* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	overflow: hidden;
	font-size: 14px;
	font-family: 宋体;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-weight: 300;
	padding: 0;
	margin: 0;
}

ul,
li,
ol,
dl,
dt {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}
header .navzhhgds {
	float: right;
	width: 190px;
/*	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	color: rgba(255, 255, 255, .7);*/
	cursor: pointer;
	padding: 8px 0;
	padding-right: 30px;
	margin-top: 5px;
	font-size: 18px;
	color: #d87a09;
}
header .navzhhgds a{
	color: #d87a09;
	font-size: 18px;
	margin: 0 2%;
	font-weight: 600;
}
.midle {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
}

.intro {
	width: 960px;
	margin: 0 auto;
}

#container,
.section {
	height: 100%;
	position: relative;
}

#section0,
#section1,
#section2,
#section3 {
	color: #fff;
	/*padding-top: 80px;*/
}

#section0 {
	background: url(../images/onebg.jpg) no-repeat center;
	background-size: cover;
}

#section0 .intro {
	width: 670px;
	margin: 60px 0 0 0;
	text-align: left;
}

.section h3 {
	font-size: 54px;
	margin-bottom: 15px;
}

.section h5 {
	font-size: 32px;
}

.section .tit {
	font-size: 15px;
	opacity: .8;
	margin: 20px 0;
}

#section1 {
	background: url(../images/twobg.jpg) no-repeat center;
	background-size: cover;
}

#section1 .intro,
#section2 .intro,
#section3 .intro {
	text-align: left;
}

#section1 .inmain {
	position: relative;
}

#section1 .swiper-container {
	width: 100%;
	height: 100%;
	margin-top: 30px;
	position: static;
}

#section1 .swiper-slide {
	background: #fff;
	color: #333;
}

#section1 .swiper-slide .img {
	width: 100%;
}

#section1 .swiper-slide .img img {
	display: block;
	margin: 0;
	width: 100%;
}

#section1 .swiper-slide .info {
	padding: 15px;
}

#section1 .swiper-slide .info h2 {
	font-size: 20px;
	margin-bottom: 15px;
}

#section1 .swiper-slide .info div {
	font-size: 14px;
	color: #999;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 48px;
	line-height: 24px;
	margin-bottom: 30px;
}

#section1 .swiper-slide .info a {
	color: #333;
	background: url(../images/small.png) no-repeat right center;
	padding-right: 25px;
	text-decoration: none;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: -60px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: -60px;
}

#section1 .swiper-slide:hover {
	background: #d26146;
	color: #fff;
	cursor: pointer;
}

#section1 .swiper-slide:hover .info div {
	color: #fff;
}

#section1 .swiper-slide:hover .info a {
	color: #fff;
	background: url(../images/small_hover.png) no-repeat right center;
}

#section2 {
	background: url(../images/threebg.jpg) no-repeat center;
	background-size: cover;
}

#section2 .intro img {
	display: block;
	margin: 30px 0 0;
	max-width: 100%;
}

#section3 {
	background: url(../images/fourbg.jpg) no-repeat center;
	background-size: cover;
}

#section3 .news {
	overflow: hidden;
	padding-top: 50px;
}

#section3 .news .news_li {
	float: left;
	width: 45%;
	padding-right: 30px;
	margin-right: 5%;
}

#section3 .news .news_li .li_img {
	position: relative;
}

#section3 .news .news_li .li_img img {
	display: block;
	margin: 0;
	width: 100%;
}

#section3 .news .news_li .li_img .li_info {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	left: 0;
	top: 0;
	background: rgba(255, 113, 80, .5);
}

#section3 .news .news_li .li_img .li_info a {
	border: solid 1px #fff;
	border-radius: 30px;
	padding: 5px 20px;
}

#section3 .news .news_li:hover .li_img .li_info {
	opacity: 1;
	cursor: pointer;
}

#section3 .news .news_li p {
	padding: 15px;
	font-size: 16px;
	display: inline-block;
	border-bottom: solid 4px transparent;
}

#section3 .news .news_li:hover p {
	border-bottom: solid 4px #fff;
}

.section .home,
.section .page {
	width: 180px;
	border-bottom: solid 5px #fff;
	text-align: center;
	position: absolute;
	padding: 10px 0;
}

.section .home {
	left: 0;
	top: 29%;
}

.section .page {
	right: 0;
	bottom: 17%;
	cursor: pointer;
}

.hex {
	width: 200px;
	height: 115px;
	background: #17bc2e;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: auto 173px;
	-moz-background-size: auto 173px;
	-ms-background-size: auto 173px;
	-o-background-size: auto 173px;
	position: relative;
	float: left;
	margin: 25px 12px 52px 9px;
	text-align: center;
	zoom: 1;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.hex {
	margin-bottom: 56px;
}

.hex:nth-child(1) {
	margin-left: 118px;
}
.hex:nth-child(4) {
	background: rgba(0,0,0,0.001);
}
.hex:nth-child(4) .corner-1 {
	background: rgba(0,0,0,0.001);
}
.hex:nth-child(4) .corner-2 {
	background: rgba(0,0,0,0.001);
}
.hex:nth-child(4) .corner-1:before {
	background: rgba(0,0,0,0.001);
}
.hex:nth-child(4) .corner-2:before {
	background: rgba(0,0,0,0.001);
}
.hex:nth-child(6) {
	margin-top: 24px;
	margin-left: 118px;
}

.hex:nth-child(7) {
	margin-top: 24px;
}

.hex:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}

.hex a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 115px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 26px;
	z-index: 33;
	font-weight: 600;
	color: #fff;
}





.hex .corner-1,
.hex .corner-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	z-index: -2;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #17bc2e;
}

.hex .corner-1 {
	z-index: 2;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	transform: rotate(60deg);
	background: #17bc2e;
}

.hex .corner-2 {
	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	transform: rotate(-60deg);
	background: #17bc2e;
	z-index: 2;
}

.hex .corner-1:before,
.hex .corner-2:before {
	width: 173px;
	height: 173px;
	content: '';
	position: absolute;
	background: inherit;
	top: 0;
	left: 0;
	z-index: 1;
	background: inherit;
	background: #17bc2e;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.hex .corner-1:before {
	-webkit-transform: rotate(-60deg) translate(-87px, 0px);
	-moz-transform: rotate(-60deg) translate(-87px, 0px);
	-ms-transform: rotate(-60deg) translate(-87px, 0px);
	-o-transform: rotate(-60deg) translate(-87px, 0px);
	transform: rotate(-60deg) translate(-87px, 0px);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	background: #17bc2e;
}

.hex .corner-2:before {
	-webkit-transform: rotate(60deg) translate(-48px, -11px);
	-moz-transform: rotate(60deg) translate(-48px, -11px);
	-ms-transform: rotate(60deg) translate(-48px, -11px);
	-o-transform: rotate(60deg) translate(-48px, -11px);
	transform: rotate(60deg) translate(-48px, -11px);
	bottom: 0;
	background: #17bc2e;
}
.iueyo a img{
	width: 95%;
}
.iueyo .corner-1,
.iueyo .corner-2 {
	
	background: rgb(0,0,0,0.001);
}

.iueyo .corner-1:before,
.iueyo .corner-2:before{
	
	background: rgb(0,0,0,0.001);
}
.iueyo{
	
	background: rgb(0,0,0,0.001);
}

























header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
	z-index: 999;
	padding: 50px 30px 0;
	color: #fff;
}

header .logo {
	float: left;
}

header .nav {
	float: right;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: url(../images/menu.png) no-repeat right center;
	color: rgba(255, 255, 255, .7);
	cursor: pointer;
	padding: 8px 0;
	padding-right: 50px;
	margin-top: 5px;
}

header .nav:hover {
	color: rgba(255, 255, 255, 1);
}

#menu-nav-wrap {
	background: rgba(0, 0, 0, .5);
	color: rgba(255, 255, 255, 0.25);
	font-family: "montserrat-regular", sans-serif;
	font-size: 1.5rem;
	line-height: 1.6;
	padding: 2rem;
	height: 100%;
	width: 360px;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 9999;
	overflow-y: auto;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding-top: 10%;
}

.menu-is-open #menu-nav-wrap {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-overflow-scrolling: touch;
}

.menu-is-open .nav {
	-webkit-transform: translateX(-360px);
	-ms-transform: translateX(-360px);
	transform: translateX(-360px);
	visibility: visible;
	-webkit-overflow-scrolling: touch;
	background: url(../images/close.png) no-repeat right center;
}

#menu-nav-wrap li {
	padding: 8px 0;
}

#menu-nav-wrap li a {
	color: #fff;
	font-size: 18px;
	line-height: 36px;
}

#menu-nav-wrap li span {
	padding: 0 5px 0 30px;
	font-size: 12px;
	display: inline-block;
	margin-right: 30px;
	border-top: 5px solid transparent;
}

#menu-nav-wrap li.current a,
#menu-nav-wrap li:hover a {
	color: #ff7150;
}

#menu-nav-wrap li.current span,
#menu-nav-wrap li:hover span {
	border-color: #ff7150;
}

.navbg {
	position: fixed;
	display: none;
	z-index: 999;
	width: 100%;
	height: 100%;
}


/*
#pages {
  position: fixed;
  right: 10px;
  top: 50%;
  list-style: none;
}
#pages li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  margin: 0 5px 8px;
}
#pages li.active {
  width: 14px;
  height: 14px;
  border: 2px solid #FFFE00;
  background: none;
  margin-left: 2px;
}
*/


/*客服*/

.kefu {
	position: fixed;
	width: 50px;
	height: 150px;
	right: 0;
	top: 34%;
	z-index: 100;
	_position: absolute;
	zoom: 1;
}

.kefu ul {
	width: 50px!important;
}

.kefu ul li {
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	margin-bottom: 1px;
}

.kefu ul li .sidebox {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: #000;
	color: #fff;
	overflow: hidden;
	line-height: 50px;
}

.kefu ul li b {
	float: left;
	display: block;
	width: 50px;
	height: 45px;
	border: none;
	text-align: center;
}

.kefu ul li span {
	padding-left: 15px;
	border-left: solid 1px rgba(255, 255, 255, .3);
}

@-webkit-keyframes sectitle0 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes sectitle0 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes sec0 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes sec0 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@media (max-width: 1281px) {
	.intro {
		width: 60%;
	}
}
@media (max-width: 1000px) {
	.section .home,
	.section .page {
		display: none;
	}
	.intro,
	#section0 .intro {
		width: 59%;
	}
	.hex {
		width: 150px;
		height: 87px;
	}
	.hex:nth-child(6) {
		margin-top: 24px;
		margin-left: 94px;
	}
	.hex:nth-child(1) {
		margin-left: 91px;
	}
	.hex {
		margin-bottom: 43px;
	}
	.hex a {
		display: block;
		line-height: 87px;
	}
	#menu-nav-wrap {
		width: 280px;
	}
	.menu-is-open .nav {
		-webkit-transform: translateX(-290px);
		-ms-transform: translateX(-290px);
		transform: translateX(-290px);
		visibility: visible;
		-webkit-overflow-scrolling: touch;
	}
	.section h3 {
		font-size: 32px;
	}
	.section h5 {
		font-size: 24px;
	}
	#section1 .swiper-container {
		width: 90%;
	}
	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: -30px;
	}
	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: -30px;
	}
	#section3 .news .news_li {
		width: 48%;
		margin-right: 2%;
	}
	header {
		padding-top: 20px;
	}
}
@media (max-width: 900px) {
	.section .home,
	.section .page {
		display: none;
	}
	.intro,
	#section0 .intro {
		width: 70%;
	}
	.hex {
		width: 150px;
		height: 87px;
	}
	.hex:nth-child(6) {
		margin-top: 24px;
		margin-left: 94px;
	}
	.hex:nth-child(1) {
		margin-left: 91px;
	}
	.hex {
		margin-bottom: 43px;
	}
	.hex a {
		display: block;
		line-height: 87px;
	}
	#menu-nav-wrap {
		width: 280px;
	}
	.menu-is-open .nav {
		-webkit-transform: translateX(-290px);
		-ms-transform: translateX(-290px);
		transform: translateX(-290px);
		visibility: visible;
		-webkit-overflow-scrolling: touch;
	}
	.section h3 {
		font-size: 32px;
	}
	.section h5 {
		font-size: 24px;
	}
	#section1 .swiper-container {
		width: 90%;
	}
	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: -30px;
	}
	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: -30px;
	}
	#section3 .news .news_li {
		width: 48%;
		margin-right: 2%;
	}
	header {
		padding-top: 20px;
	}
}

@media (max-width: 680px) {
	.intro {
		width: 60%;
	}
	.hex {
		width: 150px;
		height: 87px;
	}
	.hex a {
		display: block;
		line-height: 87px;
	}
}
@media (max-width: 680px) {
	.intro, #section0 .intro {
    width: 84%;
}
}
@media (max-width: 480px) {
	#menu-nav-wrap {
		width: 200px;
		padding: 1rem;
		font-size: 1rem;
		padding-top: 20%;
	}
	header .nav {
		text-indent: -999px;
	}
	header .logo {
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	.menu-is-open .logo {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		visibility: visible;
		-webkit-overflow-scrolling: touch;
	}
	.menu-is-open .nav {
		-webkit-transform: translateX(-200px);
		-ms-transform: translateX(-200px);
		transform: translateX(-200px);
		visibility: visible;
		-webkit-overflow-scrolling: touch;
	}
	#menu-nav-wrap li {
		padding: 0;
	}
	#menu-nav-wrap li span {
		padding-left: 20px;
	}
	.intro,
	#section0 .intro {
		width: 82%;
	}
	.hex {
		width: 90px;
		height: 52px;
	}
	.hex:nth-child(1) {
		margin-left: 62px;
	}
	.hex a {
		display: block;
		line-height: 52px;
		font-size: 16px;
		font-weight: 500;
	}
	.hex:nth-child(6) {
		margin-top: 24px;
		margin-left: 64px;
	}
	.hex {
		margin-bottom: 15px;
	}
}

@media (max-width: 400px) {
	.intro, #section0 .intro {
    width: 90%;
}
}
@media (max-width: 360px) {
	.intro, #section0 .intro {
    width: 94%;
}
}