@charset "UTF-8";

@font-face {
	font-family: 'sourcehanserif';
	src: url('../fonts/font.ttf?v=1.0.0') format('truetype');
	font-style: normal;
}

body {
	font-family: "微软雅黑";
	color: #000;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: 0;
	display: block;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	list-style: none;
	padding: 0;
	margin: 0;
}

html,
body {}

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

html,
body {}

img {
	max-width: 100%;
}

.fc {
	/*position: fixed;*/
	width: .77rem;
	background: #ffffff;
	display: none;
	height: 100%;
	top: 0;
	right: 0;
	flex-direction: column;
	justify-content: space-between;
	z-index: 100;
}

.fc01 {
	width: 100%;
	float: left;
	height: 1.85rem;
	background: #da0a0d;
}

.fc01 span {
	padding: .57rem .30rem;
	font-size: .18rem;
	color: #ffffff;
	display: block;
	background: url(../images/rz_icon.png) no-repeat center .25rem;
	background-size: .17rem;
}

.fc02 {
	width: 100%;
	float: left;
}

.fc02 ul {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

.fc02 ul li {
	display: flex;
	justify-content: center;
	margin: .18rem 0;
}

.fc02 ul li span img {
	width: .2rem;
}

.fc02 ul li.tel a {
	display: block;
	width: .23rem;
	height: .26rem;
	background: url(../images/tel.png) no-repeat;
	background-size: 100%;
}

.fc02 ul li.tel a:hover {
	background: url(../images/tel_hover.png) no-repeat;
	background-size: 100%;
}

.fc02 ul li.consult a {
	display: block;
	width: .26rem;
	height: .26rem;
	background: url(../images/consult.png) no-repeat;
	background-size: 100%;
}

.fc02 ul li.consult a:hover {
	background: url(../images/consult_hover.png) no-repeat;
	background-size: 100%;
}

.fc02 ul li.ewm {
	position: relative;
}

.fc02 ul li.ewm a {
	display: block;
	width: .22rem;
	height: .22rem;
	background: url(../images/ewm1.png) no-repeat;
	background-size: 100%;
}

.fc02 ul li.ewm span {
	display: none;
}

.fc02 ul li.ewm span {
	width: 100px;
	height: 200px;
	position: absolute;
	right: .77rem;
}

.fc02 ul li.ewm:hover span {
	display: block;
}

.fc02 ul li.ewm span img {
	display: block;
	width: 100%;
}

.fc02 ul li.ewm a:hover {
	background: url(../images/ewm1_hover.png) no-repeat;
	background-size: 100%;
}

.fc02 ul li.gotop a {
	display: block;
	width: .22rem;
	height: .33rem;
	background: url(../images/topc.png) no-repeat;
	background-size: 100%;
}

.fc02 ul li.gotop a:hover {
	background: url(../images/topc_hover.png) no-repeat;
	background-size: 100%;
}

.ewm_m {
	right: 50px !important;
}

.fc03 {
	width: 100%;
	float: left;
	height: 1.85rem;
	background: #252528;
}

.fc03 span {
	padding: .57rem .30rem;
	font-size: .18rem;
	color: #ffffff;
	display: block;
	background: url(../images/staff.png) no-repeat center .3rem;
	background-size: .2rem;
}

header {
	z-index: 77;
	width: 100%;
	margin: 0 auto;
	height: 1rem;
	position: fixed;
	top: 0;
	transition: all 0.5s ease 0s;
	border-bottom: 1px solid rgb(255, 255, 255, .2);
	background-color: #ffffff;
}

header h1 {
	display: flex;
	float: left;
	margin-top: .2rem;
	margin-left: .57rem;
}


header h1 img.img2 {
	display: inline-block;
	width: 2.2rem;
}

header.on {
	z-index: 77;
	width: 100%;
	margin: 0 auto;
	height: 1rem;
	top: 0;
	transition: all 0.5s ease 0s;
	background: rgb(255, 255, 255, .95);
	border-bottom: 1px solid rgb(255, 255, 255, .2);
	position: fixed;
	top: 0;
}

nav {
	float: right;
	margin-top: 0rem;
	margin-right: 1rem;
	height: 1rem;
}

nav li {
	float: left;
	line-height: 1rem;
	position: relative;
	display: inline-block;
}

nav li:hover:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #d6001d;
	position: absolute;
	bottom: -1px;
	left: 0%;
	z-index: 1;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}

nav li:hover a {
	color: #d6001d;
}

nav li.cur:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #d6001d;
	position: absolute;
	bottom: -1px;
	z-index: 1;
	left: 0%;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}

nav li.cur a {
	color: #d6001d;
}

nav li {
	margin: 0 .22rem;
}

nav a {
	display: block;
	font-size: .19rem;
	height: auto;
	color: #333333;
	position: relative;
	text-align: center;
	font-family: "Avenir";
}

nav a:hover {
	color: #d6001d;
}

header.on nav a {
	color: #333333;
}

header.on nav li.cur a {
	color: #d6001d;
}

header.on nav a:hover {
	color: #d6001d;
}

header.on h1 img.img1 {
	display: none;
}

header.on h1 img.img2 {
	display: block;
}

.section-wrap {
	width: 100%;
	height: 100%;
	overflow: visible;
	transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.03, 1);
}

.section-wrap .section {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.section-wrap .section .title.active .tit {
	opacity: 1;
	transform: translateY(-25px);
	-webkit-transform: translateY(-25px);
	transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
	-webkit-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
}
.fp-section{
	height: auto!important;
}
.section-wrap .section-1 {}

.section-2 {
	background: url(../images/a_bg01.jpg) no-repeat;
	background-size: 100% auto;
	/* min-height: 8.5rem; */
	height: auto!important;
}

.section-2-1 {
	background: url(../images/bg02.jpg) no-repeat;
	background-size: cover;
	/* min-height: 8.5rem; */
	height: auto!important;
}

.section-3 {
	background: url(../images/a_bg02.jpg) no-repeat left;
	background-size: cover;
	/* min-height: 8.5rem; */
	height: auto!important;
}

.section-3-1 {
	/* background: url(../images/bg05.jpg) no-repeat left;
	background-size: cover; */
	/* min-height: 8.5rem; */
	position: relative;
	background: #f5f9fc;
}

.c_bg {
	background: url(../images/bg05.jpg) no-repeat left;
	background-size: cover;
	min-height: 6.5rem;
	position: absolute;
	top: 0;
	width: 100%;
}

#fullPage .section-2.active .a_about .title h2 {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 1;
}

#fullPage .section-2.active .a_about .content p {
	-webkit-animation-duration: 1.2s;
	-moz-animation-duration: 1.2s;
	-o-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 1;
}


#fullPage .section-3.active .a_qywh .content ul li:nth-child(1) {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 1;
}

#fullPage .section-3.active .a_qywh .content ul li:nth-child(2) {
	-webkit-animation-duration: 1.2s;
	-moz-animation-duration: 1.2s;
	-o-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 1;
}

#fullPage .section-3.active .a_qywh .content ul li:nth-child(3) {
	-webkit-animation-duration: 1.4s;
	-moz-animation-duration: 1.4s;
	-o-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 1;
}

#fullPage .section-3.active .a_qywh .content ul li:nth-child(4) {
	-webkit-animation-duration: 1.6s;
	-moz-animation-duration: 1.6s;
	-o-animation-duration: 1.6s;
	animation-duration: 1.6s;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 1;
}


#fullPage .section-4.active .a_about02 dl dt:nth-child(1){
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

#fullPage .section-4-1.active .a_about03 .content p:nth-child(1){
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

#fullPage .section-4-1.active .a_about03 .content p:nth-child(2) {
	-webkit-animation-duration: 1.2s;
	-moz-animation-duration: 1.2s;
	-o-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
#fullPage .section-4.active .about_h dl dd p {
	-webkit-animation-duration: 1.2s;
	-moz-animation-duration: 1.2s;
	-o-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 1;
}

#fullPage .section-4.active .about_h dl dd a.more {
	-webkit-animation-duration: 1.4s;
	-moz-animation-duration: 1.4s;
	-o-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 1;
}

#fullPage .section-5.active .foot-1 ul li:nth-child(1) {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 1;
}

#fullPage .section-5.active .foot-1 ul li:nth-child(2) {
	-webkit-animation-duration: 1.2s;
	-moz-animation-duration: 1.2s;
	-o-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 1;
}

#fullPage .section-5.active .foot-1 ul li:nth-child(3) {
	-webkit-animation-duration: 1.4s;
	-moz-animation-duration: 1.4s;
	-o-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 1;
}

#fullPage .section-5.active .foot-1 ul li:nth-child(4) {
	-webkit-animation-duration: 1.6s;
	-moz-animation-duration: 1.6s;
	-o-animation-duration: 1.6s;
	animation-duration: 1.6s;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 1;
}

#fullPage .section-5.active .foot-1 ol {
	-webkit-animation-duration: 1.8s;
	-moz-animation-duration: 1.8s;
	-o-animation-duration: 1.8s;
	animation-duration: 1.8s;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 1;
}

.section .banner {
	position: relative;
}

.section .banner ul li h2 {
	position: absolute;
	bottom: 3.15rem;
	left: 1.95rem;
	font-size: .46rem;
	color: #ffffff;
	width: 60%;
	font-family: sourcehanserif;
}

.section .banner ul li:nth-child(2) h2 {
	position: absolute;
	bottom: 1.09rem;
	left: 1.95rem;
	font-size: .46rem;
	color: #ffffff;
	width: 60%;
	font-family: sourcehanserif;
}

.section-4 {
	background: url(../images/a_bg03.jpg);
	background-size: cover;
	/* min-height: 8.5rem; */
	height: auto!important;
}

.section-4-1 {
	background: url(../images/a_bg04.jpg) no-repeat #ffffff;
	background-size: 100% auto;
	/* min-height: 8.5rem; */
	height: auto!important;
}

.section-4-2 {
	background: url(../images/a_bg05.jpg) no-repeat #f5f9fc;
	background-size: cover;
	/* min-height: 8.5rem; */
	height: auto!important;

}

.section-4-3 {
	background: url(../images/a_bg06.jpg) no-repeat #ffffff;
	background-size: cover;
	/* min-height: 8.5rem; */
	height: auto!important;
}

.section-4-hz {
	background: url(../images/a_bg12.jpg) no-repeat #ffffff;
	background-size: cover;
	/* min-height: 8.5rem; */
	height: auto!important;
}

.section-4-ry {
	background: url(../images/a_bg13.jpg) no-repeat #feffff;
	background-size: cover;
	/* min-height: 8.5rem; */
	height: auto!important;
}

.section-4-4 {
	background: url(../images/a_bg08.jpg) no-repeat #ffffff;
	background-size: 100% auto;
	/* min-height: 8.5rem; */
	height: auto!important;
}

.section-4-5 {
	background: url(../images/a_bg11.jpg) no-repeat #ffffff;
	background-size:cover;
	/* min-height: 8.5rem; */
	height: auto!important;
}

.djwh_bg {
	background: url(../images/a_bg10.jpg) no-repeat left 1rem #ffffff;
	background-size: 100% auto;
	height: auto!important;
}

.section-5 {
	height: auto !important;
}

.section-5 .fp-tableCell {
	height: auto !important;
}

.put-section-0 {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.put-section-1 {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}

.put-section-2 {
	transform: translateY(-200%);
	-webkit-transform: translateY(-200%);
}

.put-section-3 {
	transform: translateY(-300%);
	-webkit-transform: translateY(-300%);
}

.put-section-4 {
	transform: translateY(-400%);
	-webkit-transform: translateY(-400%);
}

.section-btn {
	width: 14px;
	position: fixed;
	right: 4%;
	top: 50%;
	display: none;
}

.section-btn li {
	width: 14px;
	height: 14px;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-bottom: 12px;
	background: #BD362F;
	text-align: center;
	color: #fff;
	onsor: pointer;
}

.section-btn li.on {
	background: #fff
}

.bannerlist {
	height: 4.3rem;
	position: relative;
	overflow: hidden;
	width: 100%;
	background: url(../images/bannerlist01.jpg) no-repeat;
	background-size: cover;
}

.bannerlist h2 {
	position: absolute;
	bottom: .4rem;
	left: 1.96rem;
	font-size: .4rem;
	color: #ffffff;
	font-family: 'sourcehanserif';
}

.djwh_bg .bannerlist{
	height: 3.8rem;
}

.dh_nav {
	width: 100%;
	background: #ffffff;
	height: .77rem;
	overflow: hidden;
	position: relative;
}

.dh_nav::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #f3f7fa;
}

.dh_nav ul {
	margin: 0 -.2rem;
}

.dh_nav ul li {
	padding: 0 .2rem;
	font-size: .2rem;
	line-height: .75rem;
	float: left;
}

.dh_nav ul li a {
	display: block;
	position: relative;
	height: .77rem;
}

.dh_nav ul li:hover a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #cd001d;
	z-index: 3;
}

.dh_nav ul li:hover a {
	color: #cd001d;
}

.dh_nav ul li.cur a {
	color: #cd001d;
}

.dh_nav ul li.cur a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #cd001d;
	z-index: 3;
}

.section-5 .main {
	margin: 0;
}

.main {
	margin: 0 2rem;
	overflow: hidden;
}

.section-2 .main {
	margin: 0 2rem;
	overflow: inherit;
	display: flex;
}

.a_about {
	display: block;
}

.a_about .title {
	display: block;
	margin-top: .55rem;
}

.a_about .title h2 {
	display: block;
	font-size: .38rem;
	color: #cd001d;
	width: 8rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	position: relative;
	font-family: sourcehanserif;
}

.a_about .title h2::before {
	content: "";
	position: absolute;
	width: .52rem;
	height: .52rem;
	background: url(../images/a1.png) no-repeat;
	background-size: 100%;
	top: 0;
	left: -.6rem;
}

.a_about .title h2::after {
	content: "";
	position: absolute;
	width: .52rem;
	height: .52rem;
	background: url(../images/a2.png) no-repeat;
	background-size: 100%;
	bottom: 0;
	right: -.6rem;
}

.a_about .content {
	display: block;
	margin-top: .35rem;
	font-size: .18rem;
	line-height: .35rem;
	text-align: justify;
	color: #666666;
}

.a_video {
	display: block;
	margin-top: .4rem;
	margin-bottom: .9rem;
	position: relative;
}

.a_video img {
	display: block;
	width: 100%;
}

.a_video::after {
	content: "";
	width: 0.7rem;
	height: 0.7rem;
	top: 44%;
	left: 50%;
	margin-left: -.35rem;
	position: absolute;
	z-index: 3;
}

.a_qywh {
	display: block;
	position: relative;
	min-height: 7rem;
}

.a_qywh .title {
	display: block;
	top: .65rem;
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 3;
}

.a_qywh .title span {
	display: block;
	font-size: .18rem;
	color: #ffffff;
	text-align: center;
	position: relative;
	font-family: sourcehanserif;
}

.a_qywh .title h2 {
	display: block;
	font-size: .38rem;
	color: #ffffff;
	text-align: center;
	position: relative;
	font-family: sourcehanserif;
}

.a_qywh .content {
	display: block;
}

.a_qywh .content ul {
	display: flex;
}

.a_qywh .content ul li {
	width: 25%;
	float: left;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height:7rem;
	position: relative;
}

.a_qywh .content ul li:hover::after {
	content: "";
	width: 100%;
	height: 100%;
	top: 0%;
	right: 0;
	position: absolute;
	z-index: 0;
	background: #cd001d;
	opacity: .55;
}

.a_qywh .content ul li::before {
	content: "";
	width: 1px;
	height: 100%;
	top: 0%;
	right: 0;
	position: absolute;
	z-index: 3;
	background: rgb(255, 255, 255);
	opacity: .08;
}

.a_qywh .content ul li span {
	position: relative;
	z-index: 3;
	display: inline-block;
	width: .8rem;
	height: .8rem;
	border: 1px dashed rgb(255, 255, 255, .7);
	border-radius: 50%;
	margin-top: .8rem;
}

.a_qywh .content ul li:nth-child(1) span {
	background: url(../images/a_icon01.png) no-repeat center center;
	background-size: 35%;
}

.a_qywh .content ul li:nth-child(2) span {
	background: url(../images/a_icon02.png) no-repeat center center;
	background-size: 50%;
}

.a_qywh .content ul li:nth-child(3) span {
	background: url(../images/a_icon03.png) no-repeat center center;
	background-size: 40%;
}

.a_qywh .content ul li:nth-child(4) span {
	background: url(../images/a_icon04.png) no-repeat center center;
	background-size: 40%;
}

.a_qywh .content ul li h2 {
	position: relative;
	z-index: 3;
	margin-top: .25rem;
	font-size: .34rem;
	color: #ffffff;
	font-family: sourcehanserif;
}

.a_qywh .content ul li p {
	position: relative;
	z-index: 3;
	display: inline-block;
	margin-top: .05rem;
	font-size: .16rem;
	color: #ffffff;
	display: none;
}

.a_about02 {
	display: block;
	position: relative;
	min-height: 6.5rem;
}

.a_about02 dl {
	display: block;
	position: relative;
	margin-top: 1.2rem;
	padding-bottom: .5rem;
	overflow: hidden;
}

.a_about02 dl dt {
	display: block;
	position: relative;
	margin-right: 4rem;
	float: left;
	line-height: .35rem;
	font-size: .19rem;
	color: #666666;
	text-align: justify;
}

.a_about02 dl dt p {
	margin-top: .2rem;
	margin-bottom: .4rem;
}

.a_about02 dl dd {
	display: block;
	position: relative;
	margin-left: -350px;
	float: right;
}

.a_about02 dl dd ul {
	display: block;
	margin-top: .2rem;
}

.a_about02 dl dd ul li {
	display: block;
	margin-bottom: .4rem;
}

.a_about02 dl dd ul li h2 {
	display: block;
	font-size: .42rem;
	color: #cd001d;
	text-align: right;
	font-family: sourcehanserif;
}

.a_about02 dl dd ul li h2 span {
	display: inline-block;
	font-size: .16rem;
	border-radius: 50%;
	width: .25rem;
	height: .25rem;
	line-height: .25rem;
	text-align: center;
	background: #cd001d;
	margin-left: .1rem;
	vertical-align: middle;
	margin-top: -.03rem;
	color: #ffffff;
}

.a_about02 dl dd ul li p {
	color: #888888;
	font-size: .17rem;
	text-align: right;
	display: block;
}

.a_about03 {
	display: block;
	position: relative;
	min-height: 6.5rem;
	padding-bottom: .3rem;
}

.a_about03 .title {
	display: block;
	width: 100%;
	position: relative;
	margin-top: 1rem;
}

.a_about03 .title h2 {
	font-size: .36rem;
	color: #111111;
	margin-left: 0.2rem;
	font-family: 'sourcehanserif';
}

.a_about03 .title span {
	font-size: .18rem;
	display: block;
	color: #999999;
	margin-left: 0.2rem;
	font-family: 'sourcehanserif';
}

.a_about03 .title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.1rem;
	width: 3px;
	height: 0.65rem;
	background: #d6001d;
}

.a_about03 .content {
	display: block;
	position: relative;
	margin-right: 6.9rem;
	float: left;
	line-height: .35rem;
	font-size: .19rem;
	color: #666666;
	text-align: justify;
}

.a_about03 .content p {
	margin-top: .2rem;
	margin-bottom: .4rem;
}

.a_about04 {
	display: block;
	position: relative;
	min-height: 6.5rem;
	padding-bottom: .3rem;
}

.a_about04 .title {
	display: block;
	width: 100%;
	position: relative;
	margin-top: 1rem;
    text-align: center;
	padding-bottom: 0.2rem;
}

.a_about04 .title h2 {
	font-size: .36rem;
	color: #111111;
	font-family: 'sourcehanserif';
}

.a_about04 .title span {
	font-size: .18rem;
	display: block;
	color: #999999;
	font-family: 'sourcehanserif';
}

.a_about04 .title::before {
	content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0.5rem;
    margin-left: -0.25rem;
    height: 2px;
    background: #d6001d;
}

.a_about04 .content-1 {
	display: block;
	position: relative;
	float: left;
	line-height: .35rem;
	font-size: .19rem;
	color: #666666;
	text-align: justify;
}

.a_about04 .content-1 div.a_txt {
	margin-top: .4rem;
	margin-bottom: .4rem;
	width: 45.5%;
	color: #666666;
	float: left;
}
.a_about04 .content-1 div.a_txt b{
	display: block;
	font-size: .26rem;
	color: #d6001d;
	margin-bottom: .12rem;
}
.a_about04 .content-1 div.a_img01 {
	margin-top: 0;
	margin-bottom: .4rem;
	width: 48.1%;
	color: #666666;
	float: right;
	position: relative;
}
.a_about04 .content-1 div.a_txt label {
	height: 3.2rem;
	overflow-y: auto;
	padding-right: 10px;
	margin: 0;
	font-weight: normal;
}
.a_about04 .content-1 div.a_img01::before {
	content: "";
	width: 100%;
	height: 3.85rem;
	background: #d6001d;
	top: .25rem;
	left: -0.23rem;
	position: absolute;
	z-index: 0;
}

.a_about04 .content-1 div.a_img01 img {
	position: relative;
}

.a_about04 .content {
	display: block;
	position: relative;
	float: left;
	line-height: .35rem;
	font-size: .19rem;
	color: #666666;
	text-align: justify;
	margin-top: 1rem;
	margin-bottom: .8rem;
}

.a_about04 .content div.a_txt {
	margin-top: .4rem;
	margin-bottom: .4rem;
	width: 45.5%;
	color: #666666;
	float: right;
}
.a_about04 .content div.a_txt b{
	display: block;
	font-size: .26rem;
	color: #d6001d;
	margin-bottom: .12rem;
}
.a_about04 .content div.a_txt label {
	height: 3.2rem;
	overflow-y: auto;
	padding-right: 10px;
	margin: 0;
	font-weight: normal;
}
.a_about04 .content div.a_img01 {
	margin-top: 0rem;
	margin-bottom: .4rem;
	width: 48.1%;
	color: #666666;
	float: left;
	position: relative;
}

.a_about04 .content div.a_img01::before {
	content: "";
	width: 100%;
	height: 3.85rem;
	background: #d6001d;
	top: .25rem;
	left: 0.23rem;
	position: absolute;
	z-index: 0;
}

.a_about04 .content div.a_img01 img {
	position: relative;
}

.a_about05 {
	display: block;
	position: relative;
	padding-bottom: .3rem;
	margin-bottom: .8rem;
	overflow: hidden;
}

.a_about05 .title {
	display: block;
	width: 100%;
	position: relative;
	margin-top: .8rem;
	text-align: center;
	padding-bottom: .2rem;
}

.a_about05 .title h2 {
	font-size: .36rem;
	color: #111111;
	/* margin-left: 0.2rem; */
	font-family: 'sourcehanserif';
}

.a_about05 .title span {
	font-size: .18rem;
	display: block;
	color: #999999;
	/*  margin-left: 0.2rem; */
	font-family: 'sourcehanserif';
}

.a_about05 .title::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: .5rem;
	margin-left: -.25rem;
	height: 2px;
	background: #d6001d;
}

.a_about05 .content {
	display: block;
	position: relative;
	float: left;
	line-height: .35rem;
	font-size: .19rem;
	color: #666666;
	text-align: left;
	margin-top: .3rem;
}

.a_about05 .content p {
	margin-top: .3rem;
}

.a_about05 .content_news01 {
	display: block;
	position: relative;
	line-height: .35rem;
	font-size: .19rem;
	color: #666666;
	text-align: center;
	margin-top: .3rem;
	background: url(../images/a_bg07.jpg) no-repeat;
	background-size: cover;
	min-height: 4.5rem;
	margin-top: 1rem;
}

.a_about05 .content_news01 .main {
	overflow: inherit;
}

.a_about05 .content_news01 dl {
	display: block;
}

.a_about05 .content_news01 dl dt {
    display: flex;
    float: left;
    width: 53%;
    margin-top: -0.5rem;
    align-items: center;
    height: 5.2rem;
}

.a_about05 .content_news01 dl dd {
	display: block;
	float: right;
	width: 42%;
	text-align: left;
}

.a_about05 .content_news01 dl dd span.time {
	display: block;
	color: #999999;
	background: url(../images/time.png) no-repeat left center;
	background-size: 0.16rem;
	padding-left: 0.22rem;
	margin-top: .4rem;
}

.a_about05 .content_news01 dl dd h2 {
	display: block;
	color: #333333;
	font-size: .26rem;
	margin-top: .15rem;
}

.a_about05 .content_news01 dl dd h2 a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #333333;
}

.a_about05 .content_news01 dl dd p {
	display: block;
	color: #999999;
	font-size: .18rem;
	margin-top: .15rem;
	text-align: justify;
}

.a_about05 .content_news01 dl dd a.more {
	font-size: .16rem;
	display: block;
	color: #d6001d;
	width: 1.4rem;
	line-height: .43rem;
	height: 0.43rem;
	border-radius: 40px;
	border: 1px solid #d6001d;
	background: url(../images/more01.png) no-repeat 90% center;
	background-size: 0.23rem;
	font-family: 'sourcehanserif';
	margin-top: .2rem;
}

.a_about05 .content_news01 dl dd a.more i {
	font-style: normal;
	margin-left: 0.22rem;
}

.a_about05 .content_news01 dl dd a:hover.more {
	color: #ffffff;
	border: 1px solid #d6001d;
	background: url(../images/more.png) no-repeat 10% center #d50414;
	background-size: .23rem;
	font-family: 'sourcehanserif';
}

.a_about05 .content_news01 dl dd a:hover.more i {
	font-style: normal;
	margin-left: .52rem;
}

.a_about05 .content_news02 {
	display: block;
	position: relative;
	line-height: .35rem;
	font-size: .19rem;
	color: #666666;
	text-align: center;
	margin-top: .3rem;
	overflow: hidden;
}

.a_about05 .content_news02 ul {
	margin: 0 -15px;
}

.a_about05 .content_news02 ul li {
	display: block;
	position: relative;
	float: left;
	width: -webkit-calc(33.33% - 30px);
	width: -moz-calc(33.33% - 30px);
	width: calc(33.33% - 30px);
	margin: 0 15px;
	margin-top: .44rem;
}

.a_about05 .content_news02 ul li dt {
	display: none;
	position: relative;
	float: left;
	width: 100%;
}

.a_about05 .content_news02 ul li dt img {
	display: block;
	width: 100%;
}

.a_about05 .content_news02 ul li dd {
	display: block;
	position: relative;
	float: left;
	width: -webkit-calc(100% - 52px);
	width: -moz-calc(100% - 52px);
	width: calc(100% - 52px);
	border: 1px solid #dcdcdc;
	padding: 18px 25px;
	text-align: left;
	height: 2.35rem;
}

.a_about05 .content_news02 ul li dd span.time {
	display: block;
	color: #999999;
	background: url(../images/time.png) no-repeat left center;
	background-size: 0.16rem;
	padding-left: 0.22rem;
	text-align: left;
}

.a_about05 .content_news02 ul li dd h2 {
	display: block;
	color: #333333;
	font-size: .22rem;
	margin-top: 0.05rem;
	text-align: justify;
}
.a_about05 .content_news02 ul li dd h2 a{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.a_about05 .content_news02 ul li dd p {
	color: #999999;
	font-size: .18rem;
	margin-top: 0.15rem;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.a_about05 .content_news02 ul li:hover dd h2 a {
	color: #d6001d;
}

.a_about05 .content_news02 ul li:hover dd {
	border: 1px solid #d6001d;
}

.a_about05 .content_xxgg {
	display: block;
	position: relative;
	line-height: .35rem;
	font-size: .19rem;
	color: #666666;
	margin-top: .3rem;
	overflow: hidden;
}

.a_about05 .content_xxgg ul {
	margin: 0 -10px;
}

.a_about05 .content_xxgg ul li {
	width: -webkit-calc(50% - 48px);
	width: -moz-calc(50% - 48px);
	width: calc(50% - 48px);
	float: left;
	position: relative;
	margin: 0 10px;
	margin-top: .3rem;
	border: 1px solid #dcdcdc;
	padding: 13px;
	background: #ffffff;
}

.a_about05 .content_xxgg ul li:hover {
	border: 1px solid #d6001d;
}

.a_about05 .content_xxgg ul li dt {
	width: .87rem;
	height: 1rem;
	background: #d6001d;
	text-align: center;
	float: left;
}

.a_about05 .content_xxgg ul li dt h2 {
	display: block;
	width: 80%;
	margin: 0 10%;
	color: #ffffff;
	font-size: .3rem;
	border-bottom: 1px solid rgb(255, 255, 255, .3);
	padding: .15rem 0;
}

.a_about05 .content_xxgg ul li dt span {
	display: block;
	width: 80%;
	margin: 0 10%;
	color: #ffffff;
	font-size: .15rem;
	margin-top: .02rem;
	line-height: 28px;
}

.a_about05 .content_xxgg ul li dd {
	position: absolute;
	top: .16rem;
	margin-left: 1.07rem;
	margin-right: .2rem;
	font-size: .2rem;
	text-align: justify;
}

.a_about05 .content_xxgg ul li dd a {
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: .24rem;
	/*display: block;*/
}

.a_about05 .content_xxgg ul li:hover dd a {
	color: #d6001d;
}

.a_about05 .content_xxgg ul li dd p {
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: .24rem;
	font-size: .16rem;
	margin-top: .05rem;
}

.a_about05 .main {
	overflow: initial;
}

.news_detail {
	display: block;
}

.news_detail .title {
	display: block;
	margin-top: .5rem;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: .3rem;
}

.news_detail .title h2 {
	display: block;
	font-size: .38rem;
	color: #333333;
}

.news_detail .title p {
	display: block;
	font-size: .18rem;
	color: #333333;
	margin-top: .25rem;
}

.news_detail .title p span {
	margin-right: .3rem;
	color: #999999;
}

.news_detail .content {
	display: block;
	margin-top: .3rem;
	padding-bottom: .2rem;
	font-size: .18rem;
	color: #333333;
	line-height: .36rem;
}

.news_detail .content p {
	margin-top: .12rem;
}

.a_chanpin {
	display: block;
	position: relative;
	padding-bottom: .3rem;
	margin-bottom: .4rem;
	overflow: hidden;
}

.a_chanpin .title {
	display: block;
	width: 100%;
	position: relative;
	margin-top: .8rem;
	text-align: center;
	padding-bottom: .2rem;
}

.a_chanpin .title h2 {
	font-size: .36rem;
	color: #111111;
	/* margin-left: 0.2rem; */
	font-family: 'sourcehanserif';
}

.a_chanpin .title span {
	font-size: .18rem;
	display: block;
	color: #999999;
	/*  margin-left: 0.2rem; */
	font-family: 'sourcehanserif';
}

.a_chanpin .title::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: .5rem;
	margin-left: -.25rem;
	height: 2px;
	background: #d6001d;
}

.a_chanpin .content {
	display: block;
	position: relative;
	float: left;
	line-height: .35rem;
	font-size: .19rem;
	color: #666666;
	text-align: left;
	margin-top: .3rem;
	width: 100%;
}
.a_chanpin .content .m_more{
	font-size: .18rem;
    color: #333333;
    font-family:'sourcehanserif';
}
.a_chanpin .content {
	display: block;
}

.a_chanpin .content ul {
	margin: 0 -15px;
}

.a_chanpin .content ul li {
	width: -webkit-calc(50% - 90px);
	width: -moz-calc(50% - 90px);
	width: calc(50% - 90px);
	margin: 0 15px;
	height: 3.5rem;
	background: #ffffff;
	float: left;
	margin-top: .3rem;
	padding: .2rem 30px;
	text-align: left;
	position: relative;
}

.a_chanpin .content ul li::before {
	content: "";
	width: 0%;
	height: 2px;
	background: #d6001d;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}

.a_chanpin .content ul li:hover::before {
	content: "";
	width: 100%;
	height: 2px;
	background: #d6001d;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}

.a_chanpin .content ul li span {
	margin: 0 4%;
	margin-top: .4rem;
}

.a_chanpin .content ul li:nth-child(1) span {
	display: inline-block;
	width: .54rem;
	height: .54rem;
	background: url(../images/c_icon01.png) no-repeat;
	background-size: 100%;
}

.a_chanpin .content ul li:nth-child(2) span {
	display: inline-block;
	width: .53rem;
	height: .53rem;
	background: url(../images/c_icon02.png) no-repeat;
	background-size: 100%;
}

.a_chanpin .content ul li:nth-child(3) span {
	display: inline-block;
	width: .55rem;
	height: .59rem;
	background: url(../images/c_icon03.png) no-repeat;
	background-size: 100%;
}

.a_chanpin .content ul li:nth-child(4) span {
	display: inline-block;
	width: .5rem;
	height: .5rem;
	background: url(../images/c_icon04.png) no-repeat;
	background-size: 100%;
}

.a_chanpin .content ul li h2 {
	display: block;
	font-size: .32rem;
	color: #d6001d;
	margin: 0 4%;
	margin-top: .2rem;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: .3rem;
	font-family: 'sourcehanserif';
}

.a_chanpin .content ul li p {
	display: block;
	font-size: .19rem;
	color: #666666;
	margin: 0 4%;
	margin-top: .3rem;
	text-align: justify;
	overflow-y: scroll;
	height: 180px;
	padding-right:15px;
}
.a_chanpin .content ul li p::-webkit-scrollbar{
	width: 8px;
}
.a_chanpin .content ul li p::-webkit-scrollbar-track{
	background-color: #efefef;
	border-radius: 10px;
}
.a_chanpin .content ul li p::-webkit-scrollbar-thumb{
	background: #bebebe;
	border-radius: 10px
}

.a_chanpin .content_m {
	display: block;
	text-align: center;
}
.wyrz_more {
    font-size: .16rem;
    display: inline-block;
    color: #d6001d;
    width: 1.4rem;
    line-height: .43rem;
    height: 0.43rem;
    border-radius: 40px;
    border: 1px solid #d6001d;
    background: url(../images/rz_icon_hover.png) no-repeat 85% center;
    background-size: 0.18rem;
    font-family: 'sourcehanserif';
	margin-top: .6rem;
	text-align: left;
}
.wyrz_more i {
    font-style: normal;
    margin-left: 0.25rem;
}
.wyrz_more:hover {
	color: #ffffff;
	border: 1px solid #d6001d;
	background: url(../images/rz_icon.png) no-repeat 16% center #d50414;
	background-size: .18rem;
	font-family: 'sourcehanserif';
}
.wyrz_more:hover i {
	font-style: normal;
	margin-left: .52rem;
}
.c_cpal {
	display: block;
	position: relative;
	padding-bottom: .3rem;
	margin-bottom: .8rem;
	z-index: 33;
	overflow: hidden;
}

.c_cpal .title {
	display: block;
	width: 100%;
	position: relative;
	margin-top: .8rem;
	text-align: center;
	padding-bottom: .2rem;
}

.c_cpal .title h2 {
	font-size: .36rem;
	color: #ffffff;
	/* margin-left: 0.2rem; */
	font-family: 'sourcehanserif';
}

.c_cpal .title span {
	font-size: .18rem;
	display: block;
	color: #ffffff;
	/*  margin-left: 0.2rem; */
	font-family: 'sourcehanserif';
}

.c_cpal .title::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: .5rem;
	margin-left: -.25rem;
	height: 2px;
	background: #d6001d;
}
.c_cpal .content {
	line-height: .35rem;
	font-size: .19rem;
	color: #666666;
	text-align: left;
	margin-top: .5rem;
}
/* .c_cpal .content {
	display: block;
	position: relative;
	float: left;
	line-height: .35rem;
	font-size: .19rem;
	color: #666666;
	text-align: center;
	margin-top: .3rem;
} */

/* .c_cpal .content {
	display: block;
}

.c_cpal .content ul {
	margin: 0 -20px;
}

.c_cpal .content ul li {
	width: -webkit-calc(33.33% - 80px);
	width: -moz-calc(33.33% - 80px);
	width: calc(33.33% - 80px);
	margin: 0 20px;
	background: #ffffff;
	float: left;
	margin-top: 30px;
	padding: 20px 20px;
	text-align: left;
} */
.c_cpal .content .swiper-slide {
	background: #ffffff;
	padding-bottom: 25px;
}

.c_cpal .content .swiper-slide dt {
	display: block;
	width: -webkit-calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: calc(100% - 30px);
	padding: 15px 15px;
}

.c_cpal .content .swiper-slide dt img {
	display: block;
	width: 100%;
}

.c_cpal .content .swiper-slide h2 {
	display: block;
	font-size: .28rem;
	color: #d6001d;
	margin: 0 20px;
	margin-top: .05rem;
	font-family: 'sourcehanserif';
}
.c_cpal .content .swiper-slide .ab_c{
	display: block;
	height: 1.5rem;
}
.c_cpal .content .swiper-slide p {
	display: block;
	font-size: .18rem;
	color: #666666;
	margin: 0 20px;
	margin-top: .2rem;
	text-align: justify;
}
.c_cpal .content .swiper-slide em {
	display: block;
	font-size: .18rem;
	color: #666666;
	margin: 0 20px;
	margin-top: .15rem;
	text-align: right;
	font-style: normal;
	font-family: 'sourcehanserif';
}
.c_cpal .content .swiper-slide em a{
	color: #666666;
}
.c_cpal .content .swiper-slide:hover {
	background: #d6001d;
}
.c_cpal .content .swiper-slide:hover h2,.c_cpal .content .swiper-slide:hover p,.c_cpal .content .swiper-slide:hover em a {
	color: #ffffff;
}
.swiper-container-horizontal>.swiper-pagination-progress{
	top: initial!important;
	bottom: 0;
	height: 2px!important;
}
.swiper-pagination-progress .swiper-pagination-progressbar{
	background: #d6001d!important;
}
.swiper-pagination-progress{
	background: #e6e6e6!important;
}
.djwh_news {
	width: -webkit-calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: calc(100% - 80px);
	background: url(../images/a_bg09.jpg) no-repeat #ffffff;
	background-size: 100% auto;
	padding: 40px;
	overflow: hidden;
}

.djwh_news dl {
	display: block;
}

.djwh_news dl dt {
	display: block;
	float: right;
	width: 49%;
}

.djwh_news dl dt img {
	width: 100%;
	display: block;
}

.djwh_news dl dd {
	display: block;
	float: left;
	width: 46%;
}

.djwh_news dl dd span {
	display: block;
	color: #999999;
	font-size: .18rem;
	margin-top: .25rem;
}

.djwh_news dl dd h2 {
	display: block;
	color: #111111;
	font-size: .3rem;
	margin-top: .2rem;
}

.djwh_news dl dd p {
	display: block;
	color: #999999;
	font-size: .16rem;
	margin-top: .25rem;
	text-align: justify;
	line-height: .3rem;
}

.djwh_news dl dd a.more {
	display: block;
	color: #999999;
	font-size: .16rem;
	margin-top: .25rem;
	text-align: justify;
	font-style: normal;
	line-height: .3rem;
}

.djwh_news dl dd a.more i {
	font-style: normal;
}

.djwh_bg .a_about05 .content_xxgg {
	padding: 0 40px;
}

.djwh_bg .bannerlist h2 {
	position: absolute;
	bottom: .2rem;
	left: 1.96rem;
	font-size: .4rem;
	color: #ffffff;
	font-family: 'sourcehanserif';
}

.djwh_bg .bannerlist h2::before {
	content: "";
	position: absolute;
	bottom: -.2rem;
	left: -1rem;
	width: 2.63rem;
	height: 1.63rem;
	font-size: .4rem;
	color: #ffffff;
	font-family: 'sourcehanserif';
	background: url(../images/title_bg.png) left bottom no-repeat;
	background-size: auto 100%;
}

.ywsq {
	display: block;
	margin-top: .3rem;
}

.ywsq ul {
	display: block;
}

.ywsq ul li {
	margin-top: 20px;
	display: block;
	position: relative;
}

.ywsq ul li input {
	padding: 8px 10px;
	font-size: .15rem;
	width: -webkit-calc(100% - 22px);
	width: -moz-calc(100% - 22px);
	width: calc(100% - 22px);
	line-height: .3rem;
	border: 1px solid #dcdcdc;
}

.ywsq ul li .am-form-field:focus {
	border-color: #d6001d;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ywsq ul li.if_01 {
	display: block;
	float: left;
	width: -webkit-calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	width: calc(50% - 10px);
	margin-right: 10px;
}

.ywsq ul li.if_02 {
	display: block;
	float: right;
	width: -webkit-calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	width: calc(50% - 10px);
	margin-left: 10px;
}

.ywsq ul li.if_03 span {
	position: absolute;
	font-size: .16rem;
	color: #d6001d;
	top: 12px;
	right: 13px;
}

.ywsq ul li.if_03 {
	display: block;
	float: left;
	width: 100%;
}

.ywsq ul li.if_04 {
	display: block;
	float: left;
	width: 100%;
}

.ywsq ul li textarea {
	padding: 8px 10px;
	font-size: .15rem;
	width: -webkit-calc(100% - 22px);
	width: -moz-calc(100% - 22px);
	width: calc(100% - 22px);
	line-height: .3rem;
	border: 1px solid #dcdcdc;
	min-height: 200px;
}

.ywsq ul li input::-webkit-input-placeholder,
.ywsq ul li textarea::-webkit-input-placeholder {
	/* Chrome, Opera, Safari */
	color: #cccccc;
	font-family: 微软雅黑;
}

.ywsq ul li input:-moz-placeholder,
.ywsq ul li textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #cccccc;
	opacity: 1;
	/* 修复老版本Firefox的不透明度问题 */
	font-family: 微软雅黑;
}

.ywsq ul li input::-moz-placeholder,
.ywsq ul li textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #cccccc;
	opacity: 1;
	/* 修复Firefox的不透明度问题 */
	font-family: 微软雅黑;
}

.ywsq ul li input:-ms-input-placeholder,
.ywsq ul li textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #cccccc;
	font-family: 微软雅黑;
}

.ywsq ul li.if_05 {
	display: block;
	float: left;
	width: 100%;
	margin-top: .3rem;
	text-align: center;
}

.ywsq ul li.if_05 button {
	width: 1.5rem;
	height: .45rem;
	line-height: .45rem;
	outline: none;
	background: #d6001d;
	color: #ffffff;
	font-family: 微软雅黑;
	font-size: .16rem;
	border-radius: 30px;
	cursor: pointer;
}

.content_job{
	display: block;
	margin-top: .4rem;
}
.content_job .job_l{
	display: block;
	width: 338px;
	background: #ffffff;
	float: left;
}
.content_job .job_l .job_01{
	display: block;
	padding: .12rem 0;
}
.content_job .job_l .job_01 .job_title{
	display: block;
	border-bottom: 1px solid #e9e9e9;
	margin: 0 .3rem;
	padding: .2rem 0;
}
.content_job .job_l .job_01 .job_title h2{
	display: inline-block;
	font-size:.2rem;
	color: #333333;
}
.content_job .job_l .job_01 .job_title span{
	display: inline-block;
	float: right;
	margin-top: .03rem;
	font-size:14px;
	color: #999999;
}
.content_job .job_l .job_01 .job_content{
	display: block;
	margin: 0 .3rem;
	margin-top: .25rem;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: .25rem;
}
.content_job .job_l .job_01 .job_content h2{
	display: block;
	font-size:.18rem;
	color: #333333;
	margin-bottom: .15rem;
}
.content_job .job_l .job_01 .job_content ul{
	display: block;
}
.content_job .job_l .job_01 .job_content ul li{
	display: block;
	font-size:14px;
	color: #666666;
	margin-top: .12rem;
}

.content_job .job_r{
	display: block;
	margin-left: 380px;
	background: #ffffff;
	padding: .1rem 0;
	padding-bottom: .4rem;
	overflow: hidden;
}
.content_job .job_r .job_r_title{
	display: block;
	margin: 0 .3rem;
	padding: .25rem 0;
	border-bottom: 1px solid #e9e9e9;
}
.content_job .job_r .job_r_title h2{
	font-size:.28rem;
	color: #111111;
	font-family: 'sourcehanserif';
}
.content_job .job_r .job_r_content{
	display: block;
	margin: 0 .3rem;
	margin-top: .1rem;
}
.content_job .job_r .job_r_content ul{
	display: block;
}
.content_job .job_r .job_r_content ul li{
	display: block;
	padding: .25rem 0;
	border-bottom: 1px solid #e9e9e9;
}
.content_job .job_r .job_r_content ul li dt{
	display: block;
}
.content_job .job_r .job_r_content ul li dt h2{
	display: block;
	font-size:.24rem;
	color: #111111;
}
.content_job .job_r .job_r_content ul li dt span{
	display: inline-block;
	font-size:.16rem;
	color: #999999;
	margin: .12rem 0 0 0;
	padding: 0 .15rem;
	position: relative;
}
.content_job .job_r .job_r_content ul li dt span::before{
	content: "";
	width: 1px;
	height: .13rem;
	background: #999999;
	position: absolute;
	right: 0;
	top: .06rem;
}
.content_job .job_r .job_r_content ul li dt span:nth-child(2){
	padding-left: 0;
}
.content_job .job_r .job_r_content ul li dt span:last-child::before{
	display: none;
}
.content_job .job_r .job_r_content ul li dd{
	display: none;
	padding: .1rem 0;
}
.content_job .job_r .job_r_content ul li dd h2{
	display: block;
	font-size: .2rem;
	color: #333333;
	margin-top: .2rem;
	position: relative;
	padding-left: .15rem;
	font-family: 'sourcehanserif';
}
.content_job .job_r .job_r_content ul li dd h2::before{
	content: "";
	width: 3px;
	height: .18rem;
	background: #d6001d;
	position: absolute;
	left: 0;
	top: .06rem;
}
.content_job .job_r .job_r_content ul li dd p{
	display: block;
	font-size: .16rem;
	color: #999999;
	margin-top: .1rem;
	position: relative;
	line-height: .3rem;
}
.content_job .job_r .job_r_content ul li dd a.em{
	display: inline-block;
	height: .47rem;
	line-height: .47rem;
	padding: 0 .25rem;
	background: #d6001d;
	font-size: .16rem;
	color: #ffffff;
	margin-top: .2rem;
	border-radius: 30px;
}
.content_job .job_r .job_r_content ul li a.more{
	display: block;
	font-size: .16rem;
	color: #d6001d;
	margin-top: .2rem;
	text-decoration: underline;
}

.content_job .job_r .job_r_content ul li.cur dd{
	display: block;
}

.content_job .job_r .job_r_content ul li.cur dt h2{
	color: #d6001d;
}

.content_job .job_r .job_r_content ul li.cur{
	border-bottom:1px solid #d6001d;
}

.map{
	display: block;
	width: 100%;
	margin: .4rem 0;
	overflow: hidden;
}
.map dl{
	display: block;
	width: 100%;
}
.map dl dt{
	display: block;
	width: 100%;
}
.map dl dt img{
	display: block;
	width: 100%;
}
.map dl dd{
	display: block;
	width: 100%;
	margin-top: .4rem;
}
.map dl dd ul{
	display: block;
	width: 100%;
}
.map dl dd ul li{
	display: block;
	width: -webkit-calc(65% - 30px);
	width: -moz-calc(65% - 30px);
	width: calc(65% - 30px);
	float: left;
	position: relative;
	padding: 0 0 0 30px;
}
.map dl dd ul li:last-child{
	display: block;
	width: -webkit-calc(35% - 30px);
	width: -moz-calc(35% - 30px);
	width: calc(35% - 30px);
	float: left;
	position: relative;
	padding: 0 0 0 30px;
}
.map dl dd ul li h2{
	display: block;
	font-size: .26rem;
	color: #d6001d;
	font-family: 'sourcehanserif';
}
.map dl dd ul li p{
	display: block;
	font-size: .16rem;
	color: #666666;
	line-height: .3rem;
	margin-top: .2rem;
}
.map dl dd ul li::before{
	content: "";
	width: 3px;
	height:100%;
	background: #d6001d;
	position: absolute;
	left: 0;
	top: .06rem;
}

.hzhb{
	display: block;
	margin-top: .5rem;
}
.hzhb ul{
	display: block;
	margin: 0 -10px;
}
.hzhb ul li{
	display: block;
	/* float: left;
	width: -webkit-calc(20% - 20px);
	width: -moz-calc(20% - 20px);
	width: calc(20% - 20px);
	margin: 0 10px;
	margin-top: 20px; */
}
.hzhb ul li img{
	display: block;
	width: 100%;
}

.hzhb .swiper-pagination{
	bottom:0;
}
.swiper-container{
	padding-bottom:.7rem;
}

.hzhb .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #f3c6cc;
    opacity: 1;
}

.hzhb .swiper-pagination-bullet-active{
	background: #d6001d;
	width: 30px;
	border-radius: 30px;
}

.qyry{
	display: block;
	margin-top: 0;
	overflow: hidden;
	position: relative;
}
.qyry .title {
	display: block;
	width: 100%;
	position: relative;
	margin-top: .8rem;
	text-align: center;
	padding-bottom: .2rem;
}

.qyry .title h2 {
	font-size: .36rem;
	color: #111111;
	/* margin-left: 0.2rem; */
	font-family: 'sourcehanserif';
}
.qyry .title span {
	font-size: .18rem;
	display: block;
	color: #999999;
	/*  margin-left: 0.2rem; */
	font-family: 'sourcehanserif';
}

.qyry .title::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: .5rem;
	margin-left: -.25rem;
	height: 2px;
	background: #d6001d;
}
.qyry::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 250px;
	background: url(../images/a_bg14.png) no-repeat;
	background-size: 100% auto;
	top: 3.9rem;
}
.qyry .swiper-slide h2{
	font-size: .2rem;
	color: #111111;
	padding: .15rem 0;
	text-align: center;
}
.qyry .swiper-slide:nth-child(even){
	margin-top:3.8rem;
}
.qyry .swiper-slide span{
	display: block;
	position: relative;
}
.qyry .swiper-slide:hover span:before {
   content: '';
     position: absolute;
     left: 50%;
	 margin-left: -6px;
     bottom:-5px; /* 位于箭头下方 */
     height: 0;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     border-top: 5px solid black;
	 border-color: #ca0912 transparent transparent;
}
.qyry .swiper-slide span img{
	display: block;
	width: -webkit-calc(100% - 4px);
	width: -moz-calc(100% - 4px);
	width: calc(100% - 4px);
	border: 2px solid rgb(255,255,255,.0);
}
.qyry .swiper-slide:nth-child(2) span img{
	display: block;
	width: auto!important;
	max-width: inherit;
	height:200px;
	border: 2px solid rgb(255,255,255,.0);
	margin-left: -55px;
}
.qyry .swiper-slide:hover span img{
	display: block;
	border: 2px solid #ca0912;
}
.qyry .swiper-container{
	margin-top: .5rem;
	margin-bottom: 1rem;
}

.qyry .swiper-button-next, .qyry .swiper-button-prev{
	top: 51%;
	width: .6rem;
	height:.6rem;
	border-radius: 50%;
}
.qyry .swiper-button-next:hover, .qyry .swiper-button-prev:hover{
	background: #d6001d;
}
.qyry .swiper-button-prev{
	left: 1.2rem;
}
.qyry .swiper-button-next{
	right: 1.2rem;
	background: url(../images/ar_2.png) no-repeat center center #ffffff!important;
	box-shadow: 0 0 15px rbg(0,0,0,.3);
	background-size: 20%!important;
}
.qyry .swiper-button-next:hover{
	right: 1.2rem;
	background: url(../images/ar_2_hover.png) no-repeat center center #d6001d!important;
	box-shadow: 0 0 15px rbg(0,0,0,.3);
	background-size: 20%!important;
}
.qyry .swiper-button-prev{
	right: 1.2rem;
	background: url(../images/ar_1.png) no-repeat center center #ffffff!important;
	box-shadow: 0 0 15px rbg(0,0,0,.3);
	background-size: 20%!important;
}
.qyry .swiper-button-prev:hover{
	right: 1.2rem;
	background: url(../images/ar_1_hover.png) no-repeat center center #d6001d!important;
	box-shadow: 0 0 15px rbg(0,0,0,.3);
	background-size: 20%!important;
}
.page {
	display: block;
	text-align: center;
	margin: .2rem 0;
	overflow: hidden;
	width: 100%;
	margin-bottom: 0rem;
	margin-top: .5rem;
}

.page li {
	display: inline-block;
	cursor: pointer;
}

.page a {
	width: .52rem;
	height: .52rem;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #e4e4e4;
	line-height: .52rem;
	color: #c9c8c8;
	font-size: .2rem;
	margin: 0 .05rem;
}

.page ul li.active a {
	width: .52rem;
	height: .52rem;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #c30d23;
	background: #c30d23;
	line-height: .52rem;
	color: #ffffff;
	font-size: .2rem;
}

.page a:hover {
	width: .52rem;
	height: .52rem;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #e4e4e4;
	background: #e4e4e4;
	line-height: .52rem;
	color: #666666;
	font-size: .2rem;
}

.page ul li:first-child a,
.page ul li:last-child a {
	font-size: .16rem;
}








.foot-1 {
	display: block;
	padding: 0 2rem;
	margin-top: .6rem;
	min-height: 4.2rem;
	background: url(../images/bg04.jpg) no-repeat;
	background-size: 100% auto;
}

.foot-1 ul {
	display: block;
	float: left;
}

.foot-1 ul li {
	display: block;
	float: left;
	width: 1.3rem;
	margin-right: .9rem;
}

.foot-1 ul li h2 {
	display: block;
	float: left;
	width: 100%;
	line-height: .33rem;
	font-size: .22rem;
	padding-bottom: .1rem;
	margin-bottom: .1rem;
	border-bottom: 1px solid rgb(153, 153, 153, .2);
	font-family: 'sourcehanserif';
}

.foot-1 ul li a {
	display: block;
	float: left;
	width: 100%;
	line-height: .33rem;
	color: #777777;
	font-size: .17rem;
}

.foot-1 ul li a:hover {
	color: #d6001d;
}

.foot-1 ol {
	display: block;
	float: right;
	width: 1.25rem;
	font-size: .17rem;
	text-align: center;
}

.foot-1 ol h2 {
	display: block;
	width: 100%;
}

.foot-1 ol h2 img {
	display: block;
	width: 100%;
}

.foot-1 ol span {
	display: block;
	width: 100%;
	margin-top: .1rem;
	font-family: 'sourcehanserif';
}

/* .foot-2 {
	display: block;
	width: 100%;
	padding-top: .3rem;
	float: left;
	font-size: .17rem;
	color: rgb(255, 255, 255, .8);
	text-align: center;
	padding-bottom: .3rem;
	background: #333333;
	overflow: hidden;
} */
.foot-2 {
	display: block;
	width: 100%;
	padding-top: .3rem;
	float: left;
	font-size: .17rem;
	color: #333333;
	text-align: center;
	padding-bottom: .3rem;
	background: #ffffff;
	overflow: hidden;
}
.foot-2 a{
	color: #333333;
}

@keyframes arrow {

	%0,
	%100 {
		bottom: 10px;
		opacity: 1;
	}

	50% {
		bottom: 50px;
		opacity: .5
	}
}

@-webkit-keyframes arrow {

	%0,
	%100 {
		bottom: 10px;
		opacity: 1;
	}

	50% {
		bottom: 50px;
		opacity: .5
	}
}

.banner {
	position: relative;
}

.video-container {}

.video-container video {
	display: none;
	width: 100%;
	position: relative;
	z-index: 1;
	margin-top: .3rem;
}

.video-container a {
	display: none;
}

.video-container img {
	display: none;
}

.video-container video.active {
	display: block;
}

.video-container a.active {
	display: block;
}

.video-container img.active {
	display: block;
}

/* 可以添加更多样式来美化屏幕 */
@media only screen and (max-width: 1920px) {
	.banner .am-slider-default .am-control-nav {
		width: auto;
		left: 2.3rem;
		bottom: 0.5rem;
	}
	.a_about04 .content div.a_img01::before {
	    height: 100%;
	}
	.a_about04 .content div.a_txt label{
		padding-right: 22px;
		height: 4.2rem;
	}
	.a_about04 .content-1 div.a_img01::before {
	    height: 100%;
	}
	.a_about04 .content-1 div.a_txt label{
		padding-right: 22px;
		height: 4.2rem;
	}
	.flex-control-nav {
		position: absolute;
		bottom: 4%;
		left: 2.4rem;
		text-align: right;
	}

	.section .banner ul li h2 {
		bottom: 3.15rem;
		left: 2.35rem;
	}

	.section .banner ul li:nth-child(2) h2 {
		bottom: 1.09rem;
		left: 2.35rem;
	}

	.section .fp-slidesNav {
		left: 2.3rem !important;
		bottom: 0.5rem !important;
	}

	.news_l {
		width: 58%;
	}

	.news_r {
		width: 38%;
	}

	.news_r .content ul li {
		margin-bottom: .11rem;
	}

	.news_r .content ul li dt span {
		margin-top: .07rem;
	}

	.section-2 {
		/* min-height: 8.5rem; */
	}

	.chanpin_h .content ul li {
		margin-right: 16px;
	}

	.chanpin_h .content ul li.cur dd h2 {
		text-align: left;
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: calc(100% - 60px);
		margin: 0 30px;
	}

	.chanpin_h .content ul li.cur dd p {
		text-align: left;
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: calc(100% - 60px);
		margin: 0 30px;
		display: block;
		font-size: .16rem;
		color: #ffffff;
		margin-top: .1rem;
	}

	.chanpin_h .content ul li.cur dd em {
		text-align: left;
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: calc(100% - 60px);
		margin: 0 30px;
		text-indent: inherit;
		background: none;
	}

	.about_h dl dd {
		width: 49%;
		float: left;
		margin: .15rem 0 0 0;
	}

	.about_h dl dd p {
		text-align: justify;
	}
	.qyry .swiper-slide:nth-child(even) {
	    margin-top: 5rem;
	}
	.qyry::before{
		top: 4.5rem
	}
	.qyry .swiper-slide:nth-child(2) span img{
		display: block;
		width: auto!important;
		max-width: inherit;
		height:270px;
		border: 2px solid rgb(255,255,255,.0);
		margin-left: -55px;
	}
}

@media only screen and (max-width: 1680px) {
	.banner .am-slider-default .am-control-nav {
		width: auto;
		left: 2.05rem;
		bottom: 0.5rem;
	}
	.a_about04 .content div.a_img01::before {
	    height: 100%;
	}
	.a_about04 .content div.a_txt label{
		padding-right: 22px;
		height: 3.2rem;
	}
	.a_about04 .content-1 div.a_img01::before {
	    height: 100%;
	}
	.a_about04 .content-1 div.a_txt label{
		padding-right: 22px;
		height: 3.2rem;
	}

	.a_about03 .content{
		margin-right: 6.3rem;
	}

	.section .banner ul li h2 {
		bottom: 3.15rem;
		left: 2.55rem;
	}

	.section .banner ul li:nth-child(2) h2 {
		bottom: 1.09rem;
		left: 2.55rem;
	}

	.flex-control-nav {
		position: absolute;
		bottom: 4%;
		left: 2.57rem;
		text-align: right;
	}

	.section .fp-slidesNav {
		left: 2.5rem !important;
		bottom: 0.5rem !important;
	}

	.news_l {
		width: 58%;
	}

	.news_r {
		width: 38%;
	}

	.news_r .content ul li {
		margin-bottom: 0rem;
	}

	.section-2 {
		/* min-height: 8.5rem; */
	}

	.chanpin_h .content ul li {
		margin-right: 18px;
	}

	.chanpin_h .content ul li.cur dd h2 {
		text-align: left;
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: calc(100% - 60px);
		margin: 0 30px;
	}

	.chanpin_h .content ul li.cur dd p {
		text-align: left;
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: calc(100% - 60px);
		margin: 0 30px;
		display: block;
		font-size: .16rem;
		color: #ffffff;
		margin-top: .1rem;
	}

	.chanpin_h .content ul li.cur dd em {
		text-align: left;
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: calc(100% - 60px);
		margin: 0 30px;
		text-indent: inherit;
		background: none;
	}

	.about_h dl dd {
		width: 46%;
		float: left;
		margin: .15rem 0 0 0;
	}

	.about_h dl dd p {
		text-align: justify;
	}
}
@media only screen and (max-width: 1600px) {
	.c_cpal .content .swiper-slide .ab_c{
		display: block;
		height: 1.8rem;
	}
}
@media only screen and (max-width: 1440px) {
	.c_cpal .content .swiper-slide .ab_c{
		display: block;
		height: 1.8rem;
	}
	.qyry .swiper-slide:nth-child(2) span img{
		display: block;
		width: auto!important;
		max-width: inherit;
		height:200px;
		border: 2px solid rgb(255,255,255,.0);
		margin-left: -55px;
	}
	.banner .am-slider-default .am-control-nav {
		width: auto;
		left: 1.9rem;
		bottom: 0.5rem;
	}
	.qyry .swiper-slide:nth-child(even) {
	    margin-top: 3.8rem;
	}
	.qyry::before{
		top: 3.9rem
	}
	.content_job .job_l{
		width: 280px;
	}

	.content_job .job_r{
		margin-left: 310px;
	}

	.section .banner ul li h2 {
		bottom: 3.15rem;
		left: 1.95rem;
	}
	.a_chanpin .content ul li{
		height:3.7rem;
	}

	    .a_about03 .content {
	        margin-right: 5.3rem;
	    }

	.flex-control-nav {
		position: absolute;
		bottom: 4%;
		left: 1.96rem;
		text-align: right;
	}

	.section .banner ul li:nth-child(2) h2 {
		bottom: 1.09rem;
		left: 1.95rem;
	}

	.section .fp-slidesNav {
		left: 1.9rem !important;
		bottom: 0.5rem !important;
	}

	.section-2 {}

	.news_l {
		width: 62%;
	}

	.news_r {
		width: 34%;
	}

	.chanpin_h {
		margin-top: 1.6rem;
	}

	.news_r .content ul li {
		margin-bottom: 0rem;
	}

	.section-2 {
		/* min-height: 8.5rem; */
	}

	.about_h {
		margin-top: 2.7rem;
	}


	.chanpin_h .content ul li {
		margin-right: 20px;
	}

	.chanpin_h .content ul li.cur dd h2 {
		text-align: left;
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: calc(100% - 60px);
		margin: 0 30px;
	}

	.chanpin_h .content ul li.cur dd p {
		text-align: left;
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: calc(100% - 60px);
		margin: 0 30px;
		display: block;
		font-size: .16rem;
		color: #ffffff;
		margin-top: .1rem;
	}

	.chanpin_h .content ul li.cur dd em {
		text-align: left;
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: calc(100% - 60px);
		margin: 0 30px;
		text-indent: inherit;
		background: none;
	}

	.about_h dl dd {
		width: 5.6rem;
		float: left;
		margin: .15rem 0 0 0;
	}

	.about_h dl dd p {
		text-align: justify;
	}
}

@media only screen and (max-width: 1200px) {
	.news_r .content ul li dt {
		width: 58px;
		height: 50px;
	}

	.news_r .content ul li dt h2 {
		padding: 0.08rem 0;
	}

	.news_r .content ul li dd {
		margin-left: 1.1rem;
	}

	.arrow span {
		font-size: 12px;
	}
}

@media only screen and (max-width: 800px) {
	.fc {
		display: none;
	}
	.dh_nav{
		display: none;
	}
	.djwh_bg {
		background: url(../images/a_bg10.jpg) no-repeat left 53px #ffffff;
	}
	.section-2-1{
		min-height: 500px;
	}
	.qyry .swiper-slide:nth-child(even){
		margin-top: 0;
	}
	.qyry .swiper-slide h2{
		font-size: 16px;
	}
	.qyry {
	    margin: 0 1rem;
	}
	.qyry::before{
		display: none;
	}
	.wyrz_more {
	    width: 100px;
	    height: 32px;
		line-height: 32px;
	    background-size: 0.2rem;
	}
	.wyrz_more i {
		line-height: 32px;
		margin-left: 0.25rem;
	}
	header,
	header.on {
		height: 53px;
	}

	header h1 {
		display: flex;
		margin-top: 0.14rem;
		margin-left: .3rem;
	}

	nav {
		display: none;
	}

	.section .fp-slidesNav {
		left: 1.37rem !important;
		bottom: 0.5rem !important;
	}

	.flexslider .slides>li {
		height: 60vh;
	}

	.main {
		margin: 0 0.5rem;
	}

	.section-2 .main{
		margin: 0 0.5rem;
	}
	.a_about .title h2::before{
		left: 0;
	}
	.bannerlist h2{
		left: 0.95rem;
	}
	.banner {
		height: 60vh;
	}

	.banner ul li {
		height: 60vh;
		overflow: hidden;
	}

	.banner .am-slider-default .am-control-nav {
		width: auto;
		left: .8rem;
		bottom: 0.55rem;
	}

	.flex-control-nav {
		position: absolute;
		bottom: 4%;
		left: 1rem;
		text-align: right;
	}

	.section .banner ul li h2 {
		bottom: 4.45rem;
		left: .98rem;
		width: 82%;
	}

	.section .banner ul li:nth-child(2) h2 {
		bottom: 1.05rem;
		left: .98rem;
		width: 80%;
	}



	.banner .am-slider {
		height: 60vh;
	}

	.news_l {
		float: left;
		width: 100%;
		margin-top: .45rem;
	}

	.news_l .content dl dt h2 a,
	.news_l .content dl dd ul li {
		font-size: 15px;
	}

	.news_l .content dl dt h2 a {
		font-size: 18px;
	}

	.news_l .content dl dd ul li a {
		width: 55%;
	}

	.news_l .content dl dd ul li span.time {
		background-size: 0.22rem;
		padding-left: 0.32rem;
	}

	.news_l .content dl dt h2 {
		padding: 5px 13px;
	}

	.news_r {
		float: right;
		width: 100%;
		margin-top: 25px;
	}

	.news_r .content ul li dt {
		width: 60px;
		height: 60px;
	}

	.news_r .content ul li dt h2 {
		font-size: 18px;
	}

	.news_r .content ul li dt span {
		margin-top: 5px;
	}

	.news_r .content ul li dd {
		margin-left: 75px;
		font-size: 15px;
	}

	.chanpin_h .content ul li.cur dd p,
	.chanpin_h .content ul li.cur dd em {
		font-size: 14px;
	}

	.chanpin_h .content ul li.cur dd h2 {
		font-size: 18px;
	}

	.banner {
		position: relative;
	}

	.arrow {
		display: block;
		bottom: 15px;
	}

	.arrow span {
		display: none;
	}

	.chanpin_h {
		margin-top: 30px;
	}

	.chanpin_h .title a.more {
		width: 100px;
		height: 30px;
		background-size: 0.3rem;
	}

	.a_video {
	    margin-bottom: 0.6rem;
	}
	.a_about05 .content_news01 dl dt{
		width: 100%;
		margin: 0;
	}
	.a_about05 .content_news01 dl dd{
		width: 100%;
		margin-bottom: 35px;
	}

	.a_about05 .content_news01{
		overflow: hidden;
		margin-top: 30px;
	}

	.a_about05 .content_news02 ul li {
	    width: -webkit-calc(50% - 30px);
	    width: -moz-calc(50% - 30px);
	    width: calc(50% - 30px);
	}

	.a_about05 .content_xxgg ul li dt h2{
		padding: 0.08rem 0;
	}

	.a_chanpin .content ul li{
		width: -webkit-calc(100% - 50px);
		width: -moz-calc(100% - 50px);
		width: calc(100% - 50px);
		height: auto;
		padding: 0.2rem 10px;
		padding-bottom: 30px;
	}
	.c_cpal .content ul li {
	    width: -webkit-calc(100% - 80px);
	    width: -moz-calc(100% - 80px);
	    width: calc(100% - 80px);
	}

	.djwh_news dl dt{
		width: 100%;
		float: left;
	}
	.djwh_news dl dd{
		width: 100%;
	}
	.djwh_news{
		padding-bottom: 0;
	}

	.content_job .job_l{
		width: 100%;
		float: left;
	}
	.content_job .job_r{
		width: 100%;
		margin: 0;
		margin-top: 30px;
		float: left;
	}
	.map dl dd ul li{
		width: 100%;
		margin-bottom: 30px;
	}
	.map{
		margin-bottom: 0;
	}
	.chanpin_h .title a.more i {
		line-height: 30px;
		margin-left: 0.25rem;
	}

	.chanpin_h .content {
		margin-bottom: 15px;
		overflow: hidden;
	}

	.chanpin_h .content ul li {
		width: 100%;
		margin: 0;
		height: 145px;
		float: left;
		margin-bottom: 20px;
		overflow: hidden;
	}

	.chanpin_h .content ul li.cur {
		width: 100%;
		margin: 0;
		height: 540px;
		margin-bottom: 20px;
	}

	.chanpin_h .content ul li dt {
		height: 100%;
	}

	.chanpin_h .content ul li dd {
		display: flex;
		flex-direction: column;
	}

	.chanpin_h .content ul li.cur dd h2 {
		font-size: 16px;
	}

	.chanpin_h .content ul li dd span {}

	.chanpin_h .content ul li dd h2 {}

	.chanpin_h .content ul li dd em {
		float: left;
		font-size: 12px;
	}

	.chanpin_h .content ul li.cur dd p,
	.chanpin_h .content ul li.cur dd h2,
	.chanpin_h .content ul li.cur dd em {
		width: 90%;
		margin: 0 5%;
		margin-top: 5px;
		float: left;
	}

	.about_h {
		margin-top: 30px;
	}

	.about_h dl dt {
		width: 97%;
	}

	.about_h dl dd {
		width: 100%;
		margin-top: 20px;
		overflow: hidden;
		margin-bottom: 30px;
	}

	.about_h dl dd p {
		font-size: 13px;
		line-height: 22px;
	}

	.about_h dl dd a.more {
		width: 100px;
		height: 30px;
		background-size: 0.3rem;
	}

	.about_h dl dd a.more i {
		line-height: 30px;
		font-size: 12px;
	}
	.foot-1{
		min-height: 253px;
	}
	.foot-1 ul li {
		width: 100%;
		margin-right: 0;
	}

	.foot-1 ul li h2 {
		font-size: 15px;
		padding: 10px 0;
	}

	.foot-1 ul li a {
		font-size: 13px;
		padding: 7px 0;
		display: none;
	}

	.section-5 {
		background: none;
	}

	.section-5 .main {
		margin: 0;
	}

	.foot-1 {
		background: url(../images/bg04.jpg) no-repeat bottom;
		background-size: 210% auto;
		padding: 0 .5rem;
		width: auto;
		margin-top: 0;
		padding-top: .4rem;
	}

	.foot-2 {
		background: #ffffff;
		margin-top: 0rem;
		width: -webkit-calc(100% - 80px);
		width: -moz-calc(100% - 80px);
		width: calc(100% - 80px);
		padding: 0 40px;
		padding-top: 0.3rem;
		padding-bottom: .4rem;
	}

	.foot-1 ol span {
		font-size: 13px;
	}
	.dh_nav ul li{
		font-size: 14px;
	}
	.about_h dl dt::after {
		top: 47%;
		left: 46%;
	}
	.news_detail .content{
		font-size: 14px;
		line-height: 26px;
	}
	.news_detail .title p span{
		font-size: 14px;
	}
	.map dl dd ul li h2{
		font-size: 16px;
	}
	.map dl dd ul li p{
		line-height: 26px;
		font-size: 14px;
	}
	.djwh_bg .bannerlist h2{
		left: 1.12rem;
	}
	.a_about05 .content_xxgg ul li {
	    width: -webkit-calc(100% - 48px);
	    width: -moz-calc(100% - 48px);
	    width: calc(100% - 48px);
	}
	.a_about05 .content_xxgg ul li dd a{
		font-size: 15px;
		margin-top: 4px;
	}
	.a_about05 .content_xxgg ul li dd p{
		font-size: 13px;
		margin-top: 5px;
	}
	.a_about04 {
	    padding-bottom: 0.5rem;
	    overflow: hidden;
	}
	.a_about04 .content{
		margin-top: .4rem;
		margin-bottom: 0;
	}
	.a_about04 .content div.a_txt b{
		font-size: 18px;
	}
	.a_about04 .content div.a_txt label{
		font-size: 14px;
		padding: 0;
		height: auto;
	}
	.a_about04 .content div.a_txt{
		width: 100%;
		margin: 0;
	}
	.a_about04 .content div.a_img01{
		width: 100%;
		margin-bottom: 0;
		margin-top: .2rem;
	}
	.a_about04 .content div.a_img01::before{
		display: none;
	}
	.a_about04 .content-1{
		margin-top: .4rem;
		margin-bottom: 0;
	}
	.a_about04 .content-1 div.a_txt b{
		font-size: 18px;
	}
	.a_about04 .content-1 div.a_txt label{
		font-size: 14px;
		padding: 0;
		height: auto;
	}
	.a_about04 .content-1 div.a_txt{
		width: 100%;
		margin: 0;
	}
	.a_about04 .content-1 div.a_img01{
		width: 100%;
		margin-bottom: 0;
		margin-top: .2rem;
	}
	.a_about04 .content-1 div.a_img01::before{
		display: none;
	}
}

@media only screen and (max-width: 640px) {
	.fc {
		display: none;
	}
	.qyry {
	    margin: 0 0rem;
	}
	.wyrz_more {
	    width: 100px;
	    height: 32px;
	    line-height: 32px;
	    background-size: 0.25rem;
	}
	.djwh_bg {
		background: url(../images/a_bg10.jpg) no-repeat left 53px #ffffff;
	}
	.wyrz_more i {
	    line-height: 32px;
	    margin-left: 0.32rem;
		font-size: 12px;
	}
	.bannerlist{
		height: 3rem;
	}
	.dh_nav ul li{
		font-size: 14px;
	}
	.a_about .title h2{
		width: 100%;
	}
	.a_about .content{
		font-size: 14px;
		line-height: 30px;
	}
	.a_video::after{
		top: 38%;
	}
	.a_video {
	    margin-bottom: 0rem;
	}
	.a_about02 dl{
		margin-top: .4rem;
	}
	.a_about02 dl dd{
		margin: 0;
		float: left;
		width: 100%;
	}
	.a_about02 dl dd ul li{
		width: 50%;
		float: left;
	}
	.a_about02 dl dt{
		width: 100%;
		font-size: 14px;
		line-height: 30px;
	}
	.about_h dl dt::after {
		top: 45%;
		left: 45%;
	}

	.dh_nav {
	    height: 47px;
	}
	.dh_nav ul li,.dh_nav ul li a{
		line-height: 47px;
		height: 47px;
	}

	.a_about03 .content{
		width: 100%;
		margin: 0;
		font-size: 14px;
		line-height: 30px;
		margin-top: 20px;
	}
	.a_about04 .content-1 p.a_img01,.a_about04 .content p.a_img01{
		width: 100%;
		float: left;
		margin: 0;
		margin-top: 0px;
	}
	.a_about04 .content-1 div.a_txt,.a_about04 .content div.a_txt{
		width: 100%;
		float: left;
		margin-top: 0;
		font-size: 14px;
		line-height: 30px;
	}
	.a_about04 .title{
		margin-bottom: .25rem;
	}
	.hzhb ul li {
	    display: block;
	    float: left;
	    width: -webkit-calc(50% - 20px);
	    width: -moz-calc(50% - 20px);
	    width: calc(50% - 20px);
	    margin: 0 10px;
	    margin-top: 20px;
	}
	.ywsq ul li input{
		padding: 10px 10px;
	}
	.ywsq ul li.if_03 span {
	    top: 10px;
	    right: 13px;
	}
	.ywsq ul li.if_05 button{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		width: auto;
		padding: 0 20px;
	}
	.c_cpal{
		margin-bottom: 20px;
	}
	.c_cpal .content .swiper-slide h2{
		font-size: 16px;
	}
	.a_chanpin .content ul li p,.c_cpal .content .swiper-slide p{
		font-size: 14px;
		line-height: 30px;
	}
	.djwh_news dl dd p,.djwh_news dl dd span,.djwh_news dl dd a.more{
		font-size: 14px;
		line-height: 24px;
	}
	.a_about05 .content_xxgg ul li {
	    width: -webkit-calc(100% - 48px);
	    width: -moz-calc(100% - 48px);
	    width: calc(100% - 48px);
		height: 78px;
	}
	.djwh_news {
	    width: -webkit-calc(100% - 20px);
	    width: -moz-calc(100% - 20px);
	    width: calc(100% - 20px);
	    background: url(../images/a_bg09.jpg) no-repeat #ffffff;
	    background-size: 100% auto;
	    padding: 10px;
	    overflow: hidden;
	}
	.djwh_bg .a_about05 .content_xxgg {
	    padding: 0 10px;
	}
	.djwh_bg .bannerlist h2{
		left: 0.9rem;
	}
	.a_about05 .content_news01 dl dd span.time,.a_about05 .content_news02 ul li dd span.time{
		font-size: 14px;
		background: url(../images/time.png) no-repeat left center;
		background-size: 0.22rem;
		padding-left: 0.32rem;
	}
	.a_about05 .content_news01 dl dd h2,.a_about05 .content_news02 ul li dd h2{
		font-size: 16px;
	}
	.a_about05 .content_news01 dl dd p,.a_about05 .content_news02 ul li dd p{
		font-size: 13px;
		line-height: 22px;
	}
	.a_about05 .content_xxgg ul li dt{
		width: 60px;
	}
	.a_about05 .content_xxgg ul li dd{
		margin-left: 75px;
	}
	.a_about05 .content_xxgg ul li dd a{
		font-size: 14px;
		line-height: 20px;
	}
	.a_about05 .content_xxgg ul li dd p{
		font-size: 12px;
		line-height: 20px;
		margin-top: 4px;
	}
	.a_about05 .content{
		font-size: 14px;
		line-height: 30px;
		margin-top: 0px;
	}

	.a_about05 .content_news01 dl dd a.more {
	    width: 1.6rem;
	    line-height: .53rem;
	    height: 0.53rem;
	}
	.a_about05 .content_news02 ul li {
	    width: -webkit-calc(100% - 30px);
	    width: -moz-calc(100% - 30px);
	    width: calc(100% - 30px);
	}
	.a_about05 .content_news02 ul li dd span.time{
		line-height: 22px;
	}
	.content_job .job_r .job_r_content ul li dt h2{
		font-size: 16px;
	}
	.content_job .job_r .job_r_content ul li dd h2,.content_job .job_r .job_r_content ul li dt span{
		font-size: 14px;
	}
	.content_job .job_r .job_r_content ul li dd p{
		font-size: 14px;
		line-height: 22px;
	}
	.content_job .job_r .job_r_content ul li dt span::before {
	    height: 0.2rem;
	    top: 0.1rem;
	}
	.content_job .job_r .job_r_content ul li dd h2::before{
		height: 0.25rem;
	}
	.content_job .job_r .job_r_content ul li dd a.em{
		height: 35px;
		line-height: 35px;
		font-size: 13px;
	}
	.content_job .job_l .job_01 .job_content h2{
		font-size: 15px;
	}
	.map dl dd ul li h2{
		font-size: 16px;
	}
	.map dl dd ul li p{
		line-height: 26px;
		font-size: 14px;
	}
	.map dl dd ul li:last-child{
		width: 100%;
	}
	.news_detail .content{
		font-size: 14px;
		line-height: 26px;
	}
	.news_detail .title p span{
		font-size: 14px;
	}
	.a_about05{
		margin-bottom: 0;
	}
	header,
	header.on {
		height: 53px;
	}

	header h1 {
		display: flex;
		margin-left: .3rem;
		margin-top: 0.22rem;
	}

	nav {
		display: none;
	}

	.banner .am-slider-default .am-control-nav {
		width: auto;
		left: .6rem;
		bottom: 0.55rem;
	}

	.section .banner ul li h2 {
		bottom: 3.7rem;
		left: .68rem;
		width: auto;
		right: .68rem;
		font-size: .32rem;
		text-align: justify;
	}

	.section .banner ul li:nth-child(2) h2 {
		bottom: .95rem;
		left: .68rem;
		width: auto;
		right: .68rem;
		font-size: .32rem;
		text-align: justify;
	}

	.am-modal-dialog {
		width: 80% !important;
		margin: 0 10%;
	}

	.section .fp-slidesNav {
		left: 0.84rem !important;
		bottom: 0.25rem !important;
	}

	.main {
		margin: 0 0.5rem;
	}

	.news_l {
		float: left;
		width: 100%;
		margin-top: .45rem;
	}

	.news_l .content dl dt h2 a,
	.news_l .content dl dd ul li {
		font-size: 14px;
	}

	.news_l .content dl dd ul li a {
		width: 55%;
	}

	.news_l .content dl dd ul li span.time {
		background-size: 0.22rem;
		padding-left: 0.32rem;
	}

	.news_l .content dl dt h2 {
		padding: 5px 13px;
	}

	.news_r {
		float: right;
		width: 100%;
		margin-top: 25px;
	}

	.news_r .content ul li dt {
		width: 60px;
		height: 60px;
	}

	.news_r .content ul li dt h2 {
		font-size: 18px;
	}

	.news_r .content ul li dt span {
		margin-top: 5px;
	}

	.news_r .content ul li dd {
		margin-left: 75px;
		font-size: 14px;
	}

	.banner {
		position: relative;
	}

	.arrow {
		display: block;
		height: 20px;
		bottom: 15px;
	}

	.arrow span {
		display: none;
	}

	.section-2 {
		padding-bottom: 30px;
	}

	.chanpin_h {
		margin-top: 30px;
	}

	.chanpin_h .title a.more {
		width: 90px;
		height: 30px;
		background-size: 0.3rem;
	}

	.chanpin_h .title a.more i {
		line-height: 30px;
		margin-left: 0.15rem;
	}

	.chanpin_h .content {
		margin-bottom: 15px;
		overflow: hidden;
	}

	.chanpin_h .content ul li {
		width: 100%;
		margin: 0;
		height: 125px;
		float: left;
		margin-bottom: 20px;
		overflow: hidden;
	}

	.chanpin_h .content ul li.cur {
		width: 100%;
		margin: 0;
		height: 240px;
		margin-bottom: 20px;
	}

	.chanpin_h .content ul li dd {
		display: flex;
		flex-direction: column;
	}

	.chanpin_h .content ul li.cur dd h2 {
		font-size: 16px;
	}

	.chanpin_h .content ul li dd span {}

	.chanpin_h .content ul li dd h2 {}

	.chanpin_h .content ul li dd em {
		float: left;
		font-size: 12px;
	}

	.chanpin_h .content ul li.cur dd p,
	.chanpin_h .content ul li.cur dd h2,
	.chanpin_h .content ul li.cur dd em {
		width: 90%;
		margin: 0 5%;
		margin-top: 5px;
		float: left;
	}

	.about_h {
		margin-top: 30px;
	}

	.about_h dl dt {
		width: 95%;
	}

	.about_h dl dd {
		width: 100%;
		margin-top: 20px;
		overflow: hidden;
		margin-bottom: 30px;
	}

	.about_h dl dd p {
		font-size: 13px;
		line-height: 22px;
	}

	.about_h dl dd a.more {
		width: 90px;
		height: 30px;
		background-size: 0.3rem;
	}

	.about_h dl dd a.more i {
		line-height: 30px;
		font-size: 12px;
	}

	.foot-1 ul li {
		width: 100%;
		margin-right: 0;
	}

	.foot-1 ul li h2 {
		font-size: 15px;
		padding: 10px 0;
	}

	.foot-1 ul li a {
		font-size: 13px;
		padding: 7px 0;
		display: none;
	}

	.section-5 {
		background: none;
	}

	.section-5 .main {
		margin: 0;
	}

	.foot-1 {
		background: url(../images/bg04.jpg) no-repeat bottom;
		background-size: 210% auto;
		padding: 0 .5rem;
		width: auto;
		margin-top: 0;
		padding-top: .4rem;
	}

	.foot-2 {
		background: #ffffff;
		margin-top: 0rem;
		width: -webkit-calc(100% - 80px);
		width: -moz-calc(100% - 80px);
		width: calc(100% - 80px);
		padding: 0 40px;
		padding-top: 0.3rem;
		padding-bottom: .4rem;
	}

	.foot-1 ol span {
		font-size: 13px;
	}

	.flex-control-nav {
		position: absolute;
		bottom: 4%;
		left: .7rem;
		text-align: right;
	}
}

@media only screen and (max-width: 390px) {
	.news_l .content dl dd ul li a {
		width: 51%;
	}
	.djwh_bg {
		background: url(../images/a_bg10.jpg) no-repeat left 53px #ffffff;
	}
}

@media only screen and (max-width: 375px) {

	header,
	header.on {
		height: 45px;
	}

	header h1 {
		display: flex;
		margin-left: 0.3rem;
		margin-top: 0.18rem;
	}
	.djwh_bg {
		background: url(../images/a_bg10.jpg) no-repeat left 45px #ffffff;
	}
}
