/* CSS Document */
.tanchuceng {
	box-sizing: border-box;
	padding: 25px;
	float: left;
	width: 100%;
}
.tanchuceng_pic {
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.tanchuceng .newsletter_input {
	box-sizing: border-box;
	margin-bottom: 10px;
	font-size: 14px;
	border: 1px solid #eee;
	border-radius: 0.25rem;
	font-style: normal!important;
	color: #000000!important;
	float: left;
}
.newsletter_input {
	width: 100%;
	height: 40px;
	background: #ffffff;
	border: none;
	outline: none;
	color: #000000;
	padding: 0 15px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.tanchuceng .sms_code {
	width: 55%;
	height: 40px;
	line-height: 1;
	padding: 0 15px;
	font-size: 14px;
	outline: none;
	font-style: normal!important;
	color: #000000!important;
	float: left;
}
 .tanchuceng .sms_code::-webkit-input-placeholder {
 font-size: 14px !important;
 font-weight: 400 !important;
}
.tanchuceng .sms_box {
	width: 100%;
	margin-bottom: 20px;
	float: left;
}
.tanchuceng .get_sms_code {
	width: 40%;
	height: 40px;
	line-height: 1;
	margin-left: 5%;
	font-size: 12px;
	color: #b7aa00;
	background-color: #ffffff;
	border-color: #b7aa00;
	outline: none;
	text-align: center;
	float: left;
}
.tanchuceng .submit {
	width: 50%;
	height: 40px;
	color: #fff;
	background:linear-gradient(to right, #b7aa00 , #e0d000);
	border: 0;
	outline: none;
	text-align: center;
	float: left;
}

/*右侧固定入口代码部分 css*/

.izl-box {
	display: block;
	width: 70px;
	position: fixed;
	right: 0px;
	top:50%;
	transform: translateY(-50%);
	z-index: 999;
	float: left;
}
.izl-box a {
	cursor: pointer;
	float: left;
	display: block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.izl-rmenu {
	margin-right: 0;
	width: 70px;
	position: relative;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
	float: left;
}
.izl-rmenu .qq {
	cursor: pointer;
	background-image: url(../images/consult_icon.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 70px;
	width: 70px;
}
.izl-rmenu .qq:hover {
	background-position: -70px -0px;
}
.izl-rmenu .xiadan {
	background-image: url(../images/consult_icon.png);
	background-repeat: no-repeat;
	background-position: 0 -70px;
	height: 70px;
	width: 70px;
}
.izl-rmenu .xiadan:hover {
	background-position: -70px -70px;
}
.izl-rmenu .consult {
	background-image: url(../images/consult_icon.png);
	background-repeat: no-repeat;
	background-position: 0 -140px;
	height: 70px;
	width: 70px;
	position: relative;
}
.izl-rmenu .consult:hover {
	background-position: -70px -140px;
}
.izl-rmenu .consult .phone {
	background-color: #b7aa00;
	position: absolute;
	width: 160px;
	height: 70px;
	left: -160px;
	top: 0px;
	line-height: 70px;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	display: none;/*box-shadow: #DDD -1px 1px 4px;*/

}
.izl-rmenu a.consult:hover .phone {
	display: inline !important;
}
.izl-rmenu .cart {
	background-image: url(../images/consult_icon.png);
	background-repeat: no-repeat;
	background-position: 0 -210px;
	height: 70px;
	width: 70px;
	position: relative;
}
.izl-rmenu .cart:hover {
	background-position: -70px -210px;
}
.izl-rmenu .cart .pic {
	display: none;
	position: absolute;
	left: -140px;
	top: 0px;
	width: 140px;
	height: 140px;
	box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.1);
}
.izl-rmenu a.cart:hover .pic {
	display: block;
}
.izl-rmenu .btn_top {
	background-image: url(../images/consult_icon.png);
	background-repeat: no-repeat;
	background-position: -0px -280px;
	height: 40px;
	width: 70px;
}
.izl-rmenu .btn_top:hover {
	background-image: url(../images/consult_icon.png);
	background-repeat: no-repeat;
	background-position: -70px -280px;
}

/*左侧提交栏*/
#left_entrance_open {
    width: 50px;
    height: 100px;
    position: fixed;
    left: -300px;
    bottom: 150px;
    z-index: 10;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition:  all .3s ease;
    transition:  all .3s ease;
}
#left_entrance_open a{
    background: url(../images/left_entrance_open.png) no-repeat;
    width: 60px;
    height: 100px;
	float: left;
}

#left_entrance {
	position: fixed;
	left: 0px;
	bottom: 50px;
	z-index: 11;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition:  all .3s ease;
    transition:  all .3s ease;
}
.left_entrance_box {
	float: left;
	width: 300px;
	height: 100px;
	background: #ffea7f;
	position: relative;
	padding-left: 50px;
	overflow: hidden;
	border-radius: 0px 10px 10px 0px;
}

#swiper-1 {
    width: 100%;
    height: 100px;
	overflow: hidden;
}

.left_entrance_box .box{
	width: 250px;
	height: 100px;
	padding: 20px;
	float: left;
	overflow: hidden;
}
.left_entrance_box .box a{
	width: 210px;
	height: 60px;
	display: block;
	float: left;
}
.left_entrance_box .box .bt{
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0px;
	padding-bottom: 4px;
}
.left_entrance_box .box a:hover .bt {
	color: #2e993e;
}
.left_entrance_box .box a:hover .sj {
	color: #2e993e;
}
.left_entrance_box .box .sj{
	color: #666666;
	font-size: 12px;
	line-height: 15px;
	padding-top: 5px;
	margin-bottom: 0px;
}
.left_entrance_box .left_entrance_close {
	width: 50px;
	height: 100px;
	background: url(../images/left_entrance_open.png) no-repeat;
	background-position: 0px -100px;
	display: block;
	line-height: 30px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 99;
}

/*底部提交栏*/
#bottom_entrance_open {
    width: 100%;
    height: 40px;
    position: fixed;
    left: 0;
    bottom: -80px;
    z-index: 10;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition:  all .3s ease;
    transition:  all .3s ease;
}
#bottom_entrance_open a{
    background: url(../images/bottom_entrance_open.png) no-repeat;
    width: 100%;
    height: 40px;
	float: left;
}

#bottom_entrance {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: -80px;
	z-index: 999;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition:  all .3s ease;
    transition:  all .3s ease;
}

.footer-submit-tow {
	height: 80px;
	width: 100%;
	float: left;
	background: url("../images/footer-submit-bg.png") no-repeat center bottom;
}
.footer-submit-tow.close-div {
	bottom: -159px
}
.footer-submit-wap {
	width: 100%;
	float: left;
}

.footer-submit-tow .submit-item .ico_close {
	width: 30px;
	height: 30px;
	display: block;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -15px;
}
.footer-submit-tow .submit-item {
	width: 100%;
	height: 80px;
	position: relative;
}

.footer-submit-tow .submit-item .left {
	width: 700px;
	height: 80px;
	float: left;
	overflow: hidden;
	position: relative;
}

.footer-submit-tow .submit-item .left .timeTo{
	height: 70px;
	position: absolute;
	bottom:0px;
	left:0px;
}

.footer-submit-tow .submit-item .right {
	width: 350px;
	height: 80px;
	float: right;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	overflow: hidden;
	position: relative;
	margin: 30px 0 10px 0;
}
.footer-submit-tow .submit-item .right .mb_box {
	width: 270px;
	height: 80px;
	float: left;
}
.footer-submit-tow .submit-item .right .input_box {
	display: inline-block;
	width: 270px;
	background: #ffffff;
	float: left;
}

.footer-submit-tow .submit-item .right .input_box {
	height: 40px;
	border-bottom: 1px solid #e8e8e8;
	float: left;
}
.footer-submit-tow .submit-item .right .input_box input {
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 40px;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	clear: both;
	float: none;
	border: none
}

.footer-submit-tow .submit-item .right .input_box input:focus {
  box-shadow: 0 0 0 0 rgba(240, 80, 0, 0.25);
}

.footer-submit-tow .submit-item .right .input_box input.icon-m {
	background: url("../images/icon-m.png") no-repeat 0 center
}
.footer-submit-tow .submit-item .right .input_box input.code {
	background: url("../images/icon-c.png") no-repeat 0 center;
	width: 170px
}
.footer-submit-tow .submit-item .right .input_box .btn_code {
	width: 90px;
	height: 30px;
	border: none;
	background: #dddddd;
	color: #333333;
	float: right;
	cursor: pointer;
	margin: 5px 5px 5px 0;
	border: 0;
	overflow: hidden;
	font-size: 12px;
	text-align: center;
	padding: 0.375rem;
}
.footer-submit-tow .submit-item .button {
	width: 80px;
	height: 80px;
	line-height: 20px;
	padding: 20px 0;
	border: none;
	font-size: 17px;
	font-weight: 600;
	color: #e0d000;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	background: #333333;
	float: right;
	cursor: pointer;
	display: block;
}
.footer-submit-tow .submit-item .button:hover {
	color: #333333;
	background: #ffea00;
}

