﻿@charset "utf-8";
*{margin: 0;
  padding: 0;
  font: inherit;
  line-height: inherit;
  vertical-align: baseline;}
 
  
body{
	font: 14px/1.7 PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Arial, sans-serif;
	overflow-x: hidden;
	color: #333;
	background:#fff;
}
h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,ol,form,span,input,a,div{ margin:0px; padding:0px; font-style:normal; border:0;}	
input, button, select { font-size:100%; box-sizing:border-box;margin:0; padding:0; vertical-align:middle; border:1px solid #ccc; outline:none;line-height:normal;  color:#666;}
img {border:0px;border:none;}
ul,li{ list-style:none;}
a {-webkit-transition:all 0.3s ease;transition:all 0.3s ease; text-decoration:none; outline:none;color:inherit;}
a:hover {outline:none}
.w1000{width:1000px;}
.w1200{width:1200px;}
.w100 { width:100%; }
.md {margin:0 auto; }
.fl {float:left;}
.rt {float:right;}
.clear {clear:both;}
ul::after {content: "."; clear: both; display: block; height: 0; overflow: hidden;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clear {clear:both;}
.bg-none {background:none;}
.pr {position: relative;}
.pa {position: absolute;}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #fff;
}

::-webkit-scrollbar-track {background-color: #fff;}

::-webkit-scrollbar-thumb {
  background-color: #301819;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
/* base CSS */



.i-ban {
  /* position: relative; */
  overflow: hidden;
  width: 100%;
  z-index: 1;
  height: 100%;
}
.i-ban ul, .i-ban li {
  width: 100%;
  height: 100%;
}
.i-ban li {
  background-size: cover !important;
  position: absolute;
  left: 100%;
  top: 0;
  overflow: hidden;
}
.i-ban li a{
  display: block;
  width: 100%;
  height: 100%;
}
.i-ban li .cent-cont {
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -149px;
  color: #fff;
  z-index: 3;
}
.i-ban li .gray-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.i-ban li .word {
  color: #fff;
  font-size: 40px;
  line-height: 68px;
}
.i-ban li .word p {
  position: relative;
  overflow: hidden;
  height: 68px;
}
.i-ban li .word p .font-sign {
  position: relative;
  display: block;
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  font-weight:300;
  text-align: right;
}
.i-ban li .word p .font2 {font-size:26px;}
.i-ban li .word p .font3 {font-size:26px;}

.i-ban li .word span.line {
  display: block;
  height: 4px;
  background-color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.i-ban li .word .font {
  display: block;
  position: relative;
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.i-ban li .link {
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 50%;
  margin-top: 50px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
    position: absolute;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    bottom: 40px;
    left: 50%;
    margin-left: -21px;
}
.i-ban li .link i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ico_16.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
}
.i-ban li .link:hover {
  border: 1px solid white;
}
.i-ban li.active .word p .font-sign {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotate(0);
  transition: all 0.5s ease 0s;
}
.i-ban li.active .link {
  opacity: 1;
  filter: alpha(opacity=1);
  transition: all 0.3s ease 0.6s;
}
.i-ban li.active .link i {
  animation: downico 1.5s ease-out infinite;
}
.i-ban .btns {
  position: absolute;
  bottom: 80px;
  right: 100px;
  z-index: 10;
  margin-right: 0px;
}
.btns .fl{
	float:left;
	} 
.i-ban .btns span {
display: inline-block;
width: 50px;
height: 6px;
margin-right: 10px;
background-color: #3a333f;
position: relative;
cursor: pointer;
z-index: 999;
}
.i-ban .btns span i {
  display: block;
  height: 100%;
  position: absolute;
  width: 0;
  background-color: #918c94;
}
.i-ban .vedio {
	object-fit: cover;
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
}
.i-ban li .fullvedio {position: absolute;color: #fff;top: 50%;left: 50%;margin-left:-100px
}
.i-ban li .fullvedio a {
display: block;
color: #fff;
width: 200px;
margin: 0 auto;
text-align: center;
height: 50px;
line-height: 50px;
font-size: 16px;
border: 1px solid #fff;
}
.i-ban li .fullvedio a:hover{
	background: #cba876;
    color: #ffffff;
    border: 1px solid #cba876;
}

@keyframes downico {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: 50%;
    opacity: 0;
  }
  65% {
    top: -50%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

.xdown {
    position: relative;
    padding-right: px;
    overflow: hidden;
}
.xdown i {
    width: 10px;
    height: 7px;
    display: block;
    position: absolute;
    right: 30px;
    top: 23px;
}
.xdown_1{
	position: absolute;
	top: 100px;
	left: 0px;
	background:#fff;
	width: 100%;
	opacity: 0;
	z-index: -99;
	height: 0;
	border-top: 1px solid #fff;
}
.xdown_1 ul{
	    border-left: 0;
}
.xdown:hover{overflow: inherit;}
.xdown:hover .xdown_1{
    opacity: 1;
    z-index: 999;
    display: block;
    height: auto;
    top: 18px;
    width: 130%;
    left: -20px;
    position: relative;
}
.batten li:hover {
	overflow: inherit;
}
.xdown_1{
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.xdown_1 span {
background: url(../images/sanjiao.png) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -12px;
	
}
.xdown_1 li {
    float: none;
    width: 100%;
    line-height: 20px;
    display: block;
    text-align: center;

}
.xdown_1 li a {
    display: block;
    color: #333;
    text-transform: none;
    padding: 8px 5px;
    border-right: 0;
    font-size: 14px;
    border-bottom: 1px solid rgba(210, 210, 210, 0.43);
}
.xdown_1 li:hover a{
    background: #cca876;
    color:#fff;
}
.batten_second .xdown:hover .xdown_1 {top:22px;}



.section1 {
	padding:50px 0px;position: relative;background: #fff;
}
.bigtitle h2 {font-size: 30px; text-align: center;}
.bigtitle .horiz {
    width: 160px;
    text-align: center;
    height: 1px;
    background: #322;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
    background-color: #cba876;
}
.bigtitle .horiz span {
    display: block;
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -5px;
    background-color: #cba876;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.section1 ul  {margin-top:40px;}
.section1 .viewall {
    margin: 0 auto;
    width: 255px;
    margin-top: 45px;
    color: #fff;
    background: #cba876;
    letter-spacing: 1px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 10px;
    transition: .5s;
    position: relative;
    text-align: center;
}    
.section1 .viewall span {
    border: 1px solid #cba876;
    display: block;
    position: absolute;
    width: 233px;
    height: 60px;
    border-radius: 10px;
    left: 10px;
    top: -10px;
    transition: .4s;
}
.section1 .viewall:hover span {    height: 100%; top: 0;}
.section1 .adorn1 {
	position: absolute;
	right:0px;
	top:0px;
}
.section1 .adorn2 {
	position: absolute;
	left:0px;
	bottom:0px;
}
.section1 .adorn1 img {width:300px;display: block;    animation: cuan 3s infinite cubic-bezier(.455,.03,.515,.955);}
.section1 .adorn2 img {width:200px;display: block;}

.section2 {padding-bottom: 70px;position: relative; background: #fff;}
.section2  .bigtitle {padding-top: 30px;}
.section2 .topbg {
	background:url(../images/bg6.png) no-repeat center;
	width:100%;
	height:350px;
}
.section2 .picScroll-left{overflow:hidden; position:relative;  margin-top:60px;}
.section2 .picScroll-left .hd{ }
.section2 .picScroll-left .hd .prev,
.picScroll-left .hd .next{ 
    display: block;
    width: 40px;
    height: 50px;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/arrow1.png) no-repeat #cca876 center;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 3;
}
.section2 .picScroll-left .hd .prev {
	background: url(../images/arrow2.png) no-repeat #cca876 center; left: 0;
}
.section2 .picScroll-left .hd .prevStop{ background-position:-60px 0; }
.section2 .picScroll-left .hd .nextStop{ background-position:-60px -50px; }
.section2 .picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.section2 .picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icocircle.gif") 0 -9px no-repeat; }
.section2 .picScroll-left .hd ul li.on{ background-position:0 0; }
.section2 .picScroll-left .bd{
	width: 1150px;
    margin: 0 auto;
}
.section2 .picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.section2 .picScroll-left .bd ul li{ 
	margin:0 8px; 
	float:left; 
	overflow:hidden; 
	text-align:center;
position: relative;z-index: 2;
}
.section2 .picScroll-left .bd ul li .pic{ text-align:center; }
.section2 .picScroll-left .bd ul li .pic img{
	border: 1px solid #cda876;
	width: 265px;
    height: 177px;
    display:block;  
    padding:2px;}
.section2 .picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.section2 .picScroll-left .bd ul li .title{
	 line-height: 24px;
    font-size: 16px;
    padding-top: 10px; 
}
.section2 .adorn3 {position: absolute;right:0px;bottom:0px;}
.section2 .adorn3 img {display: block;}

.section3 {
	padding: 50px 0px 0px;
    background: #0e0e0e;
    position: relative;
}
.section3 .fl img {display:block;width: 770px;}
.section3 .jies {
	width: 420px;
    color: #cca876;
    padding-top: 0px;
    float: none;
    position: absolute;
    right: 0;
}
.section3  .jies img {width: 80px; padding-left: 90px;}
.section3 .jies h3 {font-size: 30px; margin-bottom: 30px;}
.section3 .jies p {
	color: #ffdc9e;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}
.section3 .viewall {
    width: 255px;
    margin-top: 45px;
    color: #000;
    background: #cba876;
    letter-spacing: 1px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 10px;
    transition: .5s;
    position: relative;
    text-align: center;
} 
.section3 .viewall span {
    border: 1px solid #cba876;
    display: block;
    position: absolute;
    width: 233px;
    height: 60px;
    border-radius: 10px;
    left: 10px;
    top: -10px;
    transition: .4s;
}   
.section3 .viewall:hover span {    height: 100%; top: 0;}
.section3 .adorn4 {
	position: absolute;
	right:0px;
	top:0px;
	animation: cuan 3s infinite cubic-bezier(.455,.03,.515,.955);
}
.section3 .adorn5 {
	position: absolute;
	right:55%;
	bottom:0px;
}
.section3 .adorn4 img {width:250px;display: block;}
.section3 .adorn5 img {width: 90px;display: block;}

.section4 {padding:50px 0px;background:#fff;}
.section4 .w1200    {margin-top:40px;}
.section4 .slideTxtBox{text-align:left;float:  right;width: 700px;}
.section4 .slideTxtBox .hd{height:50px;line-height: 50px;position:relative;width: 100%;margin: 0 auto;}
.section4 .slideTxtBox .hd ul{position:absolute;left: 0;top: 0px;height: 50px;}
.section4 .slideTxtBox .hd ul li{float:left;text-align: center;height: 47px;width: 202px;padding:0 15px;cursor:pointer;border-right: 1px solid #ffffff;font-size: 16px;COLOR: #FFF;}
.section4 .slideTxtBox .hd ul li.on{
    height: 49px;
    background: #8f7349;
    margin-top: 0px;
    font-size: 17px;
    COLOR: #FFF;
    height: 51px;
}
.section4 .slideTxtBox .bd {margin-top: 30px;}    
.section4 .slideTxtBox .bd li{
    height: 24px;
    line-height: 24px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 8px;
    margin-bottom: 15px;
    transition: all .4s ease-in;
-moz-transition: all .4s ease-in;
-webkit-transition: all .4s ease-in;
-o-transition: all .4s ease-in;
}

                         
.section4 .slideTxtBox .hd .fst{border-left: 0px solid #cacaca;}
.section4 .slideTxtBox .hd .last{border-right: 0;	}
.section4 .slideTxtBox .hd ul li{ background: #cca876;}
.section4 .slideTxtBox .hd ul li.on.fst {background: #8f7349;}

.section4 .toutiao {width:450px;}
.section4 .toutiao .tup {
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.section4 .toutiao .play span {
	display: block;
    background: url(../images/news_ico2.png) no-repeat;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32.5px;
    margin-left: -32.5px;
    z-index: 2;
}
#move {    width: 800px;
    height: 500px;margin:0 auto}
.no-display {display:none}

.section4 .toutiao .more {
margin-top: 35px;
    font-size: 18px;
    background: URL(../images/arrow3.png) no-repeat 345px center;
    color: #fff;
   transition: all .4s ease-in;
-moz-transition: all .4s ease-in;
-webkit-transition: all .4s ease-in;
-o-transition: all .4s ease-in;
}
.neir:hover .more{
    background: URL(../images/arrow3.png) no-repeat 360px center;
}


.section4 .toutiao img {display:block;height:100%;}
.section4 .toutiao .neir {padding: 20px 30px; background: #cda876;    transition: all .4s ease-in;-moz-transition: all .4s ease-in;-webkit-transition: all .4s ease-in;-o-transition: all .4s ease-in;}
.section4 .toutiao  .neir:hover {    background: #cda876;}

.section4 .toutiao .neir h2 {font-size: 20px; font-weight: normal; padding-bottom: 15px;}
.section4 .xxk1 .riqi {float:right; padding-left: 30px;}
.section4 .xxk1 .riqi b {font-size:18px;}
.section4 .xxk1  .bti {
	float: left;
    font-size: 15px;
    width: 580px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section4 .xxk1  .bti span {
	font-size: 13px;
	background: #cda876;
    padding: 5px;
    margin-right: 8px;
    border-radius: 3px;
    color: #fff;
}
.section4 .slideTxtBox .bd .xxk1 li:hover {border-bottom: 1px solid #825c40;}







.footer {
    background: #f3ece1;
    padding-top: 50px;
    /* padding-bottom: 40px; */
    overflow: hidden;
    width: 100%;

}
.footer ul li {float:left; margin-right:100px;color: #fff;}
.footer ul li h3 {
	font-size: 16px;
    padding-bottom: 15px;
    color: #301819;
}
.lastli{ margin-right:0px}
.footer ul li a {
	display: block;
    color: #301819;
    padding: 2px 0;
}
.footer ul li a:hover {text-decoration: underline;}
.footer .shop {width:150px;}
.footer .shop h3 {
    background: URL(../images/ico2.png) no-repeat 28px;
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
    color: #301819;
}
.footer .shop div a{
	background:#cba876;
	border:1px solid #cba876;
	padding:5px 0px;
	width:100%;
	text-align:center;
	margin-bottom:7px;
	color:#fff;
	display:block;
}
.footer .shop div a:hover {background:#efe7de;color:#333}

.footer2 {
	/*background: #cca876;*/
	background: #2f1819;
    color: #fff;
    padding-bottom: 10px;
    padding-top: 15px;
    margin-top:40px;

}
.footer2 p {font-size: 13px;}
.footer2 .weibo a{
	background:url(../images/weibo.png) no-repeat;
	width:30px;
	height:30px;
	display:block;
}
.footer2 .weibo a:hover{background:url(../images/weibo2.png) no-repeat;}
.footer2 .weixin a{
	background:url(../images/weixin.png) no-repeat;
	width:30px;
	height:30px;
	margin-right:15px;
	display:block;
	position: relative;
}
.footer2 .weixin a:hover {background:url(../images/weixin2.png) no-repeat;}
.footer2 .weixin .code {
    position: absolute;
    background-color: #fff;
    padding: 10px;
    top: -170px;
    left: 50%;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, .2);
    z-index: 2222;
    width: 129px;
    margin-left: -76px;
    display:none;
}
.footer2 .weixin a:hover .code {display:block;}
.footer2 .weixin .code img {width: 129px;}
.footer2 .weixin .code span {
	width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #fff;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -8px;
}