@charset "utf-8";
@font-face {      font-family: 'DIN Alternate Bold';      
src: url('DIN Alternate Bold.eot'); /* IE9 Compat Modes */      
src: url('DIN Alternate Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('DIN Alternate Bold.woff') format('woff'), /* Modern Browsers */              
url('DIN Alternate Bold.TTF')  format('truetype'), /* Safari, Android, iOS */              url('DIN Alternate Bold.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    } 

@font-face {      font-family: 'SourceHanSansCN-Regular';      
src: url('SourceHanSansCN-Regular.eot'); /* IE9 Compat Modes */      
src: url('SourceHanSansCN-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('SourceHanSansCN-Regular.woff') format('woff'), /* Modern Browsers */              
url('SourceHanSansCN-Regular.otf')  format('truetype'), /* Safari, Android, iOS */              url('SourceHanSansCN-Regular.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    }

@font-face {      font-family: 'PingFang-SC-Regular';      
src: url('PingFang-SC-Regular.eot'); /* IE9 Compat Modes */      
src: url('PingFang-SC-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('PingFang-SC-Regular.woff') format('woff'), /* Modern Browsers */              
url('PingFang-SC-Regular.otf')  format('truetype'), /* Safari, Android, iOS */              url('PingFang-SC-Regular.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    }

@font-face {      font-family: 'SourceHanSansSC-Bold';      
src: url('SourceHanSansSC-Bold.eot'); /* IE9 Compat Modes */      
src: url('SourceHanSansSC-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('SourceHanSansSC-Bold.woff') format('woff'), /* Modern Browsers */              
url('SourceHanSansSC-Bold.OTF')  format('truetype'), /* Safari, Android, iOS */              url('SourceHanSansSC-Bold.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    }

@font-face {      font-family: 'AVENIR LT 65 MEDIUM';      
src: url('AVENIR LT 65 MEDIUM.eot'); /* IE9 Compat Modes */      
src: url('AVENIR LT 65 MEDIUM.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('AVENIR LT 65 MEDIUM.woff') format('woff'), /* Modern Browsers */              
url('AVENIR LT 65 MEDIUM.TTF')  format('truetype'), /* Safari, Android, iOS */              url('AVENIR LT 65 MEDIUM.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    }

@font-face {      font-family: 'bb2566'; 
src: url('bb2566.eot'); /* IE9 Compat Modes */      
src: url('bb2566.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('bb2566.woff') format('woff'), /* Modern Browsers */              
url('bb2566.TTF')  format('truetype'), /* Safari, Android, iOS */              url('bb2566.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    }

body {
  font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000000;
}

.navbar {
    position: relative;
    margin-bottom: 0px;
	height:134px;
}


.navbar-inverse {
    background:rgba(0,0,0,0);
    border-color: rgba(255,255,255,.1);
}


.navbar-brand {
   margin-top:0px;
   padding:0px;
}

.navbar-nav > li {
   width:130px;
   text-align:center;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
	padding-left:20px;
	padding-right:20px;
    line-height: 20px;
	text-align:center;
}

.navbar-nav > li > a > span {
    line-height: 8px;
	text-align:center;
}

.nav {
    padding-left: 220px;
	
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;
}
a {
    color: #333333;
    text-decoration: none;
}

a:hover { text-decoration:none; transition: all 300ms ease-in 0ms; color: #333333;}


.navbar-inverse .navbar-nav > li > a {
    color: #000000;
	font-size:18px;
	text-transform:uppercase;
}


.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
	font-size:18px;
	text-align:center;
	line-height:134px;
	font-family: 'PingFang-SC-Regular', Helvetica, Arial, sans-serif;
}



.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000;
    border: 1px solid transparent;
    border-radius: 4px;
}

   .navbar-toggle>span{
		display:block;
		width: 30px;
		height: 4px;
		background-color: #043d79;
		border-radius: 2px;
		margin: 4px auto;
		transition: .3s;
		transform-origin: left center;
    }
   
	 .nav-top1{
		-webkit-transform: rotateZ(34deg);
		-moz-transform: rotateZ(34deg);
		-ms-transform: rotateZ(34deg);
		-o-transform: rotateZ(34deg);
		transform: rotateZ(34deg);
    }
    .nav-middle1{
		opacity: 0;
    }
    .nav-bottom1{
		-webkit-transform: rotateZ(-34deg);
		-moz-transform: rotateZ(-34deg);
		-ms-transform: rotateZ(-34deg);
		-o-transform: rotateZ(-34deg);
		transform: rotateZ(-34deg);
    }

.navbar-collapse {
   background:#ffffff;
}


.menu ul.sub_menu{position:absolute; width:600px; display:none; z-index:999; margin-left:0px;}
.menu ul.sub_menu a{ color:#ffffff;}
.menu ul.sub_menu a:hover{ color:#ffffff; background:none;}
.bg{ background:url(../images/bg.png) repeat; height:40px; display:none; width:100%; z-index:99; position:absolute;}
.menu ul.sub_menu li {
    float:left;
	width:100px;
    line-height: 40px;
	list-style-type:none;
	background:none;
}
.menu ul.sub_menu li a{ 
    color:#ffffff;
	font-size:12px;
	}
	
.kq1 {-webkit-animation-delay: 0.8s;}
.kq2 {-webkit-animation-delay: 1.2s; -webkit-animation-duration: 1.2s;}
.kq3 {-webkit-animation-delay: 1.6s; -webkit-animation-duration: 1.6s;}
.kq4 {-webkit-animation-delay: 2s; -webkit-animation-duration: 2s;}
.kq5 {-webkit-animation-delay: 2.4s; -webkit-animation-duration: 2.4s;}
.kq6 {-webkit-animation-delay: 2.6s; -webkit-animation-duration: 2.6s;}


.kuanping {
   width:1430px;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.kkt {
   width:100%;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
ul {
   margin:0px;
   }

.searchh {
    background-color: rgba(255,255,255,0.9);
    padding: 10px;
    display: none;
    margin: 5px;
    margin-bottom: 5px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 2px rgba(0,0,0,.2);
    border-radius: 3px;
}

.searchh form {
    height: 40px;
    padding: 0;
}

.searchh #name {
    height: 40px;
    border: 1px #d2dae2 solid;
    border-radius: 0;
    width: 100%;
}

.searchh .btn {

    background-color: #2877ff;
    height: 40px;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 1.8rem;
	width:14%;
}

.ss a {
   cursor:pointer;
   }   
   
   
.navbar-inverse .navbar-nav > li > a::after {
    width: 0;
    transition: width .3s;
    height: 5px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color: #e62129;
	margin-top:-40px;
}

.navbar-inverse .navbar-nav > li > a:hover:after{
	width:50%;
	height:5px;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#e62129;
}

.logo{
    margin-top:25px;
}   

.search{
   margin-top:40px;
   float:right;
    
} 


.yuyan {
  line-height:134px;
}  

.dropdown-menu {
    position: absolute;
    top: 60%;
	}

.banner img {
   width:100%;
   }

.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    left: 48%;
    bottom: 60px;
    width: 120px;
    top: 80%;
}


.banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
	background:rgba(255,255,255,0);
	border:1px solid #FFFFFF;
    opacity: 1;
}

.banner .swiper-pagination-white .swiper-pagination-bullet-active {
    background:rgba(255,255,255,1);
}

.collapse {
   background-color: rgba(0,0,0,0);
}

   
.guding {
   position:fixed;
   width:100%;
   top:0px;
   z-index:9;
   background-color: rgba(0,0,0,0);
   }  
   

   
.lghh {
   padding-top:0px;
   padding-bottom:0px;
   background-color: rgba(0,0,0,.4);
   box-shadow: 0px 0px 15px rgba(0,0,0,.2);
   }
   
.hidex {
  margin-top:-100px;
}

 



.banner img {
   width:100%;
   }   
 
.img-responsive {
   background-position:100px 100px;
}

.yc {
   display:block;
}

.yd {
   display:none;
}


#slidingBlock {
	height:auto; overflow:hidden;
}

#slidingBlock span {
    float:left; width:100%; height:60px;line-height:60px; text-align:left; font-size:14px; over-flow:hidden; font-family: 'PingFang-SC-Regular', Helvetica, Arial, sans-serif;
}
#slidingBlock span.menuNo {
    font-weight:normal; width:90%; height:60px; line-height:60px; color:#ffffff; text-align:left; font-size:20px; font-family: 'PingFang-SC-Regular', Helvetica, Arial, sans-serif;
}
#slidingBlock span.menuOn {
    font-weight:normal; width:90%; height:60px; line-height:60px; color:#ffffff; text-align:left; font-size:20px; font-family: 'PingFang-SC-Regular', Helvetica, Arial, sans-serif;
}
#slidingBlock DIV.slidingList_none {
    display:none
}
#slidingBlock DIV.slidingList {
    width:100%;
    margin:0px; padding:0px; height:auto; overflow:hidden;
}

/*首页 */
.sycp {
  background:url(../images/bgcp.jpg) no-repeat;
  background-size:100% 100%;
  width:100%;
  height:auto; overflow:hidden;
  padding-top:84px;
  padding-bottom:178px;
}

.sy-bt {
  font-size:42px;
  color:#ffffff;
  text-align:center;
  margin-top:0;
  padding-bottom:27px;
  background:url(../images/xiabiao.png) bottom center;
  background-repeat:no-repeat;
  margin-bottom:70px;
  font-family: 'SourceHanSansCN-Regular', Helvetica, Arial, sans-serif;
}

.cp-lan {
  width:25%;
  height:570px;
  float:left;
}

.cp-lan li {
  list-style:none;
  width:100%;
  height:60px;
  line-height:60px;
}

.cp-lan li span i {
  display:none;
  position: relative;
  top: -61px;
  left:300px;
}

.cp-lan li:hover span {
  font-size:20px;
}

.cp-lan li.hover span {
  font-size:20px;
}

.cp-lan li:hover {
  border-bottom:2px solid #6c7ea9;
}

.cp-lan li.hover {
  border-bottom:2px solid #6c7ea9;
}

.cp-lan li:hover .iconfont1 {
  display:block;
}

.cp-lan li.hover .iconfont1 {
  display:block;
}

.cp-lan li:hover .iconfont2 {
  display:block;
}

.cp-lan li.hover .iconfont2 {
  display:block;
}

.cp-lan li:hover .iconfont3 {
  display:block;
}

.cp-lan li.hover .iconfont3 {
  display:block;
}

.cp-lan li:hover .iconfont4 {
  display:block;
}

.cp-lan li.hover .iconfont4 {
  display:block;
}

.cp-lan li:hover .iconfont5 {
  display:block;
}

.cp-lan li.hover .iconfont5 {
  display:block;
}

.cp-lan li:hover .iconfont6 {
  display:block;
}

.cp-lan li.hover .iconfont6 {
  display:block;
}

.cp-lan li:hover .iconfont7 {
  display:block;
}

.cp-lan li.hover .iconfont7 {
  display:block;
}

.cpt {
  width:75%;
  height:auto; overflow:hidden;
  padding-left:10%;
  float:left;
}

.cpt li {
  list-style:none;
  float:left;
  width:50%;
}

.cpt li .cpk {
  width:90%;
}

.cpt li .cptu {
  width:100%;
  height:auto; overflow:hidden;
}

.cpt li:hover .cptu img {
  transform: scale(1.1);
    transition: all 500ms ease-in 0ms;
}

.cpt li .cptu img {
  width:100%;
}

.cpt li .cptt {
  width:100%;
  height:72px;
  background-color: rgba(0,0,0,0.2);
  font-family: 'PingFang-SC-Regular', Helvetica, Arial, sans-serif;
  font-size:20px;
  color:#ffffff;
  line-height:72px;
  padding:0 20px;
}

#slidingBlock .cpt li .cptt span {
  font-family: 'PingFang-SC-Regular', Helvetica, Arial, sans-serif;
  font-size: 14px;
  float:none;
  line-height:72px;
  width:auto;
  height:auto;
  display:inline-table;
  float:right;
  
}



.anniu {
  width:154px;
  display:block;
  clear:both;
  font-size:18px;
  color:#ffffff;
  position:relative;
  top:75px;
  height:54px;
  background:#c1171e;
  text-align:center;
  line-height:54px;
  font-family: 'SourceHanSansCN-Regular', Helvetica, Arial, sans-serif;
}

.anniu:hover {
  color:#ffffff;
  box-shadow:15px 15px 15px rgba(255,255,255,.4);
}


.sygy {
  width:100%;
  height:784px;
  background:url(../images/bgabout.jpg) no-repeat;
  background-size:100% 100%;
}

.sygynr {
  width:auto;
  height:749px;
  background:url(../images/sygyt.png) no-repeat;
  position:relative;
  top:-100px;
  padding:0 70px;
  padding-top:60px;
}

.sygyxq {
  font-size:16px;
  color:#ffffff;
  font-family: 'PingFang-SC-Regular', Helvetica, Arial, sans-serif;
  line-height:30px;
  width:40%;
  float:left;
  text-indent:2em;
}

.sygyxq .anniu{
  text-indent:0em;
}

.sygysp {
  width:50%;
  float:right;
  background:url(../images/sygyt2.png) no-repeat;
  background-size:100% 100%;
  height:394px;
  padding:10px;
}

.sygysp img {
   width:100%;
   height:100%;
}

.yyly {
  width:100%;
  height:784px;
  background:url(../images/bgyyly.jpg) no-repeat;
}

.yyly .kuanping {
  position:relative;
}

.yyly-t {
  width:430px;
  height:184px;
  background:#c1171e;
  border-radius:15px;
  padding-top:60px;
  position:relative;
  top:-92px;
}

.yyly .anniu {
  float:right;
  position:absolute;
  top:45px;
  right:0;
}

.lbyy {
  width:100%;
  height:auto; overflow:hidden;
  position:relative;
}

.lbyyt {
  width:85%;
  height:auto;
}

.lbyyt a {
  display:block;
  width:100%;
  height:auto;
}

.lbyyt img {
  width:100%;
}

.lbyy .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    margin-top: -50px;
    z-index: 10;
    right: 0px;
    cursor: pointer;
    background: url(../images/down.png);
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
}

.lbyy .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    margin-top: -50px;
    z-index: 10;
    left: 95%;
    cursor: pointer;
    background: url(../images/up.png);
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
}

.syxw {
  width:100%;
  height:auto; overflow:hidden;
  background:#f4f4f4;
  padding-top:80px;
  padding-bottom:80px;
}

.syxw .sy-bt {
  color:#264185;
}

.syxw li {
  list-style:none;
  float:left;
  width:25%;
}

.syxwt {
  width:96%;
  height:auto; overflow:hidden;
  border:7px solid #dadada;
}

.syxwt:hover {
  border:7px solid #264185;
}

.xwtu {
  width:100%;
  height:auto; overflow:hidden; 
}

.xwtu img {
  width:100%;
}

.syxwt:hover img {
  transform: scale(1.1);
    transition: all 500ms ease-in 0ms;
}

.xwtitle {
   font-size:20px;
   color:#303030;
   font-family: 'PingFang-SC-Regular', Helvetica, Arial, sans-serif;
   height:46px;
   line-height:46px;
   padding:0 10px;
   white-space:nowrap;
   overflow:hidden;
   text-overflow:ellipsis;
}

.xwnr {
  height:60px;
  line-height:30px;
  font-size:14px;
   color:#303030;
   font-family: 'PingFang-SC-Regular', Helvetica, Arial, sans-serif;
   padding:0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xwdate {
  font-size:13px;
  color:#afafaf;
  font-family: 'PingFang-SC-Regular', Helvetica, Arial, sans-serif;
  height:60px;
  line-height:60px;
  padding:0 10px;
}

.footer {
  width:100%;
  height:auto; overflow:hidden;
  padding-top:80px;
  background:url(../images/bgfooter.jpg) no-repeat;
  background-size:100% 100%;
}

.db-bt {
  font-size:28px;
  color:#e7e7e7;
  font-weight:700;
  font-family: 'SourceHanSansCN-Regular', Helvetica, Arial, sans-serif;
  text-align:left;
  margin-top:0;
  padding-bottom:13px;
  background:url(../images/xiabiao1.png) bottom left;
  background-repeat:no-repeat;
  margin-bottom:46px;
}

.footer li {
  list-style:none;
  margin-bottom:26px;
  color:#e7e7e7;
  font-size:16px;
  font-family: 'PingFang-SC-Regular', Helvetica, Arial, sans-serif;
}

.footer li a {
  color:#e7e7e7;
  font-size:16px;
  font-family: 'PingFang-SC-Regular', Helvetica, Arial, sans-serif;
}

.banquan {
  color:#b5b5b5;
  font-size:14px;
  font-family: 'PingFang-SC-Regular', Helvetica, Arial, sans-serif;
  margin-top:27px;
  border-top:2px solid rgba(255,255,255,.1);
  height:98px;
  line-height:98px;
}

.banquan a {
  color:#b5b5b5;
  font-size:14px;
  font-family: 'PingFang-SC-Regular', Helvetica, Arial, sans-serif;
}

.jszc {
   text-align:right;
}


/* 关于我们 */
.bnn {
   position:relative;
   z-index:2;
   }
   
.bnn img {
   width:100%;
   }
   
.ablan {
   position:relative;
   width:1454px;
   height:84px;
   background-color:rgb(255, 255, 255, 0.9);
   margin:-84px auto 0px;
   z-index:6;
   }
   
.ablan li {
   list-style-type:none;
   width:33.333%;
   position:relative;
   border-right:1px solid #eff0f1;
   float:left;
   }
   
.ablan li a {
   display:block;
   height:84px;
   line-height:81px;
   cursor:pointer;
   color:#000000;
   font-size:17px;
   text-align:center;
   border-top:3px solid rgb(23, 72, 150, 0);
   }
   
.ablan li a:hover {
   color:#0b46ac;
   font-size:17px;
   border-top:3px solid rgb(23, 72, 150, 1);
   } 
   
.ablan li.hover a {
   color:#0b46ac;
   font-size:17px;
   border-top:3px solid rgb(23, 72, 150, 1);
   } 
   
.about {
   width:100%;
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   position:relative;
   z-index:3;
   margin:153px auto 0px;
   margin-bottom:140px;
   } 
   
.about-aa {
   width:45%;
   float:left;
   
   } 
   
.about-bb {
   width:48.7%;
   background:url(../images/gii.png) left bottom; background-repeat:no-repeat;
   float:right;
   } 
   
.about-bb h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:50px;
   color:#343434;
   margin-top:0px;
   margin-bottom:14px;
   }
   
.about-bb h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:28px;
   color:#343434;
   margin-top:0px;
   margin-bottom:43px;
   }
   
.abtit {
   width:100%;
   height:auto; overflow:hidden;
   font-size:20px;
   line-height:30px;
   color:#343434;
   }
   
.abnn {
   margin-top:25px;
   width:100%;
   height:auto; overflow:hidden;
   font-size:14px;
   line-height:30px;
   color:#3c3d42;
   }

.fwss {
   width:100%;
   height:auto; overflow:hidden;
   }   

.fwnn {
   width:50.3%;
   height:770px;
   padding-top:160px;
   padding-left:22%;
   padding-right:100px;
   color:#FFFFFF;
   font-size:16px;
   line-height:35px;
   background-color:#0b46ac;
   float:left;
   position:relative;
   z-index:8;
   }
   
.fwnn h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:30px;
   height:auto; overflow:hidden;
   line-height:35px;
   margin-top:0px;
   margin-bottom:63px;
   }
   
.fwtu {
   width:55.3%;
   height:770px;
   float:right;
   position:relative;
   margin-top:-770px;
   }
   
.fwtu img {
   width:100%;
   height:100%;
   }
   
.whee {
   height:auto;
   position:relative;
   margin-bottom:0%;
   
   }
   
.whbj {
   height:946px;
   padding-top:60px;
   color:#FFFFFF;
   }
   
.whbj h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:49px;
   text-align:center;
   margin-top:0px;
   margin-bottom:10px;
   }
   
.whbj h3 {
   font-family: 'ITCAvantGardeStd-Demi', Helvetica, Arial, sans-serif;
   font-size:28px;
   text-align:center;
   margin-top:0px;
   margin-bottom:245px;
   }
   
.whxia {
   width:100%;
   height:auto; overflow:hidden;
   position:absolute;
   left:0px;
   bottom:60px;
   }
   
.whxx {
   width:1434px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.whzz {
   text-align:center;
   }
   
.whrow {
   margin-left:-34px;
   margin-right:-34px;
   }
   
.whrow li {
   list-style-type:none;
   width:25%;
   padding-left:34px;
   padding-right:34px;
   float:left;
   }
   
.wht {
   height:auto; overflow:hidden;
   padding-bottom:20px;
   border-bottom:1px solid rgb(255, 255, 255, 0.4);
   margin-bottom:40px;
   }
   
#slidingBlock {
	height:auto; overflow:hidden;
}

.whee #slidingBlock span {
    float:left; width:100%; font-size:18px; over-flow:hidden;
}
.whee #slidingBlock span.menuNo {
    font-weight:normal; width:100%; font-size:18px; color:rgb(255, 255, 255, 0.4); height:160px;
}
.whee #slidingBlock span.menuNo img {
   opacity: 0.4;
   }
.whee #slidingBlock span.menuNo .wht {
   height:auto; overflow:hidden;
   padding-bottom:20px;
   border-bottom:1px solid rgb(255, 255, 255, 0.4);
   margin-bottom:40px;
}
.whee #slidingBlock span.menuOn {
    font-weight:normal; width:100%; font-size:18px; color:rgb(255, 255, 255, 1);
}

#slidingBlock span.menuOn img {
   opacity: 1;
   }

#slidingBlock span.menuOn .wht {
   height:auto; overflow:hidden;
   padding-bottom:20px;
   border-bottom:1px solid rgb(255, 255, 255, 1);
   margin-bottom:40px;
}

#slidingBlock DIV.slidingList_none {
    display:none
}
#slidingBlock DIV.slidingList {
    width:100%;
    margin:0px; padding:0px; height:auto; overflow:hidden;
}

.whlbsf {
 width:80%;
 height:auto; overflow:hidden;
 position:absolute;
 top:80%;
 margin-left:10%;
}

.whlbsf .swiper-slide {
  width:25%;
  height:auto;
}

.whlunb {
  font-weight: normal;
    width: 100%;
    font-size: 18px;
    color: rgb(255, 255, 255, 0.4);
    height: 160px;
}

.whlbsff {

}

















      .mySwiper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
      }

      .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
      }


















.whlbsff .swiper-slide {
 float:left;
   position:relative;
}



.licheng {
   height:auto; overflow:hidden;
   padding-top:85px;
   padding-bottom:150px;
   background-color:#eaeff4;
   z-index:-1;

   }
   
.licheng h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:49px;
   color:#0b46ac;
   text-align:center;
   margin-top:0px;
   margin-bottom:10px;
   }
   
.licheng h3 {
   font-family: 'ITCAvantGardeStd-Demi', Helvetica, Arial, sans-serif;
   font-size:28px;
   color:#343434;
   text-align:center;
   margin-top:0px;
   margin-bottom:123px;
   }
   
.lcgun {
   padding: 0px 240px;
   height:auto; overflow:hidden;
   position:relative;
      z-index: 100;
   margin-top: -40%;
   }
   
.line {
   width:100%;
   height:2px;
   background-color:#9fb6dc;
   position:absolute;
   left:0px;
   top:42px;
   }
   
.lckk {

   }
   
.lckk h4 {
   font-family: 'ITCAvantGardeStd-Demi', Helvetica, Arial, sans-serif;
   font-size:46px;
   color:#0b46ac;
   margin-top:0px;
   margin-bottom:35px;
  }
  
@keyframes roateshow
{
	0% {transform: scale(0);opacity: 0;}
	50% {transform: scale(2);opacity: 1;}
	100% {transform: scale(4);opacity: 0;}
}
@-webkit-keyframes roateshow
{
	0% {transform: scale(0);opacity: 0;}
	50% {transform: scale(2);opacity: 1;}
	100% {transform: scale(4);opacity: 0;}
}

@keyframes toright
{
	0% {padding-left:0;}
	50% {padding-left:30px;}
	100% {padding-left:0;}
}
@-webkit-keyframes toright
{
	0% {padding-left:0;}
	50% {padding-left:30px;}
	100% {padding-left:0;}
}

.diant {
	position: relative;
	width: 14px;
	height: 14px;
	display: block;
	border-radius: 50%;
	background: #0352e2;
}

.diant i {
	position: relative;
	width: 14px;
	height: 14px;
	display: block;
	border-radius: 50%;
	background-image: radial-gradient(circle,rgba(3,82,228,0),rgba(3,82,228,1));
	animation: roateshow 1s linear infinite;
	-webkit-animation: roateshow 1s linear infinite;
}

.lckk-zi {
   margin-top:35px;
   font-size:16px;
   line-height:32px;
   color:#4a4b4c;
   height:auto; overflow:hidden;
   }

#fuwu {
    position: static;
}

.lcgun .swiper-slide {
   padding-left:20px;
   padding-right:20px;
   }

.lcgun .swiper-button-prev {
    position: absolute;
    top: 5.7%;
    width: 74px;
    height: 74px;
    z-index: 10;
	left:100px;
    cursor: pointer;
	background:url(../images/zuo.png);
    background-size: 74px 74px;
    background-position: center;
    background-repeat: no-repeat;
}

.lcgun .swiper-button-next {
    position: absolute;
    top: 5.7%;
    width: 74px;
    height: 74px;
    z-index: 10;
	right:100px;
    cursor: pointer;
	background:url(../images/you.png);
    background-size: 74px 74px;
    background-position: center;
    background-repeat: no-repeat;
}

.lcgun .swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 0;
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

canvas {
   width: 100%;
   }

#canvas {
    width: 100%;
    height: 38vw;
    overflow: hidden;
    z-index: 9;
}

#box {
margin-top: -2%;
    position: relative;
    width: 100%;
    height: 75%;
}

#box canvas {
    width: 100%;
    height: 155% !important;
} 

.hezuo {
   height:939px;
   padding-top:72px;
   background:url(../images/hzbj.jpg);
   background-size: 100% 100%;
   position:relative;
   z-index:6;
   }
   
.hezuo h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:49px;
   color:#1d1e23;
   text-align:center;
   margin-top:0px;
   margin-bottom:20px;
   position:relative;
   z-index:7;
   }
   
.hztit {
   width:600px;
   height:auto; overflow:hidden;
   position:relative;
   font-size:16px;
   line-height:30px;
   text-align:center;
   color:#808080;
   margin:0 auto;
   z-index:7;
   }
   
.hzquan {
   width:100%;
   position:absolute;
   left:0px;
   top:0px;
   }
   
.dayuan {
   width:1298px;
   height:939px;
   position:relative;
   background:url(../images/dayuan.png); background-repeat:no-repeat;
   margin:0 auto;
   }
   
.hzqbj {
   width:1030px;
   height:939px;
   position:relative;
   background:url(../images/quan.png); background-repeat:no-repeat;
   margin:0 auto;
   } 
   
.hz1 {
   position:absolute;
   width:127px;
   height:127px;
   left:0px;
   top:15%;
   z-index:9;
   transition: all 300ms ease-in 0ms;
   }
   
.hz1:hover {
   top:13%;
   transition: all 300ms ease-in 0ms;
   }
   
.hzqbj img {
   width:100%;
   }
   
.hz2 {
   position:absolute;
   width:121px;
   height:121px;
   left:-195px;
   top:40%;
   z-index:9;
   transition: all 300ms ease-in 0ms;
   } 
   
.hz2:hover {
   top:38%;
   transition: all 300ms ease-in 0ms;
   }
   
.hz3 {
   position:absolute;
   width:127px;
   height:127px;
   left:0px;
   bottom:20%;
   z-index:9;
   transition: all 300ms ease-in 0ms;
   }
   
.hz3:hover {
   bottom:22%;
   transition: all 300ms ease-in 0ms;
   }
   
.hz4 {
   position:absolute;
   width:140px;
   height:140px;
   left:10%;
   top:37%;
   z-index:9;
   transition: all 300ms ease-in 0ms;
   } 
   
.hz4:hover {
   top:35%;
   transition: all 300ms ease-in 0ms;
   } 
   
.hz5 {
   position:absolute;
   width:140px;
   height:140px;
   left:15%;
   top:60%;
   z-index:9;
   transition: all 300ms ease-in 0ms;
   } 
   
.hz5:hover {
   top:58%;
   transition: all 300ms ease-in 0ms;
   } 
   
.hz6 {
   position:absolute;
   width:140px;
   height:140px;
   left:33%;
   top:76%;
   z-index:9;
   transition: all 300ms ease-in 0ms;
   }
   
.hz6:hover {
   top:71%;
   transition: all 300ms ease-in 0ms;
   }
   
.hz7 {
   position:absolute;
   width:140px;
   height:140px;
   right:33%;
   top:76%;
   z-index:9;
   transition: all 300ms ease-in 0ms;
   } 
   
.hz7:hover {
   top:71%;
   transition: all 300ms ease-in 0ms;
   }
   
.hz8 {
   position:absolute;
   width:140px;
   height:140px;
   right:15%;
   top:60%;
   z-index:9;
   transition: all 300ms ease-in 0ms;
   } 
   
.hz8:hover {
   top:58%;
   transition: all 300ms ease-in 0ms;
   }
   
.hz9 {
   position:absolute;
   width:140px;
   height:140px;
   right:10%;
   top:37%;
   z-index:9;
   transition: all 300ms ease-in 0ms;
   } 
   
.hz9:hover {
   top:35%;
   transition: all 300ms ease-in 0ms;
   }
   
.hz10 {
   position:absolute;
   width:127px;
   height:127px;
   right:0px;
   bottom:20%;
   z-index:9;
   transition: all 300ms ease-in 0ms;
   }
   
.hz10:hover {
   bottom:22%;
   transition: all 300ms ease-in 0ms;
   }
   
.hz11 {
   position:absolute;
   width:121px;
   height:121px;
   right:-195px;
   top:40%;
   z-index:9;
   transition: all 300ms ease-in 0ms;
   }
   
.hz11:hover {
   top:38%;
   transition: all 300ms ease-in 0ms;
   }
   
.hz12 {
   position:absolute;
   width:127px;
   height:127px;
   right:0px;
   top:15%;
   z-index:9;
   transition: all 300ms ease-in 0ms;
   } 
   
.hz12:hover {
   top:13%;
   transition: all 300ms ease-in 0ms;
   }
   
.hzdd {
   position:absolute;
   width:226px;
   height:226px;
   left:38.5%;
   top:37.5%;
   background:url(../images/hzdd.jpg);
   background-size: 100% 100%;
   border-radius: 50%;
   z-index:9;
   transition: all 300ms ease-in 0ms;
   }
   
.hzdd i {
	position: relative;
	width: 226px;
	height: 226px;
	display: block;
	border-radius: 50%;
	background-image: radial-gradient(circle,rgba(255,255,255,0),rgba(255,255,255,1));
	animation: roateshow 1s linear infinite;
	-webkit-animation: roateshow 1s linear infinite;
}  





/*应用领域*/
.yyly-ny {
  width:100%;
  height:auto; overflow:hidden;
}

.yyly-ny li {
   list-style:none;
   float:left;
   width:33.333%;
   text-align:center;
}

.yyly-ny .yyly-k {
  width:95%;
  height:auto;
  overflow:hidden;
  margin:0 auto;
}

.yylytu {
width:100%;
height:auto; overflow:hidden;
}

.yylytu img {
  width:100%;
}

.yylyt {
  font-size:18px;
  font-family: 'PingFang-SC-Regular', Helvetica, Arial, sans-serif;
  text-align:center;
  padding-top:10px;
}


/* 视频弹窗 */
.apply {
	position:fixed;
	z-index:10000;
	background:rgba(0,0,0,.8);
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}
.zwcont {
	width:60%;
	left:20%;
	top:50%;
	margin-top:-378px;
	position:relative;
}
.zwcont iframe {
	height:620px;
	background:transparent;
	width:100%;
}
.tmbody {
	background:transparent;
}
.zwcont .closets {
	position:absolute;
	height:90px;
	right:15px;
	top:0;
	cursor:pointer;
	width:40px;
	background:url(../images/gbtou.png) center no-repeat;
}
.sqxx {
	width:100%;
	background:#fff;
}
.sqxx h2 {
	text-align:center;
	font-size:2.0rem;
	margin:0px;
	color:#000;
	line-height:90px;
}
.sqxx h2 big {
	font-size:2.0rem;
}
.sqxx .form {
	background:#f6f6f6;
	padding:30px 7% 25px;
}
.sqxx .form div {
	float:left;
	width:47%;
	margin-right:6%;
	margin-bottom:25px;
}
.sqxx .form div:nth-child(2n+0) {
	margin-right:0;
}
.sqxx .form div p {
	float:left;
	width:88px;
	color:#636366;
	line-height:42px;
}
.sqxx .form div p:before {
	content:"* ";
	color:#f00;
}
.sqxx .form div input {
	width:calc(100% - 88px);
	background:#fff;
	border:1px rgba(0,0,0,.1) solid;
	line-height:22px;
	outline:none;
	padding:9px 10px;
}
.sqxx .form div select {
	width:calc(100% - 88px);
	border:1px rgba(0,0,0,.1) solid;
	background:#fff;
	height:42px;
	outline:none;
	padding:0px 10px;
}
.sqxx .form div:last-child {
	width:100%;
}
.sqxx .form div textarea {
	width:calc(100% - 88px);
	background:#fff;
	border:1px rgba(0,0,0,.1) solid;
	line-height:22px;
	outline:none;
	padding:9px 10px;
	resize:none;
}
.sqxx form button {
	display:block;
	margin:30px auto 0px;
	background:#2a54a8;
	width:100%;
	max-width:230px;
	color:#fff;
	height:44px;
	outline:none;
	font-size:1.5rem;
	transition:.3s;
	border:0;
}
.zwcont form button:hover {
	background:#333;
}   

.spkk a {
   cursor:pointer;
   }


.checkbox input[type="checkbox"] {
   float:none;
   margin-left:0;
}

.upload {
   height:auto; overflow:hidden;
   margin-top:10px;
   }
   
.ryrow {
   height:auto; overflow:hidden;
   margin-left:-20px;
   margin-right:-20px;
   }
   
.ryrow li {
   list-style-type:none;
   width:25%;
   float:left;
   padding-left:20px;
   padding-right:20px;
   }
   
.honor {
   height:auto; overflow:hidden;
   margin-bottom:10px;
   }
   

   
.honor p {
   margin-top:6px;
   }
   
   
/* 产品中心 */

.kktt {
  padding-top:80px;
  background-color: #efefef;
  padding-bottom:60px;
}


.cp-kuan {
   width:1340px;
   height:auto; overflow:hidden;
   margin:0 auto;
   } 
   
   
.cptux {
   height:auto; overflow:hidden;
   border:1px solid #e5e4e4;
   background-color:#FFFFFF;
   margin-bottom:45px;
   }
   
.cptux p {
   text-align:center;
   margin-top:10px;
   }
   
.cptux h4 {
   font-family: 'ElectroluxSans_3_Regular', Helvetica, Arial, sans-serif;
   text-align:center;
   margin-top:10px;
   margin-bottom:10px;
   font-size:14px;
   }
   
.cpzi {
   height:auto; overflow:hidden;
   background:url(../images/eye.png) top right; background-repeat:no-repeat;
   padding:25px;
   color:#808080;
   }
   
.cptux:hover {
   background-color:#003ca5;
   box-shadow: 0px 0px 10px rgba(0,0,0,.1);
   transition: all 500ms ease-in 0ms;
   }
   
.cptux:hover .cpzi {
   background:url(../images/eye2.png) top right; background-repeat:no-repeat;
   }
   
.cptux:hover p {
   color:#FFFFFF;
   }
   
.cptux:hover h4 {
   color:#FFFFFF;
   }
   
.cpzi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
     height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   margin-top:0px;
   margin-bottom:6px;
   color:#333333;
   }
   
.cpwz {
   height:auto; overflow:hidden;
   color:#808080;
   }
   
.cpwz-aa {
   width:90px;
      height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   float:left;
   }
   
.cpwz-bb {
   width:26px;
   height:1px;
   background-color:#808080;
   margin-top:12px;
   margin-right:20px;
   float:right;
   }
   
.cptux:hover .cpwz {
   color:#FFFFFF;
   transition: all 500ms ease-in 0ms;
   }
   
.cptux:hover h2 {
   color:#FFFFFF;
   transition: all 500ms ease-in 0ms;
   }
   
.cptux:hover .cpwz-bb {
   width:170px;
   background-color:#FFFFFF;
   transition: all 500ms ease-in 0ms;
   } 
   
.cptux img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}  

.cptux:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cptux section {
   overflow: hidden;
   }	 
   



.bnn img {
   width:100%;
   }
 
.lanmux {
    height: 74px;
    box-shadow: 0px 10px 10px rgba(0,0,0,.1);
    background: #fff;
    position: relative;
}

.lm-ct ul {
    display: flex;
    display: -webkit-flex;
}

.lm-ct ul li {
    list-style-type: none;
    position: relative;
    border: 1px solid rgba(0,0,0,.1);
    
}

.lm-ct ul li a {
    display: block;
    line-height: 74px;
    font-size: 16px;
    color: #555555;
	cursor:pointer;
	padding: 0 15px;
}

.lm-ct ul li a:hover {
   color:#003ca5;
   }
   
.lm-ct ul li.hover a {
   color:#003ca5;
   }

.lm-ct > span {
    display: block;
    height: 4px;
    background: #003ca5;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 6;
    transition: .5s;
}  

.erji {
    height: auto;
    overflow: hidden;
	margin-bottom:25px;
}

.erji li {
    list-style-type: none;
    height: 48px;
    float: left;
    margin-right: 20px;
	margin-bottom:20px;
}

.erji li a {
    display: block;
	padding-left:15px;
	padding-right:15px;
    height: 48px;
    line-height: 43px;
    color: #2c3135;
    background-color: #FFFFFF;
	border:1px solid #eeeeee;
    text-align: center;
}

.erji li a:hover {
    color:#003ca5;
	border:1px solid #003ca5;
   }
   
.erji li.hover a {
    color:#003ca5;
	border:1px solid #003ca5;
   }



/* 产品详情 */
.cpmk {
   height:auto; overflow:hidden;
   padding-top:60px;
   padding-bottom:60px;
   background-color:#efefef;
   }
.pro-img{
	margin-bottom:40px;
}
.pro-img .xiaotu{
   margin-top:20px;

}
.pro-img #Gbig{
	width:100%;
}
.pro-img .xiaotu li{

}
.pro-img .xiaotu li a {
   display: block;
   border:1px #ddd solid;
   margin:1px;
   }

.pro-img .xiaotu li.hover{
	border:1px #0e66a6 solid;
}
.pro-img .colmd5{
	width:36%;
	float:left;
}
.pro-img .colmd7{
	width:60%;
	float:right;
}
.pro-img .colmd7 .pro-ptt{
	font-size:22px;
	font-weight:bold;
	padding:0px 0px 15px;
	border-bottom:1px #734702 solid;
	font-weight:bold;
}
.pro-img .colmd7>span{
    margin-top:20px;
	margin-bottom:20px;
	height:300px;
	padding: 5px;
    overflow-y: scroll;
	border-bottom: 1px #e8e8e8 solid;
	display:block;
	color:#515151;
	font-size:14px;
	line-height:22px;
	width:100%;
	word-wrap:break-word;
}
.pro-img .colmd7>span ul{
	list-style-type:disc;
	margin-left:20px;
}

.pro-img .colmd7 h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:15px;
   margin-top:0px;
   margin-bottom:14px;
   color:#515151;
   }
   
.jqzzoom{position:relative;}
.jqzoom{position:relative;overflow:hidden;border:0px #ddd solid; height:auto; overflow:hidden;}
.zoomdiv{float:left;top:0 !important;left:101% !important;border:3px solid #e4e4e4;display:none;text-align:center;overflow: hidden;position:absolute;z-index:999;background-color:#fff;}
.bigimg{width:1600px;height:1600px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:80px !important;height:80px !important;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}	




.jqzzoom .navigation {
    width: 100%;
    margin: 10px 0 0;
}
.jqzzoom .carousel{
    overflow: hidden;
}
.jqzzoom .carousel ul {
    width:2000em;
    list-style: none;
    margin: 0;
    padding: 0;
	margin-top:10px;
}
.jqzzoom .prev-navigation,.next-navigation{
	display:block;
	cursor:pointer;
}
.jqzzoom .prev-navigation{
	background:url(../images/left.gif) left center no-repeat;
	height:91px;
	width:39px;
	float:left;
}
.jqzzoom .next-navigation{
	background:url(../images/right.gif) right center no-repeat;
	width:39px;
	height:91px;
	float:right;
}

.procem {
    padding: 0px 36px;
    position: relative;
}

#fuwus {
    position: static;
}

.procem .swiper-pagination-bullet-active {
    opacity: 1;
    background: #cf152d;
}

.procem .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	left:3px;

    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.procem .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	right:3px;

    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

#xiaotu .swiper-slide a.hover{
	border: 1px #003ca5 solid;
}  

.liebiao {
    height: 78px;
    border: 1px solid #ebebeb;
    margin-top: 25px;
}

.liebiao-aa {
    width: 16%;
    height: 78px;
    line-height: 78px;
    text-align: center;
    float: left;
    border-right: 1px solid #ebebeb;
}

.shangy {
    height: auto;
    overflow: hidden;
    line-height: 32px;
    color: #666666;
    border-bottom: 1px dotted #ececec;
}

.xiay {
    height: auto;
    overflow: hidden;
    color: #666666;
    line-height: 32px;
}

.liebiao-bb {
    width: 68%;
    height: 78px;
    line-height: 78px;
    float: left;
    text-align: center;
    color: #919191;
    border-right: 1px solid #ebebeb;
}   

.liebiao-cc {
    width: 16%;
    height: 78px;
    line-height: 78px;
    text-align: center;
    float: right;
}

.fanhui {
    width: 142px;
    height: 43px;
    margin-top: 6px;
    float: right;
}

.fanhui a {
    display: block;
    width: 142px;
    height: 43px;
    line-height: 43px;
    color: #FFFFFF;
    background-color: #000000;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
}  

.guddx {
    height: 320px;
    padding: 5px;
    overflow-y: scroll;
}
 
 .icase ul {
   margin:0px;
   padding:0px;
   }

.icase ul li {
   list-style-type:none;
   } 
   

.liebiaow {
   height:78px;
   border:1px solid #ebebeb;
   margin-top:25px;
   }
   
.liebiaow-aa {
   width:16%;
   height:78px;
   line-height:78px;
   text-align:center;
   float:left;
   border-right:1px solid #ebebeb;
   }
   
.liebiaow-bb {
   width:68%;
   height:78px;
   line-height:78px;
   float:left;
   text-align:center;
   color:#919191;
   border-right:1px solid #ebebeb;
   }
   
.liebiaow-bb a {
   color:#919191;
   }
   
.liebiaow-cc {
   width:16%;
   height:78px;
   line-height:78px;
   text-align:center;
   float:right;
   }
   

.xqmore {
    margin-top: 70px;
    width: 206px;
    height: 52px;
}

.xqmore a {
    display: block;
    width: 206px;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    background-color: #003ca5;
    color: #FFFFFF;
    text-align: center;
}

.procem .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.modal-dialog {
    width: 660px;
    margin: 100px auto;
}

.tanchu {
    height: auto;
    overflow: hidden;
    color: #666666;
    border: 2px solid #d61518;
}
.tanchu-lan {
    height: 55px;
    line-height: 55px;
    background-color: #d61518;
    font-size: 18px;
    color: #FFFFFF;
    padding-left: 10px;
	margin-top:-36px;
}
.tanchu-nei {
    padding: 20px;
    height: auto;
    overflow: hidden;
} 

.cpxq {
   margin-top:55px;
   height:auto; overflow:hidden;
   } 
   
.cpxq-lan {
   height:auto; overflow:hidden;
   background-color:#f5f6f6;
   padding-left:15px;
   } 
   
.cpxq-lan li {
   list-style-type:none;
   margin-left:15px;
   line-height:52px;
   color:#595959;
   font-size:16px;
   float:left;
   }
    

.cpxq-nei {
   padding:25px;
   height:460px;
   overflow-y: scroll;
   font-size:15px;
   line-height:25px;
   color:#515151;
   }


/* 新闻列表 */  
.xwss {
   height:auto; overflow:hidden;
   padding-top:62px;
   padding-bottom:60px;
   background-color:#f2f2f2;
   } 
   
.xwkk-aa {
   width:43%;
   float:left;
   }
   
.xwkk-aa img {
   width:100%;
   }
   
.xwkk-bb {
   width:50%;
   float:right;
   }
   
.xwkk-bb h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:21px;
   margin-top:27px;
   margin-bottom:60px;
   color:#000000;
   }
   
.xw-time {
   margin-top:57px;
   height:auto; overflow:hidden;
   color:#000000;
   }
   
.xw-more {
   margin-top:45px;
   height:auto; overflow:hidden;
   color:#000000;
   }
   
.xwbd {
    height: auto;
    overflow: hidden;
    border: 6px solid #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
} 

.xwlie {
  height:auto; overflow:hidden;
  padding-top:50px;
  padding-bottom:70px;
  }
  
.xwrow {
   height:auto; overflow:hidden;
   margin-left:-10px;
   margin-right:-10px;
   }
   
.xwhh {
   padding-left:10px;
   padding-right:10px;
   }    
   
.xwkuai {
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 30px;
    background-color: #FFFFFF;
	border-bottom:1px solid #eeeeee;
    margin-bottom: 25px;
} 

.xwkuai .mask {
    display: block;
    position: absolute;
    width: 100%;
    height: 0px;
    left: 0;
    top: 100%;
    background-color: #003ca5;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    z-index: 0;
}

.xwkuai:hover .mask{top:0; height:100%;} 

.xwkuai .con {
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: rgba(0,0,0,.6);
	line-height: 25px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.xwkuai:hover .con {
    color:#FFFFFF;
	}

.xwkuai h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:21px;
   margin-top:0px;
   margin-bottom:40px;
   color:#4d4d4d;
   }
   
.xwkuai:hover .nian {
   color:#FFFFFF;
   }
   
.xwkuai:hover h2 {
   color:#FFFFFF;
   }
   
.xwkuai:hover h3 {
   color:#FFFFFF;
   }
   
.nian {
   color:#808080;
   font-size:14px;
   margin-left:10px;
   }
   
.xwkuai h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:21px;
    height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   margin-top:0px;
   margin-bottom:40px;
   color:#000000;
   }
   
.xwmm {
   margin-top:12px;
   width:60px;
   height:30px;
   background:url(../images/jt.png);
   }
   
.xwkuai:hover .xwmm {
   background:url(../images/jt2.png);
   } 
   
/* 新闻内 */

.xwdd {
    background: #fafafa;
    padding: 60px 0px;
}

.inewsct {
    background: #fff;
    padding: 40px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}

.inewsct .inews-tt {
    border-bottom: 1px rgba(0,0,0,.25) dashed;
    padding-bottom: 10px;
}

.inewsct .inews-tt p {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
}

.inewsct .inews-tt span {
    color: rgba(0,0,0,.55);
}

strong {
    font-weight: 700;
}

.inewsct .inews-ct {
    padding: 20px 0px 0px;
    color: rgba(0,0,0,.7);
    line-height: 28px;
}	 
   
/* 分页 */ 
.page {
    margin: 20px auto;
}

.page-m {
    position: relative;
    top: -1px;
    +display: inline !important;
}

.page a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.page-m a {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
	border:1px solid #eeeeee;

}

.page-m a:hover {
    color: #fff;
    background: #003ca5;
	border:1px solid #003ca5;
}

.xianshi {
    color: #fff;
    background: #003ca5;
	border:1px solid #003ca5;
}

.page-m a.active {
    color: #fff;
    background: #003ca5;
	border:1px solid #003ca5;
} 

/* 新闻内 */
.xwbj {
  padding-top:60px;
  padding-bottom:40px;
}

.inewsct {

}

.inewsct .inews-tt {
    border-bottom: 1px rgba(0,0,0,.25) dashed;
    padding-bottom: 10px;
}

.inewsct .inews-tt p {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
}

.inewsct .inews-tt span {
    color: rgba(0,0,0,.55);
}

strong {
    font-weight: 700;
}

.inewsct .inews-ct {
    padding: 20px 0px 0px;
    color: rgba(0,0,0,.7);
    line-height: 28px;
}

.xwbj .liebiaow {
    height: auto;
    overflow: hidden;
	margin-top:20px;
	border:none;
}

.xwbj .liebiaow-aa {
    width: 80%;
    line-height: 30px;
    color: #666666;
    float: left;
	border:none;
}

.xwbj .shangy {
    height: auto;
    overflow: hidden;
    line-height: 32px;
    color: #666666;
	border:noen;
    border-bottom: 1px dotted #ececec;
	text-align:left;
}

.xwbj .xiay {
    height: auto;
    overflow: hidden;
    color: #666666;
    line-height: 32px;
	text-align:left;
}

.xwbj .liebiaow-bb {
    width: 16%;
    float: right;
	border:none;
	position: relative;
    top: -60px;
}   

.xwbj .fanhui {
    width: 142px;
    height: 43px;
    margin-top: 6px;
    float: right;
}

.xwbj .fanhui a {
    display: block;
    width: 142px;
    height: 43px;
    line-height: 43px;
    color: #FFFFFF;
    background-color: #000000;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
}   

/* 联系我们 */
.lxkuai {
   margin-top:55px;
   margin-bottom:100px;
   line-height:36px;
   font-size:16px;
   } 
   
.lxkuai .db-bt {
  color:#333333;
}
   
.lxkuai h2 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:37px;
   color:#333333;
   margin-top:26px;
   margin-bottom:67px;
   padding-bottom:46px;
   background:url(../images/hua.jpg) left bottom; background-repeat:no-repeat;
   }  
   
.liuyan {
   height:auto; overflow:hidden;
   padding-top:75px;
   padding-bottom:90px;
   background-color:#ededed;
   }
   
.liuyan h2 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:17px;
   margin-top:0px;
   margin-bottom:16px;
   color:#2d2d2d;
   text-align:center;
   }
   
.liuyan h3 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:42px;
   font-weight:bold;
   text-align:center;
   color:#2d2d2d;
   margin-top:0px;
   margin-bottom:75px;
   }  
   
.hzi {
   color:#003ca5;
   }
   
.biao {
   height:auto; overflow:hidden;
   margin-bottom:20px;
   }
   
.biao h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   margin-top:0px;
   margin-bottom:14px;
   color:#666666;
   }
   
.kk {
   height:60px;
   border:1px solid #d2d2d2;
   }
   
.kk2 {
   border:1px solid #d2d2d2;
   }
   
.anniu1 {
   width:208px;
   height:54px;
   background-color:#003ca5;
   border:1px solid #003ca5;
   padding:0px;
   }  
   
   
.xswl {
  width:100%;
  height:auto;
  padding-top:60px;
  padding-bottom:40px;
}

.xswlt {
  width:60%;
  height:auto;
  text-align:center;
  margin:0 auto;
}

.xswlt img {
  width:100%;
}
   


/* 弹窗 */
.search-btn {
    cursor: pointer;
}


.search-alert {
    position: fixed;
    z-index: 1000;
    background-color: rgba(23,100,223,.95);
    left: 0;
    top: 0;
    width: 100%;
    height: 500px;
	z-index: 10000;
    display: none;
}

.search-alert .close {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/img5-4.png) no-repeat center;
  position: absolute;
  top: 38px;
  right: 2.6%;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
          transition: transform 0.3s ease 0s;
}

.search-alert .cent-form {
  position: absolute;
  width: 94.8%;
  left: 2.6%;
  top: 50%;
  height: 124px;
  margin-top: -63px;
  border-bottom: 1px solid #515151;
}

.search-alert .cent-form .tex {
  border: none;
  font-size: 66px;
  height: 124px;
  line-height: 124px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  color: #555;
  background: none;
  padding-left: 88px;
  padding-right: 80px;
  background: url(../images/img5.png) no-repeat 35px 60px;
}

.search-alert .cent-form .sub-butn {
  border: none;
  height: 100px;
  margin-top: 24px;
  font-size: 24px;
  line-height: 100px;
  color: #555;
  text-align: right;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  text-align: center;
}

.search-alert .close:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.search-alert .cent-form .tex {
    border: none;
    font-size: 20px;

} 

.dhtt {
   height:500px;
   color:#FFFFFF;
   padding-top:50px;
   padding-left:40px;
   font-size:16px;
   line-height:40px;
   color:rgba(255,255,255,.6);
   border-right:1px solid rgba(255,255,255,.2);
   }
   
.dhtt a {
   color:rgba(255,255,255,.6);
   }
   
.dhtt a:hover {
   color:rgba(255,255,255,1);
   }
   
.dhtt h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:20px;
   color:#FFFFFF;
   font-weight:bold;
   margin-top:0px;
   margin-bottom:40px;
   }
   
.dhkuan {
   width:1200px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
   


/* 分页 */
.page_list{
	padding: 15px 0;
	display:flex;
	justify-content:flex-end;
}
.page_list a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	background-color: #eff2f7;
	margin-left: 10px;
	font-size: 1.6rem;
	font-family:ITCAvantGardeStd-Md;
	color: rgba(0,0,0,.5);
	transition: .3s;
	background-position:center;
	background-repeat:no-repeat;
}

.page_list a:first-child{
	background-image: url(../images/hsjt.png);
	background-size: auto 30%;
}
.page_list a:last-child{
	background-image: url(../images/hsjt.png);
	background-size: auto 30%;
	transform: rotateZ(180deg);
}
.page_list a:hover,.page_list a.on{
	color: #fff;
	background-color: #2877ff;
}
.page_list a:first-child:hover{
	background: #2877ff url(../images/bsjt.png) center no-repeat;
	background-size: auto 30%;
}
.page_list a:last-child:hover{
	background: #2877ff url(../images/bsjt.png) center no-repeat;
	background-size: auto 30%;
}


@media (min-width: 2000px) and (max-width: 2400px) {
.fwnn {
   padding-left: 15%;
   }
   
} 


@media (min-width: 1800px) and (max-width: 2000px) {
.fwnn {
   padding-left: 12%;
   }


}


@media (min-width: 1600px) and (max-width: 1800px) {
.fwnn {
   height:500px;
   padding-top: 80px;
   padding-left: 15px;
   }

.fwtu {
   height:500px;
   margin-top: -500px;
   }
   
.whxia {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 60px;
    position: relative;
    top: -300px;
}







}

@media (min-width: 1200px) and (max-width: 1600px) {
.nav {
    padding-left: 100px;
}

.navbar-right {
   position:relative;
   left:-150px;
}


.abtit {
    font-size: 20px;
}

.fwnn {
   height:500px;
   padding-top: 80px;
   padding-left: 15px;
   }

.fwtu {
   height:500px;
   margin-top: -500px;
   }

.whbj {
    height: 750px;
}

.whxia {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 60px;
    position: relative;
    top: -220px;
}

.whbj h3 {
    margin-bottom: 160px;
}

.whxx {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.lckk h4 {
    font-size: 40px;
}

.whee {
    margin-bottom: 0%;
}

.lcgun .swiper-button-prev {
    position: absolute;
    top: 7%;
    width: 74px;
    height: 74px;
    z-index: 10;
	left:100px;
    cursor: pointer;
	background:url(../images/zuo.png);
    background-size: 74px 74px;
    background-position: center;
    background-repeat: no-repeat;
}

.lcgun .swiper-button-next {
    position: absolute;
    top: 7%;
    width: 74px;
    height: 74px;
    z-index: 10;
	right:100px;
    cursor: pointer;
	background:url(../images/you.png);
    background-size: 74px 74px;
    background-position: center;
    background-repeat: no-repeat;
}

.yyly .anniu {
    position: absolute;
    right: 10px;
}

.whlbsf {
    width: 80%;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 75%;
	margin-left:10%
}

 
   






}

@media (min-width: 1200px) and (max-width: 1440px) {
.kuanping {
  width:100%;
}

.navbar-nav > li {
    width: 120px;
    text-align: center;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 16px;
}

.navbar-right {
   position:relative;
   left:-430px;
}

.yyly .anniu {
    position: absolute;
    right: 10px;
}

.about-bb h2 {
    font-size: 30px;
}

.about-bb h3 {
    font-size: 18px;
	margin-bottom: 20px;
}

.abtit {
    font-size: 16px;
}

.abnn {
    font-size: 12px;
}



.fwnn {
   height:500px;
   padding-top: 80px;
   padding-left: 15px;
   }

.fwtu {
   height:500px;
   margin-top: -500px;
   }
   
   .lcgun .swiper-button-prev {
    position: absolute;
    top: 8.3%;
    width: 74px;
    height: 74px;
    z-index: 10;
	left:100px;
    cursor: pointer;
	background:url(../images/zuo.png);
    background-size: 74px 74px;
    background-position: center;
    background-repeat: no-repeat;
}

.lcgun .swiper-button-next {
    position: absolute;
    top: 8.3%;
    width: 74px;
    height: 74px;
    z-index: 10;
	right:100px;
    cursor: pointer;
	background:url(../images/you.png);
    background-size: 74px 74px;
    background-position: center;
    background-repeat: no-repeat;
}






}

@media (min-width: 0px) and (max-width: 1000px) {
.kuanping {
  width:100%;
}

.yc {
   display:none;
}

.yd {
  display:block;
}

.fygnav {
    padding: 0px;
	height:50px;
	background-color:#d70129;
}
.fygnav ul {
    list-style-type: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.fygnav li {
    width: 100%;
    text-align: center;
    float: left;	
}
.fygnav li a { display:block; color:#FFFFFF; background-color:#2877ff;; height:50px; line-height:50px;}

.fygnav li a:hover { color:#FFFFFF; background-color:#2877ff;}


.navbar-collapse.in {
  background-color:rgba(0,0,0,.8);
}

.navbar {
    height: 70px;
}

.navbar-inverse .navbar-nav > li > a::after {
    width: 0;
    transition: width .3s;
    height: 0px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color: #e62129;
	margin-top:-40px;
}

.navbar-inverse .navbar-nav > li > a:hover:after{
	width:0%;
	height:0px;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#e62129;
}

.nav {
    padding-left: 20px;
}

.navbar-nav > li {
	height:40px;
}

.navbar-collapse {
    max-height: 390px;
}

.open > .dropdown-menu {
    display: block;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 16px;
    line-height: 40px;
}

.yuyan {
    line-height: 0px;
	margin-bottom:80px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
}

.navbar-toggle {
    margin-top: 20px;
}

.logo {
    margin-top: 10px;
}

.navbar-brand {
    margin-top: 0px;
    padding: 0px;
    width: 60px;
    height: 60px;
}

.sycp {
    padding-top: 30px;
    padding-bottom: 40px;
}

.sy-bt {
    font-size: 25px;
    margin-bottom: 0px;
}

.cp-lan {
    width: 100%;
    height: 240px;
    float: left;
}

.cp-lan li {
    list-style: none;
    width: 50%;
    height: 60px;
    float: left;
    line-height: 60px;
}

.cp-lan li:hover .iconfont1 {
  display:none;
}

.cp-lan li.hover .iconfont1 {
  display:none;
}

.cp-lan li:hover .iconfont2 {
  display:none;
}

.cp-lan li.hover .iconfont2 {
  display:none;
}

.cp-lan li:hover .iconfont3 {
  display:none;
}

.cp-lan li.hover .iconfont3 {
  display:none;
}

.cp-lan li:hover .iconfont4 {
  display:none;
}

.cp-lan li.hover .iconfont4 {
  display:none;
}

.cp-lan li:hover .iconfont5 {
  display:none;
}

.cp-lan li.hover .iconfont5 {
  display:none;
}

.cp-lan li:hover .iconfont6 {
  display:none;
}

.cp-lan li.hover .iconfont6 {
  display:none;
}

.cp-lan li:hover .iconfont7 {
  display:none;
}

.cp-lan li.hover .iconfont7 {
  display:none;
}

#slidingBlock span.menuOn {
  font-size:14px;
}

#slidingBlock span.menuNo {
  font-size:14px;
  width:100%;
}

.anniu {
    width: 100%;
    font-size: 18px;
    position: relative;
    top: 0px;
    height: 54px;
}

.cpt {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-left: 1%;
    float: left;
	margin-top:20px;
}

.cpt li .cptt {
    font-size: 14px;
	padding:0 8px;
}

.cpt li .cpk {
    width: 95%;
}

.sygynr {
    position: relative;
    top: 0px;
	padding:0 20px;
	padding-top: 20px;
	background-size: 100% 100%;
	height:660px;
	border-radius:20px;
}

.sygy {
    height: 700px;
	padding-top:20px;
}

.sygyxq {
    font-size: 14px;
    color: #ffffff;
    font-family: 'PingFang-SC-Regular', Helvetica, Arial, sans-serif;
    line-height: 30px;
    width: 100%;
    float: left;
	overflow: auto;
    height: 320px;
}

.sygysp {
    width: 100%;
    float: right;
    background: url(../images/sygyt2.png) no-repeat;
    background-size: 100% 100%;
    height: auto;
    padding: 10px;
	margin-top:20px;
}

.sygysp img {
  width:100%;
}


.yyly-t {
    position: relative;
    top: 0px;
}


.yyly-t {
    width: 310px;
    height: 184px;
    background: none;
    border-radius: 15px;
    padding-top: 60px;
    position: relative;
    top: -50px;
	margin:0 auto;
}

.yyly .anniu {
    float: right;
    position: absolute;
    top: 65px;
    right: 0;
}

.lbyyt {
    width: 100%;
    height: auto;
}

.yyly {
    width: 100%;
    height: 440px;
    background: url(../images/bgyyly.jpg) no-repeat;
}

.syxw {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f4f4f4;
    padding-top: 30px;
    padding-bottom: 30px;
}

.syxw li {
    list-style: none;
    float: left;
    width: 50%;
}

.xwtitle {
    font-size: 18px;
}

.xwnr {
   height:40px;
    line-height: 20px;
}

.xwdate {
    height: 30px;
    line-height: 30px;
}

.footer {
    padding-top: 0px;
}

.banquan {
   line-height:30px;
   height:150px;
   text-align:center;
}

.jszc {
    text-align: center;
}

.lbyy {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    top: -30px;
}

.lanmux {
    height: auto;
}

.lm-ct ul li {
    margin-right: 10px;
}

.about {
    margin: 30px auto 0px;
}

.about-aa {
    width: 100%;
    float: left;
}

.about-bb h2 {
    font-size: 25px;
	margin-top:10px;
}

.about-bb {
    width: 100%;
    padding-bottom: 30px;
    float: right;
}

.about-bb h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.abtit {
    font-size: 14px;
    line-height: 25px;
}

.abnn {
    margin-top: 0px;
    font-size: 14px;
    line-height: 25px;
}

.fwnn {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-left: 10%;
    padding-right: 10%;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 20px;
}

.fwnn h2 {
    font-size: 25px;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.fwtu {
    width: 100%;
    height: auto;
    float: right;
    position: relative;
    margin-top: 0;
}

.whbj {
    height: 250px;
    padding-top: 30px;
    color: #FFFFFF;
}



.whzz img {
  width:100%;
}

.whxx {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background: #333333;
}

.whrow li {
    list-style-type: none;
    padding-left: 0;
    padding-right: 10px;
    padding-bottom: 0px;
    float: left;
}

.whee #slidingBlock span.menuNo {
    font-weight: normal;
    width: 100%;
    font-size: 14px;
    color: rgb(255, 255, 255, 0.4);
    height: 100px;
}

.whee #slidingBlock span.menuNo .wht {
    padding-bottom: 20px;
    margin-bottom: 0px;
	width:100%
}

.wht {
    padding-bottom: 20px;
    margin-bottom: 0px;
}

#slidingBlock span.menuOn {
    font-weight: normal;
    width: 100%;
    height: auto;

    color: #ffffff;
    text-align: left;
    font-size: 14px;
    font-family: 'PingFang-SC-Regular', Helvetica, Arial, sans-serif;
}

#slidingBlock span.menuOn .wht {
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(255, 255, 255, 1);
    margin-bottom: 0px;
}

.whrow {
    margin-left: 0px;
    margin-right: 0px;
}

.whxia {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 109px;
}

.whee {
    height: auto;
    position: relative;
    margin-bottom: 10%;
}

.licheng {
    height: auto;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #eaeff4;
    z-index: -1;
}

.whbj h2 {
    font-size: 25px;
}

.whbj h3 {
    font-size: 18px;
    margin-bottom: 245px;
}

.licheng h2 {
    font-size: 25px;
}

.licheng h3 {
    font-size: 18px;
    margin-bottom: 0px;
}

.lcgun {
    padding: 0px 0px;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 100;
    margin-top: -30%;
}

.lckk h4 {
    font-size: 25px;
}

.db-bt {
    font-size: 25px;
}

.lxkuai {
    margin-bottom: 0px;
}

.liuyan {
    height: auto;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ededed;
}

.liuyan h3 {
    font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #2d2d2d;
    margin-top: 0px;
    margin-bottom: 30px;
}

.xwkk-aa {
    width: 100%;
    float: left;
}

.xwkk-bb {
    width: 100%;
    float: right;
}

.xwkk-bb h2 {
    margin-top: 27px;
    margin-bottom: 30px;
}

.xw-time {
    margin-top: 30px;
}

.xw-more {
    margin-top: 30px;
}

.xwkuai h2 {
    margin-bottom: 20px;
}

.xwkuai h3 {
    margin-bottom: 20px;
}

.xwkuai {
    padding: 10px;
    margin-bottom: 10px;
}

.xwlie {
    height: auto;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}

.inewsct {
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}

.inewsct span strong {
  display:inline-table;
  width:30%;
  margin-bottom:10px;
}

.tblanm {
  width:100%;
}

.tblanm li {
  float:left;
  width:50%;
}

.class {
    height: auto;
    padding-bottom: 20px;
    position: relative;
    padding-top: 20px;
    overflow: hidden;
}

.class li {
    width: 49%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    line-height: 32px;
    float: left;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
    list-style-type: none;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.class li.hover a {
    color: #fff;
    background: #000000;
}

.class li a {
    width: 100%;
    height: 32px;
    display: block;
    color: #FFFFFF;
    background: #5e5e5e;
    cursor: pointer;
    transition: all 300ms ease-in 0ms;
}

.erji li a {
    height: 32px;
    line-height: 32px;
    color: #2c3135;
	font-size:12px;
}

.erji li {
    list-style-type: none;
    height: 32px;
    float: left;
    margin-right: 0px;
    width: 100%;
}

.erji {
  margin-bottom:30px;
  overflow:visible;
  padding-bottom:80px;
  clear:both;
}

.cptux {
    height: auto;
    overflow: hidden;
    border: 1px solid #e5e4e4;
    background-color: #FFFFFF;
    margin-bottom: 5px;
}

.xwdd .row .col-md-4 {
   clear:both;
}

.pro-img .colmd5 {
    width: 100%;
    float: left;
}

.pro-img .colmd7 {
    width: 100%;
    float: right;
}

.jqzzoom{position:relative;}
.jqzoom{position:relative;overflow:hidden;border:0px #ddd solid; height:auto; overflow:hidden;}
.zoomdiv{float:left;top:0 !important;left:101% !important;border:3px solid #e4e4e4;display:none !important;text-align:center;overflow: hidden;position:absolute;z-index:999;background-color:#fff;}
.bigimg{width:1600px;height:1600px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;display:none !important;height:80px !important;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}	

.pro-img .colmd7 .pro-ptt {
    margin-top: 10px;
}

.xqmore {
    margin-top: 20px;
}

.modal-dialog {
    width: 100%;
    margin: 100px auto;
}

.biao h4 {
    margin-top: 10px;
}

.biao {
    margin-bottom: 0px;
}

.anniu1 {
    margin-top: 10px;
	width:100%;
}

.navbar-inverse .navbar-nav > li.aa a:after {
  display:none;
}

.navbar-inverse .navbar-nav > li.bb a:after {
  display:none;
}


.navbar-inverse .navbar-nav > li.cc a:after {
  display:none;
}


.navbar-inverse .navbar-nav > li.dd a:after {
  display:none;
}


.navbar-inverse .navbar-nav > li.ee a:after {
  display:none;
}


.navbar-inverse .navbar-nav > li.ff a:after {
  display:none;
}

.navbar-inverse .navbar-nav > li.gg a:after {
  display:none;
}

.xwbj .liebiaow {
    height: 170px;
}

.xwbj .fanhui {
    margin-top: 80px;
}

.xwss {
    height: auto;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f2f2f2;
}

.kkt {
    margin-top: 74px;
}

.bnn {
    margin-top: 74px;
}

.yyly-ny li {
    list-style: none;
    float: left;
    width: 50%;
    text-align: center;
}

.yylyt {
    font-size: 14px;
    font-family: 'PingFang-SC-Regular', Helvetica, Arial, sans-serif;
    text-align: center;
    padding-top: 10px;
}

.sjsycp {
  width:100%;
  height:auto; overflow:hidden;
  padding:20px 0;
}

.sjsycp li {
  list-style:none;
  float:left;
  width:50%;
  margin-bottom:10px;
}

.sjsycp li .sjcpk {
  width:96%;
  height:auto;
}

.sjcpk .sjcptu {
  width:100%;
  height:auto;
}

.sjcpk .sjcpt {
   text-align:center;
   white-space:nowrap;
   overflow:hidden;
   text-overflow:ellipsis;
   padding:0 10px;
   font-size: 20px;
    color: #ffffff;
	padding-top:10px;
}

.sjsycp .anniu {
  width:100%;
  height:auto;
}

.navbar-toggle {
    margin-right: 0;
}

.lm-ct ul {
    display: flex;
    display: -webkit-flex;
    padding: 0;
	display:none;
}

.ywlm {
  width:100%;
  height:auto;
  margin-top:10px;
}

.ywlm li {
  list-style:none;
  float:left;
  width:48%;
  height:auto;
  margin:0 1%;
  padding:0 10px;
  border:1px solid rgba(0,0,0,.1);
  margin-bottom:10px;
  text-align:center;
}

.ywlm li a {
      display: block;
    line-height: 35px;
    font-size: 16px;
    color: #555555;
    cursor: pointer;
}

.whlbsf {
    width: 80%;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 72%;
    margin-left: 10%;
}

.xwbj .shangy {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xwbj .xiay {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xwbj {
    padding-top: 0px;
    padding-bottom: 0px;
}





















}


