@charset "utf-8";

* {
	transition: all 0.3s;
}

body {
	font-size: 14px;
	font-family: "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
}

@font-face {
	font-family: "iconpublic";
	src: url("../fonts/iconfont.eot");
	src: url("../fonts/iconfont.eot") format("embedded-opentype"),
		url("../fonts/iconfont.woff2") format("woff2"),
		url("../fonts/iconfont.woff") format("woff"),
		url("../fonts/iconfont.ttf") format("truetype"),
		url("../fonts/iconfont.svg") format("svg");
}

.iconpublic {
	font-family: "iconpublic" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bg {
	width: 1200px;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	.bg {
		width: 100%;
		padding: 0 15px;
	}
}

.hesder_bg {
	border-bottom: 1px solid #e5e5e5;
}

.header {
	display: flex;
	position: relative;
	z-index: 999;
	align-items: center;
	justify-content: flex-end;
	/* padding: 0 50px; */
	flex-wrap: wrap;

}

.hesder_top,
.header_bot {
	display: flex;
	align-items: center;
}

.header_logo {
	width: 200px;
	position: absolute;
	left: 0;
	z-index: 12;
}

.header_logo img {
	width: 100%;
}

.header_main>ul {
	display: flex;
	position: relative;
}

.header_main>ul>li {
	position: relative;
	padding: 30px 16px;
}

.header_main>ul>li:first-of-type {
	padding: 30px 30px;
}

.header_main>ul>li ul.sub-menu {
	position: absolute;
	min-width: 260px;
	top: 80px;
	background-color: #00bbea;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	left: 0;
}

.header_main>ul>li ul.sub-menu li {
	margin-bottom: 15px;
	border-bottom: 1px dashed #fff;
}

.header_main>ul>li ul.sub-menu li:last-of-type {
	margin-bottom: 0;
}

.header_main>ul>li ul.sub-menu a {
	position: relative;
	width: 100%;
	color: #fff;
	padding: 10px 0 10px 35px;
	display: block;
}

.header_main>ul>li ul.sub-menu a::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 9px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.header_main>ul>li ul.sub-menu a::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 8px;
	width: 7px;
	height: 11px;
	background: url(../images/arr_ico.png);
}

.header_main>ul>li:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

.header_main>ul>li:hover,
.header_main>ul>li.cur {
	background: #00bbea;
}

.header_main>ul>li:hover a,
.header_main>ul>li.cur a {
	color: #fff;
}

.block {
	padding: 0 10px;
}

.block a,
.block a i {
	color: #00bbea;
}

.form_search {
	width: 30px;
	height: 30px;
	margin-left: 10px;
	background: #00bbea;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
}

.navbar {
	width: 30px;
	cursor: pointer;
	display: none;
	position: relative;
	z-index: 999;
}

.navbar span:nth-of-type(1),
.navbar span:nth-of-type(2),
.navbar span:nth-of-type(3) {
	width: 20px;
	height: 2px;
	background-color: #020e1e;
	border-radius: 3px;
	position: absolute;
	transition: transform 0.15s ease;
}

.navbar span:nth-of-type(2),
.navbar span:nth-of-type(3) {
	content: "";
	display: block;
}

.navbar span:nth-of-type(2) {
	top: -7px;
}

.navbar span:nth-of-type(3) {
	bottom: -5px;
}

.navbar span:nth-of-type(1) {
	top: 50%;
	margin-top: -2px;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.navbar span:nth-of-type(2) {
	transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in,
		background-color 0.15s ease;
}

.navbar span:nth-of-type(3) {
	transition: bottom 0.1s 0.34s ease-in,
		transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19),
		background-color 0.15s ease;
}

.navbar.is-active span:nth-of-type(1) {
	transform: rotate(225deg);
	transition-delay: 0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	/* background: #fff; */
}

.navbar.is-active span:nth-of-type(2) {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out,
		background-color 0.15s ease;
	/* background: #fff; */
}

.navbar.is-active span:nth-of-type(3) {
	bottom: 0;
	transform: rotate(-50deg);
	transition: bottom 0.1s ease-out,
		transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1),
		background-color 0.15s ease;
	/* background: #fff; */
}

.header_main.cur {
	left: 0;
	transition: all 0.8s;
	-o-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-webkit-transition: all 0.8s;
}


#xx {
	cursor: pointer;
	padding-bottom: 20px;
}

.box7 {
	padding: 100px 0;
	background-image: url(../images/box7-bg.jpg);
	background-size: cover !important;
}

.box7.abouts {
	background-image: url(../images/box7-bg1.jpg);
}

.box7 .box7_box {
	display: flex;
	justify-content: space-between;
}

.box7 .box7_top h3 {
	font-size: 32px;
	color: #fff;
}

.box7 .box7_top p {
	font-size: 16px;
	margin-top: 10px;
	color: #fff;
}

.box7 .box7_top ul {
	margin-top: 40px;
}

.box7 .box7_top ul li {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

.box7 .box7_top ul li a {
	color: #fff;
}

.box7 .box7_bot h3 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #fff;
}

.box7 .box7_bot ul li {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	display: flex;
	align-items: center;
}

.box7 .box7_bot ul li span {
	color: #00bbea;
	padding-right: 20px;
}

.box7 .box7_bot ul li div {
	display: flex;
}

.box7 .box7_bot ul li div a {
	color: #FFF;
}

@media (max-width: 768px) {
	.header_main>ul>li:hover ul.sub-menu {
		/* display: none !important; */
		position: relative;
		top: 5px;
	}

	.zx_bt {
		font-size: 20px !important;
	}

	.box7 {
		padding: 20px 5px;
	}

	.box7 .box7_top ul {
		margin-top: 5px;
	}

	.box7 .box7_top h3 {
		font-size: 18px;
	}

	.box7 .box7_top p {
		font-size: 12px;
		margin-top: 3px;
	}

	.box7 .box7_top ul li {
		font-size: 12px;
		line-height: 20px;
	}

	.box7 .box7_bot h3 {
		font-size: 16px;
		margin-bottom: 5px;
		margin-top: 10px;
		color: #fff;
	}

	/* .box7_bot {
		display: flex;
		justify-content: space-between;
		align-items: center;
	} */
	.box7 .box7_box {
		flex-direction: column;
	}

	.box7 .box7_bot ul li {
		font-size: 12px;
		line-height: 20px;
	}

	.box7 .box7_bot ul li div {
		flex-direction: column;
	}
}


.footer {
	background: #eff2f5;
}

.footer_top {
	text-align: center;
	padding-top: 80px;
}

.footer_top a:hover {
	color: #00bbea;
}

.footer_top ul {
	display: flex;
	justify-content: space-evenly;
	width: 70%;
	margin: 0 auto;
	padding: 50px 0 60px 0;
}

.xian {
	border-top: 1px solid #dcdcdc;
	margin-bottom: 20px;
}

.footer_bot,
.footer_bot1 a,
.footer_bot2 a {
	color: #bebfc1;
	font-size: 12px;
}

.footer_bot1 ul {
	display: flex;
	flex-wrap: wrap;
}

.footer_bot1 a:hover {
	color: #00bbea;
}

.footer_bot1 li {
	margin-bottom: 15px;
}

.footer_bot2 {
	position: relative;
	padding-bottom: 20px;
}

.footer_bot2 li {
	line-height: 20px;
}

.footer_bot2 .jszc {
	position: absolute;
	top: 0;
	right: 0;
}

@media (max-width: 768px) {
	.footer_top {
		padding-top: 25px;
	}

	.footer_top>a>img {
		width: 50%;
	}

	.footer_top ul {
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		padding: 10px 0;
	}

	.footer_top ul li {
		width: 20%;
		line-height: 30px;
		font-size: 14px;
	}

	.footer_top span {
		display: none;
	}

	.xian {
		margin-bottom: 15px;
	}

	.footer_bot2 {
		padding-bottom: 70px;
	}

	.footer_bot1 li {
		margin-bottom: 5px;
	}

	.footer_bot2 .jszc {
		position: static;
	}
}

/* .wem {
	max-width: 100px;
	position: relative;
	z-index: 33;
	background: #fff;
	padding: 3px;
	text-align: center;
	font-size: 12px;
	margin-top: 30px;
}
.wem div {
	padding: 5px 0 10px;
} */
.fixed-chat {
	position: fixed;
	bottom: 56%;
	right: 15px;
	z-index: 77;
	transition: none;
	transform: translateY(50%);


}

@media (max-width: 768px) {
	.fixed-chat {
		right: 0;
		bottom: -2px;
		top: inherit !important;
		left: inherit !important;
		width: 100%;
	}

	.wem {
		display: none;
	}
}

.fixed-chat ul {
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.fixed-chat ul li {
	margin-bottom: 2px;
	width: 64px;
	text-align: center;
	cursor: pointer;
}

.fixed-chat ul li a {
	position: relative;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #00bbea;
	color: #ffffff;
}

.fixed-chat ul li i {
	font-size: 28px;
}

.fixed-chat ul li p {
	font-size: 12px;
	line-height: normal;
}

@media (max-width: 768px) {
	.fixed-chat ul {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: row;
	}

	.fixed-chat ul li {
		width: 25%;
	}
}

.fixed-chat-position {
	position: absolute;
	bottom: 0;
	right: 66px;
	background-color: #00bbea;
	opacity: 0;
	transform: translateX(10px);
	visibility: hidden;
	transition: all 0.3s;
}

.fixed-chat ul li a:hover .fixed-chat-position {
	opacity: 1;
	visibility: visible;
}

@media (min-width: 768px) {
	.fixed-chat ul li a:hover .fixed-chat-position {
		transform: translateX(0);
	}
}

@media (max-width: 768px) {
	.fixed-chat {
		transform: translateY(0);
	}

	.fixed-chat-position {
		top: inherit;
		bottom: 66px;
		right: 50%;
		transform: translateX(50%);
	}
}

.fixed-chat #fixed-chat-tel {
	width: 200px;
	height: 64px;
	line-height: 64px;
	font-size: 24px;
}

.fixed-chat #fixed-chat-wx {
	padding: 15px;
	line-height: 64px;
}

.fixed-chat #fixed-chat-wx img {
	max-width: 120px;
}

.fixed-chat #fixed-chat-wx h3 {
	margin-top: 10px;
	line-height: 20px;
	font-size: 14px;
}

@media (max-width: 768px) {
	.fixed-chat #fixed-chat-tel {
		display: none;
	}
}

.hesder_bg {
	border-bottom: 1px solid #e5e5e5;
}

.header-fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9;
	background: #fff;
}

.header-fixed.centers {
	width: 100%;
	z-index: 8;
	position: fixed;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
}

.header {
	display: flex;
	position: relative;
	z-index: 99;
	align-items: center;
	justify-content: flex-end;
	/* padding: 0 50px; */
	flex-wrap: wrap;

}

.hesder_top,
.header_bot {
	display: flex;
	align-items: center;
}

.header_logo {
	width: 200px;
	position: absolute;
	left: 0;
	z-index: 12;
}

.header_logo img {
	width: 100%;
}

.header_main>ul {
	display: flex;
	position: relative;
}

.header_main>ul>li:hover,
.header_main>ul>li.cur,
.header_main .current-menu-item {
	background: #00bbea;
}

.header_main>ul>li:hover a,
.header_main>ul>li.cur a,
.header_main .current-menu-item a {
	color: #fff;
}

.tx-productc-nav#pro_nav,
.tx-productc-nav#tec_nav {
	position: relative;
	z-index: 99;
	margin-top: -1px;
	;
	position: absolute;
	width: 100%;
}

#pro_nav,
#tec_nav {
	display: none
}

.tx-productc-nav#pro_nav li,
.tx-productc-nav#tec_nav li {
	float: left;
	width: 25%;
	border-left: 1px solid #fff;
}

.tx-productc-nav#pro_nav li:first-of-type {
	border-left: 0;
}

.tx-productc-nav#pro_nav li a,
.tx-productc-nav#tec_nav li a {
	display: block;
	font-size: 16px;
	line-height: 68px;
	text-align: center;
	background: #00bbea;
	color: #fff;
}

.tx-productc-nav#pro_nav li a::after,
.tx-productc-nav#tec_nav li a::after {
	content: '';
	position: relative;
	top: -3px;
	margin-left: 8px;
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 7px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

.tx-productc-positions {
	border-left: 4px solid #00bbea;
	line-height: 20px;
	padding-left: 12px;
	color: 666;
	margin-bottom: 20px;
}

.tx-productc-positions a {
	color: #666;
}

.centers {
	max-width: 1200px;
	margin: 0 auto;
	clear: both;
	position: relative;
}

.ff {
	width: 100%;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	top: 80px;
	opacity: 0;
	visibility: hidden;
}

#menu-item-261:hover .ff {
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width: 768px) {
	.tx-productc-nav li a {
		font-size: 16px;
		line-height: 42px;
	}
}

@media (max-width: 768px) {
	.hesder_top {
		width: 100%;
		justify-content: space-between;
		margin-top: 15px;
	}

	.header_logo {
		margin: 0 0 5px;
		position: relative;
		z-index: 999;
	}

	/* .header_logo1 {
		-webkit-filter: grayscale(100%) brightness(1000%);
		filter: grayscale(100%) brightness(-1000%);
	} */

	.header_logo img {
		width: 70%;
	}

	.header_main {
		position: fixed;
		left: 100%;
		top: 0;
		width: 100%;
		z-index: 998;
		height: 100vh;
		background: #fff;
		padding-top: 50px;
	}
	 
	
	
	.header_main>.clearfix {
		flex-direction: column;
		display: none;
	}

	.header_main>ul>li {
		padding: 10px 15px;
		margin: 0 15px;
		border-bottom: 1px solid #eee;
	}

	.header_main>ul>li:first-of-type {
		padding: 10px 15px;
	}

	.header_main>ul>li a {
		color: #000;
		font-size: 14px;
	}

	.header_main>ul>li:hover {
		background: #fff;
	}

	.header_main>ul>li:hover a {
		color: #00bbea;
	}

	.navbar {
		display: block;
	}

	.cur {
		left: 0;
	}

	.header_bot {
		width: 100%;
		justify-content: space-between;
		flex-direction: row-reverse;
		margin: 0 0 15px;
	}

	.block {
		display: none;
	}

	.block1 {
		position: fixed;
		bottom: 30px;
		z-index: 13;
		display: block;
	}

	.form_search {
		display: none;
	}
}

#city_2,
#city_3 {
	width: 77.14%;
	overflow: hidden;
}

#cover {
	background: rgba(0, 0, 0, .3);
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 99;
	overflow-y: auto;
}

.cover-form {
	position: absolute;
	top: 80px;
	background: #fff;
	padding: 36px 30px;
	width: 100%;
	overflow-y: auto;
	padding-bottom: 30px;
}

#city_2,
#city_3 {
	width: 77.14%;
	overflow: hidden;
}

.tx-downl-form .mains li #city_2 select,
.tx-downl-form .mains li #city_3 select {
	width: 49%;
}

.tx-downl-form .mains li #city_2 select:last-of-type,
.tx-downl-form .mains li #city_3 select:last-of-type {
	float: right;
}

.tx-downl-form .mains li select {
	background: #fff url(../images/form-jt.png) 95% center no-repeat;
	outline: none
}
.cover-form li p {overflow: hidden;}
.tx-downl-form .mains li:nth-child(2) input,
.cover-form li.vt input {
	width: 36%;
}

#v_container,
#v_container2 {
	width: 40%;
	height: 37px;
	float: right;
}

#submit {
	margin-left: 22.86%;
	width: 150px;
	line-height: 40px;
	background: #00bbea;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	margin-top: 0px;
}

.cover-form .firt-li {
	display: flex;
	justify-content: space-between;
}

.cover-form .firt-li li {
	width: 50%;
}

.cover-form .firt-li h3 {
	width: 51%;
}

.cover-form .firt-li li:last-of-type h3 {
	padding-right: 0;
	width: auto;
	margin-left: 16px;
	margin-right: 14px;
}

.cover-form .firt-li p {
	overflow: hidden;
	margin: 0;
}

.cover-form .firt-li li:first-of-type input {
	width: 100%;
}

.cover-form .firt-li li:last-of-type {
	width: 65%;
}

.cover-form .firt-li li:last-of-type input {
	width: 95%;
}

.cover-form h3 {
	text-align: center;
	margin-bottom: 10px;
}

.cover-form li {
	float: left;
	line-height: 37px;
	width: 100%;
}

.cover-form li h3 {
	float: left;
	width: 21.86%;
	text-align: left;
	padding-right: 13px;
	font-size: 15px;
}

.cover-form li b {
	display: inline-block;
	width: 5px;
	color: red;
	line-height: 37px;
	margin-right: 3px;
}

.cover-form li input,
.cover-form li select {
	float: left;
	width: 98%;
	background: #fff;
	line-height: 37px;
	height: 37px;
	border: 1px solid #e4e4e4;
	padding: 0 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* .cover-form li input:last-of-type{width: 36%;} */
#v_container1 {
	width: 40%;
	height: 37px;
	float: right;
}

.cover-form li #city_2 select,
.cover-form li #city_3 select {
	width: 49%;
}

.cover-form li #city_2 select:last-of-type,
.cover-form li #city_3 select:last-of-type {
	float: right;
}

.cover-form li select {
	background: #fff url(../images/form-jt.png) 95% center no-repeat;
	outline: none
}

.cover-form li .wby {
	height: 90px;
}

.cover-form textarea {
	width: 98%;
	height: 100px;
	border: 1px solid #e4e4e4;
}

#xx {
	float: right;
	float: right;
	position: absolute;
	top: 10px;
	right: 20px;
}

@media screen and (max-width: 768px) {
	form {
		overflow: hidden;
	}
	#submit {
		/* position: fixed;
		left: 0;
		right: 0;
		bottom: 0; */
		width: 100%;
		height: auto;
		line-height: 3;
		margin: 0 auto;
	}
	#mxh-form form ul {overflow: hidden;}
	#mxh-form form>p{position: fixed;left: 0;right: 0;bottom: 0;}
	/* .cover-form {padding-bottom: 50px;} */
	.cover-form li {display: flex;flex-wrap: wrap;flex-direction: column;}
	.cover-form li h3:first-child {width: 100%;}
	.cover-form li h3 {font-size: 12px;width: 100%;margin-bottom: 0;}
	.cover-form li p {flex: 1;}
	
	#city_2 {width: 74.14%;}
	.cover-form textarea,
	.cover-form li input {width: 100%;height: auto;line-height: 3;}
	.cover-form textarea {margin-bottom: 50px;}
	#city_3 {flex: 1;width: 100%;}
	.cover-form li select {width: 49%;height: auto;line-height: 3;}
	.cover-form li select.utype {width: 100%;}
	.cover-form .firt-li li:first-of-type input,
	.cover-form .firt-li li:last-of-type input {width: 100%;}

	#v_container,
	#v_container2 {width: 30%;}
	.tx-downl-form .mains li:nth-child(2) input,
	.cover-form li.vt input {width: 43%;}
	.cover-form {width: 100%;height: 100%;bottom: 0;border-radius: 5px;padding: 0 20px;top: 55px;overflow-y: auto;}
	#cover {background: rgba(0, 0, 0, 0);}
	#xx {float: right;font-size: 15px;font-family: "幼圆";top: 0;padding-right: 0;padding-bottom: 10px;}

	.cover-form .firt-li {
		float: left;
		flex-wrap: wrap;
		margin-top: 30px;
	}

	.cover-form .firt-li li {
		width: 100% !important;
	}

	.cover-form .firt-li h3 {
		width: 21.86%;
	}

	.cover-form .firt-li li:last-of-type h3 {
		margin: 0;
		margin-bottom: 0;
		width: 28%;
	}

	.centers h1 {
		font-size: 22px;
		margin-bottom: 0;
		text-align: center;
		padding: 0 20px;

	}

	.box7 .box7_bot ul li {
		display: block;
	}

	.box7 .box7_bot ul li div {
		flex-direction: inherit;
	}

	.footer_top ul {
		justify-content: start;
	}

	.footer_top ul li {
		text-align: left;
		width: 25%;
	}

}