/**************************************/
/*************[公用start]**************/
/**************************************/



div.clear{
	clear: both;
	height: 0;
	width: 0;
}

body{
	overflow-x: hidden;
}


a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/


.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{
	height: 103px;
	background-color: #fff;
	position: relative;
	z-index: 999;
}

.logo{
	width: 213px;
	margin-top: 25px;
}
.logo a,.logo img{
	display: block;
	width: 100%;
}

#header .container{
	position: relative;
}

.search{
	width: 23px;
	margin-top: 49px;
	margin-left: 30px;
	transition: .3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}
.search a,.search img{
	display: block;
	width: 100%;
}

.search-gai{
	position: absolute;
	right: 0px;
	top: 38px;
	width: 300px;
	-webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
	transition:  .3s;
	background-color: #fff;
	z-index: 800;

}

.search-gai-close{
	position: absolute;
	right: 0;
	top: 10px;
	width: 20px;
	cursor: pointer;
	display: none;
}

.search-gai-input{
	border:1px solid #ddd;
	padding: 0 45px 0 15px;
	position: relative;
}
.search-gai-input input:focus{
	outline: none;
}
.search-gai-input input[type="text"]{
	display: block;
	width: 100%;
	height: 40px;
	background-color:#fff;
	border:0;
	font-size: 15px;
	color: #333;
	line-height: 1.428571;
	padding: 0;
}
.search-gai-input input[type="image"]{
	position: absolute;
	width: 20px;
	right: 10px;
	top: 10px;
}


.nav{
	transition: .3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	padding: 0	15px;
	position: relative;

}
.nav>ul>li+li{
	margin-left: 15px;
}
.nav>ul>li>a{
	display: block;
	height: 103px;
	line-height: 120px;
	font-size:18px;
	color: #333;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.nav>ul>li:hover>a{

	font-weight: bold;
}
.nav>ul>li.cur>a{

	background-image: url(../images/cur2.png);
	font-weight: bold;
}


.nav-hide {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
}


.nav>ul>li>ul{
	position: absolute;
	left: -15px;
	right:  -15px;
	top:100%;
	z-index: 600;
	background-color: #fff;
	display: none;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 15px;
	color:#333;
	/*transition: .3s;*/
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	background-color: #373a3f;
  color: #fad77b;
}

/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}


.fafa .slides>li{
	height: 522px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.fafa-wen{
	position: absolute;
	width: 100%;
	left: 0;
	top: 30%;
	z-index: 25;
}


.fafa-wen-img{
	width: 644px;
	height: 125px;
	position: relative;
}

.iimg1{
	position: absolute;
	width: 43.47826%!important;
	top: 0%;
	left: 0;
	display: block;
	-webkit-animation-duration:0.7s;
  animation-duration:0.7s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
}
.iimg2{
	position: absolute;
	width: 43.47826%!important;
	top:5px;
	right: 26px;
	display: block;
	-webkit-animation-duration:0.7s;
  animation-duration:0.7s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
}
.iimg3{
	position: absolute;
	width: 79.968944%!important;
	bottom:0%;
	right: 0;
	display: block;
	-webkit-animation-duration:0.7s;
  animation-duration:0.7s;
  -webkit-animation-delay:0.3s;
  animation-delay:0.3s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
}

.fafa-wen2{
	position: absolute;
	width: 100%;
	left: 0;
	top: 13%;
	z-index: 25;
}


.fafa-wen-img2{
	width: 738px;
	height: 176px;
	position: relative;
}

.iimg4{
	position: absolute;
	width: 79.26829268%!important;
	top: 0%;
	left: 0;
	display: block;
	-webkit-animation-duration:0.7s;
    animation-duration:0.7s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
}
.iimg5{
	position: absolute;
	width:80.54%!important;
	bottom:0%;
	right: 0;
	display: block;
	-webkit-animation-duration:0.7s;
  animation-duration:0.7s;
  -webkit-animation-delay:0.3s;
  animation-delay:0.3s
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
}
.fafa-wen3{
	position: absolute;
	width: 100%;
	left: 6%;
	top: 22%;
	z-index: 25;
}


.fafa-wen-img3{
    width: 738px;
	height: 176px;
	position: relative;
}

.iimg6{
	position: absolute;
	width: 79.26829268%!important;
	top: 0%;
	left: 0;
	display: block;
	-webkit-animation-duration:0.7s;
    animation-duration:0.7s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
}
.iimg7{
	position: absolute;
	width:62.3306233%!important;
	bottom:0%;
	right: 0;
	display: block;
	-webkit-animation-duration:0.7s;
  animation-duration:0.7s;
  -webkit-animation-delay:0.3s;
  animation-delay:0.3s
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
}
.fafa-wen4{
    position: absolute;
	width: 100%;
	left: 0%;
	top: 14%;
	z-index: 25;
}

.fafa-wen-img4{
    width: 686px;
	height: 230px;
	position: relative;
	margin-left: auto;
	margin-right:130px ;
}

.iimg8{
	position: absolute;
	width: 69.025367%!important;
	top: 0%;
	left: 0;
	display: block;
	-webkit-animation-duration:0.7s;
    animation-duration:0.7s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
}
.iimg9{
	position: absolute;
	width:67.957276368%!important;
	bottom:0%;
	right: 0;
	display: block;
	-webkit-animation-duration:0.7s;
  animation-duration:0.7s;
  -webkit-animation-delay:0.3s;
  animation-delay:0.3s
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
}














@-webkit-keyframes fadeInLeft1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight1 {
  from {
    opacity: 0;
   -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


@-webkit-keyframes fadeInUp1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp1 {
 	from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


.fafa .slides>li.flex-active-slide  .iimg1{
	-webkit-animation-name: fadeInLeft1;
	animation-name: fadeInLeft1;
}

.fafa .slides>li.flex-active-slide  .iimg2{
	-webkit-animation-name: fadeInRight1;
	animation-name: fadeInRight1;
}

.fafa .slides>li.flex-active-slide  .iimg3{
	-webkit-animation-name: fadeInUp1;
	animation-name: fadeInUp1;
}

.fafa .slides>li.flex-active-slide  .iimg4{
	-webkit-animation-name: fadeInLeft1;
	animation-name: fadeInLeft1;
}

.fafa .slides>li.flex-active-slide  .iimg5{
	-webkit-animation-name: fadeInRight1;
	animation-name: fadeInRight1;
}
.fafa .slides>li.flex-active-slide  .iimg6{
	-webkit-animation-name: fadeInLeft1;
	animation-name: fadeInLeft1;
}

.fafa .slides>li.flex-active-slide  .iimg7{
	-webkit-animation-name: fadeInRight1;
	animation-name: fadeInRight1;
}
.fafa .slides>li.flex-active-slide  .iimg8{
	-webkit-animation-name: fadeInLeft1;
	animation-name: fadeInLeft1;
}

.fafa .slides>li.flex-active-slide  .iimg9{
	-webkit-animation-name: fadeInRight1;
	animation-name: fadeInRight1;
}
.fafa .flex-control-nav{
	bottom:44px;
	height: 0;
}
.fafa .flex-control-nav li{
	margin:0 6px;
}

.fafa .flex-control-paging li a{
	width: 13px;
	height: 13px;
	transition: .3s;
}

.fxfx .flex-control-nav{
	bottom:25px;
	height: 0;
}
.fxfx .flex-control-nav li{
	margin:0 5px;
}

.fxfx .flex-control-paging li a{
	width: 10px;
	height: 10px;
	transition: .3s;
}



.main1{
	background-color: #dc9f45;
	position: relative;
}
.main1::after{
	position: absolute;
	content:"";
	left: 0;
	right: 0;
	bottom: 0;
	height: 137px;
	background-color: #fff;
	z-index: 30;
}
.main1 .container{
	position: relative;
	z-index: 50;
}
.main1-h1{
	font-size: 32px;
	color: #fff;font-weight: bold;
	text-align: center;
	padding: 30px 0;
	line-height: 1.5;
}

.main1-dl dl{
	margin:0;
}

.main1-dl dd{
	float: left;
	width: 21%;
	transition: width .3s;
}
.main1-dl dd>a{
	display: block;
	height: 274px;
	background-repeat: no-repeat;
	background-position: left center;
/*	-webkit-background-size: cover;
	background-size: cover;*/
	padding-left: 27px;
	padding-top: 40px;

}
.main1-dl dd.cur{
	width: 37%;
}


.main1-dl dd>a h1{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.main1-dl dd>a .line{
	width: 36px;height: 3px;
	background-color: #fff;
	margin-top: 24px;
}
.main1-dl dd:first-child>a h1{
	color: #6b5123;
}

.main1-dl dd:first-child>a .line{
	background-color: #6b5123;
}


.main2{
	padding: 70px 0 60px;
}

.title-11{
	text-align: center;
}

.title-11 h1{
	margin:0;
	font-weight: bold;
	font-size: 30px;
	color: #333;
}



.title-11 p{
	margin:0;
	font-size: 16px;
	color: #333;
	margin-top: 20px;
	line-height: 2;
}

.fmain2 .imgbox_a{
	padding-bottom: 66.28%;
}
.fmain2 .imgbox_a::after{
	position: absolute;
	content:"";
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: repeat-x;
	background-position: left center;
	height: 192px;
	background-image: url(../images/heidi1.png);
	z-index: 15;
}

.fmain2 .imgbox_a h1{
	margin:0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 185px 20px 23px;
	color: #fff;
	font-size: 16px;
	z-index: 25;

}


.fmain2 .flex-control-paging li a{
	width: 28px;
	height: 4px;
	background-image: none!important;
	background-color: #fff;
}

.fmain2 .flex-control-paging li a.flex-active{
	background-color: #b47519;
}
.fmain2 .flex-control-nav{
	text-align: right;
	padding-right: 27px;
	bottom: 30px;
	height: 0;
}
.fmain2 .flex-control-nav li{
	margin:0 4px;
}




.main2-list .row{
	margin-left: -8px;
	margin-right: -8px;
}

.main2-list .col-lg-6{
	padding-left: 8px;
	padding-right: 8px;
}
.main2-list .col-xs-12{
	padding-left: 8px;
	padding-right: 8px;
}
.main2-list .col-sm-6{
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 16px;
}

.main2-list{
	margin-top: 45px;
}

.main2-2{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 90px 28px;
}

.main2-2 h1{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.main2-2 .line{
	width: 36px;height: 3px;
	background-color: #fff;
	margin-top: 24px;
}


.main2-3-a a{
	display: block;
	padding: 30px 25px;
	background-color: #dc9f45;
	transition: background-color .3s;
}
.main2-3-a a:hover{
	background-color: #b47519;
}
.main2-3-a a:hover h1{
	font-weight: bold;
}
.main2-3-a a h1{
	margin:0;
	font-size: 18px;
	color: #fff;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	/*font-weight: bold;*/
}

.main2-3-a a p{
	margin:0;
	font-size: 14px;
	color: #fff;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin-top: 25px;
}

.main2-pic .imgbox_a{
	padding-bottom: 60.355%;
}
.main2-con{
	padding: 30px 0 40px;
	border-bottom: 3px solid #d3d3d3;
	position: relative;
}
.main2-con::after{
	position: absolute;
	left: 0;
	height: 3px;
	bottom: -3px;
	width: 0;
	content:"";
	transition: width .3s;
	background-color: #ba802c;
}
.main2-con h1{
	margin:0;
	font-size: 14px;
	color: #b47519;
}
.main2-con h2{
	margin:0;
	font-size: 18px;
	color: #000;
	line-height: 1.8;
	height: 3.6em;
	margin-top: 14px;
}
.main2-con h2 a:hover{
	color: #b47519;
}
.main2-list2{margin-top: 23px;}
.main2-list2 .item:hover .main2-con::after{
	width: 100%;
}

.main2-list2 .owl-dots {
  margin-top: 30px;
}
.main2-list2 .owl-dots .owl-dot{
  margin:0 6px;
}
.main2-list2 .owl-dot span{
  width: 12px;
  height: 12px;
}


.main3{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main3.jpg);
	padding: 70px 0 83px;
}

.main3-box{
	width: 924px;
	margin-left: auto;
	margin-right: 0;
}
.main3-box .title-11 h1{
	text-align: right;
}

.main3-div{
	margin-top: 38px;
}

.main3-1{
	width: 272px;
	margin-left: 15px;
}
.main3-1 dl{
	margin:0;
}

.main3-1 dd a.imgbox_a{
	padding-bottom: 58.09%;
}
.main3-1 dd:first-child{
	margin-bottom: 15px;
}
.main3-1-con{
	font-size: 22px;
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 50;
	left: 0;
	width: 100%;
	top: 50%;
	margin-top: -42px;
	z-index: 50;
	font-weight: bold;
}
.main3-1-con img{
	display: block;
	width: 41px;
	margin:0 auto 12px;
}
.main3-2{
	overflow: hidden;
	background-color: #f9be53;
	padding: 32px 45px 50px;
}
.main3-2 h1{
	margin:0;
	font-size: 18px;
	color: #333;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	font-weight: bold;
}
.main3-2 h2{
	margin:0;
	font-size: 14px;
	color: #333;
	padding: 21px 0;
}
.main3-2 p{
	margin:0;
	font-size: 14px;
	color: #333;
	line-height: 2;
	height: 6em;
	overflow: hidden;
}

.main4{
	padding: 75px 0 60px;
	
}

.main4-dl1{
	padding: 35px 50px;
}

.main4-dl1 dl{
	margin:0;
}

.main4-dl1 dd{
	float: left;
	width: 25%;
	text-align: center;
}

.main4-dl1 dd h1{
	margin:0;
	font-size: 16px;
	color: #333;
}
.main4-dl1 dd h1 span{
	font-family: "Impact";
	font-size: 45px;
	color: #dc9f45;
	padding-right: 5px;
}
.main4-dl1 dd h2{
	margin:0;
	font-size: 16px;
	color: #333;
	margin-top: 10px;
}

.main4-pic .imgbox_a{
	padding-bottom: 52.57%;
}
.main4-item{
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.08);
}
.main4-con{
	height: 72px;
	line-height: 72px;
	padding-left:25px;
	background-color: #fff;
	position: relative;
}
.main4-con a{
	font-size: 22px;
	color: #333;
}

.main4-con::after{
	position: absolute;
	content:"";
	width: 67px;
	height: 8px;
	background-image: url(../images/jt.png);
	background-repeat: no-repeat;
	background-position: center;
	right: 20px;
	top: 50%;
	margin-top: -4px;
}

.main4-item:hover .main4-con a{
	color: #dc9f45;
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{

}

.footer-1{
	background-image: url(../images/footer-1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding:  40px 0;
}

.er-wp{
	width: 310px;
}
.yq{
	padding-bottom: 39px;
}
.yq select:focus{
	outline: none;
}
.yq select{
	display: block;
	width: 100%;
	height:45px;
	border:0;
	font-size: 16px;
	padding-left: 15px;
}
.er{
	width: 126px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-left: auto;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 8px;
}

.foo1-list dl{
	margin:0;
	padding-top: 5px;
}

.foo1-list ul{
	margin:0;
}
.foo1-list li{
	float: left;
}

.foo1-list li+li{
	margin-left: 90px;
}

.foo1-list li h1{
	margin:0;
	font-size: 18px;
	color: #eec67f;
}
.foo1-list li h1:hover{
	font-weight: bold;
}
.foo1-list dd{
	margin-top: 14px;
	font-size: 16px;
	color: #717171;
	padding-left: 3px;
}


.foo1-list dd>a:hover{
	color: #fff;
}









.footer-2{
	background-color:#202020;
	padding:  13px 0;
	font-size: 16px;
	color: #717171;
	line-height: 1.8;
}

.footer-2 a:hover{
	color: #fff;
}

/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/


#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
	/*background-color: #0089d0;*/

}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;

}

.nav-2>ul>li{

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;

	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{

	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;

}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 180px;
   margin-left: 15px;
   margin-top: 14px;
}

.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{

	margin-right: 15px;
	height: 75px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/


}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;

}





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/


.banner-2{
  height: 450px;
  background-repeat: no-repeat;
  background-position: center ;
  background-size: cover;
}
.banner-2 img{
	display: none;
	width: 100%;
}

.erji-top{
	background-color: #f6f4f4;
}

.mianbaoxie{
	padding-left: 38px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/mian.png);
}
.mianbaoxie dl{
	margin:0;
}

.mianbaoxie dd{
	float: left;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/mian-dd.png);
	height: 77px;
	line-height: 77px;
	font-size: 16px;
	color: #999;
}
.mianbaoxie dd+dd{
	margin-left: 12px;
}
.mianbaoxie a:hover,.mianbaoxie span{
	color: #333;
}

.erji-nav dl{
	margin:0;
}

.erji-nav dd{
	float: left;
}
.erji-nav dd+dd{
	margin-left: 50px;
}

.erji-nav dd>a{
	display: block;
	height: 79px;
	line-height: 79px;
	border-bottom: 3px solid #f6f4f4;
	font-size:16px;
	color: #333;
	text-align: center;
	transition: background-color.3s,border-color .3s;
	padding: 0	5px;
}

.erji-nav dd.cur>a,
.erji-nav dd>a:hover{
	border-color:#a99057;
}

.erji-bottom{
	padding: 60px 0;
}

.xinwen-list dl{
	margin:0;
}

.xinwen-list dd{
	padding: 60px 0;
	border-bottom: 1px solid #ddd;
}

.xinwen-list dd:first-child{
	padding-top: 0;
}

.xinwen-pic{
	width: 369px;
	margin-right: 55px;
}

.xinwen-pic .imgbox_a{
	padding-bottom: 55.83%;
}

.xinwen-con{
	overflow: hidden;
	padding-top: 15px;
}

.xinwen-con h1{
	margin:0;
	font-size:14px;
	color: #999; 
	font-weight: bold;
}

.xinwen-con h2{
	margin:0;
	font-size:26px;
	color: #333; 
	margin:20px 0;
}

.xinwen-con h2 a:hover{
	color: #a99057;
}


.xinwen-con p{
	margin:0;
	font-size:14px;
	color: #999; 
}
.xinwen-a::after{
	display: inline-block;
	content:"》";
	margin-left: 10px;
}
.xinwen-a{
	margin-top: 45px;
}
.xinwen-a a{
	font-size: 14px;
	color: #333;
	font-weight: bold;
}


.xinwen-a a:hover{
	color:  #a99057;
}


.fenye ul{
	margin:0;
	vertical-align: middle;
}
.fenye .pagination-sm > li > span{
    border:0;
    background-color: #fff!important;
    padding: 0 10px;
}


.fenye{
	text-align: center;
	margin-top: 50px;
}

.danpian{
	max-width: 1200px;margin:0 auto;
}

.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;

}
.bsBox,.bsBox *,#bsPanelHolder,#bsPanelHolder *{
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
	max-width: 1198px;
	margin:0 auto;
}
.danpian-con *{
	font-size: 16px!important;
	color:#666!important;
	line-height: 2!important;
	word-break:break-all;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}



.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#a99057;

}

.yewu-list dl{
	margin:0;
}

.yewu-list dd+dd{
	margin-top: 60px;
}

.yewu-pic{
	width: 620px;
}

.yewu-pic .imgbox_a{
	padding-bottom: 62.9%;
}




.yewu-con{
	/*overflow: hidden;*/
	padding-top: 40px;
	width: 650px;
}

.yewu-con h1{
	margin:0;
	font-size: 24px;
	color: #333;
}

.yewu-con h1 a:hover{
	color:#a99057;

}

.yewu-con-p p{margin:0;}
.yewu-con-p{
	font-size: 16px;
	color: #666;
	line-height: 2.2;
	max-height: 11em;
	overflow: hidden;
	margin-top: 32px;
	position: relative;
	z-index: 25;
}


.yewu-list{
	padding: 30px 0 40px;

}
.yewu-list{
	position: relative!important;
	transform: translate3d(0px, 0px, 0px)!important;
}
.yewu-con .txt{
	text-align: center;
	position: relative;
	z-index: 15;
}
.yewu-con .txt > span {
  font-size: 108px;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2), -1px -1px 0px rgba(0, 0, 0, 0.2), 1px -1px 0px rgba(0, 0, 0, 0.2), -1px 1px 0px rgba(0, 0, 0, 0.2);
}

.pic-list{
	border-bottom: 1px solid #ddd;padding-bottom: 30px;
}
.pic-item{
	margin-bottom: 25px;
}
.pic-item h1{
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin:0;
  font-size: 18px;
  color:#333;
  text-align: center;
  margin-top: 20px;
}

.pic-pic>a{
    display: block;
    position: relative;
    padding-bottom: 66.6%;
    overflow: hidden
}

.pic-list .col-lg-3 .pic-pic>a{
	padding-bottom: 60.355%;
}



.pic-pic>a img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.pic-pic:hover>a img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.pic-pic:hover+h1{
	color:#a99057;
}

.rencai{
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/rencai-bg.jpg);
}

.rencai1-pic{
	width: 564px;
	margin-left: 35px;
}

.rencai1-pic .imgbox_a{
	padding-bottom: 58.688%;
}

.rencai1-con{
	overflow: hidden;
	font-size: 16px;
	color: #666;
	line-height: 2.4;
	padding-top: 15px;
}

.rencai1-div{
	margin-top: 60px;
}

.frencai1 .flex-control-nav{
	padding: 20px 0;
	background-image: url(../images/heidi.png);
	bottom: 0;
}

.rencai2{
	margin-top: 100px;
}
.rencai2-list1{
	margin-top: 55px;
}
.rencai2-list1 .item{
	padding-bottom: 18px;
	position: relative;
}
.rencai2-dd-item{
	border:1px solid #dcdcdc;
	height: 200px;
	position: relative;
	text-align: center;
	padding-top: 43px;
	cursor: pointer;
}
.rencai2-list1 .item::after{
	position: absolute;
	width: 28px;
	height: 20px;
	left: 50%;
	margin-left: -14px;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/jiao1.png);
	content:"";
	opacity: 0;
	visibility: hidden;
}
.rencai2-list1 .item.cur .rencai2-dd-item{
	border:2px solid #a99057;
	/*transition: border-color .3s;*/
}
.rencai2-list1 .item.cur::after{
	opacity: 1;
	visibility: visible;
	/*transition: .3s;*/
}
.rencai2-dd-item img{
	display: block;
	width: 40px!important;
	margin:0 auto;
}

.rencai2-dd-item h1{
	margin:0;
	font-size: 20px;
	color: #a99057;
	margin:18px 0;
}

.rencai2-dd-item h2{
	margin:0;
	font-size: 14px;
	color: #666;
}
.rencai2-con-wp{
	padding: 45px 0 50px;
}
.rencai2-con-wp .rencai2-con{
	display: none;
	min-height: 500px;
}
.rencai2-con-wp .rencai2-con:first-child{
	display: block;
}
.rencai2-con{
	font-size: 16px;
	color: #666;
	line-height: 2.4;
}


.rencai2-list2 dl{
	margin:0;
}

.rencai2-list2 dd{
	padding: 40px 0;

}
.rencai2-list2 dd+dd{
	border-top: 1px solid #ddd;
}
.rencai2-list2 dd .rencai2-dd-item{
	max-width: 320px;
	height: auto;
	padding: 30px 15px;
	border:2px solid #a99057;
}
.rencai2-list2 dd .rencai2-dd-item::after{
	position: absolute;
  width: 28px;
  height: 19px;
  left: 50%;
  margin-left: -14px;
  bottom: -19px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/jiao1.png);
  content: "";
}

.about1{
	padding: 90px 0 125px;
	background-color: #fff;
}

.about1-pic{
	width: 46.7857%;
	margin-right: 55px;
	position: relative;
	margin-left: 36px;
}

.about1-pic::before{
	position: absolute;
	width: 273px;
	height: 493px;
	left: -36px;
	top: 0;
	content:"";
	background-image: url(../images/before.jpg); 
	background-repeat: no-repeat;
	background-position: center;
}


.about1-pic .imgbox_a{
	padding-bottom: 71%;
}

.about1-con{
	overflow: hidden;
	padding-top: 13px;
}

.about1-con h1{
	margin:0;
	font-size: 30px;
	color: #333;
	font-weight: bold;
}

.about1-con-p p{
	margin:0;
}

.about1-con-p{
	font-size: 16px;
	color: #666;
	line-height: 2;
	margin-top: 30px;
}

.about1-a{
	font-size: 16px;
	color: #a99057;
	margin-top: 50px;
}
.about1-a a:hover{
	font-weight: bold;
}
.about1-a img{
	margin-top: -3px;
	margin-left: 7px;
}

.about2{
	padding: 60px 0 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/about2-bg.jpg);
}

.about2-div{
	margin-top:20px;
}

.about2-pic{
	width: 355px;
	margin-right: 100px;
}

.about2-pic img{
	display: block;
	width: 100%;
}


.about2-con{
	overflow: hidden;
	padding-top: 25px;
}
.about2-con h1{
	margin:0;
	font-size: 34px;
	color: #a99057;
}
.about2-con h2{
	margin:0;
	font-size: 22px;
	color: #333;
	margin:20px 0 35px;
}
.about2-con-p p{
	margin:0;
}
.about2-con-p{
	font-size: 16px;
	color: #666;
	line-height: 2.4;
}


.about2-con img{
	display: block;
	margin-top: 40px;
}






.about3{
	padding: 80px 0;
	background-color: #fafafa;
}
.about3-div{
	margin-top:40px;
}
.about3-pic img{
	display: block;
	margin:0 auto;
}


.about4{
	padding: 60px 0 70px;
	background-color: #fff;
}
.about4-2,.about4-3{
	display: none;
}
.about4-3 .imgbox_a {
    padding-bottom: 66.87%;
}
.about4-4 .swiper-container{
	overflow: hidden;
	padding: 15px 0;
}
.about4-4 .swiper-slide{
	width:420px;

}




.about4-4  .imgbox_a {
    padding-bottom: 66.87%;
}

.about5{
	padding: 60px 0 260px;
	background-image: url(../images/about5-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #ddf4ee;
}

.about6{
	padding: 70px 0 80px;
	background-color: #fff;
}

.about7{
	padding: 70px 0 100px;
	background-image: url(../images/about7-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.about7-div{
	margin-top: 55px;
	background-color: #fff;
	padding: 20px 15px;
}

.map-wp{
	width: 826px;
	height: 419px;
	margin-left: 50px;
}

.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.about7-con{
	overflow: hidden;
	padding-top: 55px;
	padding-left: 60px;
}

.about7-con img{
	display: block;
	width: 119px;
}

.about7-con h1{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin:24px 0 20px;
}

.about7-con dl{
	margin:0;
}

.about7-con dd{
	font-size: 14px;
	color: #666;
	line-height: 1.8;
}
.about7-con dd+dd{
	margin-top: 5px;
}

.about6-div{
	margin-top: 50px;
}

.about6-1{
	width: 50%;
	position: relative;
	top: 0px;
}

.about6-1 .imgbox_a{
	padding-bottom: 55.7%;
}

.about6-2{
	width: 50%;
	background-color: #fff;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.15);
	height: 390px;
	padding: 90px 35px 0;
}

.about6-2-p{
	font-size: 16px;
	color: #333;
	line-height: 2.3;
}

.about6-2-p p{
	margin:0;
}

.about5-div{
	margin-top: 50px;
	padding: 0	80px;
	position: relative;
}
.about5-div::before{
	position: absolute;
	width: 24px;
	height: 28px;
	left: 30px;
	top: 0px;
	content:"";
	background-image: url(../images/yin2.png);
	background-repeat: no-repeat;
	background-position: center;
}
.about5-div::after{
	position: absolute;
	width: 24px;
	height: 28px;
	right: 30px;
	bottom:0px;
	content:"";
	background-image: url(../images/yin3.png);
	background-repeat: no-repeat;
	background-position: center;
}
.about5-p p{
	margin:0;
}

.about5-p{
	font-size: 16px;
	color: #333;
	line-height: 2.5;
	font-weight: bold;
}


.about4-div{
	margin-top: 50px;
}
.poster-main ul{
	margin:0;
}
.poster-main{
	position: relative;
	margin: 0px auto;
	width: 1400px;
}
.poster-main .poster-list{
	width: 0!important;
	height: 0!important;
	margin:0;
}
.poster-main .poster-list .poster-item{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1!important;
}

.poster-item .imgbox_a{
	padding-bottom: 66.87%;
}
/*.poster-main .poster-next-btn,
.poster-main .poster-prev-btn{
	display: none;
}*/

.poster-main .poster-btn{
	position: absolute;

}
.poster-main .poster-prev-btn{
	left: 0;
	top: 0;
	cursor: pointer;
}
.poster-main .poster-next-btn{
	right: 0;
	top: 0;
	cursor: pointer;
}



.index{
	overflow: hidden;
}
.index1{
	padding: 32px 0 60px;
}

.index1-1 h1{
	margin:0;
	font-size: 28px;
	color: #333;
	font-weight: bold;
	padding: 0	300px;
	text-align: center;
}

.index1-1 h1 a:hover{
	color: #a99057;
}

.index1-1-p-wp{
	padding: 0 133px;
	margin-top: 10px;
}
.index1-1-p{
	position: relative;
	padding-right: 82px;
}
.index1-1-p a{
	position: absolute;
	right: 0;
	top: 0;
	font-size:14px;
	color: #a99057;
}
.index1-1-p a:hover{
	color: #a99057;
}
.index1-1-p p{
	font-size: 14px;
	color: #666;
}
.index1-2{
	margin-top: 35px;
}

.index1-2-1{
	width: 655px;
	margin-right: 25px;
}
.index1-2-1 .imgbox_a{
	padding-bottom: 63.66%;
}
.index1-2-1 .imgbox_a h1{
	margin:0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 53px;
	line-height: 53px;
	font-size: 16px;
	color: #fff;
	padding-left: 15px;
	padding-right: 127px;
	background-color: rgba(0,0,0,0.8);
	z-index: 15;
}

.findex1-2-1 .flex-control-paging li a{
	width: 16px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	text-indent: 0;
	color: #000;
	font-size: 12px;
	background-color: #fff;
	background-image: none!important;
}
.findex1-2-1 .flex-control-nav li{
	margin:0;
}
.findex1-2-1 .flex-control-nav li+li{
	margin-left: 5px;
}

.findex1-2-1 .flex-control-nav{
	text-align: right;
	padding-right: 13px;
	height: 0;
	bottom: 34px;
}

.findex1-2-1 .flex-control-paging li a.flex-active{
	background-color: #da9133;
	color: #fff;
}



.index1-2-2{
	overflow: hidden;
}

.index1-2-2-dl dl{
	margin:0;
}

.index1-2-2-dl dd{
	float: left;
	border: 1px solid #dedddd;
	border-left: 0;
	width: 25%;
	height: 49px;
	line-height: 47px;
	text-align: center;
	font-size: 16px;
	color: #3e3e3e;
	cursor: pointer;
}
.index1-2-2-dl dd:first-child{
	border-left: 1px solid #dedddd;
}

.index1-2-2-dl dd.cur{
	background-color: #373a3f;
	border-color:#373a3f;
	color: #fad77b;
	font-weight: bold;
}
.index1-2-2-div-wp{
	margin-top: 18px;
}
.index1-2-2-div-wp .index1-2-2-div{display: none;}
.index1-2-2-div-wp .index1-2-2-div:first-child{display: block;}
.index1-2-2-div{
	position: relative;
	height: 350px;
}
.index1-2-2-div dd:last-child{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	border-bottom: 0;
	line-height: 50px;
	text-align: right;
}
.index1-2-2-div dl{
	margin:0;
}

.index1-2-2-div dd{
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/dian.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:14px;
  overflow: hidden;
	position: relative;
	padding-right:85px;
	height:50px;
	line-height: 49px;
	border-bottom: 1px dotted #cecfd1;
}

.index1-2-2-div-wp .index1-2-2-div dd:last-child{
	padding-left: 0;
	background-image: none;
	padding-right: 0;
}.index1-2-2-div-wp .index1-2-2-div dd:last-child a{
	color: #a99057;
}

.index1-2-2-div dd a{
	font-size: 15px;
	color:#4b4b4b;
}
.index1-2-2-div dd span{
	font-size: 14px;
	color:#000;
	position: absolute;
	right: 0px;
	top: 0;
}
.index1-2-2-div dd a:hover{
	color:#a99057;
}

.index2{
	background-image: url(../images/index2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 50px 0 130px;
}

.index-title{
	text-align: center;
}

.index-title h1{
	margin:0;
	font-size: 36px;
	color: #aeb1b3;
	font-weight: bold;
	font-family: "Constantia";
	text-transform: uppercase;
	opacity: 0.5;
	letter-spacing: 1px;
}

.index-title h2{
	margin:0;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
}

.index2-dl1{
	margin-top: 20px;
}

.index2-dl1 dl{
	margin:0;
	font-size: 0;
	line-height: normal;
	text-align: center;
}

.index2-dl1 dd{
	display: inline-block;
	margin:0 20px;
	font-size: 18px;
	color: #333;
	cursor: pointer;
}

.index2-dl1 dd.cur{
	color: #a99057;
}


.index2-dl2-wp{
	margin-top: 90px;
}

.index2-dl2-wp .index2-dl2{display: none;}
.index2-dl2-wp .index2-dl2:first-child{display: block;}

.index2-dl2 dl{
	margin:0;
}

.index2-dl2 dd{
	float: left;
	width: 25%;
	background-color: #fff;
	position: relative;
	
}

.index2-dd{
	padding: 65px 30px 45px;
	position: relative;
	z-index: 15;
}

.index2-dd h1{
	margin:0;
	font-size: 16px;
	font-weight: bold;
	color: #303030;
}

.index2-dd h2{
	margin:0;
	font-size: 14px;
	color: #888888;
	margin-top: 15px;
}

.index2-pic .imgbox_a{
	padding-bottom: 57.5%;
}
.index2-pic{
	border:2px solid #fff;
	margin-top: 20px;
	/*display: none;*/
}

.index2-dd p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 7.2em;
	overflow: hidden;
	margin-top: 30px;
}

.index-more1{
	margin-top: 32px;
}

.index-more1 a{
	display: block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #6b562e;
	text-align: center;
	text-transform: uppercase;
	background-color:#f2d090; 
}
.index-more1.about-more1{
    margin-top: 50px;
}
.index-more1.about-more1 a{
    margin:0 auto;
}
.index-more1.about-more1 a:hover{
    color:#fff;
    background-color: #2c2c2c;
}
.index2-dd2{
	
	position: absolute;
	width: 100%;
	top: -53px;
	bottom: -43px;
	left: 0;
	z-index: 25;
	
	opacity: 0;
	visibility: hidden;
	border:6px solid rgba(255,255,255,0.7);
}
.index2-dd2-con{
	padding: 30px;
	background-color: #2d3036;
}
.index2-dd2 h1{
	margin:0;
	font-size: 16px;
	font-weight: bold;
	color: #c5c5c5;
}
.index2-dd2 h1 a:hover{
	color: #fff;
}
.index2-dd2 h2{
	margin:0;
	font-size: 14px;
	color: #75767a;
	margin-top: 15px;
}


.index2-dd2 p{
	margin:0;
	font-size: 14px;
	color: #99999c;
	line-height: 1.8;
	height: 5.4em;
	overflow: hidden;
	margin-top: 20px;
}

.index2-dd2 .index-more1{
	margin-top: 20px;
}

.index2-dd2 .index-more1 a:hover{
	color: #fff;
	background-color: #D82624;
}

.index2-dl2 dd.cur .index2-dd2{
	opacity: 1;
	visibility: visible;
	transition: .3s;
}


.index3{
	padding: 45px 0 60px;
}

.index3 .index-title h1{color: #d8d8d8;opacity: 0.54;}


.index3-dl{
	margin-top: 35px;
}

.index3-dl dl{
	margin:0;
}

.index3-dl dd{
	float: left;
	width: 20%;
	transition: width .3s;
}

.index3-dl dd.cur{
	width: 40%;
}



.index3-dl dd>a{
	display: block;
	height: 400px;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
}

.index3-con{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px 33px 32px;
}
.index3-con img{
	display: block;
	width: 40px;
	margin-bottom: 10px;
}

.index3-con h1{
	margin:0;
	font-size: 20px;
	color: #fff;
}

.index3-con h1{
	margin:0;
	font-size: 20px;
	color: #fff;
}
.index3-con p{
	margin:0;
	font-size: 14px;
	color: #fad77b;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 15px;
	display: none;
	width: 494px;
}


.index3-dl dd.cur .index3-con{
	background-image: url(../images/heidi2.png);
	overflow: hidden;
}

.index3-dl dd.cur .index3-con img{
	display: none;
}
.index3-dl dd.cur .index3-con h1{
	color: #fad77b;
}
.index3-dl dd.cur .index3-con p{display: block;}




.index4{
	background-image: url(../images/index4-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 75px 0 100px;
}

.index4-1{
	text-align: center;
}

.index4-1 h1{
	margin:0;
	font-size: 30px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.index4-1 p{
	margin:0;
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 1.8;
	padding: 0	90px;
	margin-top: 15px;
}
.index4-1 a{
color: #a99057;
}
.index4-2{
	margin-top: 32px;
	padding: 42px 0;
	position: relative;
}

.index4-2 dl{
	margin:0;
	position: relative;
	z-index: 15;
}

.index4-2 dd{
	float: left;
	width: 170px;
	height: 170px;

	text-align: center;
	padding-top: 48px;
	border-radius: 50%;
  background-color: #f00;
	background: -webkit-linear-gradient(#3d3f44, #2d3036); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#3d3f44, #2d3036); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#3d3f44, #2d3036); /* Firefox 3.6 - 15 */
  background: linear-gradient(#3d3f44, #2d3036); /* 标准的语法 */
}

.index4-2 dd h1{
	margin:0;
	font-size: 16px;
	color: #fad77b;
}
.index4-2 dd h1 span{
	font-size:45px;
	font-family:'Impact'; 
}
.index4-2 dd h2{
	margin:0;
	font-size: 16px;
	color: #fad77b;
	margin-top: 7px;
}
.index4-2 dd:nth-child(1){
	margin-left: 39px;
}

.index4-2 dd:nth-child(2){
	margin-left: 92px;
}

.index4-2 dd:nth-child(3){
	margin-left: 454px;
}
.index4-2 dd:nth-child(4){
	margin-left: 92px;
}

.index4-2-sp{
	position: absolute;
	width: 254px;
	top: 0;
	left: 50%;
	margin-left: -127px;
	cursor: pointer;
}

.index4-2-sp img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 10;
}

.index4-2-sp a{
	display: block;
	position: relative;
}
@keyframes turn{
  0%{-webkit-transform:rotate(0deg);}
  25%{-webkit-transform:rotate(90deg);}
  50%{-webkit-transform:rotate(180deg);}
  75%{-webkit-transform:rotate(270deg);}
  100%{-webkit-transform:rotate(360deg);}
}
.index4-2-sp a::before{
	position: absolute;
	width: 78px;
	height: 82px;
	left: 50%;
	top: 50%;
	margin-top: -41px;
	margin-left: -39px;
	content:"";
	-webkit-background-size: 100%;
	background-size: 100%;
	z-index: 25;
	background-image: url(../images/bf01.png);
}
.index4-2-sp a:hover::before{
	animation:turn 1.5s linear infinite;      
}
.index4-2-sp a::after{
	position: absolute;
	width: 78px;
	height: 82px;
	left: 50%;
	top: 50%;
	margin-top: -41px;
	margin-left: -39px;
	content:"";
	-webkit-background-size: 100%;
	background-size: 100%;
	background-image: url(../images/bf02.png);
	z-index: 25;
}
.index5{
	padding: 50px 0;
}

.index5-span{
	text-align: center;
	font-size: 30px;
	color: #333;
}
.index5-span span{
	display: inline-block;
	cursor:pointer;
	margin:0 15px; 
}
.index5-span span.cur{
	color: #a99057;
}
.index5-div-wp{
	position: relative;
	margin-top: 45px;
}

.index5-div{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	left: -15000%;
}
.index5-div.cur{
	position: relative;
	left: 0;
}

.index5 .swiper-slide{
	width: 380px;;
}
.index5  .imgbox_a{
	border-radius: 15px;
	padding-bottom: 65.78947368421053%;
}
.index5 .imgbox_a h1{
	margin:0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	padding: 0 15px;
	background-image: url(../images/heidi.png);
	z-index: 15;
	display: none;
	text-align: center;
}


.swiper-slide-active .imgbox_a h1{
	display: block;
}


.index5-arrow{
	width: 147px;
	height: 50px;
	position: relative;
	margin:45px auto 0;
	display: none;
}

.index5-left{
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-image: url(../images/left15.png);
	transition: background-image .3s;
	cursor: pointer;
}
.index5-left:hover{
	background-image: url(../images/left15h.png);
}

.index5-right{
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-image: url(../images/right15.png);
	transition: background-image .3s;
	cursor: pointer;
}
.index5-right:hover{
	background-image: url(../images/right15h.png);
}




.video-wp{
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	z-index: 1800;
	padding: 0 60px;
	transition:  .3s;
	text-align: center;
}
.video-wp.cur{
	opacity: 1;
	visibility: visible;
}
.video-box{
	position: relative;
	width: 100%;
}
.video-close{
	position: absolute;
	width: 36px;
	right: -18px;
	top: -18px;
	cursor: pointer;
	z-index: 25;
}
.video-close img{
	display: block;
	width: 100%;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	
}


.video-close:hover img{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: transform .3s;
}

.video-box video {
    max-height: calc(100vh - 4em);
    width: 100%!important;
    vertical-align: middle;
    max-width: 100%;
}

.video-box video:focus{
	outline: none;
}




.about8{
	padding: 60px 0 70px;
}
.about8-div{
	margin-top: 40px;
}


.about8-item{
	border:1px solid #e3e3e9;
	padding: 15px;
	padding-bottom: 0;
}

.about8-pic .imgbox_a{
	padding-bottom:125.91%; 
}

.about8-con{
	padding: 18px 0 20px;
	text-align: center; 
}

.about8-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.about8-con h2{
	margin:0;
	font-size: 16px;
	color: #777;
	margin-top: 10px;
}

.zzjg{
	width: 1163px;
	margin:0 auto;
}

.zzjg-1{
	width: 869px;
	margin:0 auto;
	height: 275px; 
	position: relative;
}
.zzjg-1::before{
	position: absolute;
	width: 2px;
	left: 50%;
	margin-left: -1px;
	background-color: #dddddd;
	content:"";
	top: 62px;
	bottom: 0;
	z-index: 10;
}

.zzjg-1::after{
	position: absolute;
	left: 233px;
	right: 233px;
	background-color: #dddddd;
	content:"";
	height: 2px;
	bottom: 55px;
	z-index: 10;
}
.zzjg-item-wp{
	z-index: 50;
	position: relative;
}
.zzjg-item{
	width: 233px;
	height: 62px;
	line-height: 62px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	position: relative;
}

.zzjg-item2::before{
	position: absolute;
	width: 201px;
	right: 233px;
	background-color: #dddddd;
	content:"";
	height: 2px;
	top: 50%;
	margin-top: -1px;
	z-index: 10;
}

.zzjg-item1{
	background-color: #d39621;
	margin:0 auto;
}

.zzjg-item2{
	background-color: #e5b940;
	margin-left: auto;
}

.zzjg-item3{
	background-color: #e5b940;
	margin:0 auto;
}

.zzjg-item4{
	background-color: #e5b940;
	float: left;
}

.zzjg-item5{
	background-color: #e5b940;
	float: right;
}
.zzjg-2{
	padding-top: 32px;
	position: relative;

}

.zzjg-2::before{
	position: absolute;
	left: 31px;	
	right: 33px;
	top: 0;
	background-color: #dddddd;
	content:"";
	height: 2px;
}
.zzjg-2 dl{
	margin:0;
}

.zzjg-2 dd{
	float: left;
	width: 64px;
	height: 177px;
	background-color: #fff;
	font-size: 20px;
	color: #333;
	text-align: center;
	padding: 22px 20px  0;
	border-top: 2px solid #d2b66a;
	line-height: 1.1;
	position: relative;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.zzjg-2 dd::before{
	position: absolute;
	width: 2px;
	left: 50%;
	margin-left: -1px;
	background-color: #dddddd;
	content:"";
	height: 32px;
	bottom: 177px;
}
.zzjg-2 dd+dd{
	margin-left: 73px;
}

.span_1111{
    position: absolute;
    width: 20px;
    height: 100px;
    left: 8px;
    top: 31px;
}

.span_2222{
    position: absolute;
    width: 20px;
    height: 100px;
    right: 8px;
    top: 9px;
}





.about9{
	padding:0 0 40px;
	background-repeat: 	no-repeat;
	background-position: 	center top;
	background-image: url(../images/about9-bg.jpg);
}
.about9-list-wp{
	margin-top:90px; 
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url(../images/about9-1.png);
}

.about9-list .item{
	height: 415px;
}

.about9-item1 .about9-item{
	height: 230px;
	width: 330px;
	padding-left: 32px;
	background-repeat: 	no-repeat;
	background-position: 	center bottom;
	background-image: url(../images/bab.png);
	transition:background-image .3s;
}

.about9-item2{
	padding-top:185px;
}
.about9-item2 .about9-item{
	height: 230px;
	width: 330px;
	padding-left: 32px;
	background-repeat: 	no-repeat;
	background-position: 	center top;
	background-image: url(../images/bab2.png);
	padding-top: 129px;
	transition:background-image .3s;
}
.cur .about9-item1 .about9-item{
    background-image: url(../images/babh.png);
}
.cur .about9-item2 .about9-item{
    background-image: url(../images/bab2h.png);
}
.cur .about9-item1 .about9-item h1{
    color:#d39621;
    border-color:#d39621;
}
.cur .about9-item2 .about9-item h1{
    color:#d39621;
    border-color:#d39621;
}
.about9-item h1{
	margin:0;
	font-size:24px;
	color: #2c2c2c;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 12px;
	border-bottom: 3px solid #2c2c2c;
	transition: border-color .3s,color .3s;
}

.about9-item-p{
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow-y: auto;
	margin-top: 10px;
	padding-right: 8px;
}

.about9-item-p::-webkit-scrollbar {
    width: 4px;
}
.about9-item-p::-webkit-scrollbar-thumb {
    width: 4px;
    height: 36px;
    background-color: #eec67f;
}
.about9-item-p::-webkit-scrollbar-track {
    width: 4px;
   
}








.about9-list .owl-nav button.owl-prev{
    position: absolute;
    left:-80px;
    top: 50%;
    margin-top: -21px;
    width: 42px;
    height: 42px;
    background-image: url(../images/left6.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
    transition:background-image .3s; 
}
.about9-list .owl-nav button.owl-prev:hover{background-image: url(../images/left6h.png);}
.about9-list .owl-nav button.owl-next{
    position: absolute;
    right:-80px;
    top: 50%;
    margin-top: -21px;
    width: 42px;
    height: 42px;
    background-image: url(../images/right6.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
    transition:background-image .3s; 
}
.about9-list .owl-nav button.owl-next:hover{background-image: url(../images/right6h.png);}


/*.about9-list .owl-item:last-child .about9-item{width: 100%;}*/

/*.about9-list .owl-nav button.owl-prev.disabled,*/
/*.about9-list .owl-nav button.owl-next.disabled{*/
/*    display: none;*/
/*}*/





/*fazhan*/


.fazhan{
  padding: 60px 0;
  background-image: url(../images/zuzhi-bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
  background-size: cover;
}


.fazhan-nian{
	width: 137px;
	margin-right: 30px;
	font-size: 48px;
	color: #373a3f;
	font-family: 'Bahnschrift';
	background-image: url(../images/fazhan-nian.png);
	background-repeat: no-repeat;
	background-position: right 42%;
	line-height: 1;
}

.fazhan-con-wp{
	border:1px solid #f0f0f0;
	background-color: #fff;
	padding: 15px 30px;
	overflow: hidden;
}

.fazhan-con{
	font-size: 14px;
	color: #8b9195;
	line-height: 2;
	height: 140px;
	overflow: hidden;
}

.fazhan-div .swiper-slide{
	height: 137px!important;
	float: none;
	width: 100%;
}



.fazhan-div .swiper-container{
	height: 822px;
	overflow: hidden;
	position: relative;
	z-index: 25;
}

.fazhan-div{
	padding: 100px 0;
	position: relative;
}

.fazhan-div::before{
	position: absolute;
	width: 2px;
	background-color: #d39621;
	content:"";
	top: 42px;
	bottom: 42px;
	left: 50%;
	z-index: 10;
	margin-left: -1px;
}

.fazhan-up{
	position: absolute;
	width: 42px;
	height: 42px;
	top: 0;
	left: 50%;
	margin-left: -21px;
	background-image: url(../images/up.png);
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	transition: background-image .3s;
}

.fazhan-up:hover{
	background-image: url(../images/uph.png);

}

.fazhan-down{
	position: absolute;
	width: 42px;
	height: 42px;
	bottom: 0;
	left: 50%;
	margin-left: -21px;
	background-image: url(../images/down.png);
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	transition: background-image .3s;
}

.fazhan-down:hover{
	background-image: url(../images/downh.png);

}

.fazhan-up:focus{
	outline: none;
}

.fazhan-down:focus{
	outline: none;
}

.fazhan .mCSB_scrollTools .mCSB_draggerRail{
	background-color: #f5f5f5;
}

.fazhan .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 2px;
	background-color: #373a3f;
}


.fazhan2-con{
	width: 50%;
	height: 137px;
	padding-top: 15px;
	position: relative;
}
.fazhan2-con::before{
	position: absolute;
	width: 131px;
	height: 64px;
	content:"";
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	transition: background-image .3s;
}
.fazhan2-con h1{
	margin:0;
	font-size: 30px;
	font-weight: bold;
	color: #2c2c2c;
	transition: color .3s;
}

.fazhan2-p{
	font-size: 18px;
	color: #333;
	line-height: 1.6;
	height: 3.2em;
	overflow-y: auto;
	margin-top: 12px;
	padding-right: 8px;
}


.fazhan2-p::-webkit-scrollbar {
    width: 4px;
}
.fazhan2-p::-webkit-scrollbar-thumb {
    width: 4px;
    height: 36px;
    background-color: #eec67f;
}
.fazhan2-p::-webkit-scrollbar-track {
    width: 4px;
   
}

.fazhan2-p p{margin:0;}
.fazhan2-con1{
	padding-left: 110px;
	margin-left: auto;
	text-align: left;
}
.fazhan2-con1::before{
	background-image: url(../images/bab3.png);
	left: -31px;
}

.fazhan2-con2{
	padding-right: 110px;
	text-align: right;
}

.fazhan2-con2::before{
	background-image: url(../images/bab4.png);
	right: -32px;
}

.fazhan-div .swiper-slide.cur .fazhan2-con h1{color: #d39621;}

.fazhan-div .swiper-slide.cur .fazhan2-con1::before{background-image: url(../images/bab3h.png);}
.fazhan-div .swiper-slide.cur .fazhan2-con2::before{background-image: url(../images/bab4h.png);}


.about8-item2{
    height:354px;
    border:2px solid #e3e3e8;
    background-color: #fff;
    padding: 25px 15px 15px;
    transition: border-color .3s;
}
.about8-item2:hover{
    border-color:#d39621;
}
.about8-item2-1{
    text-align: center;
    position: relative;
    border-bottom: 1px solid #e2e2e8;
}
.about8-item2-1::after{
    position: absolute;
    left: 50%;
    margin-left: -21px;
    height: 3px;
    width: 42px;
    background-color:#d39621;
    content:"";
    bottom: -2px;
}
.about8-item2-1 h1{
    margin:0;
    font-size:20px ;
    color: #333;
    font-weight: bold;
}

.about8-item2-1 h2{
    margin:0;
    font-size:16px ;
    color: #555;
    line-height: 1.5;
    max-height: 3em;
    overflow: hidden;
    margin:11px 0 17px;
}

.about8-item2-2{
    font-size: 16px;
    color: #888;
    line-height: 2;
    max-height: 15em;
    overflow: hidden;
    margin-top: 25px;
}
.about8-item2-2 *{
     font-size: 16px!important;
    color: #888!important;
    line-height: 2!important;
}
.about8-item2-2 p{margin:0}


.zzjg-item{
	position: relative;
	z-index: 50;
}
.zzjg-item6 {
	width: 481px;
	height: 79px;
	line-height: 79px;
  background-color: #d39621;
  margin: 0 auto;
}

.zzjg-item6::before {
  position: absolute;
  width: 2px;
  left: 50%;
  margin-left: -1px;
  background-color: #dddddd;
  content: "";
  height: 39px;
  bottom: -39px;
  z-index: 10;
}
.zzjg{
	width: 1200px;
}
.zzjg-3{
	height: 904px;
	position: relative;
}
.zzjg-3::before {
  position: absolute;
  height: 2px;
  right: 162px;
  left: 145px;
  background-color: #dddddd;
  content: "";
  top: 116px;
  z-index: 10;
}
.zzjg-3-1{
	position: absolute;
	width: 395px;
	left: 0;
	top: 152px;
}

.zzjg-3-1::before {
  position: absolute;
  width: 2px;
  left: 145px;
  background-color: #dddddd;
  content: "";
  top: -34px;
  height: 190px;
  z-index: 10;
}
.zzjg-3-1::after {
  position: absolute;
  height: 2px;
  width: 218px;
  left: 32px;
  background-color: #dddddd;
  content: "";
  top: 127px;
  z-index: 10;
}
.zzjg-item7 {
	width: 145px;
	height: 62px;
	line-height: 62px;
  background-color: #e5b940;
  margin-left: 73px;
  font-size: 24px;
  color: #fff;
}

.zzjg-item8{
	margin-top: 35px;
}

.zzjg-item9{
	position: absolute;
	right: 0;
	top: 97px;
}

.zzjg-3-1 .zzjg-2{
	padding-top: 62px;
}
.zzjg-3-1 .zzjg-2::before{display: none;}
.zzjg-3-1 .zzjg-2 dd::before{
	height: 62px;
}
.zzjg-3-1 .zzjg-2 dd:first-child::before{
	height: 94px;
}
.zzjg-3-1 .zzjg-2 dd+dd{
	margin-left: 50px;
}
.zzjg-3-1 .zzjg-2 dd{
	font-size: 18px;
	padding-top: 25px;
	line-height: 1;
}
.zzjg-3-2{
	position: absolute;
	left: 218px;
	width: 476px;
	bottom: 0;
}
.zzjg-3-2::before {
  position: absolute;
  width: 2px;
  left: 50%;
  margin-left: -1px;
  background-color: #dddddd;
  content: "";
  bottom: 316px;
  height: 470px;
  z-index: 10;
}
.zzjg-3-2 .zzjg-2 dd+dd{
	margin-left:39px;
}
.zzjg-3-2 .zzjg-2 dd{
	height: 284px;
	line-height: 1;
	padding-top: 15px;
	font-size: 18px;
}

.zzjg-3-2 .zzjg-2 dd::before{
	bottom: 284px;
}



.zzjg-3-3{
	position: absolute;
	right: 0px;
	width: 687px;
	top: 118px;
}
.zzjg-3-3::before {
  position: absolute;
  width: 2px;
  left: 209px;
  background-color: #dddddd;
  content: "";
  top: 0;
  height: 220px;
  z-index: 10;
}
.zzjg-3-3 .zzjg-2 dd{
	line-height: 1;
	padding-top: 25px;
	font-size: 18px;
}
.zzjg-3-3 .zzjg-2{
	margin-top: 32px;
}
.zzjg-3-3 .zzjg-2 dd+dd{
	margin-left: 25px;
}

.zzjg-item10{
	margin-left: 138px;
	margin-top: 32px;
}

.zzjg-item11{
	position: absolute;
	top: 32px;
	right: 90px;
}

.zzjg-item11::before {
  position: absolute;
  width: 2px;
  left: 50%;
  margin-left: -1px;
  background-color: #dddddd;
  content: "";
  bottom: 62px;
  height: 32px;
  z-index: 10;
}
.danpian-con img[src*="fileTypeImages/icon"] {
    display: inline-block;
    margin: 0;
}