@charset "utf-8";
body {
  font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000000;
  margin-top:98px;
}

.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 > .container .navbar-brand {
   margin-left:108px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
	padding-left:17px;
	padding-right:17px;
    line-height: 78px;
}

.nav {
    padding-left: 120px;
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #004cbe;
}
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: #444444;
	font-size:18px;
	border-right:1px solid #f2f2f2;
}

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

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


.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:1400px;
   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;
   }
   
.yd {
   display:none;
   }
   
.yc {
   display:block;
   }


.sousuo {
   width:109px;
   height:100px;
   line-height:100px;
   text-align:center;
   background-color:#ebf3ff;
   border-left:1px solid #e7edf6;
   color:#004cbe;
   float:right;
   }
   
.sousuo a {
   display:block;
   color:#004cbe;
   font-size:18px;
   }
   
.yuyan {
   width:109px;
   line-height:100px;
   text-align:center;
   background-color:#ebf3ff;
   border-left:1px solid #e7edf6;
   color:#004cbe;
   float:right;
   }
   
.yuyan a {
   display:block;
   color:#004cbe;
   font-size:18px;
   text-decoration:none;
   }
   
.dazi {
   font-size:18px;
   }
   
ul {
   margin:0px;
   padding: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: #0c4d8f;
    height: 40px;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 1.8rem;
}

.ss a {
   cursor:pointer;
   }
   
@-webkit-keyframes rotation{
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(360deg);}
}  
   
.Rotation {
    -webkit-transform: rotate(360deg);
    animation: rotation 3s linear infinite;
    -moz-animation: rotation 3s linear infinite;
    -webkit-animation: rotation 3s linear infinite;
    -o-animation: rotation 3s linear infinite;
}

       .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);
    }
	
	
.jiejue {
   height:auto; overflow:hidden;
   background-color:#e6edf9;
   padding-top:30px;
   }	
  
.jjlan {
   height:auto; overflow:hidden;
   line-height:80px;
   }
   
.jjlan-aa {
   width:50%;
   float:left;
   font-size:26px;
   }
   
.jjlan-bb {
   width:50%;
   float:right;
   text-align:right;
   }
   
.case {
   position:relative;
   height:auto; overflow:hidden;
   }
   
.case-zi {
   position:absolute;
   bottom:0px;
   height:auto; overflow:hidden;
   font-size:18px;
   color:#FFFFFF;
   line-height:88px;
   padding-left:40px;
   z-index:9;
   }  
   
.case 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;}  

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


.jiejue .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 86px;
	left: 130px;
    z-index: 10;
    cursor: pointer;
    background-size: 70px 86px;
	background:url(../images/left.png);
    background-repeat: no-repeat;
}

.jiejue .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 86px;
	right: 130px;
    z-index: 10;
    cursor: pointer;
    background-size: 70px 86px;
	background:url(../images/right.png);
    background-repeat: no-repeat;
}

.cpkuai {
   height:auto; overflow:hidden;
   margin-top:75px;
   margin-bottom:88px;
   }
   
.cplan {
   height:auto; overflow:hidden;
   line-height:80px;
   margin-bottom:18px;
   }
   
.cplan-aa {
   width:50%;
   float:left;
   font-size:26px;
   }
   
.cplan-bb {
   width:50%;
   float:right;
   text-align:right;
   }
   
.cprow {
   height:auto; overflow:hidden;
   margin-left:-8px;
   margin-right:-8px;
   }
   
.cpxx {
   margin-top:18px;
   }
   
.cpcol6 {
   width:50%;
   float:left;
   padding-left:8px;
   padding-right:8px;
   }
   
.cptu {
   position:relative;
   }
   
.cpzi {
   position:absolute;
   width:100%;
   height:80px;
   left:0px;
   bottom:0px;
   padding-left:16px;
   color:#909ba5;
   }
   
.cpzi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   margin-top:0px;
   margin-bottom:5px;
   font-size:16px;
   color:#35393f;
  }
  
.cpzi2 {
   position:absolute;
   width:100%;
   height:40px;
   left:0px;
   bottom:0px;
   padding-left:16px;
   color:#35393f;
   font-size:16px;
   }
   
.hxbj {
   height:716px;
   background:url(../images/hxbj.jpg) center; background-repeat:no-repeat;
   padding-top:114px;
	-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;
   }
   
.wk{
	-webkit-perspective:1000px;
	-o-perspective:1000px;
	-ms-perspective:1000px;
	perspective:1000px;
}


.hxbj.on {
	-webkit-transform:rotatex(0) translateZ(0);
	-ms-transform:rotatex(0) translateZ(0);
	transform:rotatex(0) translateZ(0);
	opacity:1
}    
   
.hxkuan {
   width:1200px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.hxkuan-aa {
   width:46%;
   float:left;
   color:#FFFFFF;
   font-size:18px;
   line-height:32px;
   }
   
.hxkuan-aa h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   margin-top:0px;
   margin-bottom:20px;
   padding-bottom:33px;
   font-size:36px;
   color:#FFFFFF;
   background:url(../images/xiahua.jpg) left bottom; background-repeat:no-repeat;
   }	
   
.cpmore {
   margin-top:50px;
   height:auto; overflow:hidden;
   }
   
.hxtt {
   height:auto; overflow:hidden;
   margin-top:65px;
   padding-top:25px;
   padding-bottom:15px;
   background-color:#FFFFFF;
   } 
   
.hxtt li {
   list-style-type:none;
   float:left;
   width:25%;
   text-align:center;
   }  
   
.hxtu {
   width:60px;
   height:60px;
   background:url(../images/tb1.png) top; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   margin:0 auto;
   }
   
.hxtu2 {
   width:60px;
   height:60px;
   background:url(../images/tb2.png) top; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   margin:0 auto;
   }
   
.hxtu3 {
   width:60px;
   height:60px;
   background:url(../images/tb3.png) top; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   margin:0 auto;
   }
   
.hxtu4 {
   width:60px;
   height:60px;
   background:url(../images/tb4.png) top; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   margin:0 auto;
   }
   
.hxtt li p {
   margin-top:8px;
   font-size:20px;
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   text-align:center;
   }
   
.hxtt li:hover .hxtu {
   background:url(../images/tb1.png) bottom; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   } 
   
.hxtt li:hover .hxtu2 {
   background:url(../images/tb2.png) bottom; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   } 
   
.hxtt li:hover .hxtu3 {
   background:url(../images/tb3.png) bottom; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   } 
   
.hxtt li:hover .hxtu4 {
   background:url(../images/tb4.png) bottom; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   }  
    
.xinwen {
   margin-top:60px;
   margin-bottom:45px;
   } 
   
.xinwen h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:27px;
   color:#333333;
   margin-top:0px;
   margin-bottom:37px;
   }   
   
   
.xwhh {
   height:auto; overflow:hidden;
   margin-bottom:10px;
   border:1px solid #eeeeee;
   }

.xwtt {
   height:auto; overflow:hidden;
   }

.xwaa {
   width:14%;
   height:75px;
   text-align:center;
   float:left;
   background:url(../images/jtw.png) center center; background-repeat:no-repeat;
   background-color:#f8f8f8;
   }
   
.xwaa2 {
   width:14%;
   height:75px;
   text-align:center;
   float:left;
   background:url(../images/jtw2.png) center center; background-repeat:no-repeat;
   background-color:#1274d2;
   }
   
.xwbb {
   width:61%;
   line-height:75px;
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   padding-left:18px;
   font-size:16px;
   float:left;
   }
   
.xwcc {
   width:25%;
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   line-height:75px;
   padding-left:18px;
   font-size:16px;
   text-align:right;
   color:#808080;
   padding-right:15px;
   float:right;
   }
    
.xw-body {
   height:auto; overflow:hidden;
   padding:25px;
   color:#808080;
   font-size:16px;
   line-height:26px;
   border-top:1px solid #eeeeee;
   }
   
.news {
   height:auto; overflow:hidden;
   border:1px solid #f6f6f6;
   position:relative;
   }
   
   
.newszi {
   position:absolute;
   width:80px;
   height:80px;
   text-align:center;
   background-color:#1274d2;
   color:#FFFFFF;
   z-index:9;
   padding-top:12px;
   }
   
.newszi h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:27px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:6px;
   }
   
.news-nn {
   padding:20px;
   height:auto; overflow:hidden;
   line-height:26px;
   font-size:16px;
   color:#808080;
   }
   
.news-nn h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
      height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   color:#333333;
   margin-top:0px;
   margin-bottom:8px;
   }
   
   
.news 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;}  

.news:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.news section {
   overflow: hidden;
   }  
   
.bottom {
   height:auto; overflow:hidden;
   background-color:#13293d;
   padding-top:40px;
   padding-bottom:25px;
   color:rgba(255,255,255,.3);
   line-height:33px;
   } 
   
.bottom a {
   color:rgba(255,255,255,.3);
   }
   
.bottom a:hover {
   color:rgba(255,255,255,1);
   }
   
.bmlx {
   margin-top:50px;
   height:auto; overflow:hidden;
   line-height:33px;
   } 
   
.bottom h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:24px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:30px;
   }   
   
.bmcp {
   height:auto; overflow:hidden;
   } 
   
.bmcp li {
   list-style-type:none;
   width:50%;
   line-height:39px;
   float:left;
   }
   
.kk {
   height:50px;
   border-radius: 0;
   background-color:rgba(33,33,33,.2);
   border:1px solid rgba(33,33,33,.2);
   }    
   
.kkb {
   height:auto; overflow:hidden;
   border-radius: 0;
   background-color:rgba(33,33,33,.2);
   border:1px solid rgba(33,33,33,.2);
   }   
   
.anniuw {
   width:246px;
   height:50px;
   background:url(../images/anniuw.png);
   text-align:left;
   padding-left:50px;
   border:1px solid #13293d;
   font-size:18px;
   border-radius: 0;
   } 
   
.footer {
   height:auto; overflow:hidden;
   line-height:95px;
   background-color:#0f1d28;
   color:rgba(255,255,255,.8);
   }
   
.footer a {
   color:#FFFFFF;
   }
   
.juyou {
   text-align:right;
   }   

/* 关于 */

.bnn {
   height:450px;
   background:url(../images/bnn.jpg) center; background-repeat:no-repeat;
   padding-top:124px;
   font-family: 'MaisonNeue-Book', Helvetica, Arial, sans-serif;
   font-size:18px;
   color:rgba(255,255,255,.4);
   }
   
.bnn h2 {
   font-family: 'MaisonNeue-Bold', Helvetica, Arial, sans-serif;
   font-size:34px;
   margin-top:0px;
   margin-bottom:15px;
   color:#FFFFFF;
   }
   
.bnn a {
   color:rgba(255,255,255,.4);
   }
   
.ablan {
   position:relative;
   height:auto; overflow:hidden;
   margin-top:-47px;
   z-index:10;
   }
   
.ablan li {
   list-style-type:none;
   float:left;
   padding:20px;
   margin-right:18px;
   }
   
.ablan li a {
   display:block;
   height:80px;
   line-height:80px;
   padding-left:90px;
   padding-right:30px;
   color:#545c70;
   font-size:20px;
   box-shadow: 0px 0px 20px rgba(0,0,0,.1);
   cursor:pointer;
   }
   
.f1 {
   background:url(../images/f1.png) top left; background-repeat:no-repeat;
   height:80px;
   }
   
.f2 {
   background:url(../images/f2.png) top left; background-repeat:no-repeat;
   height:80px;
   }
   
.f3 {
   background:url(../images/f3.png) top left; background-repeat:no-repeat;
   height:80px;
   }
   
.f4 {
   background:url(../images/f4.png) top left; background-repeat:no-repeat;
   height:80px;
   }
   
.ablan li a:hover {
   background:url(../images/abt2.jpg);
   color:#FFFFFF;
   }
   
.ablan li.hover a {
   color:#FFFFFF;
   }
   
.ablan li:hover .f1 {
   background:url(../images/f1.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li.hover .f1 {
   background:url(../images/f1.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li:hover .f2 {
   background:url(../images/f2.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li.hover .f2 {
   background:url(../images/f2.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li:hover .f3 {
   background:url(../images/f3.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li.hover .f3 {
   background:url(../images/f3.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li:hover .f4 {
   background:url(../images/f4.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li.hover .f4 {
   background:url(../images/f4.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   }
   
.abnn {
   height:auto; overflow:hidden;
   margin-top:100px;
   margin-bottom:150px;
   line-height:35px;
   }
   
.abnn h2 {
   font-family: 'MaisonNeue-Bold', Helvetica, Arial, sans-serif;
   font-size:28px;
   margin-top:0px;
   margin-bottom:45px;
   color:#000000;
   }
   
.team {
   background-color:#043e97;
   height:auto; overflow:hidden;
   }
   
.team-aa {
   width:37%;
   height:550px;
   padding-top:80px;
   padding-right:33px;
   float:left;
   padding-left:14%;
   color:#FFFFFF;
   font-size:16px;
   line-height:30px;
   background:url(../images/tmbj.png) right bottom; background-repeat:no-repeat;
   }
   
.team-aa h2 {
   font-family: 'MaisonNeue-Bold', Helvetica, Arial, sans-serif;
   font-size:28px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:37px;
   }
   
.team-bb {
   width:63%;
   float:right;
   }
   
.team-bb .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 100%;
    background: #FFF;
    opacity: .2;
}

.team-bb .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFFFFF;
}


.hezuo {
   height:450px;
   padding-top:90px;
   line-height:32px;
   text-align:center;
   background:url(../images/hzbj.jpg) center; background-repeat:no-repeat;
   }
   
.hezuo h2 {
   font-family: 'MaisonNeue-Bold', Helvetica, Arial, sans-serif;
   font-size:28px;
   text-align:center;
   margin-top:0px;
   margin-bottom:35px;
   color:#000000;
   }
   
   
/* 产品 */
.bnn2 {
   height:450px;
   background:url(../images/bnn2.jpg) center; background-repeat:no-repeat;
   padding-top:124px;
   font-family: 'MaisonNeue-Book', Helvetica, Arial, sans-serif;
   font-size:18px;
   color:rgba(255,255,255,.4);
   }
   
.bnn2 h2 {
   font-family: 'MaisonNeue-Bold', Helvetica, Arial, sans-serif;
   font-size:34px;
   margin-top:0px;
   margin-bottom:15px;
   color:#FFFFFF;
   }
   
.bnn2 a {
   color:rgba(255,255,255,.4);
   } 
   
   
.cpnn {
   height:auto; overflow:hidden;
   margin-top:35px;
   margin-bottom:95px;
   }
   
.cpnn-left {
   width:25%;
   float:left;
   }
   
.cpt {
   height:80px;
   line-height:80px;
   padding-left:14px;
   color:#FFFFFF;
   font-size:21px;
   font-weight:bold;
   background:url(../images/cpt.jpg);
   }
   
.cphh {
   margin-top:3px;
   height:auto; overflow:hidden;
   background-color:#f7f7f7;
   padding:14px;
   padding-bottom:70px;
   }
   
.cphh li {
   list-style-type:none;
   height:56px;
   line-height:56px;
   border-bottom:1px solid #f0f0f0;
   }
   
.cphh li a {
   display:block;
   height:56px;
   line-height:56px;
   font-size:15px;
   color:#585757;
   }
   
.cphh li a:hover {
   color:#0061eb;
   }
   
.cphh li.hover a {
   color:#0061eb;
   }
   
.cpt2 {
   margin-top:50px;
   height:70px;
   line-height:70px;
   padding-left:14px;
  background: -webkit-linear-gradient(left, #1b5c9f , #318fc4); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #1b5c9f, #318fc4); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #1b5c9f, #318fc4); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #1b5c9f , #318fc4); /* ��׼���﷨ */
   color:#FFFFFF;
   font-size:21px;
   font-weight:bold;
   }  
   
.cpt2-nn {
   height:auto; overflow:hidden;
   padding:18px;
   padding-top:14px;
   padding-bottom:0px;
   background-color:#f7f7f7;
   margin-top:3px;
   } 
   
.cpt2-nn li {
   list-style-type:none;
   height:auto; overflow:hidden;
   margin-bottom:27px;
   }
   
.cpt2-nn-aa {
   width:36%;
   float:left;
   }
   
.cpt2-nn-bb {
   width:60%;
   float:right;
   padding-top:25px;
   font-size:16px;
   }
   
   
.cpnn-right {
   width:73%;
   float:right;
   }
   
.cpt3 {
   margin-top:24px;
   height:70px;
   line-height:70px;
   padding-left:14px;
  background: -webkit-linear-gradient(left, #1b5c9f , #318fc4); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #1b5c9f, #318fc4); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #1b5c9f, #318fc4); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #1b5c9f , #318fc4); /* ��׼���﷨ */
   color:#FFFFFF;
   font-size:21px;
   font-weight:bold;
   } 
   
.cpt3-nn {
   height:auto; overflow:hidden;
   padding:30px;
   background-color:#f7f7f7;
   margin-top:3px;
   }
   
.lxkk {
   height:auto; overflow:hidden;
   line-height:36px;
   font-size:18px;
   color:#333333;
   margin-bottom:20px;
   }
   
.lanse {
   color:#043e97;
   }
   
.lantt {
  height:auto; overflow:hidden;
  line-height:70px;
  background-color:#f7f7f7;
  padding-left:20px;
  font-size:21px;
  } 
  
.cpyy {
   height:auto; overflow:hidden;
   margin-top:40px;
   } 
   
.cpyy img {
   width:450px;
   }  
   
.cptuk {
   height:auto; overflow:hidden;
   margin-bottom:34px;
   background-color:#f7f7f7;
   border:12px solid #f7f7f7;
   }
   
.cptuk p {
   margin-top:25px;
   margin-bottom:0px;
   text-align:center;
   font-size:16px;
   color:#585757;
   }
   
.cptuk:hover {
   background-color:#0068ec;
   border:12px solid #0068ec;
   transition: all 500ms ease-in 0ms;
   }
   
.cptuk:hover p {
   color:#FFFFFF;
   }
   
/* 分页 */ 
.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: #005bac;
	border:1px solid #005bac;
}

.xianshi {
    color: #fff;
    background: #005bac;
	border:1px solid #005bac;
}

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

/* 新闻 */ 
.bnn3 {
   height:450px;
   background:url(../images/bnn3.jpg) center; background-repeat:no-repeat;
   padding-top:124px;
   font-family: 'MaisonNeue-Book', Helvetica, Arial, sans-serif;
   font-size:18px;
   color:rgba(255,255,255,.4);
   }
   
.bnn3 h2 {
   font-family: 'MaisonNeue-Bold', Helvetica, Arial, sans-serif;
   font-size:34px;
   margin-top:0px;
   margin-bottom:15px;
   color:#FFFFFF;
   }
   
.bnn3 a {
   color:rgba(255,255,255,.4);
   } 
   
.f5 {
   background:url(../images/f5.png) top left; background-repeat:no-repeat;
   height:80px;
   }
   
.f6 {
   background:url(../images/f6.png) top left; background-repeat:no-repeat;
   height:80px;
   } 
   
.ablan li:hover .f5 {
   background:url(../images/f5.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li:hover .f6 {
   background:url(../images/f6.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   } 
   
.ablan li.hover .f5 {
   background:url(../images/f5.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   }   
   
.ablan li.hover .f6 {
   background:url(../images/f6.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   } 
   
.xwnn {
   margin-top:65px;
   margin-bottom:34px;
   height:auto; overflow:hidden;
   }
   
.newst {
   height:auto; overflow:hidden;
   border:1px solid #f5f5f5;
   margin-bottom:50px;
   } 
   
.newst img {
   width:100%;
   }
   
.newst-zi {
   height:auto; overflow:hidden;
   padding:15px;
   color:#666666;
   line-height:25px;
   }
   
.newst-zi h2 {
   font-family: 'MaisonNeue-Book', Helvetica, Arial, sans-serif;
   font-size:16px;
   height:36px;
   color:#333333;
   margin-top:0px;
   margin-bottom:25px;
   }
   
.newst-tm {
   margin-top:35px;
   height:auto; overflow:hidden;
   color:rgba(41,48,65,.32);
   }
   
.newst 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;}  

.newst:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.newst section {
   overflow: hidden;
   }	
   
.newst:hover {
   border:1px solid #043e97;
   transition: all 500ms ease-in 0ms;
   } 
   
.newst:hover h2 {
   color:#043e97;
   transition: all 500ms ease-in 0ms;
   }
	
/* 联系我们 */ 
.bnn4 {
   height:450px;
   background:url(../images/bnn4.jpg) center; background-repeat:no-repeat;
   padding-top:124px;
   font-family: 'MaisonNeue-Book', Helvetica, Arial, sans-serif;
   font-size:18px;
   color:rgba(255,255,255,.4);
   }
   
.bnn4 h2 {
   font-family: 'MaisonNeue-Bold', Helvetica, Arial, sans-serif;
   font-size:34px;
   margin-top:0px;
   margin-bottom:15px;
   color:#FFFFFF;
   }
   
.bnn5 {
   height:450px;
   background:url(../images/bnn5.jpg) center; background-repeat:no-repeat;
   padding-top:124px;
   font-family: 'MaisonNeue-Book', Helvetica, Arial, sans-serif;
   font-size:18px;
   color:rgba(255,255,255,.4);
   } 
   
.bnn5 h2 {
   font-family: 'MaisonNeue-Bold', Helvetica, Arial, sans-serif;
   font-size:34px;
   margin-top:0px;
   margin-bottom:15px;
   color:#FFFFFF;
   } 
   
.bnn6 {
   height:450px;
   background:url(../images/bnn6.jpg) center; background-repeat:no-repeat;
   padding-top:124px;
   font-family: 'MaisonNeue-Book', Helvetica, Arial, sans-serif;
   font-size:18px;
   color:rgba(255,255,255,.4);
   } 
   
.bnn6 h2 {
   font-family: 'MaisonNeue-Bold', Helvetica, Arial, sans-serif;
   font-size:34px;
   margin-top:0px;
   margin-bottom:15px;
   color:#FFFFFF;
   } 
   
   
.bnn4 a {
   color:rgba(255,255,255,.4);
   } 
   
.bnn5 a {
   color:rgba(255,255,255,.4);
   } 
   
.bnn6 a {
   color:rgba(255,255,255,.4);
   } 

.f7 {
   background:url(../images/f5.png) top left; background-repeat:no-repeat;
   height:80px;
   }
   
.f8 {
   background:url(../images/f6.png) top left; background-repeat:no-repeat;
   height:80px;
   }  
   
.ablan li:hover .f7 {
   background:url(../images/f5.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li.hover .f7 {
   background:url(../images/f5.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li:hover .f8 {
   background:url(../images/f6.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   } 
   
.ablan li.hover .f8 {
   background:url(../images/f6.png) bottom left; background-repeat:no-repeat;
   height:80px;
   transition: all 500ms ease-in 0ms;
   }  
   
.lxnn {
   margin-top:50px;
   margin-bottom:110px;
   } 
   
.lxnn h2 {
   font-family: 'MaisonNeue-Bold', Helvetica, Arial, sans-serif;
   font-size:38px;
   color:#252525;
   font-weight:bold;
   text-align:center;
   margin-top:0px;
   margin-bottom:20px;
   }    
   
.lxnn h3 {
   font-family: 'MaisonNeue-Bold', Helvetica, Arial, sans-serif;
   font-size:16px;
   color:#666666;
   font-weight:bold;
   text-align:center;
   margin-top:0px;
   margin-bottom:70px;
   }  
   
.ditux {
   border:5px solid #FFFFFF;
   height:auto; overflow:hidden;
   box-shadow: 0px 0px 5px rgba(0,0,0,.3);
   }
   
.lxhh {
   height:auto; overflow:hidden;
   padding-top:10px;
   padding-bottom:25px;
   border-bottom:1px solid #f0f0f0;
   }
   
.lxhh-aa {
   width:10%;
   float:left;
   }
   
.lxhh-bb {
   width:89%;
   float:right;
   color:#666666;
   font-size:16px;
   }
   
.lxhh-bb h4 {
   font-family: 'MaisonNeue-Bold', Helvetica, Arial, sans-serif;
   font-size:16px;
   margin-top:8px;
   margin-bottom:16px;
   color:#333333;
   }
   
.dituw {
   width:100%;
   height:620px;
   position:relative;
   }  
   
.dituzi {
   height:620px;
   padding-top:90px;
   padding-bottom:90px;
   background:url(../images/dtzi.png) center; background-repeat:no-repeat;
   position:relative;
   margin-top:-620px;
   } 
   
.dituzi h2 {
   font-family:'Univers', Helvetica, Arial, sans-serif;
   font-size:30px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:50px;
   }
   
.kk1 {
   height:50px;
   background:url(../images/kong.png);
   border:1px solid #787882;
   border-radius: 0;
   }
   
.kk2 {
   height:auto; overflow:hidden;
   background:url(../images/kong.png);
   border:1px solid #787882;
   border-radius: 0;
   }
   
.dituzi p {
   margin-bottom:30px;
   }
   
   
.dtmore {
   margin-top:36px;
   height:auto; overflow:hidden;
   }
   
.dtmorex {
   width:205px;
   height:55px;
   border-radius: 0;
   background: -webkit-linear-gradient(left, #005dea , #02c2f8); /* Safari 5.1 - 6.0 */
   background: -o-linear-gradient(right, #005dea, #02c2f8); /* Opera 11.1 - 12.0 */
   background: -moz-linear-gradient(right, #005dea, #02c2f8); /* Firefox 3.6 - 15 */
   background: linear-gradient(to right, #005dea , #02c2f8); /* ��׼���﷨ */   
   border:1px solid #005eea;
   font-size:18px;
   font-family:'Univers', Helvetica, Arial, sans-serif;
   } 
   
.dtmorex:hover { 
   border:1px solid #005eea;  
   }
   
   
/* 新闻内 */
.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;
}

.cpyymore {
    width: 165px;
    height: 35px;
    margin: 15px auto 0px;
}

.cpyymore a {
    display: block;
    width: 165px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #c0121b;
    border-radius: 20px;
} 


/* 产品详情 */
.cpyy h5 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 24px;
	text-align:center;
    font-weight: bold;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 20px;
} 

.cpyy img {
   width:100%;
   }

.liebiao {
    height: auto;
    overflow: hidden;
	margin-top:20px;
}

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

.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: 16%;
    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: #1c5fa1;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
}   

/* 招聘 */

.zplieb{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	border-bottom:1px rgba(0,0,0,.1) solid;
}
.zplieb span{
	display:block;
	font-weight:bold;
	text-align:center;
	font-size:1.5rem;
	line-height:30px;
	padding:15px 0px;
	overflow:hidden;
}
.zplieb span:nth-of-type(1){
	width:10%;
}
.zplieb span:nth-of-type(2){
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	width:45%;
}
.zplieb span:nth-of-type(3){
	width:15%;
}
.zplieb span:nth-of-type(4){
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	width:15%;
}
.zplieb span:nth-of-type(5){
	width:15%;
}
.zplieb span:nth-of-type(2):after{
	content:"";
	display:block;
	width:1px;
	height:12px;
	background:rgba(0,0,0,.4);
	margin:9px 0px;
}
.zplieb span:nth-of-type(2):before{
	content:"";
	display:block;
	width:1px;
	height:12px;
	background:rgba(0,0,0,.4);
	margin:9px 0px;
}
.zplieb span:nth-of-type(4):after{
	content:"";
	display:block;
	width:1px;
	height:12px;
	background:rgba(0,0,0,.4);
	margin:9px 0px;
}
.zplieb span:nth-of-type(4):before{
	content:"";
	display:block;
	width:1px;
	height:12px;
	background:rgba(0,0,0,.4);
	margin:9px 0px;
}

.zplb{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	border-bottom:1px rgba(0,0,0,.1) solid;
	transition:.5s;
	cursor:pointer;
}
.bse{
	background:#fff;
}
.jobct-ct section:hover .zplb{
	background:#fff;
}
.zplb span{
	display:block;
	text-align:center;
	font-size:1.5rem;
	line-height:30px;
	padding:15px 0px;
	overflow:hidden;
}
.zplb span font:after{
	content:"+";
	font-size:2.4rem;
	color:#7eb112;
}
.bse span font:after{
	content:"-";
	font-size:2.4rem;
	color:#7eb112;
}
.zplb span:nth-of-type(1){
	width:10%;
}
.zplb span:nth-of-type(2){
	width:45%;
}
.zplb span:nth-of-type(3){
	width:15%;
}
.zplb span:nth-of-type(4){
	width:15%;
}
.zplb span:nth-of-type(5){
	width:15%;
}
.zkzpxq{
	display:none;
	background:#f9f9f9;
	padding-bottom:30px;
}
.zpxq{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	-webkit-justify-content:center;
	background:#f9f9f9;
}
.zpxq .yaoqiu{
	width:45%;
	margin-right:2%;
}
.zpxq .zhize{
	width:45%;
}
.zpxq>div{
	padding:20px 0px;
	color:rgba(0,0,0,.7);
}
.zpxq>div>big{
	display:block;
	font-weight:bold;
	font-size:1.6rem;
	line-height:30px;
	padding-bottom:5px;
}
.zpxq>div>span{
	display:block;
	line-height:24px;
	font-size:1.4rem;
}
.zkzpxq>a{
	background:#7eb112;
	color:#fff;
	line-height:38px;
	width:120px;
	text-align:center;
	font-size:1.4rem;
	margin:0px 0px 0px 4%;
	display:block;
}
.zkzpxq>a:hover{
	color:#fff;
}  

/* 弹窗 */

.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: 500px; }

.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 {
   margin:0px;
   padding:0px;
   }

.icase ul li {
   list-style-type:none;
   } 
   
   
/* 产品详情页 */ 
.cpyy-lan {
   height:auto; overflow:hidden;
   line-height:41px;
   background:url(../images/xqx.png) left; background-repeat:no-repeat;
   padding-left:30px;
   color:#606972;
   margin-top:60px;
   } 
   
.cpyy-nei {
   height:auto; overflow:hidden;
   margin-top:40px;
   }     
       
	   
.cpyy-nei .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
	height:41px;
    vertical-align: top;
    border-top: 0px solid #dddddd;
	border-bottom: 1px solid #eeeeee;
}	 

.xgg {
   height:auto; overflow:hidden;
   margin-top:40px;
   }
   
.xgg-lan {
   height:auto; overflow:hidden;
   line-height:45px;
   font-size:24px;
   color:#111111;
   margin-bottom:25px;
   }
   
.xgg-nei {
   height:auto; overflow:hidden;
   }
   
.xgg-nei li {
   list-style-type:none;
   float:left;
   margin-right:33px;
   width:314px;
   }
   
   
.cpg {
   border:15px solid #f7f7f7;
   height:auto; overflow:hidden;
   background-color:#f7f7f7;
   }
   
.cpg p {
   margin-top:27px;
   text-align:center;
   font-size:16px;
   color:#585757;
   }
   
.cpg:hover {
   background-color:#0068ec;
   border:15px solid #0068ec;
   transition: all 500ms ease-in 0ms;
   }
   
.cpg:hover p {
   color:#FFFFFF;
   }      
   
.lghh li a {
   line-height:58px;
   } 
   
.logox {
   width:420px;
   transition: all 500ms ease-in 0ms;
   }  
   
.yygao {
   line-height:80px;
   } 
   
.sousuot {
   height:80px;
   line-height:80px;
   }
   
.xgg-lan img {
   width:5px;
   height:18px;
   }  
   
.changfang {
    height: auto;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 45px;
    font-size: 16px;
    color: #333333;
}   

.changfang h2 {
   font-family:'RockwellStd-Bold', Helvetica, Arial, sans-serif;
   font-size:36px;
   font-weight:bold;
   color:#ce0e2d;
   margin-top:20px;
   margin-bottom:15px;
   }
   
.cfgun {
   margin-top:-60px;
   height:auto; overflow:hidden;
   position:relative;
   }  
   
.cfkuai {
   height:auto; overflow:hidden;
   } 
   
.cfkuai h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   margin-top:30px;
   margin-bottom:0px;
   padding-left:10px;
   }
   
.cfgun .swiper-container {
   padding-top:100px;
   }
     
.cfgun .swiper-button-prev {
    position: absolute;
    top: 0px;
    width: 51px;
    height: 51px;
	left:72%;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/zuo.png);
    background-size: 51px 51px;
    background-position: center;
    background-repeat: no-repeat;
}   

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


    
	
@media (min-width: 1400px) and (max-width: 1800px) {	
	
.navbar > .container .navbar-brand {
   margin-left:0px;
}

.nav {
    padding-left: 80px;
}	

.logo {
   width:540px;
   }
   
.navbar-nav > li > a {
    line-height: 78px;
}

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

.navbar-inverse .navbar-nav > li > a {
    color: #444444;
	font-size:16px;
	border-right:1px solid #f2f2f2;
}


.sousuo {
   width:90px;
   height:100px;
   line-height:100px;
   text-align:center;
   }
   
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 78px;
}   
   
.yuyan {
   width:90px;
   line-height:100px;
   }
   
.sousuo a {
    display: block;
    color: #004cbe;
    font-size: 16px;
}

.yuyan a {
    display: block;
    color: #004cbe;
    font-size: 16px;
    text-decoration: none;
}

.team-aa {
    width: 37%;
	height:auto; overflow:hidden;
    float: left;
    padding-left: 10%;
}

}	

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

.navbar > .container .navbar-brand {
   margin-left:0px;
}

.kuanping {
   width:100%;
   }
   
.logo {
   width:420px;
   }
   
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
	padding-left:14px;
	padding-right:14px;
    line-height: 58px;
}

.nav {
    padding-left: 45px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #444444;
	font-size:16px;
	border-right:1px solid #f2f2f2;
}


.sousuo {
   width:80px;
   height:80px;
   line-height:80px;
   text-align:center;
   }
   
.yuyan {
   width:80px;
   line-height:80px;
   }
   
.sousuo a {
    display: block;
    color: #004cbe;
    font-size: 16px;
}

.yuyan a {
    display: block;
    color: #004cbe;
    font-size: 16px;
    text-decoration: none;
}

.team-aa {
    width: 37%;
    height:auto; overflow:hidden;
    float: left;
    padding-left: 8%;
}

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

}

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

.navbar > .container .navbar-brand {
   margin-left:0px;
}

.kuanping {
   width:100%;
   }
   
.container {
    width: 100%;
}
   
.logo {
   width:420px;
   }
   
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
    line-height: 58px;
}

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

.nav {
    padding-left: 20px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #444444;
	font-size:16px;
	border-right:1px solid #f2f2f2;
}


.sousuo {
   width:60px;
   height:80px;
   line-height:80px;
   text-align:center;
   }
   
.yuyan {
   width:80px;
   line-height:80px;
   }
   
.sousuo a {
    display: block;
    color: #004cbe;
    font-size: 16px;
}

.yuyan a {
    display: block;
    color: #004cbe;
    font-size: 16px;
    text-decoration: none;
}

}

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

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

.nav {
    padding-left: 0px;
}

.kuanping {
   width:100%;
   }
   
.hxkuan {
   width:100%;
   }
   
.hxkuan-aa {
   width:100%;
   }
   
body {
  font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000000;
  margin-top:60px;
}
   
.jiejue .swiper-button-prev {
    position: absolute;
    left: 20px;
    z-index: 10;
    cursor: pointer;
    background-size: 70px 86px;
    background: url(../images/left.png);
        background-repeat: repeat;
    background-repeat: no-repeat;
}   
   
.jiejue .swiper-button-next {
    position: absolute;
    right: 20px;
    z-index: 10;
    cursor: pointer;
    background-size: 70px 86px;
    background: url(../images/right.png);
        background-repeat: repeat;
    background-repeat: no-repeat;
} 

.cpcol6 {
    width: 100%;
} 

.cptu img {
   width:100%;
   }
   
.cpzi {
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0px;
    bottom: 0px;
    padding-left: 16px;
    color: #909ba5;
} 

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


.xinwen h2 {

    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 27px;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 20px;

}

.news img {
   width:100%;
   }
   
.bottom h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 20px;
}

.navbar > .container .navbar-brand {
    margin-left: 0px;
}

.logo {
   width:290px;
   }
   
.sousuo {
    width: 50%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #ebf3ff;
    border-left: 1px solid #e7edf6;
    color: #004cbe;
    float: right;
}

.yuyan {
    width: 50%;
    line-height: 60px;
    text-align: center;
    background-color: #ebf3ff;
    border-left: 1px solid #e7edf6;
    color: #004cbe;
    float: right;
}

   

.team-aa {
   width:100%;
   height:auto; overflow:hidden;
   padding-bottom:30px;
   }
   
.team-bb {
   width:100%;
   }
   
.hezuo {
   height:auto; overflow:hidden;
   padding-bottom:30px;
   }

.cpnn-left {
    width: 100%;
    float: left;
} 

.cpnn-right {
    width: 100%;
    float: right;
} 

.dituzi {
   height:620px;
   padding-top:90px;
   padding-bottom:90px;
   background:none;
   background-color:#1d1d2d;
   position:relative;
   margin-top:0px;
   } 
   
.ablan li {
    list-style-type: none;
    float: left;
	width:48%;
    padding: 3px;
    margin-right: 2%;
}

.ablan li a {
    padding-left: 80px;
    font-size: 16px;
    cursor: pointer;
}

.cptuk img {
   width:100%;
   }
   
.yd {
   display:block;
   }
   
.yc {
   display:none;
   }
   
.xwbb {
   width:84%;
   }
   
.xwcc {
   display:none;
   }
   
.yuyan a {
    display:inherit;
    color: #004cbe;
	width:50%;
	float:left;
    font-size: 16px;
    text-decoration: none;
}

.logox {
   width:290px;
   transition: all 500ms ease-in 0ms;
   } 

.bnn {
    height: 300px;
    padding-top: 80px;
    font-family: 'MaisonNeue-Book', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: rgba(255,255,255,.4);
}  

.bnn2 {
    height: 300px;
    padding-top: 80px;
    font-family: 'MaisonNeue-Book', Helvetica, Arial, sans-serif;
    font-size: 18px;
} 
   
.bnn3 {
    height: 300px;
    padding-top: 80px;
    font-family: 'MaisonNeue-Book', Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.bnn4 {
    height: 300px;
    padding-top: 80px;
    font-family: 'MaisonNeue-Book', Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.bnn5 {
    height: 300px;
    padding-top: 80px;
    font-family: 'MaisonNeue-Book', Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.bnn6 {
    height: 300px;
    padding-top: 80px;
    font-family: 'MaisonNeue-Book', Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.navbar-collapse {
    max-height: 400px;

}

.cpyy img {
   width:100%;
   } 
   
.cfgun .swiper-button-prev {
    position: absolute;
    top: 0px;
    width: 51px;
    height: 51px;
	left:70%;

}   

.cfgun .swiper-button-next {
    position: absolute;
    top: 0px;
    width: 51px;
    height: 51px;
	right:2%;

}  
      
}


