﻿@charset "utf-8";


html,
body {
	height: 100%;
}

body {
	/* padding: 100px 0 0 0; */
	margin: 0px auto;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	width: 100%;
	min-width: 1280px;
	zoom: 1;
	font-family: Microsoft YaHei, arial, sans-serif;
	background: #fff;
}

ul,
li,
form,
dl,
dt,
dd,
div,
ul,
li,
p,
em,
i,
address {
	font-style: normal;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0px;
	margin: 0px;
}

select,
input,
textarea,
button {
	font-size: 16px;
	border-radius: 0;
	-webkit-border-radius: 0;
	color: #545454;
	font-family: Microsoft YaHei, arial, sans-serif;
}

input:focus {
	outline: none;
}

input,
button,
select,
textarea {
	border: 0px;
	outline: none;
	/*-webkit-appearance:none;*/
	/*强制去除表单自带的样式*/
}

button {
	cursor: pointer;
}

textarea {
	resize: none;
	/*-webkit-appearance:none;*/
	/*强制去除textarea自带的样式*/
}

textarea,
input,
select {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
fxigcaption,
address {
	display: block;
}


/*html5设置*/

figure,
figcaption {
	margin: 0px;
	padding: 0px;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

img {
	max-width: 100%;
	border: none;
	border: 0;
	vertical-align: top;
}

a {
	color: #333333;
	text-decoration: none;
	noline: -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	transition: all ease 0.3s;
}

a:focus {
	outline: none;
	-moz-outline: none;
}

a:hover {
	text-decoration: none;
	color: #025fa4;
}


/**:hover{transition: all ease 0.3s;}*/


/*input字体*/

 :-moz-placeholder {
	color: #999999;
}

 ::-moz-placeholder {
	color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999999;
}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9;
	text-indent: 1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none;
	color: #999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../images/selectarr.png) no-repeat scroll 95% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
	display: none;
}


/*网页滚动条*/

 ::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	-webkit-overflow-scrolling: touch;
	background-color: #e6e6e6;
}

 ::-webkit-scrollbar-track {
	background-color: #e6e6e6;
}

 ::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #58504a;
}

 ::-webkit-scrollbar-button {
	height: 0px;
	background-color: #e6e6e6;
}


/*公用样式*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.tl {
	text-align: left !important;
}

.tr {
	text-align: right;
}

.tc {
	text-align: center !important;
}

.hide {
	display: none;
}

.block {
	display: block;
}

.clear {
	clear: both;
}

.clearfix {
	overflow: hidden;
	_zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.relative {
	position: relative;
}

.bodyon {
	overflow: hidden;
}

.W1760 {
	z-index: 1;
	/* position: relative; */
	clear: both;
	max-width: 1760px;
	width: 95%;
	margin: 0px auto;
}

.W1640 {
	z-index: 1;
	clear: both;
	max-width: 1640px;
	width: 95%;
	margin: 0px auto;
}

.W1280 {
	z-index: 1;
	position: relative;
	clear: both;
	max-width: 1280px;
	width: 95%;
	margin: 0px auto;
}


/*font*/

.f_gray {
	color: #333;
}

.iconfont {
	font-size: 24px;
	vertical-align: middle;
}

.tit {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	*white-space: nowrap;
	overflow: hidden;
	width: 100%;
}

.p {
	overflow: hidden;
	word-break: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

@media ( max-width:1366px) {}

@media ( max-width:1280px) {
	body {
		padding-top: 0;
	}
}

@media ( max-width:1024px) {
	body {
		padding-top: 45px;
		font-size: 14px;
		line-height: 24px;
		min-width: 300px;
	}
	select,
	input,
	textarea,
	button {
		font-size: 14px;
	}
}


/*effict*/

.Scale-img {
	overflow: hidden;
	cursor: pointer;
	zoom: 1;
	overflow: hidden;
}

.Scale-img img,
.Scale-img span {
	opacity: 1;
	-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
	transition: opacity 0.6s, transform 0.6s;
}

.Scale-img:hover img,
.Scale-img:hover span {
	opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
	top: 0px;
	left: 0px;
}

.effict {
	transition: all ease 0.3s;
}

.imgbox {
	overflow: hidden;
	position: relative;
	/*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/
}

.imgbox span {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.imgbox img {
	width: auto !important;
	max-height: 100%;
}


/*pages*/

.Pages {
	text-align: center;
	font-size: 14px;
	color: #666666;
}

.Pages a {
	height: 40px;
	display: inline-block;
	line-height: 40px;
	color: #666;
	margin: 0 5px;
}

.Pages a:hover {
	background: #e83422;
	color: #fff;
}

.Pages a.a_cur {
	background: #e83422;
	color: #fff;
}

.Pages .p_page .num a {
	width: 40px;
	height: 40px;
	background-color: #e6e6e6;
	padding: 0;
	border-radius: 0;
	color: #666666;
	font-size: 14px;
}

.Pages .num {
	font-style: normal;
}

.Pages .p_count {
	height: 40px;
	padding: 0 10px;
	display: inline-block;
	line-height: 40px;
}

.Pages .p_page .num a.a_cur,
.Pages .p_page .num a:hover {
	color: #fff;
	background: #e83422;
}

.Pages .p_page a {
	background-color: #e6e6e6;
	color: #666666;
	padding: 0 10px;
}

.Pages .p_page .a_prev:hover,
.Pages .p_page .a_first:hover,
.Pages .p_page .a_next:hover,
.Pages .p_page .a_end:hover {
	color: #fff;
	background: #e83422;
}

@media(max-width:480px) {
	.Pages .p_page a {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.Pages .p_page .num a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
}


/*pages end*/

.slick-arrow {
	font-size: 0;
	z-index: 10;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	width: 46px;
	height: 46px;
	line-height: 42px;
	border: solid 2px #ffffff;
	background: none;
	cursor: pointer;
	border-radius: 0;
	padding: 0;
	transition: all ease 0.3s;
	color: #fff;
	/*display: none !important;*/
}

.slick-arrow:hover {
	color: #fff;
	background-color: #e83422;
	border: 2px solid #e83422;
}

.slick-prev:before,
.slick-next:before {
	display: block;
	font-size: 20px;
	font-family: "宋体";
	font-weight: bold;
}

.slick-prev:before {
	content: '<';
}

.slick-next:before {
	content: '>';
}

.slick-prev {
	left: 20px;
}

.slick-next {
	right: 20px;
}

.slider:hover .slick-prev,
.slider:hover .slick-next {
	display: block !important;
}

.slick-dots {
	position: absolute;
	z-index: 10;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
	margin: 0 8px;
}

.slick-dots li button {
	display: block;
	width: 8px;
	height: 8px;
	background: url(../images/ico_dot.png) no-repeat;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	padding: 0;
	font-size: 0;
}

.slick-dots li.slick-active button {
	background-color: #e83422;
}


/*pages end*/

@keyframes move {
	0%,
	65% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	70% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	75% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	80% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	85% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	90% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	95% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes move {
	0%,
	65% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	70% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	75% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	80% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	85% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	90% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	95% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}


/*Top*/

.Header {
	z-index: 999;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transition: all ease 0.3s;
	height: 100px;
}

.Header.fix {
	position: fixed;
	background: #fff;
}

.Header .Logo {
	float: left;
	padding-top: 34px;
}

.Header .Logo .logo1,
.Header.fix .Logo .logo2 {
	display: block;
}

.Header .Logo .logo2,
.Header.fix .Logo .logo1 {
	display: none;
}

.Search {
	float: right;
	padding: 37px 0 0 36px;
	position: relative;
}

.Search .Searchico {
	cursor: pointer;
	color: #fff;
}

.fix .Search .Searchico {
	color: #333;
}

.Search .Searchico .icongb {
	display: none;
}

.Search .Searchico.on .icongb {
	display: block;
}

.Search .Searchico.on .iconso {
	display: none;
}

.Search .Searchico .iconfont {
	font-size: 24px;
}

.Search .searchbox {
	width: 350px;
	background: #fff;
	right: 0%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	display: none;
	position: absolute;
	top: 101px;
}

.Search .searchbox .input {
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-indent: 1em;
}

.Search .searchbox .input::-webkit-input-placeholder {
	color: #959595;
}

.Search .searchbox .btn {
	position: absolute;
	right: 5px;
	top: 6px;
	width: 29px;
	background: none;
}

.MainNav {
	float: right;
	font-family: "syht";
}

.MainNav li {
	float: left;
	margin-left: 20px;
	position: relative;
}

.MainNav span a {
	position: relative;
	z-index: 1;
	display: block;
	text-align: center;
	font-weight: 1;
	line-height: 100px;
	transition: all ease 0.3s;
	font-family: SourceHanSansCN;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 100px;
	letter-spacing: 0px;
	color: #ffffff;
	padding: 0 20px;
}

.fix .MainNav span a {
	color: #333333;
}

.MainNav .bg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 35px;
	background-color: #e83422;
	box-shadow: 0px 10px 50px 0px rgba(232, 52, 34, 0.2);
	border-radius: 18px;
	transition: all ease 0.3s;
	z-index: -1;
}

.MainNav .arr {
	display: none;
}

.MainNav li:hover span a,
.MainNav li.onnav span a,
.MainNav li span a.sele {
	color: #fff;
}

.MainNav li:hover .bg,
.MainNav li.onnav .bg,
.MainNav li span a.bg {
	width: 100%;
	left: 0;
}

.NavPull {
	z-index: 99;
	display: none;
	position: absolute;
	text-align: center;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	width: 160px;
	padding: 5px 0;
	line-height: 33px;
	background: rgba(255, 255, 255, 0.9);
}

.NavPull.null {
	background: none;
	padding: 0;
}

.NavPull dd {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.NavPull a {
	color: #333;
	padding: 0 10px;
	display: block;
	font-size: 14px;
	margin: 0 5px;
}

.NavPull a:hover {
	background: #2b2d7c;
	color: #fff;
}

.openbtn {
	cursor: pointer;
	display: none;
	width: 32px;
	height: 25px;
	padding-top: 1px;
	background: #fff;
	position: absolute;
	right: 2.5%;
	top: 11px;
	z-index: 999;
}

.closebtn {
	position: fixed;
	left: 0px;
	top: 45px;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: none;
	background: rgba(0, 0, 0, 0.5);
}

.openbtn span {
	display: block;
	height: 2px;
	background: #1c2188;
	border-radius: 4px;
	margin: 4px;
	transition: all ease 0.3s;
}

.openbtn.on .sp1 {
	-webkit-transform: translate(0, 7px) rotate(45deg) !important;
	-moz-transform: translate(0, 7px) rotate(45deg) !important;
	-ms-transform: translate(0, 7px) rotate(45deg) !important;
	-o-transform: translate(0, 7px) rotate(45deg) !important;
	transform: translate(0, 7px) rotate(45deg) !important;
}

.openbtn.on .sp2 {
	-webkit-transform: translate(0, 0) rotate(-45deg) !important;
	-moz-transform: translate(0, 0) rotate(-45deg) !important;
	-ms-transform: translate(0, 0) rotate(-45deg) !important;
	-o-transform: translate(0, 0) rotate(-45deg) !important;
	transform: translate(0, 0) rotate(-45deg) !important;
}

.openbtn.on .sp3 {
	display: none;
}

@media ( min-width:1024px) {
	.MainNav ul li {
		position: static;
	}
	.MainNav ul li .NavPull {
		width: 100%;
		left: 0;
		margin-left: 0;
		background: url(../images/op_blue80.png);
		transform: none;
	}
	.MainNav ul li .NavPull a {
		color: #c3d4f4;
		position: relative;
		padding: 0;
		margin: 0 20px;
	}
	.MainNav ul li .NavPull a:before {
		content: '';
		width: 0;
		height: 2px;
		background-color: #ffffff;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		transition: all ease 0.3s;
	}
	.MainNav ul li .NavPull a:hover {
		background: none;
		color: #fff;
	}
	.MainNav ul li .NavPull a:hover:before {
		width: 100%;
		left: 0;
		transform: none;
	}
	.MainNav ul li#nav2 .NavPull dl {
		width: 71%;
		float: right;
	}
	.MainNav ul li#nav22 .NavPull dl {
		width: 65%;
		float: right;
	}
	.MainNav ul li#nav44 .NavPull dl {
		width: 52%;
		float: right;
	}
	.MainNav ul li#nav51 .NavPull dl {
		width: 44%;
		float: right;
	}
	.MainNav ul li#nav58 .NavPull dl {
		width: 44%;
		float: right;
	}
	.MainNav ul li#nav70 .NavPull dl {
		width: 60%;
		float: right;
	}
}

@media ( max-width:1440px) {
	.MainNav li {
		margin-left: 10px;
	}
}

@media ( max-width:1366px) {}

@media ( max-width:1320px) {
	.MainNav li {
		float: left;
	}
}

@media ( max-width:1024px) {
	.Header {
		height: 45px;
		top: 0;
		position: fixed;
		background-color: #fff !important;
	}
	.Header .Logo {
		padding-top: 14px;
	}
	.Header .Logo .logo1 {
		display: none !important;
	}
	.Header .Logo .logo2 {
		display: block !important;
	}
	.Header .Logo img {
		height: 20px;
	}
	.Header .top {
		right: 80px;
		top: 5px;
	}
	.Header .openbtn {
		display: block;
	}
	.Search {
		padding: 9px 38px 0 0 !important;
	}
	.Search .Searchico {
		width: 26px;
		height: 26px;
		line-height: 26px;
	}
	.Search .searchbox {
		top: 47px !important;
	}
	.Search .Searchico .iconfont {
		color: #1c2188;
		font-size: 20px;
	}
	.Search .searchbox .btn .iconfont {
		font-size: 20px;
	}
	.Search .select {
		line-height: 28px;
	}
	.MainNav {
		position: fixed;
		height: 100%;
		overflow-y: auto;
		z-index: 999;
		width: 200px;
		padding: 0;
		right: -200px;
		background: #fff;
		top: 45px;
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
		transition: all ease 0.3s;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
	.MainNav ul {
		margin-top: 0px;
	}
	.MainNav li {
		display: block;
		position: relative;
		cursor: pointer;
		float: none;
		border-bottom: 1px solid #e9e9e9;
		width: auto;
		margin: 0 10px;
		background: none;
	}
	.MainNav li span a {
		font-size: 16px;
		text-align: left;
		height: auto;
		display: block;
		line-height: 28px !important;
		height: auto !important;
		height: auto;
		padding: 8px 0 8px 5px;
		border: 0;
		color: #333;
	}
	.MainNav .bg {
		display: none
	}
	.MainNav li:hover span a,
	.MainNav li.onnav span a,
	.MainNav li span a.sele {
		color: #2b2d7c;
	}
	.MainNav .arr {
		display: inline-block;
		position: absolute;
		z-index: 2;
		width: 100px;
		line-height: 38px;
		right: 0px;
		top: 0px;
	}
	.MainNav .arr i {
		position: absolute;
		height: auto;
		background: none;
		right: 0px;
		top: 5px;
		transition: all ease 0.3s;
	}
	.MainNav li.onnav .arr i {
		dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
		-ms-transform: translate(0, -3px) rotate(-180deg) !important;
		-o-transform: translate(0, -3px) rotate(-180deg) !important;
		transform: translate(0, -3px) rotate(-180deg) !important;
		color: #1b2087;
	}
	.MainNav.on {
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		right: 0;
	}
	.NavPull {
		position: static;
		line-height: 30px;
		padding: 8px;
		width: 100%;
		left: 0;
		transform: translateX(0px);
		box-sizing: border-box;
	}
	.NavPull dl {
		padding: 0 !important;
	}
	.NavPull dd {
		position: relative;
		text-align: left;
		display: block;
	}
	.NavPull dd a {
		padding: 0;
	}
}

@media ( max-width:480px) {
	.Header .Logo img {
		height: 16px;
	}
}


/*Top*/


/*Bottom*/

.Footer {
	width: 100%;
	padding-top: 3.14%;
	overflow: hidden;
	background: #FAFAFA;
}

.w1640 {
	width: 1640px;
	margin: 0 auto;
}

.Footer_l {
	width: 28.1%;
}

.Footer_l .Footer_logo {
	padding-bottom: 20px;
	border-bottom: 2px solid #969696;
	position: relative;
}

.Footer_l .Footer_logo:before {
	content: '';
	width: 50px;
	height: 2px;
	background-color: #e83422;
	position: absolute;
	bottom: -2px;
	left: 0;
}

.Footer_l .tels {
	font-size: 12px;
	line-height: 18px;
	color: #e83422;
	height: 18px;
	margin: 20px 0
}

.Footer_l .tels img {
	vertical-align: middle;
	margin-right: 10px;
	float: left;
}

.Footer_l .tels span {
	font-size: 18px;
	font-weight: bold;
	margin-right: 6px;
}

.Footer_l .telbox {
	width: 220px;
}

.Footer_l .telbox h4 {
	font-size: 14px;
	color: #666;
	font-family: sys;
	font-weight: normal;
	text-align: left;
}

.Footer_l .telbox h4 span {
	width: 15px;
	height: 2px;
	background: #E6E6E6;
	display: block;
	margin: 6px auto;
	margin-left: 0;
}

.Footer_l .telbox .tel {
	margin-bottom: 20px;
	font-family: SourceHanSansCN;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
	width: 220px;
	position: relative;
	height: 32px;
	border: none;
	text-indent: 0;
}

.Footer_l .telbox .tel .xiala {
	transition: 0.3s;
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	left: 0;
	background: #fff;
	display: none;
	padding: 0 10px;
	-moz-box-shadow: 2px 2px 10px #ddd;
	-webkit-box-shadow: 2px 2px 10px #ddd;
	box-shadow: 2px 2px 10px #ddd;
	z-index: 100;
}

.Footer_l .telbox .tel:hover>.xiala {
	display: block;
	height: auto;
	transition: 0.3s;
}

.Footer_l .telbox .tel .xiala p {
	height: 30px;
	line-height: 30px
}

.Footer_l .ewm {
	float: left;
	margin-top: 20px;
	overflow: hidden;
}

.Footer_l .ewm img,
.Footer_l .ewm .txt {
	float: left;
	font-family: SourceHanSansCN;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #333333;
}

.Footer_l .ewm .txt {
	margin-top: 19%;
	margin-left: 20px;
}

.Footer_r {
	width: 65.86%;
}

.Footer_r .h40 {
	height: 59px;
	border-bottom: 2px solid #969696;
	margin-bottom: 5.56%;
}

.Footer_r .fnav {
	float: left;
	width: 16.66%;
}

.Footer_r .fnav h4 {
	font-size: 16px;
	color: #000;
	line-height: 16px;
	margin-bottom: 20px;
}

.Footer_r .fnav p {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #666;
	transition: all ease 0.3s;
}

.Footer_r .fnav:last-child {
	margin-right: 0;
}

.Footer_r .fnav p:hover {
	color: #e83422;
	margin-left: 3px;
}

.Footer_r .Footer_rb {
	border-top: 2px solid #969696;
	margin-top: 50px;
	width: 100%;
	padding: 20px 0
}

.Footer_r .Footer_rb p {
	line-height: 30px;
	font-size: 14px;
	color: #666
}

.Footer_r .fnav .arr {
	float: right;
	display: none
}

.Footer_r .Footer_rb p a {
	color: #666
}

.Footer_r .Footer_rb p a:hover {
	color: #e83422
}

@media ( max-width:1640px) {
	.w1640 {
		width: 96%;
		margin: 0 auto
	}
	.Footer_r {
		width: 72%;
	}
	.Footer_l {
		width: 25%;
	}
	.Footer_l .telbox {
		width: 100%;
	}
}

@media ( max-width:1280px) {
	.w1640 {
		width: 96%;
		margin: 0 auto
	}
	.Footer_l {
		width: 25%;
		clear: both;
	}
	.Footer_r {
		width: 72%
	}
}

@media ( max-width:1024px) {
	.Footer_r,
	.Footer_l {
		width: 100%;
		float: none;
	}
	.Footer_l .telbox {
		width: 33.33%;
	}
	.Footer_l .ewm .txt {
		margin-top: 4%;
		margin-left: 20px;
	}
	.Footer_l .ewm {
		width: auto;
		float: none;
		box-shadow: none;
		text-align: center;
	}
	.Footer_l .ewm img {
		-moz-box-shadow: 2px 2px 20px #ddd;
		-webkit-box-shadow: 2px 2px 20px #ddd;
		box-shadow: 2px 2px 20px #ddd;
	}
	.Footer {
		padding: 20px 0;
	}
	.Footer_r .h40 {
		height: 20px;
		margin-bottom: 20px;
	}
	.Footer_r .Footer_rb {
		margin-top: 20px;
		padding-bottom: 0;
		text-align: center;
	}
	.Footer_r .fnav {
		width: 100%;
		height: auto;
		border-bottom: 1px solid #eee;
		padding: 10px 0;
		position: relative;
	}
	.Footer_r .fnav h4 {
		float: left;
		clear: both;
		margin-bottom: 0;
	}
	.Footer_r .fnav .sub {
		display: none;
		width: 100%;
		clear: both;
	}
	.Footer_r .fnav .arr {
		float: right;
		display: block;
	}
	.Footer_r .fnav .arr i {
		transition: 0.3s;
		position: absolute;
		right: 0;
	}
	.Footer_r .fnav .on .arr i {
		dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
		-ms-transform: translate(0, -3px) rotate(-180deg) !important;
		-o-transform: translate(0, -3px) rotate(-180deg) !important;
		transform: translate(0, -3px) rotate(-180deg) !important;
	}
}

@media ( max-width:768px) {
	.Footer_l .telbox {
		width: 100%;
		float: none;
	}
	.Footer_r .Footer_rb p{line-height: 24px;}
}

@media ( max-width:640px) {}

@media ( max-width:480px) {}

.totop {
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.totop.cd-is-visible {
	visibility: visible;
	opacity: 1;
	cursor: pointer;
}


/*右侧飘窗*/

.FastRight {
	width: 72px;
	position: fixed;
	z-index: 999;
	right: 10px;
	bottom: 15%;
}

.FastRight li {
	position: relative;
	cursor: pointer;
}

.FastRight .ico {
	height: 72px;
	display: flex;
	justify-content: center;
	color: #1f1a17;
	align-items: center;
	flex-direction: column;
}

.FastRight li:nth-child(1) .ico {
	background-color: #2b2d7c;
}

.FastRight li:nth-child(3) .ico {
	background-color: #e32028;
}

.FastRight li:nth-child(2) .ico,
.FastRight li:nth-child(4) .ico {
	background-color: #444444;
}

.FastRight .ico .iconfont {
	display: block;
	font-size: 29px;
}

.FastRight li:hover .ico {
	background: #000;
	color: #fff;
}

.FastRight .info {
	font-family: DINCondensed;
	position: absolute;
	top: 80px;
	right: 72px;
	font-size: 12px;
	padding: 10px;
	text-align: center;
	color: #fff;
	background: #000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all ease 0.3s;
}

.FastRight .info img {
	border: 5px solid #fff;
	max-width: none;
	width: 90px;
	height: 90px;
	margin-bottom: 5px;
}

.FastRight .info p {}

.FastRight .info.tel {
	line-height: 26px;
	color: #fff;
	width: 150px;
	text-align: left;
}

.FastRight .info.tel b {
	display: block;
	font-size: 16px;
}

.FastRight .info a {
	color: #fff;
}

.FastRight li.on .info {
	top: 0;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}

@media ( max-width:1024px) {
	.FastRight {
		width: 32px;
		right: 1px;
	}
	.FastRight .ico {
		height: 32px;
	}
	.FastRight .ico .iconfont {
		font-size: 18px;
	}
	.FastRight .info img {
		border: 2px solid #fff;
		width: 82px;
		height: 82px;
	}
	.FastRight em {
		display: none;
	}
	.FastRight .info {
		right: 32px;
	}
	.FastRight .ico img {
		width: 16px;
	}
	.FastRight .ico .iconfont {
		margin: 0;
	}
}


/*Bottom*/


/*首页 s*/

.activehover {
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
}


/*第一屏 s*/

.HomeBan {
	overflow: hidden;
	clear: both;
	position: relative;
	background: url(../images/loading.gif) center center no-repeat;
}

.HomeBan .slides li .txt {
	position: absolute;
	width: 50%;
	left: 8%;
	top: 30%;
	font-family: YouSheBiaoTiHei;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	transform: translateX(-150px);
	-webkit-transform: translateX(-150px);
	opacity: 0;
	transition: all 1s;
	z-index: 99;
}

.HomeBan .slides li .txt .tit_no {
	font-size: 36px;
	line-height: 36px;
}

.HomeBan .slides li .txt .tit_no b {
	font-size: 14px;
	line-height: 14px;
	opacity: 0.4;
}

.HomeBan .slides li .txt .tit_cn {
	font-size: 80px;
	line-height: 60px;
	padding: 5% 0 2%;
}

.HomeBan .slides li .txt .tit_en {
	font-size: 36px;
	line-height: 26px;
}

.HomeBan .slides li .txt .line {
	width: 100px;
	background: #fff;
	height: 1px;
	position: relative;
	margin-top: 10%;
}

.HomeBan .slides li .txt .line:before {
	position: absolute;
	width: 59px;
	background: #e32028;
	height: 1px;
	content: '';
	left: 0;
	top: 0;
}

.HomeBan .slides li .txt img {
	width: auto;
	height: 170px;
}

.HomeBan .slides li .img {
	overflow: hidden;
	position: relative;
	padding-top: 40%;
}

.HomeBan .slides li .video {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	position: relative;
	padding-top: 40%;
}

.HomeBan .slides li .img img {
	position: absolute;
	left: 0;
	top: 0;
}

.HomeBan .slides li .imgbox {
	padding-top: 50.16%;
}

.HomeBan .slides li video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.HomeBan .slides li.flex-active-slide .txt {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
}

.HomeBan .slides li.i_banner1.flex-active-slide .txt {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
}

.HomeBan .slides li.i_banner4.flex-active-slide .txt {
	transform: translateX(95%);
	-webkit-transform: translateX(95%);
	opacity: 1;
}

.HomeBan .flex-control-nav {
	bottom: 5%;
	z-index: 10;
	background: url(../images/bg1.png) no-repeat center bottom;
	width: auto;
	left: 50%;
	transform: translateX(-50%);
}

.HomeBan .flex-control-nav li {
	width: 99px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	color: #fff;
	margin: 0;
	margin-right: 1px;
	position: relative;
}

.HomeBan .flex-control-nav li a {
	opacity: 1;
	display: inline;
	cursor: pointer;
	border-radius: 0;
	background: none;
	font-family: DIN-Medium;
	color: #ffffff;
}

@keyframes myfirst {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

@-webkit-keyframes myfirst
/* Safari and Chrome */

{
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

.HomeBan .flex-control-nav li a:before {
	content: '';
	width: 99px;
	height: 2px;
	background-color: #e83422;
	position: absolute;
	left: 1px;
	bottom: -2px;
	display: none;
}

.HomeBan .flex-control-nav li a.flex-active {
	opacity: 1;
	font-size: 14px;
	color: #e83422;
}

.HomeBan .flex-control-nav li a.flex-active:before {
	display: block;
	animation: myfirst 5s;
	-webkit-animation: myfirst 5s
}

.HomeBan .flex-direction-nav a {
	opacity: 0;
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border: solid 2px #ffffff;
	font-size: 35px;
	border-radius: 0;
	margin: 0;
	transform: translateY(-50%);
}

.HomeBan .flex-direction-nav .flex-prev {
	left: -60px;
}

.HomeBan .flex-direction-nav .flex-next {
	right: -60px;
}

.HomeBan:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 80px;
}

.HomeBan:hover .flex-direction-nav .flex-next {
	opacity: 1;
	right: 80px;
}

.HomeBan .flex-direction-nav a:hover {
	background: #e83422 !important;
	border: solid 2px #e83422;
	color: #fff;
}

@media ( max-width:1440px) {
	.HomeBan .slides li .txt .tit_cn {
		font-size: 60px;
	}
	.HomeBan .slides li .txt img {
		height: 130px;
	}
	.HomeBan .slides li .txt .tit_en {
		font-size: 26px;
	}
	.HomeBan .slides li .txt .tit_no {
		font-size: 30px;
	}
	/* .HomeBan .slides li.i_banner1 .txt .tit_cn {
        font-size: 60px;
    }
    .HomeBan .slides li.i_banner1 .txt .tit_en {
        font-size: 20px;
    } */
	.HomeBan .slides li.i_banner4 .txt .txtbox {
		width: 60%;
		padding: 8% 0% 8% 16%;
	}
	.HomeBan .slides li.i_banner4.flex-active-slide .txt {
		transform: translateX(90%);
		-webkit-transform: translateX(90%);
		opacity: 1;
	}
}

@media ( max-width:1024px) {
	.HomeBan .slides li .txt .tit_cn {
		font-size: 40px;
		line-height: 34px;
	}
	.HomeBan .slides li .txt .tit_en {
		font-size: 16px;
	}
	.HomeBan .slides li .txt .tit_no {
		font-size: 30px;
	}
	.HomeBan .slides li .txt .line {
		margin-top: 5%;
	}
	/* .HomeBan .slides li.i_banner1 .txt .tit_cn {
        font-size: 40px;
        line-height: 56px;
    }
    .HomeBan .slides li.i_banner1 .txt .tit_en {
        font-size: 16px;
    } */
	.HomeBan .slides li.i_banner4 .txt .txtbox {
		width: 60%;
		padding: 8% 0% 8% 16%;
	}
	.HomeBan .slides li.i_banner4.flex-active-slide .txt {
		transform: translateX(90%);
		-webkit-transform: translateX(90%);
		opacity: 1;
	}
	.HomeBan .flex-control-nav {
		bottom: 10px;
		z-index: 10;
	}
	.HomeBan .flex-direction-nav {
		display: none;
	}
	.HomeBan .flex-control-nav li {
		width: 30px;
	}
	.HomeBan .slides li .txt img {
		height: 90px;
	}
}

@media ( max-width:768px) {
	.HomeBan .slides li .txt .tit_no {
		font-size: 20px;
		line-height: 26px;
	}
	.HomeBan .slides li .txt .tit_no b {
		font-size: 12px;
	}
	.HomeBan .slides li .txt .tit_cn {
		padding: 2% 0;
	}
	.HomeBan .slides li .txt .tit_cn {
		font-size: 28px;
		line-height: 30px;
	}
}

@media ( max-width:480px) {
	.HomeBan .slides li .txt .tit_cn {
		font-size: 20px;
		line-height: 20px;
	}
	.HomeBan .slides li .txt .tit_en {
		font-size: 12px;
		line-height: 12px;
	}
	.HomeBan .slides li.i_banner1 .txt {
		top: 23%;
	}
	.HomeBan .slides li .txt img {
		height: 60px;
	}
	.HomeBan .slides li.i_banner4 .txt .txtbox {
		width: 70%;
	}
	.HomeBan .slides li.i_banner4 .txt {
		top: 25%;
	}
	.HomeBan .slides li .txt img {
		height: 46px;
	}
}

@media ( max-width:480px) {
	.HomeBan .slides li.i_banner4 .txt {
		top: 23%;
	}
	.HomeBan .flex-control-nav li a {
		width: 4px;
		height: 4px;
	}
	.HomeBan .flex-control-nav li a.flex-active {
		width: 8px;
		height: 8px;
	}
}

@media ( max-width:380px) {
	.HomeBan .slides li .txt {
		top: 20%;
	}
}


/*banner end*/

.mores {
	position: relative;
	display: block;
	text-align: center;
	width: 120px;
	line-height: 40px;
	color: #333;
	border: 2px solid #58504a;
	font-family: Arial, Helvetica, sans-serif;
}

.mores i {
	position: absolute;
	font-size: 0;
	background: #58504a;
	transition: all ease 0.3s;
}

.mores i.top {
	height: 2px;
	width: 0;
	left: 0;
	top: 0;
}

.mores i.right {
	height: 0;
	width: 2px;
	top: 0;
	right: 0;
}

.mores i.bottom {
	width: 0;
	height: 2px;
	bottom: 0;
	right: 0;
}

.mores i.left {
	height: 0;
	width: 2px;
	left: 0;
	bottom: 0;
}

.mores:hover i.top {
	width: 100%;
}

.mores:hover i.right {
	height: 100%;
}

.mores:hover i.bottom {
	width: 100%;
}

.mores:hover i.left {
	height: 100%;
}

.mores:hover {
	border: 2px solid rgba(0, 0, 0, 0);
	color: #000;
}

.HomeTit {
	text-align: center;
}

.HomeTit .tit_cn {
	font-family: MicrosoftYaHei;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #2b2d7c;
	line-height: 36px;
}

.HomeTit .tit_en {
	font-family: ArialMT;
	font-size: 18px;
	line-height: 18px;
	color: #bbbbbb;
	padding: 1.5% 0 2.5%;
}

@media ( max-width:1440px) {
	.HomeTit .tit_cn {
		font-size: 30px;
	}
	.HomeTit .tit_en {
		font-size: 14px;
		padding: 1% 0 2%;
	}
}

@media ( max-width:1024px) {
	.HomeTit .tit_cn {
		font-size: 28px;
	}
}

@media ( max-width:768px) {
	.HomeTit .tit_cn {
		font-size: 22px;
	}
	.HomeTit .tit_en {
		font-size: 12px;
		padding: 0 0 2%;
	}
}

@media ( max-width:480px) {
	.HomeTit .tit_cn {
		font-size: 18px;
	}
}


/* 首页 */

.HomeAbout {
	position: relative;
	background: #fff;
	overflow: hidden;
	padding: 3.6% 0;
}

.HomeAbout .HomeAbout_l {
	margin-top: 30px;
	width: 32.19%;
	float: left;
}

.HomeAbout .HomeAbout_l .imgbox {
	padding-top: 31.56%;
}

.HomeAbout_r {
	width: 55%
}

.HomeAbout_r div p {
	width: 33.33%;
	float: left;
}

.HomeAbout_r h3 {
	font-size: 18px;
	color: #000;
	line-height: 40px;
}

.HomeAbout_r h3 span {
	display: inline-block;
	border-bottom: 4px solid #E83422;
	padding-bottom: 2px;
	font-family: SourceHanSansCN-Bold;
}

.HomeAbout_r .nums {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #000;
	margin: 10px auto;
	overflow: hidden;
}

.HomeAbout_r .nums .counter {
	font-size: 40px;
	color: #e83422;
	font-family: DIN-Bold;
	font-weight: bold;
}

.HomeAbout_r .info {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	font-family: SourceHanSansCN-Light;
}

@media ( max-width:1366px) {}

@media ( max-width:1024px) {
	.HomeAbout_r {
		width: 62%;
	}
	.HomeAbout_r .nums {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		color: #000;
		margin: 10px auto;
		overflow: hidden;
	}
	.HomeAbout_r .nums .counter {
		font-size: 30px;
	}
	.HomeAbout {
		padding: 20px 0
	}
	.HomeAbout_r .info {
		font-size: 14px;
		color: #666;
		line-height: 24px;
	}
}

@media ( max-width:768px) {
	.HomeAbout_r .nums {
		height: auto;
	}
	.HomeAbout_r div p {
		width: 100%;
		float: none;
	}
	.HomeAbout .HomeAbout_r {
		width: 100%;
	}
	.HomeAbout .HomeAbout_l {
		position: absolute;
		right: 0;
		top: 0;
	}
	.HomeAbout_r .nums {
		line-height: 30px;
		font-size: 14px;
	}
	.HomeAbout_r .nums .counter {
		font-size: 20px;
	}
}


/*  */

.HomeCy {
	background: #cedff1 url(../uploadfiles/image/bg2.jpg) bottom center no-repeat;
	overflow: hidden;
	padding: 5.23% 0;
}

.HomeTit {
	font-size: 40px;
	padding-bottom: 20px;
	border-bottom: 2px solid #E0EBF5;
	font-weight: normal;
	color: #000;
	line-height: 40px;
	font-family: SourceHanSansCN-Medium;
	text-align: left;
}

.HomeTit span {
	background: url(../images/jiantou.png) no-repeat center;
	width: 18px;
	height: 18px;
	margin: 12px
}

.HomeTit span:hover {
	background: url(../images/jiantou2.png) no-repeat center
}

.HomeCy .info {
	font-size: 16px;
	color: #666;
	width: 74.3%;
	line-height: 24px;
	padding-top: 2.5%;
	font-family: SourceHanSansCN-Light;
}

.eng {
	position: absolute;
	left: -188px;
	font-size: 18px;
	color: #fff;
	transform: rotate(90deg);
	font-family: SquareSansSerif7;
	line-height: 10px;
	top: 100px;
	text-transform: uppercase;
	-ms-transform: rotate(90deg);
	/* IE 9 */
	-moz-transform: rotate(90deg);
	/* Firefox */
	-webkit-transform: rotate(90deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(90deg)
}

.eng span {
	width: 10px;
	height: 10px;
	display: inline-block;
	border: 2px solid #fff;
	margin-right: 10px;
}

.eng i {
	color: #e83422
}

.ProList {
	padding: 3% 0 5%;
}

.ProList ul {
	margin-left: -2.3%;
}

.ProList ul li {
	margin-left: 2.3%;
	float: left;
	position: relative;
	width: 31.03%;
}

.ProList ul li .imgbox {
	padding-top: 108.3%;
}

.ProList ul li a {
	display: block;
}

.ProList ul li .txtbox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	text-align: left;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.ProList ul li .txtbox .tit_no {
	font-family: SquareSansSerif7;
	font-size: 50px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #f7f7f7;
	opacity: 0.2;
	position: absolute;
	top: 20px;
	left: 20px;
}

.ProList ul li:hover .txtbox .tit_no {
	top: 30px;
	left: 30px;
}

.ProList ul li .txtbox .tit_cn {
	font-family: SourceHanSansCN-Medium;
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	margin-bottom: 10px;
	letter-spacing: 0px;
	color: #ffffff;
}

.ProList ul li .txtbox .line {
	width: 15px;
	height: 2px;
	background-color: #e83422;
	margin: 7.5% 0;
}

.ProList ul li .txtbox .tit_en {
	font-family: Montserrat-Regular;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.4;
}

.ProList ul li:hover .imgbox span {}

.ProList ul li .imgbox:before {
	content: '';
	width: 93.6%;
	height: 94%;
	margin: 3%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border: solid 2px #ffffff;
	opacity: 0.2;
	z-index: 9;
	display: none;
}

.ProList ul li .imgbox:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
	z-index: 8;
	background-color: #000000;
	display: block;
}

.ProList ul li:hover .imgbox:before,
.ProList ul li:hover .imgbox:after {
	display: block;
}

.ProList ul li:hover .imgbox:after {
	background-color: #e83422;
	opacity: 0.8;
}

@media(max-width:1440px) {
	.eng {
		left: -140px;
	}
}

@media(max-width:1366px) {
	.HomeTit {
		border: 0;
	}
	.eng {
		position: static;
		transform: rotate(0deg);
		text-transform: uppercase;
		-ms-transform: rotate(0deg);
		/* IE 9 */
		-moz-transform: rotate(0deg);
		/* Firefox */
		-webkit-transform: rotate(0deg);
		/* Safari 和 Chrome */
		-o-transform: rotate(0deg);
		padding-bottom: 20px;
		border-bottom: 2px solid #E0EBF5;
	}
}

@media(max-width:1024px) {
	.ProList ul li .txtbox .tit_no {
		font-size: 32px;
	}
}

@media(max-width:768px) {
	.HomeTit {
		font-size: 28px;
	}
	.HomeCy .info {
		width: 100%;
		font-size: 14px;line-height: 24px;
	}
	.ProList ul {
		margin-left: 0;
	}
	.ProList ul li {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 2.3%;
	}
	.ProList ul li .txtbox .tit_no {
		font-size: 50px;
	}
}

@media(max-width:480px) {
	.HomeTit {
		font-size: 18px;
		line-height: 30px;
		padding-bottom: 4px;
	}
	.ProList ul li .txtbox .tit_cn{font-size: 18px;}
}

.HomeNews {
	padding: 80px 0 20px;
	display: inline-block;
	width: 100%;
	background: #fff
}

.HomeNews .eng {
	position: static;
	text-transform: uppercase;
	transform: rotate(0);
	color: #b2b2b2;
	margin: 15px auto;
	-ms-transform: rotate(0);
	/* IE 9 */
	-moz-transform: rotate(0);
	/* Firefox */
	-webkit-transform: rotate(0);
	/* Safari 和 Chrome */
	-o-transform: rotate(0)
}

.HomeNews .HomeTit .eng span {
	background: none;
	border-color: #b2b2b2;
	margin: 0;
	margin-right: 10px;
}

.HomeNews .HomeTit {
	padding-bottom: 10px;
	border-color: #F2F2F2
}

.HomeNews .HomeTit span {
	margin-top: 30px
}

.HomeNews .HomeNews_b {
	overflow: hidden;
}

.HomeNews .HomeNewslist {
	width: 33.33%;
	float: left;
	padding: 5% 4.16%;
	position: relative;
	box-sizing: border-box;
	/*background: url(../uploadfiles/shu.png) no-repeat top left;*/
}

.HomeNews .HomeNewslist span {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.HomeNews .HomeNewslist .ispic {
	padding-top: 160px;
	position: relative;
}

.HomeNews .HomeNewslist h3 {
	font-size: 18px;
	color: #000000;
	line-height: 28px;
	margin-top: 20px;
	margin-bottom: 6px;
	transition: 0.3s
}

.HomeNews .HomeNewslist i {
	font-size: 14px;
	color: #ccc;
	font-family: DINB;
}

.HomeNews .HomeNewslist p {
	font-size: 14px;
	color: #808080;
	line-height: 24px;
	margin-top: 10px
}

.HomeNews .HomeNewslist a.more {
	display: block;
	width: 20px;
	background: url(../uploadfiles/image/more.png) no-repeat center;
	height: 10px;
	margin-top: 20px
}

.HomeNews .HomeNewslist:hover>a.more {
	background: url(../uploadfiles/image/more2.png) no-repeat center
}

.HomeNews .HomeNewslist:hover>a h3 {
	color: #e83422
}

.HomeNews .HomeNewslist::after {
	position: absolute;
	content: '';
	height: 2px;
	width: 2px;
	height: 40px;
	top: 20px;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background: #b2b2b2;
	transition: 0.3s;
}

.HomeNews .HomeNewslist:hover::after {
	height: 200px;
	;
	background: #e83422;
	top: 100px
}

.HomeBody {
	background-image: url(../uploadfiles/bg3.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow-x: hidden;
}

@media ( max-width:1280px) {
	.HomeNews .HomeNewslist {
		width: 50%;
		padding: 20px
	}
}

@media ( max-width:768px) {
	.HomeNews .HomeNewslist {
		width: 100%;
		padding: 20px
	}
	.HomeNews {
		padding: 20px 0
	}
	.HomeBody {
		background: #fff
	}
	.HomeNews .HomeNewslist h3 {
		font-size: 16px;
	}
	.HomeNews .HomeNewslist p {
		line-height: 20px
	}
}

.HomeJoin {
	padding: 7% 0;
	background: url(../uploadfiles/image/bg3.jpg) no-repeat center;
}

.HomeJoin .HomeTit {
	color: #fff;
	border-color: rgb(255, 255, 255, .2);
}

.HomeJoin .HomeTit span {
	background: url(../images/jiantou3.png) no-repeat center;
}

.HomeJoin .HomeTit span:hover {
	background: url(../images/jiantou2.png) no-repeat center;
}

.HomeJoin .eng {
	position: static;
	text-transform: uppercase;
	transform: rotate(0);
	color: #fff;
	margin: 15px auto;
	-ms-transform: rotate(0);
	/* IE 9 */
	-moz-transform: rotate(0);
	/* Firefox */
	-webkit-transform: rotate(0);
	/* Safari 和 Chrome */
	-o-transform: rotate(0)
}

.HomeJoin .HomeTit .eng span {
	background: none;
	border-color: #fff;
	margin: 0;
	margin-right: 10px;
}

.HomeJoin h3 {
	font-family: Slideqiuhong-Regular;
	font-size: 50px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	padding: 3% 0px;
	letter-spacing: -5px;
	color: #ffffff;
}

.HomeJoin p {
	font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}

@media ( max-width:1280px) {
	.HomeJoin h3 {
		font-size: 40px;
	}
}

@media ( max-width:768px) {
	.HomeTit {
		/*! padding-bottom: 10px; */
	}
	.HomeJoin p{line-height: 22px}
	.HomeJoin .eng {
		margin: 5px auto;
		height: 20px;
		line-height: 20px;
		padding-bottom: 5px;
		border-bottom: 2px solid rgba(224,235,245,.5);
	}
	.HomeJoin h3 {
		font-size: 32px;
	}
}

@media ( max-width:480px) {
	.HomeJoin h3 {
		font-size: 20px;
		/*! font-family: SourceHanSansCN-Medium; */
		height: 30px;line-height: 30px;
		letter-spacing:0;
		padding: 0 0 2%;
	}
}


/*栏目页公用样式 s*/

.SubBan {
	position: relative;
}

.SubBan .imgbox {
	padding-top: 31.35%;
}

@media(max-width:1366px) {}

@media(max-width:1200px) {}

@media(max-width:1024px) {}

@media(max-width:992px) {}

@media(max-width:768px) {}

@media(max-width:640px) {}

@media(max-width:414px) {}

@media(max-width:360px) {}


/* 内页banner */

.SmenuBox {}

.SmenuBox .current {
	line-height: 40px;
	text-align: right;
	position: absolute;
	right: 0;
	top: -44px;
	color: #fff;
	background: url(../images/sy_03.png) no-repeat left center;
	padding-left: 20px;
}

.SmenuBox .current span {
	color: #fff;
}

.SmenuBox .current a {
	color: #fff;
}


/* 二级菜单 */

.SubMenu {
	line-height: 75px;
	background-color: #ffffff;
	clear: both;
	text-align: center;
	position: relative;
	z-index: 5;
	overflow: hidden;
	border-bottom: 1px #ebebeb solid;
}

.ColumnName {
	position: relative;
	float: left;
	text-align: left;
}

.ColumnName .arr {
	display: none;
}

.ColumnName .tit_cn {
	font-family: SourceHanSansCN-Medium;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 4px;
	color: #333333;
	padding-top: 10px;
}

.ColumnName .tit_en {
	font-family: DIN-Medium;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #999999;
}

.ColumnName .arr {
	position: absolute;
	width: 30px;
	right: 10px;
	top: 0;
	transition: all ease 0.3s;
}

.ColumnName .iconfont {
	font-size: 20px;
}

.ColumnName.on .arr {
	dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
	-ms-transform: translate(0, -3px) rotate(-180deg) !important;
	-o-transform: translate(0, -3px) rotate(-180deg) !important;
	transform: translate(0, -3px) rotate(-180deg) !important;
}

.SubMenu ul {
	overflow: hidden;
	float: right;
}

.SubMenu li {
	float: left;
	position: relative;
	padding: 0 20px;
	margin-left: 20px;
}

.SubMenu li a {
	position: relative;
	z-index: 1;
	display: block;
	font-family: SourceHanSansCN-Light;
	font-size: 16px;
	color: #333333;
	background-position-x: center;
	background-position-y: 100%;
}

.SubMenu li .bg {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 0px;
	background-color: #e83422;
	border-radius: 18px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	transition: all ease 0.3s;
	font-size: 0;
}

.SubMenu li:hover .bg,
.SubMenu li.onli .bg {
	height: 35px;
}

.SubMenu li a:hover,
.SubMenu li.onli a {
	color: #fff;
}

@media(max-width:1024px) {
	.ColumnName {
		text-align: center;
		width: 100%;
		float: none;
		padding: 10px 0;
		line-height: 80px;
	}
	.ColumnName .arr {
		display: block;
	}
	.ColumnName .tit_cn {
		font-size: 18px;
		padding-top: 0;
	}
	.ColumnName .tit_en {
		font-size: 14px;
	}
	.SubMenu {
		line-height: 35px;
	}
	.SubMenu ul {
		display: none;
		float: none;
		background: #fff;
		margin: 0;
		padding: 0 15px;
	}
	.SubMenu ul li {
		text-align: left;
		width: auto;
		float: none;
		border-top: 1px dashed #e0e0e0;
		padding: 0;
		margin-left: 0;
	}
	.SubMenu li a {
		font-size: 14px;
		padding: 0 0 0 20px;
		border-left: 0;
		border-right: 0;
		line-height: 35px;
		height: auto;
	}
	.SubMenu li a:hover,
	.SubMenu li.onli a {
		color: #e83421;
	}
	.SubMenu li .bg {
		display: none;
	}
}

@media(max-width:414px) {}

.SubCon {
	overflow: hidden;
}


/* 企业简介 */

.jjCon {
	padding: 5% 0;
}

.jjCon .floor {
	position: relative;
	z-index: 1.
}

.jjCon .txtbox {
	width: 61%;
	float: left;
}

.SubCon .title {
	padding: 5% 0;
}

.SubCon .title .tit_cn {
	font-family: SourceHanSansCN-Medium;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 7px;
	color: #333333;
}

.SubCon .title .tit_en {
	font-family: DIN-Medium;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 4px;
	color: #999999;
	padding-top: 20px;
}

.jjCon .txtbox .txt p {
	font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	text-indent: 2em;
	margin-bottom: 2%;
}

.jjCon .floor-1 .title {
	padding-top: 0;
}

.jjCon .floor-1 .count {
	position: absolute;
	bottom: 0;
	padding: 5% 0;
	background-color: #f5f5f5;
	width: 67.18%;
}

.jjCon .floor-1 .count:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	position: absolute;
	bottom: 0;
	left: -100%;
}

.jjCon .floor-1 .count ul {
	overflow: hidden;
}

.jjCon .floor-1 .count ul li {
	width: 30%;
	float: left;
	text-align: left;
	padding-left: 16%;
}

.jjCon .floor-1 .count li aside {
	font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #002063;
}

.jjCon .floor-1 .count li aside b {
	font-family: SourceHanSansCN-Bold;
	font-size: 50px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #002063;
}

.jjCon .floor-1 .count li p {
	font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}

.jjCon .floor-1 .jj_pc1 {
	width: 32.82%;
	float: right;
	padding-top: 64%;
	cursor: inherit;
}

.jjCon .floor-2 .jj_pc2 {
	width: 25%;
	float: left;
	padding-top: 50%;
	cursor: inherit;
}

.jjCon .floor-2 .txtbox {
	width: 75%;
	float: right;
}

.jjCon .floor-2 .txtbox li {
	padding: 5.47% 5%;
}

.jjCon .floor-2 .txtbox li:nth-child(2n) {
	background-color: #f5f5f5;
}

.jjCon .floor-2 .txtbox li aside,
.jjCon .floor-3 .txtbox aside {
	font-family: SourceHanSansCN-Regular;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #002063;
}

.jjCon .floor-2 .txtbox li p,
.jjCon .floor-3 .txtbox p {
	font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}

.jjCon .floor-3 {}

.jjCon .floor-3 .txtbox {
	width: 53%;
	float: left;
	padding: 5% 0 0;
}

.jjCon .floor-3 .jj_pc3 {
	width: 40.63%;
	padding-top: 30.47%;
	float: right;
	cursor: inherit;
}

@media(max-width:1440px) {
	.SubCon .title .tit_cn {
		font-size: 32px;
		line-height: 32px;
	}
	.SubCon .title .tit_en {
		font-size: 14px;
		line-height: 14px;
	}
}

@media(max-width:1200px) {
	.jjCon .floor-2 .txtbox li {
		padding: 4.061% 5%;
	}
}

@media(max-width:1024px) {
	.SubCon .title .tit_cn {
		font-size: 28px;
		line-height: 28px;
		letter-spacing: 4px;
	}
	.jjCon .txtbox,
	.jjCon .floor-2 .txtbox {
		width: 100%;
		float: none;
	}
	.jjCon .floor-2 .txtbox li aside,
	.jjCon .floor-3 .txtbox aside {
		font-size: 18px;
		margin-bottom: 3%;
	}
	.jjCon .floor-1 .jj_pc1,
	.jjCon .floor-2 .jj_pc2 {
		display: none;
	}
	.jjCon .floor-1 .count {
		position: static;
		width: 100%;
		padding: 3% 0;
	}
	.jjCon .floor-1 .count:before {
		display: none;
	}
	.jjCon .floor-1 .count li {
		text-align: center;
	}
	.jjCon .floor-3 {
		padding-top: 5%;
	}
	.jjCon .floor-3 .txtbox {
		padding-top: 0;
	}
}

@media(max-width:768px) {
	.SubCon .title .tit_cn {
		font-size: 18px;
		line-height: 18px;
		letter-spacing: 4px;
	}
	.SubCon .title .tit_en{padding-top: 10px;}
	.jjCon .txtbox .txt p{font-size: 14px;line-height: 24px;}
	.jjCon .floor-1 .count ul {
		overflow: hidden;
	}
	.jjCon .floor-1 .count li {
		width: 50%;
		float: left;
		padding: 15px 0;
	}
	.jjCon .floor-1 .count li aside b {
		font-size: 34px;
		line-height: 40px;
	}
	.jjCon .floor-1 .count li:nth-child(2n+1) {
		clear: left;
	}
	.jjCon .floor-2 .txtbox li:nth-child(1) {
		padding-top: 0;
	}
	.jjCon .floor-3 .jj_pc3 {
		width: 100%;
		float: none;
		padding-top: 75%;
	}
	.jjCon .floor-3 .txtbox {
		width: 90%;
		float: none;
		padding: 0 5% 4.061%;
	}
}

@media(max-width:480px) {
	.jjCon .floor-2 .txtbox li p,
	.jjCon .floor-3 .txtbox p {
		font-size: 14px;
		line-height: 24px;
	}
	.jjCon .floor-1 .count li aside b {
		font-size: 30px;
		line-height: 30px;
	}
}

.jjCon .floor-3 .box2 aside,
.jjCon .floor-2 li aside {
	color: #002063;
}

.jjCon .floor-2 li p,
.jjCon .floor-3>div p {
	margin: 0;
	line-height: 30px;
	color: #999;
	text-align: justify;
	font-size: 16px;
}

.jjCon .floor-2 li aside,
.jjCon .floor-3>div aside {
	font-size: 24px;
	margin-bottom: 26px;
}

@media(max-width:640px) {
	.jjCon .floor-2 {
		padding-left: 0%;
	}
	.jjCon .floor-2 .Ispic {
		width: 10%;
		display: none;
	}
	.jjCon .floor-2 li {
		padding-left: 0%;
		padding-right: 0%;
	}
	.jjCon .floor-2 li:nth-child(2n) {
		background: #fff;
	}
}

.jjCon .floor-3 .box1 {
	background: #002063;
	color: #fff;
	padding-top: 8%;
	padding-bottom: 8%;
}

.jjCon .floor-3 .box1 p {
	color: #fff;
	opacity: 0.5;
}

.jjCon .floor-3 .box2 {
	position: relative;
	z-index: 3;
	background: #fff;
	padding-top: 4%;
}

@media(min-width:641px) {
	.jjCon .floor-3 .box1 {
		width: 25%;
	}
	.jjCon .floor-3 .Ispic {
		width: 32%;
	}
	.jjCon .floor-3 .box2 {
		width: 80%;
		max-width: 950px;
	}
}

@media(max-width:1024px) {
	.jjCon .floor-3 .Ispic {
		position: relative;
		height: auto;
		padding-bottom: 60%;
	}
	.jjCon .floor-3 .box2 {
		padding-top: 5%;
		padding-bottom: 5%;
	}
}


/* 董事长寄语 */

.dszCon {
	background: #fff url(../images/leader_bg.jpg);
	border: solid 1px #ebebeb;
	position: relative;
	margin: 5% 0;
}

.dszCon:before {
	content: '';
	width: 101%;
	height: 101%;
	background-color: #fff;
	border: solid 1px #ebebeb;
	position: absolute;
	top: -0.5%;
	left: -0.5%;
	z-index: -1;
}

.dszCon:after {
	content: '';
	width: 102%;
	height: 102%;
	background-color: #fff;
	border: solid 1px #ebebeb;
	position: absolute;
	top: -1%;
	left: -1%;
	z-index: -2;
}

.dszCon .LeaderPc {
	position: relative;
	width: 29.51%;
	float: left;
}

.dszCon .LeaderPc .txtbox {
	position: absolute;
	width: 96%;
	background-color: #ee2d31;
	bottom: 1%;
	left: 2%;
	color: #fff;
	z-index: 99;
	text-align: center;
	padding: 6% 0;
}

.dszCon .LeaderPc .txtbox .t {
	position: relative;
}

.dszCon .LeaderPc .txtbox .t::before {
	content: '';
	width: 42px;
	height: 29px;
	background: url(../images/leader_bg.png) bottom center no-repeat;
	position: absolute;
	top: -47px;
	right: 20%;
}

.dszCon .LeaderPc .imgbox {
	padding-top: 155.55%;
	cursor: inherit;
}

.dszCon .txtbox {
	width: 60%;
	padding: 5%;
	float: right;
}

.dszCon .txtbox .title {
	margin-bottom: 5%;
}

.dszCon .txtbox .title .tit_cn {
	font-family: SourceHanSansCN-Medium;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 7px;
	color: #333333;
}

.dszCon .txtbox .title .tit_en {
	font-family: DIN-Medium;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 4px;
	color: #999999;
	padding-top: 20px;
}

.dszCon .txtbox .txt {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}

.dszCon .txtbox .txt p {
	margin-bottom: 2%;
}

.dszCon .txtbox .sign {
	text-align: right;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}

.dszCon .txtbox .sign span {
	font-family: slideyouran-Regular;
	font-size: 60px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: -7px;
	color: #333333;
}

@media (max-width: 1440px) {
	.dszCon .txtbox .title .tit_cn {
		font-size: 32px;
	}
	.dszCon .txtbox .title .tit_en {
		font-size: 14px;
		line-height: 14px;
	}
}

@media (max-width: 1024px) {
	.dszCon .txtbox .title .tit_cn {
		font-size: 28px;
		line-height: 28px;
		letter-spacing: 4px;
	}
}

@media(max-width:768px) {
	.dszCon .txtbox .title .tit_cn {
		font-size: 18px;
		line-height: 18px;
		letter-spacing: 4px;
	}
	.dszCon .LeaderPc {
		width: 100%;
		float: none;
	}
	.dszCon .txtbox {
		width: 90%;
		float: none;
	}
	.dszCon .txtbox .txt {
		line-height: 24px;
		font-size: 14px;
	}
	.dszCon .txtbox .sign{line-height:16px;font-size: 14px;}
	.dszCon:before,
	.dszCon:after {
		display: none;
	}
	.dszCon .txtbox .sign span {
		font-size: 40px;
	}
}

@media(max-width:480px) {
	.dszCon .txtbox .tit {
		font-size: 20px;
	}
	.dszCon .txtbox .sign span {
		font-size: 30px;
	}
}


/* 企业文化 */

.culCon1 {
	padding: 50px 0 100px;
	background: #f5f5f5;
}

.culCon1 * {
	box-sizing: border-box;
}

.culCon1 .ytable {
	display: table;
	width: 100%;
}

.culCon1 .ytable-cell {
	display: table-cell;
	vertical-align: middle;
}

.culCon1 .title {
	text-align: center;
}

.culCon1 .item {
	position: relative;
	background-color: rgba(0, 32, 99, .15);
	width: 10.5%;
	height: 360px;
	float: left;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 80%;
	transition: width .5s ease;
	-webkit-transition: width .5s ease;
	-moz-transition: width .5s ease;
	-ms-transition: width .5s ease;
}

.culCon1 .item:nth-child(2n) {
	background-color: rgba(0, 32, 99, .05);
}

.culCon1 .item .item-inner {
	overflow: hidden;
	width: 100%;
	height: 360px;
	position: relative;
	display: none;
}

.culCon1 .item .text {
	height: 100%;
	text-align: center;
}

.culCon1 .item.active .text {
	display: none;
}

.culCon1 .item .text h3 {
	font-family: SourceHanSansCN-Light;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.culCon1 .item .word {
	position: relative;
	margin-top: 7%;
	color: #b6b6b6;
	padding-left: 90px;
}

.culCon1 .item .word .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
}

.culCon1 .item .word .txtbox {
	font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	width: 90%;
}

.culCon1 .item .word .txtbox .tit {
	font-family: SourceHanSansCN-Medium;
	font-size: 26px;
}

.culCon1 .item .word .txtbox figure {
	padding-bottom: 2%;
}

.culCon1 .item .word .txtbox .line {
	width: 100%;
	height: 4px;
	border-bottom: 1px #8c94b2 solid;
	position: relative;
}

.culCon1 .item .word .txtbox .line:before {
	content: '';
	width: 40px;
	height: 1px;
	background-color: #e83422;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.culCon1 .item .word .txtbox p {}

.culCon1 .item .word .txtbox .txt {
	padding-top: 2%;
}

.culCon1 .item .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.culCon1 .item .pic {
	width: 60%;
	position: absolute;
	bottom: 0;
	right: -2%;
	left: auto;
}

.culCon1 .item.active {
	padding: 0 0 0 55px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 100%;
	width: 58%;
}

.culCon1 .item.active .bg {
	display: block;
}

@media only screen and (max-width:1024px) {
	.culCon1 .item.active {
		padding: 0 0 0 3%;
	}
	.culCon1 .item .word {
		width: 100%;
		padding-right: 3%;
		position: relative;
		z-index: 5;
	}
	.culCon1 .item .pic {
		position: relative;
		float: right;
		width: 100%;
		bottom: 10%;
	}
	.culCon1 .item .text h3 {
		font-size: 18px;
	}
}

@media only screen and (max-width:767px) {
	.culCon1 .item {
		width: 100% !important;
		height: 150px;
		transition: height .5s ease;
		-webkit-transition: height .5s ease;
		-moz-transition: height .5s ease;
		-ms-transition: height .5s ease;
	}
	.culCon1 .item.active,
	.culCon1 .item .item-inner {
		height: auto;
		overflow: hidden;
	}
	.culCon1 .h3 {
		margin-bottom: 10%;
	}
	.culCon1 .item .word {
		margin-bottom: 10%;
		padding-left: 0;
	}
	.culCon1 .item .word .icon {
		position: relative;
		text-align: center;
	}
	.culCon1 .item .text h3 {
		font-size: 18px;
	}
	.culCon1 .item .text img {
		max-width: 50px;
	}
	.culCon1 .item .pic {
		display: none;
	}
}

@media(max-width:1024px) {
	.culCon1 .item .word .txtbox .tit {
		font-size: 22px;
	}
}

.culCon2 {
	padding: 5% 0;
	background-color: #fff;
}

.culCon2 .CompanyPc {
	overflow: hidden;
	display: flex;
	justify-content: space-around;
}

.culCon2 .CompanyPc .CPc_l {
	width: 41.3%;
	padding: 2%;
	float: left;
	background: #002063 url(../uploadfiles/image/cul_bg.jpg) center no-repeat;
	position: relative;
	text-align: center;
}

.culCon2 .CompanyPc .CPc_l img {
	vertical-align: middle;
	padding-top: 40%;
}

.culCon2 .CompanyPc .CPc_l:before {
	content: '';
	width: 96%;
	height: 95.5%;
	margin: 2%;
	position: absolute;
	left: 0;
	top: 0;
	border: solid 1px #ffffff;
	opacity: 0.2;
}

.culCon2 .CompanyPc .imgbox {
	width: 54.7%;
	float: left;
	padding-top: 43.75%;
}

@media(max-width:1366px) {}

@media(max-width:1200px) {}

@media(max-width:1024px) {
	.culCon2 .CompanyPc .CPc_l img {
		vertical-align: middle;
		padding-top: 35%;
	}
}

@media(max-width:992px) {}

@media(max-width:768px) {
	.culCon2 .CompanyPc {
		display: block;
	}
	.culCon1 .item .word .txtbox .tit {
		font-size: 18px;
	}
	.culCon2 .CompanyPc .CPc_l {
		width: 96%;
		float: none;
	}
	.culCon2 .CompanyPc .imgbox {
		width: 100%;
		float: none;
		padding-top: 80%;
	}
	.culCon2 .CompanyPc .CPc_l:before {
		content: '';
		width: 96%;
		height: 82%;
	}
	.culCon2 .CompanyPc .CPc_l img {
		vertical-align: middle;
		padding: 2% 0;
	}
}

@media(max-width:640px) {
	.culCon2 .CompanyPc .CPc_l img {
		width: 200px;
	}
}


/* 集团产业 */

.pjCon1 {
	padding: 5% 0;
	background: #fff;
}

.pjCon1 .pjPro {
	position: relative;
	overflow: hidden;
	padding-bottom: 2%;
}

.pjCon1 .pjPro:before {
	content: '';
	width: 759px;
	height: 183px;
	background: url(../images/p_bg1.png) right center no-repeat;
	position: absolute;
	right: 24%;
	bottom: 0;
	z-index: 99;
}

.pjCon1 .pjPro .txtbox {
	width: 43.8%;
	float: left;
}

.pjCon1 .pjPro .txtbox .ico {}

.pjCon1 .pjPro .txtbox .title {
	padding-top: 2%;
}

.pjCon1 .pjPro .txtbox .txt {
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}

.pjCon1 .pjPro .txtbox .txt p {
	margin-bottom: 2%;
}

.pjCon1 .pjPro .imgbox {
	padding-top: 48.44%;
	width: 41.41%;
	float: right;
	position: relative;
}

.pjCon1 .pjPro .imgbox:before {
	content: '';
	width: 120px;
	height: 120px;
	background: #fff;
	-webkit-clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
}

.pjCon1 .pjPro_bott {
	margin-top: 5%;
	overflow: hidden;
}

.pjCon1 .pjPro_bott .tit {
	font-family: SourceHanSansCN-Medium;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 3px;
	color: #333333;
	position: relative;
}

.pjCon1 .pjPro_bott .tit:before {
	content: '';
	width: 50%;
	height: 2px;
	background-color: #000000;
	opacity: 0.05;
	position: absolute;
	left: 30%;
	top: 50%;
	transform: translateY(-50%);
}

.pjCon1 .pjPro_bott .txt {
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #666666;
	padding-top: 2%;
}

.pjCon1 .pjPro_bott.gkpro .tit {
	width: 50%;
	float: left;
}

.pjCon1 .pjPro_bott .count {
	width: 50%;
	float: right;
}

.pjCon1 .pjPro_bott .count ul {
	overflow: hidden;
}

.pjCon1 .pjPro_bott .count ul li {
	width: 33.33%;
	float: left;
	text-align: center;
}

.pjCon1 .pjPro_bott .count li aside {
	font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
}

.pjCon1 .pjPro_bott .count li aside b,
.pjCon1 .pjPro_bott .count li aside span {
	font-family: DIN-Medium;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #002063;
}

.pjCon1 .pjPro_bott .count li p {
	font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
}

@media(max-width:1024px) {
	.pjCon1 .pjPro_bott .count li aside b,
	.pjCon1 .pjPro_bott .count li aside span {
		font-size: 30px;
	}
}

@media(max-width:768px) {
	.pjCon1 .pjPro_bott.gkpro .tit,
	.pjCon1 .pjPro_bott .count {
		float: none;
		width: 100%;
	}
	.pjCon1 .pjPro_bott .count {
		padding-top: 2%;
	}
}

@media(max-width:480px) {
	.pjCon1 .pjPro_bott .count li aside b,
	.pjCon1 .pjPro_bott .count li aside span {
		font-size: 24px;
	}
	.pjCon1 .pjPro_bott .count li p,
	.pjCon1 .pjPro_bott .count li aside {
		font-size: 14px;
	}
}

.pjCon2 {
	padding: 5% 0;
	background-color: #f5f5f5;
}

.pjCon2 .tab_tit {
	overflow: hidden;
	padding-bottom: 4%;
}

.pjCon2 .tab_tit .tit {
	float: left;
	font-family: SourceHanSansCN-Medium;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #010610;
	width: auto;
}

.pjCon2 .tab_tit ul {
	float: right;
	overflow: hidden;
	text-align: right;
}

.pjCon2 .tab_tit ul li {
	width: 90px;
	height: 36px;
	background-color: #f7f7f7;
	float: left;
	font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #666666;
	text-align: center;
	cursor: pointer;
}

.pjCon2 .tab_tit ul li:hover,
.pjCon2 .tab_tit ul li.on {
	background-color: #e83422;
	color: #ffffff;
}

.pjCon2 .tab_con {}

.pjCon2 .tab_con .tab_item {}

.pjCon2 .tab_con .tab_item ul {
	overflow: hidden;
	margin-left: -6%;
}

.pjCon2 .tab_con .tab_item ul li {
	width: 44%;
	float: left;
	margin-left: 6%;
}

.pjCon2 .tab_con .tab_item ul li .imgbox {
	padding-top: 57%;
}

.pjCon2 .tab_con .tab_item ul li .txtbox {
	position: relative;
	padding: 2% 0;
}

.pjCon2 .tab_con .tab_item ul li .txtbox:before {
	content: '';
	width: 0;
	height: 2px;
	background-color: #e83422;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all ease 0.3s;
}

.pjCon2 .tab_con .tab_item ul li:hover .txtbox:before {
	width: 100%;
}

.pjCon2 .tab_con .tab_item ul li .txtbox .tit {
	font-family: SourceHanSansCN-Medium;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #000000;
	padding-bottom: 1.5%;
}

.pjCon2 .tab_con .tab_item ul li .txtbox .position {
	font-family: SourceHanSansCN-Light;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #999999;
	padding-left: 20px;
	background: url(../images/position.png) center left no-repeat;
}

.pjCon2 .tab_con .tab_item ul li .txtbox .more {
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(../images/jiantou.png) center no-repeat;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.pjCon2 .tab_con .tab_item ul li:hover .txtbox .more {
	background: url(../images/jiantou2.png) center no-repeat;
}

@media(max-width:1024px) {
	.pjCon1 .pjPro .txtbox,
	.pjCon1 .pjPro .imgbox {
		width: 100%;
		float: none;
	}
	.pjCon1 .pjPro .imgbox {
		padding-top: 100%;
	}
	.pjCon1 .pjPro:before,
	.pjCon1 .pjPro .imgbox:before {
		display: none;
	}
	.pjCon1 .pjPro .txtbox .title,
	.pjCon1 .pjPro .txtbox .ico {
		text-align: center;
	}
	.pjCon2 .tab_tit .tit {
		font-size: 24px;
	}
}

@media(max-width:768px) {
	.pjCon1 .pjPro .txtbox .txt,
	.pjCon1 .pjPro_bott .txt {
		font-size: 14px;
		line-height: 24px;
	}
	.pjCon2 .tab_tit ul li{width: auto}
	.pjCon2 .tab_tit .tit {
		font-size: 20px;
	}
	.pjCon2 .tab_con .tab_item ul li .txtbox .tit {
		font-size: 18px;
	}
}

@media(max-width:480px) {
	.pjCon1 .pjPro_bott .tit:before {
		width: 50%;
		right: 0;
		left: unset;
	}
	.pjCon2 .tab_con .tab_item ul {
		margin-left: 0;
	}
	.pjCon2 .tab_con .tab_item ul li {
		width: 100%;
		margin-left: 0;
		float: none;
		margin-bottom: 5%;
	}
}

@media(max-width:375px) {
	.pjCon2 .tab_tit ul li {
		width: 70px;
		font-size: 14px;
	}
}


/* 家居产业-武汉项目详情 */

.ProBan {}

.ProBan .imgbox {
	padding-top: 41.8%;
}

.ProdeCon {
	padding-bottom: 5%;
}

.ProdeCon1 {
	background-color: #fafafa;
	padding: 4% 0 2%;
}

.ProdeCon1 dl {
	overflow: hidden;
	height: 80px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	padding-left: 90px;
	margin-bottom: 10px;
}

.ProdeCon1 dl dt {
	width: 80px;
	height: 80px;
	background-color: #e83422;
	box-shadow: 0px 10px 30px 0px rgba(232, 52, 34, 0.04);
	text-align: center;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

.ProdeCon1 dl dt img {
	vertical-align: middle;
	padding-top: 20px;
}

.ProdeCon1 dl dd {
	width: 80%;
	float: left;
}

.ProdeCon1 dl .tit {
	font-family: SourceHanSansCN-Medium;
	font-size: 38px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;
	padding-bottom: 10px;
}

.ProdeCon1 dl .slogen {
	font-family: SourceHanSansCN-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #e83422;
}

.ProdeCon1 .txt {
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	padding: 2% 0;
}

.ProdeCon1 .txt p {
	margin-bottom: 2%;
	text-indent: 2em;
}

.ProdeCon1 .contactW {
	overflow: hidden;
	border-top: 1px #dadada solid;
	padding: 2% 0 0;
}

.ProdeCon1 .contactW li {
	width: 50%;
	float: left;
}

.ProdeCon1 .contactW li img {
	float: left;
	width: auto;
}

.ProdeCon1 .contactW li p {
	float: right;
	width: 84%;
	font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #999999;
}

.ProdeCon1 .contactW li p span {
	font-family: SourceHanSansCN-Medium;
	font-size: 16px;
	color: #333333;
}

.ProdeCon1 .contactW li p a {
	font-family: DIN-Bold;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 1px;
	color: #e83422;
}

.ProdeCon2 {
	background-color: #fcfafa;
	padding: 5%;
	margin: 5% 0 2%;
	overflow: hidden;
}

.ProdeCon2 .txtbox {
	width: 49.3%;
	float: left;
}

.ProdeCon2 .txtbox .tit {
	font-family: SourceHanSansCN-Medium;
	font-size: 38px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;
	padding-bottom: 5%;
}

.ProdeCon2 .txtbox .slogen {
	font-family: SourceHanSansCN-Regular;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #333333;
}

.ProdeCon2 .txtbox .slogen p {
	position: relative;
	margin-bottom: 2%;
}

.ProdeCon2 .txtbox .slogen p:before {
	content: '';
	width: 100%;
	height: 3px;
	background-color: #e83422;
	position: absolute;
	left: 0;
	bottom: 0;
}

.ProdeCon2 .txtbox .slogen p span {
	font-family: DIN-Bold;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #e83422;
}

.ProdeCon2 .txtbox .txt {
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	text-align: justify;
	padding-top: 5%;
}

.ProdeCon2 .imgbox {
	width: 43.58%;
	float: right;
	padding-top: 43.75%;
}

.ProdeCon3 {
	padding-bottom: 3%;
}

.ProdeCon3 .proLists {}

.ProdeCon3 .proLists li {
	margin-bottom: 2%;
	overflow: hidden;
}

.ProdeCon .title {
	position: relative;
	padding: 2% 0;
	border-bottom: 1px #ededed solid;
	overflow: hidden;
	line-height: 32px;
}

.ProdeCon .title:before {
	content: '';
	width: 50px;
	height: 3px;
	background-color: #e83422;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.ProdeCon .title .tit {
	font-family: SourceHanSansCN-Medium;
	font-size: 26px;
	color: #333333;
	float: left;
	width: 50%;
}

.ProdeCon .title .more {
	float: right;
	font-family: SourceHanSansCN-Light;
	font-size: 14px;
	color: #e83422;
}

.ProdeCon .title .more img {
	vertical-align: middle;
	margin-left: 10px;
	margin-left: 10px;
	display: inline-block;
}

.ProdeCon3 .proLists li p {
	text-indent: 2em;
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	margin: 2% 0;
}

.ProdeCon3 .proLists li .imgbox {
	padding-top: 31.25%;
}

.ProdeCon3 .proLists li.two_l,
.ProdeCon3 .proLists li.two_r {
	margin: 5% 0;
	float: none;
}

.ProdeCon3 .proLists li.two_l .title,
.ProdeCon3 .proLists li.two_r .title {
	margin: 5% 0;
	padding: 5% 0;
}

.ProdeCon3 .proLists li.two_l .tit,
.ProdeCon3 .proLists li.two_r .tit {
	width: 100%;
}

.ProdeCon3 .proLists li.two_l .txtbox {
	width: 45%;
	float: left;
}

.ProdeCon3 .proLists li.two_r .txtbox {
	width: 45%;
	float: right;
}

.ProdeCon3 .proLists li.two_l .imgbox {
	width: 50%;
	float: right;
}

.ProdeCon3 .proLists li.two_r .imgbox {
	width: 50%;
	float: left;
}

.ProdeCon3 .proLists li dl dt {
	float: left;
	border: solid 1px #eaeaea;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.ProdeCon3 .proLists li dl dd {
	margin-left: 20px;
}

.ProdeCon3 .proLists li dl dd.tit1 {
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	float: left;
	width: 60%;
	padding-top: 8%;
}

.ProdeCon3 .proLists li dl .slogen {
	font-family: SourceHanSansCN-Bold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #e83422;
	float: left;
	width: 60%;
}

.ProdeCon3 .proLists li dl dt img {
	width: 157px;
	height: 157px;
}

.ProdeCon3 .proLists li img {
	display: block;
	margin: 0 auto;
}

.ProdeCon3 .proLists li .txtbox p {
	padding: 5% 0;
}

.ProdeCon .sharebtn {
	text-align: center;
}

.bshareb,
.bshare-custom.icon-medium {
	display: inline-block;
}

.ProdeCon .sharebtn a {
	width: 30px;
	height: 30px;
	display: inline-block;
}

.bshare-custom.icon-medium {}

.ProdeCon .sharebtn a.wx {
	background: url(../images/ico_wx.png) center no-repeat;
	padding: 0;
}

.ProdeCon .sharebtn a.wb {
	background: url(../images/ico_wb.png) center no-repeat;
	padding: 0;
}

.ProdeCon .sharebtn a.qq {
	background: url(../images/ico_qq.png) center no-repeat;
	padding: 0;
}

.De_bot {
	line-height: 50px;
	padding-top: 3%;
	border-top: 2px #eee solid;
}

.De_bot .news_btn {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	width: 30%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.De_bot .news_btn span {
	color: #999999;
}

.De_bot .prev_btn {
	float: left;
}

.De_bot .next_btn {
	float: right;
}

.De_bot .back_btn {
	width: 160px;
	height: 50px;
	line-height: 50px;
	background-color: #e83422;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #fefeff;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.De_bot .back_btn img {
	vertical-align: middle;
	margin-right: 10px;
}

.De_bot .news_btn:hover span {
	color: #ee2d31;
}

.p_adv {
	padding: 5%;
	background-color: #f6f6f6;
	overflow: hidden;
}

.p_adv dl {
	width: 48%;
	float: left;
	margin-left: 4%;
}

.p_adv dl:nth-child(1) {
	margin-left: 0;
}

.p_adv dl dt {
	font-family: SourceHanSansCN-Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #e83422;
	border-bottom: 1px #aaaaaa solid;
	padding-bottom: 3%;
}

.p_adv dl dd {
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #666666;
}

.p_gh {
	padding: 2% 0 3%;
}

.p_gh dl {}

.p_gh dl dt {
	font-family: SourceHanSansCN-Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #e83422;
	padding-bottom: 1%;
}

.p_gh dl dd {
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #666666;
}

.p_video {
	padding: 5% 0 0;
}

.p_video .vtitle {
	font-family: SourceHanSansCN-Medium;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
	padding-bottom: 2%;
}

.p_video .ClassVideo {
	position: relative;
	overflow: hidden;
}

.p_video .ClassVideo .imgbox img {
	vertical-align: middle;
}

.p_video .ClassVideo .videoView {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	z-index: 4;
	height: 100%;
}

.p_video .ClassVideo .videoView video {
	display: block;
	object-fit: cover;
	height: 100%!important;
}

.p_video .ClassVideo .btns {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	background: url(../images/play.png) center no-repeat;
	cursor: pointer;
}

.ProdeCon3 .PL1 li.two_l .title,
.ProdeCon3 .PL1 li.two_r .title {
	padding: 2% 0;
	margin: 0;
}

.ProdeCon3 .PL1 li.two_l .tit,
.ProdeCon3 .PL1 li.two_r .tit {
	float: left;
	width: 50%;
}

.ProdeCon3 .PL1 li .txtbox p {
	padding: 0;
	text-indent: 0;
	margin: 0;
}

.ProdeCon3 .PL1 li .txtbox p.t1 {
	font-family: SourceHanSansCN-Bold;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #333333;
}
/* 
.ProdeCon3 .PL1 li .txtbox p.t2 {
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #666666;
}

.ProdeCon3 .PL1 li .txtbox p.t2 span {
	color: #000;
	
} */

.ProdeCon3 .PL1 li .txtbox p.t_red {
	color: #e83422;
}

.ProdeCon3 .PL1 li .txtbox p.mt5 {
	margin-top: 5%;
}

.ProdeCon3 .PL1 li .txtbox p.mb5 {
	margin-bottom: 5%;
}

.adBox {
	background-color: #f5f5f5;
	padding: 5%;
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 5%;
}

.adBox span {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #e83422;
}

.ProdeCon3 .PL2 {}

.ProdeCon3 .PL2 p {
	padding: 3% 0;
	text-indent: 2em;
}

.ProdeCon3 .PL2 .p_i {
	overflow: hidden;
	background-color: #fcfafa;
}

.ProdeCon3 .PL2 .p_i .txtbox {
	background-color: #fcfafa;
}

.ProdeCon3 .PL2 .p_i1 .txtbox {
	padding: 5%;
	width: 54%;
}

.ProdeCon3 .PL2 .p_i1 .txtbox p {
	text-indent: 0;
}

.ProdeCon3 .PL2 .p_i2 .txtbox {
	padding: 5%;
	width: 25.9%;
}

.ProdeCon3 .PL2 .p_i .txtbox .mb5 {
	margin-bottom: 2%;
}

.ProdeCon3 .PL2 .p_i .txtbox .mt5 {
	margin-top: 2%;
}

.ProdeCon3 .PL2 .p_i .txtbox .t1 {
	font-family: SourceHanSansCN-Medium;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #e83422;
	padding: 0;
}

.ProdeCon3 .PL2 .p_i .txtbox .t2 {
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	padding: 0;
}

.ProdeCon3 .PL2 .p_i2 .txtbox .t1 {
	text-indent: 0;
}

.ProdeCon3 .PL2 .p_i1 .imgbox {
	width: 36%;
	padding-top: 32%;
}

.ProdeCon3 .PL2 .p_i2 .imgbox {
	width: 64.1%;
	padding-top: 32.1%;
}

.ProdeCon3 .PL3 {
	overflow: hidden;
	margin-bottom: 3%;
}

.ProdeCon3 .PL3 .title {
	padding-bottom: 2%;
	margin-bottom: 2%;
}

.ProdeCon3 .PL3 p {
	text-indent: 2em;
	margin-bottom: 2%;
}

.ProdeCon3 .PL3 .txtbox {
	width: 42.2%;
}

.ProdeCon3 .PL3 .txtbox .t1 {
	font-family: SourceHanSansCN-Medium;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #e83422;
	padding-top: 2%;
	text-indent: 0;
}

.ProdeCon3 .PL3 .txtbox .t2 {
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #666666;
	text-indent: 2em;
}

.ProdeCon3 .PL3 .txtbox .t2 span {
	color: #333333;
}

.ProdeCon3 .PL3 .imgbox {
	width: 50%;
	padding-top: 36%;
}

.ProdeCon3 .PL3 .imgbox.pt290 {
	padding-top: 22.7%;
}

.ProdeCon3 .PL3 img {
	margin-bottom: 2%;
}

.ProdeCon3 .a_list {
	padding-bottom: 2%;
}

.ProdeCon3 .a_list dt {
	font-family: SourceHanSansCN-Medium;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #e83422;
	position: relative;
	padding-left: 10px;
	border: none !important;
	box-shadow: none !important;
	float: none !important;
	padding-bottom: 1%;
}

.ProdeCon3 .a_list dt:after {
	content: '';
	width: 212px;
	height: 30px;
	background-color: #ffffff;
	border: solid 1px #e83422;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.ProdeCon3 .a_list dt:before {
	content: '';
	width: 212px;
	height: 30px;
	background-color: #ffffff;
	border: solid 1px #e83422;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: -2;
}

.ProdeCon3 .a_list dd {
	text-indent: 2em;
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}

.ProdeCon1.PDCon .title {
	font-family: SourceHanSansCN-Bold;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	border: none;
}

.ProdeCon1.PDCon .title:before {
	display: none;
}

.PDCon1 {
	overflow: hidden;
	padding: 5% 0;
	background-color: #f5f5f5;
}

.PDCon1 .tit {
	font-family: SourceHanSansCN-Medium;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #010610;
	padding-bottom: 3%;
}

.PDCon1 .imgbox {
	width: 48.44%;
	padding-top: 39.1%; 
    float: left;
    margin-bottom: 1%;
}

.PDCon1 .imgbox:nth-child(2n) {
	float: right;
}

.PDCon2 {
	padding: 5% 0 0;
}

#dituContent {
	height: 520px;
}

@media(max-width:1440px) {
	.ProdeCon1.PDCon .title {
		font-size: 32px;
	}
}

@media(max-width:1024px) {
	.ProdeCon1 dl .tit {
		font-size: 32px;
	}
	.ProdeCon1 dl .slogen,
	.ProdeCon2 .txtbox .slogen {
		font-size: 18px;
	}
	.ProdeCon1 .txt,
	.ProdeCon3 .proLists li p,
	.ProdeCon1 .contactW li p span,
	.ProdeCon2 .txtbox .txt {
		font-size: 14px;
	}
	.ProdeCon1 .contactW li p a,
	.ProdeCon .title .tit {
		font-size: 22px;
	}
	.ProdeCon2 .txtbox .tit {
		font-size: 32px;
	}
	.p_video .vtitle {
		font-size: 22px;
	}
	.ProdeCon3 .PL2 .p_i1 .txtbox,
	.ProdeCon3 .PL2 .p_i2 .txtbox {
		padding: 5%;
		width: 90%;
		float: none;
	}
	.ProdeCon3 .PL2 .p_i1 .imgbox,
	.ProdeCon3 .PL2 .p_i2 .imgbox,
	.ProdeCon3 .PL3 .imgbox {
		width: 100%;
		padding-top: 50%;
		float: none;
	}
	.ProdeCon3 .PL2 .p_i .txtbox .t1,
	.ProdeCon3 .PL3 .txtbox .t1 {
		font-size: 16px;
	}
	.ProdeCon3 .PL2 .p_i .txtbox .t2,
	.ProdeCon3 .PL3 .txtbox .t2 {
		font-size: 14px;
	}
	.ProdeCon3 .PL3 .txtbox {
		width: 100%;
		float: none;
	}
	.ProdeCon3 .a_list dt {
		font-size: 16px;
	}
	.ProdeCon3 .proLists li dl dd {
		font-size: 14px;
	}
	.ProdeCon3 .a_list dt:after,
	.ProdeCon3 .a_list dt:before {
		width: 220px;
	}
	.ProdeCon1.PDCon .title {
		font-size: 28px;
	}
}

@media(max-width:768px) {
	.ProdeCon1 dl .tit {
		font-size: 24px;
		padding-bottom: 0px;
	}
	.ProdeCon1 .contactW li {
		width: 100%;
		float: none;
		overflow: hidden;
		margin-bottom: 3%;
	}
	.ProdeCon1 .contactW li p {
		line-height: 20px;
	}
	.ProdeCon1 dl .slogen,
	.ProdeCon2 .txtbox .slogen {
		font-size: 16px;
	}
	.ProdeCon1 .contactW li p a,
	.ProdeCon .title .tit {
		font-size: 18px;
		width: 100%;
	}
	.ProdeCon2 .txtbox .tit {
		font-size: 26px;
		padding-bottom: 3%;
	}
	.ProdeCon2 .txtbox .slogen p span {
		font-size: 30px;
	}
	.ProdeCon2 .txtbox {
		float: none;
		width: 100%;
	}
	.ProdeCon2 .imgbox {
		float: none;
		width: 50%;
		padding-top: 50%;
		margin: 2% auto 0;
	}
	.De_bot .back_btn {
		font-size: 14px;
	}
	.De_bot .news_btn {
		width: 100%;
		float: none;
		display: block;
		line-height: 30px;
	}
	.De_bot .back_btn {
		width: 140px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin-top: 20px;
	}
	.p_adv dl {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-bottom: 2%;
	}
	.ProdeCon3 .proLists li.two_l .txtbox,
	.ProdeCon3 .proLists li.two_l .imgbox,
	.ProdeCon3 .proLists li.two_r .txtbox,
	.ProdeCon3 .proLists li.two_r .imgbox {
		width: 100%;
		float: none;
	}
	.ProdeCon3 .proLists li .imgbox {
		padding-top: 62%;
	}
	.ProdeCon3 .proLists li.two_l .title,
	.ProdeCon3 .proLists li.two_r .title {
		padding: 2% 0;
		margin: 0;
	}
	.ProdeCon3 .proLists li .txtbox p {
		padding: 0;
		margin: 2% 0;
	}
	.ProdeCon3 .proLists li dl dt {
		width: 157px;
		float: none;
		margin: 0 auto;
	}
	.ProdeCon3 .proLists li dl dd.tit1,
	.ProdeCon3 .proLists li dl .slogen {
		width: 100%;
		float: none;
		text-align: center;
		margin-left: 0;
		font-size: 14px;
	}
	.ProdeCon3 .proLists li dl dd.tit1 {
		padding-top: 2%;
	}
	.ProdeCon3 .proLists li dl .slogen {
		padding-bottom: 2%;
	}
	.ProdeCon3 .proLists li .txtbox p {
		margin: 0;
	}
	.p_video .ClassVideo .btns {
		background-size: 8%;
	}
	.ProdeCon1.PDCon .title {
		font-size: 24px;
		line-height: 40px;
	}
	.PDCon1 .imgbox {
		float: none;
		width: 100%;
		padding-top: 80%;
		margin-bottom: 3%;
	}
	#dituContent {
		height: 500px;
	}
}

@media(max-width:480px) {
	.ProdeCon1 dl dt {
		width: 40px;
		height: 40px;
	}
	.ProdeCon1 dl dt img {
		width: 20px;
		padding-top: 9px;
	}
	.ProdeCon1 dl .tit {
		font-size: 20px;
		padding-bottom: 0px;
		line-height: 20px;
	}
	.ProdeCon1 dl .slogen,
	.ProdeCon2 .txtbox .slogen {
		font-size: 14px;
	}
	.ProdeCon3 .proLists li p {
		line-height: 26px;
	}
	.De_bot .news_btn {
		font-size: 14px;
	}
	.adBox {
		font-size: 16px;
	}
	.adBox span {
		font-size: 20px;
	}
	.ProdeCon1 .contactW li p {
		width: 78%;
	}
}


/* 企业责任 */

.csrCon {}

.csrCon .tab_tit {
	padding: 3% 0;
	border-bottom: 1px #eee solid;
}

.csrCon .tab_tit ul {
	text-align: center;
}

.csrCon .tab_tit ul li {
	font-family: SourceHanSansCN-Light;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
	padding: 0 2%;
	display: inline-block;
	cursor: pointer;
}

.csrCon .tab_tit ul li.on,
.csrCon .tab_tit ul li:hover {
	background-color: #e83422;
	color: #ffffff;
	border: solid 1px #e83422;
}

.csrCon .tab_con {
	padding: 5% 0;
}

.csrCon .tab_con .tab_item {
	overflow: hidden;
}

.csrCon .tab_con .tab_item .txtbox {
	width: 53.13%;
	float: left;
}

.csrCon .tab_con .tab_item .txtbox .txt {}

.csrCon .tab_con .tab_item .txtbox .txt p {
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	text-indent: 2em;
	margin-bottom: 3%;
}

.csrCon .tab_con .tab_item .txtbox .txt .tit {
	font-family: SourceHanSansCN-Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #000000;
}

.csrCon .tab_con .tab_item .src_pc {
	width: 36%;
	float: right;
}

.csrCon .tab_con .tab_item .src_pc .pc1 {
	padding-top: 117.2%;
	margin-bottom: 10px;
}

.csrCon .tab_con .tab_item .src_pc .pc2 {
	padding-top: 21.71%;
}

.csrCon .tab_con .tab_item .src_pc .pc3 {
	padding-top: 136.72%;
}

.csrCon .tab_con .tab_item .src_pc .pc4 {
	padding-top: 126%;
}

@media(max-width:768px) {
	.csrCon .tab_tit ul li {
		font-size: 16px;
	}
	.csrCon .tab_con .tab_item .txtbox,
	.csrCon .tab_con .tab_item .src_pc {
		width: 100%;
		float: none;
	}
	.csrCon .tab_con .tab_item .txtbox .txt p {
		font-size: 14px;

	}
	.csrCon .tab_con .tab_item .txtbox .txt .tit {
		font-size: 18px;
	}
}

@media(max-width:480px) {
	.csrCon .tab_tit ul li {
		font-size: 14px;
		line-height: 40px;
	}
	.csrCon .tab_con .tab_item .txtbox .txt .tit {
		font-size: 16px;
		font-weight: bold;
	}
}


/* 社会公益 */

.swCon {}

.swCon .txtbox1 {
	font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	border-bottom: 1px #eee solid;
}

.swCon .txtbox1 p {
	margin-bottom: 2%;
	text-indent: 2em;
}

.sw_list {}

.sw_list .list_item {
	margin-top: 5%;
}

.sw_list .list_item .title {
	position: relative;
	line-height: 50px;
	padding: 2% 0;
}

.sw_list .list_item .title .tit {
	font-family: SourceHanSansCN-Medium;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #e83422;
	position: relative;
	z-index: 1;
}

.sw_list .list_item .title .no {
	font-family: DIN-Bold;
	font-size: 56px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #f2f2f2;
	position: absolute;
	left: 5%;
	top: 5%;
	z-index: 0;
}

.sw_list .list_item .p1 {
	font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	text-indent: 2em;
	margin-bottom: 2%;
}

.sw_list .list_item .slideBox {}

.sw_list .slideBox {
	background: #ffffff;
	margin-bottom: 3%;
}

.sw_list .slideBox li {
	display: flex;
}

.sw_list .slideBox li .imgbox {
	width: 50%;
	padding-top: 31.25%;
	float: left;
}

.sw_list .slideBox li .txtbox {
	padding: 5%;
	width: 40%;
	background-color: #faf8f7;
	float: right;
	position: relative;
}

.sw_list .slideBox li .txtbox .tit {
	font-family: SourceHanSansCN-Medium;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-bottom: 3%;
}

.sw_list .slideBox li .txtbox .txt {
	font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}

.sw_list .slideBox li .txtbox .txt p {
	text-indent: 2em;
	padding-bottom: 3%;
}

.sw_list .slideBox li .txtbox .no {
	text-align: right;
	position: absolute;
	bottom: 10%;
	right: 10%;
}

.sw_list .slideBox .slick-dots {
	bottom: 10%;
	width: auto;
}

.sw_list .list_item:nth-child(odd) .slick-dots {
	left: 55%;
}

.sw_list .list_item:nth-child(even) .slick-dots {
	left: 5%;
}

.sw_list .slideBox .slick-dots li {
	display: inline-block;
}

.sw_list .slideBox .slick-dots li button {
	width: 8px;
	height: 8px;
	background-color: #bfbfbf;
}

.sw_list .slideBox .slick-dots li.slick-active button {
	background-color: #e83422;
}

@media(max-width:1024px) {
	.sw_list .slideBox li {
		display: block;
	}
	.sw_list .slideBox li .imgbox {
		width: 100%;
		float: none;
		padding-top: 62%;
	}
	.sw_list .slideBox li .txtbox {
		width: 90%;
		float: none;
	}
	.swCon .txtbox1,
	.sw_list .list_item .p1 {
		font-size: 14px;
	}
	.sw_list .list_item:nth-child(even) .slick-dots,
	.sw_list .list_item:nth-child(odd) .slick-dots {
		left: 50%;
		transform: translateX(-50%);
		bottom: 5%;
	}
}

@media(max-width:768px) {
	.sw_list .slideBox li .txtbox .tit {
		font-size: 18px;
	}
	.sw_list .list_item .title .tit {
		font-size: 24px;
	}
	.sw_list .list_item .title .no {
		font-size: 42px;
		left: 16%;
	}
	.sw_list .slideBox li .txtbox .txt{font-size: 14px;line-height: 24px;}
}


/* 资讯中心 */

.newsCon {
	padding: 3.1% 0;
}

.newsCon .news_top {}

.newsCon .news_top ul {
	overflow: hidden;
	margin-left: -2.33%;
}

.newsCon .news_top ul li {
	width: 31%;
	float: left;
	position: relative;
	margin-left: 2.33%;
}

.newsCon .news_top select {
	width: 96%;
	height: 48px;
	background-color: #ffffff;
	border: solid 1px #ccc;
	padding: 0 2%;
	box-sizing: content-box;
}

.newsCon .news_top input {
	width: 96%;
	height: 48px;
	background-color: #ffffff;
	border: solid 1px #ccc;
	padding: 0 2%;
	box-sizing: content-box;
}

.newsCon .news_top .sbtn {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #cccccc url(../images/search.svg) center no-repeat;
	top: 0;
	right: 0;
	background-size: 50%;
	cursor: pointer;
}

.newsCon .news_top .sbtn:hover {
	background: #e83422 url(../images/search.svg) center no-repeat;
	background-size: 50%;
}

.newsCon .newsbox {
	padding: 3% 0;
}

.newsCon .newsbox ul {
	margin-left: -2.79%;
	overflow: hidden;
}

.newsCon .newsbox ul li {
	width: 30.54%;
	float: left;
	margin-left: 2.79%;
	margin-bottom: 2.79%;
}

.newsCon .newsbox ul li .imgbox {
	padding-top: 60%;
}

.newsCon .newsbox ul li .txtbox {
	padding: 7.5%;
	position: relative;
}

.newsCon .newsbox ul li .txtbox .more {
	width: 25px;
	height: 12px;
	background: url(../images/njts.png) center no-repeat;
	float: right;
}

.newsCon .newsbox ul li .txtbox:before {
	content: '';
	width: 0;
	height: 2px;
	background-color: #e83422;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all ease 0.3s;
}

.newsCon .newsbox ul li .txtbox .tit {
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: box;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: unset;
	height: 50px;
}

.newsCon .newsbox ul li .txtbox .txt {
	font-family: SourceHanSansCN-Light;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	height: 50px;
	letter-spacing: 0px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: box;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 5% 0;
}

.newsCon .newsbox ul li:hover {
	box-shadow: 0px 20px 100px 0px rgba(231, 0, 18, 0.1);
}

.newsCon .newsbox ul li:hover .txtbox {
	background-color: #ffffff;
}

.newsCon .newsbox ul li:hover .txtbox:before {
	width: 100%;
}

.newsCon .newsbox ul li:hover .txtbox .more {
	background: url(../images/njts1.png) center no-repeat;
}

@media ( max-width:1440px) {}

@media ( max-width:1024px) {
	.newsCon .newsbox ul {
		margin-left: -2%;
	}
	.newsCon .newsbox ul li {
		width: 48%;
		margin-left: 2%;
	}
}

@media ( max-width:768px) {
	.newsCon .news_top ul {
		margin-left: 0;
	}
	.newsCon .news_top ul li {
		width: 99%;
		margin-left: 0;
		margin: 0 auto;
		height: 40px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.newsCon .news_top select,
	.newsCon .news_top input {
		height: 40px;
		line-height: 40px;
	}
	.newsCon .news_top .sbtn {
		height: 41px;
		line-height: 41px;
		width: 40px;
		right: -1px;
	}
	.newsCon .newsbox ul {
		margin-left: 0;
	}
	.newsCon .newsbox ul li {
		width: 100%;
		margin-left: 0;
		float: none;
	}
	.newsCon .newsbox ul li .txtbox {
		padding: 3%;
	}
	.newsCon .newsbox ul li .txtbox .tit {
		font-size: 16px;
	}
	.newsCon .newsbox ul li .txtbox .txt {
		margin: 2% 0;
		height: auto;
		-webkit-line-clamp: unset;
	}
}

@media ( max-width:480px) {}


/* 人才理念 */

.joinCon {}

.joinCon .talentCon1 {
	padding-bottom: 5%;
}

.joinCon .talentCon1 ul {
	margin-left: -2.33%;
	overflow: hidden;
}

.joinCon .talentCon1 ul li {
	border: solid 2px #f2f2f2;
	width: 31%;
	padding: 2%;
	margin-left: 2.33%;
	float: left;
	box-sizing: border-box;
	height: 220px;
}

.joinCon .talentCon1 ul li .tit {
	font-family: SourceHanSansCN-Medium;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.joinCon .talentCon1 ul li .line {
	width: 12px;
	height: 2px;
	background-color: #e83422;
	margin: 5% 0;
}

.joinCon .talentCon1 ul .fg {
	margin-left: -8%;
	padding-top: 5%;
	overflow: hidden;
}

.joinCon .talentCon1 ul .fg p {
	width: 59px;
	height: 59px;
	float: left;
	background: url(../images/fg.png) center no-repeat;
	border-radius: 4px;
	margin-left: 8%;
	font-family: Slideqiuhong-Regular;
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 52px;
	letter-spacing: 0px;
	color: #e83422;
	text-align: center;
}

.joinCon .talentCon1 ul .pr {}

.joinCon .talentCon1 ul .pr p {
	font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #666666;
}

.joinCon .talentCon1 ul .pr p span {
	font-family: Slideqiuhong-Regular;
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 4px;
	color: #e83422;
}

.joinCon .talentCon1 ul .slogen {}

.joinCon .talentCon1 ul .slogen p {
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}

.talentCon2 {
	position: relative;
}

.talentCon2 .txtbox {
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	position: absolute;
	left: 0;
	width: 50%;
	margin-top: 11%;
}

.talentCon2 .imgbox {
	padding-top: 22%;
}

@media ( max-width:1440px) {
	.talentCon2 .txtbox {
		margin-top: 7%;
	}
}

@media ( max-width:1366px) {
	.talentCon2 .txtbox {
		margin-top: 6%;
	}
}

@media ( max-width:1024px) {
	.talentCon2 .txtbox {
		width: 100%;
		font-size: 14px;
		margin-top: 2%;
	}
	.joinCon .talentCon1 ul {
		margin-left: 0;
	}
	.joinCon .talentCon1 ul li {
		width: 100%;
		margin-left: 0;
		float: none;
		margin-bottom: 3%;
		height: 180px;
	}
	.joinCon .talentCon1 ul li .line {
		margin: 2% 0;
	}
	.joinCon .talentCon1 ul .fg {
		padding-top: 2%;
	}
}

@media ( max-width:640px) {
	.talentCon2 .txtbox {
		position: static;
		color: #666;
		margin: 3% 0;
		line-height: 24px;
	}
}

@media ( max-width:480px) {
	.joinCon .talentCon1 ul .slogen p {
		font-size: 14px;
		line-height: 24px;
	}
	.joinCon .talentCon1 ul li {
		height: 180px;
	}
}

@media ( max-width:400px) {
	.joinCon .talentCon1 ul .fg {
		margin-left: -5%;
	}
	.joinCon .talentCon1 ul .fg p {
		margin-left: 5%;
	}
}


/* 招聘岗位 */

.joinCon {}

.joinCon .jobTop {
	background: url(../images/j_bg2.jpg) center no-repeat;
	padding: 2%;
	overflow: hidden;
}

.joinCon .jobTop .title {
	float: left;
	padding: 3% 0;
}

.joinCon .jobTop .title .tit_cn {
	color: #ffffff;
}

.joinCon .jobTop .title .tit_en {
	color: #ffffff;
	opacity: 0.5;
}

.joinCon .jobTop .joinWay {
	width: 60%;
	float: right;
	padding-top: 3%;
	overflow: hidden;
}

.joinCon .jobTop .joinWay li {
	width: 50%;
	float: left;
	text-align: left;
}

.joinCon .jobTop .joinWay li .tit {
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
}

.joinCon .jobTop .joinWay li a {
	font-family: SourceHanSansCN-Medium;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
}

.joinCon .jobTop .joinWay li a:hover {
	color: #e83422;
}

.joinCon .JobList {
	margin-bottom: 4%;
}

.joinCon .JobList li {
	margin-bottom: 20px;
}

.joinCon .JobList .jobhead {
	cursor: pointer;
	background-color: #f8f8f8;
	height: 110px;
	position: relative;
	color: #333;
}

.joinCon .JobList .jobhead .pisition {
	font-family: SourceHanSansCN-Medium;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	padding-top: 20px;
	padding-left: 50px;
}

.joinCon .JobList .jobhead .requ {
	overflow: hidden;
	padding-left: 50px;
}

.joinCon .JobList .jobhead .requ p {
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #999999;
	float: left;
	margin-right: 20px;
}

.JobList .dxtd {
	color: #fff;
	background-color: #e83422;
	width: 156px;
	height: 44px;
	line-height: 44px;
	border-radius: 32px;
	text-align: center;
}

.joinCon .JobList .jobhead .requ p span {}

.joinCon .JobList .jobhead .requ p img {
	vertical-align: middle;
	margin-right: 5px;
}

.joinCon .JobList .jobhead .btn {
	position: absolute;
	display: block;
	width: 110px;
	height: 110px;
	background: #f7edec url(../images/jia.png) center no-repeat;
	top: 0;
	right: 0;
}

.joinCon .JobList li.current .jobhead {
	color: #fff;
	background-color: #e83422;
}

.joinCon .JobList li.current .jobhead .position {
	color: #fff;
}

.joinCon .JobList li.current .jobhead .requ p {
	color: #fff;
}

.joinCon .JobList li.current .btn {
	background: #d02f1f url(../images/jian.png) center no-repeat;
}

.joinCon .JobList .jobcon {
	font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #666666;
	padding: 30px 60px;
	display: none;
	box-shadow: 0px 20px 40px 0px rgba(231, 0, 18, 0.03);
}

.joinCon .JobList .jobcon .tit {
	margin: 10px 0;
	font-family: SourceHanSansCN-Medium;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
}

@media ( max-width:640px) {
	.joinCon .JobList .jobhead {
		padding: 2%;
		height: auto;
	}
	.joinCon .JobList .jobhead .pisition {
		font-size: 16px;
		padding-left: 0;
		padding-top: 0;
	}
	.joinCon .jobTop .joinWay li .tit,
	.joinCon .jobTop .joinWay li a {
		font-size: 16px;
	}
	.joinCon .JobList .jobhead .requ {
		padding-left: 0;
	}
	.joinCon .JobList .jobhead .requ p {
		font-size: 14px;
		float: none;
	}
	.joinCon .JobList .jobcon {
		padding: 2% 3%;
	}
	.joinCon .JobList .jobhead .btn {
		width: 50px;
		height: 100%;
	}
	.joinCon .jobTop {
		background-size: cover;
	}
	.joinCon .jobTop .title {
		float: none;
		padding: 3% 0;
	}
	.joinCon .jobTop .joinWay {
		width: 100%;
		float: none;
		padding-top: 0;
		padding-bottom: 2%;
	}
}

@media ( max-width:480px) {}


/* 职业发展 */

.ctxtbox {
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	text-indent: 2em;
	padding-bottom: 3%;
}

.ctxtbox p {
	padding-bottom: 2%;
}

.careerCon1 {}

.careerCon1 .txtbox {
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	text-indent: 2em;
	position: absolute;
	width: 50%;
	text-align: justify;
	margin-top: 13%;
}

.careerCon1 .txtbox p {
	padding-bottom: 2%;
}

.careerCon1 .imgbox {
	padding-top: 31.35%;
}

.careerCon2 {
	overflow: hidden;
	padding: 5% 0;
}

.careerCon2 .PCBox {
	float: left;
	width: 59%;
}

.careerCon2 .PCBox .imgbox {
	padding-top: 66.3%;
	width: 45%;
	float: left;
}

.careerCon2 .PCBox .imgbox:nth-child(1) {
	margin-top: 30px;
	margin-right: 10px;
}

.careerCon2 .PCBox .imgbox:nth-child(2) {}

.careerCon2 .txtbox {
	width: 40%;
	float: right;
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 16%;
}

@media ( max-width:1440px) {
	.careerCon1 .txtbox {
		margin-top: 9%;
	}
}

@media ( max-width:1366px) {
	.careerCon1 .txtbox {
		margin-top: 8%;
	}
}

@media ( max-width:1024px) {
	.careerCon1 .txtbox,
	.ctxtbox,
	.careerCon2 .txtbox {
		font-size: 14px;
	}
	.careerCon1 .txtbox {
		width: 100%;
	}
}

@media ( max-width:768px) {
	.careerCon1 .txtbox {
		margin-top: 6%;
	}
}

@media ( max-width:640px) {
	.careerCon1 .txtbox {
		position: static;
		color: #333;
		padding-top: 0;
		padding-top: 3%;
	}
	.careerCon2 .PCBox,
	.careerCon2 .txtbox {
		float: none;
		width: 100%;
	}
	.careerCon2 .PCBox {
		overflow: hidden;
	}
	.careerCon2 .PCBox .imgbox:nth-child(1) {
		margin-top: 0;
		margin-right: 0;
		float: left;
	}
	.careerCon2 .PCBox .imgbox:nth-child(2) {
		margin-top: 0;
		margin-right: 0;
		float: right;
	}
	.careerCon2 .txtbox {
		margin-top: 3%;
	}
}


/*  */

.MapCon {
	padding: 5% 0;
}

.MapCon .MapBox {
	position: relative;
}

.MapCon #dituContent {
	height: 786px;
}

.MapCon #dituContent1 {
	height: 500px;
	display: none;
}

.MapCon .ContactBox {
	width: 32%;
	background: url(../images/op_balck78.png);
	padding: 2%;
	position: absolute;
	right: 5%;
	top: 12%;
}

.MapCon .ContactBox ul {}

.MapCon .ContactBox ul li {
	border-bottom: 1px #4a4a4a solid;
	position: relative;
}

.MapCon .ContactBox ul li p {
	width: 100%;
	border: none;
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 80px;
	letter-spacing: 0px;
	color: #aeaeae;
	background: url(../images/selectarr1.png) no-repeat scroll 95% center transparent;
}

.MapCon .ContactBox ul li.on p {
	background: url(../images/selectarr2.png) no-repeat scroll 95% center transparent;
}

.MapCon .ContactBox ul li .op_down {
	position: absolute;
	width: 100%;
	line-height: 30px;
	top: 80px;
	border-top: 0;
	background: rgba(42, 42, 42, 0.9);
	max-height: 144px;
	overflow: auto;
	z-index: 99;
	left: 0;
	display: none;
}

.MapCon .ContactBox ul li .op_down a {
	color: #fff;
	display: block;
	line-height: 36px;
	padding: 0 20px;
}

.MapCon .ContactBox .tit {
	font-family: SourceHanSansCN-Regular;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 80px;
	letter-spacing: 0px;
	color: #ffffff;
}

.MapCon .ContactBox ul li .op_down a:hover {
	color: #e83421;
}

.MapCon .ContactBox .txt {
	padding: 3% 0;
	border-bottom: 1px #4a4a4a solid;
}

.MapCon .ContactBox .txt p {
	color: #aeaeae;
	margin-right: 10px;
	padding-bottom: 2%;
}

.MapCon .ContactBox .txt span {
	color: #fff;
}

.MapCon .ContactBox .txt a {
	color: #e83422;
	font-family: DIN-Bold;
	font-size: 24px;
}

.MapCon .ContactBox .txt img {
	vertical-align: middle;
	margin-right: 5px;
}

.MapCon .ContactBox .ico {
	padding-top: 7%;
	overflow: hidden;
}

.MapCon .ContactBox .ico img {
	padding-bottom: 3%;
	float: left;
}

.MapCon .ContactBox .ico p {
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	float: left;
	width: 60%;
	margin-left: 20px;
}

.MapCon .ContactBox .ico p.mt5 {
	margin-top: 7%;
}

@media ( max-width:1024px) {
	.MapCon .ContactBox {
		width: 96%;
		position: static;
	}
	.MapCon #dituContent {
		display: none;
	}
	.MapCon #dituContent1 {
		display: block;
	}
	.MapCon .ContactBox .ico {
		padding-top: 4%;
	}
	.MapCon .ContactBox ul li select,
	.MapCon .ContactBox .tit {
		line-height: 50px;
	}
	.MapCon .ContactBox .txt {
		padding-top: 2%;
		padding-bottom: 0;
	}
	.MapCon .ContactBox .ico p {
		width: 100%;
		float: none;
		margin-left: 0;
		text-align: center;
	}
	.MapCon .ContactBox .ico p.mt5 {
		margin-top: 0;
	}
	.MapCon .ContactBox .ico {
		text-align: center;
	}
	.MapCon .ContactBox .ico img {
		float: none;
	}
}

@media ( max-width:768px) {
	.MapCon #dituContent1 {
		height: 400px;
	}
	.MapCon .ContactBox .tit {
		font-size: 20px;
	}
	.MapCon .ContactBox ul li select {
		font-size: 16px;
	}
	.MapCon .ContactBox ul li p{height: 40px;line-height: 40px;font-size: 16px;}
}


/* 媒体联络 */

.contCon {
	padding: 5% 0;
}

.contCon .form_box {
	text-align: center;
}

.contCon .form_box h2 {
	font-family: SourceHanSansCN-Medium;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
}

.contCon .form_box p {
	font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #666666;
	padding: 2% 0 4%;
}

.contCon .form_box p a {
	color: #e83422;
	font-weight: bold;
}

.contCon .from {
	max-width: 1280px;
	margin: 0 auto;
}

.contCon .from td {
	padding-right: 5%;
	padding-bottom: 3%;
}

.contCon .from td {
	padding-right: 3%;
}

.contCon .from td p {
	margin: 0;
	color: #999;
	text-align: center;
}

.contCon .from td div {
	position: relative;
}

.contCon .from label {
	position: absolute;
	left: 15px;
	top: 0;
	font-size: 15px;
	line-height: 50px;
	color: #999;
}

.contCon .from .text {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-indent: 10px;
	border: none;
	background: #f5f5f5;
}

.contCon .from textarea.text {
	height: 132px;
}

.contCon .from .btn {
	padding-bottom: 1.5%;
	text-align: center;
}

.contCon .from .btn input {
	width: 260px;
	height: 70px;
	background-color: #e83422;
	box-shadow: 0px 20px 100px 0px rgba(231, 0, 18, 0.15);
	border-radius: 35px;
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 70px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
}

.contCon .from .btn input:hover {
	background-color: #cf3021;
}

.contCon .address {
	padding: 3% 0 0;
}

.contCon .address dl {
	border-top: 1px solid #eee;
	padding: 3% 0;
}

.contCon .address dd h1,
.contCon .address dd h2,
.contCon .address dd p {
	font-size: 16px;
	padding-left: 44px;
	line-height: 35px;
}

.contCon .address dd h2 {
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	margin-right: 9%;
	margin-bottom: 2%;
	font-weight: normal;
}

.contCon .address dd h1 {
	margin-bottom: 3%;
	padding-left: 0;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

.contCon .address dd h2 {
	font-size: 18px;
}

.contCon .address dd h2.h2_1 {
	background-image: url(../images/Form002802-icon1.jpg);
}

.contCon .address dd h2.h2_2 {
	background-image: url(../images/Form002802-icon2.jpg);
}

.contCon .address dd h2.h2_3 {
	background-image: url(../images/Form002802-icon3.jpg);
}

.contCon .address dd h2.h2_4 {
	background-image: url(../images/Form002802-icon4.jpg);
}

@media(min-width:641px) {
	.contCon .from td:nth-child(3n),
	.contCon .from .textareas,
	.contCon .from .btn,
	.contCon .from .tip {
		padding-right: 0;
	}
	.contCon1 .from td:nth-child(4n),
	.contCon1 .from .textareas,
	.contCon1 .from .btn,
	.contCon1 .from .tip {
		padding-right: 0;
	}
	.contCon1 .from td:nth-child(3n),
	.contCon1 .from .btn,
	.contCon1 .from .tip {
		padding-right: 3%;
	}
}

@media(max-width:1024px) {
	.contCon .form_box h2 {
		font-size: 32px;
	}
}

@media(max-width:768px) {
	.contCon .form_box h2 {
		font-size: 26px;
	}
	.contCon .from .btn input {
		width: 200px;
		height: 50px;
		line-height: 50px;
	}
}

@media(max-width:640px) {
	.contCon .from td {
		display: block;
		padding-right: 0;
	}
	.contCon .address dd {
		float: none;
		width: auto;
		padding-left: 0;
	}
	.contCon .form_box p {
		font-size: 14px;
		line-height: 26px;
	}
}

@media(max-width:480px) {
	.contCon .form_box h2 {
		font-size: 20px;
	}
}


/* 采购平台联络 */

.zbggBox {
	width: 42%;
	float: left;
}

.zbggBox .title {
	border-bottom: 2px #e83422 solid;
	padding: 0 0 2%;
	overflow: hidden;
}

.zbggBox .title .tit {
	font-family: SourceHanSansCN-Medium;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	float: left;
	width: auto;
}

.zbggBox .title .more {
	font-family: SourceHanSansCN-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #e83422;
	float: right;
}

.zbggBox .title .more img {
	vertical-align: middle;
	margin-left: 10px;
}

.zbggBox .ggList {}

.zbggMain{width:100%;float:none;}
.zbggMain .ggList{margin:20px 0 40px 0;}

.zbggBox .ggList ul { margin-bottom: 3%;}

.zbggBox .ggList ul li {
	padding: 2% 0;
	border-bottom: dashed 1px #cccccc;
}

.zbggMain .ggList ul li{padding:15px 0 10px 0;}

.zbggBox .ggList ul li .tit {
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	position: relative;
	padding-left: 2%;
}

.zbggBox .ggList ul li .tit:before {
	content: '';
	width: 4px;
	height: 4px;
	background-color: #e83422;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}

.zbggBox .ggList ul li .date {
	font-family: DIN-Medium;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #aeaeae;
	padding-left: 2%;
}

.zbggBox .ggList ul li:hover .tit {
	color: #e83422;
}

.cgForm {
	width: 52%;
	float: right;
}

.cgForm .form_box h2 {
	font-family: SourceHanSansCN-Medium;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	text-align: left;
}

.cgForm .form_box p {
	font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #999999;
	text-align: left;
}

.cgForm .form {}

.cgForm .form ul {}

.cgForm .form ul li {
	overflow: hidden;
	margin-bottom: 3%;
}

.cgForm .form ul li {
	margin-left: -3%;
}

.cgForm .form ul li input {
	width: 47%;
	float: left;
	margin-left: 3%;
	height: 50px;
	line-height: 50px;
	text-indent: 10px;
	border: none;
	background: #f5f5f5;
}

.cgForm .form ul li .texta {
	background: #f5f5f5;
	margin-left: 3%;
}

.cgForm .form ul li .texta p {
	font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #888888;
	text-indent: 10px;
}

.cgForm .form ul li textarea {
	min-height: 132px;
	width: 96%;
	padding: 2%;
}

.cgForm .form .subBtn {
	width: 220px;
	height: 60px;
	background-color: #e83422;
	border-radius: 30px;
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	margin: 2% auto;
}

@media(max-width:1024px) {
	.zbggBox,
	.cgForm {
		width: 100%;
		float: none;
	}
	.cgForm {
		margin-top: 2%;
	}
	.cgForm .form_box h2,
	.cgForm .form_box p {
		text-align: center;
	}
	.zbggBox .title .tit,
	.cgForm .form_box h2 {
		font-size: 20px;
	}
	.cgForm .form_box p {
		font-size: 14px;
	}
	.zbggMain .ggList ul li{padding:10px 0 5px 0;}
}

@media(max-width:480px) {
	.cgForm .form ul li {
		margin-left: 0;
		margin-bottom: 0;
	}
	.cgForm .form ul li input {
		width: 96%;
		padding: 0 2%;
		margin-left: 0;
		float: none;
		margin-bottom: 2%;
	}
	.cgForm .form ul li .texta {
		margin-left: 0;
	}
	.zbggMain .ggList{margin:10px 0 20px 0;}
}


/* 媒体联络 */

.mtFrom ul {}

.mtFrom ul li {
	overflow: hidden;
	margin-bottom: 2.33%;
}

.mtFrom ul li {
	margin-left: -2.33%;
}

.mtFrom ul li input {
	width: 31%;
	float: left;
	margin-left: 2.33%;
	height: 50px;
	line-height: 50px;
	text-indent: 10px;
	border: none;
	background: #f5f5f5;
}

.mtFrom ul li .texta {
	background: #f5f5f5;
	margin-left: 2.33%;
}

.mtFrom ul li .texta p {
	font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #888888;
	text-indent: 10px;
}

.mtFrom ul li textarea {
	min-height: 132px;
	width: 96%;
	padding: 2%;
}

.mtFrom .subBtn {
	width: 220px;
	height: 60px;
	background-color: #e83422;
	border-radius: 30px;
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	margin: 2% auto;
}

@media(max-width:1024px) {}

@media(max-width:768px) {
	.mtFrom ul li {
		margin-left: 0;
		margin-bottom: 0;
	}
	.mtFrom ul li input {
		width: 96%;
		padding: 0 2%;
		margin-left: 0;
		float: none;
		margin-bottom: 2%;
	}
	.mtFrom ul li .texta {
		margin-left: 0;
	}
	.mtFrom ul li .texta p{font-size: 14px;}
	.zbggBox .ggList ul li .tit{font-size: 14px;line-height: 24px;}
}


/* 投资者联络 */

.tzFrom ul {}

.tzFrom ul li {
	overflow: hidden;
	margin-bottom: 2%;
}

.tzFrom ul li {
	margin-left: -2%;
}

.tzFrom ul li input {
	width: 23%;
	float: left;
	margin-left: 2%;
	height: 50px;
	line-height: 50px;
	text-indent: 10px;
	border: none;
	background: #f5f5f5;
}

.tzFrom ul li .texta {
	background: #f5f5f5;
	margin-left: 2%;
}

.tzFrom ul li .texta p {
	font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #888888;
	text-indent: 10px;
}

.tzFrom ul li textarea {
	min-height: 132px;
	width: 96%;
	padding: 2%;
}

.tzFrom .subBtn {
	width: 220px;
	height: 60px;
	background-color: #e83422;
	border-radius: 30px;
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	margin: 2% auto;
}

@media(max-width:1024px) {
	.tzFrom ul li {
		margin-bottom: 0;
	}
	.tzFrom ul li input {
		width: 48%;
		margin-bottom: 2%;
	}
}

@media(max-width:768px) {
	.tzFrom ul li {
		margin-left: 0;
		margin-bottom: 0;
	}
	.tzFrom ul li input {
		width: 96%;
		padding: 0 2%;
		margin-left: 0;
		float: none;
		margin-bottom: 2%;
	}
	.tzFrom ul li .texta {
		margin-left: 0;
	}
}


/* 家居博览会报名 */

.blhFrom ul {}

.blhFrom ul li {
	overflow: hidden;
	margin-bottom: 2%;
}

.blhFrom ul li {
	margin-left: -2%;
}

.blhFrom ul li input {
	float: left;
	margin-left: 2%;
	height: 50px;
	line-height: 50px;
	text-indent: 10px;
	border: none;
	background: #f5f5f5;
}

.blhFrom ul li:nth-child(1) input {
	width: 31.33%;
}

.blhFrom ul li:nth-child(2) input {
	width: 48%;
}

.blhFrom ul li .texta {
	background: #f5f5f5;
	margin-left: 2%;
}

.blhFrom ul li .texta p {
	font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #888888;
	text-indent: 10px;
}

.blhFrom ul li textarea {
	min-height: 132px;
	width: 96%;
	padding: 2%;
}

.blhFrom .subBtn {
	width: 220px;
	height: 60px;
	background-color: #e83422;
	border-radius: 30px;
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	margin: 2% auto;
}

@media(max-width:1024px) {}

@media(max-width:768px) {
	.blhFrom ul li {
		margin-left: 0;
		margin-bottom: 0;
	}
	.blhFrom ul li:nth-child(1) input,
	.blhFrom ul li:nth-child(2) input {
		width: 96%;
		padding: 0 2%;
		margin-left: 0;
		float: none;
		margin-bottom: 2%;
	}
	.blhFrom ul li .texta {
		margin-left: 0;
	}
}


/* 招标公告详情 */

.ggCon {
	background-color: #f2f2f2;
}

.ggCon .title {
	text-align: center;
	padding: 5% 0 3%;
}

.ggCon .title .tit {
	font-family: SourceHanSansCN-Medium;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.ggCon .title p {
	font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #999999;
}

.ggCon .title p span {
	margin-right: 20px;
}

.ggCon .title p em {
	color: #e83422;
}

.ggCon .tableBox {
	background-color: #ffffff;
	padding: 5% 2%;
	margin-bottom: 5%;
}

.ggCon .tableBox .tit {
	font-family: SourceHanSansCN-Bold;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #333333;
	padding-bottom: 2%;
}

.ggCon .tableBox .table1 {
	margin-bottom: 5%;
}

.ggCon .tableBox .table1 * {
	box-sizing: border-box;
}

.ggCon .tableBox .table1 ul {}

.ggCon .tableBox .table1 ul li {
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #666666;
	border-top: solid 1px #ececec;
	border-left: solid 1px #ececec;
	overflow: hidden;
}

.ggCon .tableBox .table1 ul li:nth-child(1) {
	background-color: #f9f9f9;
	color: #333333;
}

.ggCon .tableBox .table1 ul li p {
	width: 20%;
	float: left;
	border-right: solid 1px #ececec;
	text-align: center;
}

.ggCon .tableBox .table1 ul li:last-child p {
	border-bottom: solid 1px #ececec;
}

.ggCon .tableBox .table2 {}

.ggCon .tableBox .table2 * {
	box-sizing: border-box;
}

.ggCon .tableBox .table2 ul {}

.ggCon .tableBox .table2 ul li {
	border-top: solid 1px #ececec;
	border-left: solid 1px #ececec;
	overflow: hidden;
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #333333;
}

.ggCon .tableBox .table2 ul li p {
	border-right: solid 1px #ececec;
}

.ggCon .tableBox .table2 ul li p:nth-child(1) {
	width: 20%;
	float: left;
	text-align: center;
	background-color: #f9f9f9;
}

.ggCon .tableBox .table2 ul li p:nth-child(2) {
	width: 80%;
	float: left;
	text-align: left;
	padding-left: 2%;
}

.ggCon .tableBox .table2 ul li:last-child p {
	border-bottom: solid 1px #ececec;
}

.ggCon .tableBox .table2 ul li:last-child p:nth-child(1) {
	height: 120px;
	line-height: 120px;
}

@media (max-width:768px) {
	.ggCon .tableBox {}
	.ggCon .tableBox .table1,
	.ggCon .tableBox .table2 {
		width: 100%;
		overflow-x: auto;
	}
	.ggCon .tableBox .table1 ul,
	.ggCon .tableBox .table2 ul {
		width: 768px;
	}
}

@media(max-width:480px) {}


/* 审计监察投诉 */

.tsCon {
	padding: 5% 0;
}

.tsCon .title {
	padding: 0;
}

.tsCon .title h2 {
	font-family: SourceHanSansCN-Medium;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	padding-bottom: 2%;
}

.tsCon .title p {
	font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #666666;
	text-indent: 2em;
}

.tsCon img {
	display: block;
	margin: 2% auto;
}

.tsCon .txtbox {
	margin-bottom: 2%;
	line-height: 35px;
}

.tsCon .txtbox .tit {
	font-family: SourceHanSansCN-Bold;
	font-size: 20px;
	color: #333333;
}

.tsCon .txtbox p {
	font-family: SourceHanSansCN-Light;
	font-size: 16px;
	color: #666666;
}

.tsCon .txtbox p.b {
	font-family: SourceHanSansCN-Medium;
	font-size: 18px;
	color: #333333;
}

.jbBtn {
	display: block;
	width: 260px;
	height: 70px;
	background-color: #e83422;
	box-shadow: 0px 20px 100px 0px rgba(231, 0, 18, 0.15);
	border-radius: 35px;
	margin: 2% auto;
	font-family: SourceHanSansCN-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 70px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}

.jbBtn img {
	vertical-align: middle;
	display: inline-block;
}

.jbBtn:hover {
	color: #fff;
	background-color: #cb2f1f;
}

@media(max-width:1440px) {
	.tsCon .title h2 {
		font-size: 32px;
	}
}

@media(max-width:1024px) {
	.tsCon .title h2 {
		font-size: 28px;
	}
	.tsCon .title p,
	.tsCon .txtbox p {
		font-size: 14px;
		line-height: 24px;
	}
	.tsCon .txtbox .tit {
		font-size: 18px;
	}
	.tsCon .txtbox p.b {
		font-size: 16px;
		line-height: 24px;
	}
	.jbBtn {
		width: 200px;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
	.jbBtn img {
		width: 20px;
	}
}

@media(max-width:768px) {
	.tsCon .title h2 {
		font-size: 24px;
	}
}

@media(max-width:480px) {
	.tsCon .title h2 {
		font-size: 20px;
	}
}


/* 举报表单 */

.jbCon {
	padding: 5% 0;
}

.jbCon .title {
	font-family: SourceHanSansCN-Medium;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	padding: 0 0 2%;
}

.jbCon .jbFrom {}

.jbCon .jbFrom ul {}

.jbCon .jbFrom ul li {
	padding: 2% 0;
	border-bottom: 1px #eee solid;
	overflow: hidden;
}

.jbCon .jbFrom ul li p {
	width: 25%;
	float: left;
	text-align: right;
	line-height: 50px;
}

.jbCon .jbFrom ul li input {
	width: 66%;
	float: right;
	padding: 0 2%;
	height: 50px;
	line-height: 50px;
	border: none;
	background: #f5f5f5;
}

.jbCon .jbFrom ul li textarea {
	min-height: 150px;
	line-height: 50px;
	background: #f5f5f5;
	width: 66%;
	float: right;
	padding: 0 2%;
}

.jbCon .jbFrom ul li .File1 {
	min-height: 150px;
	line-height: 50px;
	background: #f5f5f5;
	width: 66%;
	float: right;
	padding: 0 2%;
}

.jbCon .jbFrom .subBtn {
	width: 220px;
	height: 60px;
	background-color: #e83422;
	border-radius: 30px;
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	margin: 2% auto;
}

@media(max-width:1440px) {
	.jbCon .title {
		font-size: 32px;
	}
}

@media(max-width:1024px) {
	.jbCon .title {
		font-size: 28px;
	}
}

@media(max-width:768px) {
	.jbCon .title {
		font-size: 22px;
	}
	.jbCon .jbFrom ul li p {
		width: 100%;
		float: none;
		text-align: left;
		line-height: 40px;
	}
	.jbCon .jbFrom ul li input,
	.jbCon .jbFrom ul li textarea {
		width: 96%;
		float: none;
	}
}

@media(max-width:480px) {
	.jbCon .title {
		font-size: 20px;
	}
}


/* 发展历程 */

.adbox {
	padding: 5% 3%;
	background: url(../uploadfiles/image/his_bg.jpg) center no-repeat;
}

.adbox .tit {
	font-family: Slideqiuhong-Regular;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #ffffff;
}

.adbox .tit span {
	font-family: Slideqiuhong-Regular;
	font-size: 68px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #e83422;
}

.adbox .txt {
	font-family: DIN-Medium;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 3px;
	color: #ffffff;
	opacity: 0.4;
}

.hisBox {
	position: relative;
	padding: 5% 0;
}

.hisBox:before {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #ededed;
	position: absolute;
	left: 50%;
}

.hisBox .his_item {
	overflow: hidden;
	margin-bottom: 5%;
}

.hisBox .his_item .his_l {
	float: left;
	width: 30%;
}

.hisBox .his_item .his_l .time {
	font-family: DIN-Bold;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #e83422;
}

.hisBox .his_item .his_l .txt {
	font-family: SourceHanSansCN-Regular;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
	padding: 2% 0 3%;
	border-bottom: 2px #eee solid;
}

.hisBox .his_item ul {
	width: 50%;
	float: right;
}

.hisBox .his_item ul li {
	position: relative;
	padding-left: 10%;
	margin-bottom: 3%;
}

.hisBox .his_item ul li:before {
	content: '';
	width: 7px;
	height: 7px;
	background-color: #b2b2b2;
	border: solid 5px #ededed;
	border-radius: 50%;
	position: absolute;
	left: -8px;
	top: 0;
}

.hisBox .his_item ul li:hover:before {
	background-color: #e83422;
	border: solid 5px #ededed;
}

.hisBox .his_item ul li .tit {
	font-family: DIN-Bold;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
}

.hisBox .his_item ul li p {
	font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}

@media(max-width:1024px) {
	.hisBox .his_item .his_l .time {
		font-size: 24px;
	}
	.hisBox .his_item .his_l .txt {
		font-size: 18px;
	}
	.hisBox .his_item ul li .tit {
		font-size: 20px;
	}
	.hisBox .his_item ul li p {
		font-size: 14px;
		line-height: 24px;
	}
}

@media(max-width:768px) {
	.adbox .tit {
		font-size: 24px;
	}
	.adbox .tit span {
		font-size: 42px;
	}
	.adbox .txt {
		letter-spacing: 1px;
	}
	.hisBox .his_item {
		overflow: unset;
	}
	.hisBox .his_item ul {
		float: none;
		width: 100%;
	}
	.hisBox {
		padding: 5% 1%;
	}
	.hisBox:before {
		left: 8px;
	}
	.hisBox .his_item ul li {
		padding-left: 5%;
	}
	.hisBox .his_item .his_l .txt {
		font-size: 16px;
		padding: 1% 0 2%;
		line-height: 20px;
	}
	.hisBox .his_item .his_l {
		padding-left: 5%;
		float: none;
		width: 95%;
	}
}


/* 企业荣誉 */

.honorCon {
	background-color: #f8f8f8;
}

.tab_tit {
	padding-top: 5%;
}

.tab_tit ul {
	text-align: center;
}

.tab_tit ul li {
	height: 40px;
	border-radius: 20px;
	border: solid 1px #333333;
	display: inline-block;
	font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;
	margin-left: 20px;
	padding: 0 20px;
	cursor: pointer;
}

.tab_tit ul li.on,
.tab_tit ul li:hover {
	background-color: #e83422;
	border: solid 1px #e83422;
	box-shadow: 0px 10px 50px 0px rgba(232, 52, 34, 0.2);
	color: #ffffff;
}

.tab_tit ul li:nth-child(1) {
	margin-left: 0;
}

.Historybox {
	padding: 5% 0;
}

.Historybox #historydate {}

.Historybox #historydate ul {
	position: relative;
}

.Historybox #historydate ul:before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #cccccc;
	position: absolute;
	bottom: 0;
}

.Historybox #historydate li {
	font-family: DIN-Medium;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 80px;
	letter-spacing: 0px;
	color: #999999;
	cursor: pointer;
	text-align: center;
	position: relative;
}

.Historybox #historydate li:before {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	content: '';
	background: #e83422;
	position: absolute;
	left: 50%;
	margin-left: -2px;
	bottom: 0;
	z-index: 1;
}

.Historybox #historydate li:after {
	width: 1px;
	height: 10px;
	content: '';
	background: #cccccc;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	bottom: 0;
	z-index: -1;
}

.Historybox #historydate li span {}

.Historybox #historydate li.flex-active-slide {
	font-family: MicrosoftYaHeiLight;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #000000;
	line-height: 40px;
}

.Historybox #historydate li.flex-active-slide:before {
	bottom: -40px;
	width: 7px;
	height: 7px;
}

.Historybox #historydate li.flex-active-slide:after {
	bottom: -40px;
	height: 30px;
	margin-left: 1px;
}

.Historybox #historydate li.flex-active-slide span {
	font-family: DIN-Bold;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #e83422;
}

.Historybox #historycon {
	margin-top: 30px;
	position: relative;
}

.Historybox #historycon:before {
	content: '';
	width: 1px;
	height: 90%;
	background-color: #e9e9e9;
	position: absolute;
	left: 50%;
	top: 90px;
}

.Historybox #historycon ul {}

.Historybox #historycon ul li .tit {
	font-family: DIN-Bold;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #e83422;
	padding: 2% 0;
	text-align: center;
}

.Historybox #historycon ul li .box {
	width: 45%;
}

.Historybox #historycon ul li .box .txt {
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
	margin-bottom: 10px;
	position: relative;
	padding-left: 10px;
}

.Historybox #historycon ul li .box .txt:before {
	width: 4px;
	height: 4px;
	background: #e83422;
	content: '';
	position: absolute;
	top: 13px;
}

.Historybox #historycon ul li .box img {
	display: inline-block;
}

.Historybox #historycon ul li .box:nth-child(odd) {
	float: left;
	text-align: right;
	padding-right: 5%;
}

.Historybox #historycon ul li .box:nth-child(odd) .txt {
	padding-right: 10px;
}

.Historybox #historycon ul li .box:nth-child(odd) .txt:before {
	right: 0;
}

.Historybox #historycon ul li .box:nth-child(even) {
	float: right;
	text-align: left;
	padding-left: 5%;
}

.Historybox #historycon ul li .box:nth-child(even) .txt {
	padding-left: 10px;
}

.Historybox #historycon ul li .box:nth-child(even) .txt:before {
	left: 0;
}

#historycon .flex-direction-nav a {
	top: -35px;
}

#historycon .flexslider .slides img {
	width: auto;
}

.flaotBox {
	width: 240px;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
}

.flaotBox .close_btn {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../images/op_balck78.png);
	right: 10px;
	top: 14px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	cursor: pointer;
}

.flaotBox .tit {
	height: 50px;
	background-color: #002063;
	font-family: SourceHanSansCN;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-left: 8%;
}

.flaotBox .bd {
	background-color: #ffffff;
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
	padding: 8%;
	box-sizing: border-box;
	height: 220px;
}

.tempWrap {
	height: 173px!important;
}

.flaotBox ul {}

.flaotBox ul li {
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #666666;
	padding-left: 10px;
	position: relative;
	margin-bottom: 20px;
}

.flaotBox ul li:before {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #e83422;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
}

.flaotBox ul li:hover a {
	color: #e83422;
}
@media(max-width:768px) {
	.flaotBox { width: 160px;}
	.flaotBox ul li{	margin-bottom: 10px;}
	.flaotBox .close_btn{top: -20px; right: 0;}
	.flaotBox ul li {font-size: 14px;line-height: 24px;}
	.flaotBox .tit{font-size: 18px;line-height: 40px;height: 40px;}
.Historybox #historycon ul li .box .txt{font-size: 14px;line-height: 24px;}
.Historybox #historydate li.flex-active-slide span{font-size: 18px;}
.Historybox #historydate li.flex-active-slide{font-size: 20px;}
}

/*RighInfo002939 */

.RighInfo002939 {
	padding: 3% 0;
}

.RighInfo002939 .name {
	border-bottom: 1px dotted #cecece;
	text-align: center;
	margin-bottom: 37px;
}

.RighInfo002939 .name h1 {
	margin: 0 0 30px 0;
	font-size: 20px;
	color: #333;
}

.RighInfo002939 .time {
	color: #c8c8c8;
	padding-bottom: 1.72vw;
	line-height: 16px;
}

.RighInfo002939 .share {
	margin-left: 10px;
}

.RighInfo002939 .time time,
.RighInfo002939 .share,
.RighInfo002939 .share>* {
	display: inline-block;
	vertical-align: middle;
}

.RighInfo002939 .share em {
	font-style: normal;
}

#bsPanel,
#bsPanel *,
.bsBox,
.bsBox * {
	box-sizing: content-box;
}

.RighInfo002939 .edit-info {
	line-height: 2.5625em;
	color: #1e1e1e;
	text-align: justify;
	padding-bottom: 4vw;
}

.RighInfo002939 .info-page {
	border: solid 1px #eee;
}

.RighInfo002939 .info-page dd {
	line-height: 36px;
}

.RighInfo002939 .info-page dd a {
	padding: 0 20px;
}

.RighInfo002939 .info-page dd a:hover {
	color: #d43e45;
}

@media(min-width:641px) {
	.RighInfo002939 .info-page dd {
		float: left;
		width: 50%;
	}
	.RighInfo002939 .info-page dd:nth-child(2) {
		border-left: 1px solid #eee;
	}
	.RighInfo002939 .time,
	.RighInfo002939 .info-page dd a,
	.RighInfo002939 .edit-info {
		font-size: 16px;
	}
}

@media(max-width:640px) {
	.RighInfo002939 .info-page dd:nth-child(2) {
		border-top: 1px solid #eee;
	}
	.RighInfo002939 .share {
		display: block;
		padding-top: 10px;
	}
}


/*
 .Form002319 为demo编号
 */

.Form002319 {
	margin: 0 auto;
	font-size: 16px;
}
.Form002319 .row dl{width: 98%;padding-right: 20px;
	position: relative;
	line-height: 40px;
	margin-bottom: 15px;}
.Form002319 .row2 dl,.Form002319 .row3 dl {
	width: 100%;
	padding-right: 20px;
	position: relative;
	line-height: 40px;
	margin-bottom: 15px;
}

.Form002319 .row dl em,.Form002319 .row2 dl em ,.Form002319 .row3 dl em  {
	font-style: normal;
	color: #c00;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
}

.Form002319 input.text {
	border: 0;
	background: #f5f5f5;
	display: block;
	height: 40px;
	line-height: 28px;
	width: 98%;
	padding: 5px 10px;
	color: #333;
}
.Form002319 .row3 input.text{width: 95%;}
.Form002319 .selectrow3 {width: 48.65%!important;}
.Form002319 .row input.text{width: 99%;}
.Form002319 input.text::-ms-input-placeholder {
	color: #aaa;
}

.Form002319 select {
	border: 0;
	display: block;
	height: 51px;
	width: 100%;
	padding: 5px 10px;
	color: #aaa;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 14px;
	background: #f5f5f5 url("../images/Form002319-icon.png") no-repeat scroll 97% center;
}

.Form002319 select::-ms-expand {
	display: none;
}

.Form002319 .btn {
	background: #6e6e6e;
	height: 40px;
	display: block;
	border: 1px solid #6e6e6e;
	width: 33.3334%;
	max-width: 150px;
	float: left;
	margin-right: 15px;
	font-size: 16px;
	color: #fff;
}

.Form002319 textarea {
	border: 0;
	background: #f5f5f5;
	width: 99%;
	height: 130px;
	padding: 11px 10px;
	line-height: 23px;
}

.Form002319 .submit {
	background: #167ac6;
	border: 1px solid #167ac6;
}

.Form002319 .File1 {
	min-height: 150px;
	line-height: 50px;
	background: #f5f5f5;
	width: 96.5%;
	padding: 2% 2%;
}

.selectrow3 {
	display: flex;
	align-items: center;
}

.selectrow3 .select {
	width: 40.8%;
}

.selectrow3 p {
	padding: 0 2%;
	font-size: 16px;
}
.Form002319 .title {line-height: 60px;}
@media only screen and (min-width:480px) {
	.Form002319 .row2  {
		display: flex;
    justify-content: space-between;
    align-items: center;
	}
	.Form002319 .row2 dl {
		width: 48%;
	}
	.Form002319 .row3 {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.Form002319 .row3 dl {width: 33%;}
	
	.Form002319 .btn {
		font-size: 18px;
	}
}


@media (max-width:768px) {
.Form002319 .selectrow3{width: 100%;}
.Form002319 .row2 dl, .Form002319 .row3 dl {width: 90%;}
.Form002319 .selectrow3 {width: 102%!important;}
.selectrow3 .select {width: 29.8%;}
.Form002319 .row2 .text{width: 95%;}
.Form002319 .row .text{width: 88%!important;}
.Form002319 .File1 {width: 90.5%;}
.jbCon .jbFrom ul li .File1 {width: 100%;}
.webuploader-container div {word-break: break-all;}
.Footer_l .Footer_logo img{max-width: 50%}
}