/*
* @Author: Marte
* @Date:   2018-06-21 15:59:31
* @Last Modified by:   Marte
* @Last Modified time: 2018-06-21 16:40:40
*/
*,div{ margin:0; padding:0; list-style:none;     font-family: 微软雅黑;}
text{
    cursor: pointer;
}
/**
  *首页
 */
.banner{
    width: 100%;

    position: relative;
}
.banner img {
    width: 100%;
    height: 40vm;
}

.main{
    height: auto;
    width: 1400px;
    margin: 30px auto;
    background-color: #fff;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.main div:nth-of-type(3n){
    margin-right: 0;
}

.tree_masking{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
/* 	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column; */
	display: none;
}
.tree_masking span:nth-child(1){
	font-size: 16px;
	color: #FFF;
	margin: 100px 0 20px 0;
	text-align: center;
	display: block;
}
.tree_masking span:nth-child(2){
	font-size: 13px;
	color: #FFF;
	display: block;
	width: 100%;
	text-align: center;
}
.unite_main{
    width: 1400px;
    height: auto;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}
.unite_tree{
    width: 30%;
    height: auto;
    margin-right: 5%;
    margin-bottom: 100px;
	position: relative;
}
.unite_tree:hover .tree_masking{
	display: block;
}
.unite_tree img{
    width: 100%;
    /* height: 220px; */
	height: 280px;
}
.unite_tree img:hover{
    animation: imgtran 1s forwards;
    -webkit-animation: imgtran 1s forwards;
}
@keyframes imgtran
{
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

@-webkit-keyframes imgtran /* Safari 与 Chrome */
{
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}
.unite_tree li{
    width: 98%;
    line-height: 30px;
    text-align: left;
    font-size: 12px;
    color: #999;
    margin: 0px auto;
}
.unite_tree li:nth-of-type(1){
    height: 30px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 5px;
}
.unite_tree li:nth-of-type(2){
    height: 50px;
    line-height: 20px;
    margin-bottom: 20px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break:break-all;
}
.unite_tree li:nth-of-type(1):hover{
    color: #106CEB;
}
.unite_tree:hover li:nth-of-type(3){
    animation: 0.5s widthextend forwards;
}
@keyframes widthextend
{
    from {
        width: 80px;
    }
    to {
        width: 100%;
    }
}

@-webkit-keyframes widthextend /* Safari 与 Chrome */
{
    from {
        width: 80px;
    }
    to {
        width: 100%;
    }
}
.unite_tree li:nth-of-type(3){
    width: 80px;
    height: 1px;
    background-color: #555555;
    margin: 0px 0px 10px 0px;
}
.unite_tree li:nth-of-type(4){
    width: 100%;
    height: 25px;
    line-height: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.unite_tree li:nth-of-type(4) text{
    display: block;
    color:#333;
}
.unite_tree li:nth-of-type(4) text:nth-of-type(2){
    opacity: 0;
}
.unite_tree:hover li:nth-of-type(4) text:nth-of-type(2){
    color: #666;
    opacity: 1;
}
.newtype{
    width:1400px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin: 100px auto;
}
.newtype ul{
    width: auto;
    height: 40px;
    cursor:pointer;
}

.type{
    width: 100px;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    text-align: center;
    color: #999;
}
.titles_type li:nth-of-type(1){
    border-right: 1px solid #ddd;
}
.newtype_checked{
    background-color:#fff ;
    color: #333;
}
.new_content li:nth-of-type(1){
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new_content li a{
    color: #333;
}
.new_content li:nth-of-type(2){
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #999;

}
.new_content li:nth-of-type(3){
    height: 60px;
    line-height: 30px;
    font-size: 18px;
    color: #666;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.new_content li:nth-of-type(4){
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #4256ed;
    text-align: right;
    margin-top: 40px;
    float: right;
}

/*首页分页*/

a{ text-decoration:none;}
a:hover{
    text-decoration:none;
}
.tcdPageCode{
    padding: 45px 20px;
    font-size: 12px;
    text-align: left;
    color: #ccc;
    text-align:center;
}
.tcdPageCode a{
    display: inline-block;
    color: #999;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin: 0 2px;
    /*border-radius: 4px;*/
    vertical-align: middle;
}
.tcdPageCode a:hover{text-decoration: none;border: 1px solid #333;}
.tcdPageCode span.current{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;color: #fff;background-color: #333;	border: 1px solid #333;vertical-align: middle;}
.tcdPageCode span.disabled{	display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;	color: #999;background: #f2f2f2;border: 1px solid #bfbfbf;vertical-align: middle;}


/*
 *合作加盟
 */
.ask_box{
	background-color: #F7FAFF;
	box-sizing: border-box;
	padding: 50px 0;
}
.ask{
	width: 1200px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}
.ask_left,.ask_right{
	width: 45%;
	height: 400px;
	position: relative;
}
.ask_right img,.ask_left img{
	width: 100%;
	height: 100%;
}
.ask_main{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
}
.ask_main h1{
	height: 100px;
	line-height: 100px;
	width: 100%;
	text-align: center;
	color: #FFF;
}
.ask_main ul{
	width: 100%;
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 30px 50px;
}
.ask_main ul li{
	color: #000000;
	list-style-type: disc;
}
.ask_btn1,.ask_btn2{
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #FFFF;
	margin: 15px auto;
	cursor: pointer;
}
.ask_btn1{
	background-color: #1677FF;
}
.ask_btn2{
	background-color: #1D2088;
}
.flow{
	margin-bottom: 100px;
}
.flow_main{
	width: 1200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}
.flow_item{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.flow_item img{
	width: 90px;
	height: 90px;
}
.flow_item span {
	font-size: 16px;
	margin-top: 10px;
}
.jt_icon{
	width: 90px;
	margin-bottom: 25px;
}
.ask_join{
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	z-index: 100;
	visibility: hidden;
}
.ask_join_main{
	width: 500px;
	height: 400px;
	background-color: #FFF;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.join_tit{
	box-sizing: border-box;
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 20px;
}
.msg_inp,.msg_inp1{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 30px;
	margin-bottom: 10px;
}
.msg_rad{
	width: 75%;
	display: flex;
	flex-wrap: wrap;
}
.msg_rad input{
	margin: 5px 5px 5px 7px;
	background-color: #007AFF;
	cursor: pointer;
}
.msg_inp div,.msg_rad div{
	font-size: 14px;
}
.msg_inp input{
	width: 70%;
	height: 25px;
	font-size: 14px;
	padding: 0 10px;
	color: #000000;
}
.msg_btn{
	width: 100%;
	height: 45px;
	border-top: 1px solid #EEEEEE;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
}

.confirm_btn,.cancel_btn{
	width: 60px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 5px;
	font-size: 12px;
	margin: 0 10px;
	cursor: pointer;
}
.confirm_btn{
	color: #FFF;
	background-color: #1677FF;
}
.cancel_btn{
	border: 1px solid #DDDDDD;
	color: #666666;
}
.x_icon{
	font-size: 18px;
	color: #86888B;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
.advantage{
    width:70%;
    min-width: 1200px;
    max-width: 80%;
    margin: 0px auto 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
	margin-bottom: 100px;
}
.ad_qyys{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ad_qyys ul{
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 300px;
	background-color: #F9F9F9;
	box-sizing: border-box;
	padding: 30px 20px;
}
.ad_qyys ul li:nth-child(2){
	width: 100%;
	text-align: center;
	margin: 15px 0 10px 0;
	font-size: 16px;
	font-weight: bold;
}
.ad_qyys ul li:nth-child(3){
	width: 200px;
	font-size: 14px;
}
.ad_qyys ul img{
	width: 100px;
	height: 100px;
}
/* .advantage div{
    width: 32%;
    min-width: 390px;
    position: relative;
    overflow: hidden;
}
.advantage div img{
    width: 100%;
    min-width: 390px;
}
.advantage div ul{
    width: 90%;
    position: absolute;
    height: 100%;
    top: 100%;
    left: 0px;
    padding-left: 5%;
    padding-right: 5%;
    background-color: rgba(0,0,0,0.8);
    border: 1px solid #fff;
}
.advantage div ul text{
    width: 112px;
    height: 40px;
    display: block;
    margin-top: 25%;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 28px;

}
.advantage div ul li{
    width: 100%;
    line-height: 30px;
    display: block;
    color: #fff;
    font-size:14px ;
}
.advantage div ul li:nth-of-type(2n-1){
    margin-top: 12px;
    font-size: 18px;
    font-weight: bold;
} */
.tolive{
    width: 100%;
    height: 80px;
    margin: 20px auto;
    text-align: center;

}
.tolive text{
    display: block;
    margin: 0px auto;
    line-height: 80px;
    font-size: 40px;
    color: #333;
    border-bottom: 1px solid #333;
}
.advantages{
    width: 100%;
    height: 40vm;
    /* background: url("../img/join/merchant_ bg_suppert.png"); */
    background-size: 100% 100%;
    padding-top: 10px;
}
.advantages img{
	width: 100%;
	height: 100%;
}
.ad_jsdj{
    width: 70%;
    width: 1200px;
    min-width: 80%;
    margin: 80px auto 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.ad_jsdj ul{
    width: 195px;
    height: 260px;
}
.ad_jsdj ul img{
    width: 195px;
    height: 195px;
    margin-bottom: 15px;

}
.ad_jsdj ul text{
    width: 195px;
    line-height: 25px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.step_main{
    width: 70%;
    min-width: 1400px;
    max-width: 80%;
    height: 400px;
    margin: 0px auto 70px;
    display: flex;
    justify-content: space-between;
}
.step{
    width: 180px;
    height: 400px;
    border: 1px solid #303030;
    padding: 0px 20px;
    color: #303030;
    border-bottom-color: #303030;
}
.step li{
    list-style: none;
}
.step:hover{
    background-color: #303030;
    color: #ffffff;
    border-bottom-color: #fff;
}
.step li:nth-of-type(1){
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50px 50px;
    border: 1px solid;
    margin: 30px auto 20px;
    font-size: 50px;
}
.step li:nth-of-type(2){
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 20px;
}
.step li:nth-of-type(3){
    width: 40px;
    height: 5px;
    margin: 10px auto 40px;
    border-bottom: 5px solid;
}
.step li:nth-of-type(4){
    width: 100%;
    line-height: 30px;
    text-align: center;
    color: #999999;
    font-size: 16px;
}

.new_titles{
    font-size: 16px;
    color: #333;
}
.titles {
    width: 100%;
    height: 70px;
    margin: 50px 0px 50px;
    text-align: center;
    font-family: MicrosoftYaHeiLight;
}
.tits{
	margin-bottom: 0;
}
.titles li:nth-of-type(1) {
    width: 100%;
    color: #333333;
    font-size: 40px;
    line-height: 40px;
}
.titles li:nth-of-type(2) {
/*    width: 100%;
    color: #999;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 4px; */
	width: 30px;
	height: 3px;
	background-color: #DCEBFF;
	margin: 0 auto;
	margin-top: 20px;
}
.titles text{
    width: 100%;
    color: #999;
    font-size: 12px;
    line-height: 40px;
}
.titles_type{
    display: flex;
    justify-content: space-between;
}

.join{
    width: 100%;
    height: 960px;
    background-image:url("../img/join/merchant_bg_coo.png");
    background-size: 100% 100%;
    position: relative;
    padding-top: 40px;
}
.disable{
    display: none;
}
.alertdiv{
    width: 100%;
    height: 200px;
    position: absolute;
    top: 350px;
    left: 0px;

}
.alertcontent{
    width: 400px;
    height: 200px;
    margin: 0px auto;
    background-color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 5px 5px;
    border: 1px solid #fff;
}
.alertcontent ul{
    width: 200px;
    height: 60px;
    line-height: 30px;
    margin: 80px auto 0px;
    overflow: hidden;
    color: #000;
}
.join_form{
    width:1200px;
    height:auto;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.company_msg{
    width: 40%;
}
.company_msg text{
    color: red;
    padding: 0px 5px;
}
.form_tit{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    cursor:default;
}
.form_tit text{
    font-size: 16px;
    padding-left: 20px;
}
.bor{
    border-bottom: 1px solid #fff;
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.company_msg li{
    width: 100%;
    margin-bottom: 30px;
}
.msg_input{
    height: 50px;
    line-height: 50px;
    color: #fff;
}
.msg_radio{
    width: 120%;
    height:50px;
    line-height: 50px;
    color: #fff;
}
.msg_radio input{
    width: 15px;
    height:15px;
    margin-left: 20px;
    margin-right: 5px;
    margin-top: 5px;
}
.msg_radio input:nth-of-type(1){
    margin-left: 0px;
}
.msg_input input {
    width: 300px;
    height: 30px;
    line-height: 30px;
    background-color: #494949;
    border-radius: 3px 3px;
    border: 0px;
}
.msg_input select{
    width: 150px;
    height: 30px;
    margin-right: 10px;
    background-color: #494949;
    border-radius: 3px 3px;
    border: 0px;
}
.msg_input textarea{
    width: 300px;
    height: 60px;
    line-height: 30px;
    background-color: #494949;
    border-radius: 3px 3px;
    border: 0px;
    margin-left: 17px;

}
.company_picture{
    width: 25%;
    margin-left: 10%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.picture_input{
    color: #fff;
    display: flex;
    margin-top: 20px;
}
.picture_input text{
    color: red;
    padding: 0px 5px;
}
.file_img{
    width: 180px;
    height: 180px;
    border: 1px dashed #fff;
    position: relative;
}
.file_img img{
    width: 180px;
    height: 180px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
}
.file_img input{
    width: 180px;
    height: 180px;
    border: 0;
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
}
#img{
    width: 70px;
    height: 70px;
    margin-left: 55px;
    margin-top: 20px;
}
.file_img li{
    height: 30px;
    border: 0;
    margin-top: 100px;
    text-align:center;
}
.file_img text{
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: block;
    font-size: 12px;
    color: #fff;
    padding: 0px;
}
.form_radio{
    line-height: 10px;
    margin-top: 5px;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.form_radio input{
    width: 15px;
    height: 15px;
    margin: 0px 10px;
}
.form_input{
    height: 30px;
    line-height: 30px;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.form_input text{
    color: red;
    padding: 0px 5px;
}
.form_input a{text-decoration: #fff}
.form_input input{
    width: 150px;
    height: 30px;
    line-height: 30px;
    background-color: #494949;
    border-radius: 3px 3px;
    border: 0px;
}
.form_input select{
    width: 80px;
    height: 30px;
    margin-right: 10px;
    background-color: #494949;
    border-radius: 3px 3px;
    border: 0px;
}
.form_input select:nth-of-type(2){
    margin-right: 0px;
}
.font-color{
    color: #fff;
    line-height: 160px;
}

.form_text{
    width: 100%;
    line-height: 30px;
    color: #fff;
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
}
.form_text textarea{
    width: 93.5%;
    height: 160px;
    background-color: #494949;
    border-radius: 3px 3px;
    border: 0px;
}
.form_button a{
    text-decoration: #fff;
    margin-top: 40px;
}
.form_button{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}
.form_button input{
    margin: 19px 13px;
}
.form_button button{
    width: 300px;
    height:40px;
    line-height: 40px;
    color: #fff;
    margin-left: 13px;
    font-size: 20px;
    border-radius: 3px 3px;
    background-color: #00A0E9;
    margin: 0px auto;
    border: 1px solid #00A0E9;
}
.mag{margin-top: 60px}
.mag_bottom{margin-bottom: 60px}
option{
    color:#666;
    font-size: 14px;
    line-height: 35px;
    padding: 0px 5px;
}
input,textarea,select{
    font-size: 14px;
    line-height: 35px;
    padding: 0px 5px;
    color:    #fff;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #999;
}
/*
 *加入我们
 */
.company_profile{
    width: 85%;
    height: 400px;
    display: flex;
    justify-content: space-between;
    margin: 50px auto 0px;
}
.company_profile ul{
/*    width: 48%;
    height: 480px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-family: 宋体;
    overflow: hidden;
	width: 60%;
	height: 350px;
}
.company_profile ul:nth-of-type(1){
    width: 45%;
}
.company_profile ul:nth-of-type(1) img{
    width: 100%;
    height: 100%;
}
.company_profile ul:nth-of-type(2){
    width: 45%;
    padding-left:  2%;
    padding-right:  2%;
}
.company_profile ul li{
    line-height: 24px;
    color: #666;
    font-family: 微软雅黑;
    font-size: 16px;
    margin-bottom: 4px;
    margin-top: 15px;
}
.company_profile ul li:nth-of-type(1){
    line-height: 30px;
    text-indent: 0px;
    font-size: 22px;
    color: #333333;
    margin-top: 0px;
}
.company_profile ul li:nth-of-type(2){
    line-height: 30px;
    text-indent: 0px;
    font-size: 15px;
    color: #999;
    margin-top: 0px;
}
.company_profile ul li:nth-of-type(3){
/*    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 0px; */
}
.company_profile ul li:nth-of-type(5){
	margin-top: 50px;
}
.company_profile ul li:nth-of-type(5) img{
	width: 100px;
	height: 100px;
}
.hotel_main{
    width: 100%;
    height: 40vm;
}
.hotel_detail{
    width: 75%;
    min-width: 980px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}
.hotel_detail ul{
    width: 50%;
    overflow: hidden;
}
.hotel_detail ul:nth-of-type(2){
    /*margin-left: 2%;*/
}
.hotel_detail ul:nth-of-type(2) li img{
    width: 100%;
    height: 100%;
}
.hotel_text li{
    float: left;
}

.hotelright li{
    float: right;
}
.hotel_text li:nth-of-type(1){
    width: 30%;
    height: 160px;
    margin-top: 60px;
}
.hotel_text li:nth-of-type(2){
    width: 70%;
    height: 160px;
    text-align: left;
    font-size: 40px;
    line-height: 180px;
    font-family: 微软雅黑;
    color: #333;
    margin-top: 60px;
}
.hotelright li:nth-of-type(2){
    text-align: right;
}
.hotel_text li img{
    width: 100%;
    height: 100%;
}
.hotel_main1{
    width: 100%;
    height: 40vm;
}
.hotel_detail1{
    width: 70%;
    min-width: 900px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
	background-color: #F9F9F9;
}
.hotel_detail1 ul{
    width: 50%;
    overflow: hidden;
	display: flex;
	flex-direction: column;
}
.hotel_text1{
	box-sizing: border-box;
	padding: 100px;
}
.hotel_text1 li:nth-child(1){
	margin-bottom: 30px;
	text-align: left;
}
.hotel_text1 li:nth-child(2){
	margin: 5px 0;
	text-align: left;
}
.hotel_text1 li:nth-child(3){
	line-height: 25px;
	text-align: left;
}
.hotel_text1 li:nth-child(4){
	border: 1px solid #7FB5FF;
	color: #106CEB;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	border-radius: 25px;
	margin-top: 30px;
}
.hotel_text1 li:nth-child(4) a{
	color: #106CEB;
	font-size: 16px;
}
.hotel_detail1 ul li:nth-child(1){
	font-size: 25px;
}
#english{
    color: #999999;
    font-size: 14px;
    line-height: 20px;
}
#englishone{
    color: #999999;
    font-size: 14px;
    line-height: 20px;
}
#englishtwo{
    color: #999999;
    font-size: 14px;
    line-height: 20px;
}
.hotel_text li{
    width: 100%;
    height: 40px;
    text-align: left;
    font-size: 24px;
    line-height: 40px;
    font-family: 微软雅黑;
    color: #333;
}
.hotelright li{
    text-align: right;
}
.backgroudcolor{
    background-color: rgba(0,0,0,0.1);
}
.history{
    width: 100%;
    height: 20vm;
    margin: 100px 0px;
	position: relative;
}
.history_text{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 35px 0;
}
.history_tit{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 100%;
	font-size: 28px;
	z-index: 10;
	color: #FFF;
}
.history_tit span{
	margin-bottom: 15px;
}
.history_tit div{
	width: 30px;
	height: 4px;
	background-color: #FFF;
}
.history img{
    width: 100%;
    height: 20vm;
}
.hotel_history{
    width: 65%;
    height: 450px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}
.hotel_history ul{
    width: 30%;
    height: 450px;
}
.hotel_history ul li{
    width: 100%;
    height: auto;
    margin: 20px auto;
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    font-family: 微软雅黑;
}

.hotel_history ul li img{
    width: 230px;
    height: 230px;
    margin: 20px auto;
    display: block;
}
.swiper_box{
	width: 1200px;
	height: auto;
	margin: 0 auto
}

.swiper-container {
	width: 1200px;
	height: 450px;
	margin-bottom: 100px;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	position: relative;
	/* Center slide text vertically */
	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;
}
.show{
	position: absolute;
	top: 50px;
	width: 100%;
	height: 350px;
	z-index: 10;
	background-color: rgba(0,0,0,0.5);
	box-sizing: border-box;
	padding-top: 130px;
	display: none;
}
.show text{
	font-size: 23px;
	color: #FFFF;
}
.show li{
	font-size: 16px;
	color: #FFFF;
	margin-top: 50px;
}
.swiper-slide:hover>.show{
	display: block;
}
.swiper-slide img{
	width: 100%;
	height: 350px;
}
.slide2{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.slide-img{
	width: 23%;
	height: 100%;
	position: relative;
}
.slide-img img{
	width: 100%;
	height: 100%;
}
.slide-img div{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	background-color: #EDF4FF;
	position: absolute;
	bottom: 0;
}
.slide-img:hover>div{
	background-color: #106CEB;
	color: #FFF;
}
.joinus{
    width: 72%;
    height: 600px;
    padding: 0px 4%;
    display: flex;
    justify-content: left;
    margin: 50px auto;
}
.jointit{
    line-height: 160px;
}
.join_img{
    width: 300px;
    height: 600px;
}
#ima{
    width: 300px;
    height: 500px;
}
.join_img text{
    display: block;
    font-size: 20px;
    line-height: 50px;
    font-family: 微软雅黑;
    font-weight: bold;
}
.zhaopin{
    width: 100%;
    min-width: 800px;
    height: 500px;
    background-color: #e2a001;
    font-family: 微软雅黑;
    background:rgba(255,255,255,1);
    box-shadow:4px 0px 20px rgba(200,200,200,0.5);
}
.zhaopin ul:nth-of-type(1){
    width:40%;
    float: left;
    height: 400px;
}
.zhaopin ul:nth-of-type(2){
    width:60%;
    height: 400px;
    float: left;
}
.zhaopin ul li{
    width: 90%;
    margin-left: 5%;
    font-size: 14px;
    line-height: 25px;
    color: #666666;
    font-family: 微软雅黑;
}
.zhaopin ul li:nth-of-type(1){
    width: 90%;
    margin-left: 5%;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    color: #333333;
    margin-top: 10px;
}
.zhaopin_msg{
    width: 80%;
    min-width: 800px;
    height: 580px;
    margin: 0px 0px 0px 0px;
}

.contactus_main{
    width: 100%;
    height: 590px;
    background: url("../img/map.png");
    background-size: 100%;
}
.contactus{
    width: 80%;
    min-width: 1350px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
}
.contactus ul{

    height: 560px;
    padding-top: 120px;
}
.contactus ul:nth-of-type(1) li{
    list-style: none;
    height: 320px;
    margin: 0px auto;
    padding-right: 50px;
}
.contactus ul:nth-of-type(2) li{
    list-style: none;
    height: 58px;
    color: #fff;
    font-size: 24px;
    font-family: 微软雅黑;
}
.contactus ul:nth-of-type(2) li:nth-of-type(3){
    list-style: none;
    width: 100%;
    height: 58px;
    color: #fff;
    font-size: 20px;
    font-family: 微软雅黑;
    font-weight: bold;
}
.contactus ul:nth-of-type(2) li:nth-of-type(4){
    list-style: none;
    width: 100%;
    height: 28px;
    color: #fff;
    font-size: 20px;
    font-family: 微软雅黑;
    font-weight: bold;
}
.contactus ul:nth-of-type(2) li:nth-of-type(5){
    list-style: none;
    width: 100%;
    height: 28px;
    color: #fff;
    font-size: 20px;
    font-family: 微软雅黑;
    font-weight: bold;
    padding-left: 60px;
}
.contactus ul:nth-of-type(2) img{
    width: 40px;
    height: 40px;
    margin: 0px 20px 0px 0px;
}
.contactus ul:nth-of-type(2) li:nth-of-type(2){
    font-size: 40px;
    font-weight: bold;
    font-family: 微软雅黑;
}

.hotel_trans{
    animation: myfirst 2s;
    -moz-animation: myfirst 2s;	/* Firefox */
    -webkit-animation: myfirst 2s;	/* Safari 和 Chrome */
    -o-animation: myfirst 2s;	/* Opera */
}
.leftto{
    animation: leftto 1s;
    -moz-animation: leftto 1s;	/* Firefox */
    -webkit-animation: leftto 1s;	/* Safari 和 Chrome */
    -o-animation: leftto 1s;	/* Opera */
}
.rightto{
    animation: rightto 1s;
    -moz-animation: rightto 1s;	/* Firefox */
    -webkit-animation: rightto 1s;	/* Safari 和 Chrome */
    -o-animation: rightto 1s;	/* Opera */
}
.jianbian_to{
    animation: topto 1s;
    -moz-animation: topto 1s;	/* Firefox */
    -webkit-animation: topto 1s;	/* Safari 和 Chrome */
    -o-animation: topto 1s;	/* Opera */
    animation-fill-mode: forwards;
}
.jianbiantext_top{
    animation: lineheto 1s;
    -moz-animation: lineheto 1s;	/* Firefox */
    -webkit-animation: lineheto 1s;	/* Safari 和 Chrome */
    -o-animation: lineheto 1s;	/* Opera */
    animation-fill-mode: forwards;
}
.jianbiantext_butten{
    animation: linehedown 1s;
    -moz-animation: linehedown 1s;	/* Firefox */
    -webkit-animation: linehedown 1s;	/* Safari 和 Chrome */
    -o-animation: linehedown 1s;	/* Opera */
    animation-fill-mode: forwards;
}
.banner div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.banner div span:nth-child(1){
	font-size: 36px;
	color: #FFF;
	margin-bottom: 30px;
}
.banner div span:nth-child(2){
	font-size: 16px;
	color: #FFF;
}
.cert{
	width: 100%;
	position: relative;
	padding: 10px 0;
	margin-bottom: 25px;
}
.cert_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}
.history_con{
	width: 1000px;
	height: 70%;
	position: absolute;
	top:150px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.his_icon{
	width: 25px!important;
	height: 20px;
}
.history_box{
	width: 100%;
	height: 85%;
	overflow: auto;
}
.item_middle img{
	width: 30px;
	height: 30px;
}
.history_item{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.item_left,.item_right{
	width: 43%;
	z-index: 100;
	color: #FFF;
}
.item_left span:nth-child(1),.item_right span:nth-child(1){
	font-size: 36px;
	display: block;
	margin-bottom: 10px;
}
.item_left span:nth-child(2),.item_right span:nth-child(2){
	font-size: 16px;
	display: block;
	line-height: 25px;
}
.item_left span{
	text-align: right;
}
.item_right span{
	text-align: left;
}
.item_middle{
	width: 6%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.item_middle div{
	height: 60px;
	width: 1px;
	background-color: #FFF;
	margin: 20px 0;
}
::-webkit-scrollbar{
	display: none;
}