

/*# sourceMappingURL=style.css.map */

/* 本例子css */
body{
	padding: 0;
	margin: 0;
	min-width: 1280px;
}
.contact1{
	width: 1280px;
	padding-bottom: 50px;
	margin: 100px auto 0;
}
.contact1 .box{
	width: 100%;
	margin-bottom: 80px;
	overflow: hidden;
}
.contact1 .box ul{
	width: 1425px;
}
.contact1 .box li{
	float: left;
	width: 330px;
	margin-right: 145px;
}
.contact1 .box li h3{
	font-size: 18px;
	color: #595757;
	line-height: 25px;
	margin-bottom: 5px;
}
.contact1 .box li .details,.contact1 .box li .details p,.contact1 .box li .details p span{
	font-size: 14px;
	color: #727272;
	line-height: 24px;
}
.contact1 .box li .details p span{
	display:inline-block;
	float: left;
	width: auto;
}
.contact1 .box li .details p .spl1{
	width: 45px;
}
.contact1 .box li .details p .spl2{
	width: 285px;
}


.loader{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    border-top: 1px solid rgba(0,0,0, 0.08);
    border-right: 1px solid rgba(0,0,0, 0.08);
    border-bottom: 1px solid rgba(0,0,0, 0.08);
    border-left: 1px solid rgba(0,0,0, 0.5);
    border-radius: 50%;
    animation: spinner 700ms infinite linear;
}
@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.banner{
    position: relative;
    overflow: hidden;
    width:100%;
    height: 680px;
    margin: 0 auto;
    
}
.banner li{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
}
.banner .btns{
    position: absolute;
    left: 50%;
    bottom: 28px;
    height: 12px;
    text-align: center;
   
}
.banner .btns span{
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background-color: #fff;
    margin: 0 13px;
    cursor: pointer;
    
}
.banner span.cur{
   	background-color: #c2986d;
}
.coo{
	width: 1280px;
	margin: 100px auto 130px; 
}
.coo .warp{
	width: 100%;
	margin-bottom: 25px;
}
.coo .warp .list {
	width: 620px;
}
.coo .warp .list .title{
	width: 110px;
	position: relative;
	padding: 20px 10px 0 30px;
	min-height: 80px;
	color: #545656;
	background: url(../img/coo-icon1.png) left center no-repeat;
}
.coo .warp .list .title h3{
	font-size: 18px;
	color: #545656;
	line-height: 24px;
}
.coo .warp .tmt .title h3{
	padding-top: 18px;
}
.coo .warp .list .title .name,.coo .warp .list .title .tel{
	font-size: 14px;
	line-height: 20px;
	color: #545656;
}
.coo .warp .list .title i{
	display: block;
	width: 1px;
	background-color: #adadad;
	height: 145px;
	position: absolute;
	right: 0;
	top: 8px;
}
.coo .warp .list .box{
	margin-left: 20px;
	font-size: 14px;
	color: #545656;
	line-height: 26px;
	width: 200px;
}
.join-title{
	height: 58px;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1);
	position: relative;
	top: 0;
	left: 0;
	z-index: 30;
}
.join-title.on{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30;
}
.join-title .warp{
	width: 1280px;
	margin: 0 auto;
	height: 58px;
	line-height: 58px;
}
.join-title .warp a{
	display: inline-block;
	float: right;
	height: 56px;
	line-height: 56px;
	border-bottom: 2px solid #fff;
		transition: all 0.5s;
	-webkit-transition: all 0.5s;
	font-size: 14px;
	color: #878787;
	margin-left: 60px;
}
.join-title .warp a.on{
	border-bottom: 2px solid #c2986d;
	color: #c2986d;
}



/* 本例子css */
.join-warp .warp{position: relative;}
.join-warp .warp .box{width: 440px;}
.join-warp .warp .box h2{
	font-size: 28px;
	color: #231815;
	line-height: 40px;
	display: inline-block;
	min-width: 250px;
	padding-bottom: 5px;
	margin-bottom: 25px;
	font-weight: normal;
	border-bottom: 1px solid #dad8d8;
}

.join-warp .warp .box .details,.join-warp .warp .box .details p{
	font-size: 16px;
	line-height: 28px;
	color: #777777;
	text-align: justify;
}
.join-warp .warp .pic{
	width: 690px;
	overflow: hidden;
}
.join-warp .warp .pic img{
	width: 100%;
	display:block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.join-warp .warp .pic img:hover{
	transform:scale(1.05); 
	-webkit-transform:scale(1.05); 
	-moz-transform:scale(1.05); 
	-o-transform:scale(1.05); 
}
.btn1 .arr,.btn2 .arr{
	width: 44px;
	height: 44px;
	background: url(../img/join-icon21.png) center no-repeat;
	position: absolute;
	bottom: 2px;
	z-index: 3;
	cursor: pointer;
	display: block;
		transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.btn1 .arr{left: 3px;}
.btn2 .arr{right: 3px;}
.btn1 .arr:hover,.btn2 .arr:hover{
	background: url(../img/join-icon22.png) center no-repeat;
}




.join-warp{
	width: 1280px;
	margin: 0 auto 150px;
}
.join-warp.on{
	margin-top: 120px;	
}
.join-warp .slideBox{ width:1280px; height:700px; overflow:hidden; position:relative;}
.join-warp .slideBox .hd{ height:13px; overflow:hidden; position:absolute; left:50%; bottom:19px; z-index:1;display: none;}
.join-warp .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.join-warp .slideBox .hd ul li{ float:left; margin:0 8px;width:10px; height:10px;background:#fff; cursor:pointer;border-radius: 100%;}
.join-warp .slideBox .hd ul li.on{ background:#c2986d;}
.join-warp .slideBox .bd{ position:relative; height:100%; z-index:0;}
.join-warp .slideBox .bd li{ zoom:1; vertical-align:middle;}
.join-warp .slideBox .bd li .box{width: 440px;}
.join-warp .slideBox .bd li .box h2,.warp5 .mian h2{
	font-size: 28px;
	color: #231815;
	line-height: 40px;
	display: inline-block;
	min-width: 250px;
	padding-bottom: 5px;
	margin-bottom: 25px;
	border-bottom: 1px solid #dad8d8;
	font-weight: normal;
}
.join-warp .slideBox .bd li .box h3{
	font-size: 16px;
	color: #595757;
	line-height: 28px;
}
.join-warp .slideBox .bd li .box .details,.join-warp .slideBox .bd li .box .details p{
	font-size: 16px;
	line-height: 28px;
	color: #777777;
	text-align: justify;
}
.join-warp .slideBox .bd li .pic{width: 690px;overflow: hidden;}
.join-warp .slideBox .bd img{ width:690px; height:700px; display:block;}
.warp5 .slideBox .bd img{
		transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.warp5 .slideBox .bd img:hover{
	transform:scale(1.05); 
	-webkit-transform:scale(1.05); 
	-moz-transform:scale(1.05); 
	-o-transform:scale(1.05); 
}
.slideBox .prev,.slideBox .next{
	width: 11px;
	height: 19px;
	position: absolute;
	bottom: 2px;
}
.btn1 .slideBox .prev{
	left: 345px;
	background: url(../img/join-icon19.png) center no-repeat;
}
.btn1 .slideBox .next{
	left: 425px;
	background: url(../img/join-icon20.png) center no-repeat;
}
.btn1 .slideBox .yesu{
	display: block;
	width: 50px;
	height: 19px;
	font-size: 20px;
	color: #424242;
	line-height: 19px;
	position: absolute;
	bottom: 2px;
	left: 370px;
}
.btn2 .slideBox .prev{
	right: 425px;
	background: url(../img/join-icon19.png) center no-repeat;
}
.btn2 .slideBox .next{
	right:345px;
	background: url(../img/join-icon20.png) center no-repeat;
}
.btn2 .slideBox .yesu{
	display: block;
	width: 50px;
	height: 19px;
	font-size: 20px;
	color: #424242;
	line-height: 19px;
	position: absolute;
	bottom: 2px;
	right: 360px;
}
.btn2 .slideBox .arr,.btn1 .slideBox .arr,.btn2 .slideBox .arr,.warp5 .arr{
	width: 44px;
	height: 44px;
	background: url(../img/join-icon21.png) center no-repeat;
	position: absolute;
	bottom: 2px;
	z-index: 3;
	cursor: pointer;
	display: block;
		transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.btn2 .slideBox .arr:hover,.btn1 .slideBox .arr:hover,.warp5 .arr:hover{
	background: url(../img/join-icon22.png) center no-repeat;
}
.btn1 .slideBox .arr,.warp5 .arr{
	left: 5px;
}
.btn2 .slideBox .arr{
	right: 5px;
}
.join-warp2{
	width: 1280px;
	margin: 0 auto 115px;
}
.join-warp2 .title {
	text-align: center;
	margin-bottom: 17px;
}
.join-warp2 .title h2{
	font-size: 27px;
	color: #545656;
	line-height: 35px;
	margin-bottom: 15px;
}
.join-warp2 .title  .tit{
	font-size: 19px;
	line-height: 30px;
	color: #545656;
	margin-bottom: 5px;
}
.join-warp2 .title  p{
	font-size: 18px;
	line-height: 25px;
	color: #545656;
}
.join-warp2 .title  p span{
	font-size: 15px;
	padding-left: 15px;
}
.join-warp2 .pic{
	width: 1280px;
	margin: 0 auto;
}
.join-warp2 .pic img{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.join-warp3{
	width: 1280px;
	margin: 0 auto 140px;
	background-color: #f9f9f9;
}
.join-warp3 .warp{
	width: 450px;
	margin: 0 auto;
	padding: 65px 0 60px;
}
.join-warp3 .warp li{
	margin-bottom: 28px;
	overflow: hidden;
}
.join-warp3 .warp .last{
	margin-bottom: 85px;
}
.join-warp3 .warp li .tit{
	width: 100px;
	text-align: right;
	font-size: 18px;
	color: #3e3a39;
	line-height: 48px;
	height: 48px;
	float: left;
}
.join-warp3 .warp li .text{
	display: block;
	width: 313px;
	height: 46px;
	border:1px solid #f2efed;
	float: right;
	font-size: 16px;
	line-height: 46px;
	color: #898a8a;
	padding: 0 10px;
}
.join-warp3 .warp li .phone{
	width: 192px;
}
.join-warp3 .warp li .tzmbtn{
	display: block;
	width: 120px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	float: right;
	border:0;
	padding: 0;
	background-color: #c2986d;
	color: #fff;
	cursor: pointer;
}
.join-warp3 .warp .sel select{
	display: block;
	width: 102.5px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #898a8a;
	padding: 0 8px;
	float: right;
	border:1px solid #f2efed;
	margin-right: 10px;
	background:#fff url(../img/bot-icon.png) 90% center no-repeat;
}
.join-warp3 .warp .sel .ml{
	margin-right: 0;
}
.join-warp3 .warp li select{
	display: block;
	width: 332px;
	height: 46px;
	border:1px solid #f2efed;
	float: right;
	font-size: 16px;
	line-height: 46px;
	color: #898a8a;
	padding: 0 10px;
	appearance: none;
    -moz-appearance: none;
    outline: none;
    -webkit-appearance: none;
	background:#fff url(../img/bot-icon.png) 97% center no-repeat;
}
.join-warp3 .warp .sub input{
	display: block;
	width: 213px;
	height: 56px;
	text-align: center;
	margin: 0 auto 20px;
	border:2px solid #c2986d;
	font-size: 21px;
	color: #fff;
	background-color: #c2986d;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.join-warp3 .warp .sub input:hover{
	background-color:#e2c2a8;
	border:2px solid #e2c2a8;
}

.join-warp3 .warp .sub p{
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #c2986d;
}
.warp5{
	position: relative;
}
.warp5 .slideBox .hd{
	display: block;
}
.warp5 .slideBox{ 
	width:690px; 
	height:700px; 
	overflow:hidden; 
	position:relative;
}
.warp5 .slideBox .bd li .pic{width: 690px;overflow: hidden;}
.warp5 .slideBox .bd img{ width:690px; height:700px; display:block;}
.warp5 .mian{
	width: 440px;
}
.warp5 .mian .tbl table{
	margin-bottom: 15px;
}
.warp5 .mian .tbl table tr td{
	font-size: 16px;
	line-height: 24px;
	color: #777777;
	padding: 4px 0;
}
.warp5 .mian .tbl table tr .fon{
	font-size: 16px;
	color: #595757;
	font-weight: bold;
}
.warp5 .mian .details,.warp5 .mian .details p{
	font-size: 16px;
	line-height: 26px;
	color: #777777;
} 

