@charset "utf-8";
/* CSS Document */

.banner{
	position: relative;
	overflow: hidden;
}

.bread{
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #666666;
	border-bottom: 1px solid #eaeaea;
}

.bread a{
	color: #666666;
}

.kefang{
	padding: 56px 0 28px;
}

.kefang .title{
	position: relative;
	font-size: 24px;
	color: #3e3014;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 24px;
}

.kefang .title::after{
	content: "";
	position: absolute;
	width: 42px;
	height: 3px;
	bottom: 0;
	left: 50%;
	margin-left: -21px;
	background: #990000;
}

.kefang .desc{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	text-align: center;
	margin-bottom: 44px;
}

.kefang .list {
	margin-left: -36px;
}

.kefang .list li{
	float: left;
	width: 33.33333%;
	margin-bottom: 44px;
}

.kefang .list .inner{
	margin-left: 36px;
	-webkit-box-shadow: 0 0 12px rgba(125,125,125,.4);
	-moz-box-shadow: 0 0 12px rgba(125,125,125,.4);
	box-shadow: 0 0 12px rgba(125,125,125,.4);
}

.kefang .list .imgBox{
	position: relative;
	overflow: hidden;
}

.kefang .list .imgBox .img{
	padding-bottom: 74%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.kefang .list .content{
	font-size: ;
	height: 64px;
	line-height: 64px;
	padding: 0 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #fff;
	font-size: 14px;
	color: #333;
}

.kefang .list .imgBox .img:hover{
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.news{
	padding: 20px 0;
}

.news .list li{
	padding: 0 14px;
	border-bottom: 1px solid #ddd;
}

.news .list .inner{
	display: block;
	padding: 30px 0;
}

.news .list .inner .imgBox{
	float: left;
	width: 21%;
}

.news .list .inner .text{
	margin: 0 13.5% 0 21%;
	padding: 0 48px 0 28px;
}

.news .list .inner .text .title{
	font-size: 20px;
	color: #333333;
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.news .list .inner .text .title:hover{
	color: #988328;
}

.news .list .inner .text .desc{
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	margin-bottom: 16px;
	height: 80px;
	overflow: hidden;
}

.news .list .inner .text .date{
	font-size: 18px;
}

.news .list .inner .text .date span{
	font-size: 12px;
}

.news .list .inner .imgBox .img{
	padding-bottom: 52%;
}

.news .list .inner .btn{
	float: right;
	width: 13.5%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #666666;
	font-size: 14px;
	color: #666666;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	margin-top: 36px;
}

.news .list .inner .btn:hover{
	color: #FFFFFF;
	background: #988328;
	border-color: #988328;
}

.page{
	text-align: center;
	padding: 24px 0 36px;
}

.page a{
	display: inline-block;
	vertical-align: top;
	border: 1px solid #999;
	font-size: 14px;
	color: #999;
	height: 36px;
	line-height: 36px;
	padding: 0 14px;
	margin: 0 1px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.page a:hover,
.page a.active{
	color: #fff;
	background: #990000;
	border-color: #990000;
}

.news-detail{
	padding: 20px 0 56px;
}

.news-detail .tuijian{
	float: right;
	width: 232px;
	border-radius: 5px;
	overflow: hidden;
}

.news-detail .tuijian .title{
	font-size: 16px;
	color: #FFFFFF;
	height: 48px;
	line-height: 48px;
	background: #990000;
	padding: 0 16px;
}

.news-detail .tuijian .list{
	padding: 0 16px;
	border: 1px solid #ddd;
}

.news-detail .tuijian .list a{
	display: block;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	padding: 16px 0;
	border-bottom: 1px solid #ddd;
}

.news-detail .tuijian .list ul li:last-child a{
	border: none;
}

.news-detail-content{
	margin-right: 278px;
}

.news-detail-content .title{
	font-size: 30px;
	line-height: 1.2;
	color: #333;
	padding: 12px 0 16px;
}

.news-detail-content .msg{
	font-size: 14px;
	color: #2a2a2a;
	margin-bottom: 24px;
}

.news-detail-content .msg span{
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 16px;
	height: 24px;
	line-height: 24px;
}

.news-detail-content .msg span.see{
	background: url(../img/common-img/see.jpg) left center no-repeat;
	padding-left: 26px;
}

.news-detail-content .text{
	font-size: 16px;
	color: #666;
	line-height: 36px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 20px 0 36px;
}

.news-detail-content .link{
	margin-top: 30px;
}

.news-detail-content .link a{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 45%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 16px;
	border: 1px solid #666666;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-radius: 3px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.news-detail-content .link a:hover{
	color: #fff;
	background: #988328;
	border-color: #988328;
}

.news-detail-content .link a.prev{
	float: left;
}

.news-detail-content .link a.next{
	float: right;
}

.detail{
	padding: 54px 0 60px;
}

.detail .title {
    position: relative;
    font-size: 24px;
    color: #3e3014;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 24px;
}

.detail .title::after {
    content: "";
    position: absolute;
    width: 42px;
    height: 3px;
    bottom: 0;
    left: 50%;
    margin-left: -21px;
    background: #103735;
}

.detail .text {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 44px;
}

.detail .text img{
	max-width: 100%;
}

.index-yanhui{
	background: #f3f3f3;
	padding: 78px 0 75px;
}

.index-yanhui .list{
	margin-top: 50px;
}

.index-yanhui .list ul{
	margin-left: -50px;
}

.index-yanhui .list li{
	float: left;
	width: 33.33333%;
}

.index-yanhui .list .inner{
	display: block;
	margin-left: 50px;
	font-size: 14px;
	line-height: 25px;
	color: #999999;
	text-align: center;
	background: #fff;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.index-yanhui .list .inner:hover{
	background: #ecebf3;
}

.index-yanhui .list .text{
	padding: 16% 10% 12%;
}

.index-yanhui .list .num{
	display: inline-block;
	font-size: 50px;
	padding-bottom: 28px;
	border-bottom: 1px solid #98989a;
	margin-bottom: 42px;
}

.index-yanhui .list .title{
	font-size: 16px;
	color: #313036;
	line-height: 1.3;
	margin-bottom: 26px;
}

.index-yanhui .list .img{
	padding-bottom: 56%;
}

.index-canyin{
	padding: 80px 0 94px;
}

.index-canyin .list{
	padding-top: 22px;
}

.index-canyin .list ul{
	margin-left: -24px;
}

.index-canyin .list li{
	float: left;
	width: 33.33333%;
	margin-top: 24px;
}

.index-canyin .list .inner{
	display: block;
	margin-left: 24px;
	text-align: center;
}

.index-canyin .list .imgBox{
	overflow: hidden;
}

.index-canyin .list .img{
	padding-bottom: 55.6%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.index-canyin .list .title{
	font-size: 15px;
	padding: 0 16px;
	line-height: 44px;
	height: 44px;
	color: #636363;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.index-canyin .list .inner:hover .img{
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.index-canyin .list .inner:hover .title{
	color: #988328;
}

.banner{
	position: relative;
}

.banner{
	position: relative;
	width: 100%;
	overflow: hidden;
	cursor: move;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}

.banner .pagination {
    position: absolute;
    width: 100%;
    z-index: 20;
    left: 0;
    bottom: 20px;
    text-align: center;
}
.banner .swiper-pagination-switch {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  margin: 0 6px;
  opacity: 0.4;
  border: 1px solid #fff;
  cursor: pointer;
  border: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.banner .swiper-visible-switch {
  background: #fff;
}
.banner .swiper-active-switch {
  background: #990000;
  opacity: 1;
}

.banner .swiper-slide{
	position: relative;
	overflow: hidden;
}

.banner .swiper-slide a{
	position: relative;
	display: block;
	height: 490px;
}

.banner .imgBox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner a.prev_btn,
.banner a.next_btn{
	position: absolute;
	z-index: 66;
	top: 50%;
	margin-top: -40px;
	width: 44px;
	height: 81px;
	opacity:0.2;
	filter:alpha(opacity=20);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.banner a.prev_btn:hover,
.banner a.next_btn:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
}

.banner a.prev_btn{
	left: 6%;
	background: url(../img/common-img/banner-prev.png) no-repeat;
}

.banner a.next_btn{
	right: 6%;
	background: url(../img/common-img/banner-next.png) no-repeat;
}

.index-about{
	padding: 60px 0 80px;
}

.index-about-box{
	position: relative;
	height: 572px;
	margin-top: 50px;
}

.index-about-box .imgList{
	position: absolute;
	right: 0;
	top: 0;
	width: 55%;
	height: 100%;
}

.index-about-box .swiper-slide{
	position: relative;
	overflow: hidden;
}

.index-about-box .swiper-slide a{
	position: relative;
	display: block;
	height: 572px;
}

.index-about-box .imgBox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.index-about-box .text{
	position: relative;
	z-index: 9;
	float: left;
	width: 52%;
	padding: 32px 0;
}

.index-about-box .text .inner{
	position: relative;
	background: #fff;
	padding: 68px 40px 70px 10%;
}

.index-about-box .text .img{
	display: block;
	max-width: 100%;
	margin: 0 auto 36px;
}

.index-about-box .text .desc{
	font-size: 14px;
	color: #303030;
	line-height: 28px;
	height: 168px;
	margin-bottom: 38px;
	overflow: hidden;
}

.index-about-box .text .btn{
	width: 230px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border: 1px solid #333333;
	display: inline-block;
	font-size: 14px;
	color: #333333;
	background: url(../img/common-img/jiantou.jpg) #fff 182px center no-repeat;
}

.index-about-box .text .con{
	position: absolute;
	right: -54px;
	top: 0;
	width: 44px;
}

.index-about-box .text .con a{
	display: block;
	width: 44px;
	height: 44px;
	background-size: 44px 44px;
	margin-bottom: 10px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.index-about-box .text .con a:hover{
	opacity: 0.7;
}

.index-about-box .text .con a.prev{
	background-image: url(../img/common-img/left.jpg);
}

.index-about-box .text .con a.next{
	background-image: url(../img/common-img/right.jpg);
}

.kefangImgList .item .img{
	padding-bottom: 56% !important;
}

.kefangImg{
	position: relative;
	margin-top: 44px;
}

.kefangImg .con{
	position: absolute;
	top: 50%;
	margin-top: -40px;
	height: 0;
	width: 100%;
	z-index: 9;
}

.kefangImg .con a{
	display: block;
	width: 44px;
	height: 80px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 80px;
	opacity: .2;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.kefangImg .con a:hover{
	opacity: .4;
}

.kefangImg .con a.prev{
	float: left;
	background: url(../img/common-img/banner-prev.png) no-repeat;
}

.kefangImg .con a.next{
	float: right;
	background: url(../img/common-img/banner-next.png) no-repeat;
}

.box-title{
	border-bottom: 1px solid #ececec;
}

.box-title .container{
	position: relative;
	padding: 20px 0;
}

.box-title .container::after{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 160px;
	border-bottom: 1px solid #990000;
}

.box-title .cn{
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
	line-height: 1;
}

.box-title .en{
	font-size: 20px;
	color: #333;
	line-height: 1;
}

.sy-news{
	padding-bottom: 48px;
}

.sy-news .list ul{
	margin-left: -46px;
}

.sy-news .list ul li{
	float: left;
	width: 33.33333%;
	margin-top: 36px;
}

.sy-news .list ul li a{
	display: block;
	margin-left: 46px;
	padding-bottom: 10px;
}

.sy-news .list .imgBox{
	position: relative;
	overflow: hidden;
}

.sy-news .list .imgBox .img{
	padding-bottom: 64%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.sy-news .list .imgBox .date{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(../img/common-img/alpha5.png) repeat;
}

.sy-news .list .text .title{
	padding: 20px 0 16px;
	font-size: 18px;
	color: #383838;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #cfcfcf;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.sy-news .list .text .desc{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	text-overflow:ellipsis;
}

.sy-news .list a:hover .imgBox .img{
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.sy-news .list a:hover .text .title{
	color: #990000;
}

.sy-about {
	padding: 50px 0;
}

.sy-about .content{
	padding: 30px 0;
	text-align: center;
	font-size: 16px;
	color: #646464;
	line-height: 32px;
}

.sy-about .list li{
	float: left;
	width: 25%;
}

.sy-about .list li a{
	position: relative;
	display: block;
	overflow: hidden;
}

.sy-about .list li a .img{
	padding-bottom: 140%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.sy-about .list li a:hover .img{
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.sy-about .list li a .text{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 30px 0;
	background: url(../img/common-img/alpha5.png) repeat;
	line-height: 1;
	color: #fff;
	opacity: .9;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.sy-about .list li a .text .cn{
	font-size: 18px;
	margin-bottom: 8px;
}

.sy-about .list li a .text .en{
	font-size: 16px;
}

.sy-about .list li a .text span{
	display: none;
	vertical-align: top;
	width: 80px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #990000;
	font-size: 14px;
	color: #990000;
	margin-top: 10px;
}

.sy-about .list li a:hover .text{
	padding: 54px 0;
	background: #fff;
	color: #990000;
}

.sy-about .list li a:hover .text span{
	display: inline-block;
}

.sy-fuwu{
	margin-bottom: 36px;
}

.sy-fuwu .list-header .list-header-title{
	display: none;
}

.sy-fuwu .list-header ul{
	padding: 40px 0 32px;
	font-size: 18px;
	color: #535353;
}

.sy-fuwu .list-header ul li{
	float: left;
	margin-right: 100px;
	padding-bottom: 12px;
	border-bottom: 2px solid transparent;
	cursor: pointer;
}

.sy-fuwu .list-header ul li:hover,
.sy-fuwu .list-header ul li.active{
	border-bottom-color: #990000;
}

.sy-fuwu .list ul{
	margin-left: -24px;
}

.sy-fuwu .list ul li{
	float: left;
	width: 33.33333%;
	margin-bottom: 20px;
}

.sy-fuwu .list a{
	display: block;
	margin-left: 24px;
}

.sy-fuwu .list a .imgBox{
	position: relative;
	overflow: hidden;
}

.sy-fuwu .list a .img{
	padding-bottom: 55%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.sy-fuwu .list a:hover .img{
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.sy-fuwu .list .text{
	height: 44px;
	line-height: 44px;
	text-align: center;
	padding: 0 20px;
	font-size: 14px;
	color: #676767;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sy-fuwu .list .item{
	display: none;
}

.sy-fuwu .list .item.active{
	display: block;
}

/* 修改 */

.detail-main {
    padding: 54px 0 60px;
}

.detail{
	padding: 40px 0 0;
}

.detail-nav{
	float: left;
	width: 260px;
	background: rgb(253,249,250);
}

.detail-nav a{
	display: block;
	padding: 0 20px;
	line-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-top: 1px solid rgb(223,219,220);
	font-size: 15px;
	color: #333;
}

.detail-nav ul li:first-child a{
	border-top: none;
}

.detail-nav a:hover,
.detail-nav a.active{
	color: rgb(195,170,104)
}

.detail-text{
	margin-left: 300px;
}


.detail-text .text img{
	max-width: 96%;
	margin: 10px auto;
}
















