html, body {
	height: 100%;
	font-family: "思源黑体 CN Regula";
}

a:focus {
	outline:0px solid;
}

.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: #0d6fb8 ;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
	color: #0d6fb8 ;
	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{background-color: #FFF;width:1200px; margin:auto;height:90px 

}

.nav{	height:90px; width:950px; float: right
	}



.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: #333;
	font-size: 15px;
	font-weight: normal;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 90px;
	text-transform: uppercase;
}
.main-menu ul.navbar-nav li a:hover{
	color: #333;
}
.main-menu ul.navbar-nav > li > a::before {
    background: #0d6fb8;
    content: "";
    height: 2px;
    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: #0d6fb8 ;
    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: #fff;
}
.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: 220px;
	z-index: -99;
	box-shadow: 0px 0px 1px #ddd, -0px -0px 1px #ddd;

}

.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: 90px;
	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: 15px;
	padding: 7px 15px;
	text-transform: capitalize;
}
.main-menu ul.nav li ul.sub-menu li a span{
    color: #0d6fb8 ;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
    color:#0d6fb8 ;
}
.main-menu ul.nav li ul.sub-menu li:last-child {
    border:none;
}


/*----------------------------------------*/
.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:5px;}

   #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:94%}
.counter-area-2 .fun_text {
    width: 50%;
    float: left;
}
    
    
}
 
@media only screen and (min-width: 320px) and (max-width: 480px) {
.container {width:97%}
    
    
}
 



/*-----返回顶部剪头------*/

@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:#F5F5F5;
	color:#777;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	font-size:12px
}
.soud1a{ width:1200px; margin:auto; display:block}
.soud1a i{ margin-left:15px}
.soud1a em{ float:right}


.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: right;

}	





.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}
.search-option {
	background: #f5f5f5;
	color: #444;
	display: none;
	position: fixed;
	
	width: 300px;
	z-index: 99999;
	top: 40%;
	padding: 20px;
	left: 40%;
}
.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: 35px;
    padding: 5px 14px;
    text-align: center;
}





.yzh{box-shadow: 0px 10px 10px -10px #ccc;}	
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999; background-color:#FFF

}/*头部固定代码*/



.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: #0890e1;
	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: #BBE4FD;
}



.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;
	width: 350px;
	height: 30px;
	color: #000;
	padding-left: 15px;
}
.zb17b{
	margin-top:25px;
	line-height: 2em;
}


.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 b{
	font-weight: normal;
}
.fengnews  li a em{
	font-style: normal;
	float: right;
}
.fengnews  li a:hover{
	color: #0194dc;
}


.proList { }
.proList li{
	width:29.8%;
	float:left;
	text-align:center;
	margin-bottom:35px;
	margin-left: 2%; margin-right:1.5%; 
box-shadow: 0px 0px 10px #ccc;

}
.proList li i{
	display:block;
	width:100%; overflow:hidden

	
}

.proList li img{
	display:block;
	width:100%;
	height: auto; cursor: pointer; transition: all 1.2s;


}

.proList li a:hover img{filter:alpha(opacity=90);transform: scale(1.2);}  



.proList li a span{
	font-size:14px;
	color:#666;
	display:block;
	height:42px;
	line-height:42px;
	overflow:hidden;
	font-size:15px;
	background-color: #EAEAEA;
	display:block
}
.proList li a:hover span{
	color: #fff; background-color:#0050a3
}



.klm21{ width:100%; display:block; max-width:1920px; margin:auto}


.pro2 { }
.pro2 li{
	width:18%;
	float:left;
	text-align:center;
	margin-bottom:35px;
	margin-left: 2%;
box-shadow: 0px 0px 6px #999;

}


.pro2 li img{
	display:block;
	width:100%;
	height: auto;


}

.pro2 li a:hover img{opacity:0.9;filter:alpha(opacity=90)}  



.pro2 li a span{
	font-size:12px;
	color:#666;
	display:block;
	height:38px;
	line-height:38px;
	overflow:hidden;
	font-size:12px;
	background-color: #EAEAEA; display:block
}
.pro2 li a:hover span{
	color: #0194dc;
}


.xmg00{
	width: 1200px;
	margin-right: auto;
	margin-left: auto; overflow:hidden
}

.tpp1{ margin-top:50px}

.tpp2{ margin-top:70px}

.xmg0t{
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 46px;
}


.xmg02{
	background-color: #edf4f7;
	padding-top: 49px;
	padding-bottom: 88px;
}


.xmg03{
	display:block;
	text-align:center;
	font-size: 18px;
	line-height: 23px;
	height: 23px;
	margin-top: 10px;
}
.xmg03 b{ padding-left:8px; padding-right:8px
}


.xmg05{
	background-image:url(xmg03.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 90px;
	height: 510px;
}


.xmg05m{
	width: 1130px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 60px;
	font-size: 15px;
	line-height: 29px;

}




.xmg05n{
	width: 694px;
	padding-top: 38px;
	padding-bottom: 43px;
	border-top-width: 1px;
	border-top-style: solid;

	border-top-color: #8d9ea6;

	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.xmg05n em{
	font-size: 55px;
	line-height: 60px;
	font-weight: bold;
	display: block;
	color: #283f4f;
	letter-spacing: 2px;	
}

.xmg05n i{
	font-size: 23px;
	line-height: 25px;
	letter-spacing: 5px;
	display: block;
	margin-top: 14px;
	color: #6c6a6a;
	border-bottom-style: solid;
	border-bottom-color: #8d9ea6;
	padding-bottom: 35px;
	border-bottom-width: 1px;
	margin-bottom: 17px;
}

.xmg05n p{
	font-size: 14px;
	line-height: 17px;
	letter-spacing:3px;
	display: block;
	color: #7f8797;
	text-transform: capitalize;
}




.xmg06{
	background-image: url(xmg04.jpg);
	background-repeat: no-repeat;
	background-position: center -200px;
	height: 470px;
	background-attachment: fixed;
}



.xmg06e{
	display: block;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 122px;position: relative;

}

.xmg06f{
	font-size: 38px;
	line-height: 44px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: block;
	letter-spacing: 3px;
}


.xmg06u{
	display: block;
	margin-top: 68px;
}

.xmg06u li{
	background-image: url(xmg5a.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	width: 211px;
	height: 142px;
	padding-top: 27px;
	font-family: Arial;
	font-size: 45px;
	line-height: 46px;
	font-weight: bold;
	color: #FFF;
	margin-left:50px;
	float: left;
}
#xmg06i{
	background-image: url(xmg5b.png);
	width: 228px;

 margin-left:80px
}


#xmg06p{
	background-image: url(xmg5c.png);
	width: 198px;
 margin-left:108px
}

#xmg06r{
	background-image: url(xmg5d.png);
	width: 140px;
 margin-left:90px
}







.kan12{

	margin-top:20px;
	width:1200px;
	overflow:hidden; font-size:16px; margin-left:auto; margin-right: auto	
	
	
	}


.kan12 ul{ width:1300px}
.kan12 ul li a{
	float: left;
	height: 390px;
	width: 595px;
	background-color: #000;
	position: relative;
	margin-right: 5px;
	margin-bottom: 5px;
}
.kan12 ul li a img{opacity:0.8;filter:alpha(opacity=80); width:100%; height:390px}

.kan12 ul li a span{
	color: #FFF;
	text-align: center;
	display: block;
	position: absolute;
	top: 140px;
	width: 100%;
	padding-bottom: 22px;
	line-height:1.2em;
	font-size: 34px;
}
.kan12 ul li a:hover img{opacity:0.5;filter:alpha(opacity=50);}
.kan12 ul li a:hover{


}


#kan12m{
	width: 396px; height:345px 
}

#kan12m img{height:345px}





#pro {
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;

}

#pro_con {

	overflow:hidden;
	
}
#pro_con .LeftBotton {
	height:265px;
	width:30px;
	float:left;
	cursor:pointer;
	background-image: url(b8.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#pro_con .RightBotton {
	height:265px;
	width:30px;
	float:right;
	cursor:pointer;
	background-image: url(b9.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#pro_con .Cont {
	width:1212px;
	overflow:hidden;
	float:left;
	margin-left: 14px; margin-right:14px
}
#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: 286px;
	margin-right: 9px;
	margin-left:8px;
	list-style:none;

}



#pro_con .Cont li a p{
	line-height: 38px;
	display: block;
	height: 38px;
	text-align: center;
	font-size: 17px;
	color:#484646;
	overflow:hidden; margin-top:10px
}


#pro_con .Cont li a:hover p{
	color: #FFF;
	background-color: #0054a6;
}





#pro_con img {
	height: 235px;
	width: 286px; display:block;
}




.foot{
	background-color: #0093dd;
	width: 100%;
	padding-top: 70px;
	margin-top: 50px;
}
.foot1{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.foot2 {
	float: left;
	width: 450px;
}
.foot2 li{
	float: left;
	width: 150px;
}
.foot2 li em a{
	font-size: 18px;
	color: #FFF;
	display: block;
	margin-bottom: 30px;

}
.foot2 li span a{
	line-height:14px;
	display: block;
	padding-bottom: 15px;
	color: #fff;
	font-size: 14px;
	height: 29px;
}

.foot2 li span a:hover{
	color:#fff
}


.foot4{ float:left; margin-top:30px}

.foot5{
	float: right;
	width: 300px;
	display:block;
	font-size:16px;
	color:#FFF;
	
}


.foot5 i{ display:block;font-size:18px; margin-bottom:22px}
	
.foot5 em{
	font-size: 13px;
	color: #fff;
	display:block;
	line-height:24px;

}
.foot5 em a{color: #FFF;}


.foot5 em a:hover{color: #88c8f8;}

.foot5 b{
	font-size: 18px;
	color: #FFF;
	display:block;
	line-height: 28px;
	margin-bottom: 7px;
	font-weight: bold;
}	
	
.foot6{
	background-color: #47bffc;
	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:200px;
	display:block;
	color: #fff;
	float:right;
	text-align: right;
}

.foot7 a:hover{
	color: #777;
}


.xmg08{
	display: block;
	width: 288px;
	margin-right: 137px;
	float: left;
	color: #FFF;
}



.xmg08 img{
	display: block; margin-bottom:22px
}

.kanny2{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;	
	
	}

.kanny3{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	height: 62px; margin-bottom:50px
}

.kanny3 span{
	display: block;
	float: left;
	width: 150px;
	font-size: 30px;
	color: #333;
	padding-left: 5px;
	line-height: 38px;
}

.kanny3 span i{
	color: #aaaaaa;
	font-size: 12.5px;
	text-transform: capitalize;
	display: block;
	line-height: 14px;
	}

.kanny3 em{ display:block; width:1040px; float:right;}

.kanny3 em a{
	line-height: 62px;
	display: block;
	float: right;
	height: 61px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 16px;
	color: #585858;
}

.kanny3 em a:hover{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0d6fb8;color: #0d6fb8;
}


.kanny3f{
	float: left;
}







#kanny3{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0d6fb8;color: #0d6fb8;
}


.kanny3ww{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	height: 61px;
	margin-bottom:50px; 


}


.kanny3ww a{
	line-height: 62px;
	display: block;
	float: left;
	height: 61px;
	padding-right:15px;
	padding-left: 15px;
	font-size: 14px;
	color: #585858;
}

.kanny3ww a:hover{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0d6fb8;color: #0d6fb8;
}


#kanny3{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0d6fb8;color: #0d6fb8;
}



.ken27{
	width: 1500px;
}
.ken27 li{ height:530px;	float: left;}

.ken27 li a{
	width: 400px;
	height:460px;
	display: block;

	margin-top: 30px;
	margin-bottom: 30px;

	margin-right: 40px;
	margin-left: 20px;box-shadow: 0px 4px 8px #ccc;
}

.ken27 li a img{
	display: block;
	height: 400px;
	width: 400px;
}

.ken27 li a span{
	display: block;
	font-size:17px;
	line-height:20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 40px;
	overflow: hidden;
	color: #000;
	text-align: center;
}


.ken27 li a:hover{
	margin-top: 27px;
	margin-bottom: 33px;
	box-shadow: 0px 5px 20px #555;

}


.kan34{
	display: block; padding-top:30px; overflow:hidden

}

.kan35{
	display: block;
	width:870px;
	float:right;
	font-size: 15px;
	line-height: 28px;
	color: #7b7b7b;
}
.kan36{
	font-size: 25px;
	font-weight: bold;
	color: #5e5b5b;
	display: block;
	margin-bottom: 28px;
}

.kan37{

	display: block; margin-top:85px

}

.kan39{
	display: block; width:110%

}

.kan39 img{
	display: block;
	float: left;
	width: 29.3%;
	margin-right: 1.5%;
	margin-bottom: 20px;
}



.wdqz03e{ width:1200px;}

.wdqz03e li a{
	float: left;
	width:520px;
	margin-right:35px; margin-left:30px;
	margin-bottom:30px;
	height:125px;
	display:block;
	background-color: #FFF;
	padding: 20px;
}
.wdqz03e li a:hover{ background-color:#FFF}
.wdqz03e li a img{
	width:142px;
	height:118px;
	display:block;
	float:left;
	margin-right:25px;
	padding: 4px;
	border: 1px solid #CCC;
}

.wdqz03e li a span{
	width:285px;
	float:left;
}

.wdqz03e li a span i{
	font-size: 17px;
	line-height: 20px;
	display: block;
	height: 20px; margin-bottom:12px; margin-top:5px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;
}
.wdqz03e li a:hover span i{
	color:#2D91A2;

}

.wdqz03e li a span em{ font-size:12px; color:#888; line-height:18px; display:block;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

.wdqz03e li a span p{
	display:block;
	font-size:12px;
	color:#C1C1C1;
	margin-top:12px
}

.biaoti{
	font-size: 20px;
	color: #000;
	text-align: center;
	display: block;
	line-height: 25px;
	padding-top: 15px;
	padding-bottom:40px;
	font-weight: bold;
}


.ken27{
	width: 1300px;
}
.ken27 li{ height:480px;	float: left;}

.ken27 li a{
	width:360px;
	height:420px;
	display: block;

	margin-top: 20px;
	margin-bottom:10px;

	margin-right: 20px;
	margin-left: 20px;box-shadow: 0px 4px 8px #ccc;
}

.ken27 li a img{
	display: block;
	height: 360px;
	width: 360px;
}

.ken27 li a span{
	display: block;
	font-size:17px;
	line-height:20px;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 40px;
	overflow: hidden;
	color: #000;
	text-align: center;
}


.ken27 li a:hover{
	margin-top: 10px;
	margin-bottom: 20px;
	box-shadow: 0px 5px 20px #555;

}


.newss{
	font-family: "思源宋体 CN ExtraLight";	
}


.newss li a{
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 30px;
	padding-left: 30px;
	display:block;
	height: 360px;
	margin-bottom: 50px;
	display:block;
	overflow:hidden;
	background-color: #F7F7F7;
}
.newss li a:hover{
	background-color: #f2f2f2;
}

.newss li a i{
	display: block;
	height: 300px;
	width: 525px;
	float: left;
	overflow: hidden;border-radius:15px ; 
}
.newss li a i img{
	cursor: pointer;
	transition: all 1.2s;
	height: 300px;
	width: 525px;
}
.newss li a:hover i img{
transform: scale(1.2);
}
.newss li a span{
	display: block;
	width:500px;
	float: right;
	padding-top: 35px;	font-size: 16px;
}

.newss li a span em{
	font-size: 28px;
	color: #000;
	font-family: "思源黑体 CN Light";
	line-height: 40px;
	font-weight: bold;

}


.newss li a span p{
	display: block;

	margin-top: 32px;
	margin-bottom: 60px;

}


.newss li span b{
	font-weight: normal;
	color: #000;
	padding-right:11px;
	padding-left: 11px;
	line-height: 16px;
}


.newss li span ins{
	line-height: 25px;
	display: block;
	color: #000;
	height: 75px;
	overflow: hidden;
	text-decoration: none;
	font-size: 17px;
	font-family: "思源宋体 CN ExtraLight";
	margin-top: 30px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow: hidden;
}



.tuu2{}
.tuu2 img{
	display: block;
	float: left;
	width:46%;
	margin-right: 2%;
	margin-left: 2%; margin-top:40px
}





.tuu3{}
.tuu3 img{
	display: block;
	float: left;
	width:30%;
	margin-right: 1.5%;
	margin-left: 1.5%;
	margin-bottom: 30px;
}







.pro6 { }
.pro6 li{
	width:29.8%;
	float:left;
	text-align:center;
	margin-bottom:35px;
	margin-left: 2%; margin-right:1.5%; 


}
.pro6 li i{
	display:block;
	width:100%; overflow:hidden

	
}

.pro6 li img{
	display:block;
	width:100%;
	height: auto; cursor: pointer; transition: all 1.2s;


}

.pro6 li a:hover img{filter:alpha(opacity=90);transform: scale(1.2);}  



.pro6 li a span{
	font-size:14px;
	color:#666;
	display:block;
	line-height:28px;
	overflow:hidden;
	font-size:20px;
	background-color: #F2F2F2;
	display:block;
	background-image: url(ft05.png);
	background-repeat: no-repeat;
	background-position: 26px 75px;
	text-align: left;
	padding-left: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}
.pro6 li a:hover span{
	color: #fff; background-color:#21a1e8;background-image: url(ft05b.png);
}


.pro6 li a span em{
	font-size:14px;
	display:block;
	line-height: 28px;
	height: 28px;
	margin-bottom: 40px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;
}




.gffn43u a{
	display: block;
	height: 68px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2afaf;

	padding-left: 0.5%;
	margin-top: 110px;
}


.gffn43u a em{
	display: block;
	float: left;
	width: 850px;	font-size: 22px;
	line-height: 30px;
}
.gffn43u a img{
	display: block;
	float: right;
	margin-right: 25px;
}



.xgm54{
	display: block; width:1300px
}

.xgm54 li a{
	display: block;
	float: left;
	width: 196px;
	margin-right: 118px;
	height: 400px;
	overflow: hidden;
	margin-top: 70px;
}

.xgm54 li a i{
	display: block;
	overflow:hidden;
	padding: 3px;
	height: 196px;
	width: 196px;
	background-image: url(td1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.xgm54 li a i img{
cursor: pointer; transition: all 1.2s;
}
.xgm54 li a:hover i img{
transform: scale(1.2);
}


.xgm54 li a span{
	display: block;
	font-size: 24px;
	color: #777;
	text-align: center;
	padding-top: 20px;
}

.xgm54 li a span em{
	display: block;
	font-size: 29px;
	color: #4caabe;
	padding-top: 23px;
	padding-bottom: 16px;
	line-height: 33px;
}
.xgm54 li a span p{
	display: block;
	font-size: 15px;
	color: #828180;
	line-height: 20px;
	text-align: left;
}

.xgm57{
	display: block;
}
.xgm58{
	display: block;
	height: 1px;
	overflow: hidden;
	background-color: #e4e4e4;
	margin-top: 0px;
}

.xgm59{
	display: block;
	float: right;
	margin-top: 25px;
}











