html, body {
	height: 100%;
	font-family: "微软雅黑";
}

a:focus {
	outline:0px solid;
}
img {max-width:100%;
	height:auto;
}
.fix {
	overflow:hidden;
}
em,li,i{
	font-style: normal;
}
p {
	margin: 0px;
}

a {
	transition: all 0.3s ease 0s;
	text-decoration:none; color:#666
}
a:hover {
  color: #0050a3 ;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
	color: #0050a3 ;
	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:920px; 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: #000;
	font-size: 15px;
	font-weight: bold;
	margin-right: 20.5px;
	margin-bottom: 0px;
	margin-left:20.5px;
	line-height: 90px;
	text-transform: uppercase;
}

#hslm {
	float: right; margin-right:-35px
}
#hslm a{
	margin-right: 0px;
}


.main-menu ul.navbar-nav li a:hover{
	color: #333;
}
.main-menu ul.navbar-nav > li > a::before {
    background: #0050a3;
    content: "";
    height: 3px;
    position: absolute;
    bottom: 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: #005AB1 ;
    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;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #005AB1;
}

.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: 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:#005AB1 ;
}
.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: 183px;
}
.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: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:48px;
	line-height:48px;
	background-color:#FFF;
	color:#777;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	font-size:12px
}
.soud1a{
	width:1200px;
	margin:auto;
	display:block;
	font-size: 14px;
}
.soud1mg{
	display:block;
	float:left;
	margin-right:10px;
	padding-top:7px;
}
.soud1a i{
	margin-left:10px;
	color:#0050a3;
	font-weight: bold;
	font-size: 16px;
	display: block;
	float: left; margin-right:30px

}
.soud1a em{ float:right}


.soud1a em a{
	color:#777;
	margin-left:10px;
	margin-right:10px
}
.soud1a em a:hover{
	color: #005BAF;
}

.deyin01{
	float:left;
	margin-left: -60px;
}




.foott{
	width: 100%;
	font-size:12px;
	background-color: #666;
}



.footta{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top:34px;
	line-height:20px;
	color: #D4D4D4;
}

.footta2{
	width:580px;
	float:left;
	display:block;
	line-height:26px
}
.footta2 em{ width:320px; float:left; font-size:14px}
.footta2 i{
	display:block;
	font-size:21px;
	text-transform: uppercase;
	padding-bottom: 15px;
	font-weight: bold;
	letter-spacing: 2px;
}


.foottb{
	width:400px;
	float:right;
	padding-top: 40px;
	background-image: url(logo3.png);
	background-repeat: no-repeat;
	display: block;
	height: 100px;
	background-position: right center;
	padding-right: 200px;
}

.foottb dl{
	float: left;
	width: 175px;
	margin-right: 35px;
}
.foottb a{
	color:#DADEEF
}
.foottb a:hover{
	color:#C6CCE6
}


.foottb dl dt{
	width: 80px;
	display:block;
	font-size:16px;
	line-height: 42px;
	color: #E7E7E7;
	height: 42px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADEEF;
	margin-bottom: 18px;
}

.foottb dl dt a{
	color:#E4E8F3
}


.foottb dl dd{ display:block;
	line-height: 14px; padding-bottom:11px; margin-left:0px}







.foottd{
	line-height: 45px;
	height: 45px;
	background-color: #333;
	width: 100%;
	margin-top:25px
}
.foottd1{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;


}

.foottd2{
	float:left;
	color: #ccc;
}

.foottd3 a{ float: right; width:190px; text-align:right;color: #ccc;}


.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;
	margin-top:3px

}	





.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}
.search-option {
	background: #0050a3;
	color: #444;
	display: none;
	position: fixed;
	
	width: 470px;
	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;
	width: 378px;
	height: 50px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.search-option button.button {
	background: #fff;
	border: medium none;
	color: #fff;
	display: inline-block;
	float: right;
	height: 58px;
	padding-top: 5px;	

	
}





.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:250px; float:left}
.xhao09a{
	font-size: 24px;
	line-height: 55px;
	color: #FFF;
	background-color: #0050a3;
	text-align: center;
	display: block;
	height: 55px;
}
.xhao09b{
	display:block
}
.xhao09b a{
	display: block;
	color: #FFF;
	padding-right: 18px;
	padding-left: 30px;
	font-size: 15px;
	line-height: 50px;
	background-image: url(hsl18.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	margin-bottom: 12px;
}
.xhao09b a:hover{
	color: #fff;
	background-image: url(hsl18b.jpg);
}



.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:40px;
	line-height:30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}

.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;
}

.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;
	padding-bottom: 10px;
}
.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 15px #888;

}
.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;
}
.hsl00{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.hsl01 a{
	text-align: center;
	display: block;
	margin-bottom: 45px;	
}

.hsl01 a p{
	display: block;
	font-size: 35px;
	line-height: 36px;
	font-weight: bold;
	color: #555;

}
.hsl01 a p i{color: #0050a3;}

.hsl01 a em{
	color: #bbb;
	font-size: 13px;
	display: block;
	margin-top: 5px;
	text-transform: uppercase;
	height: 44px;
	background-image: url(hsl03.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.hsl01 a span{
	color: #6D6D70;
	font-size: 13px;
	display: block;
	margin-top: 14px;
	line-height: 15px;
}

.tpp1{
	margin-top: 60px;
}

#hsl02 a{
	text-align: left;
	display: block;
	float: left;
	width: 300px;
}


#hsl02 a em{
	background-position: left bottom;
}

.hsl03{
	display: block;
	float: right;
	width: 600px;
	text-align: right;
}

.hsl03 p{	display: block;
	font-size: 25px;
	line-height: 26px;
	font-weight: bold;
	color: #555;}


.hsl03 p i{color: #0050a3;}

.hsl03 em{
	color: #555;
	font-size: 20px;
	display: block;
	margin-top: 17px;


}



.chqz06{
	width: 1300px;
}
.chqz06 a{
	float: left;
	width: 292px;
	margin-right: 10px;
	font-size: 17px;
}
.chqz06 a i{
	display: block;
	height: 244px;
	width: 292px;
	overflow: hidden;
}
.chqz06 a img{height: 244px;
	width: 292px; cursor: pointer; 
transition: all 1.2s;}


.chqz06 a:hover img{transform: scale(1.17); }


.chqz06 a p{
	font-size: 15px;
	line-height: 20px;
	display: block;
	padding-top: 9px;
	padding-bottom: 18px;
	text-align: center;
}
.chqz06 a:hover p{
	color: #000;	
}

.hsl04{
	background-image: url(hsl04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 44px;
	width: 370px;
	margin-right: auto;
	margin-left: auto; margin-top:20px;	line-height: 44px; font-size:20px
}

.hsl04 a{
	color: #FFF;
	display: block;
	height: 44px;
	width: 135px;
	margin-right: 60px;
	text-align:center;
	font-size: 16px; float:left
}

.hsl04 a:hover{
	background-color: #034488;	width: 145px;margin-right: 50px;
}


.hsl04 p{
	width: 165px;
	text-align:center;
	font-size:20px;
	float:left;
	color: #FFF;}
	
	

.hsl06{
	background-image: url(hsl05.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 598px;
margin-top:70px; color:#FFF	 
}	
	
	
.hsl06y{
	display: block;
	width: 572px;
	padding-left: 628px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
	
.hsl06y p{
	font-size: 32px; line-height:33px; padding-top:73px; margin-bottom:97px; font-weight:bold
}	
	
.hsl06y a{
	display: block;
	float: left;
	width: 195px;
	padding-right: 71px;
	padding-left: 10px;
	color: #FFF;
}	
.hsl06y a em{
	display: block;
	margin-left: 56px;
	font-size: 22px;
	font-weight: bold;
	line-height: 23px;
	margin-bottom: 19px;
}	
	
.hsl06y a span{
	display: block;
	font-size: 13px;
	line-height: 18px;
	 height:139px
}	
			
	
	
.hsl08{
	background-image: url(hsl06.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 822px;
	margin-top: 20px;
}
	
	
.hsl09{
	padding-top: 141px;
	padding-left: 83px;
	width: 400px; float:left; display:block

}
	
.hsl09b{
	font-size: 23px;
	color: #000;
	display:block;
	font-weight: bold;
}
.hsl09c{
	font-size: 13px;
	color: #000;
	display:block;
	font-weight: bold;
	margin-bottom: 20px;
}
		
	
.hsl09d{
	font-size: 14px;
	color: #555;
	display:block;
	line-height: 23px;
}
		
		
.hsl09e{
	color: #fff;
	display:block;
	line-height: 50px;
	text-align: center;
	height: 50px;
	width: 182px;
	background-color: #0051a3;
	margin-top: 37px;
}
.hsl09e:hover{
	color: #fff;
	width:202px;
	background-color: #0051a3;

}
				
.hsl11{
	display: block;
	float: left;
	height: 566px;
	width: 245px;
	background-image: url(hsl09.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.hsl11a{
	font-size: 15px;
	line-height: 18px;
	color: #B4B4B4;
	padding-top: 21px;
	display:block
}
		
.hsl11b{
	font-size:28px;
	line-height: 33px;
	color: #0051a3;
	padding-top:33px;
	display:block
}
			
.hsl11c{
		font-size:33px;
	line-height: 33px;
	color: #c8c9cd;
	padding-top:265px;
	display:block
	}	
		
.hsl11c i{
	font-size:24px;
	line-height: 48px;
	display:block;
	font-family: Verdana, Geneva, sans-serif;
	}	
				
.hsl12{
	float: left;
	width: 417px;
	margin-left: 60px;
	display: block;
}		
.hsl12 img{
	display: block;
	margin-bottom: 34px;
}	
	
.hsl12m{
	display: block;
	margin-bottom: 28px;
	height: 50px;
}	
	
	
.hsl12m p{
	display: block;
	height: 48px;
	width: 55px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E0E0;
	font-size: 16px;
	line-height: 18px;
	padding-top: 5px;
	float: left;
}		
		
.hsl12m p i{
	display: block; font-size:26px; color:#666;
	height: 26px;

}		
				
.hsl12m	span{
	display: block;
	float: right;
	width: 340px;
}		


.hsl12m	span em{
	display: block; font-size:16px; height:20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;
	
}	
.hsl12m	span ins{
	display: block;
	font-size:14px;
	height:20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #C1C1C1;
	text-decoration: none;
	margin-top: 5px;
}	

.hsl12g{
	line-height: 47px;
	display: block;
	height: 47px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D1D1D1;
}	

.hsl12g p{
	display: block;
	padding-left: 22px;
	float: left;
	width: 288px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	background-image: url(hsl13.jpg);
	background-repeat: no-repeat;
	background-position: left 16px;
}	

.hsl12g em{
	display: block;
	float: right;
	width: 93px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-align:right;
	font-size: 12px;
	color: #999;
}	
	
	
	
	
	
	
.hsl15{
	background-color: #323437;
	padding-top: 38px;
	padding-bottom: 38px;
	margin-top: 50px;
}
	
	
.hsl18{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3e4043;
	padding-bottom: 15px;
	margin-bottom: 38px;
}

.hsl18 span{
	text-align: right;
	display: block;
	float: right;
	width: 400px;
	color: #FFF;
	margin-right: 30px;
	font-size: 16px;
}
.hsl18 span i{
	display: block;
	color: #0071be;
	font-weight: bold;
}

.hsl20{
	display: block;
	float: left;
	width: 550px;color:#c0c1c2; font-size:13px
}

.hsl20 p{
	display: block;
	float: left;
	width: 113px;
	text-align: center; color:#777
}

.hsl20 p img{display: block; margin-bottom:5px}		
	

.hsl20 em{
	display: block;
	float: right;
	width: 400px;
	color:#c0c1c2;
	font-size:15px;
	padding-top: 10px;
}

.hsl20 a img{
	display: block;
	float: left;
	margin-right:19px;
	margin-top: 10px;
	margin-bottom: 31px;
}

.hsl20 a{
	color:#c0c1c2;

}


.foot2 {
	float: right;
	width: 600px;
}
.foot2 li{
	float: left;
	width:150px;
}
.foot2 li em a{
	font-size:15px;
	color: #c0c1c2;
	display: block;
	margin-bottom: 16px;
	background-repeat: no-repeat;
	background-position: left bottom;
	height:40px;
	font-weight: bold;
}
.foot2 li span a{
	line-height:14px;
	display: block;

	padding-bottom: 15px;
	color: #888;
	font-size: 13px;
	height: 14px;
}

.foot2 li span a:hover{
	color:#fff
}






.tuuu{}
.tuuu img{
	width:30%;
	margin-right:1.5%;
	margin-left:1.5%;
	margin-top: 30px;
	float: left;
}



.tuuu2 span{
	width:30%;
	margin-right:1.5%;
	margin-left:1.5%;
	margin-top: 30px;
	float: left;
}

.tuuu2 span img{ display:block; width:100%; margin-bottom:8px	
}
.tuuu2 span i{
	display:block;
	height:22px;
	line-height:22px;
	overflow:hidden;
	font-size:14px;
	color: #333;
	text-align: center;
}



.gs01{
	background-image: url(wddd.jpg);
	background-repeat: no-repeat;
	background-position: left 15px;
	padding-left: 50px;
	display: block;
	padding-top: 18px;
	padding-bottom: 20px;
	font-size:18px;
	font-weight: bold;
}


.gs02{
	display: block;
	padding-top: 25px; margin-left:auto; margin-right:auto

}
.gs03{
	display: block;
 margin-left:auto; margin-right:auto

}

@media (max-width:767px){

.tuuu img{
	width:46%;
	margin-right:2%;
	margin-left:2%;
	margin-top: 30px;
	float: left;
}



.tuuu2 span{
	width:46%;
	margin-right:2%;
	margin-left:2%;

}

.tuuu2 span img{ display:block; width:100%; margin-bottom:8px	
}
.tuuu2 span i{

	font-size:12px;
	
}	
	
	}







