﻿@charset "utf-8";
/* CSS Document */

/* 通用属性 */
* { margin:0; padding:0; list-style:none; }
body { font-size:14px; color:#000; font-family:Microsoft YaHei,sans-serif; }
img { border:0; vertical-align:top; }
html, body {width: 100%;max-width: 100%;min-width: 320px;min-height: 100%;height: auto;}
address, caption, cite, code, dfn, em, th, var {font-style: normal;font-weight: normal;}

/* a */
a { color:#333; text-decoration:none; text-decoration:none; -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; }
a:visited { }
a:active, a:hover { text-decoration:none; color:#c21314; }
a:focus { outline:none; text-decoration:none; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; }
ol, ul {margin: 0;padding:0;}
.ovfl{overflow: hidden;}
.flex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.lflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.ltflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.lbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.rflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.rtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.rbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.mflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.transition300em{transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;}
.dhwz{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

input { border-radius:0; -webkit-appearance:none; appearance:none; background:none; border:0; box-shadow:0 0 0; font-size:14px; }
textarea { border-radius:0; -webkit-appearance:none; appearance:none;  background:none; border:0; box-shadow:0 0 0; font-size:14px; }


@media (min-width: 1230px){
   .container {width: 1200px;}
}
@media (max-width:767px) {
	body{padding-bottom: 50px;}
}

/* 顶部 */
.navbar{margin-bottom: 0;border:0}
.navbar-brand>img{float: left;}
.navbar-brand>p{float: left;margin: 0;line-height: 50px;border-left: 1px solid #c21314;color: #984d54;padding-left: 15px;margin-left: 5px;}
.navbar-toggle {border-color: #ddd;}
.navbar-toggle:focus, .navbar-toggle:hover {background-color: #ddd;}
.navbar-toggle .icon-bar {background-color: #888;}
.nav>li>a:focus, .nav>li>a:hover{background-color: #c21314;color: #fff}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {background-color: #c21314;color: #fff}
.navbar-nav>li.active>a{background-color: #c21314;color: #fff;}
.carousel-control{width:5%;display: none;}
#carousel-example-generic:hover .carousel-control{display: block;}
.dropdown-menu>li>a{line-height: 38px;}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{background-color: #c21314;color: #fff}

.title{overflow: hidden;margin-bottom: 50px;}
.title h2{color: #333;font-size: 36px;line-height: 45px}
.title p{font-size: 16px;color: #666;margin-bottom: 0;line-height: 25px}
@media (max-width: 767px) {
	.title h2{font-size: 30px;line-height: 40px}
	.title p{font-size: 14px;line-height: 25px}
}

/* business */
#business{padding:50px 0;}
.business-list .pic{overflow: hidden;}
.business-list .pic img{-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;width:100%;}
.business-list dl{margin-bottom: 0px;text-align: center;border: 1px solid #7d7d7d;padding: 20px;}
.business-list dt{font-size: 20px;font-weight: bold;line-height: 30px;margin-bottom: 5px;}
.business-list dd{line-height: 25px;margin-bottom: 10px;height: 50px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.business-list:hover .pic img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
@media (min-width: 992px) {
	.business-con{display: flex;margin: 0 10px;}
	.business-list{flex:1;margin: 0 10px;}
}
@media (max-width: 991px) {
	.business-mcon{margin:0 10px;}
}

/* product */
#product{background: url(../images/product-bg.jpg) no-repeat center;padding:50px 0;background-size: cover;}
.product-ul .grid{overflow: hidden;margin:0;width: 100%;}
.product-ul figure{position: relative;z-index: 1;width: 100%;text-align: center;margin:0;background: #000;}
.product-ul figure img{opacity: 1;width: 100%;}
.product-ul figure figcaption{padding:1.5em;color: #fff;text-transform: uppercase;font-size: 1.25em;-webkit-backface-visibility: hidden;backface-visibility: hidden;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.product-ul figure figcaption::before, .product-ul figure figcaption::after{position: absolute;content: '';opacity: 0;}
.product-ul figure figcaption::before, .product-ul figure figcaption::after, .product-ul figure figcaption p{transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;}
.product-ul figure figcaption p{letter-spacing: 1px;position: absolute;top: 45%;left: 0;width: 100%;padding: 0 3em;text-transform: none;opacity: 0;-webkit-transform: translate3d(0,-10px,0);transform: translate3d(0,-10px,0);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.product-ul figure figcaption::before{top: 50px;right: 30px;bottom: 50px;left: 30px;border-top: 1px solid #ffffff;border-bottom: 1px solid #ffffff;-webkit-transform: scale(0,1);transform: scale(0,1);-webkit-transform-origin: 100% 0;transform-origin: 100% 0;}
.product-ul figure figcaption::after{top: 30px;right: 50px;bottom: 30px;left: 50px;border-left: 1px solid #ffffff;border-right: 1px solid #ffffff;-webkit-transform: scale(1,0);transform: scale(1,0);-webkit-transform-origin: 100% 0;transform-origin: 100% 0;}
.product-ul figure:hover img{opacity: .7;}
.product-ul figure:hover figcaption p{opacity: 1;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
.product-ul figure:hover figcaption::before, .product-ul figure:hover figcaption::after{opacity: 1;-webkit-transform: scale(1);transform: scale(1);}

/* about */
#about{padding:50px 0;}
.about-img img{width: 100%;}
.about-con{}
.about-con h2{font-size: 28px;font-weight: bold;}
.about-txt{line-height: 28px;color: #999;margin-bottom: 20px;}
.about-con a{padding:10px 20px;}
@media (max-width: 400px) {
	.about-con h2{font-size: 20px;}
	.about-txt{line-height: 25px;}
}

/* integration */
#integration{background: url(../images/integration-bg.jpg) no-repeat center;padding:50px 0;background-size: cover;}
#integration .title h2, #integration .title p{color: #fff}
#integrationlist{padding:0 120px;}
#integrationlist li{position: relative;overflow: hidden;}
#integrationlist li img{-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
#integrationlist li p{height: 30px;line-height: 30px;position: absolute;bottom: 0;width: 100%;background: rgba(0, 0, 0, 0.4);color: #fff;text-align: center;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;margin:0;}
#integrationlist .owl-nav{}
#integrationlist .owl-nav .owl-prev, #integrationlist .owl-nav .owl-next{position: absolute;width: 36px;height: 36px;cursor: pointer;z-index: 99;text-align: center;border-radius: 50%;line-height: 34px;font-weight: bold;color: #fff;background: #ccc;font-size: 18px;top:50%;margin-top: -18px}
#integrationlist .owl-nav .owl-prev{left: 50px}
#integrationlist .owl-nav .owl-next{right: 50px}
#integrationlist li:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
#integrationlist li:hover p{background: rgba(194, 19, 20, 0.7);}
@media (max-width: 991px) {
	#integrationlist{padding:0;}
	#integrationlist .owl-nav{display: none;}
}

/* news */
#news{padding:50px 0;}

#news ul li{margin-bottom: 25px;}
#news ul li .media-heading{position: relative;}
#news ul li .media-heading::before{content: '';position: absolute;width: 10px;height: 1px;background-color: #333333;left:0;bottom: 0;-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;}
#news ul li .updatetime{display: block;font-weight: 300;line-height: 30px;font-size: 16px;color: #666666;text-align: left;}
#news ul li a{border-bottom: 1px solid #efefef;font-size: 16px;color: #333333;display: block;padding-bottom: 20px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: left;}
#news ul li .des{color: #666666;font-size: 13px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;line-height: 20px;height: 40px;}
#news ul li:hover .media-heading::before{width: 100%;}
#news ul li a:hover{color: #c21314;}
#news .more{margin:0;padding:6px 50px;display: inline-block;-webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;border: #666666 1px solid;color: #666666;}
#news .more:hover{background-color: #c21314;border-color: #c21314;color: #fff;}

/* links */
#links{border-bottom: 4px solid #c21314;}
.links-til{width: 100px;height: 84px;color: #fff;background: #c21314;float: left;}
.links-til p{margin-bottom: 0;font-size: 18px;}
.links-a{width: calc(100% - 100px);float: left;padding: 15px 0 0 20px;}
.links-a a{padding: 0 5px;color:#777;border-right: 1px solid #777;float: left;}
.links-a a:last-child{border-right: 0;}
.links-a a:hover{color: #c21314;}

/* footer */
footer{}
#footer-nav{padding: 40px 15px;background: #282828;text-align: center;}
#footer-nav dl{display: inline-block;vertical-align: top;margin: 0;padding: 10px 20px;min-height: 225px;text-align: left;}
#footer-nav dt{margin-bottom: 20px;color: #fff;line-height: 25px;font-size: 16px;font-weight: 400;text-align: center;}
#footer-nav dt a{color: #fff;}
#footer-nav dd{color: #DCDCDC;line-height: 30px;font-size: 14px;}
#footer-nav dd p{margin-bottom: 0;}
#footer-nav dd a{color: #DCDCDC;}
#footer-nav dt a:hover,
#footer-nav dd a:hover{color: #c21314;}
.wtel{padding-left: 25px;background: url(../images/wtel.png) no-repeat left center / contain;line-height: 20px;}
.wnum{font-size: 18px;letter-spacing: 2px;font-family: SimHei;}
.wnav{width: 280px;background: url(../images/footnav-x.jpg) no-repeat right top;}
.wnav dd{overflow: hidden;float: left;}
.wnav dd a{display: block;width: 120px;text-align: center;}
#footer-nav dl:first-child{background: url(../images/footnav-cx.jpg) no-repeat right top;}
#footer-nav dl:nth-child(2), #footer-nav dl:nth-child(4){width: 140px}
#footer-nav dl:nth-child(2) dd, #footer-nav dl:nth-child(4) dd{float: none;}
#footer-nav dl:nth-child(2) dd a, #footer-nav dl:nth-child(4) dd a{width:auto;}
#footer-nav dl:nth-child(3){width: 320px}
#footer-nav dl:nth-child(3) dd{padding: 0 10px}
#footer-nav dl:last-child{min-height: auto;}
.wimg{padding: 7px;border: 1px solid #535353;}
#footer-copy{background: #282828;text-align: center;color: #999;padding:10px;border-top: 1px solid #434343;}
#footer-copy a{color: #999;}
#footer-copy a:hover{color: #c21314;}
#footer-copy p {margin: 0;}
#roll {width: 40px;height: 40px;display: none;background: #000;position: fixed;right: 20px;bottom: 60px;z-index: 150;overflow: hidden;transition: all .2s ease-in-out 0s;cursor: pointer;border-radius: 50%;}
#roll:hover {background: #c21314;}
#roll_top {width: 40px;height: 40px;display: block;background: url(../images/gotop.png) no-repeat;transition: all .2s ease-in-out 0s;}
#roll_top:hover {background: url(../images/gotop.png) no-repeat;}
.footer-bottom{overflow: hidden;position: fixed;bottom: 0;left: 0;z-index: 999;width: 100%;background: #c21314;text-align: center;}
.footer-bottom a{display: inline-block;padding: 7px 0;color: #fff;}
.footer-bottom a i{font-size: 16px;display: block;}
@media (max-width: 767px) {
	#footer-nav{padding: 20px 15px;}
	#footer-nav dl{padding: 10px 0 0;}
}
@media (max-width: 675px) {
	#footer-nav dl:first-child{background: none;}
}
@media (min-width: 450px) and (max-width: 767px) {
	#footer-nav dl{padding: 10px 10px 0;}
}
@media (max-width: 449px) {
	#footer-nav dl{padding: 10px 0 0;}
}

/* 内页样式 */
#ZoomBox{background: #fff;}
.nybg{background: #F5F5F5;}
.bsbg{background: #FFFFFF;}
.crumbs{float: right;line-height: 40px;}
.wrapper01{position:relative;height: 40px;width: 100%;overflow: hidden;margin:0 auto;border-bottom:1px solid #ccc}
.wrapper01 .scroller{position:absolute}
.wrapper01 .scroller ul{padding: 0;}
.wrapper01 .scroller li{height: 40px;color:#333;float: left;line-height: 40px;font-size: 16px;text-align: center}
.wrapper01 .scroller li a{color:#333;display:block;margin:0 20px}
.wrapper01 .scroller li a:hover{color:#c21314}
.wrapper01 .scroller li.cur a{color:#c21314;}
.tablesaw td, .tablesaw th {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: .5em .7em;}

.nyjc{}
.nyjc-til{padding:15px;border-radius: 0 10px 0 0;color:#fff;background: #c21314}
.nyjc-til p{font-size: 24px;}
.nyjc-til i{display: block;height: 1px;width: 90px;background: #fff;margin:10px 0;}
#sidebar1{padding:10px;background: #fff;}
#sidebar1 li{margin-top: 10px;}
#sidebar1 li:first-child{margin-top: 0px;}
#sidebar1 li a{line-height: 40px;height: 40px;display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: center;color: #666;background: #eee;}
#sidebar1 li.cur a, #sidebar1 li:hover a{background: #c21314;color: #fff;}

#sidebar1 dt{margin-top: 10px;font-weight: normal;line-height: 40px;height: 40px;display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: center;color: #666;background: #eee;cursor: pointer;}
#sidebar1 dt:first-child{margin-top: 0px;}
#sidebar1 dt>a{color: #666;display: block;}
#sidebar1 dt.cur, #sidebar1 dt:hover{background: #c21314;color: #fff;}
#sidebar1 dt.cur a,#sidebar1 dt:hover a{color:#fff;}
#sidebar1 dd{display: none;}
#sidebar1 dd a{display: block;line-height: 35px;border-bottom: 1px dashed #ddd;background: url(../images/iyuan.png) 5px center no-repeat;padding-left: 25px;margin-bottom: 5px;position: relative;color: #333;}
#sidebar1 dd a.cur, #sidebar1 dd a:hover{background: url(../images/iyuan_on.png) 5px center no-repeat;color:#c21314;}


.nyjc-crcrumbs{border-bottom: 1px solid #ddd;background: url(../images/nav_tb.png) left 6px no-repeat;padding-left: 20px;color: #808080;margin-bottom: 15px;line-height: 25px;padding-bottom: 10px;}
.nyjc-crcrumbs a{color: #808080;}
.nyjc-crcrumbs a:hover{color: #c21314;}

.nypro{padding:15px;}
.nypro-img{border:1px solid #e6e6e6;overflow: hidden;}
.nypro-img img{-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.nypro-ul li{margin-bottom: 15px}
.nypro-ul li p{background: #e6e6e6;text-align: center;height: 35px;line-height: 35px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin:0;padding:0 10px;}
.nypro-ul li:hover .nypro-img{border-color:#c21314;}
.nypro-ul li:hover .nypro-img img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.nypro-ul li:hover p{background: #c21314;color:#fff;}
@media (max-width: 500px) {
	.nypro{padding:10px;}
}

.showpro-list-img{border:1px solid #eee;}
.showpro-list-img img{width: 100%}
.showpro-right h2{font-size: 18px;font-weight: bold;border-bottom: 1px dashed #ccc;padding-bottom: 10px;margin-bottom: 10px;margin-top: 0}
.showpro-right p{color: #666;line-height: 25px;margin-bottom: 10px;}

.showpro-rem p{color:#c21314;font-weight: bold;}
.showpro-rem ul{padding:10px;border:2px solid #ccc;}
.showpro-rem ul li a{border:1px solid #eee;display: block;}
.showpro-rem ul li:hover a{border-color: #c21314}

.showpro-con{margin-top: 20px;}
.showpro-con ul{border-bottom: 1px solid #ccc;line-height: 40px;margin-bottom: 10px;}
.showpro-con ul li{text-align: center;padding:0 24px;font-size: 16px;background: #e6e6e6;color:#333;border-radius: 10px 10px 0 0;float: left;margin-right: 10px;cursor: pointer;}
.showpro-con ul li.on{background: #c21314;color:#fff;}
.showpro-con ul li:last-child{margin-right: 0;}
.showpro-details{font-size: 16px;line-height: 1.8;overflow: hidden;}
.showpro-details div{margin-bottom: 10px;}
.showpro-details img{max-width: 100%;}
.showpro-details td{padding:5px;}
.showpro-det{display: none;}


@media (max-width: 767px) {
	.showpro-right{margin-top: 20px;}
}
@media (max-width: 450px) {
	.showpro-con ul{display: flex}
	.showpro-con ul li{flex:1;padding:0;font-size: 14px;}
	.showpro-details{font-size: 14px;}
	.showpro-details td{padding:5px;}
}


.nyimg-ul{}
.nyimg-ul li{margin-bottom: 30px}
.nyimg-ul li .nyimg-div{background: #fff;padding:7px;border:1px solid #D9D9D9;}
.nyimg-ul li .nyimg-div a{display: block;overflow: hidden;}
.nyimg-ul li .nyimg-div img{margin:0 auto;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.nyimg-ul li .nyimg-a{margin-top: 9px;overflow: hidden;line-height: 40px;display: block;background: #EFEFEF;font-size: 14px;color: #333;text-align: center;text-overflow:ellipsis;white-space: nowrap;}
.nyimg-ul li:hover .nyimg-div img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.nyimg-ul li:hover .nyimg-a{background: #c21314;color: #fff;}

.showimg{}
.showimg-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;}
.showimg-top h1{line-height: 1.5;color: #333;text-align: center;}
.showimg-top span{margin-right: 10px;}
.showimg-top span{font-size: 14px;color: #a3afb7;}
.showimg-img{margin-top: 25px; text-align:center}
.showimg-img img{max-width: 100%;margin:0 auto;}
.showimg-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 300;padding: 0 10px;border-bottom: 1px solid #F0F2F5;}
.showimg-con img{max-width: 100%;}
.showimg-page{padding-top: 30px;overflow: hidden;}
.showimg-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.showimg-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:767px){
	.showimg-top h2{ font-size:16px;}
	.showimg-top h1{font-size: 20px;}
	.showimg-con{padding:0;font-size:14px !important;}
	.page-header h3{font-size:16px;margin:0;}
	.xgred li{padding: 0}
}

.nynews-ul li.nynews-li{padding: 0 0 15px 0;margin-bottom: 25px;border-bottom: 1px dashed #333;}
.nynews-ul li.nynews-li:nth-of-type(even) .nynews-img{/*float: right;*/}
.nynews-img{}
.nynews-img a{display: block;border: 1px solid #ccc;}
.nynews-img img{width:100%;}
.nynews-date {color: #333;line-height: 20px;}
.nynews-date span{float: left;margin-right:20px;}
.nynews-date p{float: left;margin: 0;}
.nynews-date i{margin-right: 5px;}
.nynews-con{margin: 10px 0;}
.nynews-con h3{font-size: 21px;font-weight: 400;text-transform: uppercase;line-height: 32px;letter-spacing: 1px;margin-top: 0px;margin-bottom: 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
@media (max-width:767px) {.nynews-con h3{ font-size:16px; font-weight:bold}}
.nynews-con p.nynews-desp{color: #666;font-size: 14px;line-height: 25px;margin: 5px 0;max-height: 150px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.nynews-con a.nynews-more{text-decoration: none;color: #ffffff;font-size: 15px;padding: 7px;background: #c21314;width: 120px;display: block;float:right;text-align: center;letter-spacing: 1px;font-weight: 600;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;}
.nynews-con a.nynews-more:hover{background: #000;color: #fff;}

.shownews{}
.shownews-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;}
.shownews-top h1{line-height: 1.5;color: #333;text-align: center;}
.shownews-top span{margin-right: 10px;}
.shownews-top span{font-size: 14px;color: #a3afb7;}
.shownews-img{margin-top: 25px; text-align:center}
.shownews-img img{max-width: 100%;}
.shownews-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 18px;font-weight: 300;padding: 25px;border-bottom: 1px solid #F0F2F5;}
.shownews-con img{max-width: 100%;}
.shownews-page{padding-top: 30px;overflow: hidden;}
.shownews-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.shownews-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:767px){
	.shownews-top h1{ font-size:20px;}
	.shownews-top h2{ font-size:16px;}
	.shownews-con{padding:0;font-size:14px !important}
}

.show-dateil{font-size: 16px;line-height: 1.8;}
.show-dateil img{max-width: 100%;}
.showmap img{max-width: none;}
@media (max-width:767px){
	.show-dateil,.show-dateil *{font-size:14px !important}
	#dituContent{height: 400px !important}
}

/*相关推荐*/
.xgred{overflow: hidden;}
.xgred .xgred-con{line-height: 40px;border-bottom:1px #ccc dashed;overflow: hidden;}
.xgred .xgred-con a{font-size: 14px;color: #4b4b4b;display: block;float: left;width: calc(100% - 90px);overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.xgred .xgred-con em{float: right;font-size: 13px;color: #ccc;line-height: 40px;margin-right: 10px;}
.xgred .xgred-con a:hover{color: #c21314}



@media (max-width: 1370px){
	.navbar-header{padding-left: 25px;}
	.navbar-nav{padding-left: 0;float: right;}
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-collapse{width: 100%}
	.navbar-collapse .nav{width: 100%;display: flex}
	.navbar-collapse .nav li{flex: auto;text-align: center;}
}
@media (min-width: 768px){
	.navbar-nav>li>a {padding: 30px 10px;font-size: 16px;}
	.navbar-brand{height: 80px}
}
@media (min-width: 1200px){
	.navbar-nav>li>a {padding: 30px 20px;font-size: 16px;}
}
@media (min-width: 1200px) and (max-width: 1250px) {
	.navbar-nav>li>a{padding: 30px 17px;}
}
@media (max-width: 767px){
	.navbar{}
	.navbar-header{padding-left: 0px;}
	.navbar-brand>img{max-height: 100%}
	.navbar-brand{height: 60px;padding: 5px 15px;}
	.navbar-toggle{margin-top: 13px;margin-bottom: 13px;}
	.navbar-nav{margin: 0px;border-top: 1px solid #e4eaec;float: none;padding: 15px 0;}
	.navbar-nav .open .dropdown-menu>li>a {line-height: 30px;}
	.title{margin-bottom: 30px;}
	#business{padding-top:30px;}
}
@media (max-width: 680px){
	#about{padding-bottom: 80px;}
	#countup .count-li h5, #countup .count-li h5 span{font-size: 40px;}
}
@media (max-width: 500px){
	.product-til h2, .about-til h2, .kehu-til h2{font-size:25px;line-height: 35px;}
	.product-til p, .about-til p, .kehu-til p{font-size: 13px;line-height: 25px;}
}
@media (max-width: 450px){
	#countup .count-li h5, #countup .count-li h5 span{font-size: 30px;}
}
@media (max-width: 400px){
	#countup .count-li h5, #countup .count-li h5 span{font-size: 25px;}
	.count-li span{font-size: 14px;}
}
@media (max-width: 374px){
	#countup .count-li h5, #countup .count-li h5 span{font-size: 20px;}
	.count-li span{font-size: 12px;}
}

/* 内页banner */
.nybanner>div{background-position: top center;background-repeat: no-repeat;background-size: cover;}
@media (max-width: 700px){
	.nybanner>div{height: 260px !important;}
}
@media (max-width: 580px){
	.nybanner>div{height: 180px !important;}
}
@media (max-width: 420px){
	.nybanner>div{height: 160px !important;}
}
@media (max-width: 374px){
	.nybanner>div{height: 135px !important;}
}

/*翻页样式*/
.metpager_1{ text-align:center;}
.metpager_2{ text-align:center;}
.metpager_3{ text-align:center;}

.digg4{ padding:3px; margin:3px; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.digg4 a,.digg4 span.miy{ margin:2px; text-decoration:none;}
.digg4 .disabledfy{ font-family: Tahoma, Verdana;}

.metpager_4 a,.metpager_4 span.miy{ border:1px solid #aaaadd; padding:2px 5px 2px 5px; color:#009;}
.metpager_4 a:hover { border:1px solid #009; color:#000;}
.metpager_4 a:active {border:1px solid #009; color:#000;}
.metpager_4 span.current { border:1px solid #009; background-color:#009; padding:2px 5px 2px 5px; margin:2px; color:#FFFFFF; text-decoration:none;}
.metpager_4 span.disabled { border:1px solid #eee; padding:2px 5px 2px 5px; margin:2px; color:#ddd;}

.metpager_5 a,.metpager_5 span.miy{ border:1px solid #ccdbe4; padding:2px 8px 2px 8px; color:#c21314; }
.metpager_5 a:hover { border:1px solid #c21314; color:#fff; background-color:#c21314;}
.metpager_5 a:active {border:1px solid #009; color:#000;}
.metpager_5 span.current { padding:2px 8px 2px 8px; margin:2px; color:#000; text-decoration:none;}
.metpager_5 span.disabled { border:1px solid #ccdbe4; padding:2px 8px 2px 8px; margin:2px; color:#ddd;}

.metpager_6{ color:#ff6500; }
.metpager_6 a,.metpager_6 span.miy{ border:1px solid  #ff9600; padding:2px 7px 2px 7px; background-position:50% bottom; color:#ff6500; background-image:url(../images/page/page6.jpg);}
.metpager_6 a:hover { border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 a:active {border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 span.current {border:1px solid #ff6500; padding:2px 7px 2px 7px; margin:2px; color:#ff6500; background-color:#ffbe94; text-decoration:none;}
.metpager_6 span.disabled { border:1px solid #ffe3c6; padding:2px 7px 2px 7px; margin:2px; color:#ffe3c6;}

.metpager_7 a,.metpager_7 span.miy{ border:1px solid  #2c2c2c; padding:2px 5px 2px 5px; background:url(../images/page/page7.gif) #2c2c2c; color:#fff;}
.metpager_7 a:hover { border:1px solid #aad83e; color:#fff;background:url(../images/page/page7_2.gif) #aad83e;}
.metpager_7 a:active { border:1px solid #aad83e; color:#fff;background:urlurl(../images/page/page7_2.gif) #aad83e;}
.metpager_7 span.current {border:1px solid #aad83e; padding:2px 5px 2px 5px; margin:2px; color:#fff;background:url(../images/page/page7_2.gif) #aad83e; text-decoration:none;}
.metpager_7 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_8 a,.metpager_8 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#aaa;}
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 span.current {border:1px solid #e0e0e0; padding:2px 5px 2px 5px; margin:2px; color:#aaa; background-color:#f0f0f0; text-decoration:none;}
.metpager_8 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_9 a,.metpager_9 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#88af3f; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 span.current {border:1px solid #b2e05d; padding:2px 5px 2px 5px; margin:2px; color:#fff; background-color:#b2e05d; text-decoration:none;} 
.metpager_9 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}