@charset "utf-8";
@media only screen and (min-width: 800px) {
::-webkit-scrollbar {
 width: 5px;
 height: 5px;
 background-color: #b79a7c;
}
  
  
::-webkit-scrollbar-track {
 border-radius: 0px;
 background: #222222;
}
  
  
::-webkit-scrollbar-thumb {
 border-radius: 0px;
 background-color:#CBB783;
}
}
 
*{
	margin: 0;
	padding: 0; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-word-break: normal !important;
    word-break: normal !important;
    word-wrap: break-word !important;
}
html,body{ 
	min-height: 100%;
	-webkit-overflow-scrolling : touch;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color:transparent;
    width: 100%;
    font-size: 12px;
    line-height: 1.6;
}
body {	
	color: #000;
	font-family:"Arial", "Microsoft YaHei";
}

li{
    list-style: none;
}
img {
    border: none;
    vertical-align:bottom;
   
}
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
    text-decoration: none;
    color: #000;    
    -moz-transition: all .5s; 
    -webkit-transition: all .5s;  
    -o-transition: all .5s;
    -ms-transition: all .5s; 
    transition: all .5s; 
}
::after,::before{   
    -moz-transition: all .5s; 
    -webkit-transition: all .5s;  
    -o-transition: all .5s;
    -ms-transition: all .5s; 
    transition: all .5s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; 
}
table {
    border-collapse: collapse;
}
input, textarea,select {
    font-family: "Arial","Microsoft YaHei";
    font-size: 12px;
    outline: none;
    appearance:none; 
    -moz-appearance:none;
    -webkit-appearance:none;
    border: none;
}



.container{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1435px;
    position: relative;
}
.wrap{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1605px;
    position: relative;
}
.wrap1{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    position: relative;
}
.wrap2{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1085px;
    position: relative;
}
.wrap3{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


.img-common{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
}

.clearfix:after {
    clear: both;
}

.flex-center{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.donghua {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}



.hearer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 1000;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    transition:all .36s ease;
}
.hearer .nav-box {
    height: 100%;
    width: 94%;
    max-width: 1605px;
    margin: 0 auto;
}
.hearer .nav-box .logo {
    float: left;
    display: flex;
    height: 100%;
    align-items: center;
		width: 220px;
}
.hearer .nav-box .logo img{
	width: 100%;
}
.hearer .nav-box .search-box {
    width: 60px;
    height: 100%;
    position: relative;
}
.hearer .nav-box .search-box .search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.hearer .search-form {
    top: 100px;
    right: -1000px;
    padding: 0 20px;
    background-color: rgba(255,255,255,.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#33000000, endcolorstr=#33000000);
    z-index: 100;
    width: 400px;
    padding-left: 40px;
    position: absolute;
    height: 60px;
    line-height: 60px;
}
.hearer .nav-box .search-box[data-active="on"] .search-form{
	right: 0;
}
.hearer .nav-box .search-box, .hearer .search-form input[type=submit] {
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
}
.hearer .search-form input[type=submit] {
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 15px;
    left: 6px;
}
.hearer .search-form input[type=text] {
    height: 30px;
    line-height: 30px;
    width: 100%;
    border: none;
    background: 0 0;
    border-bottom: 1px solid #e5e5e5;
    margin-left: 10px;
}


.hearer .nav-list {
    float: right;
    line-height: 100px;
    position: relative;
}
.hearer .nav-list .list-n {
    display: inline-block;
    position: relative;
    z-index: 112;
    cursor: pointer;
    margin-right: 70px;
    transition: all .5s;
}
.hearer .nav-list .list-n:last-child{
	margin-right: 0;
}
.hearer .nav-list .list-n .nav-word {
    display: block;
    font-size: 18px;
    color: #282828;
    width: auto;
    position: relative;
}
.hearer .nav-list .list-n::after{
	content: "";
	width: 0;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #CBB783;
	transition: all .5s;
}
.hearer .nav-list .list-n.on::after{
	content: "";
	width: 100%;
}
.hearer .nav-list .list-n.on .nav-word{
	color: #CBB783;
}
.hearer .nav-list .list-n .nav-word.on{
	color: #CBB783;
}
.hearer .nav-list .list-n .nav-word.on::after{
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #CBB783;
}
.hearer .nav-list .list-n .nav-word.on{
    color: #CBB783;
}

.hearer .nav-list .list-n .nav-menu {
    position: fixed;
    top: 100px;
    width: auto;
    height: 80px;
    display: flex;
    align-items: center;
    z-index: 111;
    opacity: 0;
    visibility: hidden;
    transition-delay: .2s;
    line-height: 30px;
}
.hearer .nav-list .list-n .nav-menu .nav-info{
    white-space: nowrap;
}
.hearer .nav-list .list-n[data-on="touch"] .nav-menu {
    opacity: 1;
    visibility: visible;
    
}
.hearer .nav-list .list-n .nav-menu .nav-menu-icon {
    display: inline-block;
    padding-right: 20px;
    border-right: 1px solid #4e5054;
    -webkit-transform: translate3d(10%, 0, 0);
    -ms-transform: translate3d(10%, 0, 0);
    -o-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    opacity: 0;
    visibility: hidden;
}

.hearer .nav-list .list-n[data-on="touch"] .nav-menu .nav-menu-icon {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}
.hearer .nav-list .list-n .nav-menu .menu-a {
    display: inline-block;
    padding: 0 25px;
    font-size: 14px;
    color: #888888;
    -webkit-transform: translate3d(10%, 0, 0);
    -ms-transform: translate3d(10%, 0, 0);
    -o-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    opacity: 0;
    visibility: hidden;
    position: relative;
    line-height: 1;
}
.hearer .nav-list .list-n .nav-menu .menu-a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #888888;
}
.hearer .nav-list .list-n .nav-menu .menu-a:nth-child(1){
	padding-left: 0;
}
.hearer .nav-list .list-n .nav-menu .menu-a:nth-child(1)::before{
	display: none;
}
.hearer .nav-list .list-n[data-on="touch"] .nav-menu .menu-a {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}


.hearer.inhead{
	background-color: transparent;
	border-bottom: none;
	margin-top: 40px;
	transition:all .36s ease;
}
.hearer.inhead .nav-box{
	background-color: #fff;
	max-width: 1727px;
	padding: 0 61px;
	box-shadow: 0 5px 30px rgba(0,0,0,.25);
	border-bottom: 1px solid #e5e5e5;
}
.hearer.inhead .nav-list .list-n .nav-menu{
	top: 140px;
	max-width: 1727px;
}

.hearer .nav-list .bg{
	content: "";
    position: fixed;
    top: 100px;
    left: 0;
    width: 100vw;
    height: 80px;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    border-bottom: 1px solid #e5e5e5;
}
.hearer .nav-list .bg::after{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,1);
}
.hearer .nav-list .bg[data-on="on"]{
	opacity: 1;
	visibility: visible;
}
.hearer.inhead .nav-list .bg{
	top: 140px;
}

@media only screen and (min-width: 601px) {
    .hearer .nav-list .list-n .nav-menu .menu-a:hover{
        color: #CBB783;
    }
    .hearer .language-box.ali{
        display: none;
    }
}
@media only screen and (max-width: 1660px){
	.hearer .nav-list .list-n{
		margin-right: 50px;
	}
	.hearer.inhead .nav-list .list-n{
		margin-right: 45px;
	}
	.hearer.inhead .nav-list .list-n:last-child{
		margin-right: 0;
	}
}
@media only screen and (max-width: 1440px){
	.hearer{
		height: 80px;
	}
	.hearer .nav-list{
		line-height: 80px;
	}
	.hearer.inhead .nav-box{
		padding: 0 40px;
	}
	.hearer .nav-list .list-n{
		margin-right: 30px;
	}
	.hearer.inhead .nav-list .list-n{
		margin-right: 27px;
	}
	.hearer .search-form{
		top: 80px;
	}
	.hearer.inhead .nav-list .list-n .nav-menu{
		top: 113px;
	}
	.hearer.inhead .nav-list .bg{
		top: 113px;
	}
	.hearer .nav-list .list-n .nav-menu{
		top: 80px;
	}
	.hearer .nav-list .bg{
		top: 80px;
	}
}
@media only screen and (max-width: 1200px){
	.hearer.inhead{
		margin-top: 0;
		background-color: #fff;
		border-bottom: 1px solid #e5e5e5;
	}
	.hearer.inhead .nav-box{
		box-shadow: none;
		width: 94%;
		max-width: 1605px;
		padding: 0;
		border-bottom: none;
	}
	.hearer .nav-list .list-n{
		margin-right: 24px;
	}
	.hearer.inhead .nav-list .list-n{
		margin-right: 24px;
	}
	.hearer .nav-list .list-n .nav-word{
		font-size: 16px;
	}
	.hearer.inhead .nav-list .list-n .nav-menu{
		top: 80px;
	}
	.hearer.inhead .nav-list .bg{
		top: 80px;
	}
}
@media only screen and (max-width: 1024px){
	.hearer .nav-list{
		display: none;
	}
	.hearer{
		height: 60px;
	}
	.hearer .nav-box .logo{
		width: 68px;
	}
	.hearer .search-form{
		top: 60px;
	}
	.hearer .nav-box .search-box{
		display: none;
	}
}
@media only screen and (max-width: 640px){
	.hearer{
		height: 55px;
	}
	.hearer .search-form{
		top: 55px;
	}
}



.hearer .nav-menu{
	float: right;
	display: none;
}



.mm-nav-box{
	display: none;
}
@media only screen and (max-width:1024px){

.mm-nav-box{
	display: block;
}
.mm-nav-box .mm-nav-list{
    position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 999;
	padding: 80px 3% 6% 3%;
	transition: all .5s ease;
	transform: translate3d(0,-100%,0);
	opacity:0;
	visibility: visible;
}
.mm-nav-box[data-on="on"] .mm-nav-list{
transform: translate3d(0,0,0);
	opacity: 1;
	visibility: visible;
	overflow-y: auto;
}
.mm-nav-box .mm-nav-list .list-n{
	position: relative;
}
.mm-nav-box .mm-nav-list .list-n .mnav-word{
    border-bottom: 1px solid #F5F5F5;
    position: relative;
}
.mm-nav-box .mm-nav-list .list-n.first .mnav-word:after{
	display: none;
}
.mm-nav-box .mm-nav-list .list-n .mnav-word:after{
	content:"";
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent transparent #3c3b3b #3c3b3b;
	position: absolute;
	right: 3%;
	top: 50%;
	margin-top: -5px;
	transform:rotate(-45deg);
-ms-transform:rotate(-45deg); 	
-moz-transform:rotate(-45deg); 	
-webkit-transform:rotate(-45deg); 
-o-transform:rotate(-45deg); 	
}
.mm-nav-box .mm-nav-list .list-n[data-on="on"] .mnav-word:after{
	transform:rotate(135deg);
-ms-transform:rotate(135deg); 	
-moz-transform:rotate(135deg); 	
-webkit-transform:rotate(135deg); 
-o-transform:rotate(135deg); 	
}
.mm-nav-box .mm-nav-list .list-n .mnav-word .word-a{
    font-size: 1.16rem;
    color: #3c3b3b;
    display: block;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.mm-nav-box .mm-nav-list .list-n .mnav-sub{
	padding-top: 3%;
	padding-left: 3%;
	display: none;
}
.mm-nav-box .mm-nav-list .list-n .mnav-sub .sub-ma{
	display: block;
	font-size: 1.16rem;
	color: #3c3b3b;
	height: 40px;
    line-height: 40px;
}
.mm-nav-box .mm-nav-list .list-n .mnav-sub .ma-list{
	padding-left: 10px;
}
.mm-nav-box .mm-nav-list .list-n .mnav-sub .ma-list .mma{
	font-size: 14px;
	color: #3c3b3b;
}
.mm-nav-box .mm-nav-list .mmsearch{
	position: relative;
}
.mm-nav-box .mm-nav-list .mmsearch input[type="text"]{
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #000;
}
.mm-nav-box .mm-nav-list .mmsearch input[type="submit"]{
	background-image: url(../images/search.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 20px;
	height: 45px;
	background-color: transparent;
	position: absolute;
	top: 0;
	right: 0;
}
.hearer .nav-menu{
	display: block;
	width: 26px;
	height: 60px;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
}
.hearer .nav-menu .line{
	width: 100%;
	height: 2px;
	background-color: #CBB783;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
.hearer .nav-menu .line.line1{
	margin-top: -8px;
}
.hearer .nav-menu .line.line3{
	margin-top: 7px;
}
.hearer .nav-menu[data-on="on"] .line.line2{
	display: none;
}
.hearer .nav-menu[data-on="on"] .line.line1{
	margin-top: 0;
	transform:rotate(45deg);
-ms-transform:rotate(45deg); 	
-moz-transform:rotate(45deg); 	
-webkit-transform:rotate(45deg); 
-o-transform:rotate(45deg); 	
}
.hearer .nav-menu[data-on="on"] .line.line3{
	margin-top: 0;
	transform:rotate(-45deg);
-ms-transform:rotate(-45deg); 	
-moz-transform:rotate(-45deg); 	
-webkit-transform:rotate(-45deg); 
-o-transform:rotate(-45deg); 	
}
}
@media only screen and (max-width:640px){
	.mm-nav-box .mm-nav-list{
		padding: 55px 3% 6% 3%;
	}
}
@media only screen and (max-width:375px){
.mm-nav-box .mm-nav-list .list-n .mnav-word .word-a{
	height: 40px;
	line-height: 40px;
}
.mm-nav-box .mm-nav-list .list-n .mnav-sub .sub-ma{
	    height: 30px;
    line-height: 30px;
}
}


.inbanner-bg{
	position: relative;
}
.inbanner-bg .inbanner-swiper .swiper-wrapper .swiper-slide .inbanner-imgbox{
	display: block;
	position: relative;
}
.inbanner-bg .inbanner-swiper .swiper-wrapper .swiper-slide .inbanner-imgbox .inbanner-img{
	padding-top: calc(950 / 1920 * 100%);
	position: relative;
	min-height: 240px;
	transform: scale(1.1);
	transition: all 6s;
}
.inbanner-bg .inbanner-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .inbanner-imgbox .inbanner-img{
	transform: scale(1);
}
.inbanner-bg .inbanner-swiper .inbanner-imgbox .inbanner-img .infotit{
	position: absolute;
	top: 50%;
	left: 3%;
	width: 50%;
	padding-left: 60px;
}
.inbanner-bg .inbanner-swiper .inbanner-imgbox .inbanner-img .infotit .cntit{
	font-size: 100px;
	color: #fff;
	line-height: 1;
	font-family: 'FZCQK';
}
.inbanner-bg .inbanner-swiper .inbanner-imgbox .inbanner-img .infotit .entit{
	font-size: 36px;
	color: #fff;
	line-height: 48px;
	font-family: 'ziti';
}
.inbanner-bg .inbanner-swiper .inbanner-imgbox .inbanner-img .centertit{
	position: absolute;
	bottom: 150px;
	left: 50%;
	width: 70%;
	transform: translateX(-50%);
	text-align: center;
}
.inbanner-bg .inbanner-swiper .inbanner-imgbox .inbanner-img .centertit .cntit{
	font-size: 40px;
	color: #fff;
	line-height: 1;
	font-weight: bold;
	margin-top: 5px;
}
.inbanner-bg .inbanner-swiper .inbanner-imgbox .inbanner-img .centertit .entit{
	font-size: 46px;
	color: #fff;
	line-height: 48px;
	font-family: 'ziti';
}

.inbanner-bg .scroll{
	width: 25px;
    position: absolute;
    left: 50%;
    bottom: 7px;
    transform: translateX(-50%);
    z-index: 11;
    cursor: pointer;
    animation:mymove 2s infinite;
	-webkit-animation:mymove 2s infinite;
}
.inbanner-bg .scroll .line{
	width: 1px;
	height: 70px;
	border-left: 1px dashed #fff;
	margin: 0 auto;
	
}
@keyframes mymove{
	from {opacity: 0;bottom: 15px;}
	to {opacity: 1;bottom: 7px;}
}
@-webkit-keyframes mymove{
	from {height:70px;opacity: 0;}
	to {height:0px;opacity: 1;}
}
.inbanner-bg .scroll .arrow{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 1px solid #fff;
	position: relative;
	margin-top: 1px;
}
.inbanner-bg .scroll .arrow::after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 6px;
	height: 6px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent #fff #fff transparent;
	transform: rotate(45deg);
	margin-top: -4px;
	margin-left: -3px;
}
#main{
	position: absolute;
	top: -100px;
}
.inbanner-bg .inbanner-swiper .swiper-wrapper .swiper-slide.phone{
	display: none;
}

@media only screen and (max-width: 1660px){
	.inbanner-bg .scroll .line{
		height: 50px;
	}
	
}
@media only screen and (max-width: 1024px){
	.inbanner-bg .scroll{
		display: none;
	}
}
@media only screen and (max-width: 640px){
	.inbanner-bg .inbanner-swiper .swiper-wrapper .swiper-slide.pc{
		display: none;
	}
	.inbanner-bg .inbanner-swiper .swiper-wrapper .swiper-slide.phone{
		display: block;
	}
}




.insleepbox{
	position: relative;
}
.insleepbox .insleepbg{
	padding-top: calc(600 / 1920 * 100%);
	position: relative;
	display: block;
	min-height: 250px;
}

.insleepbox .insleepbg .insleepinfo{
	position: absolute;
	left: 335px;
	top: 50%;
	transform: translateY(-50%);
}
.insleepbox .insleepbg .insleepinfo .entit{
	font-size: 36px;
	color: rgba(255,255,255,.75);
	font-family: "ziti";
}
.insleepbox .insleepbg .insleepinfo .cntit{
	font-size: 30px;
	font-weight: bold;
	color: rgba(142,105,60,.75);
}
.insleepbox .insleepbg .insleepinfo .img{
	position: relative;
	margin-top: 40px;
}
.insleepbox .insleepbg .insleepinfo .img::before{
	content: "";
	position: absolute;
	left: 143px;
	top: 50%;
	width: 45px;
	height: 1px;
	background-color: rgba(255,255,255,.25);
}
.insleepbox .insleepbg .insleepinfo .img::after{
	content: "";
	position: absolute;
	left: 176px;
	top: 50%;
	width: 12px;
	height: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
	margin-top: -5.5px;
	opacity: 0.25;
}
.insleepbox .insleepbg .insleepinfo .text{
	font-size: 16px;
	color: rgba(255,255,255,.65);
	position: absolute;
	bottom: -85px;
	left: 0;
	font-family: 'sziti';
}


.bannerbox .banner-bg .bannerimg{
	position: relative;
}
.bannerbox .banner-bg .bannerimg .wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 94%;
	height: 100%;
	transform: translate(-50%,-50%);
}
.bannerbox .banner-bg .bannerimg .abinfo{
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.75);
	max-width: 850px;
	width: 100%;
	height: 209px;
	padding: 50px 60px 0 86px;
}
.bannerbox .banner-bg .bannerimg .abinfo .abdemo{
	font-size: 16px;
	color: #c7c4c4;
	line-height: 30px;
	max-height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bannerbox .banner-bg .bannerimg .abinfo .abtit{
	margin-top: 35px;
	text-align: right;
}
.bannerbox .banner-bg .bannerimg .abinfo .abtit .tit{
	font-size: 16px;
	color: #CBB783;
	position: relative;
	display: inline-block;
}
.bannerbox .banner-bg .bannerimg .abinfo .abtit .tit::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 65px;
	height: 1px;
	background-color: #CBB783;
	margin-left: -75px;
}

.inexplorebox .inexplore-l{
	display: block;
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
}
.inexplorebox .inexplore-l .inexploreimg{
	padding-top: calc(960 / 960 * 100%);
	position: relative;
	transform: scale(1);
	transition: all 2s;
}
.inexplorebox .inexplore-l .inexploreimg .info{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.inexplorebox .inexplore-l .inexploreimg .info .tit{
	font-size: 30px;
	color: rgba(255,255,255,.75);
	font-weight: bold;
	margin-bottom: 20px;
}
.inexplorebox .inexplore-l .inexploreimg .info .more{
	width: 150px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 22.5px;
	border: 1px solid rgba(255,255,255,.45);
	font-size: 14px;
	font-weight: bold;
	color: rgba(255,255,255,.45);
	margin: 0 auto;
}
.inexplorebox .inexplore-r{
	width: 50%;
	float: left;
}
.inexplorebox .inexplore-r .inexplore-item{
	display: block;
	width: 50%;
	height: 50%;
	float: left;
	overflow: hidden;
}
.inexplorebox .inexplore-r .inexplore-item .img{
	padding-top: calc(480 / 480 * 100%);
	position: relative;
	transform: scale(1);
	transition: all 2s;
	
}
.inexplorebox .inexplore-r .inexplore-item .img .info{
	position: absolute;
	bottom: 50px;
	left: 50px;
}
.inexplorebox .inexplore-r .inexplore-item .img .info .tit{
	font-size: 22px;
	color: #fff;
	transform: translateX(0);
	opacity: 1;
	transition: all 1s;
	letter-spacing: initial;
}
.inexplorebox .inexplore-r .inexplore-item .img .info .more{
	font-size: 16px;
	color: #CBB783;
	position: relative;
	display: inline-block;
}
.inexplorebox .inexplore-r .inexplore-item .img .info .more::after{
	content: "";
	position: absolute;
	right: -40px;
	top: 50%;
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #CBB783 #CBB783 transparent transparent;
	transform: rotate(45deg);
	margin-top: -4.5px;
}


.inkeepbox{
	overflow: hidden;
}
.inkeepbox .inkeepbg{
	padding-top: calc(740 / 1920 * 100%);
	position: relative;
	display: block;
	min-height: 280px;
	transform: scale(1);
	transition: all 2s;
}
.inkeepbox .inkeepbg .inkeepinfo{
	position: absolute;
	left: 335px;
	top: 40%;
	max-width: 50%;
}
.inkeepbox .inkeepbg .inkeepinfo .entit{
	font-size: 28px;
	color: rgba(255,255,255,.6);
	line-height: 30px;
	font-family: "ziti";
}
.inkeepbox .inkeepbg .inkeepinfo .cntit{
	font-size: 30px;
	color: rgba(142,105,60,.6);
	font-weight: bold;
}
.inkeepbox .inkeepbg .inkeepinfo .text{
	position: absolute;
	bottom: -200px;
	left: 0;
	font-size: 14px;
	color: rgba(255,255,255,.25);
	font-family: "sziti";
}

@media only screen and (min-width: 601px){
	.inkeepbox .inkeepbg:hover{
		transform: scale(1.1);
	}
	.inexplorebox .inexplore-l:hover .inexploreimg{
		transform: scale(1.1);
	}
	.inexplorebox .inexplore-r .inexplore-item:hover .img{
		transform: scale(1.1);
	}
	.inexplorebox .inexplore-r .inexplore-item:hover .img .info .tit{
		transform: translateX(100%);
		opacity: 0;
		letter-spacing: 5px;
	}
}
@media only screen and (max-width: 1660px){
	.insleepbox .insleepbg .insleepinfo{
		left: 228px;
	}
	.inkeepbox .inkeepbg .inkeepinfo{
		left: 228px;
		top: 32%;
	}
	.inkeepbox .inkeepbg .inkeepinfo .text{
		bottom: -140px;
	}
}
@media only screen and (max-width: 1440px){
	.insleepbox .insleepbg .insleepinfo .entit{
		font-size: 30px;
	}
	.insleepbox .insleepbg .insleepinfo .cntit{
		font-size: 26px;
	}
	.insleepbox .insleepbg .insleepinfo .img{
		margin-top: 20px;
	}
	.insleepbox .insleepbg .insleepinfo .text{
		bottom: -65px;
	}
	.inexplorebox .inexplore-r .inexplore-item .img .info{
		left: 10%;
		bottom: 8%;
	}
	.insleepbox .insleepbg .insleepinfo{
		left: 168px;
	}
	.inkeepbox .inkeepbg .inkeepinfo{
		left: 168px;
	}
	.inkeepbox .inkeepbg .inkeepinfo .entit{
		font-size: 26px;
	}
	.inkeepbox .inkeepbg .inkeepinfo .cntit{
		font-size: 26px;
	}
	.bannerbox .banner-bg .bannerimg .abinfo{
		max-width: 640px;
		height: 180px;
		padding: 30px 44px 0 60px;
	}
	.bannerbox .banner-bg .bannerimg .abinfo .abtit{
		margin-top: 25px;
	}
}
@media only screen and (max-width: 1200px){
	.inbanner-bg .scroll .line{
		display: none;
	}
	.insleepbox .insleepbg .insleepinfo .entit{
		font-size: 26px;
	}
	.insleepbox .insleepbg .insleepinfo .cntit {
	    font-size: 22px;
	    line-height: 1;
	}
	.insleepbox .insleepbg .insleepinfo .text{
		font-size: 12px;
		bottom: -55px;
	}
	.inexplorebox .inexplore-r .inexplore-item .img .info .tit{
		font-size: 18px;
	}
	.inexplorebox .inexplore-r .inexplore-item .img .info .more{
		font-size: 14px;
	}
	.inexplorebox .inexplore-r .inexplore-item .img .info .more::after{
		right: -32px;
		width: 7px;
		height: 7px;
		margin-top: -3px;
	}
	.insleepbox .insleepbg .insleepinfo{
		left: 94px;
	}
	.inkeepbox .inkeepbg .inkeepinfo{
		left: 94px;
	}
	.inkeepbox .inkeepbg .inkeepinfo .entit {
    	font-size: 22px;
	    line-height: 28px;
	}
	.inkeepbox .inkeepbg .inkeepinfo .cntit{
		font-size: 22px;
	}
	.inkeepbox .inkeepbg .inkeepinfo .text{
		bottom: -110px;
	}
	.bannerbox .banner-bg .bannerimg .abinfo{
		max-width: 50%;
		height: 140px;
		padding: 20px 30px 0 40px;
	}
	.bannerbox .banner-bg .bannerimg .abinfo .abtit{
		margin-top: 15px;
	}
	.bannerbox .banner-bg .bannerimg .abinfo .abdemo{
		line-height: 25px;
		max-height: 50px;
	}
}
.wp{
	margin-left: auto;
	margin-right: auto;
	max-width: 1500px;
}
._section{
	padding: 100px 0 100px 0;
}
.banner_txt h2{
	font-size: 50px;
    letter-spacing: 10px;
    color: #fff;
    margin-bottom: 0px;
}
.banner_txt h3{
	font-size: 30px;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 50px;
}
.inbanner-imgbox .wp{
	position: absolute;
	top:0;
	bottom:0;
	transform: translateX(-50%);
	left:50%;
	width: 1700px;
	z-index: 3;
}
.inbanner-imgbox .wp .banner_txt{
	width: 100%;
	text-align: center;
	position: absolute;
	left:0;
	top:54%;
	transform: translateY(-50%);
}
._title{
	position: relative;
	padding-bottom: 20px;
}
._title:after{
	content: "";
    width: 1px;
    height: 90px;
    background-color: #CBB783;
    position: absolute;
    left: 0;
    bottom: 90%;
    margin-bottom: 15px;
}
._title h3{
	position: relative;
    font-size: 36px;
    color: #CBB783;
    line-height: 74px;
    letter-spacing: 4px;
    z-index: 2;
}
._title h2{
	position: absolute;
    left: 0;
    top: 0;
    height: 74px;
    line-height: 74px;
    font-size: 100px;
    color: #666;
    letter-spacing: 8px;
    text-transform: uppercase;
    opacity: 0.05;
    z-index: 1;    
    font-weight: normal;
}
._title1 h2{
	opacity: 0.32;
	color: #ccc;
}
.in_section1{
	background: url(../images/ins1bg.jpg) no-repeat center bottom;
}
.about{
	position: relative;
}
.about_l{
	width: 72.14%;
    padding: 106px 315px 137px 90px;
    background: #b9b9b9;
    margin-top: 54px;
    position: relative;
    z-index: 1;
}
.about_l h2{
	font-weight: normal;
	font-size: 22px;
    color: white;
    line-height: 28px;
}
.about_l h4{
	font-weight: normal;
	font-size: 13px;
    color: white;
    line-height: 16px;
    margin-top: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
._abdes{
	font-size: 14px;
    color: white;
    line-height: 28px;
    margin-top: 40px;
    height: 84px;
    overflow: hidden;
}
.about_l a{
	margin-top: 28px;
	display: block;
	width: 26px;
	height:16px;
	background: url(../images/abmore.png);
}

.about_r img{
	width: 100%;
}
.about_r:hover div{
	transform: scale(1.1);
}
.about_r div{
	position: absolute;
    width: 103%;
    height: 100%;
    -webkit-transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
    -o-transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
    -moz-transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
    transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom right !important;
    background: url(../images/about.jpg);
    z-index: 1;
    cursor: pointer;
}
.in_section2{
	height: 780px;
}
.product-l{
	height: 100%;
	float: left;
	width: 60%;
}
.product-r{
	height: 100%;
	float: left;
	width: 40%;
}
.product-l-1{
	position: relative;
	height: 100%;
	float: left;
	width: 40%;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.product-l .product-l-2{
	width: 60%;
}
.img-trans{
	position: absolute;
    width: 102%;
    height: 102%;
     background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom left !important;
    transition: all 1s;
     z-index: 1;
    cursor: pointer;
}

.product-l-1:hover .img-trans{
	transform: scale(1.1);
}
.product-l-1 a{
	display: block;
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
}
.p-text{
	text-align: center;
	width: 100%;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	z-index: 2;
	left:0;
}
.p-text h2{
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
}
.p-text span{
	text-transform: uppercase;
    font-size: 14px;
	color: #fff;
	display: inline-block;
	padding: 7px  25px 8px 25px;
	border: 1px solid #fff;
	border-radius: 30px;
}
.product-l-2{
	position: relative;
	height: 100%;
	float: left;
	width: 50%;
	overflow: hidden;
}
.product-l-2 .sort-1{
	width: 100%;
	height:50%;
	overflow: hidden;
	position: relative;
}

.product-l-2 .sort-1 a:hover .img-trans{
	transform: scale(1.1);
}
._info{
	position: absolute;
	left: 20px; 
	bottom:20px;
	z-index: 2;
}
._info h2{
	font-weight: normal;
	font-size: 18px;
    color: #fff;
    transform: translateX(0);
    opacity: 1;
    transition: all 1s;
    letter-spacing: initial;
}
._info h4{
	margin-top: -25px;
	display: block;
	width: 110px;
	background: transparent;
	padding-bottom: 5px;
	letter-spacing: 1px;
	transform: translateY(7px);
	transition: all 1s;
	opacity: 0;
	font-weight: normal;
	font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}
.product-l-2 .sort-1 a:hover  ._info h2{
	opacity: 0;
	letter-spacing: 18px;
	transform: translateX(100%);
}
.product-l-2 .sort-1 a:hover  ._info h4{
	opacity: 1;
	transform: translateY(0);	
}
.sort-3 .sort-child{
	overflow: hidden;
	position: relative;
	width: 50%;
	float: left;
	height:100%
}
.sort_1{
	background: url(../images/sort1.jpg)
}
.sort_2{
	background: url(../images/sort2.jpg)
}
.sort_3{
	background: url(../images/sort3.jpg)
}
.sort_4{
	background: url(../images/sort4.jpg)
}
.sort_5{
	background: url(../images/sort5.jpg)
}
.sort_6{
	background: url(../images/sort6.jpg)
}
.sort_7{
	background: url(../images/sort7.jpg)
}
.sort_8{
	background: url(../images/sort8.jpg)
}
.new_contain{
	padding-top: 50px;
}
.new_l{
	float: left;
	width: 50%;
    height: 660px;
    background: #eee;
    padding: 62px 85px 20px 85px;
}
.new_r{
	float: left;
	width: 50%;
    height: 660px;
}
.new_l h2{
	font-size: 30px;
	color: #999;
}
.new_l h3{
	font-weight: normal;
	font-size: 28px;
	margin: 5px 0 25px 0;
}
.new_l .new_des{
	border-left: 3px solid #bbb;
	padding-left: 35px;
	font-size: 14px;
	color: #bbb;
}
.new_img{
	margin: 45px 0 25px 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	height:250px;
}
.new_img .img-trans{
	background-position: center center;
	background: url(../images/banner2.jpg)
}
.new_img:hover .img-trans{
	transform: scale(1.1);
}
.new_r ul li{
	cursor: pointer;
	width: 100%;
    float: left;
    height: 219px;
    border-bottom: solid 1px #f6f6f6;
    border-right: solid 1px #f6f6f6;
    background: white;
    padding: 54px 215px 53px 60px;
    position: relative;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.new_r ul{
	height:auto;
	border-top: solid 1px #f6f6f6;
}
.new_r ul li .title {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #666;
    line-height: 28px;
}
.new_r ul li .p {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #aaa;
    line-height: 25px;
    margin-top: 33px;
    height: 50px;
    overflow: hidden;
}
.new_r ul li .time {
    width: 77px;
    position: absolute;
    right: 49px;
    top: 54px;
    font-size: 24px;
    color: #999;
    line-height: 28px;
    font-family: Arial;
    padding-bottom: 66px;
    background: url(../images/more2.png) no-repeat left bottom;
}
.new_r ul li:hover{ box-shadow:0 0 57px rgba(10,2,4,0.18); z-index:3;}
.new_r ul li:hover .title{
	color: #CBB783;
}
.new_r ul li:hover  .time{
	color: #CBB783;
}
.more2{
	display: block;
	width: 125px;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    font-size: 12px;
    background:#CBB783 ;
    color: #fff;
    text-transform: uppercase;
    transition: all .5s ;
}
.more2 img{
	width: 17px;
    margin-top: 15px;
    float: right;
}
.more2:hover{
	box-shadow: 0 15px 34px rgba(203,183,131, 0.5);
}
h4.more2:hover{
	box-shadow:none;
}
h4.more2{
	width:90px !important;
}
.new_contain{
	height:710px;
}
.in_section3{
	background: url(../images/in4bg.jpg);
	background-repeat: repeat;
}
.in_section4 ul{
	height: auto;
	overflow: hidden;
}
.in_section4 ul li{
	float: left;
	width: 50%;
	height:350px;
	
}
.in_section4 ul li a:hover{
	box-shadow: inset 0 0 200px rgba(0,0,0,.9);
}
.in_section4 ul li a{
	position: relative;
	cursor: pointer;
	display: block;
    height: 350px;
    width: 100%;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    transition:all 1s;
}
.in_section4 ul li:first-child{
	background: url(../images/team1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.in_section4 ul li:last-child{
	background: url(../images/team2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.in_section4 ul li a>div{
	text-align: center;
	padding: 0 15%;
	position: absolute;
	left:0;
	right:0;
	top:50%;
	transform: translateY(-50%);
}
.in_section4 ul li a>div h2{
	color: #fff;
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 15px;
}
.in_section4 ul li a>div p{
	font-size: 14px;
	margin-bottom: 30px;
}
.in_section4 ul li a>div span{
	display: inline-block;
	padding: 8px 45px;
	font-size: 15px;
	border: 1px solid #fff;
}
.totop{
	position: fixed;
	right: 0;
	bottom: 0;
	width: 60px;
	height:60px;
	background-color: #CBB783;
	background-image:url(../images/top.png) ;
	background-position:center center;
	background-repeat: no-repeat; 
	cursor: pointer;
	z-index: 99;
}
._footer{
	height: auto;
	overflow: hidden;
	background: #e1e2e3;
	padding: 60px 0;
}
.footer_l{
	padding-right: 400px;
}
.footer_r{
	width: 300px;
	float: right;
}
._footer .wp{
	height: auto;
	overflow: hidden;
}
.footer_l dl{
	height:250px;
	border-left: 1px dashed #ccc;
	float: left;
	width: 20%;
	padding: 0 30px;
}
.footer_l dl dt{
	color:#444;
	font-weight: bold;
	font-size: 19px;
	margin-bottom: 20px;
}
.footer_l dl dd a{
	line-height: 25px;
	font-size: 14px;
	color: #999;
}
.footer_l dl:last-child{
	border-right: 1px dashed #ccc;
}
.footer_r h2{
	margin-bottom:20px;
	color: #CBB783;
	font-size: 20px;
}
.footer_r h2 span{
	color:#444;
}
.footer_r li{
	line-height: 28px;
	font-size: 15px;
	color: #999;
}
.copyright{
	height:60px;
	line-height: 60px;
	background: #5e5e5e;
	color: #ccc; 
}
.copyright em,.copyright i{
	font-style: normal;
}
.copyright a{
	color: #CBB783;
	margin-left: 5px;
}
.copyright img {
    position: relative;
    top: -20px;
}
.copyright span{
	float: right;
}
.m_txt{
	position: absolute;
	left: 3%;
	right: 3%;
	top:50%;
	transform: translateY(-50%);
	text-align: center;
}
.m_txt h2{
	color: #fff;
}
.m_txt h3{
	color: #fff;
}
.mpro{
	height: auto;
	overflow: hidden;
}
.mpro li{
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position:center center !important; 
	float: left;
	width: 50%;
	position: relative;
	height:150px;
}
.mpro li a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.mpro li div{
	position: absolute;
	left:15px;
	right: 15px;
	bottom: 0;
	z-index: 2;
	background: rgba(255,255,255,.8);
	text-align: center;
	padding: 6px 0;
	color: #CBB783;
	font-size: 12px;
}
.mpro li:nth-child(1){
	background: url(../images/sort1.jpg);
}
.mpro li:nth-child(2){
	background: url(../images/sort2.jpg);
}
.mpro li:nth-child(3){
	background: url(../images/sort3.jpg);
}
.mpro li:nth-child(4){
	background: url(../images/sort4.jpg);
}
.mpro li:nth-child(5){
	background: url(../images/sort5.jpg);
}
.mpro li:nth-child(6){
	background: url(../images/sort6.jpg);
}
.mpro li:nth-child(7){
	background: url(../images/sort7.jpg);
}
.mpro li:nth-child(8){
	background: url(../images/sort8.jpg);
}
.bottom-fix{
	position: fixed;
	z-index: 90;
	left:0;
	right:0;
	bottom:0;
	height:57px;
	background: #CBB783;
}
.bottom-fix a{
	text-align: center;
	display: block;
	height:57px;
	width: 25%;
	float: left;
}
.bottom-fix h2{
	padding-top: 3px;
	text-align: center;
	display: block;
}
.bottom-fix h2 img{
	width: 23px;
}
.bottom-fix h3{
	margin-top: 2px;
	text-align: center;
	display: block;
	color:#fff;
	font-size: 13px;
	font-weight: normal;
}
._banner{
	position: relative;
	z-index: 1; 
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center bottom !important;
	height:700px;
}
._banner1{
	background: url(../images/_banner1.jpg)
}
._nav1{
	height: 40px;
	background: rgba(0,0,0,.08);
	line-height: 40px;
}
._nav{
	margin-top: -40px;
	position: relative;
	z-index: 2;
}
._nav1 .wp{
	text-align: right;
	font-size: 14px;
	color:#fff ;
}
._nav1 .wp a{
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 40px;
	color: #fff;
}
._nav1 .wp span{
	margin: 0 5px;
}
._nav1 .home{
	padding-left: 50px;
	background: url(../images/home.png);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center center;
}
._nav2{
	position: relative;
	height: 70px;
	background: #eee;
}
.navbox{
	margin-left: 420px;
	position: relative;
	z-index: 4;
	height: 100%;
	text-align: right;
}
.navbox a{
	display: inline-block;
	padding: 0 30px;
	position: relative;
	line-height: 70px;
	color: #666;
	font-size: 15px;
}
.navbox a:after{
	content: '';
	display: none;
	width: 100%;
	height: 107%;
	background: #CBB783;
	position: absolute;
	bottom: 0;
	left:0;
	z-index: 1;
}
.navbox a span{
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	color: #666;
}
.navbox a.active:after{
    display: block;
}
.navbox a.active span{
	color: #fff;
}
.navbox a:hover:after{
    display: block;
}
.navbox a:hover span{
	color: #fff;
}
._nav2 .wp{
	position: relative;
}
.navt{
	width: 420px;
	float: left;
	height:110px;
	position: absolute;
	left:0;
	bottom: 0;
	background: url(../images/nydh.png);
}
.nav_l{
	background: #CBB783;
	height:110px;
	position: absolute;
	left:0;
	bottom: 0;
	width: 17%;
}
.navt h3{
	margin-top: 28px;
    font-size: 36px;
    color: white;
    line-height: 35px;
    font-family: Arial;
    text-transform: uppercase;
    font-style: oblique;
    font-weight: bold;
}
.navt h4{
	padding-left: 166px;
    position: relative;
    font-size: 30px;
    color: white;
    line-height: 36px;
}
.navt h4:before {
    content: '';
    width: 500px;
    height: 1px;
    background: white;
    position: absolute;
    left: -350px;
    top: 50%;
}
.absec1{
	background: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.nytitle{
	position: relative;
	text-align: center;
}
.nytitle h2{
	text-transform: uppercase;
	color: #ccc;
    opacity: 0.5;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: -30px;
}
.nytitle h3{
	position: relative;
    text-align: center;
    padding-bottom: 15px;
    letter-spacing: 2px;
    font-size: 28px;
    color:#CBB783;
    font-weight: 400;
}
.nytitle:before{
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #CBB783;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top:-10px;
}
.aboutbox{
	padding-top: 30px;
	height: auto;
	overflow: hidden;
}
._about_l{
	float:left;
	width:600px;
}
._about_l img{
	width: 100%;
}
._about_r{
	margin-left: 700px;
	background-image: url(../images/about2.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 70px;
    padding-right: 60px;
    padding-bottom: 20px;
}
._about_r p{
	margin-bottom: 10px;
	font-size: 14px;
	text-indent: 20px;
}
.qp{
	padding: 80px 0;
	width: 100%;
	background:#cbb783;
	text-align: center;
}
.qp h2{
	color: #fff;
	font-size: 32px;
	font-weight: normal;
}
.qp h3{
	color: #fff;
	font-size: 28px;
	font-weight: normal;
}
.cul{
	position: relative;
	z-index: 1;
	margin-top: 30px;
	background: url(../images/culbg.jpg);
	height: 350px;
}
.cul_ul{
	position: relative;
	z-index: 2;
	margin-top: -70px;
	height: auto;
	overflow: hidden;
}
.cul_ul li{
	cursor: pointer;
	position: relative;
	width: 25%;
	float: left;
	padding: 0 4.5%;
	text-align: center;
}
.cul_ul li .cir{
	display: inline-block;
	width: 140px;
	height: 140px;
	border-radius: 100%;
	background: #fff;
	text-align: center;
    color: #bebebe;
    font-size: 40px;
    font-weight: bold;
    line-height: 140px;
}
.cultxt {
	text-align: center;
}
.cultxt h3{
	font-size: 18px;
	margin-bottom: 5px;
}
.cultxt p{
	font-size: 15px;
}
.cul h2{
	font-size: 35px;
	letter-spacing: 5px;
	position: absolute;
	display: block;
	color: #fff;
	width: 100%;
	text-align: center;
	left:0;
	top:50%;
	transform: translateY(-50%);
	z-index: 2;
}
.absec3{
	background: url(../images/bg3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 50px;
}
.honor{
	padding-top: 30px;
	height: auto;
	overflow: hidden;
}
.honor li{
	margin-bottom: 40px;
	cursor: pointer;
	float: left;
	width: 25%;
	padding: 0 3%;
}
.libox{
	background: #fff;
	border: 1px solid #eee;
	padding: 30px 20px 0 20px;
}
.honimg{
	text-align: center;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.honimg img{
	height:300px;
	width: auto;
	padding-bottom: 20px;
	transition: all .6s ;
}
.hontxt{
	line-height: 50px;
	text-align: center;
	font-size: 15px;
	color:#555;
}
.honor li:hover img{
	transform: scale(1.1);
}
.channel{
	position: absolute;
	width: 100%;
	left: 0;
	top:50%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.absec4{
	background: url(../images/culbg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.absec4 .nytitle h2{
	color: #fff;
}
.absec4 .nytitle h3{
	color: #fff;
}
.absec4 li{
	text-align: center;
	margin-bottom: 15px;
	width: 50%;
	float: left;
	padding: 0 2%;
}
.absec4 li div{
	height: 145px;
	padding: 15px 7px;
	background: rgba(255,255,255,.8);
}
.absec4  ul{
	margin-top: 25px;
	height: auto;
	overflow: hidden;
}
.absec4 li p{
	font-size: 12px;
	line-height: 18px;
}
.absec4 li h2{
	font-size: 22px;
	margin-bottom: 5px;
	color: #CBB783;
}
._banner2{
	background: url(../images/_banner2.jpg)
}
.nsec{
	padding: 100px 0;
}
.nsec li{
	margin-bottom: 50px;
	border: 1px solid #eee;
}
.nsec li a{
	padding: 60px 40px 60px 0;
	display: block;
	position: relative;
}
.nsec li .date{
	position: absolute;
	z-index: 1;
	left:0;
	top:0;
	padding-top: 26px;
	text-align: center;
	background:#CBB783 ;
	width: 100px;
	height: 100px;
}
.nsec li .date h2{
	margin-bottom: 2px;
	line-height: .5;
	color: #fff;
	font-size: 24px;
}
.nsec li .date span{
	display: inline-block;
	width: 50px;
	height: 2px;
	background: #fff;
}
.nsec li .date h3{
	color: #fff;
	font-size: 17px;
}
.newbox{
	padding-left: 250px;
}
.newbox h3{
	font-weight: normal;
	font-size: 20px;
    color: #CBB783;
    margin-bottom: 30px;
    line-height: 1;
}
.newbox p{
	line-height: 27px;
	font-size: 14px;
	color: #999;
	margin-bottom: 35px;
}
.newbox .more{
	font-size: 12px;
    color: #666666;
    position: relative;
    padding-right: 35px;
    display: inline-block;
    letter-spacing: initial;
    transition: all .5s;
}
.newbox .more:after{
	content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #666666 #666666 transparent transparent;
    transform: rotate(45deg);
    margin-top: -3px;
}

.nsec li:hover .newbox .more{
	color: #CBB783;
}
.nsec li:hover .newbox .more:after{
	border-color: #CBB783 #CBB783 transparent transparent;
}
.nsec li:hover .newbox .more {
	letter-spacing: 5px;
}
.nsec li:nth-child(odd){
	background: #f7f7f7;
}
.nsec li:hover {
	background:#eee;
}
.nsec li:last-child{margin-bottom: 0}
.channel h3{
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase;
}
.pagbox{
	margin-top: 60px;
	text-align: center;
}

.pagbox a{
	margin: 0 3px;
	display: inline-block;
	width: 35px;
	height: 35px;
	color:#CBB783;
	text-align: center;
	line-height: 33px;
	border: 1px solid #e1e1e1;
	border-radius: 100%;
}
.page_arrow{
	display: inline-block;
	width: 100px !important;
	height: 35px !important;
	border-radius: 35px !important;
	border: 1px solid #e1e1e1;
}
.pagbox a:hover{
	border: 1px solid #CBB783;
	background: #CBB783;
	color: #fff;
}
.pagbox a.active{
	border: 1px solid #CBB783;
	background: #CBB783;
	color: #fff;
}
.newsec{
	padding: 100px 0;
}
.news_rec{
	float: right;
	background: #f7f7f7;
	width: 400px;
}
.news_rec li{
	position: relative;
	cursor: pointer;
	padding: 20px 20px;
}
.news_rec li:after{
	position: absolute;
	content: '';
	height:1px;
	display: block;
	left:20px;
	right:20px;
	bottom:0;
	background:  #e7e7e7;
}
.news_rec li h3{
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: normal;
}
.news_rec li p{
	line-height: 17px;
	font-size: 12px;
	color: #999;
	margin-bottom: 3px;
}
.news_rec li span{
	font-size: 12px;
	color: #777;
}
.news_rec li:hover h3{
	color: #fff;
}
.news_rec li:hover{
	background: #CBB783;
}
.news_rec li:hover p{
	color: #fff;
}
.news_rec li:hover span{
	color: #fff;
}
.news_rec li:hover:after{
	display: none;
}
.newsec .wp{
	height: auto;
	overflow: hidden;
}
.new_main{
	margin-right: 450px;
}
.newT{
	border-bottom: 1px solid #e7e7e7;
	padding: 0 0 50px 0;
	margin-bottom: 50px;
}
.newT h3{
	font-weight: normal;
	font-size: 25px;
    color: #555;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.newT span{
	color: #999;
	margin-right: 15px;
	font-size: 13px;
	font-weight: normal;
}
.newB p{
	text-indent: 20px;
	font-size: 14px;
	margin-bottom: 5px;
	color: #777;
	
}
.newS{
	text-align: center;
	padding: 80px 0 50px 0;
	border-bottom: 1px solid #e7e7e7;
}
#share-2{
	margin-left: 10px;
}
.newS{

	font-size: 15px;
	color: #999;
}
.aprev{
	cursor: pointer;
	float: left;
	display: inline-block;
	width: 110px;
	text-align: center;
	height:45px;
	line-height: 45px;
	font-size: 14px;
	background: #e7e7e7;
}
.newF{
	padding: 50px 0;
	position: relative;
}
.anext{
	cursor: pointer;
	float: right;
	display: inline-block;
	width: 110px;
	text-align: center;
	height:45px;
	line-height: 45px;
	font-size: 14px;
	background: #e7e7e7;
}
.aback{
	font-size: 14px;
	position: absolute;
	top:50px;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height:45px;
	line-height: 45px;
	display: block;
	margin: 0 auto;
	background: #CBB783;
	color:#fff;
	padding-left: 55px;
}
.aback img{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left:20px;
}
._banner3{
	background: url(../images/_banner3.jpg);
}
.joinsec1{
	background: url(../images/in5bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.joinsec2{
	background: url(../images/join3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.join_ad{
	padding-top: 50px;
	height: 400px;
	border-left: 1px solid #eee;
}
.join_ad li{
	position: relative;
	cursor: pointer;
	background: #fff;
	height:350px;
	float: left;
	width: 20%;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
}
.ad_1{
	text-align: center;
	position: relative;
	z-index: 1;
	padding-top:55px;
	transition: all .5s;
}
.ad_1 h3{
	font-size: 20px;
	margin-top: 55px;
	color: #555;
}
.ad_1 h4{
	text-transform: uppercase;
	font-size: 20px;
	color: #e6e6e6;
	margin-top: 60px;
}
.ad_1 span{
	display: inline-block;
	width: 45px;
	height: 2px;
	background: #CBB783;
}
.join_ad li:hover .ad_1{
	opacity: 0;
}
.ad_2{
	opacity: 0;
	padding:45px 25px 15px 25px ;
	position: absolute;
	top:0;
	right:0;
	bottom: 0;
	left: 0;
	z-index: 3;
	background: #CBB783;
	text-align: center;
	transition: all .5s;
}

.ad_2 h3{
	font-size: 20px;
	margin-top: 35px;
	color: #fff;
}
.ad_2 h4{
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	margin-top: 40px;
}
.ad_2 p{
	margin-top: 20px;
	font-size: 14px;
	color: #fff;
}
.ad_2 span{
	display: inline-block;
	width: 45px;
	height: 2px;
	background: #fff;
}
.join_ad li:hover .ad_2{
	opacity: 1;
	transform: scale(1.1);
}

.supp_nav{
	margin-top: 50px;
	height: 45px;
}
.supp_nav li{
	font-size: 14px;
	border-right:1px solid #fff ;
	float: left;
	width: 150px;
	height: 45px;
	line-height: 45px;
	background: #CBB783;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.supp_nav li:last-child{
	border-right: none;
}
.supp_nav li.on{
	background: #fff;
	color: #CBB783;
}
.supp_box{
	height: 400px;
	background: #fff;
	box-shadow: 0px 0 38px rgba(0,0,0,0.25);
}
.supp_item{
	display: none;
	height: 100%;
}
.item_l{
	padding: 85px 65px 45px 65px;
	height: 100%;
	width: 50%;
	float: left;
}
.item_r{
	height: 100%;
	width: 50%;
	float: right;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	
}
.item_l h3{
	font-weight: normal;
	font-size: 26px;
	margin-bottom: 20px;
}
.item_l p{
	font-size: 15px;
}
.supp_box .supp_item:nth-child(1) .item_r{
	background: url(../images/supp1.jpg);
}
.supp_box .supp_item:nth-child(2) .item_r{
	background: url(../images/supp2.jpg);
}
.supp_box .supp_item:nth-child(3) .item_r{
	background: url(../images/supp3.jpg);
}
.supp_box .supp_item:nth-child(4) .item_r{
	background: url(../images/supp4.jpg);
}
.supp_box .supp_item:nth-child(5) .item_r{
	background: url(../images/supp5.jpg);
}
.supp_box .supp_item:nth-child(6) .item_r{
	background: url(../images/supp6.jpg);
}
.joinsec3{
	background: url(../images/bg2.jpg);
	background-size:cover;
	background-repeat: no-repeat; 
}
.online{
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
	color: #999;
}
.form{
	width: 700px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.form input{
	padding: 0 15px;
	width: 100%;
	border: 1px solid #ccc;
	height: 50px;
	background: rgba(255,255,255,.7);
	border-radius: 5px;
	margin-bottom: 20px;
}
.form input::-webkit-input-placeholder { 
  color: #999;
  font-size: 14px;
}
.form textarea::-webkit-input-placeholder { 
  color: #999;
  font-size: 14px;
}
.form textarea{
	border: 1px solid #ccc;
	padding: 15px;
	height:200px;
	width: 100%;
	resize: none;
	background: rgba(255,255,255,.7);
	border-radius: 5px;
	margin-bottom: 20px;
}
.form  button{
	background: #CBB783;
    border: 0px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: block;
    margin: auto;
    height: 45px;
    width: 200px;
}
._banner4{
	background: url(../images/_banner4.jpg)
}
.title_des{
	text-align: center;
	margin-top: 30px;
	font-size: 14px;
	margin-bottom:50px;
}
.concept{
	height: 550px;
	background: url(../images/service1.jpg);
	background-size:cover !important;
	background-repeat: no-repeat !important;
	background-position:bottom center  !important;
}
.concept .wp{
	height: 100%;
}
.concept ul{
	height: 100%;
}
.concept ul li{
	cursor: pointer;
	padding: 0 20px;
	height: 100%;
	float: left;
	width: 20%;
	position: relative;
}
.libd{
	position: relative;
	width: 100%;
	text-align: center;
	
}
.libd h3{
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	margin-bottom: 5px;
	transition: all .5s;
	font-weight: normal;
	
}
.libd span{
	margin-bottom: 15px;
	width: 40px;
	height: 2px;
	display: inline-block;
	background: #fff;
	transform: translateY(-35px);
	transition: all .5s;
}
.libd h4{
	margin-top: 5px;
	font-size: 20px;
	color: #fff;
	margin-bottom: 15px;
	transform: translateY(25px);
	transition: all .5s;
	font-weight: normal;
}
.libd  p{
	font-size: 14px;
	color: #fff;
	transform: translateY(15px);
	opacity: 0;
	transition: all .5s;
}
.libd{
	position: relative;
	z-index: 2;
	padding-top: 200px;
}
.concept ul li:hover .libd  p{
	opacity: 1;
	transform: translateY(0);
}
.concept ul li:hover .libd h4{
	transform: translateY(0);
}
.concept ul li:hover .libd span{
	transform: translateY(0);
}
.concept ul li:hover .libd h3{
	transform: scale(.7) translateY(0);
}
.concept ul li:after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: rotateY(0);
    transition: all .5s;
}
.concept ul li:hover:after{
	background-color: rgba(203,183,131,.7);
    transform: rotateY(180deg);
}
.sersec1{
	padding-bottom: 0;
}

.ss li{
	cursor: pointer;
	position: relative;
	float: left;
	width: 33.33%;
	height: 350px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	transition:all 1s;
}
.ss li:before{
	display: none;
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(203,183,131,.9) , rgba(203,183,131,0));
    z-index: 1;
}
.li_1{
	position: absolute;
	width: 100%;
	text-align: center;
	left:0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	transition: all .5s;
}
.li_1 h4{
	font-size: 20px;
	color: #fff;
	margin-top: 5px;
	font-weight: normal;
}
.ss li:hover .li_1{
	display: none;
}
.ss li:hover .li_2{
	opacity: 1;
}
.li_2{
	opacity: 0;
	padding: 100px 25px 25px 25px;
	position: absolute;
	height:100%;
	width: 100%;
	left:0;
	top: 0;
	z-index: 3;
	transition: all .5s;
}
.li_2 h4{
	margin-bottom: 20px;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
}
.li_2 p{
	font-size: 14px;
	color: #fff;
}
.ss li:hover:before{
	display: block;
}
.ss li:nth-child(2):before{
	display: block;
}
.ss li:nth-child(1){
	background: url(../images/ss1.jpg)
}
.ss li:nth-child(2){
	background: url(../images/ss2.jpg)
}
.ss li:nth-child(3){
	background: url(../images/ss3.jpg)
}
.ss {
	padding-top: 50px;
	height: auto;
	overflow: hidden;
	display: flex;
}

.ss li:hover{
	width: 45%;
}
.sersec2{
	padding-bottom: 0;
}
.sersec3{
	background: url(../images/online.jpg);
	background-size: cover;
}
.mess_l{
	padding-top: 25px;
	width: 48%;
	float: left;
}
.mess_r{
	height:420px;
	border: 1px solid #eee;
	width: 48%;
	float: right;
}
.mess_l h3{
	font-size: 28px;
	color: #CBB783;
	text-align: center;
	margin-bottom: 50px;
}
.mess{
	height: auto;
	overflow: hidden;
	padding-top: 50px;
	
}
.mess_l h4{
	font-size: 18px;
	color: #666;
	text-align: center;
	margin-bottom: 40px;
}
.mess_l p{
	text-align: center;
	font-size: 18px;
	color: #CBB783;
}
.mess_l span{
	font-weight: bold;
	color: #CBB783;
}
.mess_r h2{
	font-size: 20px;
	text-align: center;
	margin: 25px 0;
}
.form1{
	width: 75%;
}
.form1 input{
	height: 45px;
	line-height: 45px;
	margin-bottom: 5px;
}
.form1  textarea{
	height: 110px;
	margin-bottom: 5px;
}
.form1  button{
	width: 140px;
	border-radius: 45px;
}
.sersec4{
	position: relative;
	height: 550px;
}
.sersec4 .map{
	position: absolute;
	left: 0;
	top:0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.sersec4 .wp{
	height: 100%;
	position: relative;
	z-index: 3;
}
.sersec4 .wp .info{
	padding: 150px 25px 0 50px;
	position: absolute;
	width: 350px;
	left:0;
	top:0;
	bottom: 0;
	background:rgba(203,183,131,.9);
}
.sersec4 .wp .info h2{
	margin-bottom: 35px;
	font-weight: normal;
	font-size: 22px;
	color: #fff;
}
.sersec4 .wp .info p{
	font-size: 14px;
	color: #fff;
	padding-left: 30px;
	margin-bottom: 20px;
}
.sersec4 .wp .info p.p1{
	background: url(../images/p1.png) left center no-repeat;
}
.sersec4 .wp .info p.p2{
	background: url(../images/p2.png) left center no-repeat;
}
.sersec4 .wp .info p.p3{
	background: url(../images/p3.png) left center no-repeat;
}
.sersec4 .wp .info p.p4{
	background: url(../images/p4.png) left center no-repeat;
}
.pmap img{
	width: 100%;
}
.minfo{
	background: rgba(203,183,131,.9);
}
.minfo{
	padding: 25px 15px;
}
.minfo h2{
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 7px;
}
.minfo p{
	margin-bottom: 3px;
	padding-left: 18px;
	color: #fff;
	font-size: 13px;
	background-size: 14px !important;
}
.minfo .p1{
	background: url(../images/p1.png) left center no-repeat;
}
.minfo .p2{
	background: url(../images/p2.png) left center no-repeat;
}
.minfo .p3{
	background: url(../images/p3.png) left center no-repeat;
}
.minfo .p4{
	background: url(../images/p4.png) left center no-repeat;
}
.mconp{
	padding: 20px 0 10px 0;
	background: url(../images/service1.jpg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
}
.mconp li{
	background: rgba(203,183,131,.9);
	padding: 25px 15px;
	margin-bottom: 10px;
}
.mconp li h2{
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	margin-bottom:8px;
}
.mconp li p{
	font-size: 13px;
	color: #fff;
}
._banner5{
	background: url(../images/_banner5.jpg);
}
.navbox1{
	margin-left: 0;
	text-align: left;
}
._banner .wp{
	height: 100%;
	position: relative;
}
.sortit{
	position: absolute;
	z-index: 2;
	left:0;
	bottom: 0;
	padding: 15px 40px 40px 45px;
	width: 500px;
	height: 200px;
	background: rgba(203,183,131,.9);
}
.sortit h2 {
    margin-top: 28px;
    font-size: 36px;
    color: white;
    line-height: 35px;
    font-family: Arial;
    text-transform: uppercase;
    font-style: oblique;
    font-weight: bold;
}
.sortit h3{
	font-size: 30px;
    color: white;
    line-height: 36px;
}
.secpro ul{
	height: auto;
	overflow: hidden;
}
.secpro ul li{
	overflow: hidden;
	cursor: pointer;
    position: relative;
    float: left;
    margin-left: 2%;
    width: 23.5%;
    margin-bottom: 50px;
    transition: all .38s cubic-bezier(.62, .02, .34, 1);
}
.proimg{
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.proimg img{
	width: 100%;
	transition: all .38s cubic-bezier(.62, .02, .34, 1);
}
.secpro ul li:hover img{
	transform: scale(1.1);
}
.secpro ul li .protxt{
	opacity: 0;
	width: 80%;
    position: absolute;
    left: 10%;
    background: #CBB783;
    padding: 25px 10px 10px 10px;
    text-align: center;
    bottom:-57px;
    z-index: 3;
    transition: all .5s;
}
.secpro ul li .protxt h2{
	margin-bottom: 3px;
	color:#fff;
	line-height: 0;
	font-size: 18px;
	font-weight: normal;
}
.secpro ul li .protxt ._line{
	display: inline-block;
    width: 40px;
    height: 1px;
    background: rgba(255,255,255,.5);
}
.secpro ul li:hover .protxt{
	opacity: 1;
	bottom:0;
}
.secpro ul li .descrip{
	display: none;
}
/*-----------------------产品弹窗-----------------------------*/
.modal-right-bt{
	text-align: right;
}
.modal-right-bt  button{
	margin-left: 15px;
	width: 40px;
	height:40px;
	background:#CBB783 ;
	border: none;
	outline: none;
	border-radius:5px;
	background-position:center center;
	background-repeat:no-repeat ; 
	background-size: 25px;
}
.modal-left{
	width: 70%;
	float:left;
	
}
.modal-right{
	margin-left: 73%;
}
.modal-right-bt  button.disabled{
	cursor:not-allowed;
	}
.modal-right-bt  button.prev{
	background-image: url(../images/btn_l.png);
}
.modal-right-bt  button.next{
	background-image: url(../images/btn_r.png);
}
.showimg img{
	width: 100%;
}
.modal-body{
	height:auto;
	overflow: hidden;
}
#title{
	padding-top: 8px;
	font-size: 18px;
	line-height: 40px;
}
.modal-right hr{
	margin-top: 15px;
	margin-bottom: 25px;
}
.descrip p,.descrip h4,.descrip h5{
	font-size: 14px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 10px;
}
.modal-right-bt{
	position: absolute;
	bottom:15px;
	right:15px;
}
.modal-content .close{
	position: absolute;
    right: 0px;
    top: -40px;
    width: 40px;
    height: 40px;
    background-color: #CBB783;
    opacity: 1;
    background-image: url(../images/close.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px;
}
.modal-content .close:hover{
	opacity: 1;
}
.modal-dialog{
	margin-top: 0 !important;
	width: 92%;
	position: absolute;
	left: 50%;	
	top:50%;
	transform: translate(-50%,-50%) !important;
}
.navbox1{
	width: auto;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}
.nav_se {
	border-top:1px solid  #CBB783;
    font-size: 12px;
    color: #666;
    height: 63px;
    line-height: 63px;
    background-color: #f9f9f9;
}
.nav_se a.active {
    color: #CBB783;
}
.nav_se a {
    color: #666;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    padding-left: 10px;
    background: url(../images/ico-14.png) left center no-repeat;
}
.nav_se .wp{
	width: auto;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}
