*{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'PingFangSC-Regular','Microsoft YaHei';
	box-sizing: border-box;
}
.ieFont *{
	font-family: 'Microsoft YaHei'!important;
}
img{
	border: none;
	user-select: none;
}
.bai{ color:#FFFFFF; text-decoration:none}
.hei{ color:#444444; text-decoration:none}
/* 关于我们内容头部 */
.bannerabout{ width:100%; height:486px; background:url(bannerabout.jpg) center top no-repeat;}
.about{ padding:20px 50px; line-height:2em; font-size:16px}
.title-bar-line{ margin:20px 0px;}

.zhong{ margin:0px auto; text-align:center; padding:10px;}
.hot-line{margin: 15px 0 28px; clear:both;}
.hot-line a{display: inline-block;border: solid 1px #DDDDDD;line-height: 30px;border-radius: 3px;color:#333333;margin-right: 10px;padding: 0 22px;cursor: pointer;position: relative;}

.hot-line .on,.hot-line a:hover{color:#FFffff;border: solid 1px #FF5979; background-color:#FF1240}
.hot-line .on::after{opacity: 1;}


/* 1920 */
.subscribe {
	height: 180px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 12;
	display: none;
}
.subscribe .consult{
	margin-top: 30px;
	width: 100%;
	height: 150px;
	background: #FFFFFF;
	box-shadow: 0 -3px 8px 0 rgba(34,34,34,0.4);
	display: flex;
	justify-content: center;/*左右居中*/
}
.subscribe .consult_item{
	width: 1680px;
	height: 190px;
	position: relative;
}
.subscribe .consult_item .item_title{
	width: 300px;
	height: 180px;
	background: url(../img/consultation-bg.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;/*左右居中*/
	align-items: center;/*垂直居中*/
	float: left;
	margin-top: -30px;
}
.subscribe .consult_item .item_title>p{
	font-family: PingFangSC-Medium;
	font-size: 50px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 54px;
}
.subscribe .consult_item .item_detail{
	float: left;
	margin-left: 82px;
	width: 359px;
}
.subscribe .item_detail .detail_time{
	margin-top: 32px;
	font-family: PingFangSC-Medium;
	font-size: 20px;
	color: #444444;
	letter-spacing: 0;
	line-height: 32px;
}
.subscribe .item_detail .detail_arrange{
	width: 336px;
	margin-top: 9px;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #444444;
	letter-spacing: 0;
	text-align: justify;
	line-height: 22px;
}
.subscribe .consult_item .form_input{
	float: left;
	margin-left: 63px;
}
.subscribe .form_input .form_top{
	margin-top: 25px;
	display: flex;
}
.subscribe .form_input .form_top:after{
	content: '';
	display: block;
	clear: both;
}
.subscribe .form_input .form_top .pgroup{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #222222;
	letter-spacing: 0;
	text-align: justify;
	line-height: 34px;
	display: flex;
	float: left;
}
.subscribe .form_input .form_top .pg_right{
	margin-left: 15px;
	position: relative;
}
.subscribe .pg_right .protect{
	position: absolute;
	right: 9px;
	top: 50%;
	transform: translateY(-50%);
	width: 17px;
	height: 20px;
	background: url(icon.png) no-repeat -142px -940px;
}
.subscribe .form_input .form_top .pg_right>span{
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #FF1240;
	letter-spacing: 0;
	text-align: right;
	line-height: 38px;
}


.subscribe .form_top .pgroup .input_item{
	width: 200px;
	height: 34px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 2px;
	margin-left: 11px;
	padding: 0px 10px;
	box-sizing: border-box;
	font-size: 12px;
}
.subscribe .form_top .getCode{
	width: 184px;
	height: 34px;
	background-color: #ffffff;
	border-radius: 2px;
	border: 1px solid #DDDDDD;
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.subscribe .form_top .getCode input{
	width: 110px;
	height: 32px;
	background: #FFFFFF;
	padding: 0px 10px;
	box-sizing: border-box;
	font-size: 12px;
	border: none;
}
.subscribe .form_top .getCode i{
	display: inline-block;
	width: 73px;
	border-left: solid 1px #DDDDDD;
	text-align: center;
	font-style: normal;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #222222;
	cursor: pointer;
}

.subscribe .form_top .pgroup .guest_contacts{
	width: 120px;
}
.subscribe .form_input .form_bottom{
	margin-top: 15px;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #222222;
	letter-spacing: 0;
	text-align: justify;
	line-height: 34px;
	display: flex;
}
.subscribe .form_input .form_bottom .textarea_item{
	width: 604px;
	height: 34px;
	resize: none;
	margin-left: 10px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 2px;
	font-family: PingFangSC-Regular;
	font-size: 12px;
	padding: 0 10px;
	letter-spacing: 0;
}
.subscribe .consult_item .consult_close{
	background: url(icon.png) no-repeat -342px -942px;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 25px;
	right: 25px;
	cursor: pointer;
}
.subscribe .consult_item .consult_narrow{
	background: url(icon.png) no-repeat -238px -949px;
	width: 25px;
	height: 14px;
	position: absolute;
	top: 27px;
	right: 47px;
	cursor: pointer;
}
.subscribe .consult_item .leaving{
	width: 137px;
	height: 34px;
	background: #0062FF;
	border-radius: 2px;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: justify;
	text-align: center;
	line-height: 34px;
	position: absolute;
	right: 23px;
	bottom: 78px;
	cursor: pointer;
}
.subscribe .no-prompt{
	position: absolute;
	right: 95px;
	top: 27px;
}
.subscribe .no-prompt label{
	cursor: pointer;
	display: flex;
	align-items: center;
}
.subscribe .no-prompt span{
	font-size: 12px;
	color: #444444;
	padding-left: 5px;
}
.subscribe .no-prompt input{
	cursor: pointer;
}







/* 返回顶部 */
.top-button{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 66px;
	bottom: 190px;
	color: white;
	text-align: center;
	line-height: 50px;
	z-index: 123;
	cursor: pointer;
	display: none;
}
.top-button img{
	width: 100%;
	height: 100%;
}
.top-button img.small-img{
	display: none;
}


/*提交成功*/
.submission{
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	background: rgba(0,0,0,0.6);
	z-index: 10;
	display: none;
}
.submission .submit_box{
	width: 650px;
	height: 307px;
	background: url(../img/consultation-bg.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.submit_box .success_icon{
	background: url(icon.png) no-repeat -10px -910px;
	width: 80px;
	height: 80px;
	margin:0px auto ;
	margin-top: 51px;
}
.submit_box .success_title{
	margin-top: 13px;
	text-align: center;
	font-family: PingFangSC-Medium;
	font-size: 32px;
	color: #FFFFFF;
	letter-spacing: 0;
}
.submit_box .success_detail{
	width: 511px;
	text-align: center;
	margin: 0px auto;
	margin-top: 15px;
	font-family: PingFangSC-Regular;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 30px;
}
.submit_box .success_close{
	background: url(icon.png) no-repeat -540px -840px;
	width: 20px;
	height: 20px;
	position: absolute;
	right: -22px;
	top: -30px;
	cursor: pointer;
}
.consultation{
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 12;
	background: rgba(0,0,0,0.4);
}
.consultation_box{
	width: 800px;
	height: 450px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	/* background-image:url(../img/center-sj.png);
	background-repeat: no-repeat;
	background-position: right bottom; */
	background-color:#FFFFFF;
	padding: 0px 150px;
}
.consultation_box .z_index{
	position: relative;
	z-index: 2;
}
.consultation_box .box_bg{
	position: absolute;
	z-index: 1;
	bottom: 0px;
	right: 0px;
	width: 382px;
	height: 376px;
	background:url(../img/consultation-sj.png) no-repeat;
	background-size:auto 100%;
	opacity: 0.5;
}
.consultation_box .information{
	margin-top: 72px;
	overflow: hidden;
}
.information .portrait{
	width: 110px;
	height: 110px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
}
.information .portrait>img{
	width: 100%;
	height: 100%;
}
.information .honorific{
	float: left;
	margin-left:19px ;
}
.information .honorific .p_header{
	font-family: PingFangSC-Medium;
	font-size: 30px;
	color: #222222;
	letter-spacing: 0;
}
.information .honorific .p_detail{
	font-family: PingFangSC-Light;
	font-size: 16px;
	color: #222222;
	letter-spacing: 0;
	margin-top: 12px;
}
.information .honorific .p_tel{
	font-family: PingFangSC-Regular;
	font-size: 18px;
	color: #222222;
	letter-spacing: 0;
	text-align: justify;
}
.information .honorific .p_tel>span{
	font-family: PingFangSC-Medium;
	font-size: 28px;
	color: #FF1240;
	letter-spacing: -0.2px;
	line-height: 40px;
}
.consultation_box .push_button{
	margin-top: 30px;
	display: flex;
	justify-content:space-between
}
.consultation_box .push_button .y_button{
	width: 180px;
	height: 42px;
	background: #E9E9E9;
	border-radius: 2px;
	font-size: 16px;
	color: #222222;
	letter-spacing: 0;
	text-align: center;
	line-height: 42px;
	cursor: pointer;
}
.consultation_box .push_button .z_button{
	width: 310px;
	height: 42px;
	background: #FF1240;
	border-radius: 2px;
	position: relative;
	cursor: pointer;
}
.consultation_box .push_button .z_button .line{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: justify;
	height: 22px;
}
.consultation_box .push_button .z_button .line .icon{
	float: left;
	margin-top: 2px;
	background: url(icon.png) no-repeat -341px -41px;
	width: 18px;
	height: 18px;
	margin-right: 6.2px;
}
.consultation_box .comments{
	margin-top: 21px;
	font-size: 14px;
	color: #444444;
	letter-spacing: 0;
}
.consultation_box .refer{
	margin-top: 9px;
	width: 500px;
	height: 38px;
	border: 1px solid #4284ED;
	border-radius: 2px;
}
.refer .refer_input{
	width: calc(100% - 145px);
	height: 36px;
	float: left;
	border: 0px;
	outline: none;
	font-size: 14px;
	/* color: #BBBBBB; */
	letter-spacing: 0;
	padding: 0px 10px;
}
.refer .refer_button{
	float: left;
	width: 145px;
	height: 36px;
	background: #4284ED;
	border-radius: 0 2px 2px 0;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
}
.consultation_box .box_close{
	background: url(icon.png) no-repeat -540px -840px;
	width: 20px;
	height: 20px;
	position: absolute;
	right: -22px;
	top: -30px;
	cursor: pointer;
}
.consultation_box .custmor{
	margin-top: 15px;
}
.custmor .custmor_people{
	float: left;
	font-size: 14px;
	color: #222222;
	letter-spacing: 0;
	margin-right: 10px;
}
.custmor .custmor_href{
	font-size: 14px;
	color: #4284ED;
	letter-spacing: 0;
	text-decoration: none;
}
/*地址*/
.address_box{
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 12;
	background: rgba(0,0,0,0.4);
	display: none;
}
.address_box .address_view{
	width: 500px;
	min-height: 250px;
	background: #FFFFFF;
	box-shadow: 0 1px 5px 0 #AFAAA2;
	border-radius: 5px;
	padding: 26px 60px;
	box-sizing: border-box;
	position: absolute;
	/* left: 50%;
    transform: translateX(-250px);
    top: 230px; */
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
	text-align: left;
}
.address_box .address_view img{
	display: none;
}
.address_box .address_view p:nth-child(1){
	font-size: 24px;
	color: #222222;
	letter-spacing: 0;
	text-align: center;
}
.address_box .address_view p:nth-child(2){
	font-size: 18px;
	color: #222222;
	letter-spacing: 0;
	text-align: left;
	margin-top: 7px;
}
.address_box .address_view p:nth-child(3){
	margin-top: 15px;
}
.address_box .address_view p:nth-child(3),.address_box .address_view p:nth-child(4),.address_box .address_view p:nth-child(5){
	font-size: 14px;
	color: #222222;
	letter-spacing: 0;
}
/* .address_box .address_view .consult-btn{
	width: 120px;
	height: 36px;
	margin: 18px auto 0;
	background-color: #FF1240;
	border-radius: 2px;
	text-align: center;
	cursor: pointer;
}
.address_box .address_view .consult-btn a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 36px;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
} */
.address_box .address_view .consult-btn{
    /* width: 120px; */
    height: 35px;
    margin: 18px auto 0;
    border-radius: 2px;
    text-align: center;
    line-height: 36px;
}
.address_box .address_view .consult-btn a{
    display: inline-block;
    width: 120px;
    /* height: 100%; */
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-decoration: none;
	cursor: pointer;
	background-color: #fff;
	color: #FF1240;
    border: solid 1px #FF1240;
    margin: 0 6px;
}
.address_box .address_view .consult-btn a:first-child{
    background-color: #FF1240;
    color: #fff;
}
.address_box .box_close{
	background: url(icon.png) no-repeat -540px -840px;
	width: 20px;
	height: 20px;
	position: absolute;
	right: -22px;
	top: -30px;
	cursor: pointer;
}
/*二维码弹窗*/
.code_popup{
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 12;
	background: rgba(0,0,0,0.4);
}
.code_popup .code_main{
	width: 310px;
	height: 415px;
	padding: 0px 20px;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.code_main .logo{
	width: 270px;
	height: 270px;
	margin:20px 0px;
}
.code_main .logo>img{
	width: 100%;
	height: 100%;
}
.code_main .detail{

}
.code_main .detail>p{
	font-family: PingFangSC-Regular;
	font-size: 18px;
	color: #222222;
	letter-spacing: 0;
	text-align: center;
	white-space: pre;
}
.code_main .introduction{

}
.code_main .introduction .int{
	float: left;
	font-family: PingFangSC-Regular;
	font-size: 20px;
	color: #444444;
	letter-spacing: 13px;
}
.code_main .introduction .intr{
	float: right;
	text-align: right;
	margin-right: -13px;
}
.code_main .code_close{
	background: url(icon.png) no-repeat -540px -840px;
	width: 20px;
	height: 20px;
	position: absolute;
	right: -22px;
	top: -30px;
	cursor: pointer;
}

/*短信验证码弹框*/
.smscode_pop{
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 12;
	background: rgba(0,0,0,0.4);
	display: none;
}
.smscode_pop .code_main{
	width: 500px;
	height: 200px;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-image: url(../img/smscodebg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 160px 169px;
}
.smscode_pop .code_main h2{
	font-family: PingFangSC-Semibold;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #444444;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 25px;
}
.smscode_pop .code_main .detail{
	width: 328px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.smscode_pop .code_main .detail input{
	width: 230px;
	height: 36px;
	border-radius: 2px;
	border: solid 1px #dddddd;
	text-indent: 10px;
}
.smscode_pop .code_main .detail input::placeholder{
	color: #bbbbbb;
}
.smscode_pop .code_main .detail button{
	width: 88px;
	height: 36px;
	background-color: #ff003c;
	border-radius: 2px;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #ffffff;
	margin-left: 3px;
	border: none;
	cursor: pointer;
}
.smscode_pop .code_main .detail button.disabled{
	background-color: #cccccc;
	cursor: no-drop;
}
.smscode_pop .code_main .time{
	margin-left: 86px;
	margin-top: 6px;
}
.smscode_pop .code_main .time span{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
}
.smscode_pop .code_main .time span em{
	font-style: normal;
}
.smscode_pop .code_main .time button{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ff1240;
	border: none;
	cursor: pointer;
	background: #ffffff;
	display: none;
}

	/*底部在线咨询小button*/
.bottom-online-talk{
	position: fixed;
	bottom: 0;
	right: 120px;
	cursor: pointer;
	z-index: 12;
	text-align: center;
	display: none;
}
.bottom-online-talk .top img{
	position: relative;
	width: 76px;
	height: 53px;
}
.bottom-online-talk .bottom{
	width: 200px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FF1240;
	border-radius: 3px 3px 0 0 ;
}
.bottom-online-talk .bottom i{
	display: inline-block;
	background: url('icon.png') no-repeat -341px -41px;
	width: 18px;
	height: 18px;
}
.bottom-online-talk .bottom span{
	font-size: 18px;
	color: #ffffff;
	margin-left: 10px;
}

/*返回顶部上面的咨询按钮*/
.fixed-consultation{
	/* width: 111px;
	height: 211.5px;
	position: fixed;
	right: 38px;
	bottom: 250px;
	z-index: 123;
	cursor: pointer;
	background: url("../img/fixed-consultation.png")no-repeat center center;
	background-size: 100% 100%;
	padding: 128px 22px 0 22px;
	font-size: 24px;
	line-height: 27px;
	text-align: center; */
	color: #ffffff;
	user-select: none;
	text-decoration: none;
	padding: 128px 22px 0 22px;
	display: block;
	width: 100%;
	height: 100%;
}
.fiexd_Talk{
	width: 111px;
	height: 211.5px;
	position: fixed;
	right: 38px;
	bottom: 250px;
	z-index: 123;
	cursor: pointer;
	background: url("../img/fixed-consultation.png")no-repeat center center;
	background-size: 100% 100%;
	/* padding: 128px 22px 0 22px; */
	font-size: 24px;
	line-height: 27px;
	text-align: center;
	color: #ffffff;
	user-select: none;
	text-decoration: none;
	display: none;
}
.consultation-a{
	width: 76px;
	height: 141px;
	position: fixed;
	right: 54px;
	bottom: 247px;
	z-index: 123;
	cursor: pointer;
	display: none;
}
.consultation-a img{
	width: 100%;
	height: 100%;
}


/*工作时间 底部在线留言*/
.popmessage{
	width: 100%;
	height: 70px;
	position: fixed;
	bottom: 0;
	z-index: 9;
	background-color: rgba(0,0,0,.8);
	display: none;
}
.popmessage>div{
	width: 1680px;
	height: 70px;
	margin: 0  auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.popmessage .left{
	display: flex;
	align-items: center;
}
.popmessage .left input{
	height: 34px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 2px;
	margin-left: 10px;
	padding: 0px 10px;
	box-sizing: border-box;
	font-size: 12px;
}
.popmessage .left p:nth-child(1){
	font-size: 32px;
	color: #FF1240;
    font-weight: 600;
}
.popmessage .left .pgroup{
	color: #ffffff;
}
.popmessage .left .pgroup span{
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #FF1240;
	letter-spacing: 0;
	text-align: right;
	line-height: 38px;
}
.popmessage .left .pgroup:nth-child(4){
	position: relative;
}
.popmessage .left .pgroup:nth-child(3) input{
	width: 120px;
}
.popmessage .left .pgroup:nth-child(4) input{
	width: 130px;
}
.popmessage .left .pgroup:nth-child(5) input{
	width: 200px;
}
.popmessage .left .protect{
	position: absolute;
	right: 9px;
	top: 50%;
	margin-top: -8px;
	width: 17px;
	height: 20px;
	background: url(icon.png) no-repeat -142px -940px;
}
.popmessage .right{
	display: flex;
	align-items: center;
}
.popmessage .right .consult_close{
	background: url(icon.png) no-repeat -342px -942px;
	width: 17px;
	height: 17px;
	cursor: pointer;
}
.popmessage .right .consult_narrow{
	background: url(icon.png) no-repeat -238px -949px;
	width: 25px;
	height: 14px;
	cursor: pointer;
}
.popmessage .right{
	display: flex;
}
.popmessage .left .leaving{
    width: 105px;
    height: 34px;
    background: #4284ED;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 38px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    margin-right: 50px;
    margin-left: 10px;
}
.popmessage .right .no-prompt{
	margin-right: 20px;
}
.popmessage .right .no-prompt label{
	cursor: pointer;
	display: flex;
	align-items: center;
}
.popmessage .right .no-prompt span{
	font-size: 12px;
	color: #ffffff;
	padding-left: 5px;
}
.popmessage .right .no-prompt input{
	cursor: pointer;
}
.popmessage ul{
	width: 400px;
	height: 65px;
	background: #ffffff;
	position: absolute;
	top: -50px;
	left: 675px;
	border-radius: 3px 3px 0 0 ;
	padding-left: 10px;
	padding-top: 9px;
	display: none;
}
.popmessage ul li{
	display: inline-block;
	padding: 0 2px;
	font-size: 12px;
	color: #222222;
	cursor: pointer;
	margin-right: 5px;
	border: solid 1px #cccccc;
	border-radius: 3px;
	margin-bottom: 4px;
}
.popmessage ul li:hover{
	color: #0062FF;
	border-color: #0062FF;
}

.popmessage .left p:nth-child(2) a{
    margin-left: 20px;
	width: 130px;
	height: 34px;
	background-color: #FF1240;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #FFFFFF;
	border-radius: 2px;
	cursor: pointer;
	text-decoration: none;
    margin-right: 20px;
}
.popmessage .left p:nth-child(2) img{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	position: relative;
	top: 1px;
}


/* 1920End */
/* 1680 1600 */
@media screen and (max-width: 1919px) and (min-width: 1600px){
	.subscribe{
		height: 165px;
	}
	.subscribe .consult{
		height: 136px;
	}
	.subscribe .consult_item{
		width: 1520px;
	}
	.subscribe .consult_item .item_detail{
		width: 350px;
		margin-left: 30px;
	}
	.subscribe .consult_item .form_input{
		margin-left: 10px;
	}
	.subscribe .form_top .pgroup .input_item{
		width: 196px;
	}
	.subscribe .form_top .pgroup .guest_contacts{
		width: 70px;
	}
	.subscribe .form_top .getCode{
		width: 148px;
	}
	.subscribe .form_top .getCode input{
		width: 100px;
	}
	.subscribe .form_top .getCode i{
		width: 47px;
	}
	.subscribe .form_input .form_bottom .textarea_item{
		width: 515px;
	}
	.subscribe .item_detail .detail_time{
		font-size: 18px;
	}
	.subscribe .item_detail .detail_arrange{
		width: 298px;
		font-size: 14px;
	}

	.popmessage>div{
		width: 1520px;
	}
}
/* 1680 1600End */

/* 1366 */
@media screen and (max-width: 1599px) and (min-width: 1281px){
	.subscribe{
		height: 165px;
	}
	.subscribe .consult{
		height: 136px;
	}
	.subscribe .consult_item{
		width: 1246px;
	}
	.subscribe .consult_item .item_title{
		width: 190px;
	}
	.subscribe .consult_item .item_detail{
		width: 161px;
		margin-left: 30px;
		margin-right: 30px;
	}
	.subscribe .consult_item .form_input{
		margin-left: 0px;
	}
	.subscribe .form_top .pgroup .input_item{
		width: 212px;
	}
	.subscribe .form_top .pgroup .guest_contacts{
		width: 70px;
	}
	.subscribe .form_input .form_bottom .textarea_item{
		width: 566px;
	}
	.subscribe .item_detail .detail_time{
		font-size: 16px;
		margin-top: 17px;
		line-height: 22px;
	}
	.subscribe .item_detail .detail_arrange{
		width: 153px;
		font-size: 12px;
		line-height: 16px;
	}


	.fiexd_Talk{
		bottom: 220px;
	}
	.consultation-a{
		width: 52px;
		height: 96px;
		right: 65px;
		bottom: 202px;
	}
	/* 返回顶部 */
	.top-button{
		width: 38px;
		height: 38px;
		right: 72px;
		bottom: 160px;
	}
	.top-button img.small-img{
		display: block;
	}
	.top-button img.big-img{
		display: none;
	}

	.popmessage>div{
		width: 1246px;
	}
	.popmessage .left .pgroup:nth-child(3) input{
		width: 200px;
	}

    .popmessage .left p:nth-child(1){
        font-size: 26px;
        color: #FF1240;
        font-weight: 600;
    }

}
/* 1366End */
/* 1280 */
@media screen and (max-width: 1280px) {
	html,body{
		min-width: 1230px;
	}
	.subscribe{
		height: 165px;
	}
	.subscribe .consult{
		height: 136px;
	}
	.subscribe .consult_item{
		width: 1200px;
	}
	.subscribe .consult_item .item_title{
		width: 190px;
	}
	.subscribe .consult_item .item_detail{
		width: 161px;
		margin-left: 30px;
		margin-right: 30px;
	}
	.subscribe .consult_item .form_input{
		margin-left: 0px;
	}
	.subscribe .form_top .pgroup .input_item{
		width: 196px;
	}
	.subscribe .form_top .pgroup .guest_contacts{
		width: 70px;
	}
	.subscribe .form_input .form_bottom .textarea_item{
		width: 550px;
	}
	.subscribe .item_detail .detail_time{
		font-size: 16px;
		margin-top: 17px;
		line-height: 22px;
	}
	.subscribe .item_detail .detail_arrange{
		width: 153px;
		font-size: 12px;
		line-height: 16px;
	}

	.fiexd_Talk{
		bottom: 220px;
	}
	.consultation-a{
		width: 52px;
		height: 97px;
		right: 65px;
		bottom: 202px;
	}


	/* 返回顶部 */
	.top-button{
		width: 38px;
		height: 38px;
		right: 72px;
		bottom: 160px;
	}
	.top-button img.small-img{
		display: block;
	}
	.top-button img.big-img{
		display: none;
	}

	.popmessage>div{
		width: 1200px;
	}
	.popmessage .left .pgroup:nth-child(3) input{
		width: 200px;
	}

    .popmessage .left p:nth-child(1){
        font-size: 26px;
        color: #FF1240;
        font-weight: 600;
    }
}

/* 分页样式 start */
.pagination{text-align:center;font-size:13px;padding:2px 5px;margin:0 0 40px;font-family:PingFang SC,Microsoft YaHei,SimSun,sans-serif;}
.pagination .pg{display:inline-block;}
.pagination a{color:#000;text-decoration: none;}
.pagination b{color:#f00;text-decoration: none;}
.pagination a,.pagination span,.pagination button,.pagination input,b{padding:0 4px;line-height:28px;min-width:35.5px;display:inline-block;font-weight:700;vertical-align:top;height:28px;outline:none;transition: .6s;}
.pagination a,.pagination button{cursor:pointer;}
.pagination a:hover,.pagination button:hover{color:#ff1240;}
.pagination span{line-height:26px;}
.pagination .active{color:#ff1240;}
.pagination .total,.pagination .jump,.pagination input{line-height:28px;color:#606266;font-weight:normal;}
.pagination .jump{padding-left:6px;}
.pagination button{background:transparent;border:0;}
.pagination button:disabled{cursor:not-allowed;}
.pagination button:disabled:hover{color:rgba(16, 16, 16, 0.3);}
.pagination input{border:1px solid rgba(220,223,230,.6);text-align:center;padding:0 3px;border-radius:4px;min-width:50px;}
.pagination input:hover{border-color:rgba(220,223,230,1);}
.pagination input:focus{border-color:#ff1240;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none;}
input[type="number"]{-moz-appearance: textfield;}
/* 分页样式 end */