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

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

.navbar {
    position: relative;
    margin-bottom: 0px;
    border-bottom: 0px solid #BEBCBC;
}


.navbar-inverse {
    background-color: #FFFFFF;
    border-color: #5F5D5D;
}

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

.navbar-nav > li > a {
    padding-top: 1rem;
    padding-bottom: 1rem;
	padding-left:3rem;
	padding-right:3rem;
    line-height: 6.8rem;
}

.nav {
    padding-left: 20rem;
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #003e69;
}

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: #262626;
	font-size:1.6rem;
}

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


.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.2s;}
.kq2 {-webkit-animation-delay: 0.4s; -webkit-animation-duration: 0.4s;}
.kq3 {-webkit-animation-delay: 0.6s; -webkit-animation-duration: 0.6s;}
.kq4 {-webkit-animation-delay: 0.8s; -webkit-animation-duration: 0.8s;}
.kq5 {-webkit-animation-delay: 1s; -webkit-animation-duration: 1s;}
.kq6 {-webkit-animation-delay: 1.2s; -webkit-animation-duration: 1.2s;}

.kuanping {
   width:131rem;
   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;
   }
   
.navbar-inverse .navbar-nav > li > a::after {
    width: 0;
    transition: width .3s;
    height: 2px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color: #003e69;
}

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


.navbar-inverse .navbar-nav > li.mouseover .ul_hide {
    position: absolute;
    left: -15%;
    top: 8.9rem;
    width: 130%;
    text-align:center;
    border: 0px solid #CBCBCB;
    background-color: hsl(180 1% 99% / 1);
    display: none;
    box-shadow: 0 4px 4px rgba(0,0,0,.1);
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li {
    width: 100%;
    /* line-height:40px; */
    border-bottom: 1px solid hsl(0 0% 91% / 1);
    list-style-type:none;
    background:none;
    white-space: nowrap;
    text-overflow: ellipsis;
    position:relative;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li a{
    text-align:center;
    color: #333;
    font-size: 1.4rem;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 3.5;
    display: block;
    width: 100%;
    height: 100%;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li a:hover{
    display:block;
    color:#FFFFFF;
    background-color: #21478b;
    text-decoration: none;
}


ul {
   padding:0px;
   margin:0px;
   }
   
.logo {
   width:14.6rem;
   margin-top:2rem;
   }

.sousuo {
   margin-top:3.5rem;
   }
   
.searchh {
    background-color: rgba(255,255,255,0.9);
    padding: 1rem;
    display: none;
    margin: 0.5rem;
        margin-bottom: 0.5rem;
    margin-bottom: 2rem;
    box-shadow: 0px 2px 2px rgba(0,0,0,.2);
    border-radius: 3px;
}

.searchh form {
    height: 4rem;
    padding: 0;
}

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

.searchh .btn {
    background-color: #0587e0;
    height: 4rem;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 1.8rem;
	width:14%;
}

.sousuo a {
   cursor:pointer;
   }
   
.toubb {
   height:auto;
   }
   
.guding {
   position:fixed;
   width:100%;
   top:0px;
   z-index:9;
   box-shadow: 0px 0px 15px rgba(0,0,0,.1);
   }
   
.dingbu {
   height:auto; overflow:hidden;
   line-height:4.8rem;
   color:rgba(255,255,255,0.8);
   background-color:#333333;
   }
   
.dingbu a {
   color:rgba(255,255,255,0.8);
   }
   
.dingbu-tt {
   text-align:right;
   }
   
.banner {
   position:relative;
   }
   
.banner img {
   width:100%;
   }
   
.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 73px;
    left: 0;
    width: 100%;
}

.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #FFF;
    opacity: 1;
}

.banner .swiper-pagination-white .swiper-pagination-bullet-active {
    width: 52px;
    height: 12px;
	border-radius: 20px;
    background: #0587e0;
}
   
.bnnzi {
   position:absolute;
   width:60%;
   top:26%;
   left:16%;
   color:#FFFFFF;
   z-index:9;
   }
   
.bnnzi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.2rem;
   margin-top:0rem;
   margin-bottom:1.8rem;
   }
   
.bnnzi h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:4.4rem;
   font-weight:bold;
   height:auto; overflow:hidden;
   line-height:7.2rem;
   margin-top:0rem;
   margin-bottom:5rem;
   }
   
.bnmore {
   width:17.2rem;
   height:4.5rem;
   }
   
.bnmore a {
   display:block;
   width:100%;
   height:4.5rem;
   line-height:4.5rem;
   text-align:center;
   color:#FFFFFF;
   border:1px solid #FFFFFF;
   border-radius: 25px;
   }
   
.bnmore a:hover {
   color:#333333;
   background-color:#FFFFFF;
   }
   
.chanpin {
   height:auto; overflow:hidden;
   position:relative;
   } 
   
.chanpin li:nth-child(odd) {
   list-style-type:none;
   width:14.28%;
   padding-top:24.6rem;
   padding-bottom:9.5rem;
   float:left;
   background-color:#f7f9fa;
   }  
   
.chanpin li:nth-child(even) {
   list-style-type:none;
   width:14.28%;
   padding-top:24.6rem;
   padding-bottom:9.5rem;
   float:left;
   } 
   
.chanpin li img {
   width:100%;
   }
   
.chanpin li a {
   display:block;
   height:auto; overflow:hidden;
   font-size:1.4rem;
   line-height:2.2rem;
   color:#666666;
   padding:6.5rem;
   padding-top:3rem;
   padding-bottom:3rem;
   transition: all 300ms ease-in 0ms;
   }
   
.chanpin li a:hover {
   padding-top:0px;
   padding-bottom:6rem;
   transition: all 300ms ease-in 0ms;
   }
   
.chanpin li a h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:1.8rem;
   color:#262626;
   text-align:center;
   margin-top:1.6rem;
   margin-bottom:1rem;
   }
   
.chanpin li a:hover h2 {
   color:#003e69;
   }
   
.cpx {
   background-color:#f7f9fa;
   }
   
.cpzi {
   padding-left:5rem;
   padding-right:5rem;
   }
   
.cptit {
   position:absolute;
   width:100%;
   left:0rem;
   top:11.5rem;
   z-index:8;
   }
   
.cptit h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.2rem;
   font-weight:bold;
   text-align:center;
   color:#262626;
   margin-top:0px;
   margin-bottom:0.6rem;
   }
   
.cptit h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:1.6rem;
   text-align:center;
   color:#999999;
   margin-top:0rem;
   margin-bottom:0rem;
   padding-bottom:2.5rem;
   background:url(../images/xiahua.png) bottom center; background-repeat:no-repeat;
   }
   
.abbj {
   height:auto; overflow:hidden;
   padding-top:11.4rem;
   padding-bottom:12rem;
   background: url(../images/abbj.jpg) no-repeat center center;
   background-attachment: scroll;
    background-size: auto auto;
    background-size: cover;
    background-attachment: fixed;
   }
   
.abbj h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.2rem;
   color:#FFFFFF;
   font-weight:bold;
   margin-top:0rem;
   margin-bottom:0.6rem;
   }
   
.abbj h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:1.6rem;
   color:#FFFFFF;
   margin-top:0rem;
   padding-bottom:2.3rem;
   background:url(../images/abm.png) left bottom; background-repeat:no-repeat;
   margin-bottom:3.6rem;
   }
   
.abnn {
   width:41%;
   float: left;
   font-size:1.4rem;
   line-height:2.2rem;
   height:auto; overflow:hidden;
   color:#FFFFFF;
   }
   
.abnn-b {
   width:50%;
   height:auto; overflow:hidden;
   float: right;
   }
   
.abmore {
   width:17rem;
   margin-top:7rem;
   }
   
.abmore a {
   display:block;
   width:100%;
   height:4.5rem;
   line-height:4.5rem;
   color:#FFFFFF;
   text-align:center;
   border:1px solid #FFFFFF;
   border-radius: 2.5rem;
   }
   
.abmore a:hover {
   color:#000000;
   background-color:#FFFFFF;
   }
   
.shuju {
   height:auto; overflow:hidden;
   margin-top:13.8rem;
   }  
   
.shuju li {
   list-style-type:none;
   width:20%;
   text-align:center;
   color:#FFFFFF;
   float:left;
   }
   
.shuju li h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:1.6rem;
   color:#FFFFFF;
   margin-top:0rem;
   margin-bottom:1.2rem;
   }
   
.dazi {
   font-size:5rem;
   font-family: 'Oswald', Helvetica, Arial, sans-serif;
   } 


.jiejue {
   height:auto; overflow:hidden;
   padding-top:11.5rem;
   }
   
.jiejue h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.2rem;
   font-weight:bold;
   text-align:center;
   color:#262626;
   margin-top:0rem;
   margin-bottom:0.8rem;
   }
   
.jiejue h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:1.6rem;
   text-align:center;
   color:#999999;
   margin-top:0px;
   padding-bottom:2.4rem;
   background:url(../images/xiahua2.png) center bottom; background-repeat:no-repeat;
   margin-bottom:4.3rem;
   }
   
.jjlan {
   width:83rem;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.jjlan li {
   list-style-type:none;
   width:25%;
   text-align:center;
   float:left;
   }
   
.jjlan li .jjt4 {
   width:7rem;
   height:7rem;
   margin:0 auto;
   background:url(../images/fa4.png) top; background-repeat:no-repeat;
   background-size: 7rem 14rem;
   transition: all 300ms ease-in 0ms;
   }
   
.jjlan li:hover .jjt4 {
   background:url(../images/fa4.png) bottom; background-repeat:no-repeat;
   background-size: 7rem 14rem;
   transition: all 300ms ease-in 0ms;
   }
     
.jjlan li p {
   margin-top:0.6rem;
   }
   
#slidingBlock {
	height:auto; overflow:hidden;
}

#slidingBlock span {
    float:left; width:100%; text-align:center; font-size:1.4rem; over-flow:hidden;
}
#slidingBlock span.menuNo {
    font-weight:normal; width:100%; font-size:1.4rem; color:#333333; text-align:center;
}

#slidingBlock span.menuNo .jjt1 {
   width:7rem;
   height:7rem;
   margin:0 auto;
   background:url(../images/fa1.png) top; background-repeat:no-repeat;
   background-size: 7rem 14rem;
   transition: all 300ms ease-in 0ms;
   }
   
#slidingBlock span.menuNo .jjt2 {
   width:7rem;
   height:7rem;
   margin:0 auto;
   background:url(../images/fa2.png) top; background-repeat:no-repeat;
   background-size: 7rem 14rem;
   transition: all 300ms ease-in 0ms;
   }
   
#slidingBlock span.menuNo .jjt3 {
   width:7rem;
   height:7rem;
   margin:0 auto;
   background:url(../images/fa3.png) top; background-repeat:no-repeat;
   background-size: 7rem 14rem;
   transition: all 300ms ease-in 0ms;
   }
   
   
#slidingBlock span.menuOn {
    font-weight:normal; width:100%; font-size:1.4rem; color:#333333; text-align:center;
}

#slidingBlock span.menuOn .jjt1 {
   width:7rem;
   height:7rem;
   margin:0 auto;
   background:url(../images/fa1.png) bottom; background-repeat:no-repeat;
   background-size: 7rem 14rem;
   transition: all 300ms ease-in 0ms;
   }
   
#slidingBlock span.menuOn .jjt2 {
   width:7rem;
   height:7rem;
   margin:0 auto;
   background:url(../images/fa2.png) bottom; background-repeat:no-repeat;
   background-size: 7rem 14rem;
   transition: all 300ms ease-in 0ms;
   }
   
#slidingBlock span.menuOn .jjt3 {
   width:7rem;
   height:7rem;
   margin:0 auto;
   background:url(../images/fa3.png) bottom; background-repeat:no-repeat;
   background-size: 7rem 14rem;
   transition: all 300ms ease-in 0ms;
   }
   
            
#slidingBlock DIV.slidingList_none {
    display:none
}
#slidingBlock DIV.slidingList {
    width:100%;
    margin:0px; padding:0px; height:auto; overflow:hidden;
	margin-top:4.5rem;
}

.jjnei {
   height:auto; overflow:hidden;
   position:relative;
   background-color:#262626;
   }
   
.jjnei-aa {
   width:45.2%;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   padding-left:16.6%;
   padding-right:5.6%;
   float:left;
   }
   
.jjnei-t {
   height:100%;
   padding:10.5rem;
   padding-top:11.5rem;
   padding-left:9rem;
   background-color:#003e69;
   }
   
.jjnei-t h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:4.8rem;
   color:#FFFFFF;
   text-align:center;
   margin-top:0rem;
   margin-bottom:0.2rem;
   }
   
.jjnei-t h5 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.6rem;
   color:#FFFFFF;
   text-align:center;
   margin-top:0rem;
   margin-bottom:3.2rem;
   }
   
.jjv {
   height:auto; overflow:hidden;
  }
  
.jjv li {
   list-style-type:none;
   width:50%;
   float:left;
   margin-bottom:1.5rem;
   }
   
.jjv li a {
   color:#FFFFFF;
   font-size:1.6rem;
   }
   
.jjmore {
   width:17.1rem;
   height:4.5rem;
   margin:4.3rem auto 0rem;
   }
   
.jjmore a {
   display:block;
   width:100%;
   height:4.5rem;
   line-height:4.5rem;
   text-align:center;
   color:#FFFFFF;
   border:1px solid #FFFFFF;
   border-radius: 25px;
   }
   
.jjmore a:hover {
   background-color:#FFFFFF;
   color:#333333;
   }
   
.jjnei-bb {
   width:54.8%;
   float:right;
   }
   
.jjnei-bb img {
   width:100%;
   }
   
.xwbj {
   height:auto; overflow:hidden;
   padding-top:11.5rem;
   padding-bottom:12rem;
   background-color:#f7f7f7;
   }   
   
.xwbj h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.2rem;
   font-weight:bold;
   text-align:center;
   color:#262626;
   margin-top:0rem;
   margin-bottom:0.8rem;
   }
   
.xwbj h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:1.6rem;
   text-align:center;
   color:#999999;
   margin-top:0px;
   padding-bottom:2.4rem;
   background:url(../images/xiahua2.png) center bottom; background-repeat:no-repeat;
   margin-bottom:4.3rem;
   }
   
.xwkk {
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   box-shadow: 0px 0px 15px rgba(0,0,0,.1);
   }
   
.xwkk 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%;}  

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

.xwkk-zi {
   height:auto; overflow:hidden;
   padding:2rem;
   padding-top:2.5rem;
   font-size:1.4rem;
   color:#666666;
   line-height:2.2rem;
   }  
   
.xwkk-zi h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:1.6rem;
   color:#333333;
   height: 3.6rem; overflow: hidden;
   margin-top:0rem;
   margin-bottom:1rem;
   } 
   
.xwtm {
   margin-top:2rem;
   height:auto; overflow:hidden;
   }
   
.xwtm-aa {
   width:50%;
   float:left;
   }
   
.xwtm-bb {
   width:50%;
   float:right;
   text-align:right;
   }
   
.xwkk:hover {
   background-color:#003e69;
   transition: all 300ms ease-in 0ms;
   }
   
.xwkk:hover .xwkk-zi {
   color:#FFFFFF;
   transition: all 300ms ease-in 0ms;
   }
   
.xwkk:hover .xwkk-zi h4 {
   color:#FFFFFF;
   transition: all 300ms ease-in 0ms;
   }
   
.bottom {
   height:auto; overflow:hidden;
   background-color:#0d0d0d;
   color:#FFFFFF;
   line-height:3.6rem;
   padding-top:9.6rem;
   } 
   
.bottom a {
   color:rgba(255,255,255,.8);
   }
   
.bottom a:hover {
   color:rgba(255,255,255,1);
   }
   
.lxnn a {
   color:#FFFFFF;
  }
   
.bottom h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:1.6rem;
   margin-top:0rem;
   margin-bottom:1.8rem;
   }  
   
.lxnn {
   height:auto; overflow:hidden;
   margin-top:3.7rem;
   } 
   
.lxnn li {
   list-style-type:none;
   height:auto; overflow:hidden;
   line-height:2.4rem;
   padding-left:5rem;
   margin-bottom:2.5rem;
   }
   
.d1 {
   background:url(../images/d1.png) top left; background-repeat:no-repeat;
   background-size: 2.4rem 2.4rem;
   }  
   
.d2 {
   background:url(../images/d2.png) top left; background-repeat:no-repeat;
   background-size: 2.4rem 2.4rem;
   } 
   
.d3 {
   background:url(../images/d3.png) top left; background-repeat:no-repeat;
   background-size: 2.4rem 2.4rem;
   } 
   
.weixin {
   width:13rem;
   float:right;
   }
   
.weixin img {
   width:100%;
   }
   
.weixin p {
   margin-top:1.6rem;
   font-size:1.4rem;
   text-align:center;
   }
   
.fenxiang {
   height:auto; overflow:hidden;
   margin-top:2.5rem;
   }
   
.fxrow {
   height:auto; overflow:hidden;
   margin-left:-1rem;
   margin-right:-1rem;
   }
   
.fxrow li {
   list-style-type:none;
   width:33.3%;
   padding-left:1rem;
   padding-right:1rem;
   float:left;
   }
   
.fx {
   width:3rem;
   height:3rem;
   }
   
.fx img {
   width:auto;
   }
   
.fx a {
   display:block;
   width:3rem;
   height:3rem;
   line-height:2.6rem;
   text-align:center;
   background-color:#565656;
   border-radius: 50%;
   }
   
.fx a:hover {
   background-color:#003e69;
   }
   
.footer {
   height:auto; overflow:hidden;
   background-color:#0d0d0d;
   color:#FFFFFF;
   line-height:5.5rem;
   border-top: 1px solid #636466;
   margin-top:5rem;
  }
  
.footer a {
   color:#FFFFFF;
   } 
  
.juyou {
   text-align:right;
   }  
   
.yc {
   display:block;
   }
   
.yd {
   display:none;
   }
   
/* 关于我们 */
.bnn img {
   width:100%;
   }

.lanmux {
    height: 7.4rem;
    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;
    margin-right: 6rem;
	position:relative;
}

.lm-ct ul li a {
    display: block;
    line-height: 7.4rem;
    font-size: 1.6rem;
    color: #555555;
	cursor:pointer;
}

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

.abww {
   padding-top:5.6rem;
   padding-bottom:8rem;
   height:auto; overflow:hidden;
   line-height:3.3rem;
   background:url(../images/ditu.jpg) center top; background-repeat:no-repeat;
   }
   
.abww h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.2rem;
   font-weight: bold;
   color:#262626;
   margin-top:0px;
   margin-bottom:3.3rem;
   }
   
.abww-tu {
   margin-top:4rem;
   height:auto; overflow:hidden;
   text-align:center;
   }
   
.abgun {
   height:auto; overflow:hidden;
   padding:1rem;
   padding-right:3rem;
   font-size: 1.6rem;
   }
   
   
.wk2 {

	-webkit-perspective:1000px;

	-o-perspective:1000px;

	-ms-perspective:1000px;

	perspective:1000px;

}   
   
.wenhua {
   height:auto;
   overflow:hidden;
   background-color:#003ca5;
   -webkit-transform:rotatex(-80deg) translateZ(0);
   -ms-transform:rotatex(-80deg) translateZ(0);
   transform:rotatex(-80deg) translateZ(0);
   -webkit-transform-origin:0 0 0;
   -ms-transform-origin:0 0 0;
   transform-origin:0 0 0;
   opacity:0;
   transition:1s;
   display: flex;
   align-items: center;
   justify-content: center;
   }
   
.wenhua.on {

	-webkit-transform:rotatex(0) translateZ(0);

	-ms-transform:rotatex(0) translateZ(0);

	transform:rotatex(0) translateZ(0);

	opacity:1

}
   
.wenhua-aa {
   width:50%;
   float:left;
   }   
   
.wenhua-bb {
   width:50%;
   float:left;
   padding: 0 4rem;
   color:#FFFFFF;
   font-size:1.6rem;
   line-height: 2;
   }
   
.wenhua-bb h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.2rem;
   font-weight: bold;
   margin-top:0px;
   margin-bottom:3.5rem;
   color:#FFFFFF;
   }  
   
.wenhua 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%;}  

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


.ihonor {
    background: url(../images/rybg.jpg) center no-repeat;
	color: #262626;
    background-size: cover;
    padding: 7rem 7%;
}
.ititle big {
    display: block;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 5rem;
} 

.ititle span {
    display: block;
    color: #8d8d91;
    font-size: 2.0rem;
    line-height: 4.7rem;
    font-family: Fontone;
    margin: 5px 0px 0px;
}

.ihonor ul {
	margin-top:4rem;
	margin-right:-15px;
	margin-left:-15px;
	padding-bottom:3rem;
}
.ihonor ul li {
	float:left;
	width:25%;
	list-style-type:none;
	padding:0px 1.5rem;
	margin-bottom:3rem;
}
.ihonor ul li span {
	display:block;
	background:#fff;
	padding:2.5rem;
	border-radius:15px;
}

.ihonor ul li span img {
   width:100%;
   }

.ihonor .more {
	width:55%;
	text-align:center;
	background:#fff;
	line-height:100px;
	color:#000;
	font-size:2.4rem;
	cursor:pointer;
	transition:.3s;
	margin:0 auto;
}
.ihonor .more:hover {
	background:#053b92;
	color:#fff;
}


@media (max-width:1400px) {
	.ihonor ul li span {
	padding:10px;
}
.ihonor .more {
	line-height:5rem;
	font-size:1.6rem;
}
}@media (max-width:992px) {
	.ihonor ul {
	margin-top:1rem;
	margin-right:-5px;
	margin-left:-5px;
	padding-bottom:1rem;
}
.ihonor ul li {
	width:50%;
	padding:0px 5px;
	margin-bottom:1rem;
}
.ihonor ul li span {
	padding:0.5rem;
}
.ihonor .more {
	line-height:4rem;
	font-size:1.4rem;
}
}




.lishi {
    background: url(../images/lcbg.jpg) center no-repeat;
    background-size: cover;
    padding: 7rem 7% 10rem;
}

.lishi .ititle {
	color:#fff;
	margin-bottom:5.5rem;
}
.lishi .ititle span {
	color:#fff;
}
.fazhan {
	position:relative;
	padding:0px 6% 13rem;
}
#hist {
	position:static;
}
#hist .swiper-slide {
	background:#fff;
	min-height:29rem;
	border-radius:1.5rem;
}
#hist .swiper-slide section {
	padding:5% 8% 0px;
}
#hist .swiper-slide section h3 {
	font-size:4rem;
	font-weight:bold;
	color:#053c74;
	font-family:Fontone;
	margin-top:0px;
	margin-bottom:1.6rem;
}

#hist .swiper-slide section h4 {
	font-size:2rem;
	color:#000;
	font-family:Fontone;
	margin-top:0px;
	margin-bottom:0.8rem;
}

#hist .swiper-slide section span {
	display:block;
	color:#7d8491;
	line-height:2.5rem;
	font-size:1.4rem;
	margin:5% 0rem 0rem;
}
#hist .swiper-pagination {
	bottom:3rem;
	top:auto;
	width:88%;
	left:6%;
	background:rgba(255,255,255,.3);
	height:0.8rem;
}
@media (max-width:1400px) {
	#hist .swiper-slide section h3 {
	font-size:2.0rem;
}
#hist .swiper-slide section span {
	line-height:3.6rem;
	font-size:1.6rem;
}
}@media (max-width:992px) {
	#hist .swiper-slide section h3 {
	font-size:2.0rem;
}
#hist .swiper-slide section span {
	line-height:2.2rem;
	font-size:1.4rem;
}
#hist .swiper-slide section {
	padding:2rem;
}
#hist .swiper-slide {
	min-height:19rem;
}
}.kedu {
	bottom:0;
	width:88%;
	left:6%;
	position:absolute;
}
@media (max-width:768px) {
	.lishi .ititle {
	margin-bottom:1.5rem;
}
.lishi {
	padding:2rem 1rem;
}
.fazhan {
	padding:0rem 0 1rem;
}
#hist .swiper-pagination {
	display:none;
}
.kedu {
	display:none;
}
}.kedu ul li {
	padding:0px 2rem;
	float:left;
	list-style-type:none;
	width:33.33333333333%;
	font-size:2.1rem;
	color:#fff;
	font-family:Fontthree;
	line-height:3rem;
}
.kedu ul li:nth-child(2) {
	text-align:center;
}
.kedu ul li:last-child {
	text-align:right;
}
.kedu dl {
	margin-bottom:2rem;
	border-left:1px rgba(255,255,255,.8) solid;
}
.kedu dl dd {
	float:left;
	border-right:1px rgba(255,255,255,.8) solid;
	height:12px;
	width:2.7777777777777777777%;
}
#hist .swiper-pagination .swiper-pagination-progressbar-fill {
	background:#fff;
}
#hist .swiper-button-prev {
	background:url(../images/fzjt.png) center no-repeat;
	width:3rem;
	height:5.6rem;
	margin-top:-8rem;
	opacity:1;
	left:0;
	outline:none;
}
#hist .swiper-button-next {
	background:url(../images/fzjt.png) center no-repeat;
	width:3rem;
	height:5.6rem;
	margin-top:-8rem;
	opacity:1;
	transform:rotate(180deg);
	right:0;
	outline:none;
}
@media (max-width:768px) {
	#hist .swiper-button-prev {
	margin-top:-2.8rem;
}
#hist .swiper-button-next {
	margin-top:-2.8rem;
}
}


/* 产品列表 */
.cpkuai {
    height: auto;
    overflow: hidden;
    padding-top: 4rem;
    padding-bottom: 6.5rem;
    background-color: #e4ebf5;
}   
   
.search1 form {
    display: flex;
	height:auto; overflow:hidden;
	background-color:#FFFFFF;
	border:1px solid #f0f0f0;
}

.search1 .search {
    border: 0;
    height: 5.2rem;
    font-size: 1.8rem;
    padding-left: 1rem;
    width: 80%;
	color: #777777;
	font-family: 'Aver Italic', Helvetica, Arial, sans-serif;
    border-radius: 0;
}   

.search1 .btn {
    height: 5.2rem;
    margin: 0;
    background: #FFFFFF;
    border-radius: 0;
    color: #777777;
	font-size:1.8rem;
    text-align: center;
    width: 20%;
}

.lielan {
   margin-top:1rem;
   height:auto; overflow:hidden;
   font-family: 'ProximaNova-Semibold', Helvetica, Arial, sans-serif;
   line-height:4.6rem;
   border:1px solid #ececec;
   padding-left:7.5rem;
   color:#FFFFFF;
   font-size:2rem;
   background-color:#003e69;
   }
   
.hangx {
    margin-top: 1rem;
	height:auto; overflow:hidden;
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
	border-top:1px solid #ebebeb;
}

.hangx li {
   list-style-type:none;
   height: auto;
overflow: hidden;
   font-family: 'ProximaNova-Semibold', Helvetica, Arial, sans-serif;
   white-space: nowrap;
text-overflow: ellipsis;
   border-bottom:1px solid #ebebeb;
   }
   
.hangx li a {
   display:block;
   line-height:5.2rem;
   padding-left:8px;
   color:rgba(0,0,0,.8);
   font-size: 1.6rem;
   background-color:#FFFFFF;
   height:auto;
   overflow:hidden;
   }
   
.hangx li a:hover {
   background-color:#f5f5f5;
   transition: all 500ms ease-in 0ms;
   }
   
.hangx li.hover a {
   background-color:#f5f5f5;
   transition: all 500ms ease-in 0ms;
   }
   
   
.tuijian {
   margin-top:4rem;
   height:auto; overflow:hidden;
   border:1px solid #eeeeee;
   background-color:#FFFFFF;
   }   
   
.tj-lan {
   line-height:4.5rem;
   padding-left:1rem;
   color:#222222;
   font-size:2rem;
   height:auto; overflow:hidden;
   border-bottom:1px solid #eeeeee;
   }
   
.tj-nei {
   height:auto; overflow:hidden;
   padding:2rem;
   padding-top:0px;
   }
   
.tj-nei li {
   list-style-type:none;
   padding-top:1rem;
   padding-bottom:1rem;
   height:auto; overflow:hidden;
   border-bottom:1px solid #eeeeee;
   }
   
.tj-nei-aa {
   width:35%;
   float:left;
   }
   
.tj-nei-bb {
   width:55%;
   height:6rem; overflow:hidden;
   float:right;
   line-height:3rem;
   color:#565252;
   }
   
.cpyou-lan {
    height: 5.2rem;
    line-height: 5.2rem;
    border-bottom: 1px solid #e9e9e9;
    font-size: 2.4rem;
    color: #262626;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.cpyou-lan-aa {
   width:40%;
   float:left;
   }
   
.cpyou-lan-bb {
   width:60%;
   font-size:1.4rem;
   float:right;
   text-align:right;
   font-weight:normal;
   }
.cpyou-lan-bb a {   
   font-weight:normal;
}

.cprow {
   margin-left:-1rem;
   margin-right:-1rem;
   height:auto;
   overflow:hidden;
   min-height: 60vh;
   }
   
.cpcol4 {
   width:33.3%;
   float:left;
   padding-left:1rem;
   padding-right:1rem;
   }
   
.cptuk {
   margin-bottom:3rem;
   height:auto;
   overflow:hidden;
   padding:0.6rem;
   background-color:#FFFFFF;
   border: 1px solid hsl(0 0% 95% / 1);
   }
   
.cptuk:hover {
   background-color:#0754a7;
   transition: all 500ms ease-in 0ms;
   }
   
.cptuk-zi {
   margin-top:1.2rem;
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   text-align:center;
   padding-bottom:0.6rem;
   color:#565252;
   line-height:2.3rem;
   }
   
.cptuk:hover .cptuk-zi {
   color:#FFFFFF;
   transition: all 500ms ease-in 0ms;
   }
   
.cptuk img { width:100%; -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;}  

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

.cphh li ul{
    display: none;
}

.cphh li a{
    margin-bottom: 1px;
}

.cphh li {
   list-style-type:none;
}
   

.cphh li a {
    line-height: 5rem;
    display: block;
    padding-left: 1.6rem;
    /* padding-right: 30px; */
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #f8f7f7;
    color: #333333;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
} 

.cphh li.hover a {
    background: #0754a7;
    color: #f8f7f7;
}

.cphh li a:hover{
    background: #0754a7;
    color: #ffffff;
}

.cphh li li a {
    line-height: 3;
    font-size:1.4rem;
    background: #ddd;
    padding-left: 4rem;
}

.cphh li.hover li a {
    background: hsl(186 2% 95% / 1);
    color: #333;
}

.cphh li li a:hover{
    background: #4c8ae0;
    color: #f8f7f7;
}

.cphh li li.hover a {
    background: #4c8ae0;
    color: #f8f7f7;
}

.cpnn {
   height:auto; overflow:hidden;
   padding:1.5rem;
   background-color:#FFFFFF;
   }
   
.cpyou-nei {
   height:auto; overflow:hidden;
   } 

.cpyt {
   width:80%;
   margin:0px auto 3rem;
   } 
   
.cpyt img {
   width:100%;
   }
   
.liebiaok {
   height:5.8rem;
   border:1px solid #ebebeb;
   margin-top:2.5rem;
   }
   
.liebiaok-aa {
   width:16%;
   height:5.8rem;
   line-height:5.8rem;
   text-align:center;
   float:left;
   border-right:1px solid #ebebeb;
   }
   
.liebiaok-aa img {
    width:auto;
}
   
.liebiaok-bb {
   width:68%;
   height:5.8rem;
   line-height:5.8rem;
   float:left;
   text-align:center;
   color:#919191;
   border-right:1px solid #ebebeb;
   }
   
.liebiaok-bb img {
   width:auto;
   }
   
.liebiaok-bb a {
   color:#919191;
   }
   
.liebiaok-cc {
   width:16%;
   height:5.8rem;
   line-height:5.8rem;
   text-align:center;
   float:right;
   }
   
.liebiaok-cc img {
    width:auto;
}
   
.text-center {
    text-align: center;
}  

/* 产品详情 */
.pro-img{
	margin-bottom:4rem;
}
.pro-img .xiaotu {
	margin-top:1rem;
	margin-right:-1rem;
}

.procem {
    padding: 0px 3.6rem;
    position: relative;
}

#fuwus {
    position: static;
}

.pro-img #Gbig{
	width:100%;
	border:1px solid #eeeeee;
}

.procem .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 3rem;
    height: 3rem;
    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: 3rem;
    height: 3rem;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	right:3px;

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

.pro-img .xiaotu li{
}

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

.pro-img .xiaotu li.hover{
	border:1px #25b5e5 solid;
}

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

.pro-img .colmd5{
	width:40%;
	float:left;
}
.pro-img .colmd7{
	width:55%;
	float:right;
}
.pro-img .colmd7 .pro-ptt{
    font-family: 'AvantGardeITCbyBT-Medium', Helvetica, Arial, sans-serif;
	font-size:2.7rem;
	font-weight:bold;
	padding:0px 0px 1.5rem;
	border-bottom:1px #e8e8e8 solid;
	font-weight:bold;
}
.pro-img .colmd7>span{
/**    margin-top:2rem;  **/
	margin-bottom:2rem;
	padding:1.5rem;
	height:32rem;
/*	overflow-y: scroll;*/
	border-bottom: 1px #e8e8e8 solid;
	display:block;
	color:#515151;
	font-size:1.4rem;
	line-height:2.2rem;
	width:100%;
	word-wrap:break-word;
}
.pro-img .colmd7>span ul{
	list-style-type:disc;
	margin-left:2rem;
}

.pro-img .colmd7 h3 {
   font-family: 'AvantGardeITCbyBT-Medium', Helvetica, Arial, sans-serif;
   font-size:1.5rem;
   margin-top:0px;
   margin-bottom:1.4rem;
   color:#515151;
   }
   
.colmd7 h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 0px 0px;
}

.colmd7 h5 span {
    display: block;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    width: 150px;
    color: #fff;
    font-size: 1.5rem;
    background: rgba(0,0,0,.7);
    transition: .3s;
    cursor: pointer;
}

.cpxq {
    margin-top: 5.5rem;
    height: auto;
    overflow: hidden;
}


.cpxq-lan {
    height: auto;
    overflow: hidden;
    background-color: #f5f6f6;
    line-height: 5.2rem;
    color: #595959;
    font-size: 1.6rem;
    padding-left: 1.5rem;
}

.cpxq-nei {
    padding: 2.5rem;
    height: auto;
    overflow: hidden;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #515151;
}

.ipdcont .ipdimg {
    width: 100%;
    position: relative;
}
   
.ipdcont .ipdimg .jqzoom {
    height: 49.5rem;
    position: relative;
}

.ipdcont .ipdimg img {
    max-height: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
 
#glass {
    position: absolute;
    border-radius: 50%;
    border: 5px #25b5e5 solid;
    display: none;
    background-repeat: no-repeat;
    background-color:#fff;
} 

.xqmore {
    margin-top: 3rem;
    width: 20.6rem;
    height: 5.2rem;
}

.xqmore a {
    display: block;
    width: 20.6rem;
    height: 5.2rem;
    line-height: 5.2rem;
    font-size: 1.8rem;
    background-color: #0181ff;
    color: #FFFFFF;
    text-align: center;
}


.modal-dialog {
    width: 66rem;
    margin: 10rem auto;
}

.tanchu {
    height: auto;
    overflow: hidden;
    color: #666666;
    border: 2px solid #25b5e5;
}
.tanchu-lan {
    height: 5.5rem;
    line-height: 5.5rem;
    background-color: #25b5e5;
    font-size: 1.8rem;
    color: #FFFFFF;
    padding-left: 1rem;
	margin-top:-3.6rem;
}
.tanchu-nei {
    padding: 2rem;
    height: auto;
    overflow: hidden;
} 
   
/* 解决方案 */
.alkuan {
   height:auto;
   overflow:hidden;
   margin-top: 3.4rem;
   margin-bottom:4rem;
   } 
   
.wttu {
   padding-top:1.5rem;
   padding-bottom:1.5rem;
   /* margin-bottom:20px; */
   } 
   
.txkuai {
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   border:1px solid #f4f4f4;
   } 
   
.txkuai img {
   width:100%;
   } 
   
.txkuai 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;}  

.txkuai:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.txkuai section {
   overflow: hidden;
   }	 
	
section {
    display: block;
} 
   
.txkuai-zi {
   height:auto; overflow:hidden;
   padding-left:3.4rem;
   padding-right:3.4rem;
   color:#a3a3aa;
   } 
   
.txkuai:hover {
   transition: all 300ms ease-in 0ms;
   box-shadow: 0px 0px 20px rgba(0,0,0,.1);
   }
   
.txz-lan {
   height:auto; overflow:hidden;
   line-height:8.8rem;
   font-size:1.8rem;
   }
   
.txz-lan-aa {
   width:80%;
    height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   float:left;
   color:#333333;
   }
   
.txz-lan-bb {
   width:20%;
   float:right;
   text-align:right;
   }
   
.txz-lan-bb img {
   width:2.7rem;
   }
   
.txz-nn {
   height: 7rem;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   line-height:7rem;
   display: none;
   }   
   
       
/* 新闻中心 */
.dangqian {
    position: absolute;
    top: 0px;
    right: 35rem;
	width:25%;
    height: auto;
    overflow: hidden;
	white-space: nowrap;
text-overflow: ellipsis;
    line-height: 7.4rem;
    text-align: right;
}

.xwss {
   height:auto; overflow:hidden;
   padding-top:6.2rem;
   padding-bottom:6rem;
   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: 2.6rem;
   margin-top:2.7rem;
   margin-bottom:6rem;
   color: #333;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   }
   
.xw-time {
   margin-top:5.7rem;
   height:auto;
   overflow:hidden;
   color: #666;
   }
   
.xw-more {
   margin-top:4.5rem;
   height:auto;
   overflow:hidden;
   color: #666;
   }
   
.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:5rem;
  padding-bottom:7rem;
  }
  
.xwrow {
   height:auto; overflow:hidden;
   margin-left:-1rem;
   margin-right:-1rem;
   }
   
.xwhh {
   padding-left:1rem;
   padding-right:1rem;
   }    
   
.xwkuai {
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 3rem;
    background-color: #F7F7F7;
    border-bottom:1px solid #eeeeee;
    margin-bottom: 2.5rem;
    min-height: 28rem;
} 

.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: 1.4rem;
    color: rgba(0,0,0,.6);
    line-height: 2.5rem;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 这里是超出几行省略 */
    overflow: hidden;
}

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

.xwkuai h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size: 2.2rem;
   margin-top:0px;
   margin-bottom:4rem;
   color:#4d4d4d;
   }
   
.xwkuai:hover .nian {
   color:#FFFFFF;
   }
   
.xwkuai:hover h2 {
   color:#FFFFFF;
   }
   
.xwkuai:hover h3 {
   color:#FFFFFF;
   }
   
.nian {
   color:#808080;
   font-size:1.4rem;
   }
   
.xwkuai h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.1rem;
   height: auto;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   margin-top:0rem;
   margin-bottom:4rem;
   color: #333;
   }
   
.xwmm {
   margin-top:1.2rem;
   width:6rem;
   height:3rem;
   background:url(../images/jt.png);
   }
   
.xwkuai:hover .xwmm {
   background:url(../images/jt2.png);
   } 
   
/* 新闻详情 */   

.xwnn {
   height:auto; overflow:hidden;
   padding:7.5rem;
   padding-bottom:5rem;
   }
   
.xwnn h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.6rem;
   color:#000000;
   text-align:center;
   margin-top:0rem;
   margin-bottom:5rem;
   }
   
.fabu {
   width:60rem;
   height:auto; overflow:hidden;
   line-height:2.5rem;
   border-bottom:1px solid #fbfbfb;
   padding-bottom:1.5rem;
   margin:0 auto;
   }
   
.fabu li {
   list-style-type:none;
   width:33.3%;
   text-align:center;
   line-height:2.5rem;
   color:#333333;
   float:left;
   }
   
.fabu-fg {
   background:url(../images/fenge.jpg) center right; background-repeat:no-repeat;
   }
   
.xwxq {
   height:auto; overflow:hidden;
   padding-top:5rem;
   padding-bottom:6rem;
   color:#666666;
   font-size:1.6rem;
   line-height:3rem;
   border-bottom:1px solid #fbfbfb;
   }
   
.liebiao {
    height: auto;
    overflow: hidden;
	margin-top:2rem;
}

.liebiao-aa {
    width: 80%;
    line-height: 3rem;
    color: #666666;
    float: left;
}

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

.xiay {
    height: auto;
    overflow: hidden;
    color: #666666;
    line-height: 3.2rem;
}

.liebiao-bb {
    width: 16%;
    float: right;
}   

.fanhui {
    width: 14.2rem;
    height: 4.3rem;
    margin-top: 0.6rem;
    float: right;
}

.fanhui a {
    display: block;
    width: 14.2rem;
    height: 4.3rem;
    line-height: 4.3rem;
    color: #FFFFFF;
    background-color: #1b2d52;
    font-size: 1.4rem;
    text-align: center;
    border-radius: 25px;
}   


/* 人才招聘 */
.ijoint {

}
	
.ijoin {
   margin-top:4rem;
   margin-bottom:4rem;

}
.ijoin dl {
	background:#0086ff;
	padding:0px 3rem;
}
.ijoin dl dd {
	float:left;
	width:25%;
	color:#fff;
	line-height:4rem;
	padding:2.5rem 0px;
	font-size:2.0rem;
}
.ijoin dl dd:nth-of-type(4) {
	width:22%;
}
.ijoin dl dd:nth-of-type(5) {
	width:30%;
}

@media (max-width:1400px) {
	.ijoin dl dd {
	font-size:1.8rem;
}
}@media (max-width:992px) {
	.ijoin {
	margin:1.5rem 0px 1.5rem;
}
.ijoin dl {
	padding:0px 1.5rem;
}
.ijoin dl dd {
	line-height:3rem;
	padding:1rem 0px;
	font-size:1.6rem;
}
.ijoin dl dd:nth-of-type(2),.ijoin dl dd:nth-of-type(3),.ijoin dl dd:nth-of-type(4) {
	display:none;
}
.ijoin dl dd:nth-of-type(1) {
	width:70%;
}
}.ijoin ul {
	margin-top:30px;
}
.ijoin ul li {
	border-bottom:1px rgba(0,0,0,.15) dashed;
	list-style-type:none;
	margin-bottom:2rem;
}
.ijoin ul li .jitp {
	padding:2.5rem 3rem;
	transition:.3s;
}
.ijoin ul li .jitp span {
	display:block;
	float:left;
	width:25%;
	color:#545459;
	line-height:4.4rem;
	font-size:1.9rem;
}
.ijoin ul li .jitp span:nth-of-type(4) {
	width:22%;
}
.ijoin ul li .jitp span:nth-of-type(5) {
	width:30%;
}
@media (max-width:1400px) {
	.ijoin ul li .jitp span {
	font-size:1.6rem;
}
}@media (max-width:992px) {
	.ijoin ul {
	margin-top:1rem;
}
.ijoin ul li {
	margin-bottom:1rem;
}
.ijoin ul li .jitp {
	padding:1rem 1.5rem;
}
.ijoin ul li .jitp span {
	line-height:2.4rem;
	font-size:1.4rem;
	width:100%;
}
.ijoin ul li .jitp span:nth-of-type(2),.ijoin ul li .jitp span:nth-of-type(3),.ijoin ul li .jitp span:nth-of-type(4) {
	display:block;
}
.ijoin ul li .jitp span:nth-of-type(1) {
	width:100%;
}
}.ijoin ul li .jitp span small {
	width:13.8rem;
	display:block;
	height:4.4rem;
	font-size:1.9rem;
	color:#545459;
	background:#efefef;
	cursor:pointer;
	text-align:center;
	transition:.3s;
	float:left;
}
.ijoin ul li.cur {
	border-bottom:0;
	box-shadow:0px 0px 30px rgba(0,0,0,.15);
}
.ijoin ul li.cur .jitp span small {
	background:#fff;
}
.ijoin ul li .jitp span small:hover {
	background:#053dae;
	color:#fff;
}
.ijoin ul li.cur .jitp {
	background:#e6e6e6;
}
.ijoin ul li .jitp span i {
	display:block;
	background:url(../images/sjt.png) center no-repeat;
	height:4.4rem;
	float:right;
	cursor:pointer;
	width:4rem;
}
.ijoin ul li.cur .jitp span i {
	transform:rotate(180deg);
}
.ijoin ul li .jitp span a {
	display:none;
	width:90%;
	height:3rem;
	line-height:3rem;
	color:#545459;
	background:#efefef;
	font-size:1.4rem;
	text-align:center;
}
@media (max-width:1400px) {
	.ijoin ul li .jitp span small {
	font-size:1.6rem;
}
}@media (max-width:992px) {
	.ijoin ul li .jitp span a {
	display:block;
}
.ijoin ul li .jitp span small {
	display:none;
}
.ijoin ul li .jitp span i {
	display:none;
}
}.ijoin .jibt {
	display:none;
	padding:2rem 7rem 5rem;
}
.ijoin .jibt h1 {
	font-size:2.0rem;
	line-height:4rem;
}
.ijoin .jibt section {
	padding:1.5rem 0px 1.5rem 2rem;
	color:#545459;
	line-height:2.6rem;
}
.ijoin .jibt>div>h2 {
	width:14rem;
	line-height:4.4rem;
	color:#fff;
	background:#0086ff;
	text-align:center;
	font-size:1.5rem;
	transition:.3s;
	cursor:pointer;
	margin:1.5rem 0px 0px;
}
.ijoin .jibt>div>h2:hover {
	background:#053dae;
}
.ijoindd .zwxxx {
	padding-bottom:1rem;
}
.ijoindd .zwxxx span {
	display:block;
	line-height:3rem;
	color:#000;
}
.ijoindd .zwxxx .zpzw {
	font-size:1.6rem;
	margin-bottom:1rem;
}
.ijoindd iframe {
	height:72rem;
	width:100%;
}


@media (max-width:992px) {
	.ijoindd {
	margin:0;
	padding:1rem;
}
.ijoindd .jibt {
	display:block;
	padding:0px;
}
.ijoindd .jibt h1 {
	font-size:1.6rem;
	line-height:3rem;
}
.ijoindd .jibt section {
	padding:1rem 0px;
}
}

.ijoin ul {
   padding:0px;
   }
   
   
.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:-37.8rem;
	position:relative;
}
.zwcont iframe {
	height:75.6rem;
	background:transparent;
	width:100%;
}
.tmbody {
	background:transparent;
}
.zwcont .closets {
	position:absolute;
	height:9rem;
	right:1.5rem;
	top:0;
	cursor:pointer;
	width:4rem;
	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:3rem 7% 2.5rem;
}
.sqxx .form div {
	float:left;
	width:47%;
	margin-right:6%;
	margin-bottom:2.5rem;
}
.sqxx .form div:nth-child(2n+0) {
	margin-right:0;
}
.sqxx .form div p {
	float:left;
	width:8.8rem;
	color:#636366;
	line-height:4.2rem;
}
.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:2.2rem;
	outline:none;
	padding:0.9rem 1rem;
}
.sqxx .form div select {
	width:calc(100% - 88px);
	border:1px rgba(0,0,0,.1) solid;
	background:#fff;
	height:4.2rem;
	outline:none;
	padding:0rem 1rem;
}
.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:2.2rem;
	outline:none;
	padding:0.9rem 1rem;
	resize:none;
}
.sqxx form button {
	display:block;
	margin:3rem auto 0px;
	background:#0086ff;
	width:100%;
	max-width:23rem;
	color:#fff;
	height:4.4rem;
	outline:none;
	font-size:1.5rem;
	transition:.3s;
	border:0;
}
.zwcont form button:hover {
	background:#333;
} 

/* 联系我们 */
.lxnnw {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.lxnnw h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 3.8rem;
    color: #252525;
    font-weight: bold;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.lxnnw h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    color: #666666;
    font-weight: bold;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 7rem;
}

.lxhh {
    height: auto;
    overflow: hidden;
    padding-top: 1rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #f0f0f0;
}

.lxhh-aa {
    width: 10%;
    float: left;
}

.lxhh-bb {
    width: 89%;
    float: right;
    color: #666666;
    font-size: 1.6rem;
}

.lxhh-bb a {
   color: #666666;
   }

.lxhh-bb h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    margin-top: 0.8rem;
    margin-bottom: 1.6rem;
    color: #333333;
}

.liuyans {
    height: auto;
    overflow: hidden;
    padding-top: 7rem;
    padding-bottom: 4.5rem;
    background-color: #f1f1f1;
}

.liuyans h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 3.2rem;
	color:#262626;
	font-weight:bold;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 8.3rem;
}

.lykkm {
    width: 120rem;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.hzi {
    color: #0086ff;
}

.biao {
    height: auto;
    overflow: hidden;
    margin-bottom: 2rem;
}

.biao h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    margin-top: 0px;
    margin-bottom: 1.4rem;
    color: #666666;
}

.kka {
    height: 4rem;
    border: 1px solid #d2d2d2;
	border-radius: 0;
}

.kkb {
    border: 1px solid #d2d2d2;
	border-radius: 0;
}

.anniu {
    width: 20.8rem;
    height: 5.4rem;
	font-size:1.6rem;
    background-color: #0086ff;
	border:1px solid #0086ff;
    padding: 0px;
}  

.dzz {
  font-size:1.8rem;
  }

.hongse {
   color:#FF0000;
   } 
   
/* 弹窗 */

.pdcon-ct{
	display:flex;
	flex-wrap:wrap;
}
.pdcon-ct>span{
	display:block;
	color:#fff;
	background:#2e4b98;
	padding:8px 30px;
	font-size:1.4rem;
	font-weight:600;
}
.pdcon{
	border-top:3px #2e4b98 solid;
	padding:20px 0px;
	font-size:1.4rem;
	color:rgba(0,0,0,.6);
	width:100%;
}

.picshade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.91;
  filter: alpha(opacity=91);
  z-index: 99;
  display: none;
}

.pictures_eyes_close {
  position: fixed;
  top: 30px;
  right: 30px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/close.png) no-repeat;
  z-index: 100;
  display: none;
}

.pictures_eyes {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 199;
  display: none;
}

.pictures_eyes_in {
  position: relative;
  text-align: center;
}

.pictures_eyes_in img { max-height: 700px; }

.pictures_eyes_in section p{color:#fff;padding:15px 0px;}

.pictures_eyes_in .prev, .pictures_eyes_in .next {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 51px;
  cursor: pointer;
}

.pictures_eyes_in .prev {
  left: 35px;
  background: url(../images/Tleft.png) no-repeat;
}

.pictures_eyes_in .next {
  right: 35px;
  background: url(../images/Tright.png) no-repeat;
}

.pictures_eyes_indicators {
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 299;
}

.pictures_eyes_indicators a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 2px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
}

.pictures_eyes_indicators img { height: 50px; }

.pictures_eyes_indicators .current {
  filter: alpha(opacity=100);
  opacity: 1;
}

.icase ul {
   padding:0px;
   margin:0px;
   }
   
.icase ul li {
   list-style-type:none;
   }      
   

    


@media (min-width: 1400px) and (max-width:1600px) {

.sousuo {
    margin-top: 3.3rem;
}

.cpzi {
    padding-left: 0px;
    padding-right: 0px;
}

}

@media (min-width: 1200px) and (max-width:1400px) {

.logo {
    margin-top: 1.4rem;
}

.sousuo {
    margin-top: 3.3rem;
}

.cpzi {
    padding-left: 0px;
    padding-right: 0px;
}

.container {
    width: 165rem;
}

.kuanping {
    width: 165rem;
   }
   
.dangqian {
    right: 24rem;
}

.fx img {
    width: 100%;
}

}

@media (min-width: 1000px) and (max-width:1200px) {


.cpzi {
    padding-left: 0px;
    padding-right: 0px;
}

.container {
    width: 185rem;
}

.kuanping {
    width: 185rem;
   }
   
.dangqian {
    right: 15rem;
}

.fx img {
    width: 100%;
}

}


@media (min-width: 0px) and (max-width:1000px) {

.navbar-nav > li > a {
    padding: 10px 20px;
    line-height: 20px;
}

.nav {
    padding-left: 0px;
}


.kuanping {
   width:100%;
   }
   
.container {
    width: 100%;
}
   
.yc {
   display:none;
   }
   
.yd {
   display:block;
   }
   

.fx img {
    width: 100%;
}

.dingbu {
   display:none;
   }
   
.logo {
    width: 14.5rem;
    margin-top: 0rem;
	height:auto; overflow:hidden;
	padding: 0.8rem;
}

.navbar-collapse {
    max-height: 45rem;
}

.bnnzi h2 {
    font-size: 1.2rem;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.bnnzi h3 {
    font-size: 1.6rem;
    font-weight: bold;
    height: auto;
    overflow: hidden;
    line-height: 3.6rem;
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.bnnzi {
    position: absolute;
    width: 80%;
    top: 15%;
    left: 10%;
    color: #FFFFFF;
    z-index: 9;
}

.bnmore {
   display:none;
   }
   
.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
    left: 0;
    width: 100%;
}

.cptit {
    left: 0rem;
    top: 5rem;
    z-index: 8;
}


.cptit h2 {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #262626;
    margin-top: 0px;
    margin-bottom: 0.3rem;
}

.chanpin li:nth-child(odd) {
   list-style-type:none;
   width:100%;
    padding-top: 12rem;
    padding-bottom: 5rem;
   background-color:#f7f9fa;
   }  

.chanpin li:nth-child(even) {
    list-style-type: none;
    width: 100%;
    padding-top: 12rem;
    padding-bottom: 5rem;
    float: left;
}

.chanpin li a {
    display: block;
    height: auto;
    overflow: hidden;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #666666;
    padding: 2rem;
}

.abbj {
    height: auto;
    overflow: hidden;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.abnn {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.2rem;
}

.abbj h2 {
    font-size: 2rem;
    margin-top: 0rem;
    margin-bottom: 0.3rem;
}

.abbj h3 {
    font-size: 1.6rem;
    color: #FFFFFF;
    margin-top: 0rem;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

.abmore {
    width: 100%;
    margin-top: 3rem;
}

.shuju {
    height: auto;
    overflow: hidden;
    margin-top: 6rem;
}

.shuju li {
    list-style-type: none;
    width: 50%;
	margin-bottom:1rem;
}

.shuju li h2 {
    font-size: 1.4rem;
    color: #FFFFFF;
    margin-top: 0rem;
    margin-bottom: 0.6rem;
}

.dazi {
    font-size: 3rem;
}

.jiejue {
    height: auto;
    overflow: hidden;
    padding-top: 5rem;
}

.jiejue h2 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #262626;
    margin-top: 0rem;
    margin-bottom: 0.4rem;
}

.jiejue h3 {
    font-size: 1.6rem;
    text-align: center;
    color: #999999;
    margin-top: 0px;
    padding-bottom: 1.5rem;
    background: url(../images/xiahua2.png) center bottom;
    background-repeat: no-repeat;
    margin-bottom: 2.2rem;
}

.jjlan {
    width: 100%;
}

#slidingBlock DIV.slidingList {
	margin-top:2.3rem;
}

.jjnei-aa {
    width: 100%;
    position:relative;
    top: 0;
    bottom: 0;
    left: 0;
    padding-left: 5%;
    padding-right: 5%;
}

.jjnei-t {
    padding: 2rem;
}

.jjnei-t h4 {
    font-size: 2.4rem;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 0.2rem;
}

.jjnei-t h5 {
    font-size: 1.3rem;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.jjmore {
    width: 100%;
    height: 3rem;
    margin: 2rem auto 0rem;
}

.jjmore a {
    display: block;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 25px;
}

.jjnei-bb {
    width: 100%;
}

.xwbj {
    height: auto;
    overflow: hidden;
	padding:0rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.xwbj h2 {
    font-size: 1.8rem;
    margin-top: 0rem;
    margin-bottom: 0.4rem;
}

.xwbj h3 {
    font-size: 1.6rem;
    text-align: center;
    color: #999999;
    margin-top: 0px;
    padding-bottom: 1.5rem;
    background: url(../images/xiahua2.png) center bottom;
    background-repeat: no-repeat;
    margin-bottom: 2rem;
}

.xwkk {
   margin-bottom:1rem;
   }
   
.bottom {
    background-color: #0d0d0d;
    color: #FFFFFF;
    line-height: 3.6rem;
    padding-top: 3rem;
}

.footer {
    color: #FFFFFF;
    line-height: 3rem;
	text-align:center;
    border-top: 1px solid #636466;
    margin-top: 2rem;
	margin-bottom:5rem;
}

.juyou {
    text-align:center;
}

.sousuo {
    margin-top: 1.5rem;
	margin-bottom:1.5rem;
}

.searchh .btn {
    height: 4rem;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 1.6rem;
    width: 22%;
}

.cpkuai {
    height: auto;
    overflow: hidden;
	padding:0rem;
    padding-top: 2rem;
    padding-bottom: 3rem;
}


.cphh li a {
    line-height: 3rem;
    display: block;
    padding-left: 1rem;
}

.cpyou-lan {
    height: 3rem;
    line-height: 3rem;
    border-bottom: 1px solid #e9e9e9;
    font-size: 1.8rem;
    color: #262626;
    margin-bottom: 1rem;
}

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

.cpyou-lan-bb {
   display:none;
   }
   
.cpcol4 {
    width: 50%;
}

.cptuk {
    margin-bottom: 2rem;
    height: auto;
    overflow: hidden;
    padding: 0.5rem;
}

.cphh li li a {
    line-height: 2;
    font-size: 1.4rem;
    background: #ddd;
    padding-left: 3rem;
}

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

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

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

.pro-img .colmd7>span {
    margin-top: 2rem;
    height: auto;
}


.cpxq {
    margin-top: 2.5rem;
    height: auto;
    overflow: hidden;
}

.cpxq-nei {
    padding: 1.5rem;
    height: auto;
    overflow: hidden;
    font-size: 1.4rem;
    line-height: 2.5rem;
}

.modal-dialog {
    width: 95%;
    margin: 10rem auto;
}

.xqmore {
    margin-top: 3rem;
    width: 100%;
    height: 3.5rem;
}

.xqmore a {
    width: 100%;
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 1.6rem;
    background-color: #0181ff;
    color: #FFFFFF;
    text-align: center;
}

.cpxq-lan {
    height: auto;
    overflow: hidden;
    background-color: #f5f6f6;
    line-height: 4rem;
    color: #595959;
    font-size: 1.6rem;
    padding-left: 1.5rem;
}

.cpnn {
   height:auto; overflow:hidden;
   padding:1rem;
   background-color:#FFFFFF;
   margin-top:1rem;
   }
   
.ablan {
   width:100%;
}

.ablan li {
    list-style-type: none;
    width: 50%;
    position: relative;
    border-right: 1px solid #eff0f1;
    float: left;
}

.ablan li a {
    display: block;
    height: 4rem;
    line-height: 4rem;
    cursor: pointer;
    color: #000000;
    font-size: 14px;
    text-align: center;
    border-top: 0px solid rgb(23, 72, 150, 0);
}

.ablan li a:hover {
   color: #FFFFFF;
   font-size: 1.4rem;
   background-color:#0b46ac;
   border-top: 0px solid rgb(23, 72, 150, 1);
}

.ablan li.hover a {
   color: #FFFFFF;
   font-size: 1.4rem;
   background-color:#0b46ac;
   border-top: 0px solid rgb(23, 72, 150, 1);
}

.xwnn {
    height: auto;
    overflow: hidden;
    padding: 2rem;
}

.xwnn img {
   width:100%;
   }

.xwnn h2 {
    font-size:2rem;
    color: #000000;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.fabu {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 2.5rem;
    border-bottom: 1px solid #fbfbfb;
    padding-bottom: 1.5rem;
}

.xwxq {
    height: auto;
    overflow: hidden;
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #666666;
    font-size: 1.4rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #fbfbfb;
}

.liebiao-aa {
   width:100%;
   }
   
.liebiao-bb {
    width: 100%;
}

.abww {
    padding-top: 3rem;
    padding-bottom: 4rem;
    height: auto;
    overflow: hidden;
}

.abww h2 {
    font-size: 2rem;
    color: #262626;
    margin-top: 0px;
    margin-bottom: 1.5rem;
}

.abgun {
    height: auto;
    overflow: hidden;
    padding: 0rem;
}

.wenhua {
    display:inherit;
}

.wenhua-aa {
    width: 100%;
}

.wenhua-bb {
    width: 100%;
    padding: 0 2rem;
    color: #FFFFFF;
    font-size: 1.4rem;
    line-height: 2;
}

.wenhua-bb h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #FFFFFF;
}

.ihonor {
    padding: 2rem 2%;
}

.ititle big {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    line-height: 3rem;
	margin-bottom:1rem;
}

#hist .swiper-button-prev {
    background:url(../images/fzjtx.png) center no-repeat;
	background-size: 20px 37px;
	width:20px;
	height:37px;
	opacity:1;
	left:5px;
	outline:none;
}
#hist .swiper-button-next {
    background:url(../images/fzjtx.png) center no-repeat;
	background-size: 20px 37px;
	width:20px;
	height:37px;
	opacity:1;
	transform:rotate(180deg);
	right:5px;
	outline:none;
}

.xwss {
    height: auto;
    overflow: hidden;
	padding:0rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.xwkk-aa {
    width: 100%;
}

.xwkk-bb {
    width: 100%;
}

.xwkk-bb h2 {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #333;
}

.xw-time {
    margin-top: 3rem;
    height: auto;
    overflow: hidden;
    color: #666;
}

.xw-more {
    margin-top: 2.5rem;
}

.xwlie {
    height: auto;
    overflow: hidden;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.fabu li {
    list-style-type: none;
    width: 100%;
}

.fabu li img {
   width:auto;
   }
   
.liuyans {
    height: auto;
    overflow: hidden;
	padding:0rem;
    padding-top: 4rem;
    padding-bottom: 3rem;
    background-color: #f1f1f1;
}

.liuyans h3 {
    font-size: 2.4rem;
    margin-top: 0px;
    margin-bottom: 4rem;
}

.biao h4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #666666;
}

.anniu {
    width: 100%;
    height: 4rem;
    font-size: 1.6rem;
}

.fygnav {
    padding: 0px;
	height:5rem;
	background-color:#0587e0;
}
.fygnav ul {
    list-style-type: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.fygnav li {
    width: 25%;
    text-align: center;
    float: left;	
}
.fygnav li a { display:block; color:#FFFFFF; background-color:#0587e0; height:5rem; padding-top:0.3rem; border-right:1px solid rgba(255,255,255,.2);}

.fygnav li a:hover { color:#FFFFFF; background-color:#0587e0;}

.fygnav li p {
   margin-top:0.2rem;
   } 
   
.abnn-b {
    width: 100%;
    margin-top: 2rem;
}

}


