@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, dt, var {font-style: normal;font-weight: normal;}

/* a */
a { color:#333; text-decoration:none; }
a:visited { }
a:active, a:hover { text-decoration:none; color:#cd2424; }
a:focus { outline:none; text-decoration:none; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; }
h1,h2,h3,h4,h5,h6,p,ol,ul{padding: 0;margin: 0;}
:focus{outline: none;}
.ovfl{overflow: hidden;}
.ishow{display: block;}
.ihide{display: none;}
.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;}
.donghua{-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
::after, ::before {-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.dhwz{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.mar0a{margin: 0 auto;}
.h160{height: 160px;}
.fl{float: left;}
.fr{float: right;}
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; }
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{vertical-align: middle;}

@media(min-width: 1400px){
	.container{ width: 1370px;}
}

@media(min-width: 1630px){
	.container{ width: 1600px;}
}



#head{height: 74px;}
#head .logo{ float: left; margin-top: 14px;}
#head .logo img{padding-left: 160px;}
#head .nav_search_mail_tel{ float: right;}
#head .pcnav{ float: left;}
#head .pcnav>ul li ul{ display: none; }
#head .pcnav>ul li:hover ul{ display: block; position: absolute; z-index: 10;}
#head .pcnav>ul>li{ float: left; position: relative;}
#head .pcnav>ul li a{ font-size: 16px; color: #333; padding:0 20px; line-height: 74px; display: block;}
#head .htsearch{ float: left;}
#head .htsearch .q_search{display: none;}
#head .htsearch #head-search{ text-align: center; line-height: 73px; width: 47px;}
.htsearch{float:right;position:relative;}
#head .pcnav ul li.cur a,#head .pcnav ul li:hover a{color: #cd2424; }
#head .pcnav ul li ul.nav2{background: #fff;width: 130px;left: -13px;text-align: center;}
#head .pcnav ul li ul.nav2 li a{ font-size: 14px; line-height: 2.5; border-bottom: 1px dashed #dedede; color: #666;}
#head .pcnav ul li ul.nav2 li a:hover{ color: #cd2424;}



.q_search{position:absolute;right:0;top:60px;width:280px;background-color: #fff;-webkit-background-clip: padding-box;background-clip: padding-box;-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);box-shadow: 0 6px 12px rgba(0,0,0,.175);border: 1px solid rgba(0,0,0,.15);z-index:99999;display:none;}
.q_search .q_search1{/*padding:25px 20px;*/}
.q_search .form-group{position:relative;margin:0;}
.q_search input[type="search"]{display: block;width: 100%;color: #000;line-height: 24px;padding: 7px 40px 7px 15px;height: 40px;background: #fff;}
.q_search .search-btn{position: absolute;right: 0;top: 0;width: 40px;height: 40px;text-align: center;color: #555;font-size: 16px;background: 0;cursor: pointer;border:0;}
.fa-search:before{ font-size: 16px;}
#head .tmail{ width: 47px; height: 73px; float: left; margin-right: 50px;}
#head .ttel{float: left; background:  #cd2424;  position: relative;  font-size: 18px; color: #fff; line-height: 24px; font-family: 'arial'; padding: 13px 45px;}
#head .ttel::before{position: absolute; content:''; left: -19px; background: #cd2424; transform:skewX(-25deg); width: 36px; height:74px; top: 0;}
#head .ttel .ttelp{position: relative;}
#head .ttel .ttelp::before{position: absolute; content:''; left: -40px; top: 8px; background: url(../images/ttel.png) no-repeat left; width: 30px; height: 30px;}

@media(max-width: 1629px){
	#head .logo  img{padding-left: 30px;}
	
}

@media(max-width: 1399px){
	#head .pcnav ul li a{ font-size: 16px; color: #333; padding:0 6px; line-height: 74px; display: block;}
	#prohome .prohome_t .hd em{display: none;}
}

@media(max-width: 1199px){
	#head .pcnav ul li a{padding: 0 8px;}
	#head .ttel{display: none;}
}

@media(max-width: 991px){

	#head .logo  img{ width: 200px; margin-top: 10px;}
	#head .htsearch{display: none; }
	#head .tmail{display: none; }
}

@media(max-width: 767px){
	#head .logo  img{padding-left: 15px; margin-top: 0;}
	#head{height: 64px;}
}


/* 首页banner */
.bannerbg{position: absolute; bottom: 0; z-index: 9;}
.swiper-pagination{ font-size: 18px; color: #cd2424; font-weight: bold; bottom: 50px; right: 260px; width: auto; left: auto;}
.swiper-button-next{right: 160px; font-size: 20px; background: url(../images/next.png) no-repeat left;}
.swiper-button-prev{right: 220px; left: auto;  background: url(../images/prev.png) no-repeat left; }

@media(max-width: 1199px){
	.swiper-pagination{bottom: 20px; }
	.swiper-button-next, .swiper-button-prev{bottom: 20px;}
}

@media(max-width: 991px){
	.swiper-pagination{bottom: 0; right: 160px;}
	.swiper-button-next, .swiper-button-prev{bottom: 2px; }
	.swiper-button-prev{right: 120px;}
	.swiper-button-next{right: 60px;}
}

@media(max-width: 767px){
	.swiper-pagination{bottom: 0; right: 100px; font-size: 14px;}
	.swiper-button-prev{right: 70px;}
	.swiper-button-next{right: 20px;}
}

/*prohome*/
#prohome{background: #f3f3f3; padding-bottom: 50px;}
#prohome .prohome_t .hd h2{color: #cd2424; font-size: 36px; font-weight: bold; float: left; line-height: 72px;}
#prohome .prohome_t .hd ul{ float: left; margin-top: 18px; padding-left: 36px;}
#prohome .prohome_t .hd ul li{ float: left; font-size: 16px; color: #444; line-height: 36px; padding: 0 12px; border-right: 1px solid #dedede; }
#prohome .prohome_t .hd ul li.on{ color: #cd2424; }
#prohome .prohome_t .hd ul li:last-of-type{border-right: none;}
#prohome .prohome_t .hd em{ font-size: 72px; font-family: 'arial'; color: #d5d5d5; font-weight: bold; text-transform: uppercase; float: right; line-height: 72px;}
#prohome .slideTxtBox{position: relative;}
#prohome .hd .arrow{position: absolute; bottom: 42%; right: 0;}
#prohome .hd .arrow .prev{ width: 20px; height: 33px; background: url(../images/arrownext.png) no-repeat center; display: block; position: absolute; right: 240px;}
#prohome .hd .arrow .next{ width: 20px; height: 33px; background: url(../images/arrowprev.png) no-repeat center; display: block; position: absolute; right: 180px;}
#prohome .bd .lanmu_li{ background: url(../images/lanmu_libg.jpg) right; background-size:70% 100%;  background-repeat:no-repeat; padding: 60px 0; margin-top: 30px;}
#prohome .bd .lanmu_li .lanmu_img{ float: left; padding-left: 190px;}
#prohome .bd .lanmu_li .lanmu_img img{ box-shadow: 0px 0px 15px #444;}
#prohome .bd .lanmu_li .lanmu_txt{ float: left; width: 510px; padding-left: 40px; padding-top: 60px;}
#prohome .bd .lanmu_li .lanmu_txt em{color: #666; display: block; font-size: 30px; line-height: 60px; text-transform: uppercase; position: relative;}
#prohome .bd .lanmu_li .lanmu_txt em::before{position: absolute; content: ''; width: 60px; height: 2px; background: #666; left: 0; bottom: 0;}
#prohome .bd .lanmu_li .lanmu_txt h3{color: #cd2424; font-size: 48px; font-weight: bold; line-height: 96px;}
#prohome .bd .lanmu_li .lanmu_txt p{color: #aaa; font-size: 16px; line-height: 32px;}
#prohome .bd .lanmu_li .lanmu_txt span{color: #fff; font-weight: bold; border-bottom: 2px solid #fff; display: inline-block; line-height: 36px; margin-top: 50px;}
#prohome .bd .lanmu_li .lanmu_txt span:hover{color: #cd2424; border-bottom: 2px solid #cd2424;}
#prohome .lanmu_pro{ margin-top: 25px;}
#prohome .lanmu_pro ul li{ padding: 0 20px;}
#prohome .lanmu_pro ul li dt{position: relative; }
#prohome .lanmu_pro ul li dt::before{ position: absolute; content: ''; width: 4px; height: 80px; top: 50%; background: #cd2424; margin-top: -40px; left: 0;display: none;}
#prohome .lanmu_pro ul li dt::after{ position: absolute; content: ''; width: 4px; height: 80px; top: 50%; background: #cd2424; margin-top: -40px; right: 0;display: none;}
#prohome .lanmu_pro ul li:hover dt::before{display: block;}
#prohome .lanmu_pro ul li:hover dt::after{display: block;}
#prohome .lanmu_pro ul li p{ line-height: 40px; position: relative; font-size: 16px; color: #444; height: 40px; text-overflow:ellipsis; white-space: nowrap; overflow: hidden;}
#prohome .lanmu_pro ul li p::before{ position: absolute; content: ''; height: 1px; width: 32px; background: #cd2424; left: 0; bottom: 0;}
#prohome .lanmu_pro ul li h3{ font-size: 16px; color: #444; line-height: 40px; text-overflow:ellipsis; white-space: nowrap; overflow: hidden;}
#prohome .lanmu_pro ul li em{ font-size: 12px; font-weight: bold; color: #cd2424; line-height: 24px; border-bottom: 2px solid #f3f3f3; display: inline-block;}
#prohome .lanmu_pro ul li:hover em{border-bottom: 2px solid #cd2424; }


@media(max-width: 1629px){
	#prohome .prohome_t .hd em{ font-size: 36px;}
	#prohome .bd .lanmu_li .lanmu_img{padding-left: 20px;}
	#prohome .bd .lanmu_li .lanmu_img img{ width: 720px;}
	#prohome .bd .lanmu_li .lanmu_txt{ padding-top: 30px;}
	#prohome .bd .lanmu_li .lanmu_txt span{margin-top: 20px;}
	#prohome .lanmu_pro ul li{padding: 10px;}
	#prohome .hd .arrow{position: absolute; bottom: 45%; right: 0;}
}


@media(max-width: 1399px){
	#prohome .bd .lanmu_li .lanmu_img{padding-left: 0px;}
	#prohome .bd .lanmu_li .lanmu_img img{ width: 600px;}
	#prohome .bd .lanmu_li .lanmu_txt{ padding-top: 0px;}
	#prohome .bd .lanmu_li .lanmu_txt em{ font-size: 24px;}
	#prohome .bd .lanmu_li .lanmu_txt h3{ font-size: 36px; line-height: 54px;}
}

@media(max-width: 1199px){
	#prohome .prohome_t .hd h2{color: #cd2424; font-size: 24px; font-weight: bold; float: left; line-height: 72px;}
	#prohome .prohome_t .hd ul{ float: right; padding-left: 0;}
	#prohome .prohome_t .hd ul li{ float: left; font-size: 15px; color: #444; line-height: 36px; padding: 0 8px; border-right: 1px solid #dedede; }
	#prohome .bd .lanmu_li{margin-top: 0; padding:30px 0;}
	#prohome .bd .lanmu_li .lanmu_img{padding-left: 20%;}
	#prohome .bd .lanmu_li .lanmu_img img{ width: 960px;}
	#prohome .bd .lanmu_li .lanmu_txt{ float: right; padding-left: 0;}
	#prohome .hd .arrow{display: none;}
}

@media(max-width: 991px){
	#prohome .prohome_t .hd ul{margin-top: 0;}
	#prohome .prohome_t .hd ul li{padding:0 20px;}
	#prohome .prohome_t .bd{margin-top: 20px;}
	#prohome .bd .lanmu_li .lanmu_img{padding-left: 5%;}
	#prohome .bd .lanmu_li{background-size:80% 100%; }
}


@media(max-width: 767px){
	#prohome .prohome_t .hd h2{line-height: 48px;}
	#prohome .prohome_t .hd ul li{padding:0 17px;}
	#prohome .bd .lanmu_li{background-size: 100%;}
	#prohome .bd .lanmu_li .lanmu_img{padding-left: 0;}
	#prohome .bd .lanmu_li{padding:15px 0;}
	#prohome .bd .lanmu_li .lanmu_txt{ width: 100%;}
	#prohome .bd .lanmu_li .lanmu_txt em{ font-size: 20px; line-height: 40px;}
	#prohome .bd .lanmu_li .lanmu_txt h3{ font-size: 24px; line-height: 48px;}
	#prohome .bd .lanmu_li .lanmu_txt p{ font-size: 14px; line-height: 28px;}
	#prohome .bd .lanmu_li .lanmu_txt span{margin-top: 10px;}
	#prohome .lanmu_pro{margin-top: 10px;}
	#prohome .lanmu_pro .container{padding: 0;}
	#prohome .lanmu_pro ul li p{font-size: 14px; line-height: 28px; height: 28px;}
	#prohome .lanmu_pro ul li h3{line-height: 28px; font-size: 14px;}
}


/*application*/
#application{padding: 40px 0; overflow: hidden; background: url(../images/applicationbg.png) no-repeat right top;}
#application .application_t{overflow: hidden;}
#application .application_t h2{color: #cd2424; font-size: 36px; font-weight: bold; float: left; line-height: 72px;}
#application .application_t em{ font-size: 72px; font-family: 'arial'; color: #eee; font-weight: bold; text-transform: uppercase; float: right; line-height: 72px;}
#application .application_li .bd ul{margin-top: 30px; position: relative; box-shadow: 0px 3px 6px #333;}
#application .application_li .bd ul .application_txt{position: absolute; bottom: 0; background: url(../images/applicationlibg.png) no-repeat left bottom; height: 100%; width: 423px; padding: 0 40px; }
#application .application_li .bd ul .application_txt::before{}
#application .application_li .bd ul .application_txt h3{font-size: 30px; color: #fff; font-weight: bold; line-height: 60px; padding-top: 40%; opacity: 1;}
#application .application_li .bd ul .application_txt p{ color: #fff; font-size: 16px; line-height: 32px; opacity: 1; word-break: break-all;
    text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
#application .application_li .bd ul .application_txt em{ width: 160px; height: 40px; background: #511313; display: block; border-radius: 30px; color: #fff; font-size: 16px; text-align: center; line-height: 40px; margin-top: 50px; opacity: 1;}
#application .application_li .bd ul .application_txt em:hover{background: #fff; color: #cd2424;}
#application .application_li .hd ul{margin-top: 20px;}
#application .application_li .hd ul li{ width: 12.5%; float: left;}
#application .application_li .hd ul li dt { width: 60px; height: 60px; overflow: hidden; display: block; margin:0 auto;}
#application .application_li .hd ul li p{color: #333; font-size: 16px; text-align: center;}
#application .application_li .hd ul li:hover dt img,#application .application_li .hd ul li.on dt img{margin-top: -60px; transition:all 0.5s;} 


@media(max-width: 1629px){
	#application .application_t em{ font-size: 36px;}
	#application .application_li .bd ul .application_txt h3{padding-top: 20%;}
}

@media(max-width: 1199px){
	#application .application_li .bd ul .application_txt h3{padding-top: 10%;}
}

@media(max-width: 991px){
	#application .application_t h2{color: #cd2424; font-size: 24px; font-weight: bold; float: left; line-height: 72px;}
	#application .application_li .bd ul .application_txt em{ margin-top: 20px;}
	#application .application_li .bd ul .application_txt h3{padding-top: 3%;}
}

@media(max-width: 767px){
	#application{padding: 15px 0; background-size:20%; }
	#application .application_t h2{ line-height: 48px;}
	#application .application_t em{ font-size: 24px; line-height: 48px;}
	#application .application_li .bd ul{margin-top: 15px;}
	#application .application_li .bd ul .application_txt{position: relative; background: #ad1e23; width: 100%; padding: 15px;}
	#application .application_li .bd ul .application_txt h3{padding-top: 0; font-size: 18px; line-height: 36px;}
	#application .application_li .bd ul .application_txt p{ font-size: 14px; line-height: 28px;}
	#application .application_li .bd ul .application_txt em{margin-top: 10px; width: 120px; height: 32px; line-height: 32px; font-size: 14px;}
	#application .application_li .hd ul li{  width: 25%;}
	#application .application_li .hd ul li p{ font-size: 14px;}
}


/*youshi*/
#youshi{ overflow: hidden;}
#youshi .youshi_50{padding: 0 50px; overflow: hidden;}
#youshi .youshi_t{position: relative;}
#youshi .youshi_t em{  font-size: 72px; color: #eee; font-weight: bold; display: block; text-align: center; text-transform: uppercase;}
#youshi .youshi_t h2{color: #cd2424; font-size: 36px; font-weight: bold; text-align: center; line-height: 72px; position: absolute; bottom: 0; width: 100%;}
#youshi .youshi_l ul li{margin-top: 50px; overflow: hidden;}
#youshi .youshi_l ul li .litxt h5{ font-size: 22px; line-height: 48px; color: #333; font-weight: bold; text-align: right; position: relative; padding-right: 20px;}
#youshi .youshi_l ul li .litxt h5::before{ position: absolute; content: '■' ; right: 0;}
#youshi .youshi_l ul li .litxt p{ font-size: 15px; color: #666; text-align: right;}
#youshi .youshi_l ul{position: relative;}
#youshi .youshi_l ul li.li2{position: inherit; right: 80px;}
#youshi .youshi_l{ width: 33.333%;}
#youshi .youshi_r ul li{margin-top: 50px; overflow: hidden;}
#youshi .youshi_r ul li .litxt h5{ font-size: 22px; line-height: 48px; color: #333; font-weight: bold; text-align: left; position: relative; padding-left: 20px;}
#youshi .youshi_r ul li .litxt h5::before{ position: absolute; content: '■' ; left: 0;}
#youshi .youshi_r ul li .litxt p{ font-size: 15px; color: #666; text-align: left;}
#youshi .youshi_r ul{position: relative;}
#youshi .youshi_r ul li.li5{position: inherit; left: 80px;}
#youshi .youshi_r{ width: 33.333%;}
#youshi .youshi_m{text-align: center;}
#youshi .youshi_m img{padding-top: 30%;}
#youshi .zixun{ text-align: center; display: table; margin:0 auto; margin-top: 30px;}
#youshi .zixun ul li{ float: left; width: 180px; height: 40px; line-height: 40px; font-size: 16px; }
#youshi .zixun ul li a{color: #fff; display: block;}
#youshi .zixun ul li.zixun_online{ background: #333; border-radius: 20px 0px 0px 20px;}
#youshi .zixun ul li.zixun_online a{background: url(../images/zixun_online.png) no-repeat 120px 10px; padding-right: 20px;}
#youshi .zixun ul li.zixun_tel{ background: #cd2424; border-radius: 0px 20px 20px 0px;}
#youshi .zixun ul li.zixun_tel a{background: url(../images/zixun_tel.png) no-repeat 120px 12px; padding-right: 20px;}

@media(max-width: 1199px){
	#youshi .youshi_l ul li .litxt{padding:0; }
	#youshi .youshi_l ul li .litxt h5{ font-size: 18px; line-height: 36px;}
	#youshi .youshi_l ul li .litxt p{ font-size: 14px;}
	#youshi .youshi_r ul li .litxt h5{ font-size: 18px; line-height: 36px;}
	#youshi .youshi_r ul li .litxt{padding:0; }
	#youshi .youshi_r ul li .litxt p{ font-size: 14px;}
	#youshi .youshi_l ul li{margin-top: 25px;}
	#youshi .youshi_r ul li{margin-top: 25px;}
}

@media(max-width: 991px){
	#youshi .youshi_50{padding: 0;}
	#youshi .youshi_l{ width: 50%;}
	#youshi .youshi_r{ width: 50%;}
	#youshi .youshi_l ul li.li2{right: 0;}
	#youshi .youshi_r ul li.li5{left: 0;}
}

@media(max-width: 767px){
	#youshi .youshi_t em{ font-size: 42px;}
	#youshi .youshi_t h2{ font-size: 26px; line-height: 42px;}
	#youshi .youshi_l{ width: 100%; padding: 0;}
	#youshi .youshi_r{ width: 100%; padding: 0;}
	#youshi .zixun ul li{ width: 160px;}
	#youshi .youshi_m img{ padding-top: 5%;}
	#youshi .youshi_l ul li{margin-top: 15px;}
	#youshi .youshi_l ul li .litxt{ float: right;}
	#youshi .youshi_l ul li img{ float: left;}
	#youshi .youshi_l ul li .litxt h5{ text-align: left; padding-left: 20px; }
	#youshi .youshi_l ul li .litxt h5::before{ left: 0;}
	#youshi .youshi_l ul li .litxt p{text-align: left;}
}


/*about*/
#about{margin-top: 50px; background: #cd2424; overflow: hidden; padding-bottom: 20px;}
#about .about_l{ padding-left: 140px; padding-right: 50px; padding-top: 80px; background: #f3f3f3; position: relative; box-shadow: 0px 5px 15px #333; }
#about .about_l::before{position: absolute; content: ''; right: -65px; width: 96px; background: #f3f3f3; height: 100%; transform:skewX(-5deg); top: 0; z-index: 9;  box-shadow: 5px 0px 5px #333;}
#about .about_l em{ color: #333; font-size: 72px; font-family: 'arial'; text-transform: uppercase; font-weight: bold;}
#about .about_l h2{ font-size: 36px; color: #cd2424; font-weight: bold;}
#about .about_l p{ font-size: 16px; color: #666; line-height: 32px; padding:40px 0;}
#about .about_l ul li{padding:20px 30px 40px 30px }
#about .about_l ul li dt{  width: 40px; height: 40px; overflow: hidden;}
#about .about_l ul li h3{ color: #888; font-size: 16px; font-weight: bold; line-height: 48px;}
#about .about_l ul li h6{ font-size: 12px; color: #999; text-transform: uppercase;}
#about .about_l ul li:hover{ background: #cd2424; }
#about .about_l ul li:hover img{ margin-top: -40px; transition:all .3s;}
#about .about_l ul li:hover h3{ color: #fff; }
#about .about_l ul li:hover h6{ color: #fff; }
#about .about_r{padding: 0;}



@media(max-width: 1629px){
	#about .about_l em{ color: #333; font-size: 54px; font-family: 'arial'; text-transform: uppercase; font-weight: bold;}
	#about .about_l{padding-left: 30px; padding-top: 30px;}
	#about .about_l p{padding: 10px 0; }
	#about .about_l ul li{padding:10px 0 40px;}
}

@media(max-width: 1399px){
	#about .about_l em{ color: #333; font-size: 36px; font-family: 'arial'; text-transform: uppercase; font-weight: bold;}
	#about .about_l h2{ font-size: 24px; color: #cd2424; font-weight: bold;}
	#about .about_l ul li{padding:10px 10px 30px;}
	#about .about_l p{ font-size: 14px;}
	#about .about_l{padding-right: 20px;}
}

@media(max-width: 1199px){
	#about{background: #f3f3f3; padding-bottom: 0;}
	#about .about_l p{ font-size: 16px;}
	#about .about_l{box-shadow: 0 0 0 #333;}
	#about .about_l::before{display: none;}
}

@media(max-width: 767px){
	#about .about_l{padding:20px 15px; overflow: hidden;}
	#about .about_l em{ font-size: 24px;}
	#about .about_l h2{ font-size: 20px;}
	#about .about_l p{ font-size: 14px; line-height: 28px;}
	#about .about_l ul li h3{ font-size: 14px; line-height: 28px;}
	#about .about_l ul li{padding: 10px;}
}



/*news*/
#news{ background: #f3f3f3; padding-bottom: 60px;}
#news .news_t{position: relative; background: #cd2424; padding-bottom: 20px; position: relative;}
#news .news_t::before{position: absolute; content: ''; width: 46px; height: 19px; background: url(../images/news_t.png) no-repeat; left: 50%; margin-left: -23px; bottom: -18px; }
#news .news_t em{  font-size: 72px; color: #d14646; font-weight: bold; display: block; text-align: center; text-transform: uppercase;}
#news .news_t h2{color: #fff; font-size: 36px; font-weight: bold; text-align: center; line-height: 72px; position: absolute; bottom: 20px; width: 100%;}
#news .news_l_r{margin-top: 50px;}
#news .news_l .news_li .hd{ margin-bottom: 20px;}
#news .news_l .news_li .hd ul{overflow: hidden;}
#news .news_l .news_li .hd ul li{  width: 120px; height: 36px; float: left; padding:0 10px; margin-right: 15px; position:relative; }
#news .news_l .news_li .hd ul li::before{position: absolute; content: ''; width: 120px; height: 36px; background: #444; transform:skewX(-20deg);}
#news .news_l .news_li .hd ul li.on::before{background: #cd2424;}
#news .news_l .news_li .hd ul li h3{color: #fff; text-align: center; position: absolute; z-index: 9; font-size: 16px; line-height: 36px; width: 100%;}
#news .news_l .news_li .bd .bd_l_r{ overflow: hidden;}
#news .news_l .news_li .bd .bd_l_r .bd_l_txt h3{ font-size: 20px; font-weight: bold; color: #333; line-height: 40px; text-overflow:ellipsis; white-space: nowrap; overflow: hidden;}
#news .news_l .news_li .bd .bd_l_r .bd_l_txt em{background: url(../images/timebg.png) no-repeat left; padding-left: 18px; color: #666; display: block; line-height: 36px;}
#news .news_l .news_li .bd .bd_l_r .bd_l_txt p{ font-size: 14px; color: #666; padding:15px 0; }
#news .news_l .news_li .bd .bd_l_r .bd_l_txt span{ width: 160px; height: 40px; background: #cd2424; font-size: 16px; color: #fff; text-align: center; border-radius: 20px; display: block; line-height: 40px; margin-top: 20px;}
#news .news_l .news_li .bd .bd_l_r .bd_l_img{padding: 0;}
#news .news_l .news_li .bd .bd_l_r .bd_l_txt{ padding-top: 10px;}
#news .news_l .news_li .bd ul .bd_l li {overflow: hidden;}
#news .news_l .news_li .bd ul .bd_l li h3{font-size: 16px; color: #666; float: left; line-height: 40px; width: calc(100% - 80px); overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
#news .news_l .news_li .bd ul .bd_l li em{ float: right; line-height: 40px; color: #999;}
#news .news_l .news_li .bd .bd_r ul li{ overflow: hidden; margin-bottom: 42px;}
#news .news_l .news_li .bd .bd_r ul li:last-of-type{ margin-bottom: 0;}
#news .news_l .news_li .bd .bd_r ul li img{ width: 150px; height: 100px; float: left;}
#news .news_l .news_li .bd .bd_r ul li .bd_r_txt{ float: right; width: calc(100% - 170px); }
#news .news_l .news_li .bd .bd_r ul li .bd_r_txt h3{ font-size: 16px; color: #444; line-height: 24px; margin: 10px 0; height: 48px; overflow: hidden;}
#news .news_l .news_li .bd .bd_r ul li .bd_r_txt em{ color: #999; line-height: 28px;}
#news .news_r{background: #fff; margin-top: 56px; padding: 20px 40px;}
#news .news_r h2{ float: left; font-size: 16px; color: #353535; font-weight: bold; line-height: 32px; border-bottom: 2px solid #cd2424;}
#news .news_r em{ color: #666; float: right; line-height: 32px;}
#news .news_r .news_r_txt{overflow: hidden;}
#news .news_r ul li{ overflow: hidden; margin-top: 22px;}
#news .news_r ul li h3{font-size: 16px; color: #444; line-height: 32px; height: 64px; overflow: hidden;}
#news .news_r ul li span{ color: #999;}
#news .news_l .news_li .bd .bd_l_r:hover .bd_l_txt h3{color: #cd2424;}
#news .news_l .news_li .bd ul .bd_l li:hover h3{color: #cd2424;}
#news .news_l .news_li .bd .bd_r ul li:hover h3{color: #cd2424;}
#news .news_r ul li:hover h3{color: #cd2424;}
#news .news_r em:hover{color: #cd2424;}




@media(max-width: 1629px){
	#news .news_l .news_li .bd .bd_l_r .bd_l_txt p{padding: 0;}
}

@media(max-width: 1399px){
	#news .news_l .news_li .bd .bd_l_r .bd_l_txt{padding-top: 0;}
	#news .news_l .news_li .bd .bd_l_r .bd_l_txt h3{ font-size: 16px; line-height: 32px;}
	#news .news_l .news_li .bd .bd_l_r .bd_l_txt em{line-height: 24px;}
	#news .news_l .news_li .bd .bd_l_r .bd_l_txt span{ width: 120px; height: 32px; font-size: 14px; line-height: 32px;}
	#news .news_l .news_li .bd ul .bd_l li h3{ font-size: 15px;}
	#news .news_l .news_li .bd .bd_r ul li img{ width: 120px; height: 80px;}
	#news .news_l .news_li .bd .bd_r ul li .bd_r_txt{ width: calc(100% - 130px); }
	#news .news_l .news_li .bd .bd_r ul li .bd_r_txt h3{ font-size: 14px; margin:3px 0;}
	#news .news_r{padding:10px 20px;}
	#news .news_r ul li h3{ font-size: 14px; line-height: 28px; height: 48px; overflow: hidden;}

}

@media(max-width: 991px){
	#news .news_l_r .news_l {padding: 0;}
	#news .news_r{margin-top: 20px;}
	#footer .footer_nav{padding: 0}
	#footer .footer_nav ul li{padding-right: 25px;}
}

@media(max-width: 767px){
	#news .news_t em{ font-size: 42px;}
	#news .news_t h2{ font-size: 24px; line-height: 42px;}
	#news .news_l .news_li .bd .bd_l_r .bd_l_txt span{margin-top: 10px;}
	#news .news_l .news_li .bd .bd_r ul li{margin-bottom: 10px;}
}


/* footer */
#footer{background: #252525; overflow: hidden; padding:40px 0 0;}
#footer .footer_nav {padding-bottom: 10px;}
#footer .footer_nav ul li{ float: left; padding-right: 100px;}
#footer .footer_nav ul li h3{ color: #fff; font-size: 16px; line-height: 32px;}
#footer .footer_nav ul li p{ font-size: 14px; color: #999; line-height: 28px; transition:all .5s;} 
#footer .footer_ewm h6{ font-size: 18px; color: #fff; line-height: 36px; background: url(../images/footer_ewm.png) no-repeat left; padding-left: 30px; margin-bottom: 30px;}
#footer .footer_ewm ul li img{margin: 0 auto; }
#footer .footer_ewm ul li p{ font-size: 14px; color: #999; line-height: 28px; text-align: center;} 
#footer .banquan{color: #999; line-height: 52px; padding-bottom: 10px;}
#footer .banquan a{color: #999; line-height: 52px;}
#footer .links{background: url(../images/links.jpg) repeat-y center; color: #fff; }
#footer .links h6{ float: left; font-size: 16px; line-height: 56px; width: 133px; float: left;}
#footer .links ul li{ float: left;}
#footer .links ul{float: right; width: calc(100% - 133px); background: url(../images/links.png) no-repeat right; padding-right: 30px;}
#footer .links ul li{padding-left: 20px;}
#footer .links ul li a{color: #fff; display: block; line-height: 56px; color: #999;}
#footer .notice{background: #ad1e23; line-height: 56px; position: fixed; bottom: 0; width: 100%; z-index: 10;}
#footer .notice h6{ color: #fff; font-size: 18px; float: left; line-height: 56px; background: url(../images/notice.png) no-repeat left; padding-left: 30px;}
#footer .h56{height: 56px;}
#footer .notice .notice_li{ float: left;}
#footer .notice ul li{ overflow: hidden;}
#footer .notice ul li em{ line-height: 56px; color: #fff; padding-left: 20px; float: left;}
#footer .notice ul li h3{ color: #fff;  font-size: 14px; float: left; line-height: 56px; padding-left: 50px; text-overflow:ellipsis; white-space: nowrap; overflow: hidden;}
#footer .close{ float: right;}
#footer .footer_nav ul li a p:hover{color: #cd2424;}








.yb_conct { position: fixed; z-index: 9999999; top: 200px; right: -127px; cursor: pointer; transition: all .3s ease;}
.yb_bar ul li { width: 180px; height: 53px; font: 16px/53px 'Microsoft YaHei'; color: #fff; text-indent: 54px; margin-bottom: 3px; border-radius: 3px; transition: all .5s ease; overflow: hidden;}
.yb_bar .yb_top { background: #EA1509  url(../images/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone { background: #EA1509 url(../images/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_qq { background: #EA1509 url(../images/fixCont.png) no-repeat 0 -117px;}

.yb_bar .yb_ercode { /*height:200px;*/background: #EA1509 url(../images/fixCont.png) no-repeat 0 -169px;}
.hd_qr { padding: 0 25px;}
.hd_qr{max-width: 100%;}
.yb_QQ a,.yb_skype a,.yb_ali a { display: block; text-indent: 54px; width: 100%; height: 100%; color: #fff;}









.showcontact{overflow: hidden;}
.showcontact .contact_l{border:1px solid #dedede; padding:15px;}
.showcontact .contact_l h6{ font-size: 20px; color: #cd2424; font-weight: bold; text-align: center; margin-bottom: 20px;}
.showcontact .contact_l ul li{ border-bottom: 1px solid #dedede; border-right: 1px solid #dedede; line-height: 40px; margin-bottom: 15px; color: #666; font-size: 16px;}
.contact_m{overflow: hidden; margin-top: 30px;}
.contact_m h4{text-align: center; font-size: 18px; color: #999; line-height: 54px; font-weight: bold;}

#nysearch {padding: 30px 0;}
#nysearch ul{overflow: hidden;}
#nysearch ul li{border-bottom: 1px solid #dedede; padding: 15px; }
#nysearch ul li span{ width: 100px; color: #fff; line-height: 32px; background: #cd2424; display: block; text-align: center;}
#nysearch ul li h2{ font-size: 18px; color: #333; line-height: 36px; font-weight: bold;}
#nysearch ul li p{line-height: 24px; color: #666;}
#nysearch ul li em{ display: block; line-height: 24px; color: #999;}

.nysearch-more>.nysearch_limg{ float: left;}
.nysearch-more>.nysearch_limg img{ width: 300px;}
.nysearch-more>.nysearch_r{ float: right; width: calc(100% - 330px);}

@media(max-width: 767px){
	#nysearch ul li{padding: 0; margin-bottom: 10px; }
	.nysearch-more>.nysearch_limg img{ width: 100%;}
	.nysearch-more>.nysearch_r{ width: 100%; padding-top: 10px; margin-bottom: 10px;}
}

.pageliuc{background: #f5f5f5; padding: 20px; overflow: hidden;}
.pageliuc h5{text-align: center; font-size: 24px; color: #222; line-height: 2; font-weight: bold;}
.pageliuc>p{text-align: center; font-size: 14px; color: #999; line-height: 2;}
.pageliuc ul{overflow: hidden; margin-top: 2%;}
.pageliuc ul li{ width: 14%; float: left; padding: 0 1%;}
.pageliuc ul li h6{color: #333; font-size: 16px; color: #333; text-align: center; font-weight: bold;}
.pageliuc ul li em{ font-size: 24px; color: #666; background: #fff; width: 64px;  border-radius: 60px; display: block; text-align: center; line-height: 60px; border:2px solid #cd2424; margin: 20px auto;}
.pageliuc ul li p{text-align: center;}




@media(max-width: 1629px){
	#footer .footer_nav ul li{padding-right: 70px;}
	#footer .links{background: url(../images/links.jpg) repeat-y -132px 0px; color: #fff; }
}

@media(max-width: 1399px){
	#footer .footer_nav ul li{padding-right: 40px;}
}

@media(max-width: 1199px){
	#footer .footer_nav ul li{padding-right: 16px;}
	#footer .footer_ewm{padding: 0;}
	#footer .footer_ewm ul li{padding: 0 5px;}
	.contact_r{padding: 0; margin-top: 15px;}
	.pageliuc ul li{ width: 25%; padding: 0 1%; margin-bottom: 5%;}
}

@media(max-width: 991px){
	#nysearch ul li p{ height: 96px; overflow: hidden;}
}

@media(max-width: 767px){
	#footer{padding:20px 0 0;}
	#footer .footer_ewm h6{margin-bottom: 10px;}
	#footer .notice h6{ font-size: 16px;}
	#footer .notice ul li h3{padding-left: 0;}
	#footer .notice .notice_li{ width: calc(100% - 120px);}
	.showcontact .contact_l ul li{font-size: 14px;}

	.pageliuc{padding: 10px;}
	.pageliuc ul li{ width: 50%; padding: 0 5%; margin-bottom: 10%;}
	.pageliuc ul li p{font-size: 14px;}
	.pageliuc ul li em{ margin: 10px auto;}
}



#pagepro{background: #f3f3f3; }
.prolanmu{background: #fff;  }
.prolanmu h6{  color: #ad1e23; font-size: 18px; float: left; line-height: 58px;}
.prolanmu ul li{ float: left; }
.prolanmu ul li h3{ font-size: 16px; line-height: 58px; border-bottom: 2px solid #fff; padding: 0 15px; margin: 0 15px; }
.prolanmu ul li:hover h3,.prolanmu ul li.cur h3{border-bottom: 2px solid #cd2424; color: #cd2424;}
#pagepro .proli{padding: 30px 0;}
#pagepro .proli h2{ font-size: 18px; font-weight: bold; color:#ad1e23; float: left; padding-left: 16px; background: url(../images/hotpros_li.png) no-repeat left;}
#pagepro .proli .crumbs_pro{ float: right;}
#pagepro .procrumbs{border-bottom: 1px solid #dedede; overflow: hidden; padding-bottom: 12px; }
#pagepro .proli ul{margin-top: 16px; overflow: hidden;}
#pagepro .proli ul li{padding:0 8px; margin-bottom: 16px;}
#pagepro .proli ul li a{background: #fff; padding: 5px; display: block;}
#pagepro .proli ul li h3{ font-size: 16px; color: #333; text-align: center; line-height: 40px; text-overflow:ellipsis; white-space: nowrap; overflow: hidden;}
#pagepro .proli ul li img{margin: 0 auto;}
#pagepro .proli ul li:hover a{background: #cd2424; }
#pagepro .proli ul li:hover a h3{color: #fff; }
#pagepro .proli ul li a dt{overflow: hidden;}
#pagepro .proli ul li a img{transition:all 1s;}
#pagepro .proli ul li:hover a img{transform:scale(1.1); }
.protxt p{font-size: 17px; padding: 20px; border:1px dashed #9c9c9c;  color: #666; margin-bottom: 30px; font-weight: bold;}
.protxt p span{ font-size: 18px; color: #222; font-weight: bold;}
.protxt p em{color: #cd2424; font-weight: bold;}

#pageshowpro{padding: 30px 0; overflow: hidden;}
#pageshowpro .hotpros{background: #f3f3f3; }
#pageshowpro .hotpros h2{background: #252525; color: #fff; line-height: 72px; font-weight: bold; padding-left: 20px; font-size: 24px;}
#pageshowpro .hotpros ul{padding:15px; }
#pageshowpro .hotpros ul li{line-height: 45px; font-size: 16px; border-bottom: 1px dashed #dedede; padding-left: 30px; background: url(../images/hotpros_li.png) no-repeat 8px 16px;}
#pageshowpro .hotpros ul li a{display: block;}

#pageshowpro .hotnews{background: #f3f3f3; }
#pageshowpro .hotnews h2{background: #252525; color: #fff; line-height: 72px; font-weight: bold; padding-left: 20px; font-size: 24px;}
#pageshowpro .hotnews ul{padding:15px; }
#pageshowpro .hotnews ul li{overflow: hidden;}
#pageshowpro .hotnews ul li a{ line-height: 36px; text-overflow:ellipsis; white-space: nowrap; overflow: hidden; display: block;}

.showproxg{ border:1px solid #dedede; overflow: hidden; padding: 10px;}
.showproxg h6{ font-size: 20px; font-weight: bold; color: #333; line-height: 2; border-bottom: 1px solid #dedede;}
.showproxg ul li{ padding: 0 6px; margin: 10px 0;}
.showproxg ul li a{border:1px solid #dedede; padding: 2px; display: block;}
.showproxg ul li h3{ font-size: 15px; text-align: center; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; line-height: 2;}
.showproxg ul li:hover a{border:1px solid #cd2424;}


.shownewsxg{ border:1px solid #dedede; overflow: hidden; padding: 10px; margin-top: 20px;}
.shownewsxg h6{ font-size: 20px; font-weight: bold; color: #333; line-height: 2; border-bottom: 1px solid #dedede;}
.shownewsxg ul{margin: 10px 0;}
.shownewsxg ul li{}
.shownewsxg ul li h3{ float: left; font-size: 15px; width: calc(100% - 90px); color: #4b4b4b; line-height: 2; text-overflow:ellipsis; white-space: nowrap;  overflow: hidden;}
.shownewsxg ul li:hover h3{color: #cd2424;}
.shownewsxg ul li em{ float: right; font-size: 15px; line-height: 2;}


.city h6{ float: left; color: #fff; font-size: 16px; line-height: 2;}
.city ul li{ float: left; padding-left: 20px;}
.city ul li a{ line-height: 32px; color: #999; font-size: 14px; display: block; }

.seofoot{ color: #999; line-height: 2; font-size: 15px;}
.seofoot a{color: #999; }

@media(max-width: 1629px){
	#pagepro .prolanmu ul li h3{margin:0 12px; padding: 0 12px;}
}

@media(max-width: 1399px){
	#pagepro .prolanmu ul li h3{margin:0 8px; padding: 0 8px;}
}

@media(max-width: 1199px){
	#pageshowpro .pageshowpro_l{padding: 0;}

}


@media(max-width: 767px){
	#pagepro .proli ul li{padding: 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: #00205b;}
#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: #00205b;text-align: center;}
.footer-bottom a{display: inline-block;padding: 7px 0;color: #fff;}
.footer-bottom a i{font-size: 16px;display: block;}

/* 内页样式 */

#page{overflow: hidden;}
#page .crumbsnav{line-height: 60px; border-bottom: 1px solid #dedede;}
#page .crumbsnav .crumbs{ float: left; background: url(../images/crumbs.png) no-repeat left; padding-left: 28px; text-overflow:ellipsis; white-space: nowrap; overflow: hidden;}
#page .crumbsnav ul{ float: right; }
#page .crumbsnav ul li{ float: left; padding: 0 10px;}
#page .crumbsnav ul li a{ border-bottom: 2px solid #fff; line-height: 58px; display: block; font-size: 16px; padding:0 10px;}
#page .crumbsnav ul li.cur a,#page .crumbsnav ul li:hover a{color: #cd2424; border-bottom: 2px solid #cd2424;}
#page .pageabout{ padding:30px 0;}
#page .pageabout .showabout{ font-size: 16px; color: #666; line-height: 2;}
#page .pageabout .showabout img{max-width: 100%;}
#page .pageabout .showabout .liuctxt{overflow: hidden;}

#page .pageimg{padding: 30px 0; }
#page .pageimg ul{overflow: hidden;}
#page .pageimg ul li{padding: 0 6px; margin-bottom: 12px;}
#page .pageimg ul li a{ border:1px solid #dedede; display: block; padding: 5px;}
#page .pageimg ul li h3{background: #dedede; height: 40px; font-size: 15px; text-align: center; margin-top: 5px; line-height: 40px;}
#page .pageimg ul li:hover a{border:1px solid #cd2424;}
#page .pageimg ul li:hover h3{background: #cd2424; color: #fff;}
.teme_jiathis{overflow: hidden;}

#page .showimg{padding: 30px 0; overflow: hidden;}
#page .showimg .showimg_ltit h1{ font-size: 20px; color: #333; font-weight: bold; border-bottom: 1px solid #dedede; line-height: 48px; text-align: center; }
#page .showimg .showimg_ltit .time{line-height: 2; margin:10px 0; color: #666; text-align: center; float: left; }
#page .showimg .showimg_img{text-align: center; }
#page .showimg .showimg_img img{margin: 0 auto;}
#page .jiathis{text-align: center; float: left; line-height: 28px; margin:10px 0; margin-left: 20px; height: 28px;}
#page .jiathis span{ float: left; line-height: 28px;}
#page .jiathis .jiathis_style{ display: inline-block; }


#page .hotpros{background: #f3f3f3; }
#page .hotpros h3{background: #252525; color: #fff; line-height: 72px; font-weight: bold; padding-left: 20px;}
#page .hotpros ul{padding:15px; }
#page .hotpros ul li{line-height: 45px; font-size: 16px; border-bottom: 1px dashed #dedede; padding-left: 30px; background: url(../images/hotpros_li.png) no-repeat 8px 16px;}
#page .hotpros ul li a{display: block;}

#page .hotnews{background: #f3f3f3; }
#page .hotnews h3{background: #252525; color: #fff; line-height: 72px; font-weight: bold; padding-left: 20px;}
#page .hotnews ul{padding:15px; }
#page .hotnews ul li{overflow: hidden;}
#page .hotnews ul li a{ line-height: 36px; text-overflow:ellipsis; white-space: nowrap; overflow: hidden; display: block;}


#page .pagenews{padding:30px 0;}
#page .pagenews_l ul li{ border:1px solid #dedede; padding: 15px; overflow: hidden; margin-bottom: 15px;}
#page .pagenews_l ul li:hover{box-shadow: 0px 0px 10px #999;}
#page .pagenews_l ul li img{padding: 0; border:1px solid #dedede;}
#page .pagenews_l ul li h3{ font-size: 18px; color: #333; font-weight: bold; border-bottom: 1px dashed #dedede; line-height: 36px;}
#page .pagenews_l ul li p{ color: #666; line-height: 28px;}
#page .pagenews_l ul li span{ color: #999; padding-left: 20px; background: url(../images/time.png) no-repeat left; display: block; line-height: 28px; margin-top: 6px;}
#page .pagenews_l ul li:hover h3{color: #cd2424;}



#page .shownews{padding:30px 0;}
#page .shownews h1{ font-size: 20px; color: #333; border-bottom: 1px solid #dedede; line-height: 48px; font-weight: bold;}
#page .shownews .time{ margin:10px 0; float: left; line-height: 28px;}
#page .shownews .shownews_txt{ font-size: 16px; color: #666; line-height: 2;}
#page .shownews .shownews_txt img{max-width: 100%;}
#page .shownews .time_jiathis{display: block; overflow: hidden;}



@media(max-width: 1629px){
	#page .pagenews_l ul li p{height: 84px; overflow: hidden;}
}


@media(max-width: 1399px){
	#page .pagenews_l ul li p{height: 56px; overflow: hidden;}
	#page .crumbsnav ul li a{padding: 0;}
}

@media(max-width: 1199px){
	#page .pagenews_l{padding: 0; }
	#page .pagenews_l ul li{padding: 10px;}
	#page .crumbsnav ul{display: none;}
}

@media(max-width: 991px){
	#page .pagenews_l{padding: 0; }
	#page .pagenews_l ul li{padding: 10px;}
}


@media(max-width: 767px){
	#page .showimg .showimg_l{padding: 0;}
	#page .showimg .showimg_ltit .time{margin: 0;}
	#page .jiathis{margin: 0;}

	#page .shownews{padding: 10px 0}
	#page .shownews .shownews_l{padding: 0;}
	#page .shownews .shownews_txt{ font-size: 14px;}

}





#flip{ padding: 0; overflow: hidden;}

.nyshowdesc-ra{margin-top:15px;}



.nyshowdesc-ra a{display:inline-block;margin-right:25px;width:140px;height:46px;line-height:46px;border-radius:23px;text-align:center;color:#fff;font-size:14px;position:relative;background-image: -webkit-linear-gradient(top,#68c209,#017d42);background-image: -moz-linear-gradient(top,#68c209,#017d42);background-image: -o-linear-gradient(left top,#68c209,#017d42);background-image: linear-gradient(to bottom,#68c209,#017d42);}
.nyshowdesc-ra a+a{margin-right:0;background-image: -webkit-linear-gradient(top,#ffc263,#ff9c00);background-image: -moz-linear-gradient(top,#ffc263,#ff9c00);background-image: -o-linear-gradient(left top,#ffc263,#ff9c00);background-image: linear-gradient(to bottom,#ffc263,#ff9c00);}
.nyshowdesc-ra a::before{pointer-events: none;position: absolute;z-index: -1;content: '';top: 100%;left: 5%;height: 10px;width: 90%;opacity: 0;background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-property: transform, opacity;transition-property: transform, opacity;}
.nyshowdesc-ra a img{padding-right: 8px;position: relative;top: -2px;vertical-align: middle;}
.nyshowdesc-ra a:hover, .nyshowdesc-ra a:focus, .nyshowdesc-ra a:active{-webkit-transform: translateY(-6px);transform: translateY(-6px);-webkit-animation-name: hover;animation-name: hover;-webkit-animation-duration: 1.5s;animation-duration: 1.5s;-webkit-animation-delay: 0.3s;animation-delay: 0.3s;-webkit-animation-timing-function: linear;animation-timing-function: linear;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;-webkit-animation-direction: alternate;animation-direction: alternate;}
.nyshowdesc-ra a:hover::before, .nyshowdesc-ra a:focus::before, .nyshowdesc-ra a:active::before{opacity: .4;-webkit-transform: translateY(6px);transform: translateY(6px);-webkit-animation-name: hover-shadow;animation-name: hover-shadow;-webkit-animation-duration: 1.5s;animation-duration: 1.5s;-webkit-animation-delay: 0.3s;animation-delay: 0.3s;-webkit-animation-timing-function: linear;animation-timing-function: linear;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;-webkit-animation-direction: alternate;animation-direction: alternate;}
#nyshowdesc-con{padding:50px 0;}
.nyshowdesc-conl{float:left;width:calc(100% - 450px);color: #797979;font-size: 14px;line-height: 26px;}
.nyshowdesc-conl h2{position: relative;height: 64px;line-height:64px;font-size: 18px;color: #353535;font-weight:bold;margin-bottom:10px;}
.nyshowdesc-conl h2::after{content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 2px;background: #f3f3f3;z-index: 1;}
.nyshowdesc-conl h2 span{display:inline-block;position:relative;}
.nyshowdesc-conl h2 span::before{content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 2px;background: #4cad32;z-index: 2;}
.nyshowdesc-conl table tr td{padding:5px;}
.nyshowdesc-conr{float:right;width:450px;}
@media (max-width: 1199px) {
	.nyshowdesc-conl{width:100%;}
	.nyshowdesc-conr{display:none;}
}
@media (max-width: 767px) {
	#nyshowdesc-con{padding:30px 0;}
}
@media (max-width: 351px) {
	.nyshowdesc-ra a{width:120px;}
}

#nyshowdesc-hot{padding:50px 0;background:#f7f7f7;}
#nyshowdesc-hot h4{border-left:4px solid #00205b;padding-left:14px;line-height:30px;position:relative;color: #005b33;font-size: 20px;margin-bottom:20px;}
#nyshowdesc-hot ul{overflow:hidden;}
#nyshowdesc-hot ul li:nth-child(n+5){display:none;}
#nyshowdesc-hot ul li .service-txt h3{font-size:20px;}
#nyshowdesc-hot ul li .service-txt p{height:40px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
@media (max-width: 991px) {
	#nyshowdesc-hot ul li{margin-bottom:30px;}
}
@media (max-width: 767px) {
	#nyshowdesc-hot{padding:20px 0 0;}
	#nyshowdesc-hot ul li{margin-bottom:20px;padding:0 10px;}
}

#nyjobshow{padding-top:70px; background: url(../images/nyjobshowbg1.jpg) right top no-repeat;}



.nyjobshowcon1{display:flex;background:#f9fff5;}
.nyjobshowcon1-l{width:60%;}
.nyjobshowcon1-l img{width:100%;}
.nyjobshowcon1-r{flex:1;}
.nyjobshowcon1-r h3{font-weight: bold;font-size: 30px;line-height: 30px;color: #00205b;}
.nyjobshowcon1-r p{padding-top: 30px;color: #c6eabc;line-height: 48px;font-size: 48px;text-transform: uppercase;font-family: Arial;font-weight:bold;}



/*产品模块*/
.nyprolist{padding: 30px 0;}
.nypro{padding:15px 0;}
.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:#00205b;}
.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: #00205b;color:#fff;}
@media (max-width: 991px) {
	.nyprolist{padding: 2px 0 15px;}
}
@media (max-width: 500px) {
	.nypro{padding:10px;}
}

.pro-ico{display: flex;margin: 15px 0;}
.pro-ico a{flex: 1;padding: 0 10px;}
.pro-icoimg{width: 60%;margin: 0 auto;background: #ccc;border-radius: 50%;padding: 20px;}
.pro-ico p{text-align: center;margin-top: 5px;}
.pro-mlist{background: #fff;overflow: hidden;}
.pro-mp{padding-left: 15px;border-bottom: 1px dashed #eee;}
.pro-mp p{line-height: 50px;font-size:16px;padding-left: 15px;position: relative;}
.pro-mp p::before{content:'';position: absolute;left: 0;top: 50%;margin-top: -7px;width: 2px;height: 16px;background: #00205b;}
.pro-mlist li{padding: 10px;border-bottom: 1px dashed #eee;}
.pro-m-img{padding: 0;border: 1px solid #ddd;}
.pro-m-txt{padding-left: 10px;padding-right: 0;}
.pro-m-txt>a{font-size: 16px;display: block;color: #333;margin-bottom: 10px;}
.pro-m-txt>p{font-size: 14px;color: #999;line-height: 20px;height: 40px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.pro-m-al{overflow: hidden;margin-top: 10px;margin-right: 20px;}
.pro-m-al a{width: 40px;height: 30px;display: block;float: right;border: 1px solid #f3f3f3;}
.pro-m-al a.pro-mico1{background: url(../images/pro-mico1.png) no-repeat center;background-size: 20px;}
.pro-m-al a.pro-mico2{background: url(../images/pro-mico2.png) no-repeat center;background-size: 20px;border-left: none;}
@media (max-width: 800px) {
	.pro-icoimg{padding: 15px;}
}
@media (max-width: 700px) {
	.pro-icoimg{width: 80%;}
}
@media (max-width: 600px) {
	.pro-icoimg{width: 80%;}
	.pro-ico p{font-size: 12px;}
}
@media (max-width: 500px) {
	.pro-ico{margin: 10px 0;}
	.pro-ico a{padding: 0 5px;}
	.pro-icoimg{width: 100%;}
}


.nyjc{}
.nyjc-til{padding:10px;border-radius: 10px 10px 0 0;color:#fff;background: #00205b}
.nyjc-til p{font-size: 24px;padding-left:40px;background:url(../images/fen-bt.png) no-repeat left;}
.nyjc-til i{display: block;height: 1px;width: 90px;background: #fff;margin:10px 0;}

.nyrepro-til{padding:10px;border-bottom:1px solid #e5e5e5;}
.nyrepro-til p{font-size:24px;line-height:30px;padding-left:40px;background:url(../images/fen-re.png) no-repeat left;}
.nyrepro ul{background: #fff;}
.nyrepro ul li{padding: 10px 0;border-bottom: 1px dashed #ccc;}
.nyrepro ul li p{margin-top: 10px;}
.nyrepro ul li span{display: block;margin-top: 10px;}
.nyrepro ul li span i{display: inline-block;margin-left: 5px;}


#sidebar1{padding:5px 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: #00205b;color: #fff;}
#sidebar1 dt{margin-top: 10px;font-weight: normal;font-size: 16px;line-height: 40px;height: 40px;display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: left;color: #666;border-bottom:1px dashed #e5e5e5; cursor: pointer;}
#sidebar1 dt:first-child{margin-top: 0px;}
#sidebar1 dt>a{color: #666;display: block;font-size: 16px;}
#sidebar1 dt.cur, #sidebar1 dt:hover{}
#sidebar1 dt.cur a,#sidebar1 dt:hover a{color:#00205b;font-weight:bold;}
#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:#00205b;}


















/* 文章模块 */
#nynewslist{padding-bottom: 50px;}
#nynewslist .container>div[class^="col-"]{padding: 0 10px;}
#nynewslist .container>div:first-child{border-right: 1px solid #eee;}
.nynews-ul{overflow: hidden;}
.nynews-ul li.nynews-li{padding: 0 0 15px 0;margin-bottom: 25px;border-bottom: 1px dashed #333;}
.nynews-img{}
.nynews-img a{display: block;border: 1px solid #ccc;}
.nynews-img img{width:100%;}
.nynews-img a:hover{border: 1px solid #00205b;}
.nynews-date {color: #333;line-height: 20px;font-size: 12px;}
.nynews-date span{color: #999;}
.nynews-date p{float: left;margin: 0;}
.nynews-date i{margin-right: 5px;}
.nynews-con h3{font-size: 18px;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;}
.nynews-con p.nynews-desp{color: #666;font-size: 14px;line-height: 23px;margin: 5px 0;height: 69px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.nynews-con a.nynews-more{position:relative;left:0;color: #ffffff;font-size: 15px;padding: 7px;background: #00205b;margin-top: 10px;width: 120px;display: block;border-radius: 20px;float:left;text-align: center;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: #005c35;left:10px;}
@media (max-width:991px) {
	#nynewslist .container>div:first-child{border: 0;}
	.nynews-con{margin: 10px 0;}
}
@media (max-width:767px) {
	#nynewslist{padding-bottom: 20px;}
	.nynews-con h3{ font-size:16px; font-weight:bold}
	.nynews-img{padding: 0;}
	.nynews-con{padding: 0;}
	#pageshowpro{padding: 0; padding-bottom: 15px;}
}







#nynav{padding: 10px 0;border-bottom: 1px solid #ddd;}
.nyjc-crcrumbs{border-bottom: 1px solid #ddd; text-overflow:ellipsis; white-space: nowrap; overflow: hidden; background: url(../images/nav_tb.png) left 6px no-repeat;padding-left: 20px;color: #808080;margin-bottom: 15px;line-height: 32px; }
.nyjc-crcrumbs a{color: #808080;}
.nyjc-crcrumbs a:hover{color: #00205b;}

.nysolution>div{position: relative;}
.nysolution-nav{background: rgba(0,0,0,.5);line-height: 42px;position: absolute;bottom: 0;width: 100%;left: 0;}
.nysolution-nav span{display: block;padding: 0 27px;color: #fff;}
.nysolution-nav a{color: #fff;}



.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: 10px 10px 0 0;color:#fff;background: #00205b}
.nyjc-til p{font-size: 24px;}
.nyjc-til i{display: block;height: 1px;width: 90px;background: #fff;margin:10px 0;}

.nyprolist{padding: 30px 0;}
.nypro-img{border:1px solid #e6e6e6;overflow: hidden;}
.nypro-img img{-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.nypro-ul{margin-bottom: 30px;}
.nypro-ul li{margin-bottom: 20px}
.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:#00205b;}
.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: #00205b;color:#fff;}
@media (max-width: 991px) {
	.nyprolist{padding: 2px 0 15px;}
}

/* 产品内页Nyproduct */
#nypronav{border-bottom: 1px solid #e5e5e5;}
#nypronav>.container{padding: 0;}


/* 内页产品列表描述Nyprocon */
#nyprocon1{padding: 60px 0 100px;}
.nyprocon1-txt{margin-top: 70px;}
.nyprocon1-txt p{color: #333;font-size: 16px;line-height: 32px;text-align: justify;margin-bottom: 15px;}
.nyprocon1-txt p span{color: #0461B2;margin-right: 10px;}
.nyprocon1-txt p:last-child{margin-bottom: 0;}
#nyprocon2{background: url(../images/nyprocon2-bg.jpg) no-repeat center;background-size: cover;padding-top: 75px;}
.nyprocon2-img h2{font-size: 40px;color: #fff;margin-bottom: 20px;}
.nyprocon2-txt{padding:15px 0 110px;border-bottom: 8px solid #4cb034;}
.nyprocon2-txt p{color:#fff;text-align: justify;line-height: 25px;margin-top: 35px;}
#nyprocon3{padding: 60px 0 50px;border-bottom: 1px solid #e5e5e5;}
#nyprocon3 img{margin-top: 20px;}
#nyprocon4{padding: 60px 0 50px;border-bottom: 1px solid #e5e5e5;}
#nyprocon4 img{margin-top: 20px;}
#nyprocon5{padding: 60px 0 50px;border-bottom: 1px solid #e5e5e5;}
.nyprocon5-img{margin-top: 30px;}
.nyprocon5-txt{margin-top: 30px;padding-top: 20px;text-align: justify;}
.nyprocon5-txt ul{padding-bottom: 10px;border-bottom: 1px solid #e5e5e5;}
.nyprocon5-txt ul li{color: #444;line-height: 25px;margin-bottom: 10px;}
.nyprocon5-txt ul li span{color: #4cb034;margin-right: 5px;}
.nyprocon5-txt p{color: #444;line-height: 25px;margin-top: 10px;}
#nyprocon6{padding: 55px 0 120px;}
.nyprocon6-til{line-height: 52px;background-image: linear-gradient(to right, #00479d , #00a0e9);overflow: hidden;margin-top: 40px;}
.nyprocon6-til div{width: 50%;padding-left: 50px;float: left;}
.nyprocon6-til p{color: #fff;font-size: 18px;background: url(../images/nysolucon4-jt.png) no-repeat left;padding-left: 30px;}
.nyprocon6-con{box-shadow: 0 0 10px 1px rgba(6,0,1,0.15);display: flex;background: url(../images/nysolucon4-x.jpg) no-repeat center center;}
.nyprocon6-con>div{flex: 1;padding: 35px;}
.nyprocon6-con p{color: #333;font-size: 14px;margin-bottom: 16px;}
.nyprocon6-con p span{color: #0094df;font-family: SamHei;position: relative;top: 4px;font-size: 23px;line-height: 10px;}
.nyprocon6-con1 p:last-child, .nyprocon6-con2 p:last-child{margin-bottom: 0;}
@media (max-width:1459px){
	.nyprocon2-txt{padding: 15px 0 60px;}
}
@media (max-width:1359px){
	#nyprocon2{padding-top: 50px;}
	.nyprocon2-txt{padding: 0px 0 60px;}
	.nyprocon2-img{margin-top: 35px;}
}
@media (max-width:1359px){
	.nyprocon2-img{margin-top: 70px;}
}
@media (max-width:1199px){
	.nyprocon1-txt{margin-top: 0;}
	#nyprocon2{padding-top: 0px;}
	.nyprocon2-img{margin-top: 150px;}
	.nyprocon2-img h2{font-size: 32px;}
	.nyprocon2-txt{padding: 0px 0 30px;}
	.nyprocon5-txt{margin-top: 0;}
}
@media (max-width:991px){
	.nyprocon1-txt{margin-top: 15px;}
	.nyprocon2-img{margin-top: 30px;}
}
@media (max-width:767px){
	#nyprocon1, #nyprocon2, #nyprocon3, #nyprocon4, #nyprocon5, #nyprocon6{padding: 30px 0;}
	.nyprocon1-img, .nyprocon1-txt{padding: 0;}
	.nyprocon1-txt{margin-top: 10px;}
	.nyprocon2-img{margin-top: 0;}
	.nyprocon2-txt p{margin-top: 10px;}
	.nyprocon5-txt{padding-left: 0;padding-right: 0;}
	.nyprocon6-til{margin-top: 20px;}
	.nyprocon6-til div{width: 100%;}
	.nyprocon6-til div:last-child{display: none;}
	.nyprocon6-con{background: none;}
	.nyprocon6-con>div:last-child{display: none;}
}
@media (max-width:570px){
	.nyprocon6-til div{padding-left: 25px;}
	.nyprocon6-con>div{padding: 20px;}
}
@media (max-width:500px){
	.nyprocon2-img h2{font-size: 26px;}
	.nyprocon2-txt{padding: 0;border: 0;}
}
@media (max-width:400px){
	.nyprocon2-img h2{font-size: 22px;}
}
@media (max-width:340px){
	.nyprocon2-img h2{font-size: 20px;}
}
.pro-mlist{background: #fff;}
.pro-mp{padding-left: 15px;border-bottom: 1px dashed #eee;}
.pro-mp p{line-height: 50px;font-size:16px;padding-left: 15px;position: relative;}
.pro-mp p::before{content:'';position: absolute;left: 0;top: 50%;margin-top: -7px;width: 2px;height: 16px;background: #00205b;}
.pro-mlist li{padding: 10px;border-bottom: 1px dashed #eee;}
.pro-m-img{padding: 0;}
.pro-m-txt{padding-left: 10px;padding-right: 0;}
.pro-m-txt>a{font-size: 16px;display: block;color: #333;margin-bottom: 10px;}
.pro-m-txt>p{font-size: 14px;color: #999;line-height: 20px;height: 40px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.pro-m-al{overflow: hidden;margin-top: 10px;margin-right: 20px;}
.pro-m-al a{width: 40px;height: 30px;display: block;float: right;border: 1px solid #f3f3f3;}
.pro-m-al a.pro-mico1{background: url(../images/pro-mico1.png) no-repeat center;background-size: 20px;}
.pro-m-al a.pro-mico2{background: url(../images/pro-mico2.png) no-repeat center;background-size: 20px;border-left: none;}

/* 产品详情Nyshowpro */
#nyshowpro{padding: 50px 0;background-color: #f3f3f3;}
/*.showpro{background-color: #fff;padding: 50px 75px;}*/
.showpro-list-img{border:1px solid #eee;}
.showpro-list-img img{width: 100%}
.showpro-right{padding-left:15px; overflow: hidden;}
.showpro-right h2{font-size: 20px;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; }
.showpro-tel{padding-top: 10px;}
.showpro-rem{padding-top: 10px;}
.showpro-rem p{color:#00205b;font-weight: bold;font-size: 16px;}
.showpro-rem ul{}
.showpro-rem ul li a{border:1px solid #eee;display: block;}
.showpro-rem ul li:hover a{border-color: #00205b}
.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;float: left;margin-right: 10px;cursor: pointer;}
.showpro-con ul li.on{background: #00205b;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%; height: auto !important;}


@media(max-width: 991px){
	.pageshowpro_r{padding:0;}
	.showpro-right{padding: 0}
	.showpro-p h1{line-height: 40px; font-size: 18px;}
}

@media (max-width: 767px) {
	#nyshowpro{padding: 0;}
	.showpro-right{margin-top: 10px;}
	.showpro{padding: 15px;}
}
@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;}
}

.nymenu{width: 0;height: calc(100% - 50px);position: fixed;z-index: 90;top: 0;background: rgba(0,0,0,0.3);}
.nymenu>a{position: fixed;right: 0;top: 50%;width: 30px;text-align: center;padding: 5px;background: #00205b;color: #fff;z-index: 95;}
.nymenu-con{position: fixed;overflow-y: auto;top: 0;right: -280px;width: 280px;padding: 15px 25px 25px;height: calc(100% - 50px);background-color: #00205b;color:#fff;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;z-index: 100; }
.nymenu-con h3{font-size: 18px;font-weight: bold;line-height: 40px;border-bottom: 1px dashed #fff;margin-bottom: 10px;}
.nymenu-con dl{margin-bottom: 0;}
.nymenu-con dl a{color: #fff;}
.nymenu-con dl dt, .nymenu-con dl dt a{display: block;font-size: 16px;line-height: 30px;}
.nymenu-con dl dd{padding-left: 10px;}
.nymenu-con dl dd a{display: inline-block;margin: 7px 10px;}
.nymenu-con>a{float: right;color: #fff;position: relative;top:8px;z-index: 102;font-size: 18px;}
.nymenu-con.on{right: 0;}

/*内页产品详情*/
.showpro-list-img{border:1px solid #eee;}
.showpro-list-img img{width: 100%}
.showpro-p{padding-bottom:20px;}
.showpro-p h1{font-size:20px; line-height:40px; color:#222; font-weight:bold;text-transform: capitalize;}
.showpro-p h4{color:#808080;font-size:14px;line-height:24px;}
.showpro-p ul{ border-top:1px solid #e5e5e5; padding:5px 0;}
.showpro-p ul li{ vertical-align:middle;text-transform:capitalize;color:#808080; line-height: 32px; }
.showpro-p ul li p{display: inline-block; color: #444; font-size: 16px;vertical-align: middle; line-height: 32px; }
.showpro-rem>p{color:#600624;font-weight: bold;line-height: 25px;margin-bottom: 10px;font-size: 18px;}
.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: #600624}

.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;float: left;margin-right: 10px;cursor: pointer;}
.showpro-con ul li.on{background: #600624;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%;}

@media(max-width: 1199px){
	.showpro-p h1{ line-height: 48px; font-size: 16px;}
}

@media(max-width: 991px){
	.showpro-right{padding: 0}
	.showpro-p h1{ margin-bottom: 0 ;}
	.showpro-p ul{margin-top: 0;}
	.nypro{padding: 0;}
}

@media (max-width: 767px) {
	.showpro-right{margin-top: 10px;}
	.showpro{padding:0;}
	
}
@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;}
}




/* 内页解决方案Nysolu */
#nysolu{background: url(../images/nysolubg.jpg) no-repeat top center;padding: 50px 0 70px;border-bottom: 1px solid #E5E5E5;}
#nysolu>.container{padding: 0;}
.nysolu-swiper-container{overflow: hidden;position: relative;margin-bottom: 30px;}
.nysolu-one{display: flex;}
.nysolu-one-img{flex: 9;overflow: hidden;}
.nysolu-one-img a{display: block;}
.nysolu-one-img img{width: 100%;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.nysolu-one-txt{flex: 5.1;padding: 0 75px;border: 1px solid #e5e5e5;}
.nysolu-one-txt>div{}
.nysolu-one-txt .nysolu-til{color: #232323;font-size: 26px;line-height: 50px;transition: all .3s;-webkit-transition: all .3s;}
.nysolu-one-txt .nysolu-xian{width: 74px;height: 2px;background-color: #00205b;}
.nysolu-one-txt p{color: #444;font-size: 15px;line-height: 30px;text-align: justify;margin-top: 30px;max-height: 120px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.nysolu-one-txt .nysolu-more{width: 140px;line-height: 42px;height: 42px;background-color: #00205b;color: #fff;font-size: 15px;display: block;text-align: center;margin-top: 25px;transition: all .3s;-webkit-transition: all .3s;}
.nysolu-one-img a:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.nysolu-one-txt .nysolu-til:hover{color: #0461B2;}
.nysolu-one-txt .nysolu-more:hover{background-color: #024b8b;}
.nysolu-swiper-container .nysolu-swiper-button-next, .nysolu-swiper-container .nysolu-swiper-button-prev{position: absolute;width: 40px;height: 60px;z-index: 100;}
.nysolu-swiper-container .nysolu-swiper-button-prev{bottom: 50%;background: url(../images/nysolu-prev.png) no-repeat center #0461B2;border-radius: 25px 0 0 0;}
.nysolu-swiper-container .nysolu-swiper-button-next{top: 50%;background: url(../images/nysolu-next.png) no-repeat center #0461B2;border-radius: 0 0 25px 0;}

.nysolu-ul{overflow: hidden;}
.nysolu-ul li{padding: 0 25px;margin-bottom: 45px;}
.nysolu-ul li .nyimg-div{box-shadow: 0 0 10px 1px rgba(6,0,1,0.15);}
.nysolu-ul li .nyimg-div>a{overflow: hidden;display: block;}
.nysolu-ul li .nyimg-div img{-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.nysolu-ul li .nyimg-a{line-height: 56px;padding: 0 8px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: center;display: block;color: #333;font-size: 16px;transition: all .3s;-webkit-transition: all .3s;}
.nysolu-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);}
.nysolu-ul li:hover .nyimg-a{background-color: #00205b;color: #fff;}
@media (max-width:1199px){
	.nysolu-ul li{padding: 0 15px;margin-bottom: 25px;}
}
@media (max-width:767px){
	#nysolu{padding: 30px 0;}
	#nysolu>.container{padding: 0 10px;}
	.nysolu-ul li{padding: 0 8px;margin-bottom: 20px;}
}
@media (max-width:500px){
	.nysolu-ul li .nyimg-a{font-size: 15px;line-height: 40px;}
}

.nytitle{overflow: hidden;}
.nytitle h2{text-align: center;font-size: 40px;font-weight: bold;color: #232323;}
.nytitle h2 i{width: 10px;height: 10px;background-color: #4cb034;border-radius: 50%;display: inline-block;position: relative;left: 8px;top: 4px;}
.nytitle .ny-xian{width: 50px;height: 3px;background-color: #4cb034;margin: 20px auto;}

#nysolucon1{padding: 50px 0 30px;}
#nysolucon1 p{font-size: 16px;color: #444;line-height: 30px;padding: 10px 40px 0;text-align: justify;}
#nysolucon2{background: url(../images/nysolucon2-bg.jpg) no-repeat center top;padding: 57px 0;background-size: cover;}
#nysolucon2 p{font-size: 28px;font-weight: bold;color: #fff;}
#nysolucon2 img{margin-top: 40px;}
#nysolucon3{padding: 60px 0;border-bottom: 1px solid #e5e5e5;}
.nysolucon3-img{text-align: right;}
#nysolucon3 img{max-width: 100%;}
#nysolucon3 p{color: #444;font-size: 16px;text-align: justify;margin-top: 60px;line-height: 32px;}
#nysolucon4{padding: 65px 0 40px;}
.nysolucon4-til{line-height: 52px;background-image: linear-gradient(to right, #00479d , #00a0e9);overflow: hidden;margin-top: 40px;}
.nysolucon4-til div{width: 50%;padding-left: 50px;float: left;}
.nysolucon4-til p{color: #fff;font-size: 18px;background: url(../images/nysolucon4-jt.png) no-repeat left;padding-left: 30px;}
.nysolucon4-con{box-shadow: 0 0 10px 1px rgba(6,0,1,0.15);display: flex;background: url(../images/nysolucon4-x.jpg) no-repeat center center;}
.nysolucon4-con>div{flex: 1;padding: 35px;}
.nysolucon4-con p{color: #333;font-size: 14px;margin-bottom: 16px;}
.nysolucon4-con p span{color: #0094df;font-family: SamHei;position: relative;top: -1px;}
.nysolucon4-con1 p:last-child, .nysolucon4-con2 p:last-child{margin-bottom: 0;}
#nysolucon5{padding: 30px 0 60px;border-bottom: 1px solid #e5e5e5;}
#nysolucon5 img{margin-top: 30px;}
#nysolucon5 p{font-size: 24px;font-weight: bold;color: #222;text-align: center;padding-bottom: 30px;}
#nysolucon6{padding: 60px 0 80px;}
.nysolucon6-bg{height: 220px;background: url(../images/nysolucon6-bg.jpg) no-repeat center;margin-top: 35px;}
.nysolucon6-bg p{font-size: 16px;color: #333;text-align: center;padding: 0 235px;line-height: 32px;}
@media (max-width:1459px){
	.nysolucon6-bg p{padding: 0px 185px;}
}
@media (max-width:1359px){
	.nysolucon6-bg p{padding: 0px 135px;}
}
@media (max-width:1259px){
	.nysolucon6-bg p{padding: 0px 105px;}
}
@media (max-width:1199px){
	#nysolucon3 p{margin-top: 20px;}
	.nysolucon6-bg p{padding: 0px 25px;}
}
@media (max-width:991px){
	.nysolucon3-img{text-align: center;}
	#nysolucon3 .container div{padding: 0;}
}
@media (max-width:767px){
	.nytitle h2{font-size: 30px;}
	.nytitle .ny-xian{margin: 10px auto;}
	#nysolucon1, #nysolucon2, #nysolucon3, #nysolucon4, #nysolucon6{padding: 30px 0;}
	#nysolucon5{padding: 0 0 30px;}
	#nysolucon1 p{padding: 10px 0 0 0;}
	#nysolucon2 img{margin-top: 20px;}
	#nysolucon3 p{margin-top: 10px;}
	.nysolucon4-til{margin-top: 20px;}
	.nysolucon4-til div{width: 100%;}
	.nysolucon4-til div:last-child{display: none;}
	.nysolucon4-con{background: none;}
	.nysolucon4-con>div:last-child{display: none;}
}
@media (max-width:570px){
	#nysolucon2 p{font-size: 21px;}
	.nysolucon4-til div{padding-left: 25px;}
	.nysolucon4-con>div{padding: 20px;}
	#nysolucon5 img{margin-top: 10px;}
	#nysolucon5 p{font-size: 20px;padding-bottom: 0;margin-top: 10px;}
}
@media (max-width:400px){
	.nytitle h2{font-size: 24px;}
	#nysolucon2 p{font-size: 16px;font-weight: normal;}
	#nysolucon5 p{font-weight: normal;font-size: 16px;}
	.nysolucon6-bg{margin-top: 15px;}
	.nysolucon6-bg p{padding: 0px 10px;font-size: 15px;}
}

#objimg{}
.obj-img{position: relative;}
.obj-img::before{content: '';position: absolute;top: 0;left: 0;width:100%;height:100%;background: rgba(0,0,0,.5);}
.obj-img h1, .obj-img p{text-shadow: 0 0 2px #000;-webkit-animation-duration: 1s;animation-duration: 1s;-o-animation-duration: 1s;-ms-animation-duration: 1s;-moz-animation-duration: 1s;-webkit-animation-fill-mode: both;-o-animation-fill-mode: both;-ms-animation-fill-mode: both;-moz-animation-fill-mode: both;-webkit-animation-name: bannerH2;animation-name: bannerH2;-o-animation-name: bannerH2;-ms-animation-name: bannerH2;-moz-animation-name: bannerH2;opacity: 0;}
.obj-img h1{color: #fff;position: relative;margin-bottom: 20px;font-size: 36px; -webkit-animation-delay: 0.3s;animation-delay: 0.3s;-o-animation-delay: 0.3s;-ms-animation-delay: 0.3s;-moz-animation-delay: 0.3s;}
.obj-img p{color: #fff;position: relative;font-size: 18px; -webkit-animation-delay: 0.8s;animation-delay: 0.8s;-o-animation-delay: 0.8s;-ms-animation-delay: 0.8s;-moz-animation-delay: 0.8s;}
.obj-con{padding-top: 15%;padding-bottom: 15%;}
@media (max-width:500px) {
	.obj-img h1{font-size: 20px;}
	.obj-img p{font-size: 14px;}
}
@-webkit-keyframes bannerH2 {
0% { opacity:0; -webkit-transform:translateY(50px); transform:translateY(50px); -moz-transform:translateY(50px); -o-transform:translateY(50px); -ms-transform:translateY(50px); }
100% { opacity:1; -webkit-transform:translateY(0); transform:translateY(0); -moz-transform:translateY(0); -o-transform:translateY(0); -ms-transform:translateY(0); }
}
@keyframes bannerH2 {
0% { opacity:0; -webkit-transform:translateY(50px); transform:translateY(50px); -moz-transform:translateY(50px); -o-transform:translateY(50px); -ms-transform:translateY(50px);  }
100% { opacity:1; -webkit-transform:translateY(0); transform:translateY(0); -moz-transform:translateY(0); -o-transform:translateY(0); -ms-transform:translateY(0); }
}


.section-content{ margin-top: 20px;padding:15px 20px;background: #fff;box-shadow: 1px 1px 5px rgba(0,0,0,0.1);font-size: 16px;line-height: 2;}
.nav-height{ position:relative;}
#nav-wrap1 { width: 100%;background: #fff;box-shadow: 0 0 5px rgba(0,0,0, 0.2);}
#nav-wrap1.navFix{position: fixed;top: 90px;left: 0;  box-shadow: 0 0 5px rgba(0,0,0, 0.2);z-index: 999;}
#nav-wrap1 ul {display: block;}
#nav-wrap1.navFix ul{ border-bottom: 0;}
#nav-wrap1 li { display: inline-block; text-align: left;height: 50px; line-height: 50px; float: left;}
#nav-wrap1 li a {display: block;padding: 0 20px;font-size:16px; color: #666; text-decoration: none;}
#nav-wrap1 li a:hover{color: #00205b;}
#nav-wrap1 li a.active {position: relative;color: #00205b;}
#nav-wrap1 li a.active::after {content: ''; position: absolute;left: 0;bottom: 0;height: 2px;width:100%;background: #00205b}
.nav-mobile {display: none;font-weight: bold;width: 100%;}
.click-me {width: 150px;height: 30px; background: #00205b;color: white; text-align: center;line-height: 30px;}
.click-me a {display: block;color: white;}
.prod-bg{background: #f1f1f1;}
.prod-title{margin-bottom: 10px;font-size: 18px;color: #666;}
.prod-info{}
.prod-info img{max-width: 100%;}
#section1 img{margin: 10px 0;}
#section2 img{border:1px solid #ddd;padding: 3px;}
#section2 a:hover img{border: 1px solid #00205b;}
@media (max-width:414px) {
	.prod-bg{padding: 0 10px;}
	.section-content{padding: 10px; font-size: 14px;margin-top: 10px;}
}
@media (max-width:414px) {
	#nav-wrap1.navFix{top: 65px;}
}

.objbg{background: url(../images/dyna_bj.png) no-repeat;}
.nyobj-ul li{margin-bottom: 20px;padding: 0 10px;}
.nyobj-bor{border: 1px solid #ddd;overflow: hidden;}
.nyobj-img img{width: 100%;}
.nyobj-a{font-size: 26px;color: #353535;font-weight: bold;}
.nyobj-txt{margin-top: 30px;padding: 0 40px;}
.nyobj-txt p{font-size: 15px;color: #666;border-top: 1px solid #ddd;padding-top: 20px;margin-top: 10px;line-height: 25px;height: 120px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;}
.nyobj-a:hover{color: #00205b;}
.nyobj-more{margin-top: 30px;}
.nyobj-more a{display: inline-block;background: #00205b;padding: 8px 20px;color: #fff;border-radius: 5px;}
.nyobj-more a+a{margin-left: 20px;}

#showimg{padding: 15px 10px;}
.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;margin-bottom: 15px;text-align:center;}
.showimg-img img{max-width: 100%;}
.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;padding-bottom: 20px;}
.showimg-con img{max-width: 100%;}
.showimg-page{padding-top: 30px;overflow: hidden;}
.showimg-page>div[class^="col-"]{padding: 0 10px;}
.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){
	#nyimg{padding-top: 15px;padding-bottom: 15px;}
	.nyimg-ul li{margin-bottom: 20px;}
	.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}
}



#shownews{padding:0px 10px;}
#shownews .container>div[class^="col-"]{padding: 0 10px;}
#shownews .container>div:first-child{border-right: 1px solid #eee;}
.shownews-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;}
.shownews-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 30px;}
.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: 16px;font-weight: 400;padding: 10px;border-bottom: 1px solid #F0F2F5;}
.shownews-con img{max-width: 100%;}
.shownews-page{padding-top: 20px;padding-bottom:20px;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:991px) {
	#shownews .container>div:first-child{border:0;}
	.sdsd{padding: 0px;}
}
@media (max-width:767px){
	#shownews{padding: 0;}
	.shownews-top h1{ font-size:20px;}
	.shownews-top h2{ font-size:16px;}
	.shownews-con{padding:0;font-size:14px !important}
	.shownews-left{padding: 0 5px;}
	.shownews-page>div[class^="col-"]{padding: 0 10px;}
}

#pageshow {padding: 10px;}
.show-dateil{font-size: 16px;line-height: 2;padding: 10px;}
.show-dateil p{}
.show-dateil img{max-width: 100%;}
.showmap img{max-width: none;}
@media (max-width:767px){
	.show-dateil{padding: 0;}
	.show-dateil,.show-dateil *{font-size:14px !important}
	.show-dateil h2 span{font-size: 24px !important;}
	#dituContent{height: 400px !important}
}

/* 下载中心 */
#downloadlist{}
#downloadlist .metlist{ margin-bottom:20px;}
#downloadlist dl.top dt a{ color:#00205b;}
#downloadlist .metlist dt{ border-bottom:1px solid #ddd; font-size:14px; font-weight:bold; padding:3px 5px 3px 20px; background:url(../images/dt-9.gif) no-repeat 5px 9px;}
#downloadlist .metlist dd{ color:#999; padding:5px 8px; background:#f8f8f8;}
#downloadlist .metlist dd b{ font-weight:normal;}
#downloadlist .metlist dd div{ float:right;}
#downloadlist .metlist dd span{ padding-right:20px;}
#downloadlist .metlist dd a{ color:#1C57C4; text-decoration:underline;}
#downloadlist .metlist dd a.down{ color:#fa1a1a; text-decoration:underline;}
#showdownload{}
#showdownload h1.title{ font-size:18px; padding:5px 0px; margin-bottom:5px;}
#showdownload .paralist{ background:#f6f6f6; padding:5px 10px;}
#showdownload .paralist li{ padding:3px 5px 3px 0px; margin:5px 0px; border-bottom:1px solid #eee;}
#showdownload .paralist li a{ color:#00205b; text-decoration:underline;}
#showdownload .paralist li span{ float:left; padding:0px 10px; margin-right:5px; text-align:left; }
#showdownload .editor{ line-height:2; padding:0px 10px; font-size:14px;}
#showdownload .ctitle{ margin:15px 0px 10px; padding:5px 20px; background:url(../images/dt-7.gif) no-repeat left center; *background-position:left 17px; font-size:14px; border-bottom:1px dotted #ccc; }

/* 标签 */
.pro_key{line-height: 35px;border-top: dashed 1px #d7d7d7;margin-top: 5px;font-size: 14px;}

/*相关推荐*/
.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: #00205b}

/*全站搜索*/
#searchlist{}
#searchlist li{ padding-left:10px; margin-bottom:6px; line-height:1.5;}
#searchlist ul{ list-style:none; padding:0px; margin:0px;}
#searchlist ul li{ padding:3px 5px; margin-bottom:5px;}
#searchlist ul li img{ display:none;}
#searchlist .search_title{ display:block; padding:2px 0px;}
#searchlist .search_title a{ font-size:14px; color:#12C; text-decoration:underline;}
#searchlist .search_title em{ color:#c00; text-decoration:underline; font-style:normal;}
#searchlist .search_detail{ display:block; }
#searchlist .search_detail a{ text-decoration:underline; color:#12C;}
#searchlist .search_content em{ color:#c00; font-style:normal;}
#searchlist .search_updatetime{ display:block; margin-top:5px; color:green;}
#searchlist a:hover{ text-decoration:underline;}

/* 内页banner */
.nybanner{}
.nybanner>div{background-position: top center;background-repeat: no-repeat;background-size: cover;}
.nybanner p{font-size: 36px;color: #00205b;}
.nybanner span{font-size: 20px;color: #444;text-transform: uppercase;letter-spacing: 0.4px;}
@media (max-width: 991px){
	.nybanner>div{height: 400px !important;}
}
@media (max-width: 767px){
	.nybanner p{font-size: 35px;}
	.nybanner span{font-size: 18px;}
	.nybanner>div{height: 300px !important;}
}
@media (max-width: 560px){
	.nybanner p{font-size: 30px;}
	.nybanner span{font-size: 16px;}
	.nybanner>div{height: 250px !important;}
}
@media (max-width: 420px){
	.nybanner p{font-size: 24px;}
	.nybanner span{font-size: 14px;}
	.nybanner>div{height: 200px !important;}
}
@media (max-width: 374px){
	.nybanner p{font-size: 20px;}
	.nybanner span{font-size: 12px;}
}

/*翻页样式*/
.metpager_1{ text-align:center;}
.metpager_2{ text-align:center;}
.metpager_3{ text-align:center;}

#flip{line-height: 25px;}
.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:#00205b; display: inline-block; }
.metpager_5 a:hover { border:1px solid #00205b; color:#fff; background-color:#00205b;}
.metpager_5 a:active {border:1px solid #009; color:#000;}
.metpager_5 span.current { padding:2px 8px 2px 8px; margin:2px; color:#00205b; text-decoration:none;display: inline-block;}
.metpager_5 span.disabled { border:1px solid #ccdbe4; padding:2px 8px 2px 8px; margin:2px; color:#666;display: inline-block;}

.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;}