.form_wrap .group100.search-wrapper {
	opacity: 1;
	-webkit-transform: translate(0,7px);
	-moz-transform: translate(0,7px);
	transform: translate(0,7px);
}

.search-wrapper .input-holder {
	overflow: hidden;
	height: 40px;
	background: rgba(255,255,255,0);
	border-radius: 6px;
	position: relative;
	width: 40px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.search-wrapper.active .input-holder {
	border-radius: 30px;
	width: 200px;
	background: rgba(255,255,255,0.8);
	-webkit-transition: all .5s cubic-bezier(0.000,0.105,0.035,1.570);
	-moz-transition: all .5s cubic-bezier(0.000,0.105,0.035,1.570);
	transition: all .5s cubic-bezier(0.000,0.105,0.035,1.570);
}

.search-wrapper .input-holder .search-input {
	width: 100%;
	height: 25px;
	padding: 0px 50px 0 20px;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	outline: none;
	font-family: "Open Sans",Arial,Verdana;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: rgb(0,0,0);
	-webkit-transform: translate(0,60px);
	-moz-transform: translate(0,60px);
	transform: translate(0,60px);
	-webkit-transition: all .3s cubic-bezier(0.000,0.105,0.035,1.570);
	-moz-transition: all .3s cubic-bezier(0.000,0.105,0.035,1.570);
	transition: all .3s cubic-bezier(0.000,0.105,0.035,1.570);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.search-wrapper.active .input-holder .search-input {
	opacity: 1;
	-webkit-transform: translate(0,7px);
	-moz-transform: translate(0,7px);
	transform: translate(0,7px);
}

.search-wrapper .input-holder .search-icon {
	width: 70px;
	height: 70px;
	border: none;
	border-radius: 6px;
	background: #FFF;
	padding: 0px;
	outline: none;
	position: relative;
	z-index: 2;
	float: right;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.search-wrapper.active .input-holder .search-icon {
	width: 40px;
	height: 40px;
	margin: 0px;
	border-radius: 30px;
}

.search-wrapper .input-holder .search-icon span {
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .4s cubic-bezier(0.650,-0.600,0.240,1.650);
	-moz-transition: all .4s cubic-bezier(0.650,-0.600,0.240,1.650);
	transition: all .4s cubic-bezier(0.650,-0.600,0.240,1.650);
}

.search-wrapper.active .input-holder .search-icon span {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.search-wrapper .input-holder .search-icon span::before,.search-wrapper .input-holder .search-icon span::after {
	position: absolute;
	content: '';
}

.search-wrapper .input-holder .search-icon span::before {
	width: 4px;
	height: 11px;
	left: 9px;
	top: 18px;
	border-radius: 2px;
	background: #f08e21;
}

.search-wrapper .input-holder .search-icon span::after {
	width: 14px;
	height: 14px;
	left: 0px;
	top: 0px;
	border-radius: 16px;
	border: 4px solid #f08e21;
}

.er {
}

.footer2-tp {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.footer2center .footerdes  a {
	color: #f08e21;
}

.footer2center .footerdes  a:hover {
	color: #f08e21;
	text-decoration: underline;
}

.footer2-tp .flogo {
	width: 300px;
	margin-right: 20px;
	margin-top: 30px;
}

.footer2-tp .footer2center {
	width: 346px;
}

.erbg {
	width: 500px;
	height: 184px;
	position: relative;
	text-align: center;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.form_wrap {
	width: 100%;
	padding-top: 0px;
	margin: 0 auto;
	margin-left: 16px;
}

.form_wrap .red {
	color: red;
}

.form_wrap .group {
	position: relative;
	width: 100%;
	float: left;
	height: 30px;
	margin-bottom: 20px;
}

.form_wrap .group label {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	color: #666666;
	line-height: 40px;
}

.form_wrap .group input {
	margin-left: 20%;
	display: block;
	border: 1px solid #999999;
	font-size: 12px;
	height: 38px;
	width: 70%;
	text-indent: 10px;
	color: #666666;
	font-size: 14px;
}

.form_wrap .group select {
	margin-left: 22%;
	display: block;
	border: 1px solid #999999;
	font-size: 12px;
	height: 38px;
	width: 70%;
	text-indent: 10px;
	color: #666666;
	font-size: 14px;
}

.form_wrap .group1 {
	position: relative;
	width: 100%;
	float: left;
	height: 120px;
	margin-bottom: 20px;
}

.form_wrap .group1 label {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	color: #666666;
	line-height: 40px;
}

.form_wrap .group1 textarea {
	margin-left: 20%;
	display: block;
	border: 1px solid #999999;
	line-height: 24px;
	height: 120px;
	text-indent: 10px;
	color: #666666;
	width: 85%;
	font-size: 14px;
}

.form_wrap .group3 {
	position: relative;
	width: 50%;
	float: left;
	height: 40px;
	margin-bottom: 40px;
}

.form_wrap .group3 label {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	color: #666666;
	line-height: 40px;
}

.form_wrap .group3 label.text5 {
	left: 57%;
}

.form_wrap .group3 input {
	margin-left: 20%;
	display: block;
	border: 1px solid #999999;
	font-size: 12px;
	height: 26px;
	width: 74px;
	text-indent: 10px;
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
}

.form_wrap .group3 #yw0 {
	position: absolute;
	left: 40%;
	top: -1px;
}

.form_wrap .formBtn {
	text-align: center;
	margin-left: 25%;
}

.form_wrap .submit {
	margin-right: 43px;
}

.form_wrap .btncom {
	width: 176px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	border: 1px solid #f08e21;
	border-radius: 19px;
	background: #f08e21;
	outline: none;
}

.form_wrap .btncom:hover {
	color: #000;
	background: #f08e21;
}

.contact_way {
	padding-top: 84px;
	width: 100%;
	margin: 0 auto;
}

.contact_way .dirCom {
	float: left;
	height: 147px;
}

.contact_way .left {
	width: 48%;
	padding-right: 4%;
}

.contact_way .right {
	width: 48%;
}

.contact_way .dir_con {
	height: 145px;
	border: 1px solid #eee;
}

.contact_way .dir_con .img {
	float: left;
	width: 40%;
	height: 100%;
	position: relative;
}

.contact_way .dir_con .img img {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.contact_way .dir_con .font {
	float: left;
	width: 60%;
	height: 100%;
}

.contact_way .dir_con .font_wrap {
	height: 90%;
	margin-top: 2%;
	border-left: 1px solid #eee;
	padding-left: 64px;
}

.contact_way .dir_con .font-top {
	padding-top: 40px;
}

.contact_way .dir_con .font_wrap p {
	font-size: 14px;
	color: #999;
	line-height: 30px;
	text-align: left;
}
.wpcf7 form .wpcf7-response-output {
    padding: 0 !important;
}
@media (max-width:991px) {
	.erbg {
		width: 100%;
		height: 350px;
		position: relative;
		text-align: center;
		padding-top: 10px;
		padding-left: 5px;
		padding-right: 5px;
		margin: 0px;
	}

	.er .fr {
		width: 300px;
		float: none;
		margin: 0;
	}

	.form_wrap .group input {
		margin-left: 25%;
		display: block;
		border: 1px solid #999999;
		font-size: 12px;
		height: 38px;
		width: 60%;
		text-indent: 10px;
		color: #666666;
		font-size: 14px;
	}

	.form_wrap .group1 textarea {
		margin-left: 25%;
		display: block;
		border: 1px solid #999999;
		line-height: 24px;
		height: 120px;
		text-indent: 10px;
		color: #666666;
		width: 70%;
		font-size: 14px;
	}

	.footer2-tp {
		width: 94%;
		margin: 0 auto;
		padding-bottom: 50px;
	}
}

@media (max-width:768px) {
	.menu {
		width: 42px;
		position: fixed;
		top: 35px;
		right: 2%;
	}

	.header-ul {
		top: 70px;
		margin-left: 0px;
	}

	.header-tp {
		background: #000 !important;
		position: absolute;
		top: 0;
		left: 0;
		top: 0;
		z-index: 999;
		width: 100%;
	}

	.logo img {
		max-width: 90px;
	}
}/* 联系我们 */

.contact {
	background-color: #f7f7f7;
	padding-top: 50px;
	padding-bottom: 50px;
}

.contact-ul {
	justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	margin-top: 60px;
	width: 1150px;
	margin: 60px auto 0;
}

.contact-ul>li {
	width: 50%;
	text-align: center;
	min-height: 178px;
	padding: 0 28px;
}

.contact-ul>li .pp {
	clear: left;
}

.contact li .p3 {
	font-size: 18px;
	clear: both;
	margin-left: 20%;
	text-align: left;
	margin-top: 15px;
}

.contact li .p3 span {
	font-weight: bold;
}

.contact-ul>li .img {
	width: 60px;
	margin-left: 100px;
	margin-top: 7px;
	float: left;
}

.contact-ul>li .img_right {
	margin-bottom: 15px;
	float: left;
}

.contact-ul>li .p1 {
	font-size: 18px;
	color: #000;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: left;
	margin-left: 10px;
}

.contact-ul>li .p2 {
	font-weight: normal;
	font-size: 24px;
	text-align: left;
	margin-left: 10px;
	color: #333;
}

.contact-ul>li .p11 {
	font-size: 18px;
	color: #000;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 10px;
	float: left;
}

.contact-ul>li .p22 {
	font-weight: normal;
	font-size: 24px;
	margin-left: 10px;
	color: #333;
}

.contact-ul>li .p4 {
	color: #999;
	font-weight: bold;
}
/*此处是地图*/
.contact1 {
	margin-top: 30px;
	margin-bottom: 30px;
}
/*此处是办事处地址*/
.contact2-ul>li {
	width: 49%;
	border-radius: 6px;
	margin-right: 26px;
	float: left;
	overflow: hidden;
	margin-bottom: 34px;
}

.contact2-ul>li:nth-child(2n) {
	margin-right: 0;
}

.contact2-ul>li .infos {
	padding-top: 40px;
	padding-left: 38px;
	background-color: #fff;
	box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
	padding-bottom: 40px;
}

.contact2-ul>li .dt {
	width: 70%;
}
.contact-bg {
    background: #fff;
    padding: 30px;
}
.contact2-ul>li .dd img {
	width: 18px;
	margin-top: 0px;
	margin-right: 6px;
}

.contact2-ul>li .dd span {
	color: rgb(0,0,0);
	font-weight: bold;
}

.contact2-ul>li .li_addr {
	margin-bottom: 25px;
}

.img_erweima {
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
input.wpcf7-submit {
    width: 150px;
    margin-top: 46px;
    background: #f08e21;
    color: #fff;
    border: 1px solid #f08e21;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff !important;
    color: #46b450;
}
.form_wrap .group100 textarea:placeholder {
    color: #666666;
}

.contact-bg .email {
    margin-top: 5px;
    padding-top: 100px;
    padding-bottom: 31px;
    background: #fafafa url(../images/form-email.jpg) no-repeat center 35px;
}

.contact-bg .tel {
    margin-top: 15px;
    padding-top: 111px;
    background: #fafafa url(../images/form-tel.jpg) no-repeat center 35px;
    padding-bottom: 18px;
}

.sub-tit {
    color: #555;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.contact-bg p {
    font-size: 16px;
    line-height: 20px;
    color: #808080;
    text-align: center;
}

.btn-orange {
    color: #ffa019 !important;
    transition: .3s;
    border: 1px solid #ffa019;
    text-align: center;
}

.contact-bg .btn {
    width: 120px;
    margin: 15px auto 0;
    display: block;
    padding: 5px;
    border-radius: 5px;
}
@media (max-width:1200px) {
	.contact {
		background-color: #fff;
		padding-top: 66px;
		padding-bottom: 60px;
	}

	.contact-ul {
		justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		margin-top: 5px;
		width: 100%;
		margin: 5px auto 0;
	}

	.contact-ul>li {
		width: 95%;
		text-align: center;
		min-height: 178px;
		padding: 0 5px;
	}

	.contact li .p3 {
		font-size: 16px;
		clear: both;
		text-align: left;
		margin-top: 5px;
		margin-left: 5px;
	}

	.contact li .p3 span {
		font-weight: bold;
	}

	.contact-ul>li .img {
		display: none;
	}

	.contact-ul>li .img_right {
		margin: 0 auto;
	}

	.contact-ul>li .p1 {
		font-size: 18px;
		color: #000;
		margin-top: 6px;
		margin-bottom: 6px;
		margin-left: 5px;
	}

	.contact-ul>li .p2 {
		font-weight: bold;
		font-size: 24px;
		margin-left: 5px;
		color: red;
	}

	.contact-ul>li .p11 {
		font-size: 18px;
		color: #000;
		margin-top: 6px;
		margin-bottom: 6px;
		margin-left: 5px;
	}

	.contact-ul>li .p22 {
		font-weight: bold;
		font-size: 24px;
		margin-left: 5px;
		color: red;
	}

	.contact-ul>li .p4 {
		color: #999;
		font-weight: bold;
	}

	.contact2-ul>li {
		width: 98%;
		margin-right: 0;
	}
}
.form_wrap .group50 {
    position: relative;
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.form_wrap .group50 label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
}

.form_wrap .group50 input {
    display: block;
    border: 1px solid #eaeaea;
    font-size: 12px;
    height: 38px;
    width: 92%;
    text-indent: 10px;
    margin-top: 20px;
    color: #666666;
    font-size: 14px;
}

.form_wrap .group100 {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.form_wrap .group100 label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
}

.form_wrap .group100 textarea {
    display: block;
    border: 1px solid #eaeaea;
    line-height: 24px;
    height: 120px;
    text-indent: 10px;
    color: #666666;
    width: 96%;
    font-size: 16px;
    margin-top: 20px;
}

.form_wrap .formBtn_pro {
    text-align: center;
}
.contact .title {
    text-align: center;
    color: #292c38;
    font-size: 30px;
}
.contact .text {
    font-size: 16px;
    color: #808080;
    text-align: center;
    margin-bottom: 50px;
}
.prodes2 .techdata li {
    list-style: auto;
}
.side{
    width: 50px;
    height: 310px;
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -160px;
    z-index: 9999;
}
.side li{
    width: 50px;
    height: 50px;
    margin-bottom: 1px;
    background: url("../images/online.png") #f5f5f5 -248px -30px;
    position: relative;
    z-index: 9999;
}
.side li *{
    transition: all .2s;
}
.side li a{
    display: block;
    width: 100%;
    height: 100%;
}
.side li span{
    display: block;
    width: 130px;
    height: 36px;
    position: absolute;
    top: 7px;
    background: url("../images/online.png") -495px -439px;
    color: #FFFFFF;
    line-height: 36px;
    font-size: 16px;
    font-weight: 100;
    opacity: 0;
    left: 0;
    z-index: 9998;
}
.side li span:before{
    display: block;
    width: 30px;
    height: 36px;
    float: left;
    content: " ";
    margin: 0 5px 0 8px;
    background: url("../images/online.png") -261px -78px;
}
.side li.order{
    background-position-x: -290px;
}
.side li.order span:before{
    background-position-x: -303px;
}
.side li.fbk{
    background-position-x: -327px;
}
.side li.fbk span:before{
    background-position-x: -340px;
}
.side li.twt{
    background-position-x: -366px;
}
.side li.twt span:before{
    background-position-x: -379px;
}
.side li.ytb{
    background-position-x: -409px;
}
.side li.ytb span:before{
    background-position-x: -422px;
}
.side li.top{
    background-position-x: -452px;
}
.side li.top span:before{
    background-position-x: -465px;
}
.side li:hover, .side li.on{
    background-position-y: -70px;
    background-color: #f08e21;
}
.side li:hover span{
    left: -130px;
    opacity: 1;
}
.w404, .thanks {
    text-align: center;
}
.thanks h2 {
    font-size: 25px;
    color: #f08e21;
    margin: 40px 0 20px;
}
.thanks p {
    font-size: 20px;
}
#mes {
    color: #f08e21;
}
@media (max-width:462px) {
    .side-message {
        display: none;
    }
}
.distributors .sub-tit {
    text-align: left;
    color: #f08e21;
    margin-bottom: 20px;
    margin-top: 2px;
}
.distributors .sub-des p {
    text-align: left;
    margin-bottom: 17px;
}
#cnzz_stat_icon_1279763387 {
    display: none;
}
.newsdeslt li {
    list-style: normal;
    line-height: 2.25em;
    margin: 20px 0;
    font-family: "微软雅黑";
    color: #333;
    font-size: 14px;
}

.newsdeslt a {
    color: #f08e21;
    font-weight: 600;
}
.newsdeslt a:hover {
    color: #f08e21 !important;
}
@media screen and (max-width: 468px) {
    .contact-bg {
        padding: 0px;
    }
}
