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

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

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

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


.navbar-inverse {
    background-color: rgba(0,0,0,0);
    border-color: #5F5D5D;
}

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

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

.nav {
    padding-left: 50px;
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #FFF;
}
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: #FFFFFF;
	font-size:20px;
}

.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:1436px;
   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: #FFFFFF;
}

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

.navbar-inverse .navbar-nav > li.mouseover .ul_hide {
    position: absolute;
    left: 0px;
    top: 80px;
    width: 100%;
	text-align:center;
    border: 0px solid #CBCBCB;
	background-color:rgba(255,255,255,0.8);
    padding: 5px 0px;
    border-radius: 8px;
    display: none;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li {
    width: 100%;
	line-height:40px;
	border-bottom:0px solid #ffffff;
	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:#000000;
	font-size:14px;
	   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li a:hover{
    display:block;
    color:#FFFFFF;
	background-color:#2074f2;
    text-decoration: none;
}
   
.guding {
   position:fixed;
   width:100%;
   top:0px;
   z-index:9;
   padding-top:15px;
   padding-bottom:15px;
   }
   
.banner {
   position:relative;
   }
   
.banner img {
   width:100%;
   }
   
.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 60px;
    left: 0%;
    width: 100%;
}


.banner .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 100%;
	background:url(../images/dian1.png);
    opacity: 1;
}

.banner .swiper-pagination-white .swiper-pagination-bullet-active {
    background:url(../images/dian2.png);
	    -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;
}

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

.bwzi {
   position:absolute;
   width:100%;
   left:0px;
   bottom:120px;
   z-index:8;
   }
   
.bwrow {
   height:auto; overflow:hidden;
   margin-left:-3px;
   margin-right:-3px;
   }
   
.bwrow li {
   list-style-type:none;
   width:33.3%;
   float:left;
   padding-left:3px;
   padding-right:3px;
   }

.bwkk {
   height:auto; overflow:hidden;
   padding:34px;
   padding-left:40px;
   padding-right:40px;
   background-color:#FFFFFF;
   }
   
.bwkk-aa {
   width:65.5%;
   color:rgba(51,51,51,0.65);
   float:left;
   }
   
.bwkk-aa h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:20px;
   color:#333333;
   margin-top:0px;
   margin-bottom:7px;
   }
   
.bwkk-bb {
   width:60px;
   float:right;
   }
   
.abbj {
   height:auto; overflow:hidden;
   padding-top:195px;
   padding-bottom:188px;
   position:relative;
   z-index:1;
   background:url(../images/abbj.jpg);
   background-size: 100% 100%;
   }
   
.ableft {
   width:49%;
   color:rgba(51,51,51,0.65);
   font-size:14px;
   line-height:30px;
   float:left;
   }
   
.ableft h2 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:18px;
   color:rgba(0,0,0,0.3);
   margin-top:0px;
   margin-bottom:2px;
   }   
   
.ableft h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:30px;
   color:rgba(0,0,0,0.8);
   margin-top:0px;
   margin-bottom:90px;
   }   
   
.ableft h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:26px;
   color:#333333;
   margin-top:0px;
   margin-bottom:22px;
   }  
   
.abmore {
   height:auto; overflow:hidden;
   margin-top:125px;
   } 
   
.abmore a {
   display:block;
   width:151px;
   height:47px;
   line-height:47px;
   text-align:center;
   color:#FFFFFF;
   font-size:18px;
       background: -webkit-linear-gradient(left, #059be9, #00cec3); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #059be9, #00cec3); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #059be9, #00cec3); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #059be9, #00cec3); /* ��׼���﷨ */
   }  
   
.abright {
   width:36.3%;
   float:right;
   }
   
.put-1 {
   background-color: rgba(0,0,0,0.6);
   box-shadow: 0px 0px 15px rgba(0,0,0,.2);
   }
   
.put-3 {
   background-color: rgba(0,0,0,0.6);
   box-shadow: 0px 0px 15px rgba(0,0,0,.2);
   }
   
.put-4 {
   background-color: rgba(0,0,0,0.6);
   box-shadow: 0px 0px 15px rgba(0,0,0,.2);
   }
   
.cybj {
   height:auto; overflow:hidden;
   padding-top:195px;
   background:url(../images/cybj.jpg);
   background-size: 100% 100%;
   }
   
.cybj h2 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:18px;
   color:rgba(255,255,255,0.6);
   margin-top:0px;
   margin-bottom:2px;
   }   
   
.cybj h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:30px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:20px;
   } 
   
.cykuai {
   width:606px;
   height:606px;
   position:relative;
   margin:0 auto;
   }
   
.cykuai-zi {
   position:absolute;
   width:100%;
   padding-top:120px;
   font-size:14px;
   line-height:25px;
   text-align:center;
   color:#FFFFFF;
   left:0px;
   top:0px;
   z-index:8;
   }
   
.cykuai-zi h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:20px;
   color:#FFFFFF;
   height: auto; overflow: hidden;
   margin-top:20px;
   margin-bottom:25px;
   }
   
.cymore {
   width:152px;
   margin:60px auto 0px;
   }
   
.cymore a {
   display:block;
   width:100%;
   height:47px;
   line-height:47px;
   color:#FFFFFF;
   font-size:18px;
       background: -webkit-linear-gradient(left, #059be9, #00cec3); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #059be9, #00cec3); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #059be9, #00cec3); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #059be9, #00cec3); /* ��׼���﷨ */   
   }
   
   
.mubiao {
   position:absolute;
   left:0px;
   top:40%;
   width:120px;
   height:120px;
   line-height:120px;
   padding-left:55px;
   font-size:12px;
   color:rgba(0,0,0,0.45);
   background:url(../images/zhizhen.png) left; background-repeat:no-repeat;
   z-index:9;
   } 
   
.mubiao2 {
   position:absolute;
   left:0px;
   top:40%;
   width:120px;
   height:120px;
   line-height:120px;
   padding-left:55px;
   font-size:12px;
   color:rgba(255,255,255,0.71);
   background:url(../images/zhizhen2.png) left; background-repeat:no-repeat;
   z-index:9;
   } 
   
.xwbj {
   height:auto; overflow:hidden;
   padding-top:195px;
   background:url(../images/xwbj.jpg);
   background-size: 100% 100%;
   }
   
.xwtit {
   height:auto; overflow:hidden;
   margin-bottom:140px;
   } 
   
.xwtit-aa {
   width:50%;
   float:left;
   } 

.xwtit-aa h2 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:18px;
   color:rgba(0,0,0,0.3);
   margin-top:0px;
   margin-bottom:2px;
   }   
   
.xwtit-aa h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:30px;
   color:rgba(0,0,0,0.8);
   margin-top:0px;
   margin-bottom:0px;
   } 
   
.xwtit-bb {
   width:32.7%;
   float:right;
   padding-top:52px;
   } 
   
.xwtit-bb li {
   list-style-type:none;
   width:33.3%;
   float:left;
   text-align:right;
   }
   
.xwtit-bb li a {
   font-size:16px;
   color:#000000;
   }
   
.xwtit-bb li a:hover {
   color:#059de8;
   }
   
.xwkk {
   height:auto; overflow:hidden;
   padding:15px;
   background-color:#FFFFFF;
   margin-bottom:23px;
   }
   
.xwkk-aa {
   width:49%;
   float:left;
   }
   
.xwkk-bb {
   width:51%;
   padding:25px;
   color:rgba(0,0,0,0.8);
   font-size:17px;
   line-height:23px;
   float:right;
   }
   
.xwkk-bb h4 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:28px;
   color:rgba(0,0,0,0.6);
   margin-top:0px;
   margin-bottom:6px;
   }
   
.xwkk-bb h5 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:17px;
   color:rgba(0,0,0,0.6);
   margin-top:0px;
   margin-bottom:32px;
   }
   
.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;
} 
   
.bmbj {
   height:auto; overflow:hidden;
   padding-top:0px;
   }
   
.bottom {
   height:auto; overflow:hidden;
   }
   
.bottom a {
   color:rgba(68,68,68,0.6);
   }
   
.bottom a:hover {
   color:rgba(68,68,68,1);
   }
   
.bottom-aa {
   width:29.3%;
   padding:60px;
   padding-top:46px;
   padding-bottom:0px;
   border-right:1px solid #f5f5f5;
   float:left;
   }
   
.bottom-aa h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:31px;
   color:#444444;
   margin-top:0px;
   margin-bottom:15px;
   }
   
.bottom-bb {
   width:70.7%;
   padding-top:46px;
   padding-left:105px;
   float:right;
   }
   
.bottom-bb li {
   list-style-type:none;
   width:20%;
   font-size:15px;
   line-height:36px;
   color:rgba(68,68,68,0.6);
   float:left;
   }
   
.bottom-bb li h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#444444;
   margin-top:0px;
   margin-bottom:24px;
   }
   
.footer {
   height:auto; overflow:hidden;
   color:rgba(68,68,68,0.6);
   line-height:83px;
   padding-left:70px;
   padding-right:70px;
   border-top:1px solid #f5f5f5;
   }
      
.footer a {
   color:rgba(68,68,68,0.6);
   }
   
.footer a:hover {
   color:rgba(68,68,68,1);
   }
   
.search1 {
   height:auto; overflow:hidden;
   line-height:40px;
   border-bottom:1px solid #f1f1f1;
   }
   
.search1 form {
    display: flex;
}

.search1 .search {
    border: 0;
    height: 40px;
    font-size: 14px;
	color:#757575;
    padding-left: 10px;
    width: 82%;
    border-radius: 0;
}   

.search1 .btn {
    height: 40px;
    margin: 0;
    border-radius: 0;
    color: #f1f1f1;
	background-color:#FFFFFF;
    text-align: center;
    width: 18%;
}

.dilan {
   height:auto; overflow:hidden;
   line-height:26px;
   margin-top:14px;
   }
   
.dilan li {
   list-style-type:none;
   width:33.3%;
   float:left;
   }
   
.dilan li a {
   color:#bdbdbd;
   }
   
.dilan li a:hover {
   color:#059ee7;
   }
   
.weixx {
   width:92px;
   height:auto; overflow:hidden;
   margin-top:28px;
   }
   
.weixx p {
   margin-top:6px;
   color:#bdbdbd;
   text-align:center;
   }

.juyou {
   text-align:right;
   }
   
/* 关于我们 */
.xiahh {
   border-bottom:1px solid rgba(255,255,255,0.6);
   }
   
.bnn {
   position:relative;
   }   
   
.bnn img {
   width:100%;
   height: 100vh;
   }
   
.lghh {
   padding-top:0px;
   padding-bottom:0px;
   background-color:rgba(0,0,0,0.6);
   }
   
.bnnzi {
   position:absolute;
   width:100%;
   left:0px;
   top:40%;
   color:#FFFFFF;
   font-size:28px;
   font-family: 'MaisonNeue-Book', Helvetica, Arial, sans-serif;
   z-index:8;
   }
   
.bnnzi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:50px;
   margin-top:0px;
   margin-bottom:15px;
   }
   
.mouse {
   margin-top:102px;
   animation: heart 0.8s ease-in-out 0.8s infinite alternate;
   }
   
.mouse a {
   cursor:pointer;
   }
   
.mouse img {
   width:auto;
   height:auto;
   }
   
@keyframes heart{
from{margin-top:0px;}
to{margin-top:-8px;}
}

@keyframes heart{
from{transform:translate(0,0)}
to{transform:translate(0,8px)}
}


.ablan {
    position: relative;
    width: 1440px;
    height: 80px;
    background-color: rgb(255, 255, 255, 0.95);
    margin: -80px auto 0px;
    z-index: 6;
}

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

.ablan li a {
    display: block;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
    color: #333333;
    font-size: 18px;
    text-align: center;
}

.ablan li a:hover {
   color: #00a8df;
   font-size: 18px;
   background:url(../images/hua.jpg) top center; background-repeat:no-repeat;
   background-size: 100% 3px;
}

.ablan li.hover a {
   color: #00a8df;
   font-size: 18px;
   background:url(../images/hua.jpg) top center; background-repeat:no-repeat;
   background-size: 100% 3px;
}

.about {
   height:auto; overflow:hidden;
   padding-top:85px;
   padding-bottom:150px;
   background:url(../images/abbj.jpg);
   background-size: 100% 100%;
   }
   
.about-aa {
   width:49.2%;
   padding-top:25px;
   font-size:16px;
   line-height:40px;
   color: rgba(51,51,51,0.65);
   float:left;
   }
   
.about-aa h2 {
   font-family:'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:18px;
    color: rgba(0,0,0,0.3);
    margin-top: 0px;
    margin-bottom: 2px;
   }
   
.about-aa h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:30px;
   color: #000000;
   margin-top: 0px;
   margin-bottom: 60px;
   }
   
.about-aa h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:26px;
   color: #000000;
   margin-top: 0px;
   margin-bottom: 46px;
   }
   
.about-bb {
   width:36.4%;
   float:right;
   }
   
.wenhua {
   position:relative;
   }
   
.wenhua img {
   width:100%;
   }
   
.whzi {
   position:absolute;
   width:100%;
   left:0px;
   top:80px;
   }
   
.whzi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:26px;
   text-align:center;
   color:#333333;
   margin:0px;
   }
   
.hexin {
   height:auto; overflow:hidden;
   padding-top:88px;
   padding-bottom:125px;
   border-bottom:1px solid #f5f5f5;
   }
   
.hexin h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:26px;
   color:#333333;
   text-align:center;
   margin-top:0px;
   margin-bottom:20px;
   }
   
.hexin h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#666666;
   text-align:center;
   margin-top:0px;
   margin-bottom:50px;
   }

.whrow {
   margin-left:-15px;
   margin-right:-15px;
   } 
   
.whrow li {
   list-style-type:none;
   width:20%;
   float:left;
   padding-left:15px;
   padding-right:15px;
   margin-bottom:30px;
   }
   
.whkk {
   height:auto; overflow:hidden;
    background: -webkit-linear-gradient(left, #059ce8 , #00cfc3); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #059be9, #00cfc3); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #059be9, #00cfc3); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #059be9 , #00cfc3); /* ��׼���﷨ */ 
   box-shadow: 0px 0px 15px rgba(0,0,0,.1);
   border-radius: 5px;
   } 
   
.whkk-s {
   padding:33px;
   padding-bottom:0px;
   }
   
.whkk-lan {
   height:auto; overflow:hidden;
   line-height:106px;
   padding-left:72px;
   font-size:24px;
   position:relative;
   color:#FFFFFF;
   }
   
.xuhao {
   position:absolute;
   font-size:145px;
   font-family:'ITCAvantGardeStd-Md', Helvetica, Arial, sans-serif;
   color:rgba(255,255,255,0.05);
   top:0px;
   right:0px;
   z-index:6;
   }
   
.whkk-nei {
   height:165px;
   padding:20px;
   padding-top:25px;
   font-size:14px;
   line-height:36px;
   color:#666666;
   background-color:#FFFFFF;
   border-radius: 30px 5px 5px 5px;
   }
   
.whtb1 {
   position:absolute;
   width:50px;
   height:50px;
   left:0px;
   top:25px;
   background:url(../images/wh1.png) top center; background-repeat:no-repeat;
   z-index:6;
   }
   
.whtb2 {
   position:absolute;
   width:50px;
   height:50px;
   left:0px;
   top:25px;
   background:url(../images/wh2.png) top center; background-repeat:no-repeat;
   z-index:6;
   }
   
.whtb3 {
   position:absolute;
   width:50px;
   height:50px;
   left:0px;
   top:25px;
   background:url(../images/wh3.png) top center; background-repeat:no-repeat;
   z-index:6;
   }
   
.whtb4 {
   position:absolute;
   width:50px;
   height:50px;
   left:0px;
   top:25px;
   background:url(../images/wh4.png) top center; background-repeat:no-repeat;
   z-index:6;
   }
   
.whtb5 {
   position:absolute;
   width:50px;
   height:50px;
   left:0px;
   top:25px;
   background:url(../images/wh5.png) top center; background-repeat:no-repeat;
   z-index:6;
   }
   
.whtb6 {
   position:absolute;
   width:50px;
   height:50px;
   left:0px;
   top:25px;
   background:url(../images/wh6.png) top center; background-repeat:no-repeat;
   z-index:6;
   }
   
.whtb7 {
   position:absolute;
   width:50px;
   height:50px;
   left:0px;
   top:25px;
   background:url(../images/wh7.png) top center; background-repeat:no-repeat;
   z-index:6;
   }
   
.whtb8 {
   position:absolute;
   width:50px;
   height:50px;
   left:0px;
   top:25px;
   background:url(../images/wh8.png) top center; background-repeat:no-repeat;
   z-index:6;
   }
   
.whtb9 {
   position:absolute;
   width:50px;
   height:50px;
   left:0px;
   top:25px;
   background:url(../images/wh9.png) top center; background-repeat:no-repeat;
   z-index:6;
   }
   
.whtb10 {
   position:absolute;
   width:50px;
   height:50px;
   left:0px;
   top:25px;
   background:url(../images/wh10.png) top center; background-repeat:no-repeat;
   z-index:6;
   }
   
.whkk:hover {
    background: -webkit-linear-gradient(left, #059ce8 , #00cfc3); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #059be9, #00cfc3); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #059be9, #00cfc3); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #059be9 , #00cfc3); /* ��׼���﷨ */ 
  transition: all 300ms ease-in 0ms;    
   }
   
   
.whkk:hover .whkk-nei {
   color:#000000;
   transition: all 300ms ease-in 0ms;  
   }
   
   
.rynei {
    height: auto;
    overflow: hidden;
    padding-top: 45px;
    padding-bottom: 70px;
    background-color: #fafafa;
}

.rynei h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:26px;
   color:#333333;
   text-align:center;
   margin-top:0px;
   margin-bottom:25px;
   }
   
.ryrow {
   height:auto; overflow:hidden;
   margin-left:-10px;
   margin-right:-10px;
   }
   
.ryrow li {
   list-style-type:none;
   width:25%;
   float:left;
   padding-left:10px;
   padding-right:10px;
   }
   
.rykk {
   height:auto; overflow:hidden;
   padding:20px;
   padding-bottom:0px;
   background-color:#FFFFFF;
   margin-bottom:25px;
   }
   
.rykk img {
   width:100%;
   }
   
.rykk-zi {
   height:auto; overflow:hidden;
   line-height:66px;
   color:#333333;
   font-size:14px;
   background:url(../images/fangda.png) right center; background-repeat:no-repeat;
   border-top:1px solid #f5f5f5;
   }   
   
.rykk-zi h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   margin:0px;
   height:auto; overflow:hidden;
   line-height:66px;
   font-size:14px;
   color:#333333;
   display: block;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   }
   
/* 弹窗 */

.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;
   }   
   
/* 技术实力 */
.shili {
   height:auto; overflow:hidden;
   margin-top:45px;
   margin-bottom:75px;
   }
   
.slkuai {
   height:auto; overflow:hidden;
   color:rgba(51,51,51,.45);
   font-size:18px;
   line-height:45px;
   text-align:center;
   }
   
.slkuai h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:36px;
   color:#333333;
   text-align:center;
   margin-top:0px;
   margin-bottom:32px;
   }   
   
.shuju {
   width:845px;
   height:auto; overflow:hidden;
   margin:35px auto 0px;
   }
   
.shuju li {
   list-style-type:none;
   width:33.3%;
   color:#333333;
   text-align:center;
   font-size:14px;
   float:left;
   }
   
.shuju li h3 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:75px;
   color:#00a8df;
   margin-top:8px;
   margin-bottom:10px;
   }
   
.youhua {
   border-right:1px solid #f8f8f8;
   }
   
#slidingBlock {
	height:auto; overflow:hidden;
}

#slidingBlock span {
    float:left; width:100%; padding-left:26px; padding-right:26px; height:44px;line-height:44px; font-weight:bold; text-align:center; font-size:18px; over-flow:hidden;
}
#slidingBlock span.menuNo {
    font-weight:normal; width:100%; padding-left:26px; padding-right:26px; height:44px; line-height:44px; color:#00a8df; background:#FFFFFF; border-radius: 30px; text-align:center;
}
#slidingBlock span.menuOn {
    font-weight:normal; width:100%; padding-left:26px; padding-right:26px; height:44px; line-height:44px; color:#ffffff; text-align:center; background: -webkit-linear-gradient(left, #059be9, #00cec3); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #059be9, #00cec3); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #059be9, #00cec3); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #059be9, #00cec3); /* ��׼���﷨ */  border-radius: 30px;
}
#slidingBlock DIV.slidingList_none {
    display:none
}
#slidingBlock DIV.slidingList {
    width:100%;
    margin:0px; padding:0px; height:auto; overflow:hidden;
}


.zltit {
   height:249px;
   padding-top:144px;
   padding-left:37px;
   background:url(../images/zltu.jpg);
   background-size: 100% 100%;
   }
   
.zltit li {
   list-style-type:none;
   float:left;
   margin-right:42px;
   }
   
.zlnn {
  height:auto; overflow:hidden;
  margin-top:15px;
  }
  
.zlrow {
   margin-left:-15px;
   margin-right:-15px;
   } 
   
.zlrow li {
   list-style-type:none;
   width:33.3%;
   float:left;
   padding-left:15px;
   padding-right:15px;
   } 
   
.zlrow li a {
   display:block;
   height:auto; overflow:hidden;
   line-height:45px;
   padding-left:16px;
   background:url(../images/jtt.png) left center; background-repeat:no-repeat;
   border-bottom:1px solid #f1f1f1;
   }
   
.yc {
   display:block;
   }   
   
.yd {
   display:none;
   }   
   
.xsx {
   display:none;
   }  
   
.gequ {
   height:auto;
   margin-top:45px;
   margin-bottom:102px;
   } 
   
.gequ h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:36px;
   color:#333333;
   margin-top:0px;
   margin-bottom:46px;
   }  
   
.gqmp3 {
   height:auto; overflow:hidden;
   padding:26px;
   padding-left:36px;
   padding-right:36px;
   border-radius: 20px;
   box-shadow: 0px 0px 15px rgba(0,0,0,.1);
   }
   
.gqmp3-aa {
   width:50%;
   font-size:18px;
   line-height:32px;
   color:#2440b3;
   float:left;
   }
   
.gqmp3-bb {
   width:50%;
   float:right;
   text-align:right;
   } 
   
.gaodd {
   height:32px;
   }  

.geci {
   height:auto; overflow:hidden;
   margin-top:50px;
   font-size:18px;
   line-height:35px;
   color:rgba(0,0,0,.35);
   }
   
.geci-aa {
   width:50%;
   float:left;
   }
   
.geci-bb {
   width:50%;
   padding-left:90px;
   border-left:1px solid #f5f5f5;
   float:right;
   }
   
.ditu {
    height:auto; overflow:hidden;
    margin-bottom: 20px;
}  

   
   
/* 产业 */
.cybjx {
   height:100vh;
   background:url(../images/cybj.jpg);
   background-size: 100% 100%;
   padding-top:183px;
   padding-bottom:95px;   
   }
   
/* 新闻 */
.xwbnn {
   height:auto; overflow:hidden;
   position:relative;
   }
   
.xwbnn img {
   width:100%;
   }
   
.xwkuai {
   height:auto; overflow:hidden;
   background-color:#fafafa;
   padding-top:53px;
   padding-bottom:24px;
   }
   
.xwrow {
   height:auto; overflow:hidden;
   padding-top:5px;
   padding-bottom:5px;
   margin-left:-28px;
   margin-right:-28px;
   }
   
.xwrow li {
   list-style-type:none;
   width:33.3%;
   float:left;
   padding-left:28px;
   padding-right:28px;
   }
   
.xwmk {
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
   }
   
.xwmk-zi {
   height:auto; overflow:hidden;
   color:#74787f;
   padding:30px;
   padding-top:25px;
   }
   
.xwmk-zi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   color:#000000;
   margin-top:0px;
   margin-bottom:14px;
   }
   
.xwmk-zi h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:12px;
   color:#74787f;
   margin-top:0px;
   margin-bottom:54px;
   }
   
.xwmk 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%;}  

.xwmk:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.xwmk section {
   overflow: hidden;
   }
   
.xwmk-zi h3 img {
   width:auto;
   }
   
.news {
   height:auto; overflow:hidden;
   padding-top:5px;
   padding-bottom:5px;
   margin-left:-28px;
   margin-right:-28px;
   }   	 
	
.news li {
   list-style-type:none;
   width:50%;
   float:left;
   padding-left:28px;
   padding-right:28px;
   margin-top:55px;
   }
   
.news-k {
   height:auto; overflow:hidden;
   border-radius: 15px;
   box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
   }
   
.news-k a {
   display:block;
   height:auto; overflow:hidden;
   padding:30px;
   padding-bottom:40px;
   background:#FFFFFF;
   border-radius: 15px;
   }
   
.news-k a:hover {
   background: -webkit-linear-gradient(left, #059be9, #00cec3); /* Safari 5.1 - 6.0 */
   background: -o-linear-gradient(right, #059be9, #00cec3); /* Opera 11.1 - 12.0 */
   background: -moz-linear-gradient(right, #059be9, #00cec3); /* Firefox 3.6 - 15 */
   background: linear-gradient(to right, #059be9, #00cec3); /* ��׼���﷨ */   
   }
   
.news-k h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#25282b;
   margin-top:0px;
   margin-bottom:25px;
   }
   
.xwlm {
   height:auto; overflow:hidden;
   }
   
.news-k-aa {
   width:74.2%;
   color:#25282b;
   float:left;
   }
   
.news-k-bb {
   width:19.8%;
   font-size:12px;
   color:#8a8d91;
   text-align:right;
   float:right;
   }	
   
.news-nn {
   height:auto; overflow:hidden;
   margin-top:25px;
   }
   
.news-nn-aa {
   width:74.2%;
   height: 40px; overflow:hidden;
   color:#777c82;
   float:left;
   }
   
.news-nn-bb {
   width:19.8%;
   float:right;
   text-align:right;
   padding-top:18px;
  }
  
.news-nn-bb span {
   color:#00a8df;
   font-size:14px;
   border-bottom:1px solid #f1f1f1;
   } 
   
.news-k a:hover h2 {
   color:#FFFFFF;
   } 
   
.news-k a:hover .news-k-aa {
   color:#FFFFFF;
   }
   
.news-k a:hover .news-k-bb {
   color:#FFFFFF;
   } 
   
.news-k a:hover .news-nn-aa {
   color:#FFFFFF;
   } 
   
.news-k a:hover span {
   color:#FFFFFF;
   }  
   
/* 新闻内新 */
.dangqian {
   height:auto; overflow:hidden;
   line-height:90px;
   color:#666666;
   }
   
.dangqian a {
   color:#666666;
   }
   
.xwkuan {
    width: 1440px;
    height: auto;
    overflow: hidden;
    margin: 0px auto 65px;
}   
 
.xqss {
   color:#e23f3f;
   }
     
.xwkuai h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:36px;
   color:#000000;
   text-align:center;
   margin-top:0px;
   margin-bottom:50px;
   }
   
.fabu {
   width:600px;
   height:auto; overflow:hidden;
   line-height:25px;
   border-bottom:1px solid #fbfbfb;
   padding-bottom:15px;
   margin:0 auto;
   }
   
.fabu li {
   list-style-type:none;
   width:33.3%;
   text-align:center;
   line-height:25px;
   color:#333333;
   float:left;
   }
   
.fabu-fg {
   background:url(../images/fenge.jpg) center right; background-repeat:no-repeat;
   }
   
.xwxq {
   height:auto; overflow:hidden;
   padding-top:50px;
   padding-bottom:60px;
   color:#666666;
   font-size:18px;
   line-height:27px;
   border-bottom:1px solid #fbfbfb;
   }
   
.liebiaok {
    height: auto;
    overflow: hidden;
	margin-top:20px;
}

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

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


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

.page_list a:first-child{
	background-image: url(../images/hsjt.png);
	background-size: auto 30%;
}
.page_list a:last-child{
	background-image: url(../images/hsjt.png);
	background-size: auto 30%;
	transform: rotateZ(180deg);
}
.page_list a:hover,.page_list a.on{
	color: #fff;
       background: -webkit-linear-gradient(left, #059be9, #00cec3); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #059be9, #00cec3); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #059be9, #00cec3); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #059be9, #00cec3); /* ��׼���﷨ */
}
.page_list a:first-child:hover{
	background: #162a8a url(../images/bsjt.png) center no-repeat;
	background-size: auto 30%;
}
.page_list a:last-child:hover{
	background: #162a8a url(../images/bsjt.png) center no-repeat;
	background-size: auto 30%;
}  

/* 工程案例 */
.alkuan {
   height:auto; overflow:hidden;
   margin-top:40px;
   margin-bottom:40px;
   } 
   
.wttu {
   padding-top:15px;
   padding-bottom:15px;
   margin-bottom:10px;
   } 
   
.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:34px;
   padding-right:34px;
   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:66px;
   font-size:18px;
   border-bottom:1px solid #e9e9e9;
   }
   
.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:27px;
   }
   
.txz-nn {
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   line-height:60px;
   }
   
/* 案例详情 */   
.xwdd {
    background: #fafafa;
    padding: 60px 0px;
}   
   
   
.cpyou-lan {
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 24px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 15px;
}

.cpnei {
    padding: 20px;
    padding-top: 50px;
    background-color: #FFFFFF;
}

.pro-img{
	margin-bottom:40px;
}
.pro-img .xiaotu{
	margin-top:10px;
	margin-right:-10px;
}

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

#fuwus {
    position: static;
}

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

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

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

.procem .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -22px;
    z-index: 8;
    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:36%;
	float:left;
}
.pro-img .colmd7{
	width:60%;
	float:right;
}
.pro-img .colmd7 .pro-ptt{
    font-family: 'AvantGardeITCbyBT-Medium', Helvetica, Arial, sans-serif;
	font-size:27px;
	font-weight:bold;
	padding:0px 0px 15px;
	border-bottom:1px #e8e8e8 solid;
	font-weight:bold;
}
.pro-img .colmd7>span{
    margin-top:20px;
	margin-bottom:20px;
	padding-bottom:45px;
	border-bottom: 1px #e8e8e8 solid;
	display:block;
	color:#515151;
	font-size:14px;
	line-height:22px;
	width:100%;
	word-wrap:break-word;
}
.pro-img .colmd7>span ul{
	list-style-type:disc;
	margin-left:20px;
}

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

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

.cpxq {
    margin-top: 55px;
    height: auto;
    overflow: hidden;
}


.cpxq-lan {
    height: auto;
    overflow: hidden;
    background-color: #f5f6f6;
    line-height: 52px;
    color: #595959;
    font-size: 16px;
    padding-left: 15px;
}

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

.ipdcont .ipdimg {
    width: 100%;
    position: relative;
}
   
.ipdcont .ipdimg .jqzoom {
    height:auto; overflow:hidden;
    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;
} 

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


/* 联系我们 */

.lxbj {
    height: 100vh;
    padding-top: 20vh;
}

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

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

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

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

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

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

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

.liuyans {
    height: auto;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 45px;
    background-color: #f1f1f1;
}

.liuyans h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 42px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 40px;
}

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

.hzi {
    color: #0086ff;
}

.biao {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

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

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

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

.anniu {
    width: 208px;
    height: 54px;
	font-size:16px;
    background-color: #0086ff;
	border:1px solid #0086ff;
    padding: 0px;
}  

.dzz {
  font-size:18px;
  }

.hongse {
   color:#FF0000;
   }
   
.cykuai-zi .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
	left:30px;
    margin-top: 0px;
    z-index: 8;
    cursor: pointer;
}   

.cykuai-zi .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
	right:30px;
    margin-top: 0px;
    z-index: 8;
    cursor: pointer;
}  
   
.erji {
    height: auto;
    overflow: hidden;
	margin-bottom:40px;
}

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

.erji li a {
    display: block;
    height: 48px;
    line-height: 43px;
    color: #2c3135;
    background-color: #FFFFFF;
    text-align: center;
}

.erji li a:hover {
    color:#0181ff;
   }
   
.erji li.hover a {
    color:#0181ff;
   }
   
.erji li > a::after {
    width: 0;
    transition: width .3s;
    height: 2px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color: #25b5e5;
}

.erji li > a:hover:after{
	width:100%;
	height:5px;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#25b5e5;
}    
   
@media (min-width: 1800px) and (max-width: 2000px) {
    
.xwbj {
    height: auto;
    overflow: hidden;
    padding-top: 165px;
}    
   
.xwtit {
    height: auto;
    overflow: hidden;
    margin-bottom: 120px;
}   
    
}


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

.xwbj {
    height: auto;
    overflow: hidden;
    padding-top: 145px;
}

.xwtit {
    height: auto;
    overflow: hidden;
    margin-bottom: 100px;
}

.cybj {
    height: auto;
    overflow: hidden;
    padding-top: 155px;
}

}

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

.xwbj {
    height: auto;
    overflow: hidden;
    padding-top: 125px;
}

.xwtit {
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
}

.cybj {
    height: auto;
    overflow: hidden;
    padding-top: 125px;
}

.ablan {
   width:100%;
   }

}

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

.xwbj {
    height: auto;
    overflow: hidden;
    padding-top: 95px;
}

.xwtit {
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
}

.cybj {
    height: auto;
    overflow: hidden;
    padding-top: 95px;
}

.kuanping {
   width:100%;
   }
   
.container {
    width:100%;
}

.abbj {
    height: auto;
    overflow: hidden;
    padding-top: 135px;
    padding-bottom: 100px;
}

.cykuai {
    width: 500px;
    height: 500px;
    position: relative;
    margin: 0 auto;
}

.cykuai-zi {
    position: absolute;
    width: 100%;
    padding-top: 80px;
}

.mubiao {
   display:none;
   }
   
.mubiao2 {
   display:none;
   }
   
.ablan {
   width:100%;
   }

}
   	

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

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

.nav {
    padding-left: 0px;
}


.kuanping {
   width:100%;
   }
   
.yd {
   display:block;
   }   
   
.yc {
   display:none;
   } 
   
.bwzi {
   display:none;
   }
   
.guding {
    padding-top: 0px;
    padding-bottom: 0px;
}

.logo {
   width:150px;
   }
   
.navbar-inverse {
    background-color: rgba(0,0,0,0.8);
    border-color: #5F5D5D;
}

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

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

.ableft {
    width: 100%;
}

.ableft h3 {
    font-size: 20px;
    color: rgba(0,0,0,0.8);
    margin-top: 0px;
    margin-bottom: 30px;
}

.abright {
    width: 100%;
	margin-top:20px;
}

.abmore {
    height: auto;
    overflow: hidden;
    margin-top: 45px;
}

.ableft h4 {
    font-size: 20px;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 15px;
}

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

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

.cykuai-zi {
    position: absolute;
    width: 100%;
    padding-top: 20px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}

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

.xwbj {
    height: auto;
    overflow: hidden;
    padding-top: 60px;
	padding-bottom:60px;
}

.xwtit {
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}

.xwtit-aa {
    width: 100%;
}

.xwtit-aa h3 {
    font-size: 20px;
    color: rgba(0,0,0,0.8);
    margin-top: 0px;
    margin-bottom: 0px;
}

.xwtit-bb {
    width: 100%;
    padding-top: 20px;
}

.xwkk-aa {
    width: 100%;
}

.xwkk-bb {
    width: 100%;
	padding: 15px;
    color: rgba(0,0,0,0.8);
    font-size: 14px;
    line-height: 20px;
}

.bottom-aa {
    width: 100%;
    padding: 15px;
}

.bottom-aa h2 {
    font-size: 20px;
    color: #444444;
    margin-top: 0px;
    margin-bottom: 8px;
}

.bottom-bb {
   display:none;
}

.footer {
    height: auto;
    overflow: hidden;
    color: rgba(68,68,68,0.6);
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
	margin-bottom:50px;
}

.bnnzi h2 {
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.ablan {
    width:100%;
    height:auto; overflow:hidden;
	line-height:50px;
    background-color: rgb(255, 255, 255, 0.95);
    margin: 0px auto 0px;
   }
   
.ablan li {
    list-style-type: none;
    width: 33.3%;
    height: 50px;
    position: relative;
}

.ablan li a {
    display: block;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    color: #333333;
    font-size: 14px;
    text-align: center;
}
   
.mouse {
   display:none;
   }
   
.ablan li a:hover {
   color: #00a8df;
   font-size: 14px;
   background:url(../images/hua.jpg) top center; background-repeat:no-repeat;
   background-size: 100% 3px;
}

.ablan li.hover a {
   color: #00a8df;
   font-size: 14px;
   background:url(../images/hua.jpg) top center; background-repeat:no-repeat;
   background-size: 100% 3px;
}

.about {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top:40px;
    padding-bottom: 50px;
}

.about-aa {
    width:100%;
    padding-top: 15px;
    font-size: 14px;
    line-height: 30px;
}

.about-aa h3 {
    font-size: 20px;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 30px;
}

.about-aa h4 {
    font-size: 20px;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 20px;
}

.about-bb {
    width: 100%;
}

.hexin {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top:40px;
    padding-bottom:55px;
    border-bottom: 1px solid #f5f5f5;
}

.hexin h3 {
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

.whrow li {
    list-style-type: none;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.whkk-s {
    padding: 10px;
    padding-bottom: 0px;
}

.rynei {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 25px;
    padding-bottom: 30px;
    background-color: #fafafa;
}

.rynei h2 {
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
}

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

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

.erji li {
    list-style-type: none;
    width: 48%;
    height: 40px;
    float: left;
	margin-left:1%;
    margin-right: 1%;
    margin-bottom: 15px;
}


.rykk {
    height: auto;
    overflow: hidden;
    padding: 10px;
    padding-bottom: 0px;
    background-color: #FFFFFF;
    margin-bottom: 15px;
}

.shili {
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 45px;
}

.slkuai {
    height: auto;
    overflow: hidden;
    color: rgba(51,51,51,.45);
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.slkuai h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 25px;
    color: #333333;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

.shuju {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px auto 0px;
}

.shuju li {
    width: 100%;
    color: #333333;
    text-align: center;
    font-size: 14px;
}

.shuju li h3 {
    font-size: 40px;
    color: #00a8df;
    margin-top: 5px;
    margin-bottom: 8px;
}

.zltit {
    height: 100px;
    padding-top: 40px;
    padding-left: 0px;
    background:none;
}

.zltit li {
    list-style-type: none;
	width:48%;
	margin-left:1%;
    margin-right:1%;
}

#slidingBlock span {
    text-align: center;
    font-size: 16px;
    over-flow: hidden;
}

#slidingBlock span.menuNo {
    background: #EEEEEE;
}

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

.zlrow li a {
height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
    line-height: 40px;
    padding-left: 0px;
}

.gequ {
    height: auto;
    margin-top: 25px;
    margin-bottom: 30px;
}

.gequ h2 {
    font-size: 20px;
    color: #333333;
    margin-top: 0px;
    margin-bottom:20px;
}

.gqmp3 {
    height: auto;
    overflow: hidden;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}

.geci {
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    font-size: 14px;
    line-height: 25px;
    color: rgba(0,0,0,.35);
}

.geci-aa {
    width: 100%;
}

.geci-bb {
    width: 100%;
    padding-left: 0px;
    border-left: 0px solid #f5f5f5;
	margin-top:20px;
}

.bnnzi {
    font-size: 18px;
}

.xwkuai {
    height: auto;
    overflow: hidden;
    background-color: #fafafa;
	padding:0px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.xwrow {
    height: auto;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: -5px;
    margin-right: -5px;
}

.xwrow li {
    list-style-type: none;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
	margin-bottom:10px;
}

.xwmk-zi {
    height: auto;
    overflow: hidden;
    color: #74787f;
    padding: 10px;
}

.xwmk-zi h3 {
    font-size: 12px;
    color: #74787f;
    margin-top: 0px;
    margin-bottom: 20px;
}

.news {
    height: auto;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
}

.news li {
    list-style-type: none;
    width: 100%;
    padding-left:5px;
    padding-right:5px;
    margin-top: 20px;
}

.xwkuai h4 {
    font-size: 20px;
    color: #000000;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

.xwxq {
    height: auto;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #666666;
    font-size: 14px;
    line-height: 25px;
}

.xwxq img {
    width:100%;
}

.liebiaok-aa {
    width: 100%;
}

.liebiaok-bb {
    width: 100%;
}

.alkuan {
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 20px;
}

.cpnei {
    padding: 15px;
    background-color: #FFFFFF;
}

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

.pro-img .colmd7 {
    width: 100%;
	margin-top:15px;
}

.pro-img .colmd7 .pro-ptt {
    font-size: 18px;
    padding: 0px 0px 10px;
    border-bottom: 1px #e8e8e8 solid;
    font-weight: bold;
}

.pro-img .colmd7>span {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 25px;
    border-bottom: 1px #e8e8e8 solid;
    display: block;
    color: #515151;
    font-size: 14px;
    line-height: 22px;
}

.cpxq {
    margin-top: 25px;
    height: auto;
    overflow: hidden;
}

.liuyans {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 30px;
    padding-bottom: 25px;
    background-color: #f1f1f1;
}

.liuyans h3 {
    font-size: 25px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
}

.biao h4 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #666666;
}

.fygnav {
    padding: 0px;
	height:50px;
	background-color:#0065cf;
}
.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:#0065cf; height:50px; padding-top:3px; border-right:1px solid rgba(255,255,255,.2);}

.fygnav li a:hover { color:#FFFFFF; background-color:#0065cf;}

.fygnav li p {
   margin-top:2px;
   }
   
   
.cybjx {
    padding-top: 80px;
    padding-bottom: 80px;
}

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

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

}


