html, body {
	height: 100%;
	font-family: "微软雅黑";
}

a:focus {
	outline:0px solid;
}
img {
	max-width:100%;
	height:auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fix {
	overflow:hidden;
}
em,li,i{
	font-style: normal;
	list-style-type: none;
}
p {
	margin:0 0 15px;
    color: #777;
}

a {
	transition: all 0.3s ease 0s;
	text-decoration:none; color:#666
}
a:hover {
  color: #1bb8ce ;
  text-decoration: none;-webkit-transition-duration: 0.7s;
-webkit-transition-timing-function: ease;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
	color: #1bb8ce ;
	text-decoration: none;
}


	

body {
	background: #fff none repeat scroll 0 0;
	color: #7f7f7f;
	font-size: 14px;
	text-align: left;
	overflow-x: hidden;
	line-height: 26px;
}











.clear{
	clear:both;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}



/*  菜单 
/*----------------------------------------*/



.main-menu{
	width:1200px;
	margin:auto;
	height:56px

}

.nav{
	height:56px;
	width:1160px;
	float: left;
	}



.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}
.main-menu ul.navbar-nav > li >a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #fff;
	font-size: 17px;
	font-weight: normal;

	margin-bottom: 0px; width:134px; text-align:center; display:block;

	line-height: 56px;
	text-transform: uppercase;
}
.main-menu ul.navbar-nav li a:hover{
	color: #fff;
}
.main-menu ul.navbar-nav > li > a::before {
    background: #fa7860;
    content: "";
    height: 3px;
    position: absolute;
    top: 0;
    width: 0;
    transition: .5s;
	left: 0px; 
}
.main-menu ul.navbar-nav >li:hover > a:before, .main-menu ul.navbar-nav >li.active > a::before {
    width: 100%;
}
.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}
.main-menu ul.navbar-nav li.active a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #1bb8ce;
	position: relative;
	z-index: 9999999;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color:#333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #1bb8ce;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
	background: #fff;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 100%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 270px;
	z-index: -99;
	box-shadow: 0px 0px 1px #ddd, -0px -0px 1px #ddd;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1bb8ce;
}

.main-menu ul.nav li ul.sub-menu li {
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu ul.nav li:hover ul.sub-menu {
	top: 56px;
	opacity: 1;
	z-index: 999;
	visibility: visible;
	padding: 20px 0px;  /*下拉导航*/
}
.main-menu ul.nav li ul.sub-menu li a {
	color: #444;
	display: block;
	font-size: 13px;
	padding: 7px 15px;
	text-transform: capitalize;
}
.main-menu ul.nav li ul.sub-menu li a span{
    color: #005AB1 ;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
	color:#1bb8ce;
}
.main-menu ul.nav li ul.sub-menu li:last-child {
    border:none;
}

.navbar-nav i{ float:left; color:#FFF; line-height:56px; font-size:17.7px}
/*----------------------------------------*/
.mobile-menu-area {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 10px 0px ;
}
.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.mean-container a.meanmenu-reveal:hover {
    color:#252525
}
.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #444;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
}
.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}
.mean-container .mean-nav ul li a.mean-expand {
    color: #444;
    line-height: 17px;
}
.mean-container .mean-nav ul li {
    width: 99.7%;
}
/*----------------------------------------*/
/*  3. Slider Area
/*----------------------------------------*/



@media (min-width: 1920px) {

  .client-details {
    padding: 6% 10%;
}
.company-content {
    padding: 100px 60px 100px 30px;
}
	
	
	
}





/* small mobile :320px. */
@media (max-width: 767px) {
.container {width:300px}
.logo {
    height: inherit;
    left: 0;
    padding: 0;
    position: absolute;
    top: 2px;
    z-index: 999999;
    max-width: 200px;
}
.logo a { padding-left:13px;}

   #sub-menu a{
	font-size:12px;
	font-weight: normal;
	color: #666;
	text-transform: capitalize;
}	 
    
    
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}
.counter-area-2 .fun_text {
    width: 50%;
    float: left;
}
    
    
}
 



/*-----返回顶部剪头------*/

@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}
 .fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

.fa-angle-up:before{content:"\f106"}     /*剪头*/


.fa-search:before{content:"\f002"}/*搜索*/
/*------------------*/









.soud1{
	height:33px;
	line-height:33px;
	background-color:#efefef;
	color:#777;
	font-size:14px
}
.soud1a{ width:1200px; margin:auto; display:block}
.soud1a i{ margin-left:15px}
.soud1a em{ float:right; font-size:12px}


.soud1a em a{
	font-size:12px;
	color:#777;
	margin-left:10px;
	margin-right:10px
}
.soud1a em a:hover{
	color: #005BAF;
}

.deyin01{ float:left}



.cggz1{
	width:100%;
	height:65px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
}

.cggz1b{ width:1200px; margin:0 auto; line-height:65px; font-size:14px;}

.cggz1b b{ font-size:14px;}
.cggz1b a{ margin-left:10px; margin-right:10px; color:#999}

.sea1{
	height: 30px;
	width: 263px;
	display:block;
	float:right;
	font-size: 13px;
	color: #ADADAD;
	padding-left: 7px;
	border: 1px solid #F1F1F1;
	line-height: 30px;
	border-radius:17px;
	margin-top:15px;
	padding-top:3px;
	background-color: #F1F1F1;
}


.sea2{
	line-height: 23px;
	height: 23px;
	width: 215px;
	border: 1px solid #F1F1F1;
	color: #999;
	float:left;
	background-color: #F1F1F1; margin-left:10px;
}
.sea3{float:left;}

.riggg{
	float: left;
	margin-top: 16px;
}	





.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}
.search-option {
	color: #444;
	display: none;
	position: fixed;
	width: 300px;
	z-index: 99999;
	top: 40%;
	padding: 20px;
	left: 40%;
	background-color: #1bb8ce;
}
.search-option input {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	color: #444;
	display: block;
	float: left;
	font-size: 14px;
	font-style: normal;
	padding: 8px 10px;
	width: 214px;
	height: 44px;
}
.search-option button.button {
    background: #fff;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 17px;
    line-height:46px;
    padding: 5px 14px;
    text-align: center;
}





.yzh{
	box-shadow: 0px 10px 10px -10px #ccc;
	background-color: #1bb8ce;
	
}	
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999; background-color:#FFF;background-color: #1bb8ce;

}/*头部固定代码*/



.wdi01{ width:1200px; margin-left:auto; margin-right:auto}

.wdi01 span{
	background-image: url(wd1.jpg);
	background-repeat: no-repeat;
	background-position: left 15px;
	display: block;
	float: right;
	height: 87px;
	width: 246px;

	padding-left: 50px;
	font-size: 32px;
	font-weight: bold;
	color: #f87458;
	margin-top: 5px;
}
.wdi01 span em{
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #969696;
	margin-bottom: 20px;
	background-color: #dceef2;
	width: 120px;
	margin-left: 150px; padding-left:8px
	
}

.wdi01 span em a{
	margin-right: 6px;
	margin-left: 6px;

}

.sbt1{
	font-size: 32px;
	font-weight: bold;
	background-image: url(klm1.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	display: block;
	color: #333;
	text-align: center;
	padding-top: 6px;
}

.sbt1 em{
	font-size: 18px;
	color: #4a4a4a;
	display:block;
	font-weight: normal;
	margin-top: 12px;
}

.sbt1 i{color: #1bb8ce}

.klm01{
	background-image: url(klm2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	padding-bottom: 30px;
}
.klm01b{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 28px;box-shadow: 4px 4px 15px #999 ;

}



.klm01c{
	float: left;
	width: 273px;
}
.klm01c a{
	display:block;
	background-color: #777;
	color:#FFF;
	font-size: 20px;
	line-height: 24px;
	padding-top: 15px;
	padding-left: 44px;
	height:55px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
.klm01c a p{
	font-size: 14px;
	color: #E3E3E3;
	display:block;
	line-height: 16px;opacity:0.7;filter:alpha(opacity=70)
}
.klm01c a:hover{
	background-color: #0891E1;
}
.klm01c img{
	display: block;
}

#klm01c2{
	border-bottom-style: none;
	border-bottom-width: 0px;
}


#klm01c3{	background-color: #1bb8ce;

}


.klm02{
	float: left;
	width: 898px;
	margin-left: 22px; margin-top:22px;
}


.klm03{
	float: left ;
	display: block;
	width: 576px;
}


.klm04{
	float:left;
	display:block;
width: 282px; margin-left:20px
}

.klm04 a img{
	border: 1px solid #DBDBDB;
	height: 280px;
	width: 276px;
	margin-bottom: 8px;
}
.klm04 a em{
	font-size: 19px;
	color: #888;
	display: block;
	padding-left: 10px;

}
.klm04 a em i{
	font-size: 16px;
	color: #999;
	display: block;

}
.klm04 a em b{
	line-height: 29px;
	font-weight: normal;
	display: block;
	height: 29px;
	width: 88px;
	border: 1px solid #d1d1d1;
	text-align: center;
	border-radius:18px;
	margin-top: 13px;
}
.klm04 a:hover em{
	color: #000;

}
.klm04 a:hover em b{
	border: 1px solid #d1d1d1;
	background-color: #0e75b8;
	color: #FFF;-webkit-transition-duration: 0.7s;
-webkit-transition-timing-function: ease; 
}




.ma7{width:100%;	margin-right: auto;	margin-left: auto;	margin-top: 30px;	}
.ma7 ul{}
.ma7 ul li{
	float:left;
	text-align:center;
	line-height:20px;
	margin-right: 9px;
	margin-left: 10px;
}
.ma7 ul li a span{
	color: #888;
	font-size: 20px; display:block; height:30px; line-height:30px; overflow:hidden; width:270px
}
.ma7 ul li a:hover span{
	color: #000;
}
.ma7 ul li img{border:1px solid #cdcdcd;margin-bottom:7px;height: 288px;	width:270px;display: block;}
#demo {overflow:hidden;width:867px;}
#indemo {float: left;width:800%;}
#demo1 {float: left;}
#demo2 {float: left;}	



.klm07{
	background-image: url(klm7.jpg);
	background-repeat: no-repeat;
	background-position: center 80px;
	margin-top: 35px;
}


.klm07c{
	width:1200px;
	margin-right: auto;
	margin-left: auto;
}

.klm07d{
	width:530px;
	display:block;
	font-size: 17px;
	margin-top: 200px;
	color: #666;
	line-height: 26px;
	padding-left: 20px;
}

.morab{
	line-height: 32px;
	color: #FFF;
	background-color: #1bb8ce;
	height: 32px;
	width: 160px;
	text-align: center;
	display: block;
	margin-top: 50px;
	text-transform: uppercase;
	overflow: hidden;
	font-size: 14px;
}
.morab:hover{
	background-color: #EA5D03;
	color: #FFF;
}


.klm08{
	width: 1070px;
	margin-top: 170px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 130px;
}

.klm08c{
	display: block;
	float: left;
	width: 210px;
}

.klm08c a{
	background-image: url(klm8.png);
	background-repeat: no-repeat;
	background-position: left 11px;
	padding-left: 32px;
	font-size: 25px;
	color: #FFF;
	display: block;
	margin-bottom: 32px;
}
.klm08c a p{
	font-size: 16px;
	color: #84CAF4;
	text-transform: uppercase;
}

.klm08c a:hover{
	color: #FC7114;
}




#pro {	float: left;
	width: 860px; overflow:hidden; 
}

#pro_con {
	float:left;
	overflow:hidden;
	height: 255px;
}
#pro_con .LeftBotton {
	height:220px;
	width:15px;
	float:left;
	cursor:pointer;
	background-image: url(an1.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#pro_con .RightBotton {
	height:220px;
	width:15px;
	float:right;
	cursor:pointer;
	background-image: url(an1b.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#pro_con .Cont {
	width:810px;
	overflow:hidden;
	float:left;
	margin-left: 10px; margin-right:10px
}
#pro_con .ScrCont{width:10000000px; padding:0; float:left;}
#pro_con #List1, #pro_con #List2 {float:left; padding:0px; margin:0px;}
#pro_con .Cont li {
	float:left;
	width: 260px;
	margin-right: 5px;
	margin-left: 5px;
}

#pro_con img {
	height: 220px;
	width: 260px;
}
#pro_con a {
	display:block;
	color: #666666;
}	
#pro_con a:hover {
	display:block;
	color: #FF6600;
}	


.klm09{
	background-image: url(klm9.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 80px;
	height: 700px;
}
.klm09c{
	width:592px;
	margin-top:100px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 578px;
	display: block;
	padding-right: 30px;
}





.klm09r{
	font-size: 130px;
	display: block;
	height: 88px;
	overflow: hidden;
	color: #f0f0f0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130px;
	font-weight: bold;
}
.klm09k{
	width: 430px;
	margin-right: auto;
	margin-left: auto;
	display:block;
	line-height: 25px;
	color: #000;
	font-size: 15px;
}
.klm09k b{
	font-size: 25px;
	color: #000;
	line-height: 61px;
	display: block;
}

.klm10{
	background-image: url(klm10.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 30px;
	padding-top: 40px;
	padding-bottom: 30px;
}
.klm10u{
	width: 1010px;
	padding-right: 95px;
	padding-left: 95px;
	padding-top: 42px;
	padding-bottom: 12px;
	background-color: #FFF;
	display:block;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 3px 3px 5px #ccc;
	overflow: hidden;
}



.klm10u a img{
	height: 130px;
	width: 216px;
	padding: 6px;
	border: 1px solid #E3E3E3;
	float: left;
	margin-right: 9px;
	margin-left: 13px;
	margin-bottom: 30px;
}

.klm10u a:hover img{
	height: 136px;
	width: 222px;
	padding: 3px;
	border: 1px solid #F19C69;
	float: left;
}



.klm11{
	width: 1200px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

.klm11c{
	background-color: #f0f0f0;
	padding: 10px;
	float: left;
	width: 198px;
	display:block;
	text-align:center;
	height: 482px;
	margin-top: 30px;
}

.klm11c em{
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #4F4F4F;
}

.klm11c em i{
	line-height:19px;
	display: block;
	padding-top: 6px;
}

.klm11n{
	color: #FFF;
	background-image: url(klm11c.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	display: block;
	height: 27px;
	width: 115px; margin-left:auto; margin-right:auto; margin-top:10px
}

.klm11n:hover{
	color: #FFF;
	background-image: url(klm11c2.png);

}


.klm12{
	float: left;
	width: 510px;
	margin-left: 20px;
	padding-right: 30px;
	padding-left: 30px;
	height: 502px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E6E6E6;
	border-left-color: #E6E6E6;
	margin-top: 30px;
}

.klm12v{
	font-size: 20px;
	font-weight: bold;
	color: #505050;
	line-height: 45px; display:block
}

.klm12v a{
	font-size: 14px;
	text-transform: uppercase;
	float: right;
	font-weight: normal;
}

.klm12m{
	display:block;
	width: 510px;
	margin-top: 20px;
	margin-bottom:18px;
	height: 270px;
}
.klm12y{}
.klm12y li {
	line-height: 45px;
	height: 45px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D9D9D9;
	overflow: hidden;
}

.klm12y li a{
	width: 410px;
	overflow: hidden;
}

.klm12y li em{
	text-align: right;
	display: block;
	float: right;
	width: 100px;
}

.klm13{
	float: right;
	width: 360px;
	margin-top: 30px;
	height: 502px;
	overflow: hidden; font-size:12px
}
.klm130{ margin-top:25px}
.klm130 a b{ color:#000; font-size:14px}
.klm130 a:hover b{ color:#fff;}
.klm130 a:hover{
	background-color: #F78103;
}
.klm13w{
	line-height: 20px;
	height: 54px;
	display:block;
	width: 330px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #E6E6E6;
	overflow: hidden;
	border-radius:27px;
	margin-bottom: 15px;
}

.klm13w img{ float:left; margin-right:20px;border-radius:27px; }

.klm13w p{
	float: left;
	display: block;
	margin-top: 8px;
	width: 225px; line-height:20px; height:40px; overflow:hidden; color:#333
}
.klm13w:hover p{
	color: #FFF;

}
.klm13d{
	line-height: 20px;
	height: 54px;
	display:block;
	width: 330px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #E6E6E6;
	overflow: hidden;
	border-radius:27px;
	margin-bottom: 20px;
	background-color: #EAEAEA;
}

.klm13d img{
	float:right;
	border-radius:27px;
}

.klm13d p{
	float: left;
	display: block;
	margin-top: 8px;
	width: 225px;
	margin-left: 30px;line-height:20px; height:40px; overflow:hidden;color:#333
}
.klm13d:hover p{
	color: #FFF;

}


.foot{
	background-color: #1bb8ce;
	width: 100%;
	padding-top: 38px;
}
.foot1{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.foot2 {
	float: left;
	width: 600px;
}
.foot2 li{
	float: left;
	width: 127px;
}
.foot2 li em a{
	font-size: 18px;
	color: #FFF;
	display: block;
	margin-bottom: 30px;
	letter-spacing: 3px;
	padding-left: 13px;
}
.foot2 li span a{
	line-height:14px;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-left: 20px;
	padding-bottom: 13px;
	color: #FFF;
	font-size: 12px;
	height: 14px;
}

.foot2 li span a:hover{
	color:#F87458
}


.foot3{
	float:left;
	margin-right:22px
}
.foot4{ float:left; margin-top:30px}

.foot5{
	float: right;
	width: 246px;
	display:block;
	font-size:16px;
	color:#FFF;
	line-height:25px;
	background-image: url(klm13.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 35px;
}


.foot5 i{ display:block}
	
.foot5 em{
	font-size: 16px;
	color: #FFF;
	display:block;
	line-height: 28px;
	margin-bottom: 5px;
}
.foot5 em a{color: #FFF;}
.foot5 b{
	font-size: 18px;
	color: #FFF;
	display:block;
	line-height: 28px;
	margin-bottom: 5px;
	font-weight: bold;
}	
	
.foot6{
	background-color: #FFF;
	height: 1px;
	overflow: hidden;
	display: block;
	margin-top: 40px;
}	


.foot7{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	line-height: 45px;
	color: #FFF;
	height: 45px;
	font-size: 14px;
}

.foot7 a{
	width:400px;
	display:block;
	color: #FFF;
	float:right;
	text-align: right;
}

.foot7 a:hover{
	color: #a7f3fe;
}


.xhao08{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 40px;
	padding-bottom: 40px;
}


.xhao09{ width:255px; float:left}
.xhao09a{
	font-size: 24px;
	line-height: 55px;
	color: #FFF;
	background-color: #1bb8ce;
	text-align: center;
	display: block;
	height: 55px;
}
.xhao09b{
	display:block
}
.xhao09b a{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	color: #555;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	font-size: 15px;
	line-height: 20px;
	background-image: url(rr.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.xhao09b a:hover{
	color: #333;
	background-color: #E4F9FC;
}



.xhao09c{
	border: 1px solid #ccc;margin-top:20px;; display:block
}

.xhao09c em{
	font-size: 18px;
	color:#fff;
	font-weight:100;
	height:46px;
	line-height:46px;
	background-color: #0194dc;
	display:block;
	padding-left:20px
}
.xhao09e{
	display: block;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
	font-size:14px;
	color:#666;
	line-height: 29px;
}

.xhao10{
	float: right;
	width: 905px;


	padding-bottom: 35px;

	border-top-color: #D4D4D4;
	border-right-color: #D4D4D4;
	border-bottom-color: #D4D4D4;
	border-left-color: #D4D4D4;
}

.zb17a{
	display:block;
	height:50px;
	line-height:50px;

	background-color: #eee;
}

.zb17a em{
	float:right;
	font-size:12px;
	font-weight:normal;
	color:#565656;
	padding-right: 10px;
	background-image: url(sy.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
}
.zb17a i{
	float: left;
	font-size:18px;
	display:block;
	text-align: center;
	width: 120px;
	height: 30px;
	color: #000;
}
.zb17b{
	margin-top:25px;
	line-height: 2em;
}

.biaoti{
	font-size: 18px;
	color: #000;
	text-align: center;
	display: block;
	height: 25px;
	line-height: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.t_page{
	padding:10px;
	text-align:center;
	font-size:12px;
	line-height:25px;
	
	}	
.t_page a{
	padding:2px 5px;
	border:1px solid #DEDEDC;
	margin:0px 3px;}
	

.fengnews {


}
.fengnews  li a{
	line-height: 25px;
	display: block;
	height: 25px;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	background-image: url(z.jpg);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 28px;
	padding-right: 10px;
	margin-top: 20px;
}
.fengnews  li a em{
	font-style: normal;
	float: right;
}
.fengnews  li a:hover{
	color: #1BB8CE;
}


.proList { }
.proList li{
	width:29.8%;
	float:left;
	text-align:center;
	margin-bottom:35px;
	margin-left: 3.5%;
box-shadow: 0px 0px 15px #888;

}
.proList li i{
	display:block;
	background-color:#0194dc;

	
}

.proList li img{
	display:block;
	width:100%;
	height: auto;


}

.proList li a:hover img{opacity:0.9;filter:alpha(opacity=90)}  



.proList li a span{
	font-size:14px;
	color:#666;
	display:block;
	height:38px;
	line-height:38px;
	overflow:hidden;
	font-size:12px;
	background-color: #EAEAEA; display:block
}
.proList li a:hover span{
	color: #1BB8CE;
}


.klm21{ width:100%}


.cyfz00{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}


.cyfzlef{ float:left}
.cyfzrig{ float:right}


.cyfz01 a{
	background-image: url(zcy1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 545px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 630px;
	padding-left: 25px;
	font-size: 15px;
	line-height: 25px;
	padding-top: 237px;
	height: 270px; color:#7d8088
}

.cyfz01 a:hover{
	color: #1BB8CE;
}
.cyfzb{
	background-color: #FAFAFA;
	padding-bottom: 48px;
}

.cyfz02{
	background-image: url(zcy2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 980px;
}

.cybtt{
	line-height: 65px;
	text-align: center;
	display: block;
	font-size: 44px;
	color: #3b3b39;
	text-transform: uppercase;
	padding-top: 35px;
}

.cybtt em{
	display: block;
	width: 110px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3b3b39;
	font-size: 22px;
	margin-right: auto;
	margin-left: auto;
	line-height: 50px;
	color: #777;
}




.cyfz03{
	width: 1300px;

}

.cyfz03 li a{
	float:left;
	width: 290px;
	margin-right: 13px;
	margin-top: 20px;height: 358px; overflow:hidden
}


.cyfz03 li a img{
	width: 290px;
	display:block;
	position: relative; height:260px
}
.cyfz03 li a span{
	background-color: #1bb8ce;
	display: block;
	height: 98px;
	position: relative;
	z-index: 888;
	top: 0px;
	left: 0px;
	text-align: center;
	color: #FFF;
	font-size: 12px; overflow:hidden
}
.cyfz03 li a span i{
	font-size: 20px;
	padding-top: 20px; display:block
}
.cyfz03 li a:hover span{
	height: 358px;

	top: -260px;-webkit-transition-duration: 0.7s;
-webkit-transition-timing-function: ease;
	
}

.cyfz03 li a:hover span i{

	padding-top: 120px; 
}

.cyfz03 li a span em{
	line-height: 30px;
	color: #FFF;
	display: block;
	height: 30px;
	width: 100px;
	margin-top: 38px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F97356;
}

.cyfz04{
	background-image: url(zcy4.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:730px;
	overflow: hidden;
}


.cyfztp1{
	margin-top: 25px;
}



.menu2 {
	height:500px;
	width:398px;
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 888;
	top: -500px;
}
.menu2 ul {
}
.menu2 li {


}
.menu2 li a {
	color:#fff;
	height: 100px;
	display: block;
	width: 398px;
	font-family: "微软雅黑";
	background-image: url(zcy6a.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.menu2 li a span{
	float: left;
	width: 298px;
	display:block;
	font-size:22px;
	padding-top: 28px;
}
.menu2 li a span em{
	display:block;
	font-size:12px;
	text-transform: uppercase;
}



.menu2 li a img{ float:left; display:block}



.menu2 li a.tabactive {
	background-image: url(zcy6b.png);
	background-repeat: no-repeat;
	background-position: left top;

}



#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4,#tabcontent5,#tabcontent6{
	width:850px;
	display:block;
	margin-left:350px;
	position: relative; display:block; height:500px
}

.menu5{
	width: 795px;
	margin-left: 405px;
	top: -580px;
	position: relative;
}


.menu5 a img{
	float: left;
	height: 70px;
	width: 135px;
	margin-right: 10px;
	margin-left: 10px; display:block;
	
}

.menu5 a:hover img{border: 3px solid #1BB8CE;}



.menu5 a.tabactive img{
height: 70px;
	width: 135px;
	border: 2px solid #1BB8CE;

}






.cyfz08{
	width: 1300px;
}

.cyfz08 li a{
	float: left;
	width:375px;
	margin-bottom: 50px;
	margin-top: 25px; height:366px; overflow:hidden; margin-right:35px
}



.cyfz08 li a img{
	width:375px;
	height:280px;
	display:block;
	position: relative;
}


.cyfz08 li a span{
	display: block;
	height: 60px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
	padding-top: 25px;
	font-size: 19px;
	line-height: 20px;
	color: #555;
	background-image: url(zcy9.png);
	background-repeat: no-repeat;
	background-position: 320px 33px;
	width: 375px;
	top: 0px;
}


.cyfz08 li a span em{
	font-size: 14px;
	display:block;
	margin-top: 10px;
}


.cyfz08 li a:hover span{
	border-bottom-width: 0px;
	top: -280px;
	height:280px;
	background-color: #1bb8ce;
	-webkit-transition-duration: 0.7s;
	-webkit-transition-timing-function: ease;
	color:#FFF;
	text-align:center;
	font-size: 24px;
	background-image: url(zcy9b.png);
	background-position: center 190px;padding-right: 0px;	padding-top:85px;
}
