@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: "微软雅黑";
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

textarea,
select,
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}

input::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
}

::selection {
	color: #fff;
	background-color: #ffb74e;
}

::-moz-selection {
	color: #fff;
	background-color: #ffb74e;
}

::-webkit-selection {
	color: #fff;
	background-color: #ffb74e;
}

::-o-selection {
	color: #fff;
	background-color: #ffb74e;
}

::-ms-selection {
	color: #fff;
	background-color: #ffb74e;
}

.clearfix:after {
	content: ".";
	width: 0;
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

a {
	text-decoration: none;
	color: #454545;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

img {
	border: none;
}

address,
cite,
dfn,
em,
var,
b,
i {
	font-style: normal;
}

/*导航logo*/
/*黑色*/
.logo #logo path {
	fill: #000;
}

.logo #logo rect {
	fill: #000;
}

.logo #ciic_logo path {
	fill: #0e3773;
}

.logo #ciic_logo circle {
	fill: #0e3773;
}

.logo #aie path {
	fill: #ea5514;
}

/*黑色*/

/*白色*/
.logo_w #logo path {
	fill: #fff;
}

.logo_w #logo rect {
	fill: #fff;
}

.logo_w #ciic_logo path {
	fill: #fff;
}

.logo_w #ciic_logo circle {
	fill: #fff;
}

.logo_w #aie path {
	fill: #ea5514;
}

/*白色*/
/*导航logo*/

#top_head {
	width: 100%;
	overflow: hidden;
}

.top_nav {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 3;
	width: 1200px;
	margin-left: -600px;
	height: 70px;
}

.top_nav_login {
	float: right;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	height: 100%;
	display: -webkit-flex;
	justify-content: flex-start;
	align-items: center;
	-webkit-justify-content: flex-start;
	-webkit-align-items: center;
}

.top_head_bg .top_nav_login {
	color: #333;
}

.top_head_bg .top_nav_login:hover {
	color: #ea5514
}

.top_nav_login img {
	width: 30px;
	height: 30px;
}

.top_nav_login span {
	margin-right: 10px;
}

.top_nav_login:hover {
	text-decoration: underline;
}

.top_nav_cen {
	margin: 0 auto;
	height: 70px;
}

.top_nav_cen_l {
	width: 260px;
	height: 70px;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-items: center;
	-webkit-justify-content: flex-start;
	-webkit-align-items: center;
}

.top_nav_cen_l a svg {
	width: 100%;
	height: 70px;
}

.top_nav_cen_R {
	width: 700px;
	height: 70px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}

.top_nav_cen_R_ul ul {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}

.top_nav_cen_R_ul ul li {
	position: relative;
	padding: 0 20px;
	margin: 0 5px;
	font-size: 16px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	display: flex;
	letter-spacing: 3px;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	/* Firefox 4 */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
	/* Opera */
}

.top_nav_cen_R_ul ul li:hover {
	background: rgba(238, 85, 20, 0.8);
}

.top_nav_cen_R_ul ul li i {
	border: 6px solid #fff;
	border-bottom-color: transparent;
	/* 设置透明背景色 */
	border-left-color: transparent;
	border-right-color: transparent;
	margin-top: 10px;
	margin-left: 5px;
}

.top_nav_cen_R_ul ul .nav_ling {
	padding: 0px;
	border-left: 1px solid #ffffff;
	height: 11px;
}

.top_nav_cen_R_ul>ul>li>a {
	font-size: 16px;
	color: #fff;
}

.top_nav_cen_R_btn {
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #ea5514;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	margin-left: 20px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	/* Firefox 4 */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
	/* Opera */
	cursor: pointer;
}

.top_nav_cen_R_btn a {
	color: #fff;
}

.top_nav_cen_R_btn:hover {
	background: #fff;
	color: #ea5514;
}

.top_nav_cen_R_btn:hover a {
	color: #ffffff;
}

.sub {
	position: absolute;
	top: 70px;
	left: 0px;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-items: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-align-items: flex-start;
	background: rgba(38, 38, 48, 0.9);
	padding: 30px;
	display: none;
}

.top_nav_sub_title {
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 15px;
	font-weight: bold;
}

.top_nav_sub a {
	display: block;
	font-size: 16px;
	color: #eeeeee;
	line-height: 36px;
	font-weight: normal;
	letter-spacing: 2px;
}

.top_nav_sub a:hover {
	color: #fff;
}

.w510 {
	width: 510px;
	padding: 40px;
}

.line_R {
	border-left: 1px solid #fff;
	height: 175px;
	margin: 0 40px;
}

.top_head_bg {
	position: relative;
	height: 70px;
}

.top_head_bg .top_nav_cen_R_ul ul li,
.top_head_bg .top_nav_cen_R_ul ul li a,
.top_head_bg .top_nav_sub_title {
	color: #333333;
}

.top_head_bg .top_nav_cen_R_ul ul li:hover,
.top_head_bg .top_nav_cen_R_ul ul li a:hover {
	color: #ea5413;
	background: none;
}

.top_head_bg .top_nav_cen_R_ul ul li:hover i {
	border: 6px solid #ea5413;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}

.top_head_bg .sub {
	background: #ffffff;
}

.top_head_bg .line_R {
	border-left: 1px solid #e6e6e6;
}

.top_head_bg .top_nav_cen_R_ul ul .nav_ling {
	border-left: 1px solid #000;
}

.top_head_bg .top_nav_cen_R_btn {
	background: #ea5413;
	color: #fff;
}

.top_head_bg .top_nav_cen_R_ul ul li i {
	border: 6px solid #000;
	border-bottom-color: transparent;
	/* 设置透明背景色 */
	border-left-color: transparent;
	border-right-color: transparent;
	margin-top: 10px;
	margin-left: 5px;
}

.top_nav_sub a.nav_hot {
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: flex-start;
	-webkit-align-items: center;
	-webkit-justify-content: flex-start;
	margin-top: 10px;
}

.top_nav_cen_R_ul ul li sup,
.top_nav_sub a.nav_hot sup {
	background: url(./new.png) no-repeat center center;
	width: 15px;
	height: 15px;
	display: block;
	margin-top: -15px;
	margin-left: 5px;
	animation-name: opacity;
	/*动画的名称*/
	transform-origin: center bottom;
	/*设置动画旋转元素的基点为：居中靠下*/
	animation-fill-mode: both;
	/*播放后的状态*/
	animation-iteration-count: infinite;
	/*动作循环的次数：infinite 无限循环*/
	animation-duration: 0.8s;
	/*动画时间*/
}

.top_nav_sub a.nav_hot2 {
	position: relative;
}

.top_nav_sub a.nav_hot2 sup {
	position: absolute;
	top: 20px;
	left: 71px;
}

@keyframes opacity {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.2;
	}

	100% {
		opacity: 1;
	}
}

/* 右侧导航 */
.right_nav_box {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	right: 5px;
}

.right_nav_box_li {
	box-sizing: border-box;
	padding-top: 12px;
	color: #fff;
	text-align: center;
	background: #ea5413;
	width: 60px;
	height: 75px;
	font-size: 11px;
	border-radius: 4px;
	z-index: 1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	position: relative;
	margin: 10px 0;
	z-index: 1;
}

.right_nav_box_li a {
	color: #fff;
}

.right_nav_box_li i {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transform-origin: center;
	-webkit-transform-origin: center;
	margin-bottom: 7px;
}

.right_nav_box_li i img {
	width: 100%;
}

.right_nav_box_li_hover {
	position: absolute;
	right: 65px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 5px;
	background-color: #fff9f6;
	opacity: 0;
	transition: all 0.3s;
	width: 140px;
	padding: 15px;
	pointer-events: none;
	z-index: 1;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.right_nav_box_li_hover::before {
	content: " ";
	width: 20px;
	height: 20px;
	background: #fff9f6;
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.right_nav_box_li_hover a {
	display: block;
	font-size: 16px;
	color: #454545;
}

.right_nav_box_li_hover p {
	width: 95px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #ea5514;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 10px;
}

.right_nav_box_li_hover p:hover {
	background: #fa621f;
	transition: all 0.3s;
}

.right_nav_box_li_hover span {
	font-weight: bold;
	color: #ea5413;
	margin-left: 10px;
}

.r_ewm {
	width: 114px;
	height: 114px;
	border-radius: 5px;
	border: 1px solid #ea5514;
	position: relative;
	z-index: 2;
}

.nav_r_line {
	width: 100%;
	height: 1px;
	background: #e1e1e1;
	margin: 10px 0;
}

.right_nav_box_li:hover {
	background: #fa621f;
}

.right_nav_box_li:hover i {
	transform: scale(1.1);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transform-origin: center;
	-webkit-transform-origin: center;
}

.right_nav_box_li:hover .right_nav_box_li_hover {
	opacity: 1;
	right: 60px;
	pointer-events: all;
}

.w320 {
	width: 320px;
}

.r_nav_adv {
	width: 60px;
	height: 61px;
	position: relative;
}

.r_nav_adv_small {
	position: relative;
	z-index: 2;
	animation-name: container;
	/*动画的名称*/
	transform-origin: center bottom;
	/*设置动画旋转元素的基点为：居中靠下*/
	animation-fill-mode: both;
	/*播放后的状态*/
	animation-iteration-count: infinite;
	/*动作循环的次数：infinite 无限循环*/
	animation-duration: 0.8s;
	/*动画时间*/
}

.r_nav_adv_small img {
	filter: drop-shadow(0 6px 5px rgba(38, 38, 48, 0.4));
}

.r_nav_adv:hover .r_nav_adv_small {
	animation-play-state: paused;
}

@keyframes container {
	0% {
		transform: scale(0.8, 0.8);
		opacity: 1;
	}

	25% {
		transform: scale(1, 1);
		opacity: 0.6;
	}

	100% {
		transform: scale(0.8, 0.8);
		opacity: 1;
	}
}

.r_nav_adv_big {
	position: absolute;
	top: 0px;
	right: 65px;
	width: 678px;
	height: 195px;
	padding-top: 35px;
	padding-left: 35px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	/* Firefox 4 */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
	/* Opera */
	box-shadow: 0 6px 5px rgba(38, 38, 48, 0.4);
	opacity: 0;
	pointer-events: none;
}

.r_nav_adv_big a {
	display: block;
}

.r_nav_adv:hover .r_nav_adv_big {
	right: 60px;
	opacity: 1;
	pointer-events: all;
}

.r_nav_adv_title {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
}

.r_nav_adv_title p {
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 10px;
}

.r_nav_adv_btn {
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #ea5413;
	background: #fff;
	border-radius: 5px;
	margin-top: 20px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	/* Firefox 4 */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
	/* Opera */
}

.r_nav_adv_btn:hover {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	transform: translateY(-3px);
}

/*底部样式*/
.Foot {
	width: 100%;
	min-width: 1200px;
}

.Foot_cen {
	width: 1200px;
	margin: 0 auto;
	margin-top: 90px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-align-items: flex-start;
}

.Foot_cen_l {
	width: 140px;
}

.Foot_cen_l p {
	font-size: 16px;
	color: #535353;
	text-align: center;
}

.Foot_cen_c {
	width: 140px;
	margin-left: 70px;
}

.Foot_cen_c li {
	font-size: 16px;
	color: #535353;
	margin-bottom: 35px;
}

.Foot_cen_c li p {
	font-size: 16px;
	color: #888888;
	line-height: 36px;
	margin-top: 5px;
}

.Foot_cen_r {
	width: 805px;
}

.Foot_cen_nav ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-align-items: flex-start;
}

.Foot_cen_nav li {
	padding: 0 40px;
	border-left: 1px dashed #e0e0e0;
	font-size: 0px;
	height: 233px;
	vertical-align: top;
}

.Foot_nav {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}

.Foot_nav a {
	font-size: 12px;
	color: #9e9e9e;
	display: block;
	line-height: 24px;
	width: 80px;
}

.Foot_nav_ou a {
	width: auto;
}

.Foot_nav_ji a {
	width: 100px;
}

.Foot_nav a:hover {
	color: #f7931e;
}

.Foot_cen_nav p {
	margin-bottom: 5px;
	width: 35px;
	height: 35px;
}

.Foot_cen_bot {
	width: 1200px;
	margin: 0 auto;
}

.Foot_cen_link {
	margin-top: 30px;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-items: center;
	-webkit-justify-content: flex-start;
	-webkit-align-items: center;
}

.Foot_cen_link p {
	font-size: 14px;
	color: #9e9e9e;
}

.Foot_cen_lk li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 0 10px;
}

.Foot_cen_lk ul {
	font-size: 0px;
}

.Foot_cen_lk li a {
	font-size: 12px;
	color: #9e9e9e;
}

.Foot_cen_lk li a:hover {
	color: #f7931e;
}

.Foot_cen_link p img {
	width: auto;
	max-width: 136px;
}

.Foot_bq {
	width: 585px;
	text-align: left;
	font-size: 12px;
	color: #9e9e9e;
	padding-top: 20px;
	float: left;
}

.Foot_bq a {
	font-size: 12px;
	color: #9e9e9e;
}

.Foot_ba_img a {
	width: 91px;
	height: 33px;
	float: left;
	margin-right: 6px;
}

.Foot_ba_img a:nth-of-type(1) {
	background: url(//www.guanaitong.com/images/2020/public/icp01.png) 0px 0 no-repeat;
}

.Foot_ba_img a:nth-of-type(1):hover {
	background: url(//www.guanaitong.com/images/2020/public/icp02.png) 0px 0 no-repeat;
}

.Foot_ba_img a:nth-of-type(2) {
	background: url(//www.guanaitong.com/images/2020/public/icp01.png) -97px 0 no-repeat;
}

.Foot_ba_img a:nth-of-type(2):hover {
	background: url(//www.guanaitong.com/images/2020/public/icp02.png) -97px 0 no-repeat;
}

.Foot_ba_img a:nth-of-type(3) {
	background: url(//www.guanaitong.com/images/2020/public/icp01.png) -194px 0 no-repeat;
}

.Foot_ba_img a:nth-of-type(3):hover {
	background: url(//www.guanaitong.com/images/2020/public/icp02.png) -194px 0 no-repeat;
}

.Foot_ba_img {
	margin-top: 15px;
}

.Foot_con a,
.Foot_con {
	font-size: 12px;
	color: #9e9e9e;
}

.Foot_con {
	padding-top: 15px;
	float: right;
}

.Foot_con a:hover {
	color: #f7931e;
}

.Foot_cen_logo {
	float: left;
	width: 230px;
	margin-left: 9px;
}

/*底部弹层*/
.layer,
.layer_y,
.layer_d,
.layer_g {
	cursor: pointer;
}

.layer_list {
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0.5;
	z-index: 10;
}

.layer_list_cen {
	position: fixed;
	left: 50%;
	display: none;
	margin-left: -400px;
	top: 50%;
	margin-top: -140px;
	width: 800px;
	background: #f8f8f8;
	z-index: 11;
	border-radius: 10px;
	padding: 40px;
}

.layer_list_cen_w {
	width: 100%;
	height: 100%;
}

.layer_close {
	position: absolute;
	right: -12px;
	top: -12px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: url(//www.guanaitong.com/images/2020/public/close.png) no-repeat center center #f8f8f8;
	font-size: 14px;
	color: #000;
	line-height: 40px;
	text-align: center;
}

.layer_list_cen_w p {
	font-size: 28px;
	color: #000;
	text-align: center;
}

.layer_list_cen_w ul {
	font-size: 0px;
	padding: 20px;
	margin-top: 20px;
	border-radius: 10px;
	border: 1px solid rgba(116, 116, 116, 0.1);
}

.layer_list_cen_w li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 46%;
	font-size: 15px;
	color: #424242;
	height: 32px;
	line-height: 32px;
	padding-left: 4%;
	margin-bottom: 10px;
}

.layer_list_cen_w li span {
	font-size: 13px;
	color: #555555;
}

.layer_list_cen_w li:nth-child(1) {
	background: url(//www.guanaitong.com/images/2020/public/cont1.png) no-repeat left center;
}

.layer_list_cen_w li:nth-child(2) {
	background: url(//www.guanaitong.com/images/2020/public/cont2.png) no-repeat left center;
}

.layer_list_cen_w li:nth-child(3) {
	background: url(//www.guanaitong.com/images/2020/public/cont3.png) no-repeat left center;
}

.layer_list_cen_w li:nth-child(4) {
	background: url(//www.guanaitong.com/images/2020/public/cont4.png) no-repeat left center;
}

.layer_list_cen_w li:nth-child(5) {
	background: url(//www.guanaitong.com/images/2020/public/cont5.png) no-repeat left center;
}

.layer_list_d,
.layer_list_g {
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0.5;
	z-index: 10;
}

.layer_list_cen_d,
.layer_list_cen_g {
	position: fixed;
	left: 50%;
	display: none;
	margin-left: -400px;
	top: 50%;
	margin-top: -140px;
	width: 800px;
	background: #f8f8f8;
	z-index: 11;
	border-radius: 10px;
	padding: 40px;
}

.layer_list_cen_w_d,
.layer_list_cen_w_g {
	width: 100%;
	height: 100%;
}

.layer_close_d,
.layer_close_g {
	position: absolute;
	right: -12px;
	top: -12px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: url(//www.guanaitong.com/images/2020/public/close.png) no-repeat center center #f8f8f8;
	font-size: 14px;
	color: #000;
	line-height: 40px;
	text-align: center;
}

.layer_list_cen_w_d p,
.layer_list_cen_w_g p {
	font-size: 28px;
	color: #000;
	text-align: center;
}

.layer_list_cen_w_d ul,
.layer_list_cen_w_g ul {
	font-size: 0px;
	padding: 20px;
	margin-top: 20px;
	border-radius: 10px;
	border: 1px solid rgba(116, 116, 116, 0.1);
}

.layer_list_cen_w_d li,
.layer_list_cen_w_g li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 46%;
	font-size: 15px;
	color: #424242;
	height: 32px;
	line-height: 32px;
	padding-left: 4%;
	margin-bottom: 10px;
}

.layer_list_cen_w_d li span,
.layer_list_cen_w_g li span {
	font-size: 13px;
	color: #555555;
}

.layer_list_cen_w_d li:nth-child(2),
.layer_list_cen_w_g li:nth-child(2) {
	background: url(//www.guanaitong.com/images/2020/public/cont1.png) no-repeat left center;
	width: 190px;
	margin-left: 95px;
}

.layer_list_cen_w_d li:nth-child(3),
.layer_list_cen_w_g li:nth-child(3) {
	background: url(//www.guanaitong.com/images/2020/public/cont2.png) no-repeat left center;
	width: 300px;
}

.layer_list_cen_w_d_title,
.layer_list_cen_w_g_title {
	font-size: 14px;
	color: #454545;
	text-align: center;
	line-height: 30px;
	margin-bottom: 10px;
}

.layer_list_y {
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0.5;
	z-index: 10;
}

.layer_list_cen_y {
	position: fixed;
	left: 50%;
	height: 520px;
	display: none;
	margin-left: -400px;
	top: 50%;
	margin-top: -300px;
	width: 800px;
	background: #f8f8f8;
	z-index: 11;
	border-radius: 10px;
	padding: 40px;
}

.layer_list_cen_w_y {
	width: 100%;
	height: 100%;
	padding: 3%;
	background: #fff;
	overflow-y: scroll;
	font-size: 14px;
	line-height: 20px;
	color: #454545;
}

.layer_close_y {
	cursor: pointer;
	position: absolute;
	right: -12px;
	top: -12px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: url(//www.guanaitong.com/images/2020/public/close.png) no-repeat center center #f8f8f8;
	font-size: 14px;
	color: #000;
	line-height: 40px;
	text-align: center;
}

.layer_list_cen_w_y p {
	font-size: 18px;
	color: #000;
	text-align: center;
	font-weight: 400;
}

.layer_list_new {
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0.5;
	z-index: 10;
}

.layer_list_cen_new {
	position: fixed;
	left: 50%;
	height: 520px;
	display: none;
	margin-left: -400px;
	top: 50%;
	margin-top: -300px;
	width: 800px;
	background: #f8f8f8;
	z-index: 11;
	border-radius: 10px;
	padding: 40px;
}

.layer_list_cen_w_new {
	width: 100%;
	height: 100%;
	padding: 3%;
	background: #fff;
	overflow-y: scroll;
	font-size: 14px;
	line-height: 40px;
	color: #454545;
}

.layer_close_new {
	position: absolute;
	right: -12px;
	top: -12px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: url(//www.guanaitong.com/images/2020/public/close.png) no-repeat center center #f8f8f8;
	font-size: 14px;
	color: #000;
	line-height: 40px;
	text-align: center;
}

.layer_list_cen_w_new p {
	font-size: 22px;
	color: #000;
	text-align: center;
}

.layer_list_cen_w_new span {
	display: block;
	text-align: right;
}

/*底部弹层*/

/*弹层表单*/
em.bitian {
	font-style: normal;
	position: absolute;
	right: -10px;
	top: 0px;
	color: #ee8028;
	margin-top: 1px;
	display: inline-block;
}

.box_left {
	display: block;
	position: relative;
}

.request-info input:focus label {
	display: none;
}

.inline-error {
	color: #f80303;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	position: absolute;
	top: 2px;
	left: 40px;
	z-index: 9;
	background: rgb(255, 250, 250);
	display: none;
	width: 200px;
}

#bd_company {
	background-position: -960px -126px;
}

#bd_scale {
	background-position: -960px -240px;
	cursor: pointer;
}

.dropdown-trigger {
	position: absolute;
	top: 16px;
	right: 10px;
	display: inline-block;
	z-index: 2;
	content: "";
	width: 8px;
	height: 8px;
	border: solid #999;
	border-width: 1px 1px 0 0;
	-webkit-transform: translate(0, -50%) rotate(135deg);
	-moz-transform: translate(0, -50%) rotate(135deg);
	-o-transform: translate(0, -50%) rotate(135deg);
	transform: translate(0, -50%) rotate(135deg);
	-webkit-transition: -webkit-transform 0.2s linear;
	-moz-transform: -moz-transform 0.2s linear;
	-o-transform: -o-transform 0.2s linear;
	transition: transform 0.2s linear;
}

#layer-shade {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 10;
	opacity: 0.5;
	display: none;
}

.layer-page {
	width: 439px;
	height: 592px;
	border-radius: 20px;
	background: url(//www.guanaitong.com/images/lyb/bg-layer.png) no-repeat center;
	position: fixed;
	left: 50%;
	margin-left: -219px;
	top: 50%;
	margin-top: -296px;
	z-index: 999;
	display: none;
}

.layer-page-close {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: url(//www.guanaitong.com/images/close.png) no-repeat center center #f8f8f8;
	font-size: 14px;
	color: #000;
	line-height: 40px;
	text-align: center;
	display: none;
	z-index: 1003;
	cursor: pointer;
}

.request-succ1 {
	position: fixed;
	left: 50%;
	margin-left: -219px;
	top: 50%;
	margin-top: -296px;
	z-index: 1000;
	background: #fff;
	display: table;
	width: 439px;
	height: 592px;
	border-radius: 20px;
	background: url(//www.guanaitong.com/images/lyb/bg-layer.png) no-repeat center;
}

.request-succ1 div {
	height: 156px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
}

.request-succ1 div h2 {
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #000000;
}

.request-succ1 div img {
	margin: 25px auto 20px auto;
	display: block;
	width: 81px;
	height: 81px;
}

.request-succ1 div h4 {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #000000;
}

.layer-page .ind_mf_title {
	font-size: 32px;
	color: #000;
	text-align: center;
	padding-top: 40px;
}

.layer-page .ind_mf_t2 {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.9);
	text-align: center;
	padding-top: 14px;
}

.layer-page .ind_mf_t33 {
	color: #666;
}

.layer-page ul {
	width: 332px;
	margin: 35px 40px 0px 57px;
}

.layer-page li {
	display: block;
	position: relative;
	background: none;
	height: 55px;
	width: 322px;
	padding-right: 10px;
	margin-bottom: 10px;
}

.layer-page #layer-lyb_Other {
	display: block;
	background: none;
	height: 120px;
	overflow: hidden;
}

.layer-page li .box_left {
	display: block;
	border: 1px solid rgb(238, 238, 238);
	border-radius: 4px;
	height: 38px;
	padding-left: 40px;
	font-size: 14px;
	color: #999999;
	line-height: 38px;
	background: url(//www.guanaitong.com/images/ind.png) no-repeat rgb(246, 246, 246);
	z-index: 3;
}

.layer-page .request-info input {
	height: 38px;
	background: #f6f6f6;
	line-height: 38px;
	border: none;
	padding: 0 10px 0px 0px;
	vertical-align: middle;
	font-family: "微软雅黑";
	width: 270px;
}

.layer-page .request-info input:focus {
	outline: none;
}

.layer-page em .bitian {
	font-style: normal;
	position: absolute;
	right: -10px;
	top: 0px;
	color: #ee8028;
	margin-top: 1px;
	display: inline-block;
}

.layer-page .box_left {
	display: block;
	position: relative;
}

.layer-page .request-info input:focus label {
	display: none;
}

.layer-page .inline-error {
	color: #f80303;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	position: absolute;
	top: 1px;
	left: 40px;
	z-index: 9;
	background: rgb(255, 250, 250);
	display: none;
	width: 200px;
}

.layer-page #layer-bd_company {
	background-position: -960px -126px;
}

.layer-page #layer-bd_scale {
	background-position: -960px -240px;
}

.layer-page .dropdown-trigger2 {
	position: absolute;
	top: 16px;
	right: 10px;
	display: inline-block;
	z-index: 2;
	content: "";
	width: 8px;
	height: 8px;
	border: solid #999;
	border-width: 1px 1px 0 0;
	-webkit-transform: translate(0, -50%) rotate(135deg);
	-moz-transform: translate(0, -50%) rotate(135deg);
	-o-transform: translate(0, -50%) rotate(135deg);
	transform: translate(0, -50%) rotate(135deg);
	-webkit-transition: -webkit-transform 0.2s linear;
	-moz-transform: -moz-transform 0.2s linear;
	-o-transform: -o-transform 0.2s linear;
	transition: transform 0.2s linear;
}

.layer-page .updowm2 {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.layer-page .sel-block {
	width: 334px;
	position: absolute;
	top: 40px;
	left: 0px;
	z-index: 50;
}

.layer-page .sel-block ol {
	width: 312px;
	height: 63px;
	position: absolute;
	top: -10px;
	left: 0;
	overflow: hidden;
	z-index: 50;
	background: #f6f6f6;
	border: 1px solid #eeeeee;
	text-align: center;
	padding-top: 10px;
	border-top: none;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	display: none;
}

.layer-page .sel-block ol li.sel-items {
	width: 79px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	display: inline-block;
	color: #ee8028;
	background: #fff;
	text-align: center;
	margin: 0px 10px 6px 10px;
	padding: 0;
	cursor: pointer;
	border: 1px solid #ee8028;
	border-radius: 4px;
}

.layer-page .sel-block ol li.sel-items:hover,
.layer-page .select-block ol li.sel-items.active {
	background-color: #ee8028;
	color: #ffffff;
}

.layer-page #layer-scale {
	background: #f6f6f6;
	position: absolute;
	top: 0;
	left: 40px;
	z-index: 4;
	width: 260px;
	font-size: 14px;
	color: rgba(125, 125, 125, 1);
	font-family: "微软雅黑";
}

.layer-page #layer-bd_people {
	background-position: -960px -164px;
}

.layer-page #layer-bd_tel {
	background-position: -960px -278px;
}

.layer-page #layer-bd_Other {
	height: 78px;
	background: #f6f6f6;
	padding: 0px;
}

.layer-page #layer-bd_Other textarea {
	height: 76px;
	background: #f6f6f6;
	line-height: 38px;
	font-size: 14px;
	color: #000000;
	font-family: "微软雅黑";
	width: 294px;
	border: none;
	padding: 0px 10px 0px 16px;
	vertical-align: middle;
}

.layer-page #layer-bd_Other textarea::-webkit-input-placeholder {
	font-size: 14px;
	color: #999999;
	font-family: "微软雅黑";
}

.layer-page #layer-bd_Other textarea::-moz-input-placeholder {
	font-size: 14px;
	color: #999999;
	font-family: "微软雅黑";
}

.layer-page #layer-bd_Other textarea::-ms-input-placeholder {
	font-size: 14px;
	color: #999999;
	font-family: "微软雅黑";
}

.layer-page .ind_mf_tj {
	width: 135px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	text-align: center;
	display: block;
	float: right;
	margin-right: 10px;
}

.layer-page .ind_mf_tj a {
	background: #ee8028;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.layer-page .btn_default {
	background: #f4a362 !important;
}

/*报错样式*/
.layer-page .request-info li.error .box_left {
	overflow: hidden;
	border: 1px solid rgb(248, 3, 3);
	background: url(//www.guanaitong.com/images/ind.png) no-repeat rgb(255, 250, 250);
	z-index: 4;
}

.layer-page .request-info li.error input {
	background: rgb(255, 250, 250);
}

.layer-page .request-info li.error #layer-scale {
	background: rgb(255, 250, 250);
}

.layer-page .request-info li.error .sel-block ol {
	background: rgb(255, 250, 250);
	border: 1px solid rgb(248, 3, 3);
	border-top: none;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

/*底部免费试用表单*/
.foot_from_cen {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.ind_mf_R_nei {
	width: 100%;
	position: relative;
	z-index: 2;
}

.request-succ {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	border-radius: 10px;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	align-content: center;
	-webkit-align-content: center;
}

.request-succ h2 {
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #000000;
}

.request-succ img {
	display: block;
	margin: 10px auto;
	width: 60px;
	height: 60px;
}

.request-succ h4 {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #000000;
}

.ind_mf_R_nei ul {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	-webkit-justify-content: space-between;
	-webkit-align-items: center;
	flex-wrap: wrap;
}

.ind_mf_R_nei li {
	position: relative;
	height: 40px;
	width: 48%;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	-webkit-justify-content: flex-start;
	-webkit-align-items: center;
	background: #ffffff;
	border-radius: 5px;
	margin-bottom: 25px;
	padding: 0 10px;
}

.ind_mf_R_nei #lyb_Other {
	width: 100%;
	height: 120px;
	overflow: hidden;
}

.ind_mf_R_nei li .box_left {
	display: block;
	height: 100%;
	font-size: 14px;
	color: #999999;
	line-height: 100%;
	width: 95%;
	padding: 0 10px;
	position: relative;
}

.request-info input {
	height: 100%;
	font-size: 14px;
	line-height: 100%;
	border: none;
	font-family: "微软雅黑";
	color: #999999;
	width: 100%;
}

.from_bitian {
	color: #ee8028;
}

.from_error {
	color: #f80303;
	height: 38px;
	line-height: 38px;
	font-size: 12px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
	background: rgb(255, 250, 250);
	display: none;
	width: 100%;
	padding-left: 20px;
	border-radius: 5px;
}

input,
button,
select,
textarea {
	outline: none;
	font-size: 14px;
	color: rgba(125, 125, 125, 1);
}

#from_scale_text {
	height: 40px;
	line-height: 40px;
	z-index: 4;
	width: 100%;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #999999;
}

.select-block {
	width: 100%;
	position: absolute;
	top: 35px;
	left: 0px;
	z-index: 2;
	display: none;
	background: #f6f6f6;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 10px;
}

.select-block ol li.select-items {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	color: #999999;
	background: #fff;
	text-align: center;
	margin: 5px;
	cursor: pointer;
	border-radius: 4px;
}

.select-block ol li.select-items:hover,
.select-block ol li.select-items.active {
	background-color: #ee8028;
	color: #ffffff;
}

#bd_Other {
	height: 94px;
	width: 100%;
	background: #f6f6f6;
}

#bd_Other textarea {
	height: 100%;
	font-size: 14px;
	color: #999999;
	font-family: "微软雅黑";
	line-height: 38px;
	width: 100%;
	border: none;
	background: none;
}

.dropdown-trigger {
	position: absolute;
	top: 16px;
	right: 10px;
	display: inline-block;
	z-index: 2;
	content: "";
	width: 8px;
	height: 8px;
	border: solid #999;
	border-width: 1px 1px 0 0;
	-webkit-transform: translate(0, -50%) rotate(135deg);
	-moz-transform: translate(0, -50%) rotate(135deg);
	-o-transform: translate(0, -50%) rotate(135deg);
	transform: translate(0, -50%) rotate(135deg);
	-webkit-transition: -webkit-transform 0.2s linear;
	-moz-transform: -moz-transform 0.2s linear;
	-o-transform: -o-transform 0.2s linear;
	transition: transform 0.2s linear;
}

.updowm {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.ind_mf_tj {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-align-items: flex-start;
}

.ind_mf_tj a {
	width: 250px;
	height: 100%;
	line-height: 40px;
	display: block;
	background: #ea5514;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 5px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transform: all 0.2s;
	-o-transform: all 0.2s;
	transition: all 0.2s;
}

.ind_mf_tj a:hover {
	background: #ffffff;
	color: #ea5514;
}

.from_title {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	width: 388px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	background: rgba(238, 85, 20, 0.8);
	letter-spacing: 10px;
	margin-bottom: 35px;
}

.from_pho {
	padding-left: 90px;
	background: url(//www.guanaitong.com/images/2020/public/un21.png) no-repeat left center;
}

.from_pho p {
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 2.25px;
}

.from_pho span {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: 10px;
}

.from_bg {
	width: 100%;
	height: 600px;
}

.from_bot_cen {
	width: 1200px;
	margin: 0 auto;
	padding-top: 80px;
}

/*报错样式*/
.ind_mf_R_nei li.error {
	border: 1px solid rgb(248, 3, 3);
	background: rgb(255, 250, 250);
	z-index: 4;
}

.ind_mf_R_nei li.error input {
	background: rgb(255, 250, 250);
}

.ind_mf_R_nei li.error #scale {
	background: rgb(255, 250, 250);
}

.ind_mf_R_nei li.error .select-block {
	background: rgb(255, 250, 250);
	width: calc(100% + 2px);
	left: -1px;
	border: 1px solid rgb(248, 3, 3);
	border-top: none;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.g-footer {
	margin-top: 50px;
	padding: 30px 0 !important;
}

.common_wrapper {
	border-top: 1px solid #E7E7E7
}

.common_title {
	width: 1200px;
	margin: 60px auto 50px;
	font-family: "PingFang SC Regular";
	text-align: center;
}

.common_title .tit_chi {
	font-size: 24px;
	line-height: 24px;
	color: #333;
}

.common_title .tit_chi span {
	padding-right: 16px;
	font-weight: bold;
}

.common_title .tit_eng {
	font-size: 14px;
	line-height: 14px;
	color: #969696;
	padding-top: 10px;
}