html {
	font-size: 62.5%;
}

* {
	padding: 0;
	margin: 0;
	border: none;
	list-style: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	outline: none;
	-webkit-appearance: none;
}

ul {
	text-indent: 0;
	font-weight: normal;
}

body {
	background-color: #0e0100;
	font-size: 1.6rem;
	font-family: 'Microsoft YaHei', Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	overflow-x: hidden;
	line-height: 1.6;
}
.c1{
	color: #c79f00;
}

/*覆盖浏览器默认样式*/

a {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none !important;
}

a,
button,
input {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}


/*共用样式*/

.font_w {
	font-weight: bold;
}

.img_wrap>img {
	width: 100%;
	display: block;
}
.max_img_wrap>img {
	max-width: 100%;
	display:inline-block;
}

.div_wrap {
	width: 100%;
}

.inline_block {
	display: inline-block;
}

.block_block {
	display: block;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.text_overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.position_rel {
	position: relative
}

.clear_fix:after,
.clear_fix:before {
	content: "";
	display: block;
	clear: both;
}
.w-container {
	width: 1200px;
	margin: auto;
}

.w-silde {
	padding-left: 1rem;
	padding-right: 1rem;
}
.text-center{ text-align: center;}
.text-left{ text-align: left;}
/*tit*/
.tit img{max-width: 100%; display: inline-block;}
.tit_small{
	margin: 26px;
}
.tit_text{
	font-size: 30px;
	color: #c79f00;
}

.border_style1{
	border: 2px solid;
	border-image: -webkit-linear-gradient(106deg,#9e8037 -62%,#000 60%,#9e8037 112%) 1 1;
	border-image: -moz-linear-gradient(106deg,#9e8037 -62%,#000 60%,#9e8037 112%) 1 1;
	border-image: -ms-linear-gradient(106deg,#9e8037 -62%,#000 60%,#9e8037 112%) 1 1;
	border-image: -o-linear-gradient(106deg,#9e8037 -62%,#000 60%,#9e8037 112%) 1 1;
	border-image: linear-gradient(106deg,#9e8037 -62%,#000 60%,#9e8037 112%) 1 1;

	border:1px solid #533b09 \9;
}
.border_style2{
	border: 2px solid;
	border-image: -webkit-linear-gradient(45deg,#000 -62%,#000 60%,#9e8037 90%) 1 1;
	border-image: -moz-linear-gradient(45deg,#000 -62%,#000 60%,#9e8037 90%) 1 1;
	border-image: -ms-linear-gradient(45deg,#000 -62%,#000 60%,#9e8037 90%) 1 1;
	border-image: -o-linear-gradient(45deg,#000 -62%,#000 60%,#9e8037 90%) 1 1;
	border-image: linear-gradient(45deg,#000 -62%,#000 60%,#9e8037 90%) 1 1;

	border:1px solid #533b09 \9;
}
.part{
	margin-bottom: 50px;
}
.part1_left{
	width: 640px;
	height: 364px;
	float: left;
	background:#272727;
	border-right: none \9;
	overflow: hidden;
}
.part1_left i{
	width: 40px;
	height: 40px;
	display: inline-block;
}
.part1_left i > img{
	width:100%;
}
.part1_left >img{
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
}
.part1_left:hover >img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	cursor: pointer;
}
.part1_right{ 
	width: 560px;
	float: right;
	padding: 40px 30px 0 30px;
	background: url("../img/part1_bg.jpg") no-repeat right top #1c1000;
	height: 364px;
	}
.part1_right p {
	padding-bottom: 15px;
	font-size: 14px;
	line-height: 1.8;
	text-indent: 28px;
}
/*part2*/
.part2{
	background:url("../img/part2_bg.jpg") no-repeat right center #170901;
	padding: 14px 14px 14px 18px;
	border: 2px solid;
	border-image: -webkit-linear-gradient(24deg,#000 -62%,#000 60%,#9e8037 123%) 1 1;
	border-image: -moz-linear-gradient(24deg,#000 -62%,#000 60%,#9e8037 123%) 1 1;
	border-image: -ms-linear-gradient(24deg,#000 -62%,#000 60%,#9e8037 123%) 1 1;
	border-image: -o-linear-gradient(24deg,#000 -62%,#000 60%,#9e8037 123%) 1 1;
	border-image: linear-gradient(24deg,#000 -62%,#000 60%,#9e8037 123%) 1 1;

	border:1px solid #432f08 \9;
}
.part2_left{
	float: left;
	width: 400px;
	height: 290px;
	padding: 2px;
	background: linear-gradient(45deg,#4c380a 50%,#322302 100%);
	margin-right: 12px;
}



.part2_right{
	width:752px;
	float: right;
	display: block;
}
.part2_right li{
	width:25%;
	display: inline-block;
	float: left;
	padding: 0 4px;
	overflow: hidden;
}
.part2_right li img{
	max-width: 100%;
	display: block;
	border: 2px solid;
	-webkit-border-image: linear-gradient(106deg,#9e8037 -62%,#000 60%,#9e8037 112%) 1 1;
	-moz-border-image: linear-gradient(106deg,#9e8037 -62%,#000 60%,#9e8037 112%) 1 1;
	-o-border-image: linear-gradient(106deg,#9e8037 -62%,#000 60%,#9e8037 112%) 1 1;
	-ms-border-image: linear-gradient(106deg,#9e8037 -62%,#000 60%,#9e8037 112%) 1 1;
	border-image: linear-gradient(106deg,#9e8037 -62%,#000 60%,#9e8037 112%) 1 1;
	border:1px solid #432f08 \9;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
}
.li_bottom{
	margin-bottom: 16px;
}
.part2_right li:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
}

/*part3*/
.part3{
	margin-left:-15px;
	margin-right: -15px;
}
.part3_ul{
	display: block;
}
.part3_ul li{
	float: left;
	display: inline-block;
	width:33.33%;
	padding: 0 15px;
}
.part3_ul li > div{
	padding: 4px;
	border: 2px solid;
	-webkit-border-image: linear-gradient(129deg,#564008 -17%,#261b01 60%,#564008 112%) 1 1;
	-moz-border-image: linear-gradient(129deg,#564008 -17%,#261b01 60%,#564008 112%) 1 1;
	-o-border-image: linear-gradient(129deg,#564008 -17%,#261b01 60%,#564008 112%) 1 1;
	-ms-border-image: linear-gradient(129deg,#564008 -17%,#261b01 60%,#564008 112%) 1 1;
	border-image: linear-gradient(129deg,#564008 -17%,#261b01 60%,#564008 112%) 1 1;
	background: #1f1600;

	border: 1px solid #533b09 \9;
	overflow: hidden;

	position: relative;
}
.part3_ul li img{
	width: 100%;
	display:block;
	/*-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;*/
	cursor: pointer;
	opacity: 0.85;
}
.part3_ul li > div p{
	text-align: center;
	color: #c79f00;
	font-size: 14px;
	padding: 16px;
}

.part3_ul li > div img:hover{
	opacity: 1;
/*	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	-ms-transition: opacity .2s;
	transition: opacity .2s;*/
}

/*part4*/
/*视频*/
.content_ul{
	margin: 28px 0;
	margin: 28px -10px \9;
}
.content_ul li{
	width: 25%;
	padding: 0 10px;
	display: inline-block;
	float: left;
	cursor: pointer;
	margin-bottom:20px ;
}
.content_ul li > div{
	position: relative;
	overflow: hidden;
}
.content_ul li > div >img{
	width: 100%;
	display: block;
}
.del{
	position: absolute;
	top: 82%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0,0,0,.5);
	/*filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);*/ /*ie4-ie9*/
	filter:alpha(opacity=70);
	color: #fff;
	transition: all 0.6s;

	background: #000 \9;
}
.del p{
	/*padding: 10px;
	text-align: center;*/
	text-align: center;
	padding: 10px 30px;
	line-height: 1.8;
	font-size: 16px;
}
.content_ul li > div:hover .del{
	top: 0;
	padding-top: 30px;
	transition: all 0.6s;
}
.part1_left .video_box{
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -250px;
	padding: 20px;
	z-index: 99999;
	display: none;
	background: #ffffff;
	position: fixed;
	border: 3px solid #000000;
	border-radius: 5px;
	width: 808px;
	height:470px;
}

.content_ul li > .video_box{
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -250px;
	padding: 20px;
	z-index: 99999;
	display: none;
	background: #ffffff;
	position: fixed;
	border: 3px solid #000000;
	border-radius: 5px;
	width: 808px;
	height:470px;
}
.part3_ul li > .video_box{
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -250px;
	padding: 20px;
	z-index: 99999;
	display: none;
	background: #ffffff;
	position: fixed;
	border: 3px solid #000000;
	border-radius: 5px;
	width: 808px;
	height:470px;
}

.banner_content .video_box{
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -250px;
	padding: 20px;
	z-index: 99999;
	display: none;
	background: #ffffff;
	position: fixed;
	border: 3px solid #000000;
	border-radius: 5px;
	width: 808px;
	height:470px;
}

.part6_ul li .video_box{
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -250px;
	padding: 20px;
	z-index: 99999;
	display: none;
	background: #ffffff;
	position: fixed;
	border: 3px solid #000000;
	border-radius: 5px;
	width: 808px;
	height:470px;
}

.video_box span {
	right: 3px;
	top: 3px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	height: 18px;
	width: 18px;
	display: block;
	cursor: pointer;
	line-height: 14px;
	text-align: center;
	background: #cd1c1e;
	position: absolute;
}

.click_more{
	display: inline-block;
	border:1px solid #c79f00;
	padding: 8px 60px;
	font-size: 16px;
	color: #c79f00;
	border-radius: 20px;

	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
.click_more:hover{
	background: #c79f00;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
	color: #0e0100;
}


.video_box embed {
	height: 430px;
}

/*part5*/
.part5_content_ul{

}

.part5_content_ul{
	margin: 28px -10px;
	margin: 28px -10px \9;
}
.part5_content_ul li{
	width: 25%;
	padding: 0 10px;
	display: inline-block;
	float: left;
	margin-bottom:20px ;
}
.part5_content_ul li > div{
	border: 2px solid;
	-webkit-border-image: linear-gradient(129deg,#564008 -17%,#261b01 60%,#564008 112%) 1 1;
	-moz-border-image: linear-gradient(129deg,#564008 -17%,#261b01 60%,#564008 112%) 1 1;
	-o-border-image: linear-gradient(129deg,#564008 -17%,#261b01 60%,#564008 112%) 1 1;
	-ms-border-image: linear-gradient(129deg,#564008 -17%,#261b01 60%,#564008 112%) 1 1;
	border-image: linear-gradient(129deg,#564008 -17%,#261b01 60%,#564008 112%) 1 1;
	background: #1f1600;
	overflow: hidden;
	border: 1px solid #533b09 \9;
}
.part5_content_ul li > div >img{
	width: 100%;
	display: block;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

.part5_content_ul li > div img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}


/*part6*/
.part6{
	margin-left: -16px;
	margin-right: -16px;
}
.part6_ul{ display: block;}
.part6_ul li{
	width: 50%;
	display: inline-block;
	float: left;
	padding: 0 16px;
	margin-bottom: 32px;
}
.part6_ul li >div{
	padding: 12px;
	background: url("../img/part6_bg.jpg") no-repeat top right;
	border: 2px solid;
	border-image: -webkit-linear-gradient(24deg,#000 -62%,#000 60%,#9e8037 123%) 1 1;
	border-image: -moz-linear-gradient(24deg,#000 -62%,#000 60%,#9e8037 123%) 1 1;
	border-image: -ms-linear-gradient(24deg,#000 -62%,#000 60%,#9e8037 123%) 1 1;
	border-image: -o-linear-gradient(24deg,#000 -62%,#000 60%,#9e8037 123%) 1 1;
	border-image: linear-gradient(24deg,#000 -62%,#000 60%,#9e8037 123%) 1 1;
	border: 1px solid #533b09 \9;
}

.left_img{
	width: 262px;
	float: left;
	border: 2px solid;
	-webkit-border-image: linear-gradient(106deg,#9e8037 -62%,#000 60%,#9e8037 112%) 1 1;
	-moz-border-image: linear-gradient(106deg,#9e8037 -62%,#000 60%,#9e8037 112%) 1 1;
	-o-border-image: linear-gradient(106deg,#9e8037 -62%,#000 60%,#9e8037 112%) 1 1;
	-ms-border-image: linear-gradient(106deg,#9e8037 -62%,#000 60%,#9e8037 112%) 1 1;
	border-image: linear-gradient(106deg,#9e8037 -62%,#000 60%,#9e8037 112%) 1 1;
	border: 1px solid #533b09 \9;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.left_img >img{
	width:100%;
	display: block;
	-webkit-transition: all 1s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
}
.left_img:hover > img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-o-transition: all .8s;
	-ms-transition: all .8s;
	transition: all .8s;
}
.part6_right{
	float: left;
	width: 290px;
	height: 310px;
	font-size: 12px;
	color: #c79f00;
	/*overflow: hidden;*/
	padding-left: 30px;
}
.part6_right h3{
	font-size:24px;
	font-weight: 700;
}
.line{
	width:100%;
	height: 1px;
	background: #c79f00;
	margin: 10px 0 10px;
}
.part6_right p{
	text-align: justify;
	line-height: 1.5;
}
.part6_right p:last-child{
	font-size: 14px;
}
/*中间*/
.banner_content{
	padding: 16px;
	background: url("../img/banner_bg.jpg") no-repeat right top  #1d1300;
	border: 2px solid;
	border-image: -webkit-linear-gradient(24deg,#000 -62%,#000 60%,#9e8037 123%) 1 1;
	border-image: -moz-linear-gradient(24deg,#000 -62%,#000 60%,#9e8037 123%) 1 1;
	border-image: -ms-linear-gradient(24deg,#000 -62%,#000 60%,#9e8037 123%) 1 1;
	border-image: -o-linear-gradient(24deg,#000 -62%,#000 60%,#9e8037 123%) 1 1;
	border-image: linear-gradient(24deg,#000 -62%,#000 60%,#9e8037 123%) 1 1;
	border: 1px solid #533b09 \9;

	position: relative;

	cursor: pointer;
}
.banner_text{
	padding: 0 16px;
	color: #c79f00;
	font-size: 12px;
	margin-bottom: 70px;
	text-align: center;
	margin-top: 20px;
}
.banner_text .span2{padding-left: 20px;}
.footer_wrap{
	background: #221800;
	border-top: 1px solid #6b5000;
}
.footer_wrap p{
	text-align: center;
	color: #c79f00;
	font-size: 14px;
	border-top:1px solid #3b2c00;
	padding:26px 0 36px;
}
.footer_ul { display: block; padding: 36px;}
.footer_ul li{
	width: 33.3%;
	display: inline-block;
	float: left;
	text-align: center;
}
.footer_wrap .w-container{
	background: #221800;
}

@media (max-width: 1200px) {
	.img_wrap{width: 1200px;}
}

@media (max-width: 767px){
	.video_box {
		display: none;
		width: 100%;
		/* height: auto; */
		overflow: hidden;
		left: 0;
		right: 0;
		margin-left: 0;
		margin-right: 0;
		/* min-height: 300px; */
	}
	.video_box embed {
		height: auto;
	}
}
.video_box > div{
	width:100%;
	overflow: hidden;
}
