*{margin: 0px;padding: 0px;border:0px; font-family:"微软雅黑";}
body{ min-width:1200px;font-size: 14px; overflow-x:hidden;}
ul{list-style-type: none;}
#box{width: 100%; background-color: #103d8e;color:white;position: relative;z-index: 3;}
.menu{width: 1200px;margin:0 auto;overflow: hidden;z-index: 100;}
.first_menu{list-style-type: none;font-size: 16px;color:white;}
.first_menu a{color:white;text-decoration:none;}
.first_menu a:hover{color:white;}
.first_menu > li{float: left;padding:0px 28px;height: 65px; line-height: 65px;cursor: pointer;border-top:4px solid #103d8e;}
.first_menu > li:hover{border-top:4px solid #1960de;background-color:#0c3071;}
.second_menu{position: absolute;display: none;width:150px;background-color: #103d8e;margin: 0px;border: 0px;padding: 0px;margin-left:-60px;}
.second_menu li{padding-left:30px;list-style-type: none;float: none;height: 40px;line-height: 40px;transition: all 0.4s;}
.second_menu li:hover{background-color:#0c3071 ;color: white;cursor: pointer;}

.div{width: 1200px;margin: 0 auto;overflow:  hidden;margin-top: 20px;}
a{color:#333;text-decoration:none;}
a:hover{color:#c00; text-decoration:none;}
#slide-index {position: relative; min-width: 1000px; width: auto; height:396px; overflow: hidden}
#slide-index .slides {min-width: 1000px; width: auto; height:396px}
#slide-index .slide {position: relative; min-width: 1000px; float: left; height:396px}
#slide-index .image {z-index: 1; position: absolute}
#slide-index .button {width: 138px; display: none}
#slide-index .control {z-index:40; position: absolute; text-align: center; width: 100%; bottom:0; height: 19px; cursor: pointer}
#slide-index .control a{background-image: url(../img/hw_000505.gif); filter: alpha(opacity=60); width: 11px; display: inline-block; background-repeat: no-repeat; height: 11px; cursor: pointer; margin-right: 6px; opacity: 0.6}
#slide-index .control a:hover {background-image: url(../img/hw_000506.gif); filter: alpha(opacity=100); opacity: 1}
#slide-index .control a.active {background-image: url(../img/hw_000506.gif); filter: alpha(opacity=100); opacity: 1}
.autoMaxWidth {position: relative; height: 232px; overflow: hidden}

.silder-box{position:relative;margin:0 auto ;padding: 60px 0px 100px 0px;}
.silder{margin:0 auto 0;}
.silder li{width:300px;height:260px;}
.silder li img{width:100%;height:100%;}
.silder-button{top:183px;width:25px;height:54px;position:absolute;cursor:pointer;}
.silder-button.btl{left:10px;background:url(../img/bl.png);}
.silder-button.btr{right:10px;background:url(../img/br.png);}

.silder-box-1{width:1400px;}


#wrapper{
	width:480px;
	margin:50px auto;
	height:400px;
	position:relative;
	color:#fff;
	text-shadow:rgba(0,0,0,0.1) 2px 2px 0px;	
}

#slider-wrap{
	width:480px;
	height:400px;
	position:relative;
	overflow:hidden;
}

#slider-wrap ul#slider{
	width:100%;
	height:100%;
	
	position:absolute;
	top:0;
	left:0;		
}

#slider-wrap ul#slider li{
	float:left;
	position:relative;
	width:480px;
	height:400px;	
}

#slider-wrap ul#slider li > div{
	position:absolute;
	top:20px;
	left:35px;	
}

#slider-wrap ul#slider li > div h3{
	font-size:36px;
	text-transform:uppercase;	
}

#slider-wrap ul#slider li > div span{
	font-family: Neucha, Arial, sans serif;
	font-size:21px;
}

#slider-wrap ul#slider li i{
	text-align:center;
	line-height:400px;
	display:block;
	width:100%;
	font-size:90px;	
}
#slider-wrap img{width: 100%;height:80%;}

/*btns*/
.btns{
	position:absolute;
	width:50px;
	height:60px;
	top:50%;
	margin-top:-25px;
	line-height:57px;
	text-align:center;
	cursor:pointer;	
	background:rgba(0,0,0,0.1);
	z-index:100;
	
	
	-webkit-user-select: none;  
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-ms-user-select: none;
	
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.btns:hover{
	background:rgba(0,0,0,0.3);	
}

#next{right:-50px; border-radius:7px 0px 0px 7px;}
#previous{left:-50px; border-radius:0px 7px 7px 7px;}
#counter{
	top: 30px; 
	right:35px; 
	width:auto;
	position:absolute;
}

#slider-wrap.active #next{right:0px;}
#slider-wrap.active #previous{left:0px;}


/*bar*/
#pagination-wrap{
	min-width:20px;
	margin-top:340px;
	margin-left: auto; 
	margin-right: auto;
	height:15px;
	position:relative;
	text-align:center;
}

#pagination-wrap ul {
	width:100%;
}

#pagination-wrap ul li{
	margin: 0 4px;
	display: inline-block;
	width:5px;
	height:5px;
	border-radius:50%;
	background:#fff;
	opacity:0.5;
	position:relative;
  top:0;
  
  
}

#pagination-wrap ul li.active{
  width:12px;
  height:12px;
  top:3px;
	opacity:1;
	box-shadow:rgba(0,0,0,0.1) 1px 1px 0px;	
}
#slider-wrap ul, #pagination-wrap ul li{
	-webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-moz-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-o-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-ms-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	transition: all 0.3s cubic-bezier(1,.01,.32,1);	
}



.home_item_title{color:white;font-size:36px;font-family: '微软雅黑';font-weight: bold;text-align: center;padding-top:50px}
.home_item_english{font-size: 26px;font-family: "new york";color:white;text-align: center;}
.home_left{width:240px;float: left;border: 1px solid #dddddd;}
.home_right{width: 920px;float: right;}
.span{font-size: 14px;color:#000000;font-weight: 100;}
.home_left_title{height: 115px;padding: 50px 20px 0px 20px;color:white;background-color: #103d8e;font-weight: bold;font-size: 16px;}
.home_left_title_big{font-size: 24px;}
.home_left_li li{line-height: 40px;padding-left: 30px;transition: all 0.4s;}
.home_left_li li:hover{line-height: 40px;padding-left: 40px;color:white;cursor: pointer;background-color: #103d8e;}
.home_right_li{float:left;width: 220px;height: 220px;margin-top:20px;margin-left:10px;color:black;transition: all 0.4s;}
.home_right_li:hover{background-color:#103d8e ;color:white;cursor: pointer;}
.home_right_li img{width: 220px;height: 175px;}
.home_right_li p{text-align: center;line-height: 40px;}

.home_jj{width: 100%;height:450px; overflow:  hidden;background-color: #F2F5F8;}
.home_jj_left{float: right;width: 30%;height: 450px; overflow: hidden;background-image: url(../img/img.jpg);background-position: center;}
.home_jj_right{float: left;width: 70%;overflow: hidden;}
.home_jj_title{font-size: 35px;color:#161616;margin-bottom: 50px;}
.home_jj_right p{line-height: 30px;}
.home_jj_right div{padding: 50px;}
.home_jj_right_more{display: inline-block; border:1px solid black;padding: 10px 30px;margin-top: 20px;transition: all 0.3s;}
.home_jj_right_more:hover{background-color: red;color:white;border: 1px solid red;cursor: pointer;}


.home_fuwu_left{width: 540px;overflow:hidden; padding: 20px;background-color:#F1F1F1;float: left;transition: all 0.4s;margin-top: 30px;}
.home_fuwu_left:hover{background-color: #0c3071;cursor: pointer;color: white;}
.home_fuwu_right{width: 540px;overflow:hidden;padding: 20px;margin-left: 30px;background-color: #F1F1F1;float: left;transition: all 0.4s;margin-top: 30px;}
.home_fuwu_right:hover{background-color: #0c3071;cursor: pointer;color: white;}
.home_fuwu_left img{width:150px ;height: 138px;border: 10px solid white;float: left;}
.home_fuwu_left p{float: left;width: 340px;margin-left: 20px;margin-top: 20px;}
.home_fuwu_right p{float: left;width: 340px;margin-left: 20px;margin-top: 20px;}
.home_fuwu_right img{width:150px ;height: 138px;border: 10px solid white;float: left;}
.home_fuwu_title{float: left; font-size: 20px;font-weight: bold;margin-left: 20px;}

.home_news_ul{position: relative;top: 20px;}
.home_news_ul li{border-bottom: 1px dashed gray;height:50px;line-height:50px;transition: all 0.4s;}
.home_news_ul li:hover{margin-left: 8px;cursor: pointer;}
.span_one_title{font-size: 14px;}

.home_foot_div{width: 100%;overflow: hidden;background-color: #363637;border-bottom: 1px solid #ABABAD;}
.home_foot_div p{line-height: 30px;}
.home_foot{width: 1200px;overflow: hidden;margin: 0 auto;}
.home_foot_left{color:#C0C0C2;float: left;padding: 50px 50px 0px 0px;font-size: 12px;background-image: url(../img/bg_icon_contact.png);background-repeat: no-repeat;background-position: 0px 135px;}
.home_foot_title{font-weight: bold;padding-left: 0px;margin-bottom: 50px;}
.p{padding-left: 30px;}
.home_foot_right{color:#C0C0C2;float: left;padding: 50px 50px 0px 0px;font-size: 12px;}
.inp{width: 200px;height: 30px;background-color: #595959;border: 0px;color:white;padding-left: 10px;margin-right: 10px;}
.home_foot_right div{margin-top: 10px;}
textarea{width: 420px;height: 80px;background-color: #595959;border: 0px;resize: none;color:black;padding-left: 10px;padding-top:5px;font-size: 14px;}
.sub{width: 210px;margin-left: 10px;height: 85px;border: 0px;position: relative;top: -33px;font-size: 16px;background-color: #1E90FF;color:white;}
.sub:hover{background-color: #024385;color: white;font-size: 16px;}

.product_li{text-align: center;float: left;width: 260px;height: 220px; margin-right: 40px;margin-top:20px}
.product_li:hover{background-color: #103D8E;color:white;cursor: pointer;}
.product_li img{width: 260px;height:160px;}
.list_div{width: 1200px;margin: 0 auto;overflow: hidden;margin-top: 30px;margin-bottom: 30px;}
.list_div_left{float: left;width: 240px;}
.list_div_right{float: right;width: 930px;overflow:hidden;}
.list_div_right p{line-height:30px;}
.list_div_right span{line-height:30px;}
.pro_li{background-image:url(../img/bg1.jpg);margin-top:20px;padding-left:70px;}
.pro_li:hover{background-image:url(../img/bg2.jpg)};

.news_site{transition: all 0.5s;margin:0 auto;width: 930px;border:1px solid white;height: 120px;background-color: white;line-height:20px;margin-top: 20px;border-bottom: 1px solid #D9D9D9;}
.news_site:hover{cursor: pointer;}
.p_news{width: 380px;float: left;margin-right: 20px;margin-bottom: 20px;}
.foot{background-color: #343434;overflow: hidden;}
.p_title{font-size: 20px;font-weight: bold;margin-left: 20px;}
.page{position:relative:top:50px;}
.page a{border:1px solid #cdcdcd;padding:10px 20px;}
