/*Common*/
*{margin:0;padding:0}
html,body{width:100%;height:100%}
html{overflow-y:scroll}
body{background-color:#fff;*word-break:break-all;-ms-word-break:break-all}
body,h1,h2,h3,h4,h5,h6,th,td,input,textarea,select,option{
	color:#555;
	font-family: '微软雅黑', sans-serif;
	font-size:15px;font-weight:normal
}
.font_en1{font-family:'Lato' !important;}
.font_en2{font-family:'Montserrat' !important;}
img,fieldset,iframe{border:0 none}
ul,ol,li{list-style:none}
em,address{font-style:normal}
img,input,select,textarea{vertical-align:middle}
a{color:#7d7d7d;text-decoration:none;cursor:pointer}
a:hover{color:#333;text-decoration:none}
button,label{cursor:pointer;_cursor /**/:hand}
button *{position:relative}
button img{left:-3px;*left:auto}
textarea{overflow:auto}
html:first-child select{height:20px;padding-right:6px}
option{padding-right:6px}
.input_text, textarea{*margin:-1px 0;padding-right:1px}
.input_check, .input_radio{width:13px;height:13px}
.blind, legend, caption{text-indent:-9999px;font-size:0;line-height:0;overflow:hidden}
hr{display:none}
legend{*width:0}
:root legend{margin-top:-1px;font-size:0;line-height:0}
caption{*line-height:0}

/*test*/
.test1{border:1px solid red}
.test2{background:#4f7beb}

.align{display:table-cell;vertical-align:middle;}
.fl{float:left;}
.fr{float:right;}
.conwrap{width:1200px;margin:0 auto;position:relative;z-index:10;overflow:hidden; /*padding:30px 0;*/}
.dn{display:none;}


/* header */
/* #header{
	position:relative;
	width:100%;height:80px;
	background:#fff;
} */
#wrap {overflow:hidden;}
#header{
	position:relative;
	width:1200px;height:80px;
	margin:0 auto;
}
.head{
	position:relative;
	width:1200px;
	margin:0 auto;
	text-align:center;
}
.head h1{position:absolute;left:0;top:0;}
.head .mainmenu{margin-left:-40px; display:inline-block;}
.head .mainmenu>ul{}
.head .mainmenu>ul>li{
	display:inline-block;
	margin:0 30px;
}
.head .mainmenu>ul>li>a{
	font-family:'Lato';
	font-size:15px;color:#333;font-weight:600;
	line-height:80px;
}
.head .topmenu{position:absolute;right:0;top:30px;}
.head .topmenu>ul{}
.head .topmenu>ul:after{content:"";display:block;clear:both;}
.head .topmenu>ul>li{
	float:left;
	position:relative;
	margin-left:10px;
	min-height:22px;
	line-height:21px;
}
.head .topmenu>ul>li>a{
	font-family:'Lato';
	font-size:13px;
	color:#666;
	padding-bottom: 28px;
	display: block;
}
.head .topmenu>ul>li:last-child img{margin-left:10px;}
.head .topmenu>ul>li>ul{
	display:none;
	background:#fff;
	position:absolute;left:-7px;top:99%;z-index:2000;
	box-shadow:0 -2px 0 #0c4da2;
	width:94px;
	padding:10px 0;
}
.head .topmenu>ul>li>ul>li{}
.head .topmenu>ul>li>ul>li>a{display:block;width:100%;padding:6px 0;color:#333;}




/* .allmenu{
	display:none;
	position:absolute;left:0;top:100%;z-index:2000;
	width:100%;
	background:rgba(0,0,0,0.9)
} */
.allmenu {
	display:none;
	position:absolute;
	left:-500%;
	top:100%;
	z-index:2000;
	width:1000%;
	margin-left:550px;
	background:rgba(0,0,0,0.9);
	font-size: 0;
}
.allmenu .menubox{
	display:inline-block;
	vertical-align:top;
	width:120px;
	margin-right:20px;
	text-align:center;
	padding:30px 0;
}
.allmenu .menubox:last-child{margin-right:0;}
.allmenu .menubox h2{
	font-size:17px;color:#fff;
	padding-bottom:20px;
	border-bottom:1px solid #86888b;
}
.allmenu .menubox ul{margin-top:20px;}
.allmenu .menubox ul li{margin-top:13px;}
.allmenu .menubox ul li a{color:#999;font-size:14px;word-break: keep-all;width:100%;display:block;line-height: 1.3;}
.allmenu .menubox ul li a:hover{color:#fff;}





/* footer */
#footer{background:#656970;}
.foot{
	overflow:hidden;
	width:1200px;
	margin:0 auto;
	padding:45px 0 55px;
}
.foot h1{float:left;margin-right:30px;}
.foot .foot_info{float:left;}
.foot .foot_info ul{overflow:hidden;margin-bottom:-1px;}
.foot .foot_info ul li{position:relative;float:left;padding-right:10px;margin-right:8px;}
.foot .foot_info ul li:after{
	display:block;
	content:"";
	width:1px;height:12px;
	position:absolute;right:0;top:5px;
	background:rgba(255,255,255,0.3);
}
.foot .foot_info ul li:last-child:after{display:none;}
.foot .foot_info ul li a{font-size:15px;font-weight: 300;color:#fff;}
.foot .foot_info address{margin-bottom:15px;font-size:13px;color:#fff;font-weight:300;}
.foot .foot_info address span{
	display:inline-block;
	width:1px;height:10px;
	background:rgba(255,255,255,0.6);
	margin:2px 5px 0;
}
.foot .foot_info .copyright{margin-top: 1em; font-size:12px;color:#fff;font-weight:300;}




/* paging */
.paging{
	margin:45px 0 0;
	text-align:center;
}
.paging a{
	display:inline-block;vertical-align:top;
	box-sizing:border-box;
	width:41px;height:41px;
	text-align:center;line-height:39px;
	font-size:15px;color:#a8a8a8;
	font-family:"Lato";font-weight:600;
	border:1px solid #ccc;
}
.paging a img{vertical-align:top;}
.paging strong{
	display:inline-block;vertical-align:top;
	box-sizing:border-box;
	width:41px;height:41px;
	text-align:center;line-height:39px;
	font-size:15px;color:#fff;
	font-family:"Lato";
	border:1px solid #727272;
	background:#727272;
}
.paging a.page_prev{margin-right:25px;}
.paging a.page_next{margin-left:25px;}


#p_video_bg {
	position: fixed;width:100%;height:100%;display:none;background:rgba(0,0,0,0.6);
	top: 0;
    left: 0;
	z-index:9000;
}

#p_video_box {
	position: fixed;width:1200px;height:630px;display:none;
	/*background: #fff;*/
	margin-left:-550px;
	margin-top:-315px;
	top: 50%;
    left: 50%;
	z-index:9100;
	text-align: center;
}
#p_video_box .popbtn {
	    position: absolute;
		right:0;
		top:-50px;
}