@charset "utf-8";
/*******************
关于华晨2018版
作者：zhuchunxia
制作时间：2018/11/14
*******************/
/*******************引入字体 思源黑体*******************/
@font-face {
	font-family: "SourceHanSansCN";
	font-weight: bold;
	src: url("../font/SourceHanSansCN-Bold.ttf") format("truetype");
}
@font-face {
	font-family: "SourceHanSansCN";
	font-weight:light;
	src: url("../font/SourceHanSansCN-Light.ttf") format("truetype");
}
@font-face {
	font-family: "SourceHanSansCN";
	font-weight:normal;
	src: url("../font/SourceHanSansCN-Normal.woff2") format("woff2"),
	     url("../font/SourceHanSansCN-Normal.woff") format("woff"),
	     url("../font/SourceHanSansCN-Normal.ttf") format("truetype"),
	     url("../font/SourceHanSansCN-Normal.eot") format("embedded-opentype"),
	     url("../font/SourceHanSansCN-Normal.svg") format("svg");
}

/*******************基本样式*******************/
body,form,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,header,menu,footer,section,video,article,button,input,select{margin:0;padding:0; letter-spacing:1px;}
div,ul,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,span,menu,footer,section,video,article,hgroup,button,label{zoom:1;}
body{background:#fff;font-family:Arial,SourceHanSansCN;vertical-align:middle;font-size:14px;}
html,body,td,th,.wrapper{color:#444444;font-size:14px;font-family:Arial,SourceHanSansCN;}
input,select,textarea{vertical-align:middle;line-height:normal;font-size:1em;color:#000000;outline: none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;resize:none;}
textarea{line-height: 1.75em;}
a{text-decoration: none;color: #888888;outline:0;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select: none;-moz-user-focus: none;-moz-user-select: none;outline:none;background: none;-webkit-tap-highlight-color: rgba(255, 255, 255, 0);}
button{cursor:pointer;outline: none;border:none;}
a:link,a:visited,a:active{
	text-decoration:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline:none;
	/* background: none; */
	text-decoration: none;}
a:hover{text-decoration:none;}
img{border:0;vertical-align:top;width:100%;}
h1,h2,h3,h4,h5,h6{font-size:1em;}
select {appearance:none;-moz-appearance:none;-webkit-appearance:none;}
select::-ms-expand { display: none; }
i,em{font-style: normal;}
.clearfix {zoom: 1;}
.hidden{display:none;}
.clear{clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
iframe{ opacity:0; position:absolute; z-index:-1;}
input[type=button] {-webkit-appearance: none;}
.disBox{display:box;display:-webkit-box;display:-ms-box;display:-moz-box;}
.box-flex{box-flex:1;-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;}
.box-sizing{-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
.none{display: none;}
.fl{float: left;}
.fr{float: right;}
.cf {
  zoom: 1; }
.cf:before {
    content: "";
    display: table; }
.cf:after {
    content: "";
    display: table;
    clear: both; }

.nohave{padding:5% 0;text-align:center;color:#000;font-size:2em;}

/*******************页面结构*******************/
.wrapper_container{
	position:relative;
	max-width:1920px;
	height:100%;
	min-height:100%;
	/* overflow:hidden; */
	margin: 0 auto;
}

/*公共H2 TITLE*/
.common_h2{
	position:relative;
	max-width:1920px;
	overflow: hidden;
	font-size: 20px;
	color: #333;
	text-align:center;
	padding-top: 65px;}
.common_h2 i{display: block;width:32px;height: 2px;background:#e20002;margin:0 auto 5px;}
/* 主内容区域 */
.main_wrap {
	width: 75%;
  /* max-width: 1395px; */
	margin:0 auto;
}
@media (max-width: 1366px) and (min-width: 768px) {
	font-size: 22px;
	padding-top:30px;
}
@media (max-width: 767px) {
	.main_wrap {
    width: 100%;
  }
	.common_h2{padding-top: 30px;font-size: 18px;}
}

/********************公共底部********************/
