@charset "UTF-8";
/**
 * @authors PMQ
 * @version 1.0
 */
body,button,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul,img{padding: 0;margin: 0;border: none;}
body{width: 100%;height: auto;font-size: 16px;font-family:"Microsoft YaHei",Verdana,Arial,Helvetica, sans-serif;overflow-x: hidden;}
a {color: #555;text-decoration: none;}
a:hover{text-decoration: none;}
li,ol,ul{list-style: none;}
h1,h2,h3,h4,h5,h6{font-weight: 400;line-height: 1.5;}
.clearfix::after{display: block;visibility: hidden;clear: both;height: 0;content: "";}
section{width: 1200px;margin: 0 auto;text-align: center;padding-top:60px;}
.container{width:100%;padding-bottom:70px;}
header img{
	margin-top: 20px;
}
header i{
	font-size: 40px;
	font-weight: 400;
	font-style: normal;
	display: block;
}
header b{
	font-size: 52px;
	display: block;
}
header .fwt{
	color: #FFFFFF;
}
header .fgd{
	color: #eccb78;
}
.fbk{
	color:#171415;
	width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 60px;
}
h1{
	font-size: 63px;
	color: #111b1d;
}
h2{
	font-size: 45px;
}
h3{
	font-size: 26px;
	color: #FFFFFF;
}
h4{
	font-size: 23px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 18px;
}
.btn{
	width: 100%;
	text-align: center;
	margin-top: 60px;
}
.btn a{
	font-size: 30px;
	font-weight: 300;
	margin: 0 auto;
	position: relative;
	border-radius: 10px;
}
.btn a:nth-child(2){
	margin-left: 150px;
}
.btn .gy{
	color: #805545;
	padding: 8px 60px 8px 30px;
	border: 2px #805545 solid; 
}
.btn .wt{
	color: #f1e3cc;
	padding: 8px 60px 8px 30px;
	border: 2px #f1e3cc solid; 
}
.btn img{
	width: 24px;
	height: 28px;
	position: absolute;
	top: 13px;
	right: 26px;
	transition: right .3s;
	-webkit-transition: right .3s;
}
.btn a:hover img{
	right: 16px;
}
.cont1,.cont3,.cont5,.cont7{
	background: url(../images/bg.jpg) repeat center top;
}
.cont2,.cont4,.cont6,.cont8{
	background-color: #805545;
}
/*banner*/
.banner{
	width: 100%;
	height: 680px;
	overflow: hidden;
	background: url(../images/banner.jpg) no-repeat center;
	background-size: cover;
	transition: margin-top 0.5s;
	-webkit-transition: margin-top 0.5s;
	position: relative;
}
.banner .bn-box{
	width: 660px;
	margin: 0 auto;
	padding-top: 80px;
	padding-left: 140px;
	position: relative;
}
.banner .bn-box .tt1{
	width: 872px;
	height: 206px;
	background: url(../images/bntt.png) no-repeat top center;
	background-position: 0 0;
	opacity: 0;
	animation: bntt1 1s ease-in-out forwards;
	-webkit-animation: bntt1 1s ease-in-out forwards;
}
@keyframes bntt1{
	from{opacity: 0;transform: translateY(-100px);-webkit-transform: translateY(-100px);}
	to{opacity: 1;transform: translateY(0);-webkit-transform: translateY(0);}
}
@-webkit-keyframes bntt1{
	from{opacity: 0;transform: translateY(-100px);-webkit-transform: translateY(-100px);}
	to{opacity: 1;transform: translateY(0);-webkit-transform: translateY(0);}
}
.banner .bn-box .bn-btn{
	display: block;
	width: 150px;
	height: 150px;
	background: url(../images/bntt.png) no-repeat top center;
	background-position: -380px -226px;
	position: absolute;
	top: 320px;
	left: 524px;
	opacity: 0;
	animation: bnbt 1s ease-in-out forwards;
	-webkit-animation: bnbt 1s ease-in-out forwards;
	animation-delay: 500ms;
}
@keyframes bnbt{
	from{opacity: 0;transform: translateY(20px) rotate(360deg);-webkit-transform: translateY(20px) rotate(360deg);}
	to{opacity: 1;transform: translateY(0) rotate(0);-webkit-transform: translateY(0) rotate(0);}
}
@-webkit-keyframes bnbt{
	from{opacity: 0;transform: translateY(20px) rotate(360deg);-webkit-transform: translateY(20px) rotate(360deg);}
	to{opacity: 1;transform: translateY(0) rotate(0);-webkit-transform: translateY(0) rotate(0);}
}
.xd-xz{
	width: 100%;
	height: 500px;
	background: url(../images/1.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
}
.xd-xz h3{
	color: #593c2e;
	padding-top: 220px;
}
.xd-xz img{
	margin-top: 16px;
	transition: transform 1s;
	-webkit-transition: transform 1s;
}
.xd-xz img:hover{
	transform: scale(1.1) rotate(-360deg);
	-webkit-transform: scale(1.1) rotate(-360deg);
}
/*1*/
.cont1 .c1-art{
	width: 100%;
	height: 840px;
	background-color: #805545;
}
.cont1 ul{
	position: relative;
	height: 280px;
	top: 45px;
} 
.cont1 ul:nth-child(2){
	margin-top:45px;
}
.cont1 ul li{
	width: 222px;
	height: 280px;
	position: absolute;
	top: 0;
	opacity: 0;
}
.btn-ti{
	display:block;
	width:100%;
	text-align:center;
	margin-top:40px;
}
.btn-ti a{
	display:inline-block;
	font-size: 22px;
    font-weight: 300;
    margin: 0 auto;
    position: relative;
    border-radius:27px;
	color: #fff;
	margin:0 4px;
    padding: 8px 30px 8px 30px;
    border: 2px #fff solid;
}
.cont1 ul:nth-child(1) li{
	background: url("../images/x1-1.png") no-repeat top center;
}
.cont1 ul:nth-child(2) li{
	background: url("../images/x1-2.png") no-repeat top center;
}
.cont1 ul li:nth-child(1){
	left: 39px;
	background-position: 0 0;
}
.cont1 ul li:nth-child(2){
	left: 339px;
	background-position: -234px 0;
	animation-delay: 300ms;
	-webkit-animation-delay: 300ms;
}
.cont1 ul li:nth-child(3){
	left: 639px;
	background-position: -472px 0;
	animation-delay: 600ms;
	-webkit-animation-delay: 600ms;
}
.cont1 ul li:nth-child(4){
	left: 939px;
	background-position: -710px 0;
	animation-delay: 900ms;
	-webkit-animation-delay: 900ms;
}

.cont1 b{
	display: block;
	text-align: center;
	font-size: 26px;
	font-weight: 400;
	color: #FFFFFF;
	padding-top: 240px;
}
.cont1 .btn{
	margin-top: 120px;
}

/*animation*/
.active1{
	animation: showTop 1s ease-in-out forwards;
	-webkit-animation: showTop 1s ease-in-out forwards;
}
@keyframes showTop{
	from{opacity: 0;transform: translate(0,100px);-webkit-transform: translate(0,100px);}
	to{opacity: 1;transform: translate(0,0);-webkit-transform: translate(0,0);}
}
/*2*/
.cont2 .c2-art{
	width: 100%;
	height: 910px;
}
.cont2 ul{
	position: relative;
	height: 355px;
} 
.cont2 ul:nth-child(2){
	margin-top:45px;
}
.cont2 ul li{
	width: 280px;
	height: 355px;
	position: absolute;
	top: 0;
	overflow: hidden;
}
.cont2 ul:nth-child(1) li{
	background: url(../images/001.png) no-repeat;
}
.cont2 ul:nth-child(2) li{
	background: url(../images/2.png) no-repeat;
}
.cont2 ul li:nth-child(1){
	left: 0px;
	background-position: 0 38px;
}
.cont2 ul li:nth-child(2){
	left: 306px;
	background-position: -306px 38px;
}
.cont2 ul li:nth-child(3){
	left: 613px;
	background-position: -613px 38px;
}
.cont2 ul li:nth-child(4){
	left: 920px;
	background-position: -920px 38px;
}
.cont2 .c2-art i{
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
} 
.cont2 .c2-art i img{
	transition: transform 1s; 
	-webkit-transition: transform 1s;
}
.cont2 .c2-art b{
	width: 100%;
	height: 89%;
	display: block;
	position: absolute;
	top: 38px;
	left: 0;
	background-color: rgba(225,225,225,0.8);
	transition: margin 1s; 
	-webkit-transition: margin 1s;
}
.cont2 .c2-art b img{
	margin-top: 104px;
}
.cont2 .c2-art ul:nth-child(1) li:hover b{
	margin-top: 318px;
}
.cont2 .c2-art ul:nth-child(1) li:hover i img{
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
.cont2 .c2-art ul:nth-child(2) li:hover b{
	margin-left: -280px;
}
.cont2 .c2-art ul:nth-child(2) li:hover i img{
	transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
}
/*3*/
.cont3{
	height: 1160px;
}
.cont3 .c3-art{
	width: 1176px;
	margin: 0 auto;
	border: 12px #805545 solid;
	background-color: #805545;
	position: relative;
}
.cont3 .c3-left{
	width: 778px;
	height: 523px;
	float: left;
}
.cont3 .c3-right{
	width: 386px;
	float: right;
}
.cont3 .c3-right img{
	margin: 40px auto 30px;
}
.cont3 .c3-right p{
	display: block;
	width: 350px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 1.6;
	color: #f1e3cc;
	text-align: left;
	margin-top: 150px;
}
.cont3 .slide{
	width: 968px;
	overflow: hidden;
	margin: 0 auto;
	border: 6px #8d6658 solid;
	background-color: #8d6658;
}
.cont3 ul{
	height: 199px;
	overflow: hidden;
}
.cont3 ul li{
	width: 336px;
	height: 199px;
	float: left;
	text-align: left;
	cursor: pointer;
}
.cont3 ul li img{
	width: 296px;
}
.cont3 .prev{
	width: 32px;
	height: 58px;
	background: url(../images/prev.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -29px;	
	left: 24px;
	cursor: pointer;
}
.cont3 .next{
	width: 32px;
	height: 58px;
	background: url(../images/next.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -29px;	
	right: 24px;
	cursor: pointer;
}

/*4*/
 
.cont4 .c4-art{
	width: 100%;
	height: 810px;
	margin-top: 60px;
	background: url(../images/bg.jpg) no-repeat center;
}
.cont4 .c4-art .c4-box{
	 width: 1200px;
	 margin: 0 auto;
	 padding-top: 56px;
}
.cont4 .item{
	height: 694px;
	overflow: hidden;
	margin-right: 14px;
	float: left;
}
.cont4 .item:nth-child(3){
	margin-right: 0;
}
.cont4 .tm1{
	width: 312px;
}
.cont4 .tm2{
	width: 314px;
}
.cont4 .tm3{
	width: 546px;
}
.cont4 .item img:nth-child(1){
	margin-bottom: 15px;
}
.cont4 .item img{
	transition:transform .6s;
	-webkit-transition:transform .6s;
}
.cont4 .item img:hover{
	transform:scale(1.08);
	-webkit-transform:scale(1.08);
}

/*5*/
.cont5 .c5-art{
	width: 100%;
}
.cont5 ul{
	position: relative;
	height: 338px;
} 
.cont5 ul li{
	width: 339px;
	height: 338px;
	position: absolute;
	top: 0;
	background: url(../images/1.png) no-repeat center;
	opacity: 0;
}
.cont5 ul li:nth-child(1){
	left: 0px;
	background-position: 0 0;
}
.cont5 ul li:nth-child(2){
	left: 430px;
	background-position: -430px 0;
	animation-delay: 300ms;
	-webkit-animation-delay: 300ms;
}
.cont5 ul li:nth-child(3){
	left: 862px;
	background-position: -862px 0;
	animation-delay: 600ms;
	-webkit-animation-delay: 600ms;
}
.cont5 .c5-img{
	width: 100%;
	height: 280px;
	margin-top: 50px;
	background-color: #FFFFFF;
}
/*6*/
.cont6 .c6-art{
	width: 1000px;
	height: 550px;
	margin: 0 auto;
	position: relative;
}
.cont6 .c6-art .otg{
	width: 100%;
	height: 440px;
	position: absolute;
	top: 60px;
	background: url(../images/otg.png) no-repeat center;
	background-size: cover;
	z-index: 2
}
.cont6 .c6-art video{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/*7*/
.cont7 header p{
	text-align: left;
	color: #474747;
	font-size: 23px;
}
.cont7 .c7-art{
	width: 100%;
}
.cont7 section span{
	color: #805545;
	font-size: 33px;
	display: block;
	text-align: left;
	margin-left: 180px;
}
.cont7 .c7-left{
	width: 600px;
	height: 320px;
	overflow: hidden;
	padding: 30px 40px 0 40px;
	border-bottom: 30px #805545 solid;
	margin-top: 20px;
	float: left;
	background-color: #805545;
}
.cont7 .c7-right{
	width: 430px;
	height: 380px;
	float: right;
	margin-top: 20px;
	background-color: #ab8a78;
}
.cont7 .thead{
	height: 80px;
	width: 100%;
	text-align: center;
} 
.cont7 em{
	display: block;
	width: 25%;
	float: left;
	font-weight: 400;
	font-style: normal;
	color: #FFFFFF;
	transition: all 0.6s;
}
.cont7 .thead em{
	font-size: 22px;
	line-height: 80px;
}
.cont7 .tbody{
	height: 240px;
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.cont7 .tbody ul{
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
}
.cont7 .tbody li{
	clear: both;
	display: block;
}
.cont7 .tbody em{
	font-size: 20px;
	line-height: 30px;
}

.cont7 .c7-right .sexst{
	text-align: right;
	padding-right: 26px;
	height: 70px;
}
.cont7 .c7-right .sexst label{
	width: 100px;
    height: 58px;
    line-height: 70px;
    font-size: 26px;
    color: #FFFFFF;
    display: block;
	float: right;
}
.cont7 .c7-right .sexst input {
    width: 21px;
    height: 21px;
    line-height: 80px;
}
.cont7 .formain{
	width: 100%;
	margin:0 auto;
}
.cont7 .formain p{
	height: 40px;
	width: 376px;
	margin: 0 auto;
	margin-bottom: 16px;
	line-height: 40px;
	position: relative;
}
.cont7 .formain b{
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 400;
	display: block;
	width: 110px;
	position: absolute;
	left: 0;
	text-align: right;
}
.cont7 .formain p input{
	height: 100%;
	width: 260px;
	font-size: 20px;
	display: block;
	position: absolute;
	top: 0px;
	right: 0;
	text-align: left;
	background-color: #FFFFFF;
}
.cont7 .formain .submit{
	width: 190px;
	height: 50px;
	line-height:50px;
	margin: 0 auto;
	margin-top: 30px;
	background-color: #805545;
	font-weight:400;
    font-size: 26px;
    color: #FFFFFF;
    text-shadow: 0 1px #000;
    border: 0;
    outline: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    text-align: center;
}
.cont8{
	padding-top:80px;
}
.cont8 .c8-art{
	padding-top:20px;
	width: 100%;
	text-align:center;
}
.cont8 .c8-art li{
	display:inline-block;
	width: 385px;
	margin-right: 15px;
}
.cont8 .c8-art li img{
	width: 100%;
}
.cont8 .c8-art ul li:nth-child(3){
	margin-right: 0
}
.cont8 li p{
	margin-top: 4px;
	background-color: #f1e3cc;
	color: #805545;
	font-size: 25px;
	line-height: 1.5;
	width: 100%;
}
/*tuijianzhuanye*/
.x-con-full {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  overflow: hidden;
}
.x-con-full .x-container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.x-con {
  width: 1200px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.x-n-lmg {
  margin-left: 0;
}
.x-n-rmg {
  margin-right: 0 !important;
}
.x-bnr {
  height: 580px;
  background: url(../images/bnr.jpg) no-repeat center center;
}

.x-con-y {
/*  background: #ffd800;*/
}.x-tjzy {
  padding: 0;
}
.x-tjzy .xc-header{
	margin: 0 auto
}
.x-tjzy .x-container {
  margin: 0px auto;
  padding: 25px 0 44px 0;
  overflow: hidden;
}
.x-tjzy .x-con-t{
	text-align: center;
	font-size: 34px;
}
.x-tjzy .x-container a {
  display: block;
  float: left;
  width: 380px;
  margin: 0 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  position: relative;
}
.x-tjzy .x-container a .x-img {
  width: 100%;
  overflow: hidden;
}
.x-tjzy .x-container a .x-img img {
  display: block;
  width: 100%;
  font-size: 0;
}
.x-tjzy .x-container a p {
  text-align: center;
   background: #f1e3cc;
  width: 100%;
  line-height: 54px;
  font-size: 22px;
  color: #333;
}
.x-tjzy .x-container a .x-flag {
  position: absolute;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: #805545;
  line-height: 53px;
  left: 10px;
  top: 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
.x-tjzy .x-swt {
  display: block;
  width: 295px;
  height: 55px;
  border-radius: 28px;
  background: #f1e3cc;
  margin: 10px auto 0 auto;
  text-align: center;
  font-size: 22px;
  line-height: 55px;
	color: #333;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.x-tjzy a:hover {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
/*
  box-shadow: 0 2px 20px #fa8835;
  -webkit-box-shadow: 0 2px 20px #fa8835;
  -moz-box-shadow: 0 2px 20px #fa8835;
*/
}
.x-tjzy .x-swt:hover{
	transform: translateX(18px);
  -webkit-transform: translateX(18px);
  -moz-transform: translateX(18px);
}
.x-tjzy .swiper-pagination {
  bottom: 0 !important;
  z-index: 55;
}
.x-tjzy .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  height: 12px;
  width: 12px;
  bottom: 0;
  top: auto;
  border-radius: 6px;
  background: #fff;
}
.x-tjzy .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
}