@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: flex;
	height: 100%;
	top: 0;
	right: 0;
	flex-direction: column;
	justify-content: space-between;
	z-index: 100;
	opacity: 0;
	transition: all 0.5s ease 0s;
}
.fc.active{
	opacity: 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;
}
.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);
}

header h1 {
	display: flex;
	float: left;
	margin-top: .2rem;
	margin-left: .57rem;
}

header h1 img.img1 {
	display: inline-block;
	width: 2.2rem;
}

header h1 img.img2 {
	display: inline-block;
	width: 2.2rem;
	display: none;
}

header.on {
	z-index: 77;
	width: 100%;
	margin: 0 auto;
	height: 1rem;
	position: fixed;
	top: 0;
	transition: all 0.5s ease 0s;
	background: rgb(255, 255, 255, .95);
	border-bottom: 1px solid rgb(255, 255, 255, .2);
}

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: #ffffff;
	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);
}

.section-wrap .section-1 {}

.section-2 {
	background: url(../images/bg01.jpg);
	background-size: cover;
	/* min-height: 8.5rem; */
}

.section-3 {
	background: url(../images/bg02.jpg);
	background-size: cover;
	/* min-height: 8.5rem; */
}

#fullPage .section-2.active .news_r .title {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-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-2.active .news_r .content {
	-webkit-animation-duration: 1.2s;
	-moz-animation-duration: 1.2s;
	-o-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-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-2.active .news_l .title {
	-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 .news_l .content dl dt {
	-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-2.active .news_l .content dl dd {
	-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 .chanpin_h .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;
	margin-left: 0px;
	width: -webkit-calc(17% - 10px);
	width: -moz-calc(17% - 10px);
	width: calc(17% - 10px);
}

#fullPage .section-3.active .chanpin_h .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 .chanpin_h .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 .chanpin_h .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;
	width: -webkit-calc(17% - 10px);
	width: -moz-calc(17% - 10px);
	width: calc(17% - 10px);
}
#fullPage .section-3.active .chanpin_h .content ul li:nth-child(1).cur {
	width: -webkit-calc(49% - 10px);
	width: -moz-calc(49% - 10px);
	width: calc(49% - 10px);
}
#fullPage .section-3.active .chanpin_h .content ul li:nth-child(2).cur {
	width: -webkit-calc(49% - 20px);
	width: -moz-calc(49% - 20px);
	width: calc(49% - 20px);
}
#fullPage .section-3.active .chanpin_h .content ul li:nth-child(3).cur {
	width: -webkit-calc(49% - 20px);
	width: -moz-calc(49% - 20px);
	width: calc(49% - 20px);
}
#fullPage .section-3.active .chanpin_h .content ul li:nth-child(4).cur {
	width: -webkit-calc(49% - 10px);
	width: -moz-calc(49% - 10px);
	width: calc(49% - 10px);
}
#fullPage .section-4.active .about_h dl dt {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-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 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-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/bg03.jpg);
	background-size: cover;
	/* min-height: 8.5rem; */
}

.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
}

.arrow {
	opacity: 1;
	/* animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
	-webkit-animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite; */
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -.55rem;
	width: 1.2rem;
	line-height: 25px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
	z-index: 333;
}

.arrow img {
	height: 100%;
	display: inline-block;
}

.arrow span {
	display: block;
	width: 100%;
	font-size: 14px;
	opacity: .7;
}

.arrow:hover {
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
}

.flexslider {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

.flexslider .slides>li {
	display: none;
	position: relative;
	height: 100vh;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you

 * include js that eliminates this class on page load */

.no-js .slides>li:first-child {
	display: block;
}

/* FlexSlider Default Theme

*********************************/

.flexslider {
	border: 0px solid #fff;
	position: relative;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	zoom: 1;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides>li {
	position: relative;
}

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */

.flex-container {
	zoom: 1;
	position: relative;
}

/* Caption style */

/* IE rgba() hack */

.flex-caption {
	background: none;
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
	zoom: 1;
}

.flex-caption {
	width: 96%;
	padding: 2%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .3);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	font-size: 14px;
	line-height: 18px;
}

/* Direction Nav */

.flex-direction-nav li a {
	width: 22px;
	height: 41px;
	margin: 0px 0 0;
	display: block;
	position: absolute;
	top: 43%;
	text-indent: -9999px;
	cursor: pointer;
}

.flex-direction-nav li a.next {
	background-position: -22px 0px;
	right: 100px;
}

.flex-direction-nav li a.prev {
	background-position: 0 0;
	left: 100px;
}

.flex-direction-nav li a.disabled {
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default;
}

/* Control Nav */

.flex-control-nav {
	position: absolute;
	bottom: 4%;
	left: 13%;
	text-align: right;
}

.flex-control-nav li {
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-nav li:first-child {
	margin: 0;
}

.flex-control-nav li a {
	height: 2px;
	width: 40px;
	background: #fff;
	text-align: center;
	display: block;
	font-size: 12px;
	filter: alpha(opacity=66);
	-moz-opacity: 0.66;
	-khtml-opacity: 0.66;
	opacity: 1;
	margin-right: 8px;
	text-indent: -9999em;
	color: #333;
	cursor: pointer;
}

.flex-control-nav li a:hover {}

.flex-control-nav li a.active {
	cursor: default;
	height: 2px;
	width: 40px;
	color: #fff;
	margin-right: 8px;
	background: #d6001d;
}

.section .fp-slidesNav {
	left: 1.9rem !important;
	bottom: 0.5rem !important;
}

.section .fp-slidesNav ul li {
	height: 2px;
	width: 40px;
	cursor: pointer;
}

.section .fp-slidesNav ul li a {
	height: 2px;
	width: 40px;
	text-align: center;
	font-size: 12px;
	filter: alpha(opacity=66);
	-moz-opacity: 0.66;
	-khtml-opacity: 0.66;
	opacity: 1;
	display: block;
	margin-right: 8px;
	text-indent: -9999em;
	color: #333;
	cursor: pointer;
	background: #fff;
}

.section .fp-slidesNav ul li a.active {
	height: 2px;
	width: 40px;
	text-align: center;
	font-size: 12px;
	filter: alpha(opacity=66);
	-moz-opacity: 0.66;
	-khtml-opacity: 0.66;
	opacity: 1;
	display: block;
	margin-right: 8px;
	text-indent: -9999em;
	color: #333;
	cursor: pointer;
	background: #d6001d;
}

.section .fp-slidesNav ul li a span {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
}

.section .fp-slidesNav ul li a.active span {}

.textlist .flex-control-nav {
	display: none;
}

.textlist .flex-direction-nav {
	margin-top: 430px;
}

.textlist .flex-direction-nav li a.prev {
	background: url(../images/p-l01.png) no-repeat center center;
	left: 42%;
}

.textlist .flex-direction-nav li a:hover.prev {
	background: url(../images/p-l02.png) no-repeat center center #0077b5;
	border: 1px solid #0077b5;
}

.textlist .flex-direction-nav li a {
	height: 27px;
	width: 80px;
	display: inline-block;
	border: 1px solid #0077b5;
	margin: 0 5px;
}

.textlist .flex-direction-nav li a.next {
	background: url(../images/p-r01.png) no-repeat center center;
	right: 42%;
}

.textlist .flex-direction-nav li a:hover.next {
	background: url(../images/p-r02.png) no-repeat center center #0077b5;
	border: 1px solid #0077b5;
}

.slides_title {
	position: absolute;
	color: #fff;
	width: 55%;
	bottom: 12%;
	left: 13%;
}

.slides_title h1 {
	width: 100%;
	float: left;
	color: #fff;
	text-align: left;
	margin: 0 0;
	margin-top: 9%;
	font-size: .4rem;
	font-family: "微软雅黑";
	font-weight: ;
}

.slides_title h2 {
	width: 100%;
	float: left;
	color: #fff;
	text-align: left;
	margin: 0 0;
	margin-top: .12rem;
	font-size: .4rem;
	font-family: "微软雅黑";
	font-weight: ;
}

.swiper-slide div.slides_title {
	transform: translateY(-200px);
	opacity: 0;
	transition: all .4s;
}

.ani-slide div.slides_title {
	transform: translateX(0);
	opacity: 1;
}

.banner .am-slider-default .am-control-nav {
	width: auto;
	left: 1.9rem;
	bottom: 0.5rem;
}

.banner {
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.banner .am-slider {
	height: 100vh;
}

.banner ul li {
	height: 100vh;
	overflow: hidden;
}

.banner .am-slider-default .am-control-nav li a {
	height: 2px;
	width: 40px;
	background: #fff;
}

.banner .am-slider-default .am-control-nav li a.am-active {
	background-color: #d6001d;
	cursor: default;
}

.main {
	margin: 0 2rem;
	overflow: hidden;
}

.news_l {
	float: left;
	width: 62%;
	margin-top: 1.4rem;
}

.news_l .title {
	display: block;
	width: 100%;
	position: relative;
}

.news_l .title h2 {
	font-size: .36rem;
	color: #111111;
	font-family: 'sourcehanserif';
}

.news_l .title span {
	font-size: .18rem;
	display: block;
	color: #999999;
	font-family: 'sourcehanserif';
}

.news_l .title a.more {
	font-size: .16rem;
	display: block;
	color: #999999;
	float: right;
	position: absolute;
	right: 0;
	top: .4rem;
	font-family: 'sourcehanserif';
}

.news_l .content {
	display: block;
	width: 100%;
	margin-top: .3rem;
}

.news_l .content dl {
	display: block;
	width: 100%;
}

.news_l .content dl dt {
	display: block;
	width: 100%;
	position: relative;
}

.news_l .content dl dt img {
	display: block;
	width: 100%;
}

.news_l .content dl dt h2 {
	display: block;
	position: absolute;
	left: 0;
	padding: 0 .25rem;
	bottom: 0;
	height: .65rem;
	line-height: .65rem;
	font-size: .22rem;
	color: #ffffff;
}

.news_l .content dl dt:before {
	content: '';
	opacity: .8;
	background-image: -webkit-linear-gradient(top, transparent 0%, #000000 50%);
	background-image: linear-gradient(-180deg, transparent 0%, #000000 100%);
	position: absolute;
	display: block;
	left: 0;
	height: 25%;
	bottom: 0;
	right: 0;
	-webkit-transform: translate3d(0, 0, 0);
}

.news_l .content dl dt h2 a {
	color: #ffffff;
	font-size: .22rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news_l .content dl dd {
	display: block;
	width: 100%;
	position: relative;
	margin-top: .17rem;
}

.news_l .content dl dd ul {
	display: block;
	width: 100%;
}

.news_l .content dl dd ul li {
	display: block;
	width: 100%;
	position: relative;
	padding: .11rem 0;
	font-size: .18rem;
	overflow: hidden;
}

.news_l .content dl dd ul li a {
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	float: left;
	width: 68%;
}

.news_l .content dl dd ul li span.t2 {
	color: #d6001d;
	margin-right: .1rem;
	float: left;
}

.news_l .content dl dd ul li span.time {
	float: right;
	color: #999999;
	background: url(../images/time.png) no-repeat left center;
	background-size: .16rem;
	padding-left: .22rem;
}

.news_l .content dl dd ul li:hover a {
	color: #d6001d;
}

.news_r {
	float: right;
	width: 34%;
	margin-top: 1.4rem;
}

.news_r .title {
	display: block;
	width: 100%;
	position: relative;
}

.news_r .title h2 {
	font-size: .36rem;
	color: #111111;
	font-family: 'sourcehanserif';
}

.news_r .title span {
	font-size: .18rem;
	display: block;
	color: #999999;
	font-family: 'sourcehanserif';
}

.news_r .title a.more {
	font-size: .16rem;
	display: block;
	color: #999999;
	float: right;
	position: absolute;
	right: 0;
	top: .4rem;
	font-family: 'sourcehanserif';
}

.news_r .content {
	display: block;
	width: 100%;
	margin-top: .1rem;
}

.news_r .content ul {
	display: block;
	width: 100%;
}

.news_r .content ul li {
	width: 100%;
	float: left;
	position: relative;
	margin-top: .2rem;
}

.news_r .content ul li dt {
	width: .77rem;
	height: .77rem;
	background: #d6001d;
	text-align: center;
	float: left;
}

.news_r .content ul li dt h2 {
	display: block;
	width: 80%;
	margin: 0 10%;
	color: #ffffff;
	font-size: .22rem;
	border-bottom: 1px solid rgb(255, 255, 255, .3);
	padding: .09rem 0;
}

.news_r .content ul li dt span {
	display: block;
	width: 80%;
	margin: 0 10%;
	color: #ffffff;
	font-size: .15rem;
	margin-top: .04rem;
}

.news_r .content ul li dd {
	position: absolute;
	top: .1rem;
	margin-left: .97rem;
	font-size: .18rem;
	text-align: justify;
}

.news_r .content ul li dd a {
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news_r .content ul li:hover dd a {
	color: #d6001d;
}

.chanpin_h {
	float: left;
	width: 100%;
	margin-top: 2rem;
}

.chanpin_h .title {
	display: block;
	width: 100%;
	position: relative;
}

.chanpin_h .title::before {
	content: "";
	position: absolute;
	left: 0;
	top: .08rem;
	width: 3px;
	height: .65rem;
	background: #d6001d;
}

.chanpin_h .title h2 {
	font-size: .36rem;
	color: #111111;
	margin-left: .2rem;
	font-family: 'sourcehanserif';
}

.chanpin_h .title span {
	font-size: .18rem;
	display: block;
	color: #999999;
	margin-left: .2rem;
	font-family: 'sourcehanserif';
}

.chanpin_h .title a.more {
	font-size: .16rem;
	display: block;
	color: #d6001d;
	float: right;
	position: absolute;
	right: 0;
	top: .15rem;
	width: 1.4rem;
	line-height: .43rem;
	height: .43rem;
	border-radius: 40px;
	border: 1px solid #d6001d;
	background: url(../images/more01.png) no-repeat 90% center;
	background-size: .23rem;
	font-family: 'sourcehanserif';
}

.chanpin_h .title 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';
}

.chanpin_h .title a.more i {
	font-style: normal;
	margin-left: .22rem;
}

.chanpin_h .title a:hover.more i {
	font-style: normal;
	margin-left: .52rem;
}

.chanpin_h .content {
	display: block;
	width: 100%;
	margin-top: .3rem;
}

.chanpin_h .content ul {
	display: block;
	width: 100%;
}

.chanpin_h .content ul li {
	display: block;
	float: left;
	width: -webkit-calc(17% - 20px);
	width: -moz-calc(17% - 20px);
	width: calc(17% - 20px);
	margin-right: 10px;
	position: relative;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	cursor: pointer;
	margin-left: 10px;
}

.chanpin_h .content ul li:last-child {
	margin-right: 0rem !important;
}

.chanpin_h .content ul li dt {
	display: block;
	width: 100%;
	min-height: 4.8rem;
}

.chanpin_h .content ul li dt img {
	display: block;
	width: 100%;
}

.chanpin_h .content ul li dd {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
}

.chanpin_h .content ul li dd span {
	display: block;
}

.chanpin_h .content ul li dd span img {
	display: inline-block;
	height: .5rem;
}

.chanpin_h .content ul li dd h2 {
	display: block;
	margin-top: .25rem;
	font-size: .26rem;
	display: block;
	color: #ffffff;
	font-family: 'sourcehanserif';
}

.chanpin_h .content ul li dd h2 a {
	color: #ffffff;
}

.chanpin_h .content ul li dd em {
	color: #ffffff;
	padding: .1rem 0;
	display: block;
	font-style: normal;
	padding-bottom: .3rem;
	text-indent: -999999rem;
	background: url(../images/row.png) no-repeat center center;
	background-size: .2rem;
}

.chanpin_h .content ul li dd em a {
	color: #ffffff;
}

.chanpin_h .content ul li dd p {
	display: none;
	padding: .1rem 0;
}

.chanpin_h .content ul li.cur {
	display: block;
	float: left;
	width: -webkit-calc(49% - 10px);
	width: -moz-calc(49% - 10px);
	width: calc(49% - 10px);
	margin-right: 10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}

.chanpin_h .content ul li.cur dd span {
	text-align: left;
	width: 80%;
	margin: 0 10%;
	display: none;
}

.chanpin_h .content ul li.cur dd h2 {
	text-align: left;
	width: 80%;
	margin: 0 10%;
}

.chanpin_h .content ul li.cur dd p {
	text-align: left;
	width: 80%;
	margin: 0 10%;
	display: block;
	font-size: .16rem;
	color: #ffffff;
	margin-top: .1rem;
}

.chanpin_h .content ul li.cur dd em {
	text-align: left;
	width: 80%;
	margin: 0 10%;
	text-indent: inherit;
	background: none;
}

.chanpin_h .content ul li.cur dd em a {
	text-decoration: underline;
}

.chanpin_h .content ul li.cur dd::before {
	content: "";
	width: 1.22rem;
	height: .95rem;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/bg05.png) no-repeat right;
	background-size: 100%;
}

.about_h {
	float: left;
	width: 100%;
	margin-top: 3.2rem;
}

.about_h dl {
	width: 100%;
}

.about_h dl dt {
	width: 5.3rem;
	float: right;
	position: relative;
}

.about_h dl dt img {
	width: 100%;
	position: relative;
	z-index: 1;
	margin-top: .3rem;
}

.about_h dl dt::before {
	content: "";
	width: 5.3rem;
	height: 3.3rem;
	background: #d6001d;
	top: 0;
	left: -.3rem;
	position: absolute;
	z-index: 0;
}

.about_h dl dt a::after {
	content: "";
	width: .7rem;
	height: .7rem;
	top: 43%;
	left: 43%;
	position: absolute;
	z-index: 3;
}

.about_h dl dd {
	width: 5.6rem;
	float: left;
	margin: .15rem 0 0 0;
}

.about_h dl dd h2 {
	width: 100%;
	display: block;
	font-size: .36rem;
	color: #111111;
	font-family: 'sourcehanserif';
}

.about_h dl dd h2 span {
	font-size: .18rem;
	color: #999999;
	font-weight: normal;
}

.about_h dl dd p {
	width: 100%;
	display: block;
	font-size: .17rem;
	color: #666666;
	line-height: .3rem;
	margin-top: .2rem;
}

.about_h dl dd a.more {
	width: 1.4rem;
	display: block;
	font-size: .16rem;
	color: #d6001d;
	line-height: .42rem;
	height: .43rem;
	border-radius: 40px;
	border: 1px solid #d6001d;
	background: url(../images/more01.png) no-repeat 90% center;
	background-size: .23rem;
	margin-top: .3rem;
	font-family: 'sourcehanserif';
}

.about_h dl dd a:hover.more {
	border: 1px solid #d6001d;
	background: url(../images/more.png) no-repeat 10% center #d50414;
	background-size: 0.23rem;
	font-family: 'sourcehanserif';
	color: #ffffff;
}

.about_h dl dd a.more i {
	font-style: normal;
	margin-left: .22rem;
}

.about_h dl dd a:hover.more i {
	font-style: normal;
	margin-left: 0.52rem;
}

.section-5 .main {
	margin: 0;
}

.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: #333333;
	text-align: center;
	padding-bottom: .3rem;
	background: #ffffff;
}

@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;
	}
	.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: 10px;
	}

	.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;
	}
}

@media only screen and (max-width: 1680px) {
	.banner .am-slider-default .am-control-nav {
		width: auto;
		left: 2.05rem;
		bottom: 0.5rem;
	}
	.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: 10px;
	}

	.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: 1440px) {
	.banner .am-slider-default .am-control-nav {
		width: auto;
		left: 1.9rem;
		bottom: 0.5rem;
	}
	.section .banner ul li h2{
		bottom: 3.15rem;
		left: 1.95rem;
	}
	
	.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: 10px;
	}

	.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;
	}

	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;
	}
	
	.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;
	}

	.section-2 {
		padding-bottom: 30px;
	}

	.chanpin_h {
		margin-top: 30px;
	}

	.chanpin_h .title a.more {
		width: 100px;
		height: 30px;
		background-size: 0.3rem;
	}

	.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 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;
	}

	.about_h dl dt::after {
		top: 47%;
		left: 46%;
	}
}

@media only screen and (max-width: 640px) {
	.fc {
		display: none;
	}

	.about_h dl dt::after {
		top: 45%;
		left: 45%;
	}

	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: 50%;
	}

	.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: 43%;
	}
}

@media only screen and (max-width: 375px) {

	header,
	header.on {
		height: 45px;
	}

	header h1 {
		display: flex;
		margin-left: 0.3rem;
		margin-top: 0.18rem;
	}
}
