@charset "utf-8";
/* CSS Document */

*{margin: 0;padding: 0}

.clear{clear:both}
.clearfix{zoom:1} .clearfix:after{content:".";display:block;visibility:hidden;height:0;clear:both;}

body{
	font-family: SimHei, Arial!important;
	overflow-x: hidden;
}

a{
	text-decoration: none;
}

ul li{
	list-style: none;
	/*float: left;*/
}
.no-padding {
	padding: 0;
}

.fenye a{
	color: #333;
}

.fenye a:hover{
	color: #1c80d3;
}

.pro-fenye a{
	color: #333;
}



.head{
	
	color: black;
	padding: 5px 0;
	position: absolute;
	z-index: 555;
	width: 100%;
	margin: 0 auto;
}

.h-l{
	float: left;
}
.h-r{
	float: right;
}

.dh-pro{
	width: 100%;
	
}

.dh-pro ul li{
	width: 33%;
	float: left;
}

.logo-h1{
	font-size: 21px;
margin: 0;
float: left;
height: 80px;
margin-top: 8px;
display: block;
line-height: 30px;
}

/*top*/
.top01{width: 100%;
height: 80px;
background: rgba(255,255,255,.5);
position: absolute;
z-index: 555;
margin-top: 30px;}
.top02{width:1200px;  margin:0px auto;}
.top02_l{width:10%;  float:left;}
.top02_z{
	
}
.top02_l img{width: 100%;margin-top: -7%;}
.top02_c{width:835px;  margin-left:40px; float:left;}
@media (min-width:992px) and (max-width:1199px){
	.top02_c{width:700px;  margin-left:30px; float:left;}
}
.top02_r{width:29px;  float:right;}
.top02 .search_dk{width:29px; height:24px; cursor:pointer; margin-top:40px; display:block;}
.top02 .search_gb{width:29px; height:24px; cursor:pointer; margin-top:40px; display:none;}
.top02 .search02{width:100%; height:auto; background:url(../images/sousuo02.png); position:fixed; left:0px; top:110px; z-index:99999; display:none;}
.top02 .search03{width:1200px; height:auto; padding:15px 0px; margin:0px auto;}
.top02 .search04{width:215px; height:30px; background:#FFF; float:right;}
.top02 .search05{width:38px; height:30px; float:right;}
.top02 .in{width:100%; height:30px; line-height:30px; border:0px; display:block;}


.dh{width:100%; height:auto;}
.dh ul{width:100%; height:auto;}
.dh ul li{width:12.5%; height:80px; float:left;}
.dh ul li .a01{width:100%; line-height:80px; text-align:center; color:#000; font-size:18px; display:block;}
.dh ul li:hover .a01{color:#1e6fb5; }
.dh_xl01{width:100%; height:380px; background:#f3f3f3; padding:20px 0px; position:absolute; left:0px; top:90px; z-index:999999; display:none;border-bottom: 1px solid #1e6fb5; }
.dh_xl02{width:1200px; height:210px; margin:0px auto;}
.dh_xl02_l{width:700px; height:auto; float:left;}
.dh_xl02_l a{width:300px; height:50px; line-height:50px; background:#FFF; text-align:center; font-size:14px; margin:0px 10px 10px 0px; display:block; float:left;}
.dh_xl02_r{width:480px; height:auto; float:right;}

.dh_xl02 ul li{
	width: 24%;float: left;
}

.dh_xl02 ul li img{
	width: 60%;
}

.polaroid {
  width: 80%;
  background-color: #1e6fb5;
 
}

.polaroid .pro-f {
  text-align: center;
  padding: 5px 10px 1px 10px;
}


.pro-m p{
	padding: 5% 4% 1% 5%;
	
}



.a-xia{
	height: 1px;
	width: 0;
	background: #1e6fb5;
	transition: all 1s;
	-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.pro-m span{
	float: right;
	margin-right: 25%;
	transition: all 1s;
	-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.pro-m a:hover span{
	margin-right: 20%;
}

/*top*/








.con{
	padding: 1.8% 0 ;
}

.con a{
	color: white;
}

.con h2{
	color: white;
	text-align: left;
	margin: 1% 0 3%
}

.con img{
	width: 35%;
	float: left;
	margin-top: 5%;
}

.con ul li{
	float: left;
	color: white;
	width: 100%;
	text-align: left;
	margin: 1.5% 0;
	font-size: 14px;
}

.con ul li h3{
	margin: 0;
	margin-bottom: 2.5%;
	font-size: 22px;
}

.con p{
	color: white;
	float: left;
	margin-left: 5%;
	height: 30px;
	line-height: 30px;
}







.xiajiantou{
	margin-left: 3%;
	position: relative;
	top: -3px;
	
	animation: dh 1s;
	-webkit-animation: dh 1s;
	-moz-animation: dh 1s;
	-ms-animation: dh 1s;
	-o-animation: dh 1s;
	animation-iteration-count:infinite;
	
}

@-moz-keyframes dh
{
	0%{top:-5px}
	100%{top:5px}
}
@-ms-keyframes dh
{
	0%{top:-5px}
	100%{top:5px}
}
@-o-keyframes dh
{
	0%{top:-5px}
	100%{top:5px}
}
@-webkit-keyframes dh
{
	0%{top:-5px}
	100%{top:5px}
}
@keyframes dh
{
	0%{top:-5px}
	100%{top:5px}
}

















