/*common css*/
ul,
li,
div,
img,
ol,
body {
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	outline: none;
	background: none;
	list-style: none;
	font-family: Work Sans, sans-serif;
}

a {
	text-decoration: none;
	color: #343331;
}

a:visited {
	color: #343331;
}

a:hover {
	color: #dd160f;
	text-decoration: underline;
}

a.aff {
	text-decoration: none;
	color: #fff;
}

a.aff:visited {
	color: #fff;
}

a.aff:hover {
	color: #fff;
	text-decoration: underline;
}

a.red_a {
	text-decoration: none;
	color: red;
}

a.red_a:visited {
	color: #red;
}

a.red_a:hover {
	color: #red;
	text-decoration: underline;
}

.row {
	width: 1004px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.row_2 {
	width: 1062px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.color_red {
	color: Red;
}

.clear {
	clear: both;
}

.clearL {
	clear: left;
}

.mar_t_5 {
	margin-top: 5px;
}

.mar_t_10 {
	margin-top: 10px;
}

.mar_t_20 {
	margin-top: 20px;
}

.mar_l_7 {
	margin-left: 7px;
}

.mar_l_9 {
	margin-left: 9px;
	display: inline;
}

.mar_l_12 {
	margin-left: 12px;
	display: inline;
}

.mar_l_10 {
	margin-left: 10px;
	display: inline;
}

.pad_r_10 {
	padding-right: 10px;
}

.height_5 {
	height: 5px;
}

.height_10 {
	height: 10px;
}

.height_20 {
	height: 20px;
}

.ImgBorder {
	padding: 2px;
	border: solid 1px #ccc;
}

.none {
	display: none;
}

.block {
	display: block;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.center_div {
	margin: 0 auto;
}

.pages {
	font: 14px Arial, Helvetica, sans-serif;
	padding: 10px 20px 10px 0;
	margin: 0px;
}

.pages a {
	color: #c9c9c9;
	padding: 12px 12px;
	border: solid 1px #c9c9c9;
	background: none;
	text-decoration: none;
	margin-right: 2px
}

.pages a:visited {
	color: #c9c9c9;
	padding: 12px 12px;
	border: solid 1px #c9c9c9;
	background: none;
	text-decoration: none;
}

.pages .cpb {
	background: #005e50;
	border-color: #005e50;
	padding: 13px 12px;
	border: solid 1px #005e50;
	font-size: 12px;
	color: #fff;
}

.pages a:hover {
	color: #fff;
	font-weight: bold;
	background: #005e50;
	border-color: #005e50;
	text-decoration: none;
}

/* /end common css */
@font-face {
	font-family:SemiBold;
	src: url("../fonts/BarlowCondensed-SemiBold.ttf") format('truetype');
}
@font-face {
	font-family:Weiruanyahei;
	src: url("../fonts/MSYHBD.TTC") format('truetype');
}
.top2 {
	height: 80px;
	line-height: 80px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
	/* padding-top: 15px; */
	background: rgba(235,110,35,.8);


}

.top2 .top_menu {
	width: 94%;
	margin: 0 auto;
	/* margin-top: 10px; */
	/* position: relative; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rbga(0,0,0,.8);
}

.top2 .top_menu .logo {
	/* position: absolute;
	left: 30px;
	top: -6px; */
}

.top2 .top_menu .logo img {
	height: 46px;
	display: block;
}

.top2 .top_menu .s_menu {
	width: 70%;
	margin: 0px auto;
	/* padding-top: 10px; */
}

.top2 .top_menu .s_menu ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.top2 .top_menu .s_menu ul li {
	width: 12%;
	text-align: center;
	position:relative;
}
.top2 .top_menu .s_menu ul li a{
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	display:block;
	width:100%;
}
/*
.top2 .top_menu .s_menu ul li a.big_a{
	height:60px;
	line-height:60px;
	margin-top:35px;
}*/
.top2 .top_menu .s_menu .submenu{
	display:none;
	position:absolute;
	top:78px;
	width:100%;
}
.top2 .top_menu .s_menu ul li:hover a.big_a{
	background:#eb6e23;
	opacity: 1;

}
.top2 .top_menu .s_menu ul li span{
	width:54%;
	margin:-4px auto 0 auto;
	display:block;
	height:2px;
	background:#d6ff9d;


}
.top2 .top_menu .s_menu ul li:hover .submenu a{
	height:40px;
	background:#333;
	line-height:40px;
	border-bottom:solid 1px #484848;
}
.top2 .top_menu .s_menu ul li:hover .submenu{
	display:block;
}
.top2 .top_menu .s_menu ul li:hover .submenu a:hover{
	background:#ebec05;
	color:#000;
}
.top2 .top_menu .top_wechat {
	/* position: absolute;
	right: 30px;
	top: -5px; */
	width: 50px;
	height: 50px;
}
.top2 .top_menu .top_wechat img {
	display: block;
	width:100%;
	height: 100%;
}

.top_flash {
	overflow: Hidden;
	padding-top: 80px;
}

.top_flash img {
	display: block;
	width: 100%;
}

.contact_0 {
	width: 60%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	margin-top: -30%;
}

.contact_0 img {
	display: block;
	width: auto;
	display:block;
	margin:0 auto;
	border:0;
}

.contact_0 .tit {
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 100%;
	overflow: Hidden;
	height: 60px;
}

.contact_0 .tit .s_tit {
	width:auto;
	margin: 0 auto;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	font-size: 14px;
}
.contact_0 .tit .s_tit a {
	text-decoration:none;
}
.contact_0 .tit .s_tit a:hover {
	font-weight:bold;
}
.contact_1 {
	overflow: Hidden;
	margin: 50px auto;
	width: 60%;
	position: relative;
}

.contact_1 img {
	display: block;
	width: 100%;
}

.contact_1 .bdy {
	width: 70%;
	position: absolute;
	bottom: 60px;
	left: 50px;
	overflow: Hidden;
}

.contact_1 .bdy .l {
	float: left;
	background: #fff;
	border-radius: 10px;
	padding: 15px 15px;
}

.contact_1 .bdy .l img {
	margin-bottom: 5px;
}

.contact_1 .bdy .r {
	float: left;
	overflow: hidden;
	margin-top: 80px;
	margin-left: 30px;
}

.contact_1 .bdy .r span {
	display: block;
	color: #fff;
	font-size: 30px;
	letter-spacing: 1px;
}

.contact_1 .bdy .r label {
	display: block;
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
}

.foot {
	overflow: hidden;
}

.foot .foot_l {
	width: 60%;
	float: left;
	overf;
	ow: Hidden;
	background: #3a3a3a;
	padding: 40px 0;
	height: 230px;
}

.foot .foot_r {
	width: 40%;
	float: left;
	overf;
	ow: Hidden;
	background: #323232;
	padding: 40px 0;
	height: 230px;
}

.foot .foot_l .l {
	width: 30%;
	float: left;
	margin-left: 30%;
}

.foot .foot_l .l b {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	display: block;
}

.foot .foot_l .l span {
	color: #a6a6a6;
	font-size: 14px;
	display: block;
	margin-top: 15px;
}

.foot .foot_l .l label {
	color: #575757;
	font-size: 14px;
	display: block;
	margin-top: 45px;
}

.foot .foot_l .r {
	width: 30%;
	float: left;
	margin-left: 5%;
}

.foot .foot_l .r b {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	display: block;
}

.foot .foot_l .r span {
	color: #a6a6a6;
	font-size: 14px;
	display: block;
	margin-top: 15px;
}

.foot .foot_l .r input.s_input {
	height: 40px;
	background: #fff;
	border-radius: 5px;
	display: bloc;
	width:100%;
	padding: 8px;
	box-sizing: border-box;
	margin-top: 7px;
	font-size: 14px;
	line-height:22px;
}

.foot .foot_l .r input.s_btn {
	border: None;
	padding: 0;
	margin: 0px;
	text-align: center;
	height: 40px;
	/*background: #198083;*/
	background: #EC6E24;
	width: 100%;
	line-height: 40px;
	font-size: 14px;
	margin-top: 7px;
	border-radius: 5px;
	color: #fff;
}

.foot .foot_r .l {
	width: 30%;
	float: left;
	margin-left: 10%;
}

.foot .foot_r .l b {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	display: block;
}

.foot .foot_r .l span {
	color: #a6a6a6;
	font-size: 14px;
	display: block;
	margin-top: 10px;
}

.foot .foot_r .l span.s_tel {
	color: #fff;
	font-size: 16px;
}

.foot .foot_r .l label {
	color: #fff;
	font-size: 16px;
	display: block;
	margin-top: 10px;
}

.foot .foot_r .l .s_icon {
	overflow: Hidden;
	margin-top: 10px;
	border-bottom: solid 1px #474748;
	padding: 15px 0;
}

.foot .foot_r .l .s_icon img {
	margin-left: 10px;
}

.mx_1_bg{ background: url("../img/xm_bg.jpg") center top no-repeat; background-size:cover;}
.mx_1_bg2{ background: url("../img/con_banner.jpg") center top no-repeat;  background-size:cover;}
.ab_1_bg{ background: url("../img/ab_bg.jpg") center top no-repeat;  background-size:cover; }
.news_1_bg{ background: url("../img/news_bg.jpg") center bottom no-repeat;  background-size:cover;}


.wz_footer{ position: relative; width: 100%;  display: block; background: #3a3a3a; height: 350px;}
.wz_footer_1{ position: absolute; width: 36%; background: #323232; right: 0; z-index:1; height:350px;}

.wz_f_main{ width: 1400px; position:relative; height: auto; margin: 0 auto; z-index: 2222;}
.wz_f_left{ width: 69%; height: 350px; float: left;}
.wz_f_left_2{ width:40%; padding-right: 10%; float: right;  height: 350px; display: block; padding-top: 50px; box-sizing: border-box; }
.wz_f_left_2>input{height: 40px; border: none;background: #fff;border-radius: 5px;display: bloc;width:100%;padding: 8px;box-sizing: border-box;margin-top: 7px;font-size: 14px;line-height:22px;}
.wz_f_left_2>h1{ color: #fff; border: none; font-weight: bold; display: block; font-size: 20px;text-align: left; line-height: 40px; padding-bottom: 20px;}
/*.wz_f_left_2>input:nth-of-type(3){border: None;padding: 0;margin: 0px;text-align: center;height: 40px;background: #198083;width: 100%;line-height: 40px;font-size: 14px;margin-top: 7px;border-radius: 5px;color: #fff;}*/
.wz_f_left_2>input:nth-of-type(3){border: None;padding: 0;margin: 0px;text-align: center;height: 40px;background: #EC6E24;width: 100%;line-height: 40px;font-size: 14px;margin-top: 7px;border-radius: 5px;color: #fff;}
.wz_f_left_2>span{ display: block; width: 100%; font-size: 14px; color: #a6a6a6; line-height: 30px; text-align: left;}
.wz_f_left_1{ width:40%; float: left;  height: 350px; display: block; padding-top: 50px; box-sizing: border-box; }
.wz_f_left_1>h1{color: #fff; font-weight: bold; display: block; font-size: 20px;text-align: left; line-height: 40px; padding-bottom: 20px;}
.wz_f_left_1>span{ display: block; width: 100%; font-size: 14px; color: #a6a6a6; line-height: 30px; text-align: left;}
.wz_f_left_1>a{ display: block; width: 100%; font-size: 14px; color: #4a5157; margin-top: 50px; line-height: 40px; text-align: left;}

.wz_f_right{ width: 31%; padding-left: 10%; box-sizing: border-box; height: 350px; float: right; padding-top: 50px;}
.wz_f_right>h1{ color: #fff; font-weight: bold; display: block; font-size: 20px;text-align: left; line-height: 40px; padding-bottom: 20px;}
.wz_f_right>h2{ color: #666; font-weight:normal; display: block; font-size:12px;text-align: left; line-height: 40px; padding-bottom:10px;}
.wz_f_right>b{  font-family: Arial!important; font-weight: normal; width: 100%; font-size:28px; color: #fff; line-height: 30px; text-align: left;}
.wz_f_right>i{ display: block; padding-top: 20px; font-style: normal; width: 100%; font-size: 14px; color: #a6a6a6; line-height: 30px; text-align: left;}

.wz_f_right>span{ width: 100%; height: 58px; margin-bottom: 10px; padding-bottom: 20px;border-bottom: 1px solid #474748; display: block;}
.wz_f_right>span>a{ width: 38px; height: 38px; display: block; float: left; margin-right: 18px;}



/*±êÌâ×Ö*/
.font-style_1{ width: 100%; height: auto;}
.font-style_1>h1{ color: #000000; font-family: "Weiruanyahei"; font-size: 36px; text-align: center; line-height: 40px; padding-bottom: 15px;}
.font-style_2{ width:300px; text-align: center; margin: 0 auto; position: relative; height: 20px; }
.font-style_2>span{ display: inline-block; position: relative; color: #666; text-transform: uppercase;}
.font-style_2>span>i{ width: 20px; height: 1px; background: #666; position: absolute; left: -32px; top: 9px;}
.font-style_2>span>em{ width: 20px; height: 1px; background: #666; position: absolute;right: -32px; top: 9px;}










