﻿@charset "UTF-8";
.index_title {
	padding-top: 90px;
	font-weight: 400;
	font-size: 28px;
	line-height: 1.2;
	color: #333333;
}

.index_title strong {
	display: block;
	padding-bottom: 10px;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.index_title span {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

/*footer*/
.homemess {
    position: fixed;
    right: 10px;
    bottom: 5%;
    z-index: 20;
}

.homemess ul li {
    line-height: 52px;
    width: 52px;
    height: 52px;
    background: #DE3232;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 8px;
    position: relative;
    cursor: pointer;
}

.homemess ul li span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}
.homemess ul li.back-top {
    display: none;
}
.homemess ul li span.homtel {
    background-image: url("../images/tel_icon.png");
    background-size: 22px 22px;
}

.homemess ul li span.homwechta {
    background-image: url("https://www.w-e.cc/template/default/index/web_new/images/rico02.png");
}

.homemess ul li span.homtop {
    background-image: url("../images/top_icon.png");
    background-size: 24px 24px;
}

.homemess ul li span.homqq {
    background-image: url("../images/qq_icon.png");
    background-size: 24px 24px;
}
#contact-btn {
    width: 100%;
    height: 100%;
    border: 0;
    display: inline-block;
    margin: 0;
    padding: 0;
    background: none;
    background-image: url("../images/bbs_icon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px 24px;
}
.navr-tel {
    width: 158px;
    padding: 15px 5px;
    position: absolute;
    background: #FE9445;
    opacity: 0;
    visibility: hidden;
    top: -10px;
    color: #fff;
    font-size: 18px;
    right: 65px;
    line-height: 1.4;
    font-family: Lato;
    transition: all .3s ease;
    border-radius: 3px;
}

.navr-ewm22 {
    width: 120px;
    padding: 5px;
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50px;
    transition: all .3s ease;
    box-shadow: 0 1px 11px rgba(0, 0, 0, 0.3);
}

.navr-ewm22 img {
    max-width: 100%;
}

.navr-ewm22:before, .navr-tel:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border-width: 10px;
    border-left-color: #fff;
    top: 50%;
    margin-top: -10px;
    right: -20px;
}
.navr-tel:before{border-left-color:#FE9445}
.homemess ul li:hover .navr-tel {
    visibility: visible;
    opacity: 1;
    right: 70px;
}

.homemess ul li:hover .navr-ewm22 {
    visibility: visible;
    opacity: 1;
    right: 70px;
}

.homemess ul li:hover {
    background-color: #FE9445;
    border-color: #E70012;
    border-radius: 50%;
}

.homemess ul li.back-top:hover svg {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.homemess ul li svg path {
    fill: #969696;
}

.homemess ul li:hover svg path {
    fill: #fff;
}

/*message*/
#modal-contact {
	position: fixed;
	height: 100vh;
	width: 100%;
	left: -100%;
	top: 0;
	overflow: hidden;
	opacity: 0;
	

}

#modal-contact:after {
	content: "";
	width: 6rem;
	height: 6rem;
	display: block;
	position: absolute;
	top: auto;
	right: 4.2rem;
	bottom: 8.5rem;
	left: auto;
	background: #FFFFFF;
	border-radius: 50%;
	transform: scale(.71) translate(50%, 50%);
	z-index: 1;
	transform-origin: right bottom;
}

.mess_cont {
	width: 100%;
	padding: 25px 0;
}

.messform {
	padding-top: 0.3rem;
}

body.modal-contact-active #modal-contact {
	z-index: 30;
	left: 0;
	opacity: 1;
}
body.modal-contact-active #modal-contact .mess_cont {
	z-index: 9;
	position: relative;
	-webkit-animation: mfadeIn 1.4s cubic-bezier(.785, .135, .15, .86) .8s 1 both;
	animation: mfadeIn 1.4s cubic-bezier(.785, .135, .15, .86) .8s 1 both;
}

body.modal-contact-active #modal-contact:after {
	-webkit-animation: scaleInBackground 1s cubic-bezier(.785,.135,.15,.86) .6s 1 both;
    animation: scaleInBackground 1s cubic-bezier(.785,.135,.15,.86) .6s 1 both;
}
body.modal-contact-active .ab_header_box {
	display:none;
}
body.modal-contact-leave #modal-contact {
	left: 0;
	opacity: 1;
	z-index: 30;
	-webkit-animation: fadeOut 1.4s cubic-bezier(.785, .135, .15, .86) -.1s 1 both;
	animation: fadeOut 1.4s cubic-bezier(.785, .135, .15, .86) -.1s 1 both;
}
body.modal-contact-leave #modal-contact .mess_cont {
	-webkit-animation: fadeOut 1.4s cubic-bezier(.785, .135, .15, .86) 0s 1 both;
	animation: fadeOut 1.4s cubic-bezier(.785, .135, .15, .86) 0s 1 both;
}
body.modal-contact-leave #modal-contact:after {
	-webkit-animation: scaleOutBackground .6s cubic-bezier(.785, .135, .15, .86) -.3s 1 both;
	animation: scaleOutBackground .6s cubic-bezier(.785, .135, .15, .86) -.3s 1 both
}

.messx_cont {
	width: 100%;
	display: flex;
	align-items: flex-end;
}



.messx_cont .mess_l {
	float: left;
	width: 60%;
}

.messx_cont .mess_r {
	float: right;
	width: 40%;
	padding-left: 60px;
}

body.modal-contact-leave #modal-contact .messx_cont {
	-webkit-animation: fadeOut .4s cubic-bezier(.785, .135, .15, .86) 0s 1 both;
	animation: fadeOut .4s cubic-bezier(.785, .135, .15, .86) 0s 1 both;
}



@-webkit-keyframes scaleInBackground {
	0% {
		opacity: 1;
		transform: scale(0) translate(50%, 50%)
	}

	to {
		opacity: 1;
		transform: scale(100) translate(50%, 50%)
	}

}

@keyframes scaleInBackground {
	0% {
		opacity: 1;
		transform: scale(0) translate(50%, 50%)
	}

	to {
		opacity: 1;
		transform: scale(100) translate(50%, 50%)
	}

}

@-webkit-keyframes scaleOutBackground {
	to {
		opacity: 1;
		transform: scale(0) translate(50%, 50%)
	}

	0% {
		opacity: 1;
		transform: scale(100) translate(50%, 50%)
	}

}

@keyframes scaleOutBackground {
	to {
		opacity: 1;
		transform: scale(0) translate(50%, 50%)
	}

	0% {
		opacity: 1;
		transform: scale(100) translate(50%, 50%)
	}

}

.messx_cont .mess_l .index_title {
	line-height: 1.2;
}

.container-input {
	position: relative;
	transition: all .3s ease-in-out;
	transition-delay: 0s;
}

.container-input input {
	outline: none;
	z-index: 1;
	position: relative;
	background: none;
	width: 100%;
	height: 60px;
	border: 0;
	color: #212121;
	font-size: 20px;
	font-weight: 400;
}

.container-input textarea {
	outline: none;
	z-index: 1;
	position: relative;
	background: none;
	width: 100%;
	height: 60px;
	border: 0;
	color: #212121;
	font-size: 24px;
	font-weight: 400;
}

.container-input input:valid ~ label {
	color: #D6D6D6;
	transform: translate(-12%, -50%) scale(0.75);
}

.container-input input:focus ~ .bar:before,
.container-input input:focus ~ .bar:after {
	width: 50%;
}

.container-input input:focus ~ label {
	color: #D6D6D6;
	transform: translate(-12%, -50%) scale(0.75);
}

.container-input label {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	font-weight: 400;
	color: #999999;
	line-height: 60px;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	transition: 0.2s ease;
}

.container-input label.error {
	position: absolute;
	bottom: -30px !important;
	top: inherit;
	line-height: 25px;
	color: #D6D6D6;
	transform: none !important;
}

.error {
	color: #D6D6D6;
}

.container-input .bar {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #F0F0F0;
	width: 100%;
	height: 1px;
}

.container-input .bar:before,
.container-input .bar:after {
	content: "";
	position: absolute;
	background: #242424;
	width: 0;
	height: 1px;
	transition: 0.2s ease;
}

.container-input .bar:before {
	left: 50%;
}

.container-input .bar:after {
	right: 50%;
}

.mbutton {
	margin-top: 0.5rem;
	width: 197px;
	height: 55px;
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	border-radius: 2px;
	line-height: 55px;
}

.mbutton i {
	color: #CCCCCC;
	font-weight: 400;
	font-style: normal;
	background-image: url("../images/messico.png");
	background-size: 16px 16px;
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 25px;
}
.mbutton:hover {
	background: #DE3232;
	border: 1px solid #DE3232;
	 -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.mbutton:hover i {
	color: #FFFFFF;
	background-image: url("../images/messicow.png");
}

.messform .selext {
	margin-top: 0.6rem;
}

.messform .form-control {
	font-size: 14px;
	padding: 0;
	color: #999999;
	border: none;
	height: 46px;
	border-radius: 0;
	background: none;
	box-shadow: inherit;
	border-bottom: 1px solid #F0F0F0;
}

.mess_agree {
	margin-top: 38px;
	padding: 0;
}

.mess_agree label {
	margin-bottom: 0;
	color: #333333;
}

.mess_agree label a.online {
	color: #333333;
	position: relative;
}

.mess_agree label a.online:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -2px;
	height: 1px;
	background: #242424;
}

.mess_agree input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.mess_agree  input[type="radio"] + .radio-label:before {
	content: '';
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #DE3232;
	display: inline-block;
	width: 19px;
	height: 19px;
	position: relative;
	top: 3px;
	margin-right: 1em;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.mess_agree  input[type="radio"]:checked + .radio-label:before {
	background-color: #DE3232;
	box-shadow: inset 0 0 0 4px #fff;
}

.mess_agree  input[type="radio"]:focus + .radio-label:before {
	outline: none;
	border-color: #DE3232;
}

.mess_agree  input[type="radio"]:disabled + .radio-label:before {
	box-shadow: inset 0 0 0 4px #fff;
	border-color: #b4b4b4;
	background: #b4b4b4;
}

@media screen and (max-width:767px) {
	.homemess {
		display: none!important;
	}
	#modal-contact:after {
		bottom: 4.5rem;
		position: fixed;
	}

	.menu-bg {
		position: absolute;
		display: block;
		width: 200%;
		left: -53%;
		top: -25%;
		height: 40%;
		background-color: white;
	}

	.menu-bg.middle {
		top: 29%;
		left: -53%;
		transform: rotate(-45deg) scaleY(0);
	}

	.menu-bg.top {
		left: -34%;
		top: 0;
		transform: rotate(-45deg) translateY(-152%);
	}

	.menu-bg.bottom {
		top: 105%;
		transform: rotate(-45deg) translateY(25%);
		left: -20%;
	}
	.mess_logo img {
	    max-width: 200px;
	}

}


/*yanzheng*/
.mt60 {
	margin-top: 0.45rem;
}
.mess_border {
	margin-top: 0.6rem;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	border-radius: 26px;
	padding: 1px 4px;
	height: 46px;
}

.verify-bar-area {
	width: 100% !important;
	position: relative;
	text-align: center;
}

.verify-bar-area:before,
.verify-bar-area:after {
	content: "";
	position: absolute;
	top: 2px;
	width: 38px;
	height: 38px;
	background: #F0F0F0;
	border-radius: 50%;
}

.verify-bar-area:before {
	left: 0px;
}

.verify-bar-area:after {
	right: 2px;
}

.verify-bar-area .verify-msg {
	z-index: 3;
}

.verify-bar-area .verify-left-bar {
	position: absolute;
	top: 2px;
	left: 0px;
	cursor: pointer;
}

.verify-bar-area .verify-move-block {
	position: absolute;
	top: 0px;
	left: 0;
	background: #F0F0F0;
	border-radius: 50%;
	cursor: pointer;
	z-index: 10;
}
.cicle {
	animation:rotate 4s linear infinite;
}
@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.verify-bar-area .verify-move-block i {
	background-image: url("../images/logomess.png");
	background-size: 26px 20px;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
}

#hdyz {
	opacity: 0;
	border: none;
	width: 0;
	height: 0;
}

.mess_r .nav_add {
	padding-bottom: 0.5rem;
}

.mess_r .nav_add:last-child {
	padding-bottom: 0;
}

.mess_r .nav_add p:nth-child(1) {
	font-weight: 400;
	line-height: 1.2;
	color: #999999;
	margin-bottom: 15px;
}

.mess_r .nav_add p:nth-child(2) {
	line-height: 1.2;
	color: #333333;
}

.mess_r .nav_add .link {
	position: relative;
	display: inline-block;
	padding-bottom: 15px;
	color: #666;
}

.mess_r .nav_add .link:before {
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	position: absolute;
	background: #666666;
}

.mess_r .nav_add .link:after {
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	position: absolute;
	background: #666666;
}

.mess_r .nav_add .link:hover {
	color: #333;
}
.mess_logo {
	opacity: 0;
}
.mess_close {
	position: absolute;
	right: 25px;
	top:30px;
	margin-bottom: 8px;
	opacity: 0;
	cursor: pointer;
	z-index: 10;
}
.show .mess_logo,.show .mess_close {
	-webkit-animation: mfadeIn .5s cubic-bezier(.785, .135, .15, .86) .4s 1 both;
    animation: mfadeIn .5s cubic-bezier(.785, .135, .15, .86) .4s 1 both;

}
.mess_close img {
	width:32px;
}
@-webkit-keyframes buttonFadeInUp {
	0% {
		bottom: 30px;
		opacity: 0;
	}

}

@-moz-keyframes buttonFadeInUp {
	0% {
		bottom: 30px;
		opacity: 0;
	}

}

@keyframes buttonFadeInUp {
	0% {
		bottom: 30px;
		opacity: 0;
	}

}

@media only screen and (min-width:768px) {
	.index_title {
		font-size: 0.53rem;
	}
}

@media only screen and (min-width:1280px) {
	.cus_list {
		padding-top: 0.6rem;
	}

	.container-input input {
		font-size: 0.24rem;
	}

	.messform .form-control {
		font-size: 0.16rem;
	}

}

@media screen and (max-width:1279px) {
	.mess_border,
	.messform .selext,
	.mbutton {
		margin-top: 40px;
	}

}

@media screen and (max-width:767px) {
	.container-input {
		margin-bottom: 30px;
	}

	.mess_border,
	.messform .selext,
	。mbutton {
		margin-top: 0px;
	}

	.container-input input {
		font-size: 16px;
	}

	#modal-contact {
		overflow-y: auto;
	}

	.messx_cont {
		display: block;
	}

	.messx_cont .mess_l {
		width: 100%;
	}

	.messx_cont .mess_r {
		float: left;
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
	}

	.mess_r .nav_add {
		padding-bottom: 15px;
	}

	.mess_close {
		position: fixed;
		top: 25px;
		right: 20px;
		bottom: 0;
		width: 20px;
		height: 20px;
		font-size: 34px;
		color: #999999;
	}

}

.m_container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}

@media (min-width:576px) {
	.m_container {
		max-width: 100%;
	}

}

@media (min-width:768px) {
	.m_container {
		max-width: 100%;
	}

}

@media (min-width:992px) {
	.m_container {
		max-width: 960px;
	}

}

@media (min-width:1280px) {
	.m_container {
		max-width: 1200px;
	}

}

@media (min-width:1366px) {
	.m_container {
		max-width: 1330px;
	}

}

@media (min-width:1400px) {
	.m_container {
		max-width: 1400px;
	}

}

@media (min-width:1580px) {
	.m_container {
		max-width: 1500px;
	}

}

@media (min-width:1700px) {
	.m_container {
		max-width: 1680px;
	}

}

/* CSS Document */
@-webkit-keyframes mfadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }

}

@-o-keyframes mfadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }

}

@keyframes mfadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }

}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }

}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }

}

/*fontsize*/
.font14 a {
    color: inherit;
}

.font16 {
    font-size: 0.16rem;
}

.font16 a {
    color: inherit;
}

.font19 a {
    color: inherit;
}
.font24 a {
    color: inherit;
}
.font30 a {
    color: inherit;
}

.font43 a {
    color: inherit;
}

@media only screen and (min-width:1280px) {
    .font14 {
        font-size: 0.14rem;
    }

    .font14 a {
        font-size: 0.14rem;
        color: inherit;
    }

    .font16 {
        font-size: 0.16rem;
    }

    .font16 a {
        font-size: 0.16rem;
    }

    .font19 {
        font-size: 0.18rem;
    }

    .font19 a {
        font-size: 0.18rem;
        color: inherit;
    }
    .font24 {
        font-size: 0.24rem;
    }

    .font24 a {
        font-size: 0.24rem;
    }
    .font30 {
        font-size: 0.3rem;
    }

    .font30 a {
        font-size: 0.3rem;
        color: inherit;
    }
    .font43 {
        font-size: 0.43rem;
    }

    .font43 a {
        font-size: 0.43rem;
        color: inherit;
    }

}

@media screen and (max-width:1279px) {
    .font14 {
        font-size: 14px;
    }

    .font14 a {
        font-size: 14px;
    }

    .font16 {
        font-size: 14px;
    }

    .font16 a {
        font-size: 14px;
    }

    .font19 {
        font-size: 18px;
    }

    .font19 a {
        font-size: 18px;
    }
    .font24 {
        font-size: 22px;
    }

    .font24 a {
        font-size: 22px;
    }
    .font30 {
        font-size: 26px;
    }

    .font30 a {
        font-size: 26px;
    }
    .font43 {
        font-size: 40px;
    }

    .font43 a {
        font-size: 40px;
    }

}

@media screen and (max-width:991px) {
    .font19 {
        font-size: 16px;
    }

    .font19 a {
        font-size: 16px;
    }
    .font24 {
        font-size: 20px;
    }

    .font24 a {
        font-size: 20px;
    }
    .font30 {
        font-size: 22px;
    }

    .font30 a {
        font-size: 22px;
    }
    .font43 {
        font-size: 30px;
    }

    .font43 a {
        font-size: 30px;
    }

}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.rotate {
    -webkit-animation: rotates 10s linear infinite forwards;
    animation: rotates 10s linear infinite forwards;
}

.tran {
    transition: all .3s ease;
}

.oneline {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@keyframes rotates {
    0% {
        transform: rotate(0);
        opacity: 1
    }

    100% {
        transform: rotate(-360deg);
        opacity: 1
    }

}

@keyframes d {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    80% {
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0);
    }

    to {
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0);
    }

}

@keyframes e {
    0% {
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0);
    }

    80% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

}

.mo_ban {
    display: none;
}


@media screen and (max-width:767px) {
    #cursor {
        display: none;
    }

    html, body, a, p, span, ul, img {
        font-family: "PingFang SC", "Microsoft Yahei", "Arial";
    }
    .font24 {
        font-size: 18px;
    }

    .font24 a {
        font-size: 18px;
    }
    .font30 {
        font-size: 18px;
    }

    .font30 a {
        font-size: 18px;
    }
    .font43 {
        font-size: 28px;
    }

    .font43 a {
        font-size: 28px;
    }

}
@media screen and (max-width:350px) {
    .font30 {
        font-size: 16px;
    }

    .font30 a {
        font-size: 16px;
    }
    .font43 {
        font-size: 24px;
    }

    .font43 a {
        font-size: 24px;
    }

}