@charset "utf-8";
/* CSS Document @woniu*/

@media screen and (max-width: 768px) {
  .pl02{padding-left: .2rem;}
  .pall02{padding: .2rem;}
}

.layui-col-space30 {margin: -0.325rem}
.layui-col-space30>* {padding: 0.325rem}

/**/
.wtop-nsnav-bg{
  width: 100%;
  position: fixed;
  z-index: 30;
  background:linear-gradient(var(--black-color) 0 1.4rem,var(--mid-gray-color) 1.40001rem 100%);
}
.logo-cont{background-color: var(--theme-color);}
.logo-box{display: inline-block;}
.logoimg img{width: 3rem; margin-top: .3rem;}
.logotxt{margin-top: .325rem;}
.wtop-nsnav-usbg{
  line-height: 1.4rem;
  color: var(--mid-theme-color);
}
@media screen and (max-width:992px) {
  .logo-cont{
    width: 100%;
    padding: 0 0 .3rem .3rem;
  }
  .logoimg,.logotxt{display: inline-block;}
  .logoimg img{margin-top: -1.625rem;}  
  .logoempbox{
    width: 100%;
    height: 2.9rem;
  }
}
@media screen and (min-width:992px) {
  .logo-box{width: 100%;}
  .logoimg,.logotxt{width: 100%; text-align: center;}
  .logoempbox{
    width: 100%;
    height: 5.2rem;
  }
}
/**/
.toggle-btn{
  height: 2rem;
  width: 2rem;
  display: inline-block;
  position: relative;
  border: 1px solid var(--white-color);
  cursor:pointer;
  float: right;
  top: .5rem;
  right: .5rem;
  border-radius: .25rem;
}
.toggle-btn *{transition:.3s ease-in-out}
.toggle-btn span{
  width:1rem;
  height:.125rem;
  position:absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background:var(--white-color);
  opacity:1;
  z-index: 16;
}
.toggle-btn span.one{top:.5rem}
.toggle-btn span.two{top:1rem}
.toggle-btn span.three{top:1.5rem}
.toggle-btn.on{
  position:fixed;
  z-index: 22;
  background-color: var(--theme-color);
}
.toggle-btn.on .one{transform:translateY(.475rem) rotate(45deg);}
.toggle-btn.on .two{opacity:0}
.toggle-btn.on .three{transform:translateY(-.475rem) rotate(-45deg);}
.float-menu-box{
  position: fixed;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: rgba(0,0,0,.4);
  top: 2.825rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
}
.float-menu{
  padding-top: 1rem;
  background-color: var(--other-color);
}
.float-menu li{
  padding: 0 2rem;
  line-height: 3rem;
  font-size: 1rem;
  border-bottom: 1px solid var(--bg-color);
}

/**/
.wbign-nav{
  margin-left: 4rem;
  display: flex;
  position: relative;
  justify-content: space-between;
}
.wbign-nav li{
  flex: 1;
  line-height: 2rem;
  display: inline-block;
  text-align: center;
  margin-top: 1rem;
}
.wbign-nav li:hover,
.wbign-nav li.on{background-color: var(--theme-color);}

/**/
#carousel-img{position: relative;}
.carousel-txt-box{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
}
.carousel-txt{
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-txt-info{
  padding: .5rem;
  border: .0625rem solid var(--white-color);
}
.carousel-txt-nbox{
  border: .0625rem solid var(--white-color);
  padding: .5rem;
}
.carousel-txt-info p{
  color: var(--theme-color);
  font-size: 2rem;
  line-height: 2.25rem;
  text-shadow: var(--white-color) .125rem 0 0, var(--white-color) 0 .125rem 0, var(--white-color) -.0625rem 0 0, var(--white-color) 0 -.0625rem 0;
}
.carousel-txt-info h6{
  color: var(--white-color);
  font-size: .25rem;
}
@media screen and (max-width:992px) {
  .carousel-txt-info p{
    font-size: 1rem;
    line-height: 1.25rem;
  text-shadow: var(--white-color) .0625rem 0 0, var(--white-color) 0 .0625rem 0, var(--white-color) -.0625rem 0 0, var(--white-color) 0 -.0625rem 0;
  }
}

/**/
.layui-elem-field{border-top-width: 0.0625rem;}
.layui-elem-field legend {
  margin: 0 auto;
	padding: 0;
  line-height: 1.8rem;
  transform: translateY(-0.1rem);
}
@media screen and (max-width:992px) {
  .layui-elem-field legend {transform: translateY(-0.1565rem);}
  .floor_y_d .txtScroll-top{ left:20px !important;}
}
@media screen and (max-width:768px) {
  .layui-elem-field legend {transform: translateY(-0.225rem);}
}
.panel-box h2{line-height: 1.6rem;}
.panel-box h2 span{font-size: 1.525rem}
.panel-box h2 p{display: inline; padding: 0 1rem;}
.panel-box > p{transform: translateY(-0.5rem);}

/**/
.erji-nav{
  display: flex;
  justify-content: space-between;
}
.btn-nav li,
.erji-nav li{
  display: inline-block;
  border-radius: .3rem;
  background-color: var(--bg-color);
  padding: .5rem 1.8rem;
}
.erji-nav li{flex: 1;padding: .5rem 0;}
.erji-nav li:not(:last-child){margin-right: .0625rem;}
@media screen and (max-width:992px) {
  .erji-nav{flex-wrap: wrap;}
  .erji-nav li{
    flex: auto;
    border-radius: 0;
    padding: .5rem 0;
    margin-top: .125rem;
    width: 30%;
  }
  .erji-nav li:not(:nth-child(3n)){margin-right: .0625rem;}
  .erji-nav li:last-child:nth-child(3n - 1){margin-right: calc(30% + 8% / 3);}
}
.btn-nav li,
.erji-nav li.on,
.erji-nav li:hover{background-color: var(--theme-color);}
.btn-nav li a,
.erji-nav li.on a,
.erji-nav li:hover a{color: var(--white-color);}

/**/
.list-img-info{position: relative;}
.list-img-bg{
  position: absolute;
  left: 0;right: 0;
  top: 0;bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(217,0,15,.2);
  transition: all .5s;
  opacity: 0;
}
.list-img-box:hover .list-img-bg{
  width: 100%;
  height: 100%;
  opacity: 1;
}

/**/
.good-cont{
  background-size: contain;
  background: url(../img/ysbg.jpg) top no-repeat;
  object-fit: cover;
  background-attachment: fixed;
}
.good-icon-box{
  display: flex;
  justify-content: space-between;
}
.good-icon{
  margin-top: 1rem;
  flex:1;
  display: inline-block;
}
.good-icon h2{margin-top: 1rem;}
.good-icon h5{padding: 0 .5rem;}
@media screen and (max-width:992px) {  
  .good-icon-box{flex-wrap: wrap;}
  .good-icon{
    flex: auto;
    width: 33%;
  }
}

/**/
.about-title-box{
  border: 0.125rem solid var(--theme-color);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-title{
  position: absolute;
  padding: 1rem 0;
  background-color: var(--white-color);
}
.about-title h2{font-size: 1.5rem;}
.about-title p{
  font-size: 1rem;
  margin-top: .5rem;
  color: var(--theme-color);
}
@media screen and (min-width:1200px) {
  .about-title-box{height: 15.85rem; width: 5rem;}
  .about-title{transform: translateX(4rem); width: calc(100% + 4rem);}
  .about-info{padding: 1rem 4rem;}
}
@media screen and (max-width:1200px) {
  .about-title-box{height: 13.5rem; width: 5rem;}
  .about-title{transform: translateX(4rem); width: calc(100% + 4rem);}  
  .about-info{padding: 1rem 4rem;}
}
@media screen and (max-width:992px) {
  .about-title-box{height:3rem; width: 99%;}
  .about-title{transform: translateY(2rem); width: 40%; text-align:center;}
  .about-info{padding: 1rem .2rem;}
  .about-img{margin-top: 2.8rem;}
}

/**/
.shejishi-cont{  
  background-size: contain;
  background: url(../img/sjsbg.jpg) top no-repeat;
  object-fit: cover;
  background-attachment: fixed;
}
/*
@media screen and (min-width:992px) {  
  .scrollimg{
  	width: 100%;
    height: 325px;
  	position: relative;
  	overflow: hidden;
  }  
  .scrollimg ul{
  	overflow: hidden;
  	position:absolute;
  	width: 1600px;
  	left: 0;
  	top: 0;
  	_height:1px;
  }  
  .scrollimg ul li{
  	float: left;
  	width: 200px;
  }
  .scrollimg .layui-col-md2,
  .scrollimg .layui-col-lg2{width: 100%;}
}*/

/**/
.news-info{padding-left: .5rem;}

/**/
.footer-bg{background-color:#262626; color:#fff;}
.footer-copy-bg{background-color:#000000; color:#fff;}
.footer-bg a,.footer-copy-bg a{ color:#fff;}
@media screen and (min-width:992px) {
  .footer > div{height: 180px; padding: 0 30px;}
  .footer > div:not(:last-child){border-right: 1px dashed var(--border-color);}
  .footer-copy{line-height: 52px;}
}
@media screen and (max-width:992px) {
  .footer-copy{
    font-size: 12px;
    line-height: 32px;
    padding: 10px 0;
  }
  .contact-info{font-size: .9rem; padding-left: 1rem;}
  .contact-info p{line-height: 1.5rem;}
  .code-info img{width: 80%;}
}

.dhua b {
    background-position: -274px -173px;
    width: 26px;
    height: 52px;
    float: left;
    margin-top: 15px;
    display: block;
	margin-left:70px;
}
.icon {
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.dhua p {
    float: right;
    font-size: 16px;
    color: #999999;
    display: block;
    padding-top: 16px;
}
.dhua p span {
    display: block;
    font-size: 24px;
    color: #d00;
    line-height: 24px;
    font-weight: bold;
}
.menu{ height:60px; line-height:60px; background:#1667cb;}
.nav{ background:#1667cb; text-align:center;}
.layui-icon-down:before {
    content: "";
}
.layui-nav .layui-this:after, .layui-nav-bar{ background:none;}
.layui-nav-child{ top:60px; background:#fff !important; overflow:hidden; width:100%;}
.layui-nav .layui-nav-item a span{ font-size:16px; color:#fff !important;}
.nav li.hover a, .nav li:hover a {
    background-color: #F60;
}
.layui-nav{ padding:0;}
.layui-nav .layui-nav-item a{ padding:0;}
.layui-nav-child dd a{ background:#fff !important; border-bottom: #dddddd solid 1px;}

.tcenter li span{ width:100%; float:left; height:50px; line-height:50px; text-align:center; background:#f60;}
.tcenter li span a{ color:#fff; font-size:16px; font-weight:bold;}

.syprd{ background:url(../images/a7_02.jpg);}

.floor_5_main{width:100%; height:200px; background:url(../images/a18_02.jpg) center center no-repeat;}
.floor_5_main p{float:left; padding-top:50px; font-size:36px; color:#FFF; line-height:36px;}
.floor_5_main p span{font-size:20px; color:#fff; line-height:20px; padding-top:18px; display:block;}
.floor_5_main p b{display:block; width:70px; height:2px; background-color:#f90; margin-top:18px;}
.floor_5_main dl{ padding-left:30px; padding-top:38px;}
.floor_5_main dl dt{float:left;}
.floor_5_main dl dt i{width:216px; height:50px; display:block; background-position:0px -35px; padding-left:84px; font-size:26px; color:#fff; font-family:"Arial"; font-weight:bold; line-height:50px;}
.floor_5_main dl dt span{width:250px; height:50px; display:block; background-position:-325px -35px;padding-left:50px; font-size:20px; color:#fff; line-height:50px; margin-top:20px;}
.floor_5_main dl dd{float:right; width:121px; height:121px; background-color:#fff; text-align:center;}
.floor_5_main dl dd img{width:111px; height:111px; background-size:100%; margin-top:5px;}
.iconp {
    background: url(../images/iconp.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width:450px) {
	.menu{ overflow:hidden;}
	.floor_y_d .txtScroll-top{width: 100%;position: absolute;top: 98px;display: inline-block; left:20px;}
	.floor_y_b .hd .next{ left:300px !important;}
	.floor_y_b .hd .prev{ left:330px !important;}
	.floor_y_t{ margin-bottom:40px;}
}

.floor_4_2 ul{display:inline-block;position:relative;}

.floor_4_2 ul li{position:relative;}
.floor_4_2 ul li dt{ width:100%; overflow:hidden; position:relative;}
.floor_4_2 ul li dt img{width:100%; background-size:100%;}
.floor_4_2 ul li dt p{background:url(../images/a17_06.png); width:100%; height:65px; position:absolute; bottom:0; left:0;transition: all .6s ease 0s;}
.floor_4_2 ul li dt p span{line-height:65px; padding-left:10px; float:left; color:#fff; font-size:16px; overflow:hidden; width:70%;}
.floor_4_2 ul li dt i{display:block; float:right; width:26px; height:26px; background-position:-197px -264px;margin-top: 20px;margin-right: 20px;}
.floor_4_2 ul li dd{background:url(../images/a17_03.png); width:100%; height:100%; position:absolute; left:0; top:0; text-align:center;transition: all .6s ease 0s;opacity: 0;visibility: hidden;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
.floor_4_2 ul li dd i{display:inline-block; width:40px; height:40px; background-position:-140px -257px; margin-top:70px;}
.floor_4_2 ul li dd p{font-size:18px; font-weight:bold; color:#fff; padding-top:18px;}
.floor_4_2 ul li:hover dd{opacity: 1; visibility: visible; transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0);}
.floor_4_2 ul li:hover dt p{opacity: 0;visibility: hidden;}

.floor_1_main{background:url(../images/a11_02.jpg) center center no-repeat; width:100%; height:100px;}
.floor_1_main .floor_1_1 em{font-size:20px; color:#fff; line-height:20px; padding-top:26px; float:left;}
.floor_1_main .floor_1_1 em span{display:block; font-size:14px; color:#88b0e7; line-height:14px; padding-top:10px;}
.floor_1_main .floor_1_1 i{display:block;font-size:30px;color:#fff;font-family:"Arial";float:left;margin-left: 90px;margin-top:34px;line-height:32px;}
.floor_1_main .floor_1_1 i span{display:inline-block; float:left; width:32px; height:32px; background-position:-229px 0px; margin-right:12px;}
.floor_1_main .floor_1_1 .guanjzhi{float:right; width:356px;}
.floor_1_main .floor_1_1 .guanjzhi b{display:block; color:#fff; font-size:16px; line-height:16px; font-weight:normal; padding-top:26px;}
.floor_1_main .floor_1_1 .guanjzhi p{display:block; padding-top:10px;}
.floor_1_main .floor_1_1 .guanjzhi p a{display:inline-block; font-size:14px; color:#fff;}
.floor_1_main .floor_1_1 .guanjzhi p a:nth-child(4) span{display:none;}
.floor_1_main .floor_1_1 .guanjzhi p a:first-child+a+a+a span{display:none;}

.about_video{ width:100%; overflow:hidden;}
video {
    padding: 5px;
    background-color: #000;
}
.about_l .title {
    width: 100%;
    height: 60px;
    padding-top: 4px;
    line-height: 56px;
    overflow: hidden;
    font-size: 30px;
    color: #333;
}
.about_l .title span {
    display: inline-block;
    height: 56px;
    border-bottom: 2px solid #dd1111;
    float: left;
    font-weight: 700;
}
.about_l .title a {
    float: right;
    font-size: 14px;
    color: #999;
}
.about_l .about_dec {
    width: 100%;
    height: 180px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    margin: 20px 0;
}

.news{ background:url(../images/a12_02.jpg) center no-repeat;}
.floor_8_z{float:left; width:100%; height:546px; background-color:#fff; border-bottom:#dedddd solid 1px;}
.floor_mc{width:100%; height:240px; background-color:#1667cb;}
.floor_mc h3 a{display:block; font-size:24px; padding-top:24px; padding-left:31px; color:#fff; font-weight:bold; line-height:24px;}
.floor_mc h3 span{font-size:14px; color:#fff; font-weight:normal; display:block; line-height:14px; padding-top:8px; text-transform:uppercase;}
.dloor_xin{margin-left:31px; margin-top:-140px;}
.dloor_xin img{width:90%; height:auto; display:block;}
.dloor_xin h3{width:310px;font-size:18px;color:#c00;padding-top:36px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.dloor_xin em{display:block;font-size:14px;color:#666666;line-height:24px;padding-top: 13px;width:100%;height:74px;}
.dloor_xin p{width:330px;margin-top: 3px;}
.dloor_xin p i{width:0px; height:1px;transition: all .6s ease 0s; background-color:#1667cb; display:block; margin-top:8px; float:left;}
.dloor_xin a:hover p i{width:62px;}
.dloor_xin a:hover h3{color:#1667cb;}
.dloor_xin p span{display:block; float:right; font-size:14px; color:#999999; line-height:14px;}

.floor_8_y{float:right; width:100%; overflow:hidden;}
.floor_y_1{width:99%; height:240px; border-bottom:#dedddd solid 1px; border-left:#efeeee solid 1px; background-color:#fff;}
.floor_y_t h3{display:block; font-size:24px; padding-top:24px; padding-left:31px; color:#1667cb; font-weight:bold; line-height:24px; float:left;}
.floor_y_t h3 span{font-size:14px; color:#666; font-weight:normal; display:block; line-height:14px; padding-top:8px; text-transform:uppercase;}
.floor_y_t a.ag{width:15px;height:15px;background-position:0px -103px;display:block;float:right;margin-right:30px;margin-top:30px;position:relative;z-index:5;-webkit-transition: all .0s ease-in-out 0s;-moz-transition: all .0s ease-in-out 0s;transition: all .0s ease-in-out 0s;}
.floor_y_t a.ag:hover{background-position:0px -121px;}
.floor_y_b{padding-top:26px; clear:left; display:block; width:789px; position:relative;}
.floor_y_b .hd .next{position:absolute;top:-40px;right:96px;width:7px;height:14px;background-position:-223px -147px;-webkit-transition: all .0s ease-in-out 0s;-moz-transition: all .0s ease-in-out 0s;transition: all .0s ease-in-out 0s;}
.floor_y_b .hd .prev{position:absolute;top:-40px;right:74px;width:7px;height:14px;background-position:-223px -165px;-webkit-transition: all .0s ease-in-out 0s;-moz-transition: all .0s ease-in-out 0s;transition: all .0s ease-in-out 0s;}
.floor_y_b .hd .next:hover{position:absolute; top:-40px; right:96px; width:7px; height:14px; background-position:-256px -147px;}
.floor_y_b .hd .prev:hover{position:absolute; top:-40px; right:74px; width:7px; height:14px; background-position:-256px -165px;}
.floor_y_b li{float:left; width:340px; margin:0 26px;}
.floor_y_b a{display:block;}
.floor_y_b a h3{width:340px;font-size:18px;color:#c00;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.floor_y_b a em{display:block; font-size:14px; color:#999; line-height:24px; padding-top:10px; width:340px; height:64px;}
.floor_y_b a p{width:340px;}
.floor_y_b a p i{width:0px; height:1px;transition: all .6s ease 0s; background-color:#1667cb; display:block; margin-top:8px; float:left;}
.floor_y_b a:hover p i{width:62px;}
.floor_y_b a:hover h3{color:#1667cb;}
.floor_y_b a p span{display:block; float:right; font-size:14px; color:#999999; line-height:14px;}
.floor_y_2{width:789px; height:280px; border-bottom:#dedddd solid 1px; border-left:#efeeee solid 1px; background-color:#fff; margin-top:25px; position:relative;}
.floor_y_d img.img1{position:absolute; left:164px; bottom:0;}
.floor_y_d a.gd{width:130px; height:40px; border:#ebebeb solid 1px; text-align:center; line-height:40px; font-size:14px; color:#666; position:absolute; left:30px; bottom:44px;}
.floor_y_d a.gd span{display:inline-block; width:31px; height:10px; background-position:-30px -106px; margin-left:6px;}
.floor_y_d a.gd:hover{background-color:#1667cb; color:#fff;}
.floor_y_d a.gd:hover span{background-position:-30px -123px;}
.floor_y_d .txtScroll-top{width: 350px;position: absolute;right: 16px;top: 58px;display: inline-block;}
.floor_y_d .txtScroll-top .hd .next{position:absolute;top: -22px;right:86px;width:14px;height:7px;background-position:-234px -151px;z-index:111;-webkit-transition: all .0s ease-in-out 0s;-moz-transition: all .0s ease-in-out 0s;transition: all .0s ease-in-out 0s;}
.floor_y_d .txtScroll-top .hd .prev{position:absolute;top: -22px;right:64px;width:14px;height:7px;background-position:-234px -170px;z-index:111;-webkit-transition: all .0s ease-in-out 0s;-moz-transition: all .0s ease-in-out 0s;transition: all .0s ease-in-out 0s;}
.floor_y_d .txtScroll-top .hd .next:hover{position:absolute; top: -22px; right:86px; width:14px; height:7px; background-position:-267px -151px; z-index:111;}
.floor_y_d .txtScroll-top .hd .prev:hover{position:absolute; top: -22px; right:64px; width:14px; height:7px; background-position:-267px -170px; z-index:111;}
.floor_y_d .txtScroll-top ul{display:inline-block;}
.floor_y_d ul li{clear:left; display:block; margin-top:16px;}
.floor_y_d ul li dl{display:inline-block;}
.floor_y_d ul li dl dt{width:100%; height:18px; overflow:hidden;}
.floor_y_d ul li dl dt i{width:17px; height:17px; float:left; display:block; background:url(../images/wen.png) no-repeat;margin-top: 2px;}
.floor_y_d ul li dl dt span{float:left;display:block;font-size:18px;color:#333;padding-left:10px;line-height:18px;padding-left: 10px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s; width:80%;}
.floor_y_d ul li dl dd{margin-top: 6px;clear: left;display: block; height:40px; overflow:hidden;}
.floor_y_d ul li dl dd em{width:17px; height:17px; float:left; display:block; background:url(../images/da.png) no-repeat;margin-top: 4px;}
.floor_y_d ul li dl dd p{float:left; display:block; font-size:14px; color:#999;width: 80%;padding-left: 10px;line-height: 20px;}
.floor_y_d ul li a:hover span{color:#1667cb;}
.icon1 {
    background: url(../images/icon1.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.leftCon{width: 100%;padding-bottom: 40px; overflow:hidden;}
.leftNav{width: 99%;position: relative;z-index: 20;border: 1px solid #e5e5e5;}
.leftNav .title{height: 96px;color: #fff;background: #1667cb;}
.leftNav .title .en{display: block; padding: 20px 0 0 15px; line-height: 30px; font-size: 28px; text-transform: uppercase; font-family: "Cambria";}
.leftNav .title .line{width: 22px; height: 1px; display: block; margin: 10px 0 10px 15px; background: #fff;}
.leftNav .title h3{font-size: 20px;font-weight: bold;padding-left: 15px;padding-top:24px;}
.leftNav .list{padding: 0 8px;}
.leftNav .item{}
.leftNav .item:first-child{border-top: 0px;}
.leftNav .item h3{font-weight: bold;color: #1667cb;font-size: 1.locationpx;}
.leftNav .item h3 a{color: #333;display: block;padding-left: 25px;line-height: 50px;border-top: 1px solid #e5e5e5; font-size:15px;}
.leftNav .item h3 strong{ color:#f60;}
.leftNav .item h3 a:hover,
.leftNav .item h3 a.hover{color: #f60;}
.leftNav .item h3 s{float: right;width: 18px;height: 20px;margin-right: 8px;margin-top: 16px;background-position: -125px -25px;}
.leftNav .item .box{padding-bottom: 0;background: #f6f6f6;}
.leftNav .item .box a{color: #333;line-height: 40px;display: block;height: 40px;padding-left: 25px;overflow: hidden;}
.leftNav .item .box a s{width: 10px;height: 10px;margin-right: 8px;display: inline-block;background-position: 2px -178px;}
.leftNav .item .box a:hover,
.leftNav .item .box a.hover{color: #1667cb;font-weight: bold;}
.leftCon .leftContact{width: 99%;margin-top: 20px;border: 1px solid #e5e5e5; float:left;}
.leftCon .leftContact .title{height: 40px;line-height: 40px;padding: 3px 15px 4px;font-size: 20px;font-weight: bold;color: #fff;background: #1667cb;}
.leftCon .leftContact .title span{font-size: 14px; margin-left: 6px;}
.leftCon .leftContact .leftprocomt{padding-top: 10px;}
.leftCon .leftContact .leftprocomt li{float: left;text-align:center;width: 96%;margin:0 0 10px 2%!important;}
.leftCon .leftContact .leftprocomt li img{width: 100%;height: auto;border-radius: 3px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;} .leftprocomt li p{font-size: 14px;line-height: 30px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;} .leftprocomt li:hover img{-webkkit-filter:brightness(105%);filter:brightness(105%);} .leftprocomt li:hover p{color:#1048a0;}
.leftCon .leftContact .contxt{padding: 8px 10px 15px; line-height: 30px;}
.leftCon .leftContact .contxt .img{float: left;display: block;border: 1px solid #e5e5e5;margin: 0 auto 10px; width:100%;}
.leftCon .leftContact .contxt img{width: 100%;}
.icon2 {
    background: url(../images/icon2.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.rightNav{ width:100%; overflow:hidden;}
.location{width: 100%; padding: 0px 0 0; height: 45px; line-height: 45px; margin-bottom: 20px; position: relative; border-bottom: 2px solid #1667cb;}
.location h3{font-size: 18px; padding-left: 3px; display: inline-block; position: relative; font-weight:bold;}
.location h3 s{width: 100%; height: 2px; display: block; position: absolute; left: 0; bottom: -2px; background: #f60;}
.location .sitepath{color: #333333; float: right; text-align: right; width: 60%; white-space: nowrap;}
.location .sitepath a{color: #333333;}
.location .sitepath a:hover{color: #1667cb;}
.txtcon{ color:#666; line-height:27px; font-size:16px;}
.txtcon img{ max-width:100%;}

.rightNav .item{width: 98%;height: 160px;margin: 0 auto;padding: 5px;border-bottom: 1px solid #eaeaea;transition: all .5s;}
.rightNav .item a{display: block; width: 100%;}
.rightNav .item img{width: 90%;height: auto;display: block;float: left;border: 1px solid #e5e5e5;padding: 3px;}
.rightNav .item h3{font-size: 16px; color: #c00; height: 42px; line-height: 45px; overflow: hidden; margin-bottom: 5px; font-weight: bold; border-bottom: 1px solid #ededed; transition: all ease 300ms;}
.rightNav .item .txt{color: #737373;line-height: 24px;height: auto;margin: 5px 0 5px;overflow: hidden; font-size:13px;}
.rightNav .item .txt span{color: #f60;}
.rightNav .item .time{color: #737373;}
.rightNav .item:hover h3{color: #f60;}
.rightNav .item:hover{box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);}

.pglist{padding: 20px 0 30px;width:100%;text-align: center;clear: both;}
.pglist a {color: #666;padding: 0 15px;margin: 0 3px;background: #fff;border: 1px solid #ddd;-webkit-border-radius: 2px;border-radius: 2px;}
.pglist span {color: #fff;padding: 0 15px;margin: 0 3px;background: #1667cb;border: 1px solid #ddd;-webkit-border-radius: 2px;border-radius: 2px;}
.pglist *{display:inline-block;vertical-align:middle;line-height: 34px;padding-bottom:1px;}
.pglist a:hover,.pglist .hover {display:inline-block;color: #fff;background: #003e92;border-color: #003e92;}

.content{width:100%;float: right;height: auto; overflow: hidden;}
.content .title{color: #333333; margin-bottom: 5px; font-size: 24px; text-align: center;}
.content .title .more{font-size: 14px;}
.content .mark{padding: 5px 0 10px; text-align: center; margin-bottom: 20px; border-bottom: 1px solid #eee;}
.content .mark span{margin-right: 18px; font-size: 12px; color: #666666;}
.content .showContxt{color: #333333; padding: 5px 0 30px; line-height:27px; font-size:15px;}
.content .showContxt img{max-width: 100%;}

.reLink{clear:left; width: 100%; height: auto; line-height: 38px; border-top: 2px solid #dddddd; border-bottom: 2px solid #dddddd; overflow:hidden;}
.reLink .nextLink,
.reLink .prevLink{display: block; text-align: left; color: #666;}
.reLink .nextLink a:hover,
.reLink .prevLink a:hover{color: #1667cb;}
.reLink .nextLink{text-align: left;}

.newsbox {
	padding-top: 30px;
	width:100%; float:left;
}
.indexTit{width: 100%; padding: 6px 0 16px; line-height: 40px;}
.indexTit .more{float: right; line-height: 36px; font-family: arial;margin-top: 6px;}
.indexTit h3{font-size: 24px; display: inline-block; *display: inline; *zoom: 1; margin: 0 5px 0 7px;}
.indexTit s{width: 25px; height: 30px; background-position: -94px -26px;}
.indexTit .en{font-family: arial; font-size: 16px; display: inline-block; *display: inline; *zoom: 1;}
.txtlist{width: 98%;position: relative;overflow: hidden;border: #ccc solid 1px;padding: 5px;}
.txtlist .list{width: 106%;position: relative;}
.txtlist li{width: 43%; height: 36px; line-height: 36px; overflow: hidden; float: left; margin-right: 5%;}
.txtlist li a{width: 100%; display: block;}
.txtlist li s{width: 4px; height: 4px; display: inline-block; vertical-align: middle; margin-top: -1px; border-radius: 100%; background: #333333; margin-right: 10px;}
.txtlist li .time{float: right;}

.prdtsl{ width:95%; overflow:hidden; border:1px solid #e5e5e5; padding:3px;}
.prdtsl h3{ height:36px; line-height:36px; text-align:center; overflow:hidden; font-weight:bold; font-size:16px;}
.prdtsl p {
    height: 30px;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
	text-align:center;
    transition: all ease 300ms;
}
.prdtsl span {
    font-size: 18px;
    color: #F00;
}
.wapcplist li{ width:31%; height:30px; float:left; margin-bottom:10px; line-height:30px; text-align:center; margin-left:2%; background:#1667cb;}
.wapcplist li a{ color:#fff; font-size:15px;}

.showImg{float:left; width:100%; height:auto;}
.showImg .showImg_left{width:100%; height:auto; position:relative; overflow:hidden;}
.showImg .showImg_left .hd{position:absolute; bottom:30px; right:20px; height:12px;z-index: 1;}
.showImg .showImg_left .hd ul{display:inline-block;}
.showImg .showImg_left .hd ul li{display:block;float:left;width:12px;height:12px;background-color: #1667cb;border-radius:10px;text-indent: -999px;cursor: pointer;margin-left:10px;}
.showImg .showImg_left .hd ul li.on{background-color: #f60;}
.showImg .showImg_left .bd{width:100%; height:auto; overflow:hidden;}
.showImg .showImg_left .bd ul{display:inline-block;}
.showImg .showImg_left .bd ul li{float:left; max-width:440px;}
.showImg .showImg_left .bd ul li img{width:100%; height:auto; background-size:100%;}

.txtcon{width: 100%;height:auto;float: right;position: relative;}
.txtcon .tit{font-size: 24px; margin-bottom: 20px; color: #1667cb; font-weight: bold; line-height: 30px;}
.txtcon .txt{line-height: 30px; max-height: 270px; overflow: hidden;}
.txtcon .btn2{height: 50px;line-height: 50px;font-size: 18px;text-align: center;background: url(../images/btn2bg.jpg) no-repeat center center;transition: all ease 300ms;}
.txtcon .btn2:hover{background-image: url(../images/blue-jbg.jpg); color: #fff;}
.txtcon .btn1{height: 50px;line-height: 50px;font-size: 18px;text-align: center;background: url(../images/blue-jbg.jpg) center center;transition: all ease 300ms;}
.txtcon .btn1 span,
.txtcon .btn1 strong{display: block; width: 100%; color: #fff; height: 50px; line-height: 50px;}
.txtcon .btn1 strong{display: none;}
.txtcon .tit2{ width:100%; overflow:hidden; margin-bottom:15px;}
.cp_con{ width:100%; overflow:hidden;}
.cp_con li{line-height: 43px; font-size: 16px;}

.showTab{width: 100%; border-bottom: 1px solid #999;}
.showTab a{display: inline-block; cursor: pointer; margin-right: 12px; height:50px; line-height: 50px; width: 150px; text-align: center; background: url(../images/btn2bg.jpg) no-repeat center center; color: #333; font-size: 18px; font-weight: 700;}
.showTab a.hover,
.showTab a:hover{background-image: url(../images/blue-jbg.jpg); color: #fff;}

.view-table{ line-height:27px; font-size:16px; padding:10px; overflow:hidden;}
.view-table img{ max-width:100%;}
.view-table table{ width:100%; float:left; word-wrap: break-word; word-break: break-all;}
.view-table td{ border:1px solid #ddd; padding:3px;}

.list-img-box{ width:100%; overflow:hidden;}