/*
* @Author: Administrator
* @Date:   2016-12-28 10:54:42
* @Last Modified by:   Administrator
* @Last Modified time: 2017-02-08 17:56:52
*/
body{
    font-size: 14px;
    font-family: "Microsoft YaHei",sans-serif;
    color: #333;
    background-color: #f9f9f9;
}
.wl_w{
	width: 1000px;
	margin:0 auto;

}
a{
    color: #fff;
}
a:hover{
    text-decoration: none;
}
li{
	list-style: none;
}



/* header部分 */
.wl_header{
	height: 90px;
	width: 100%;
}

.wl_header_left{
	float: left;
	padding-left: 90px;
	background:url("../image/logo.gif") no-repeat 0 10px;
	height: 90px;
	padding-top: 25px;
	font-weight: bold;
}
.wl_header_left h3{
	font-size: 25px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 26px;
	font-weight: 900;
	font-family: "FZXBSJW-GB1-0";
}

.wl_header_right{
	float: right;
	padding-top:58px;
	font-size: 14px;
	font-weight: bold;
}
.wl_header_right a{
	color: black;
}


/* nav部分 */
.wl_nav{
	height: 33px;
	background-color: #fe0100;
}

.wl_nav ul li{
	width: 141px;
	height: 100%;
	line-height: 33px;
	text-align: center;
}
.wl_nav ul li a{
	display: block;
	color: white;
	width: 100%;
	height: 100%;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
}
.wl_nav ul li:link,
.wl_nav ul li:active,
.wl_nav ul li:visited,
.wl_nav ul li:hover{
	background-color: #0E3085;
}



.wl_nav_drop{
	position: relative;
}
.wl_nav_drop_arrow{
	position: absolute;
	background: url(../image/arrow_bot.gif);
	width: 13px;
	height: 8px;
	top: 14px;
	left: 100px;
	-webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    -ms-transition: -ms-transform 0.2s ease-out;
}
.wl_nav_drop:hover .wl_nav_drop_arrow{
	 -webkit-transform: rotateZ(180deg);
     -moz-transform: rotateZ(180deg);
     -o-transform: rotateZ(180deg);
     -ms-transform: rotateZ(180deg);
     transform: rotateZ(180deg);
}

.wl_nav_drop:hover.wl_nav_drop ul{
	display: block;
}
.wl_nav_drop ul{
	position: absolute;
	background-color: #fe0100;
	width: 141px;
	top: 33px;
	left: 0;
	z-index: 999999999999999;
	display: none;
	border-radius: 5px;
}
.wl_nav_drop ul li{
	height: 33px;
	line-height: 33px;
}

.wl_nav_drop ul li:hover{
	background: #0E3085;
}
/* banner部分 */

.wl-banner{
	height: 390px;
	width: 100%;
}
.wl-banner img{
	height: 100%;
	width:100%;
}



.wl_company{
	height: 495px;
}
.wl_company_content{
	margin-top: 37px;
	font-size: 16px;
}
.wl_company_content img{
	margin-right: 40px;
	margin-bottom: 20px;
}
.wl_company_content p{
	text-indent: 2em;
	font-size: 17px;
	font-family: "微软雅黑";
	font-weight: 500;
}

/* 公司荣誉部分 */
.wl_honver{
	margin-bottom: 20px;
}
.wl_honver .wl_honver_top{
	margin: 0;
}
.wl_honver_tit{
	width: 234px;
	height: 37px;
	background: #fe0100;
	text-align: center;
	line-height: 37px;
	color: white;
	font-size: 22px;
	font-family: "微软雅黑";
	margin:0 auto;

}
.wl_honver_top{
	position: relative;
    margin-top: 53px;
}

.wl_honver_line{
	width: 100%;
	border-bottom: 2px solid #fe0100;
	position: absolute;
	top:19px;
	z-index: -1;
}




/* serve部分 */
.wl_serve{
	background-color: #ccc;
	padding-bottom: 50px;
}
.wl_serve_tit{
	height: 67px;
	border-bottom: 2px solid #fe0100;
	line-height: 67px;
	padding-left: 5px;
	margin-bottom: 35px;
}
.wl_serve_tit a{
	color: #fe0100;
	font-size: 26px;
	font-weight: bold;
	
}
.wl_serve_cont{
	position: relative;
	
}
.wl_serve_cont>div{
	float: left;
}
 .wl_serve_cont .wl_serve_cont_box{
	margin: 0 57px;
}
.wl_serve_cont_all{
	position: relative;
	
	transition:all .1s ease-in .1s;
}
.wl_serve_cont_opa{
	position: absolute;
	top: 15px;
	left: 36px;
	background-color:rgba(255,255,255,0);
	opacity: 0;
	width: 230px;
    height: 300px;
    text-align: center;
    padding-top: 40px;
    overflow: hidden;
	
	transition: all .3s ease-in .1s;
}
.wl_serve_cont_all:hover .wl_serve_cont_opa{
	opacity: 1;
	background-color:rgba(255,255,255,0.5);
	
}
.wl_serve_cont_all:hover .wl_serve_cont_all img{
	
	height: 320px;
}

.wl_serve_cont_all
.wl_serve_cont_opa h3{
	font-size: 18px;
	font-weight: bold;
	color: #fe0100;
	margin-bottom: 15px;
}
.wl_serve_cont_opa p{
	font-weight: bold;
	margin-bottom: 10px;
}


.clear{clear:both; height: 0; line-height: 0; font-size: 0}




/* 资讯部分 */
.wl_zx_l{
	width: 470px;
	float: left;
	position: relative;;
}
.wl_zx_l_comt{
	margin-top: 31px;
}
.wl_zx_l_img{
	cursor: pointer;  
	width: 470px;
	height: 122px;  
    overflow: hidden;  
    cursor: pointer;  
    transition: all 0.6s; 
}
.wl_zx_l_comt_img{
	float: left;


}
.wl_zx_l_img:hover img{
	  cursor: pointer;  
      transition: all 0.6s; 
      transform: scale(1.2); 
}
.wl_zx_l_comt_text{
	padding-left: 220px;
}

.wl_zx_l_comt_text h3{
	color: #7a7a7a;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
}
.wl_zx_l_comt_text .wl_zx_l_comt_text_con{
	line-height: 25px;
	text-indent: 2em;
}
.wl_more{
	text-align: right;
	
}
.wl_more a{
	color: #7a7a7a;
}

.wl_zx_l_r{
	float: right;
	position: relative;
	width: 470px;
}
.wl_zx_l_r 
.wl_zx_l_r_img{
	margin-bottom: 31px;
	 cursor: pointer;  
	width: 470px;
	height: 122px;  
    overflow: hidden;  
    cursor: pointer;  
    transition: all 0.6s; 
}
.wl_zx_l_r 
.wl_zx_l_r_img:hover img{
	   cursor: pointer;  
      transition: all 0.6s; 
      transform: scale(1.2);  
}
.wl_zx_l_r p{
	margin-bottom: 23px;
	font-size: 16px;
	display:block;
	white-space:nowrap; 
	overflow:hidden;
	text-overflow:ellipsis;


}


.wl_zx_l_r .wl_more_r{
	font-size: 12px;
	margin: 0
}


.wl_zx_l_posit{
	position: absolute;
	width: 182px;
	height: 47px;
	top:0px;
	right:0px;
	background: rgba(225,225,225,0.5);
	color: #fe0100;
	text-align: center;
	line-height: 47px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}

.wl_zx_l_posit:hover{
	background: rgba(0,0,0,0.5);
}


.wl_footer{
	height: 110px;
	background-color: #0b429a;
	color: white;
	padding-top: 25px;
}

.wl_footer_l{
	float: left;
}
.wl_footer_r{
	float: right;
	text-align: left;
	padding-right: 30px;
}


.footer_botm{
	text-align: center;
	margin-top: 20px;
}

/* 定位部分 */
.wl_email{
    position: fixed;
	top: 345px;
	right: -198px;
	width: 248px;
	height: 50px;
	color: #fff;
	padding-left: 50px;
	font-size: 14px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	background:url(../image/wlEmail.gif) no-repeat;
	background-color: #0B419B;
	background-size:50px 50px;
	border-radius: 5px;
	padding-top: 18px;
}
.wl_email:hover{
	right:0;
}
.wl_email .wl_email_one{

}
.wl_email_two{
/* 	padding-left: 14px; */
}

.wl_phone{
	position: fixed;
	top: 400px;
	right: -176px;
	width: 226px;
	height: 50px;
	color: #fff;
	padding-left: 50px;
	font-size: 14px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	background:url(../image/wlPhone.gif) no-repeat;
	background-color: #0B419B;
	background-size:50px 50px;
	border-radius: 5px;
	padding-top: 18px;
}
.wl_phone:hover{
	right:0;
}
.wl_phone .wl_phone_one{

}
.wl_phone_two{
	/* padding-left: 14px; */
}




		.picMarquee-left{ width:100%;  overflow:hidden; position:relative;     margin-top: 30px; padding: 0 40px; }
		.picMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
		.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/arrow.png") no-repeat;}
		.picMarquee-left .hd .next{ background-position:0 -50px;  }
		.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
		.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
		.picMarquee-left .bd{ padding:10px;  width: 100% ; position: relative;}
		.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
		.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center; width: 207px }
		.picMarquee-left .bd ul li .pic{ text-align:center; }
		.picMarquee-left .bd ul li .pic img{ width:207px; height:142px; display:block; padding:2px; }
		.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
		.picMarquee-left .bd ul li .title{ line-height:14px;  padding-top: 12px; font-size: 15px; font-weight: 500;}
		.picMarquee-left .bd ul li .title a{color: black; font-family:  Helvetica, sans-serif;}
		.tempWrap{width: 100% !important;}
		.wl_arrow{position: absolute;background: url(../image/arrow_l.png);width: 20px; height: 42px; top:60px;left: -30px;cursor: pointer;}
		.wl_arrow_r {position: absolute;background: url(../image/arrow_r.png);width: 20px; height: 42px; top:60px;right: -30px;cursor: pointer;}



.wl_serve_cont_opaone_english p{
	margin: 0;
}

.wl_w_back{
	position: relative;
	height: 100%;
	width: 100%;
}
.wl_back{
	width:200px;
	height:200px;
	background-color: rgba(225,225,225,0.5);
	position: absolute;
	top:0;
	left: 0;
}