﻿.section1 .swiper-slide {
	position: relative;
}

/* //WM */

.section1 .swiper-slide div {
	position: absolute;
	left: 13%;
	top: 40%;
}
.section1 .swiper-container{
	/* height: 100% */
}
.section1 h2 {
	font-size: 40px;
	color: #fff;
}

.section1 h2 span {
	color: #d8001e;
}

.section1 .swiper-slide img {
	width: 100%;
	height: 100%
}

@keyframes mys {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(16px);
	}
}

.section1 .fp-tableCell {
	position: relative;
}
.section6 .fp-tableCell>h1{
	color:rgba(51,51,51,.06)
}
.section5 .fp-tableCell>h1{
	color: rgba(195,195,195,.1);
}
.section7 .fp-tableCell>h1{
	color: rgba(195,195,195,.1);
}
.fp-tableCell>h1 {
	font-size: 140px;
	color: rgba(195,195,195,.06);
	position: absolute;
	left: 0;
	top: 27%;
	text-transform: uppercase;
	font-family: 'Conv_Helvetica Bold ';
	z-index:0;
}

.sb {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;
	/*top: 0;*/
	bottom: 50px;
	margin: 0 auto;
	animation: mys 1s infinite alternate;
	width: 22px;
	height: 34px;
}

.nums {
	position: absolute;
	right: 40px;
	bottom: 50px;
	z-index: 10;
}

.nums span:nth-child(1) {
	color: #d8001e;
	font-size: 18px;
}

.nums span:nth-child(2) {
	color: #c3c3c3;
	font-size: 18px;
}

.section2 .fp-tableCell>h1 {
	color: rgba(51,51,51,.06);
}

.sdtc {
	width: 39%;
	float: left;
	position: relative;
	top: 0;
	bottom: 0;
	margin: auto;
	margin-left: 13%;
	margin-top: 173px;
	transform: translateX(-300px);
	opacity: 0;
}

.number>div {
	float: left;
	width: 19%;
	margin-right: 8%;
	padding-bottom: 87px;
	border-bottom: 2px solid transparent;
}
.number>div:hover{
	border-bottom: 2px solid #d8001e;
	cursor: pointer;
	
}
.number>div:last-child {
	margin-right: 0;
}

.number>div:nth-child(1) h2{
	display: inline-block;
	
}
.number h2 {
	padding-bottom: 20px;
	/* display: inline-block; */
	color: #333333;
	font-weight: bold;
	font-size: 48px;
	font-family: '微软雅黑';
	border-bottom:1px solid #d4d4d4;
	margin-bottom: 10px
}
.number>div:hover h2,.number>div:hover sup{
	color:#d8001e
}
.number sup {
	vertical-align: top;
}

.number>div>div {
	margin-top: 50px;
}

.number h3 {
	color: rgba(51,51,51,.7);
}

.sdtc>p {
	color: #231815;
	font-size: 16px;
	margin-top: 55px;
	line-height: 30px
}
.sec2img {
	float: left;
	width:100%;
	transform: translateX(300px);
	opacity: 0;
	position: absolute;
	top: 50%;
	right:0%;
	margin-left:0%;
}

.sec2img img {
	width: 100%;
}

.section.active .sec2img {
	transform: translateX(0) translateY(-50%);;
	opacity: 1;
}

.section.active .sdtc {
	transform: translateX(0);
	opacity: 1;
}

.sec3inner {
	/* float: left; */
	width: 100%;
	height: 100%;
	position: relative;
}
.section3 .swiper-container{
	height: 100%
}
.section3 .swiper-button-next,.section3 .swiper-button-prev {
	display: none
}

.sec3inner:nth-child(3) {
	width: 33.34%;
}

.sec3inner a>img {
	width: 100%;
	height: 100%;
	object-fit:cover;
}

.section3 .nums {
	width: initial !important;
	float: none !important;
}

.sec3txt {
	position: absolute;
	bottom: -50px;
	width: 100%;
	text-align: center;
}

.sec3txt h2 {
	color: #ffffff;
	font-size: 19px;
	font-weight: bold;
	margin-top: 75px;
	margin-bottom: 10px;
}

.sec3txt span {
	color: rgba(255,255,255,.4);
	font-family: 'Conv_Helvetica Bold ';
	display: inline-block;
	margin-bottom: 50px;
	font-size: 18px;
	text-transform: uppercase;
}

.sec3txt p {
	font-size: 28px;
	color: #fff;
	margin-bottom: 30px;
	opacity: 0;line-height: 30px;height: 130px;
	font-family: 黑体;
}

.sec3txt i {
	font-size: 40px;
	color: #fff;
	opacity: 0;
}

.sec3txt img {
	opacity: 0;
}

.sec3inner:hover .sec3txt {
	bottom: 250px;
}

.sec3inner:hover img,.sec3inner:hover p,.sec3inner:hover i {
	opacity: 1;
}

.sec3inner:hover a>img {
	opacity: .2;
}

.sec3inner:hover {
	background: #864a32;
	background-image: url(../images/kuang_03.png);
	background-position: center;
	background-size: 90% 95%;
	background-repeat: no-repeat;
}

.sec3inner:nth-child(1) {
	transform: translateX(-300px);
	opacity: 0;
}

.active .sec3inner:nth-child(1) {
	transform: translateX(0);
	opacity: 1;
}

.sec3inner:nth-child(3) {
	transform: translateX(300px);
	opacity: 0;
}

.active .sec3inner:nth-child(3) {
	transform: translateX(0);
	opacity: 1;
}

.xmal h2 {
	color: #333333;
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 35px;
}

.xmal h2:after {
	content: '';
	display: block;
	width: 60px;
	height: 3px;
	background: #864a32;
	margin-top: 40px;
}

.xmal p {
	color: #333333;
	width: 80%;
	margin-bottom: 64px;
	line-height: 24px
}

.xmal a {
	display: inline-block;
	width: 147px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff !important;
	background: #864a32;border-radius: 5px;
}

.xmal {
	float: left;
	width: 19.5%;
	
	transform: translateX(-200px);
	opacity: 0;
	height: 310px;
	position: absolute;
	top: 0;
	bottom:0;
	margin: auto;
	margin-left: 13%;
}

.section.active .xmal {
	transform: translateX(0);
	opacity: 1;
}

.xmalbanner {
	float: right;
	margin-right: 3%;
	width: 64.5%;
	position: relative;
	transform: translateX(200px);
	opacity: 0;z-index: 99999999999999999;
}

.xmalbanner .swiper-slide {
	margin-top: 0 !important;
	margin-bottom: 5px;
	
}
.xmalbanner .swiper-slide a{background: url(../images/kuang.png) no-repeat;background-size: 100% 100%;float: left;padding: 15px;box-sizing: border-box;position: relative;}
.section.active .xmalbanner {
	transform: translateX(0);
	opacity: 1;
}
}

.xmalbanner .swiper-slide {
	position: relative;
	text-align: center;
	margin-bottom: 22px;
}

.xmalbanner .swiper-slide img {
	width: 100%;
	  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(30%);border-radius: 6px;
}
.xmalbanner .swiper-slide:hover img{
	 -webkit-filter: grayscale(0); /* Chrome, Safari, Opera */
    filter: grayscale(0);
	}
.xmalbanner h3 {
	text-align: center;
	position: absolute;
	height: 43px;
	width: 90%;
	line-height: 43px;
	background: rgba(134, 74, 50, 0.8);
	bottom: 12px;
	color: #fff;
	left: 0;
	right: 0;
	opacity: 0;
	margin: 0 auto;
}

.xmalbanner .swiper-slide:hover h3 {
	opacity: 1;
}

.nextprev div {
	position: static;
	width: 54px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	background: #171410;
	margin-top: 0;
	display: inline-block;
	margin-right: 15px;
	opacity: 1 !important;
}

.nextprev div:hover {
	background: #864a32;
}

.nextprev i {
	color: #fff;
	font-size: 25px;
}
.section4{background: url(../images/bg1.jpg) no-repeat;background-size: 100% 100%;}
.section4 h1 {
	color: rgba(51,51,51,.06);
}

.section4 h6 {
	position: absolute;
	right: -50px;
	bottom: 120px;
	color: rgba(51,51,51,.06);
	font-size: 140px;
	font-family: 'Conv_Helvetica Bold ';
}

.section2{background:#fff url(../images/bg1.jpg) no-repeat top center; background-size:100%}
.section5 {
	background: url(../image/bj.jpg);
	background-size: 100% ;
	background-repeat: no-repeat;
	background-position: center;
}

.section5 .xmal h2,.section5 .xmal p {
	color: #fff;
}

.ysinner {
	float: right;
	margin-right: 3%;
	width: 64.5%;
	position: relative;
	z-index: 11;
}

.ysinner>div {
}

.ystxt {
	text-align: center;
	float: left;
	width: 28.6%;
	margin-right: 1.33%;
	height: 240px;
	background: rgba(255,255,255,.1);
	/*box-sizing: border-box;*/
	border: 6px solid rgba(255,255,255,.01);
	position: relative;
	overflow: hidden;
	margin-bottom: 12px;border-radius:8px;
}

.ysinner>a:nth-child(3n+0) div {
	margin-right: 0;
}

.ystxt div:nth-child(1) {
	display: inline-block;
	width: 107px;
	height: 107px;
	line-height: 107px;
	border-radius: 50%;
	
	border:1px solid #fff;
	margin: 35px 0 20px 0;
}

.ysinner>a:last-child div:nth-child(1) {
	position: relative;
	/* background-image: url(../images/ysbac_03.png); */
	background-repeat: no-repeat;
	background-position: center;
	/* background-color: transparent */
}

.ysinner>a:last-child div h6 {
	position: absolute;
	display: inline-block;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	margin: auto;
	width: 174px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	background: #864a32;
}

.ystxt p {
	font-size: 18px;
	color: #fff;
}

.ysinners {
	height: 100%;
	width: 100%;
}
.section5 .xmal h2:after{
	background: #fff
}
.ysinners span {
	width: 75%;
	display: inline-block;
	text-align: left;
	opacity: 0;
	margin-top: 17px;
	color: #fff;
	line-height: 24px
}

.ysinners p {
	position: relative;
	padding-bottom: 18px;
}

.ysinners p:after {
	content: '';
	display: block;
	width: 21px;
	height: 2px;
	background: rgba(255,255,255,.3);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
}

.ystxt:hover p:after,.ystxt:hover span {
	opacity: 1;
}

.ystxt:hover p {
	margin-top: 45px;
}

.ysinners {
	position: absolute;
	top: 73%;
}

.ystxt:hover .ysinners {
	top: 0;
	background: #864a32;
}

.ysinners b {
	position: absolute;
	font-size: 205px;
	color: rgba(255,255,255,.1);
	right: -20px;
	bottom: -100px;
	font-family: 'Conv_Helvetica Bold ';
}



.section6 {
	background-image: url(../images/section6bac_02.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.newss h2 {
	color: #333333;
	font-size: 36px;
	margin-bottom: 60px;
	font-weight: bold;
}

.newss a {
	display: block;
	width: 184px;
	height: 40px;
	line-height: 40px;
	background: url(../images/h2bac2_03.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: #fff !important;
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
	margin-left: -20px;
}

.newss a:hover {
	background-image: url(../images/h2bac1_07.png);
}

.newss {
	float: left;
	width:18%;
	margin-top: 390px;
	background: transparent;
	margin-left: 10%;
	transform: translateX(-200px);
	opacity: 0;
}

.section.active .newss {
	transform: translateX(0);
	opacity: 1;
}

.newsbanner {
	float: left;
	width: 67%;
	position: relative;
	transform: translateX(200px);
	opacity: 0;
}

.section.active .newsbanner {
	transform: translateX(0);
	opacity: 1;
}

.time h2 {
	font-size: 30px;
	color: #efefefcc;
	font-family: '微软雅黑';
	display: inline-block;
	position: absolute;
	width: 80%;
	bottom: -2px;
	left: 0;
	right: 0;
	margin: auto;
	padding-bottom: 30px;
}

.time h2:after {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	background: #cacaca;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto
}

.newsbanner .swiper-slide {
	height: 100%;
	text-align: center;
}
.newsbanner .swiper-slide:hover .newinner img{
display: none
}
.section6 .fp-tableCell {
	height: 100%;
}
.sjban{display: none}
.time {
	height: 50%;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.section7{background: url(../image/bg8.jpg) no-repeat;background-size:cover;position: relative;}
.newinner {
	height: 50%;
	box-sizing: border-box;
	/*padding-top: 50px;*/
}

.newinner p {
	text-align: left;
	color: rgba(0,0,0,.5);
	margin: 0 auto;
	margin-top: 30px;
	line-height: 24px;
	width: 63%;
	height: 72px;
    overflow: hidden;
}
.newinner i{
	font-size: 40px;
	color: #864a32;
	opacity: 0;
	display: inline-block;
	margin-top: 50px
}
.newsbanner .swiper-slide:hover .newinner i{
	opacity: 1;
}
.newsbanner {
	height: 100%;
	background: #fff;
	cursor: pointer;
}

.newsbanner .swiper-container {
	height: 100%;
}

.newinner h4 {
	font-size: 16px;
	color: #000;
}

.newinner h6 {
	font-size: 36px;
	color: #864a32;
	/*display: none;*/
	margin-top: -15px;
	opacity: 0;
	font-family: '微软雅黑';
	position: relative;
	padding-bottom: 13px;
	/*height: 0;*/
	/*overflow: hidden;*/
}

.newinner h6:after {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #e9e9e9;
	margin-bottom: 18px;
}

.time img {
	/*display: none;*/
	position: absolute;
	bottom:100%;
	height:auto;
	left: 0;
	z-index: 10;
	width: 100%;
}

.time {
	overflow: hidden;
	position: relative;
	background: #e7e4e3;
}
.swiper-slide:nth-child(1) .time{
	overflow: hidden;
	position: relative;
	background: #e7e4e3 url(../images/newlis_04.png) no-repeat center;background-size:100% 100%;
}
.swiper-slide:nth-child(2) .time{
	overflow: hidden;
	position: relative;
	background: #e7e4e3 url(../images/newlis_05.png) no-repeat center;background-size:100% 100%;
}
.swiper-slide:nth-child(3) .time{
	overflow: hidden;
	position: relative;
	background: #e7e4e3 url(../images/newlis_03.png) no-repeat center;background-size:100% 100%;
}
.newsbanner .swiper-slide:hover .time img {
	
	bottom: 0;
	height: 100%;
    object-fit: cover;
}
.newsbanner .swiper-slide:hover{
	background: #f6f6f6
}
.newsbanner .swiper-slide:hover .newinner h6 {
	margin-top: 50px;
	opacity: 1;
	height: 59px;
}

.newsnp div {
	position: static;
	margin-top: 0;
	width: 55px;
	height: 55px;
	line-height: 55px;
	background: none;
	opacity: 1 !important;
	text-align: center;
}

.newsnp div i {
	color: #989694;
	font-size: 25px;
}

.newsnp div:hover {
	background: #864a32;
}

.newsnp div:hover i {
	color: #fff;
}

.newsnp {
	position: absolute;
	right: -100px;
	top: 50%;
}

.Tel {
	float: left;
	width: 30%;
	padding-left: 13%;
	/* background: url(../images/telbac_02.jpg); */
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 100%;
	color: #fff;
}
.telbox{height: 400px;position:absolute;top: 50%;margin-top: -200px;width:35%;}
.section7 .fp-tableCell {
	height: 100%;
}

.Tel h2 {
	font-weight: bold;
	font-size: 36px;
	margin-top:0px;
	margin-bottom:40px;
}
body{
	-webkit-font-smoothing: antialiased;
}

.Tel span {
	font-size:24px;
	font-family: '微软雅黑';
	display: inline-block;
	padding-bottom: 50px;
	position: relative;
	-webkit-font-smoothing:antialiased;
	line-height: 40px;

}

.Tel span:after {
	content: '';
	display: block;
	width: 37px;
	height: 2px;
	background: #864a32;
	margin-bottom: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.Tel p {
	width: 75%;
	margin-bottom:12px;
	position: relative;
	padding-left: 33px;
	box-sizing: border-box;
	line-height: 26px;
	color:rgba(255,255,255,.9);font-size:18px
}

.Tel p i {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0
}

.addform {
	float: left;
	width: 48.5%;
	padding-left: 8.5%;
	height: 100%;
	/* background-image: url(../images/addbac_03.png); */
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.addform form {
	margin-top:0px;
	color: rgba(255,255,255,.6);
}

.addform form div {
	border-bottom: 1px solid rgba(255,255,255,.6);
	line-height: 60px;
	width: 70%;
	margin-bottom:10px;
}

.addform input {
	outline: none;
	border: none;
	background: transparent;
	width: 60%;
	/*width:*/
	color: #fff;
}

.addform textarea {
	outline: none;
	border: none;
	background: transparent;
	width: 100%;
	height:60px;
	color: #fff;
}

.addform button {
	width: 147px;
	height: 35px;
	line-height: 35px;
	background: #864a32;
	text-align: center;
	margin-top:30px;
	color: #fff;
}

.addform button i {
	display: inline-block;
	margin-left: 10px;
	font-size: 20px;
}

.addform button:hover {
	transform: scale(1.1);
}

.addform form div.ac {
	border-color: #fff;
}

.addform form div.ac span {
	color: #fff;
}

.addform form div.ac p {
	color: #fff;
}

.plogo {
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 20;
}
.sjnav{display: none;position: absolute;
    top: 65px;
    background-color: #fff;}
.sjnav a{float: left;width: 100%;text-align: center; line-height: 45px;font-size: 16px;border-bottom: 1px solid #fcfcfc;}
.logobox{display: none;}






