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

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

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

@font-face {      font-family: 'MaisonNeue-Light';      
src: url('MaisonNeue-Light.eot'); /* IE9 Compat Modes */      
src: url('MaisonNeue-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('MaisonNeue-Light.woff') format('woff'), /* Modern Browsers */              
url('MaisonNeue-Light.otf')  format('truetype'), /* Safari, Android, iOS */              url('MaisonNeue-Light.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 */    }

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

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

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

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

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


.navbar-inverse {
    background-color: #FFFFFF;
    border-color: #5F5D5D;
	box-shadow: 0px 0px 15px rgba(0,0,0,.1);
}

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

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

.nav {
    padding-left: 280px;
}


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

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


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

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


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

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

ul {
   margin:0px;
   padding:0px;
   }
   


.yuyan {
   width:100px;
   height:100px;
   float:right;
   line-height:100px;
   text-align:center;
   color:#FFFFFF;
   background-color:#02849b;
   }
   
.yuyan a {
   color:#FFFFFF;
   }
   
.em {
   width:100px;
   height:100px;
   float:right;
   line-height:100px;
   text-align:center;
   }

.kuanping {
   width:1330px;
   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;
   }

.banner img {
   width:100%;
   }  
   
.navbar-right {
   margin-right:-15px;
} 


.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 70px;
    left: 15%;
    width: 186px;
}  

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
}

.banner .swiper-pagination-bullet {
    width: 26px;
    height: 26px;
    display: inline-block;
    border-radius: 50%;
    background: #FFFFFF;
    opacity: 0.3;
}

.banner .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #FFFFFF;
	opacity: 1;
}


.cpbj {
   height:auto; overflow:hidden;
   padding-top:56px;
   padding-bottom:70px;
   background-color:#f4f4f4;
   }
   
.cpbj h2 {
   font-family: 'ITCAvantGardeStd-Md', Helvetica, Arial, sans-serif;
   font-size:43px;
   color:#32363f;
   text-align:center;
   margin-top:0px;
   padding-bottom:27px;
   background:url(../images/xiahua.png) center bottom; background-repeat:no-repeat;
   margin-bottom:37px;
   }
   
.cprow {
   margin-left:-11px;
   margin-right:-11px;
   }
   
.cprow li {
   list-style-type:none;
   width:33.3%;
   float:left;
   padding-left:11px;
   padding-right:11px;
   }
   
.cpfl {
   height:auto; overflow:hidden;
   background-color:#363636;
   border-radius: 5px;
   box-shadow: 0px 0px 15px rgba(0,0,0,.1);
   }
   
.cpfl 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%;}  

.cpfl:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cpfl section {
   overflow: hidden;
   }	 
	
section {
    display: block;
} 
   
.cpfl-zi {
   position:relative;
   height:126px;
   padding:30px;
   padding-top:60px;
   padding-bottom:0px;
   color:#FFFFFF;
   text-align:center;
   font-size:16px;
   margin-top:-31px;
   z-index:3;
   }
   
.cptb {
   position:relative;
   width:61px;
   height:61px;
   margin:-30px auto 0px;
   border-radius: 50%;
   background-color:#FFFFFF;
   box-shadow: 0px 0px 15px rgba(0,0,0,.1);
   z-index:5;
   }
   
.cptt1 {
   width:61px;
   height:61px;
   background:url(../images/fltb1.png) center top; background-repeat:no-repeat;
   background-color:#FFFFFF;
   }
   
.cptt2 {
   width:61px;
   height:61px;
   background:url(../images/fltb2.png) center top; background-repeat:no-repeat;
   background-color:#FFFFFF;
   }
   
.cptt3 {
   width:61px;
   height:61px;
   background:url(../images/fltb3.png) center top; background-repeat:no-repeat;
   background-color:#FFFFFF;
   }
   
.cptt4 {
   width:61px;
   height:61px;
   background:url(../images/fltb4.png) center top; background-repeat:no-repeat;
   background-color:#FFFFFF;
   }
   
.cpfl:hover {
   background-color:#02849b;
   transition: all 300ms ease-in 0ms;
   }
   
.cpfl:hover .cptt1 {
   background:url(../images/fltb1.png) center bottom;
   background-color:#FFFFFF;
   transition: all 300ms ease-in 0ms;
   }
   
.cpfl:hover .cptt2 {
   background:url(../images/fltb2.png) center bottom;
   background-color:#FFFFFF;
   transition: all 300ms ease-in 0ms;
   }
   
.cpfl:hover .cptt3 {
   background:url(../images/fltb3.png) center bottom;
   background-color:#FFFFFF;
   transition: all 300ms ease-in 0ms;
   }
   
.cpfl:hover .cptt4 {
   background:url(../images/fltb4.png) center bottom;
   background-color:#FFFFFF;
   transition: all 300ms ease-in 0ms;
   }
   
.guanyu {
   height:auto; overflow:hidden;
   margin-top:60px;
   margin-bottom:66px;
   }
   
.guanyu h2 {
   font-family: 'ITCAvantGardeStd-Md', Helvetica, Arial, sans-serif;
   font-size:43px;
   text-align:center;
   margin-top:0px;
   background:url(../images/xiahua.png) center bottom; background-repeat:no-repeat;
   padding-bottom:40px;
   margin-bottom:65px;
   }
   
.gykk {
   height:auto; overflow:hidden;
   }

.gykk-aa {
   width:47%;
   float:left;
   }
   
.gykk-bb {
   width:52%;
   font-size:18px;
   line-height:34px;
   color:rgba(46,49,56,.6);
   float:right;
   }
   
.gykk-bb h3 {
   font-family: 'ITCAvantGardeStd-Md', Helvetica, Arial, sans-serif;
   font-size:31px;
   color:#32363f;
   margin-top:0px;
   margin-bottom:25px;
   }
   
.abmore {
   width:184px;
   height:50px;
   margin:66px auto 0px;
   }   
   
.abmore a {
   display:block;
   width:184px;
   height:50px;
   line-height:50px;
   font-size:18px;
   text-align:center;
   background-color:#02849b;
   color:#FFFFFF;
   border-radius: 25px;
   }  
   
   
.whybj {
   height:auto; overflow:hidden;
   padding-top:70px;
   padding-bottom:80px;
   background:url(../images/whbj.jpg) center;
   background-size:100% 100%;
   } 
   
.whybj h2 {
   font-family: 'ITCAvantGardeStd-Md', Helvetica, Arial, sans-serif;
   font-size:43px;
   text-align:center;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:70px;
   background:url(../images/xiahua2.png) center bottom; background-repeat:no-repeat;
   padding-bottom:40px;
   }
   
.wyrow {
   margin-left:-40px;
   margin-right:-40px;
   }
   
.wyrow li {
   list-style-type:none;
   width:25%;
   color:rgba(255,255,255,.6);
   line-height:20px;
   text-align:center;
   padding-left:40px;
   padding-right:40px;
   float:left;
   }
   
.whytb {
   width:206px;
   height:206px;
   line-height:206px;
   text-align:center;
   background:url(../images/quan.png);
   margin:0 auto;
   }
   
.wyrow li h3 {
   font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;
   font-size:28px;
   color:#ffffff;
   margin-top:20px;
   margin-bottom:20px;
   }
    
.xinwen {
   height:auto; overflow:hidden;
   background:url(../images/xwbj.jpg) center;
   background-size:100% 100%;
   padding-top:60px;
   padding-bottom:64px;
   } 
   
.xinwen h2 {
   font-family: 'ITCAvantGardeStd-Md', Helvetica, Arial, sans-serif;
   font-size:43px;
   text-align:center;
   margin-top:0px;
   padding-bottom:37px;
   background:url(../images/xiahua.png) center bottom; background-repeat:no-repeat;
   margin-bottom:78px;
   } 
   
.xwkk {
   height:auto; overflow:hidden;
   }
   
.xwkk-aa {
   width:46.15%;
   float:left;
   }
   
.xwkk-aa li {
   list-style-type:none;
   height:auto; overflow:hidden;
   margin-bottom:15px;
   }
   
.xwhh {
   height:auto; overflow:hidden;
   background-color:rgba(43,44,51,.42);
   }
   
.xwhh a {
   color:#FFFFFF;
   }   
   
.xwhh-aa {
   width:20.7%;
   padding:8px;
   padding-top:20px;
   font-family: 'MaisonNeue-Light', Helvetica, Arial, sans-serif;
   font-size:15px;
   float:left;
   }
   
.xwhh-aa h3 {
   font-family: 'MaisonNeue-Light', Helvetica, Arial, sans-serif;
   font-size:33px;
   margin-top:0px;
   margin-bottom:8px;
   }
   
.xwhh-bb {
   width:79.3%;
   height:auto; overflow:hidden;
   background-color:#f3f5ff;
   color:#8c939d;
   line-height:22px;
   font-family: 'MaisonNeue-Book', Helvetica, Arial, sans-serif;
   padding:20px;
   padding-top:23px;
   float:right;
   }
   
.xwhh-bb h3 {
   font-family: 'ITCAvantGardeStd-Md', Helvetica, Arial, sans-serif;
   font-size:16px;
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   color:#1b1d21;
   margin-top:0px;
   margin-bottom:6px;
   }
   
.xwkk-bb {
   width:48.9%;
   position:relative;
   float:right;
   }
   
.xwhh:hover {
   background-color:#02849b;
   transition: all 300ms ease-in 0ms;
   }
   
.xwkk-zi {
   position:absolute;
   width:100%;
   height:86px;
   color:#FFFFFF;
   background-color:rgba(0,0,0,.75);
   left:0px;
   bottom:0px;
   z-index:2;
   } 
   
.xwkk-zi-aa {
   width:85.4%;
   padding:10px;
   padding-left:30px;
   padding-right:120px;
   font-size:19px;
   line-height:32px;
   float:left;
   } 
   
.xwkk-zi-bb {
   width:14.6%;
   line-height:86px;
   text-align:center;
   background-color:#02849b;
   text-align:center;
   float:right;
   } 
   
.xwkk-bb 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;}  

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

.lxdd {
   height:auto; overflow:hidden;
   padding-top:25px;
   padding-bottom:25px;
   color:#FFFFFF;
   background-color:#02849b;
   }
   
.lxdd-aa {
   width:29.5%;
   font-family: 'ITCAvantGardeStd-Md', Helvetica, Arial, sans-serif;
   font-size:26px;
   float:left;
   }
   
.lxdd-aa h2 {
   font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;
   font-size:21px;
   margin-top:0px;
   margin-bottom:6px;
   }
     
.lxdd-bb {
   width:45%;
   float:left;
   }
   
.kklx {
   height:54px;
   background:url(../images/jtt.png) right center; background-repeat:no-repeat;
   border: 1px solid rgba(255,255,255,0);
   color:rgba(255,255,255,.33);
   border-bottom:1px solid rgba(255,255,255,.33);
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
   border-radius:0;
   } 
   
.kklx:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
}  

.lxdd-bb .form-control:-moz-placeholder {
  color:rgba(255,255,255,.33);
}

.lxdd-bb .form-control::-moz-placeholder {
  color:rgba(255,255,255,.33);
  opacity: 1;
}

.lxdd-bb .form-control:-ms-input-placeholder {
  color:rgba(255,255,255,.33);
}

.lxdd-bb .form-control::-webkit-input-placeholder {
  color:rgba(255,255,255,.33);
}
   
.lxdd-cc {
   width:172px;
   float:right;
   }
   
.anniu {
   width:171px;
   height:50px;
   font-size:18px;
   color:#02849b;
   background-color:#FFFFFF;
   border:1px solid #FFFFFF;
   border-radius: 25px;
   } 
   
.anniu:hover {
   background-color:#eeeeee;
   border:1px solid #eeeeee;
   color:#333333;
   }  

.bottom {
   height:auto; overflow:hidden;
   padding-top:75px;
   background-color:#151515;
   font-size:14px;
   line-height:29px;
   color:rgba(255,255,255,.6);
   }
   
.bottom a {
   color:rgba(255,255,255,.6);
   }
   
.bottom a:hover {
   color:rgba(255,255,255,1);
   }
   
.bottom h2 {
   font-family: 'maisonneue-demi', Helvetica, Arial, sans-serif;
   font-size:16px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:45px;
   }
   
.weixin {
   height:auto; overflow:hidden;
   margin-top:30px;
   }
   
.lanmu {
   width:216px;
   height:auto; overflow:hidden;
   }
   
.lanmu li {
   list-style-type:none;
   width:50%;
   float:left;
   }
   
.fx {
   height:auto; overflow:hidden;
   } 
   
.fx li {
   list-style-type:none;
   width:49px;
   float:left;
   margin-right:15px;
   } 
   
.fx li a {
   display:block;
   width:49px;
   height:49px;
   line-height:49px;
   text-align:center;
   border-radius: 50%;
   color:#FFFFFF;
   background-color:rgba(255,255,255,0.1);
   }
   
.fx li a:hover {
   background-color:#02849b;
   }
   
.footer {
   margin-top:14px;
   height:auto; overflow:hidden;
   line-height:78px;
   border-top:1px solid rgba(255,255,255,0.1);
   }
   
.footer a {
   color:rgba(255,255,255,0.3);
   }
   
.juyou {
   text-align:right;
   }
   
.guding {
   position:fixed;
   top:0px;
   width:100%;
   z-index:9;
   }
   
.hidex {
    top: -100px;
}
   
.wyrow li:hover img {

    -webkit-transform: rotatey(360deg);

    -moz-transform: rotatey(360deg);

}

.wyrow li img {

    -webkit-transition: 1.2s ease;

    -moz-transition: 1.2s ease;

    max-width: 100%;

    margin: 0 auto;

}

.yc {
   display:block;
   }
   
.yd {
   display:none;
   }
   
   
/* 关于我们 */
.bnn img {
   width:100%;
   } 
   
.lanmux {
    height: 74px;
    box-shadow: 0px 10px 10px rgba(0,0,0,.1);
    background: #fff;
    position: relative;
}

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

.lm-ct ul li {
    list-style-type:none;
    margin-right: 44px;
}

.lm-ct ul li a {
    display: block;
    line-height: 74px;
    font-size: 18px;
    color: #74767f;
	cursor:pointer;
}

.lm-ct ul li a:hover {
   color:#02849b;
   }
   
.lm-ct ul li.hover a {
   color:#02849b;
   }

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

.about {
   height:auto; overflow:hidden;
   padding-top:40px;
   padding-bottom:60px;
   }
   
.about h2 {
   font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;
   font-size:30px;
   color:#000000;
   text-align:center;
   position:relative;
   margin-top:0px;
   padding-bottom:27px;
   border-bottom:1px solid #d9d9d9;
   margin-bottom:12px;
   }
   
.xhh {
   position:absolute;
   width:100%;
   left:0px;
   bottom:-2px;
   z-index:5
   }
   
.xhh-w {
   width:217px;
   height:3px;
   background-color:#a6a6a6;
   margin:0 auto;
   }

.lanse {
   color:#02849b;
   }
   
.lanse2 {
   color:#0480cc;
   }   
   
.about h3 {
   font-family: 'MaisonNeue-Book', Helvetica, Arial, sans-serif;
   font-size:16px;
   color:#666666;
   text-align:center;
   margin-top:0px;
   margin-bottom:106px;
   }

.abww {
   height:auto; overflow:hidden;
   }
   
.abww-aa {
   width:48.2%;
   float:left;
   }
   
.abww-bb {
   width:48%;
   color:rgba(0,0,0,.8);
   font-family: 'MaisonNeue-Light', Helvetica, Arial, sans-serif;
   font-size:15px;
   line-height:23px;
   float:right;
   }
   
.abww-bb h4 {
   font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;
   font-size:25px;
   color:#000000;
   margin-top:0px;
   margin-bottom:20px;
   }
   
.ce {
   margin-top:36px;
   }   
   
.abxx {
   height:auto; overflow:hidden;
   margin-top:36px;
   }
   
.abxx-aa {
   width:63.3%;
   color:rgba(0,0,0,.8);
   font-family: 'MaisonNeue-Light', Helvetica, Arial, sans-serif;
   font-size:15px;
   line-height:27px;
   float:left;
   }
   
.abxx-bb {
   width:34.6%;
   float:right;
   }
   
.abxx2 {
   margin-top:25px;
   color:rgba(0,0,0,.8);
   font-family: 'MaisonNeue-Light', Helvetica, Arial, sans-serif;
   font-size:15px;
   line-height:27px;   
   }
   
.shebei {
   padding-top:145px;
   padding-bottom:50px;
   background:url(../images/sbbj.jpg) bottom; background-repeat:no-repeat;
   background-size:100% 265px;
   height:auto; overflow:hidden;
   } 
   
.shebei h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:30px;
   text-align:center;
   position:relative;
   font-weight:bold;
   margin-top:0px;
   padding-bottom:33px;
   border-bottom:1px solid #d3d3d3;
   margin-bottom:16px;
   }  
   
.shebei h3 {
   font-family: 'MaisonNeue-Book', Helvetica, Arial, sans-serif;
   font-size:16px;
   text-align:center;
   margin-top:0px;
   margin-bottom:63px;
   } 
   
.sbkuan {
   width:1614px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }

.abbd {
   border:10px solid #f5f5f5;
   }  
   
   
.about {
    height: auto;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 60px;
}

.about h3 {
    font-family: 'MaisonNeue-Book', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 35px;
}

/* 产品 */
.cpnn {
   height:auto; overflow:hidden;
   padding-top:40px;
   padding-bottom:85px;
   background-color:#f6f6f6;
   }
   
.search1 {
   margin-top:0px;
   width:100%;
   box-shadow: 0px 0px 15px rgba(0,0,0,.1);
   }
   
.search1 form {
    display: flex;
}

.search1 .search {
    border: 0;
    height: 58px;
    font-size: 14px;
    padding-left: 58px;
	background:url(../images/fdj.png) left; background-repeat:no-repeat;
	background-color:#FFFFFF;
	color:#d8d8d8;
    width: 86%;
    border-radius: 0;
}   

.search1 .btn {
    height: 58px;
    margin: 0;
    background: #02849b;
    border-radius: 0;
    color: #FFFFFF;
	font-size:16px;
    text-align: center;
    width: 14%;
}

.search1 .form-control:-moz-placeholder {
  color: #d8d8d8;
}

.search1 .form-control::-moz-placeholder {
  color: #d8d8d8;
  opacity: 1;
}

.search1 .form-control:-ms-input-placeholder {
  color: #d8d8d8;
}

.search1 .form-control::-webkit-input-placeholder {
  color: #d8d8d8;
}

.cprow2 {
   margin-left:-12px;
   margin-right:-12px;
   margin-top:30px;
   padding-top:10px;
   height:auto; overflow:hidden;
   }
   
.cprow2 li {
   list-style-type:none;
   width:33.3%;
   float:left;
   padding-left:12px;
   padding-right:12px;
   margin-bottom:40px;
   }
   
.cptu {
   height:auto; overflow:hidden;
   background-color:#ffffff;
   box-shadow: 0px 0px 15px rgba(0,0,0,.1);
   } 
   
.cptu 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%;}  

.cptu:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cptu section {
   overflow: hidden;
   }	 
	
   
.cptu-zi {
   height:auto; overflow:hidden;
   color:#6d6d7a;
   font-size:18px;
   padding:25px;
   } 
   
.cptu-zi h2 {
   font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;
   font-size:24px;
   color:#0e0d11;
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   margin-top:16px;
   margin-bottom:14px;
   }
   
.cptu:hover {
   background-color:#02849b;
   transition: all 300ms ease-in 0ms;
   }
   
.cptu:hover .cptu-zi {
   color:#FFFFFF;
   transition: all 300ms ease-in 0ms;
   }
   
.cptu:hover .cptu-zi h2 {
   color:#FFFFFF;
   transition: all 300ms ease-in 0ms;
   }
   
/* 产品详情 */

.pro-img{
   margin-top:40px;
}
.pro-img .xiaotu{
   margin-top:20px;

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

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

.pro-img .xiaotu li.hover{
	border:1px #0e66a6 solid;
}
.pro-img .colmd5{
	width:36%;
	float:left;
}
.pro-img .colmd7{
	width:60%;
	float:right;
}
.pro-img .colmd7 .pro-ptt{
	font-size:22px;
	font-weight:bold;
	padding:0px 0px 15px;
	border-bottom:1px #555555 solid;
	font-weight:bold;
}
.pro-img .colmd7>span{
	margin:20px 0 0 0;
	display:block;
	color:rgba(62,70,77,.8);
	font-size:14px;
	line-height:22px;
	width:100%;
	word-wrap:break-word;
}
.pro-img .colmd7>span ul{
	list-style-type:disc;
	margin-left:20px;
}
.jqzzoom{position:relative;}
.jqzoom{position:relative;overflow:hidden;border:0px #ddd solid; height:auto; overflow:hidden;}
.zoomdiv{float:left;top:0 !important;left:101% !important;border:3px solid #e4e4e4;display:none;text-align:center;overflow: hidden;position:absolute;z-index:999;background-color:#fff;}
.bigimg{width:1500px;height:1500px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:80px !important;height:80px !important;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}	




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

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

#fuwus {
    position: static;
}

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

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

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

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

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

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

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

.guddx {
    height: 460px;
    padding: 5px;
    overflow-y: scroll;
}  
      

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

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

/* 新闻 */

.xwbj {
   height:auto; overflow:hidden;
   padding-top:36px;
   padding-bottom:52px;
   background-color: #f6f6f6;
   }
   
.xwkkt {
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   }
   
.xwkkt-aa {
   width:55.1%;
   float:left;
   }
   
.xwkkt-bb {
   width:42%;
   float:right;
   font-size:15px;
   line-height:27px;
   color:#9596a5;
   padding:40px;
   }
   
.xwkkt-bb h2 {
   font-family: 'DIN-Bold', Helvetica, Arial, sans-serif;
   font-size:19px;
   color:#818181;
   margin-top:0px;
   margin-bottom:36px;
   }
   
.xwkkt-bb h3 {
   font-family: 'MaisonNeue-Bold', Helvetica, Arial, sans-serif;
   font-size:22px;
   color:#23232b;
   line-height:36px;
   margin-top:0px;
   margin-bottom:36px;
   }
   
.xwmore {
   margin-top:30px;
   font-size:16px;
   color:#e20c0c;
   }  
   
.xwmore span {
   border-bottom:1px solid #e20c0c;
   }
   
.xwkkt 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%;}  

.xwkkt:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.xwkkt section {
   overflow: hidden;
   }
   
.xwhht {
   margin-top:45px;
   margin-left:-27px;
   margin-right:-27px;
   height:auto; overflow:hidden;
   }
   
.xwhht li {
   list-style-type:none;
   width:50%;
   float:left;
   padding-left:27px;
   padding-right:27px;
   margin-bottom:36px;
   }
   
.xwtt {
   height:auto; overflow:hidden;
   }
   
.xwtt a {
   display:block;
   height:auto; overflow:hidden;
   padding:20px;
   padding-top:30px;
   padding-bottom:30px;
   background-color:#FFFFFF;
   border-radius: 8px;
   }	
   
.xwtt-aa { 
   width:76.8%;
   font-size:15px;
   line-height:27px;
   color:#9596a5;
   float:left;
   }
   
.xwtt-aa h2 {
   font-family: 'MaisonNeue-Bold', Helvetica, Arial, sans-serif;
   font-size:18px;
   line-height:25px;
   height:auto; overflow:hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   color:#23232b;
   margin-top:0px;
   margin-bottom:26px;
   } 

.xwtt-bb { 
   width:17.8%;
   font-size:16px;
   color:#e20c0c;
   text-align:right;
   float:right;
   }
   
.xwtt-bb span {
   border-bottom:1px solid #e20c0c;
   }
   
.xwtt-bb h2 {
   font-family: 'DIN-Bold', Helvetica, Arial, sans-serif;
   font-size:19px;
   color:#818181;
   margin-top:10px;
   margin-bottom:76px;
   } 
   
.xwtt a:hover {
   background-color:#02849b;
   color:rgba(255,255,255,.6);
   }
   
.xwtt a:hover .xwtt-aa {	   
   color:rgba(255,255,255,.6);
   }
   
.xwtt a:hover .xwtt-aa h2 {
   color:#FFFFFF;
   }
   
.xwtt a:hover .xwtt-bb {	   
   color:#FFFFFF;
   }
   
.xwtt a:hover .xwtt-bb h2 {
   color:#FFFFFF;
   }
   
.xwtt a:hover .xwtt-bb span {
   border-bottom:1px solid #FFFFFF;
   }
   
/* 新闻内 */
.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;
}


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

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

.liebiaow-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: #02849b;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
} 

/* 联系我们 */
.lxnnw {
    margin-top: 66px;
    margin-bottom: 70px;
}

.lxnnw h2 {
   font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;
   font-size:24px;
   color:#333333;
   margin-top:0px;
   margin-bottom:36px;
   }
   
.lxkuan {
   width:1416px;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.lxnnw-k {
   height:auto; overflow:hidden;
   }

.lxleft {
   width:52.6%;
   float:left;
   } 
   
.lxright {
   width:39.1%;
   float:right;
   } 

.lxhh {
    height: auto;
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(168,174,181,.1);
}

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

.lxhh-bb {
    width: 89%;
    float: right;
	font-family: 'MaisonNeue-Book', Helvetica, Arial, sans-serif;
    color: #8c939d;
    font-size: 16px;
}	

.lxhh-bb a {
   color:#8c939d;
   }

.lxhh-bb h3 {
    font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;
    font-size: 18px;
    margin-top: 0px;
	padding-bottom:8px;
	background:url(../images/xh3.png) left bottom; background-repeat:no-repeat;
    margin-bottom: 3px;
    color: #121211;
}

.liuyans {
    height: auto;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 90px;
    background-color: #f7f8fc;
}

.liuyans h2 {
    font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 56px;
}

.lyrow {
    height: auto;
    overflow: hidden;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 10px;
}

.lyrow li {
    list-style-type: none;
    width: 50%;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
}

.lyrow li h3 {
    font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #242e33;
    margin-top: 0px;
    margin-bottom: 8px;
}

.kka {
    height: 85px;
    background-color: #ffffff;
    border: 1px solid #eceff2;
    border-radius: 0;
}

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


.biao h3 {
    font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #242e33;
    margin-top: 0px;
    margin-bottom: 8px;
}

.kkb {
    background-color: #ffffff;
    border: 1px solid #eceff2;
    border-radius: 0;
}

.anniuw {
    width: 182px;
    height: 52px;
    font-size: 16px;
    background-color: #e20c0c;
    border: 1px solid #e20c0c;
    border-radius: 0;
    padding: 0px;
}

.hongse {
    color: #f71616;
}


/* 下载中心 */
.idown {

   height:auto; overflow:hidden;

   margin-bottom:20px;

   }

.idown ul {

    margin: 0px;

	padding:0px;

}

.idown ul li {

    margin-bottom: 15px;
    list-style-type: none;

}

.idown ul li a {

    display: flex;

    background: #fff;

    padding: 5px 15px 5px 5px;

    justify-content: space-between;

    border: 1px #ddd solid;

    align-items: center;

    transition: .3s;

}

.idown ul li a section {

    display: flex;

}

.idown ul li a section small {

    margin: 0px 15px 0px 0px;

    width: 88px;

}

.idown ul li a section small img {

    max-width: 100%;

}

.idown ul li a section big {

    display: flex;

    flex-wrap: wrap;

    align-content: space-between;

}

.idown ul li a section big p {

    font-size: 1.6rem;

    color: #333333;

    width: 100%;

    line-height: 26px;

}

.idown ul li a section big b {

    font-size: 1.4rem;

    color: rgba(0,0,0,.4);

    font-weight: normal;

    line-height: 18px;

}

.idown ul li a span {

    border: 1px #02849b solid;

    color: #02849b;

    line-height: 20px;

    padding: 5px 20px;

    transition: .3s;

    margin: 5px 0px;

}

.idown ul li a:hover span {
   border: 1px #02849b solid;
   background-color:#02849b;
   color:#FFFFFF;
   
   }


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

.navbar-nav > li > a {
    margin-left: 20px;
    margin-right: 20px;
}

.sbkuan {
   width:100%;
   }

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

.navbar-nav > li > a {
    margin-left: 12px;
    margin-right: 12px;
}

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

.sbkuan {
   width:100%;
   }
   
.lxkuan {
   width:100%;
   }

}   

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

.container {
    width: 100%;
  }

.kuanping {
   width:100%;
   }
   
.nav {
    padding-left: 80px;
}

.navbar-nav > li > a {
    margin-left: 8px;
    margin-right: 8px;
}

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

.sbkuan {
   width:100%;
   }
   
.lxkuan {
   width:100%;
   }
   
}   

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

body {
  margin-top:64px;
}

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

.nav {
    padding-left: 0px;
}


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

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.cpbj {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.cpbj h2 {
    font-size: 20px;
    color: #32363f;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 15px;
    background: url(../images/xiahua.png) center bottom;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.cprow {
    margin-left: -6px;
    margin-right: -6px;
}

.cprow li {
    list-style-type: none;
    width: 33.3%;
	padding-left:6px;
	padding-right:6px;
	margin-bottom:10px;
}

.cptb {
   margin:-20px auto 0px;

   }
   

.cptt1 {
    width: 40px;
    height: 40px;
    background: url(../images/fltb1-1.png) center top;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

.cptt2 {
    width: 40px;
    height: 40px;
    background: url(../images/fltb2-1.png) center top;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

.cptt3 {
    width: 40px;
    height: 40px;
    background: url(../images/fltb3-1.png) center top;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

.cpfl-zi {
    position: relative;
    height: 100px;
    padding: 15px;
    padding-top: 40px;
    padding-bottom: 0px;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
}

.guanyu {
    height: auto;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 30px;
}

.guanyu h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 0px;
    background: url(../images/xiahua.png) center bottom;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.gykk-aa {
    width: 100%;
}
.gykk-bb {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
	margin-top:10px;
}

.gykk-bb h3 {
    font-size: 18px;
    color: #32363f;
    margin-top: 0px;
    margin-bottom: 15px;
}

.abmore {
    width: 100%;
    height: 40px;
    margin: 20px auto 0px;
}

.abmore a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    background-color: #02849b;
    color: #FFFFFF;
    border-radius: 20px;
}

.whybj {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.whybj h2 {
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.proce {
    padding: 0px 50px;
    position: relative;
}

#fuwu {
    position: static;
}

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

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

.wytt {
    height:auto; overflow:hidden;
    color: rgba(255,255,255,.6);
    line-height: 20px;
    text-align: center;
}

.wytt h3 {
    font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;
    font-size: 28px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
}

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

.yc {
   display:none;
   }
   
.yd {
   display:block;
   }
   
.xinwen h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}  

.xwkk-aa {
    width: 100%;
} 

.xwkk-bb {
    width: 100%;
}

.xwkk-zi {
    position: absolute;
    width: 100%;
    height: 70px;
}

.xwkk-zi-aa {
    padding: 10px;
    font-size: 14px;
    line-height: 26px;
}

.xwkk-zi-bb {
    line-height: 70px;
    text-align: center;
}

.lxdd {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.lxdd-aa {
    width: 100%;
    font-family: 'ITCAvantGardeStd-Md', Helvetica, Arial, sans-serif;
    font-size: 18px;
}


.lxdd-bb {
    width: 100%;
}

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

.anniu {
    width: 100%;
    height: 40px;
    font-size: 14px;
    border-radius: 25px;
}

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

.bottom h2 {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 25px;
}

.footer {
    margin-top: 14px;
	padding:15px;
    height: auto;
    overflow: hidden;
    line-height: 40px;
}

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

.fygnav li a:hover { color:#FFFFFF; background-color:#02849b;}

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

.navbar-nav > li > a {
    margin-left: 0px;
    margin-right: 0px;
}

.yuyan {
    width: 50%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
    background-color: #02849b;
}

.em {
    width: 50%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.sbkuan {
   width:100%;
   }
   
.about {
    padding-top: 20px;
    padding-bottom: 30px;
}

.about h2 {
    font-size: 20px;
    color: #000000;
    text-align: center;
    position: relative;
    margin-top: 0px;
    padding-bottom: 15px;
    margin-bottom: 8px;
}

.about h3 {
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
}

.abww-aa {
    width: 100%;
}

.abww-bb {
    width: 100%;
    color: rgba(0,0,0,.8);
    font-size: 14px;
    line-height: 23px;
}

.abww-bb h4 {
    font-size: 18px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 8px;
}

.ce {
    margin-top: 16px;
}

.abxx {
    height: auto;
    overflow: hidden;
    margin-top: 16px;
}

.abxx-aa {
    width:100%;
    font-size: 14px;
    line-height: 25px;
}

.abxx-bb {
    width: 100%;
}

.shebei {
    padding-top: 45px;
    padding-bottom: 20px;
    background: url(../images/sbbj.jpg) bottom;
    background-repeat: no-repeat;
    background-size: 100% 265px;
    height: auto;
    overflow: hidden;
}


.shebei h2 {
    font-size: 20px;
    text-align: center;
    position: relative;
    font-weight: bold;
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 8px;
}

.shebei h3 {
    margin-top: 0px;
    margin-bottom: 25px;
}


.procek {
    padding: 0px 50px;
    position: relative;
}

#fuwuk {
    position: static;
}

.procek .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/zuo.png);
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.procek .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/you.png);
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.wykk p {
   margin-top:10px;
   text-align:center;
   font-family: 'Proxima Nova Semibold_0',Helvetica, Arial, sans-serif;
   color:#FFFFFF;
   }
   
.xwbj {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f6f8fa;
}

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

.xwkkt-bb {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    color: #9596a5;
    padding: 15px;
}

.xwhht {
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
    height: auto;
    overflow: hidden;
}

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

.xwtt a {
    display: block;
    height: auto;
    overflow: hidden;
    padding: 15px;
    border-radius: 8px;
}

.xwtt-aa {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
}

.xwtt-bb {
    width: 100%;
    font-size: 14px;
}

.xwtt-bb h2 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.liebiaow-aa {
    width: 100%;
}

.liebiaow-bb {
    width: 100%;
} 

.lxkuan {
   width:100%;
   }
   
.lxnnw {
    margin-top: 30px;
    margin-bottom: 40px;
}
   
.lxnnw h2 {
    font-size: 20px;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 15px;
}

.lxleft {
    width: 100%;
}

.lxright {
    width: 100%;
}

.liuyans {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

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

.lyrow {
    height: auto;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
}

.lyrow li {
    list-style-type: none;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.lyrow li h3 {
    font-size: 16px;
    color: #242e33;
    margin-top: 10px;
    margin-bottom: 10px;
}

.kka {
    height: 40px;
    background-color: #ffffff;
    border: 1px solid #eceff2;
    border-radius: 0;
}

.biao h3 {
    font-size: 16px;
}

.cpnn {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 20px;
    padding-bottom: 35px;
}

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

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

.search1 .search {
    border: 0;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    color: #d8d8d8;
    width: 75%;
}

.search1 .btn {
    font-size: 14px;
    text-align: center;
    width: 25%;
}

.pro-img {
    margin-top: 20px;
}

.guddx {
    height:auto; overflow:hidden;
    overflow-y:none;
}

.liebiao-aa {
    width: 100%;
}

.liebiao-bb {
    width: 100%;
}

.ablan {
   height:auto; overflow:hidden;
   padding:10px;
   } 
   
.ablan li {
   list-style-type:none;
   width:48%;
   float:left;
   margin-left:1%;
   margin-right:1%;
   margin-bottom:5px;
   }
   
.ablan li a {
   display:block;
   width:100%;
   height:40px;
   line-height:40px;
   text-align:center;
   background-color:#eeeeee;
   color:#000000;
   }
   
.ablan li a:hover {
   background-color:#02849b;
   color:#FFFFFF;
   }
   
.ablan li.hover a {
   background-color:#02849b;
   color:#FFFFFF;
   }
   
   
.cplan {
   height:auto; overflow:hidden;
   padding:10px;
   } 
   
.cplan li {
   list-style-type:none;
   width:100%;
   float:left;
   margin-left:0%;
   margin-right:0%;
   margin-bottom:5px;
   }
   
.cplan li a {
   display:block;
   width:100%;
height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   line-height:40px;
   text-align:center;
   background-color:#eeeeee;
   color:#000000;
   }
   
.cplan li a:hover {
   background-color:#02849b;
   color:#FFFFFF;
   }
   
.cplan li.hover a {
   background-color:#02849b;
   color:#FFFFFF;
   }
   
.cprow2 {
    margin-left: -6px;
    margin-right: -6px;
    margin-top: 10px;
    padding-top: 10px;
}

.cprow2 li {
    list-style-type: none;
    width: 50%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 20px;
}

.cptu-zi {
    font-size: 14px;
    padding: 15px;
}

.cptu-zi h2 {
    font-size: 18px;
    color: #0e0d11;
    margin-top: 8px;
    margin-bottom: 6px;
}

.xwhh-aa h3 {
    font-size: 23px;
    margin-top: 0px;
    margin-bottom: 8px;
}

.inewsct .inews-ct img {
    width: 100%;
}

}


