html,
body {
	font-family: "microsoft yahei";
}

select,
input,
textarea,
button {
	font-family: "microsoft yahei";
}

.main_bg_color {
	background: #d60000;
}

.header {
	width: 100%;
	height: 100px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_head {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
}

.sub_head {
	background: #fff;
	box-shadow: 0 0 12px rgba(115, 115, 115, .3);
}

.logo {
	float: left;
	width: 160px;
	height: 100px;
}

.logo img {
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menu {
	position: relative;
	height: 100px;
}

.menu_dl dd {
	float: left;
	padding: 0 25px;
}

.menu_tt {
	display: block;
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 100px;
}

.menu_ico {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
}

.ind_head .menu_tt {
	color: #fff;
}

.sub_head .menu_tt {
	color: #333;
}

.ind_head .logo_1 {
	display: block;
}

.ind_head .logo_2 {
	display: none;
}

.sub_head .logo_1 {
	display: none;
}

.sub_head .logo_2 {
	display: block;
}



/*
 * wap head
 */
.mobile_header {
	display: none;
	clear: both;
	width: 100%;
	height: 52px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.mobile_header_top {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 7;
	width: 100%;
	height: 52px;
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}


.mobile_logo {
	width: 180px;
	height: 52px;
	margin-left: 15px;
}

.mobile_logo img {
	display: block;
	height: 26px;
	width: auto;
}

.mobile_menu_btn {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	width: 54px;
	height: 52px;
	cursor: pointer;
}

.mobile_menu_btn span {
	display: block;
	height: 3px;
	width: 28px;
	background: #333;
	border-radius: 4px;
	margin-bottom: 6px;
}

.mobile_menu_btn span:last-child {
	margin-bottom: 0;
}

.mobile_search_icon {
	width: 40px;
	height: 52px;
	color: #333;
	font-size: 26px;
	line-height: 52px;
	text-align: center;
	margin-right: 52px;
	cursor: pointer;
}

.mobile_header.hover {
	background: rgba(0, 0, 0, .5);
	box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.mobile_menu_box {
	position: fixed;
	right: -110%;
	top: 0;
	z-index: 8;
	width: 75%;
	height: 100%;
	background: #fff;
	padding: 20px 15px;
	overflow-y: auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.mobile_menu_box.show {
	right: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.mobile_menu_dl dd {
	clear: both;
	line-height: 1.3;
	border-bottom: 1px solid #e1e1e1;
}

.mobile_menu_tt {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.mobile_menu_tt .text {
	float: left;
	width: 80%;
	color: #333;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 0;
	text-transform: capitalize;
}

.mobile_menu_dl dd.hover .mobile_menu_tt .text {
	color: #489dff;
}






.mobile_menu_tt_icon {
	display: none;
	float: right;
	float: right;
	width: 44px;
	height: 44px;
	/*line-height: 44px;*/
	text-align: center;
	color: #333;
	font-size: 16px;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
	transform: rotateZ(0deg);
	-webkit-transform: rotateZ(-90deg);
	-moz-transform: rotateZ(-90deg);
	-ms-transform: rotateZ(-90deg);
	-o-transform: rotateZ(-90deg);
	background: url(../images/menu_icon_R.png) no-repeat center center / 20px auto;
}

.mobile_menu_down {
	display: none;
	padding: 6px 0 10px 12px;
}

.mobile_menu_down_clm {
	margin-bottom: 8px;
}

.mobile_menu_down_clm_tt {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 14px;
	color: #333;
}

.mobile_menu_down_clm_tt .tt {
	width: calc(100% - 50px);
	color: #333;
	line-height: 20px;
	padding: 7px 0;
}

.mobile_menu_down_clm_tt .icon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile_menu_down_clm.hover .mobile_menu_down_clm_tt .icon {
	-webit-transition: all 0.5s;
	transition: all 0.5s;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
}

.mobile_menu_down_clm_list {
	display: none;
	padding: 5px 0 0 10px;
}

.mobile_menu_down_clm_list a {
	display: block;
	font-size: 12px;
	line-height: 1.4;
	color: #333;
	padding: 5px 0 5px 14px;
	position: relative;
}

.mobile_menu_down_clm_list a::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	background: #333;
	border-radius: 50%;
}



.mobile_menu_tt_icon.hover {
	transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}










.mask,
.mobile_menu_mask {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 7;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
}

.mobile_menu_mask {
	z-index: 8;
}






/**banner***/

.banner {
	width: 100%;
	height: 900px;
	position: relative;
	overflow: hidden;
}

.banner .hd {
	display: none;
	position: absolute;
	left: 0;
	bottom: 15px;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.banner .bd {
	width: 100%;
	height: 900px;
	position: relative;
	overflow: hidden;
}

.banner .bd .bdBox {
	width: 1920px;
	height: 900px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -960px;
	z-index: 1;
}

.banner .bd ul li {
	display: block;
	width: 100%;
	height: 900px;
}

.banner .bd ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}


/*.banner .prev,.banner .next{
	display: none;
	position: absolute;
	z-index: 2;
	right: 0;
	top: 50%;
	width: 40px;
	height: 52px;
	text-align: center;
	color: #666;
	background:url(../images/banner_ico.png) no-repeat center center;
	cursor: pointer;
}
.banner .prev{
	left: auto;
	left: 0;
}
.banner .prev{
	transform: rotateZ(-180deg);
	-webkit-transform: rotateZ(-180deg);
}*/

.banner_video {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	height: auto;
}

.banner_video_text {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 9;
	width: 500px;
	color: #fff;
	text-align: center;
	margin: -120px 0 0 -250px;
	background: rgba(0, 0, 0, .2);
	padding: 30px 0;
}

.banner_video_text .tt {
	font-size: 48px;
	margin-bottom: 20px;
}

.banner_video_text .text {
	font-size: 26px;
}

.banner_btn {
	position: absolute;
	right: 70px;
	bottom: 0;
	z-index: 3;
	width: 330px;
	height: 80px;
	background: #fff;
}

.banner_btn .pageState {
	float: left;
	width: 135px;
	color: #666;
	text-align: center;
	font-size: 20px;
	line-height: 80px;
	letter-spacing: 8px;
	margin: 0 15px;
}

.banner_btn .pageState span {
	color: #333;
}

.banner_btn_box .prev,
.banner_btn_box .next {
	float: left;
	width: 80px;
	height: 80px;
	text-align: center;
	cursor: pointer;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.banner_btn_box .prev:before {
	content: "";
	display: block;
	width: 1px;
	height: 50px;
	position: absolute;
	top: 15px;
	right: -1px;
	background: #e5e5e5;
}

.banner_btn_box .prev span,
.banner_btn_box .next span {
	display: inline-block;
	width: 10px;
	height: 18px;
	background: url(../images/banner_icon2.png) no-repeat center center;
}

.banner_btn_box .prev:after,
.banner_btn_box .next:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #333;
	margin-left: -7px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.banner_btn_box .prev:hover:after,
.banner_btn_box .next:hover:after {
	width: 14px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.banner_btn_box .next {
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}

/* mobile_banner */
.mobile_banner {
	display: none !important;
}

.mobile_banner.owl-theme .owl-controls {
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
}

.mobile_banner.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #aaaaaa;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.mobile_banner.owl-theme .owl-dots .owl-dot.active span,
.mobile_banner.owl-theme .owl-dots .owl-dot:hover span {
	background: #4090ff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}




.scroll_dots.owl-theme .owl-controls {
	width: 100%;
	padding-top: 25px;
}

.scroll_dots.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #aaaaaa;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.scroll_dots.owl-theme .owl-dots .owl-dot.active span,
.scroll_dots.owl-theme .owl-dots .owl-dot:hover span {
	background: #e62129;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}



.ind_case {
	padding: 50px 0;
	position: relative;
	z-index: 2;
}

.ind_title1 {
	width: 80%;
	max-width: 1600px;
	margin: 0 auto 35px;
}

.ind_title1 .tt {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 5px;
}

.ind_title1 .tt2 {
	position: relative;
}

.ind_title1 .tt2 span {
	display: inline-block;
	line-height: 24px;
	font-size: 16px;
	background: #fff;
	padding: 0 30px;
	position: relative;
	z-index: 2;
}

.ind_title1 .tt2:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #eaeaea;
}

.ind_case_bar {
	width: 80%;
	max-width: 1600px;
	margin: 0 auto 25px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	border-right: 1px solid #e5e5e5
}

.ind_case_bar a {
	display: block;
	width: 25%;
	text-align: center;
	line-height: 46px;
	font-size: 14px;
	color: #000;
	text-align: center;
	border: 1px solid #e5e5e5;
	border-right: 0;
}

.ind_case_bar a.hover,
.ind_case_bar a:hover {
	color: #fff;
	background: #4090ff;
}

.ind_case_con {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.ind_case_con_l {
	width: 50%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.ind_case_con_r {
	width: 50%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.ind_case_con_l .ind_case_con_item {
	display: block;
	width: 100%;
}

.ind_case_con_r .ind_case_con_item {
	float: left;
	width: 50%;
	height: 100%;
}

.ind_case_con_item {
	position: relative;
	overflow: hidden;
}

.ind_case_con_item .pic {
	display: block;
	overflow: hidden;
	/*height: calc(100% - 75px);*/
	position: relative;
	border: 1px solid #fff;
}

.ind_case_con_item .pic img {
	display: block;
	width: 100%;
	height: 100%;

	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_case_con_item .tt {
	width: calc(100% - 2px);
	margin-left: 1px;
	color: #fff;
	height: 65px;
	background: rgba(0, 0, 0, .5);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: absolute;
	bottom: -20px;
}

.ind_case_con_item .tt span {
	position: absolute;
	text-align: center;
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	top: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_case_con_item .pic:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	opacity: 1;
	background: rgba(0, 0, 0, .15);
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_case_con_item:hover .tt {
	bottom: 0;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_case_con_item:hover .tt span {
	top: 10px;

	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_case_con_item:hover .pic img {
	transform: scale(1.02);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_case_con_item:hover .pic:after {
	opacity: 0;
	/*-webkit-transform: scale(2, 2);*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_case_more {
	padding: 45px 0;
	overflow: hidden;
}

.ind_case_more_tt {
	display: block;
	font-size: 24px;
	color: #222;
	margin-bottom: 15px;
}

.ind_case_more_btn {
	display: inline-block;
	position: relative;
	width: 250px;
	height: 50px;
	line-height: 48px;
	font-size: 16px;
	color: #4090ff;
	text-align: center;
	border: 1px solid #4090ff;
	position: relative;
}

.ind_case_more_btn:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 0%;
	height: 100%;
	background: #4090ff;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}

.ind_case_more_btn:hover {
	color: #fff;
	transition: 0.3s ease-in-out;
}

.ind_case_more_btn:hover:after {
	width: 100%;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}


/*
 * ind_业务
 */

.ind_yw {}

.ind_yw_l {
	padding-top: 257px;
	height: 930px;
	width: 50%;
	background: url(../images/ind_bg1.jpg) no-repeat center center / cover;
	position: relative;
}

.ind_yw_r {
	height: 930px;
	width: 50%;
	background: url(../images/ind_bg2.jpg) no-repeat center center / cover;
}

.ind_yw_l_float {
	position: absolute;
	right: 600px;
	top: 107px;
	z-index: 3;
	width: 260px;
	height: 320px;
}

.ind_yw_l_float img {
	display: block;
	width: 100%;
}

.ind_yw_l_list {
	width: 600px;
	height: 500px;
}

.ind_yw_l_list dd {
	float: left;
	width: 50%;
	height: 250px;
}

.ind_yw_l_list dd a {
	display: block;
	position: relative;
}

.ind_yw_l_list dd .pic {
	overflow: hidden;
}

.ind_yw_l_list dd .pic img {
	display: block;
	width: 100%;
}

.ind_yw_l_list dd .con {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_yw_l_list dd .con .icon {
	font-size: 52px;
	line-height: 70px;
	text-align: center;
}

.ind_yw_l_list dd .con .tt1 {
	font-size: 18px;
	line-height: 28px;
}

.ind_yw_l_list dd .con .tt2 {
	font-size: 14px;
}

.ind_yw_l_list dd:nth-child(2) .con,
.ind_yw_l_list dd:nth-child(3) .con {
	background: #f1f1f1;
}

.ind_yw_l_list dd:hover .con {
	color: #fff;
	background: rgba(5, 6, 7, .3);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_yw_r dd {
	width: 100%;
	height: 310px;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	padding-left: 280px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_yw_r_tt {
	color: #489dff;
	line-height: 30px;
	margin-bottom: 15px;
}

.ind_yw_r_tt .tt {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 4px;
	padding-right: 13px;
	position: relative;
}

.ind_yw_r_tt .tt:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -40px;
	width: 30px;
	height: 30px;
	background: url(../images/ind_yw_icon1.png) no-repeat center center;
}

.ind_yw_r_tt .tt2 {
	font-size: 16px;
}

.ind_yw_r_text {
	color: #fff;
	font-size: 16px;
	line-height: 40px;
}

.ind_yw_r dd:hover {
	background: rgba(135, 152, 202, .2);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_news {
	padding: 100px 0 70px;
}

.ind_news_l {
	width: 500px;
	font-weight: bold;
}

.ind_news_l .tt {
	font-size: 64px;
	line-height: 80px;
	margin-bottom: 30px;
}

.ind_news_l .text {
	font-size: 30px;
	line-height: 46px;
	color: #666;
}

.ind_news_l .tt span {
	color: #4090ff;
}

.ind_news_r {
	width: 550px;
}

.ind_news_list_box {
	width: 622px;
	position: relative;
}

.ind_news_list_box .hd {
	display: none;
}

.ind_news_list dd {
	width: 622px;
}

.ind_news_list dd a {
	display: block;
	position: relative;
}

.ind_news_list_pic {
	width: 550px;
	overflow: hidden;
	position: relative;
}

.ind_news_list_pic img {
	display: block;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_news_list_pic .more {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 72px;
	height: 72px;
	background: #4090ff url(../images/ind_news_icon2.png) no-repeat center center;
}

.ind_news_list_con {
	width: 550px;
	padding: 20px 0 0 0;
}

.ind_news_list_con .tt {
	color: #3d3d3d;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 5px;
}

.ind_news_list_con .text {
	line-height: 26px;
	font-size: 14px;
	color: #696969;
}

.ind_news_list_date {
	position: absolute;
	right: 0;
	top: 20px;
	text-align: center;
	width: 70px;
}

.ind_news_list_date .days {
	color: #9c9c9c;
	font-size: 36px;
	line-height: 30px;
	font-family: vani, arial;
}

.ind_news_list_date .days span {
	display: block;
	position: relative;
}

.ind_news_list_date .years {
	font-size: 16px;
	color: #c1c1c1;
}

.ind_news_list dd:hover .ind_news_list_pic img {
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_news_list dd:hover .ind_news_list_con .tt {
	color: #4090ff;
}

.ind_news_prev,
.ind_news_next {
	position: absolute;
	left: -650px;
	top: 350px;
	float: left;
	width: 100px;
	height: 35px;
	background: #b6b6b6 url(../images/ind_news_icon1.png) no-repeat center center;
	cursor: pointer;
}

.ind_news_next {
	left: -550px;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}

.ind_news_prev:hover,
.ind_news_next:hover {
	background-color: #1d2027;
}


/*
 * ind_pic
 */

.ind_pic {
	position: relative;
	width: 100%;
	height: 650px;
}

.ind_pic .hd {
	position: absolute;
	left: 0;
	z-index: 2;
	bottom: 30px;
	width: 100%;
	text-align: center;
}

.ind_pic .hd ul li {
	display: inline-block;
	width: 70px;
	height: 2px;
	line-height: 999px;
	overflow: hidden;
	background: rgba(255, 255, 255, .3);
	margin: 0 9px;
	position: relative;
	cursor: pointer;
}

.ind_pic .hd ul li:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 2px;
	background: #fff;
}

.ind_pic .hd ul li.on:after {
	width: 100%;
	transition: width 5s;
	-webkit-transition: width 5s;
}

.ind_pic .bd {
	height: 650px;
}

.ind_pic .bd .bdBox {
	width: 1920px;
	height: 900px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -960px;
}

.ind_pic .bd ul li a {
	display: block;
	width: 100%;
	height: 650px;
	position: relative;
}

.ind_pic_con {
	position: absolute;
	right: 50%;
	top: 50%;
	width: 180px;
	height: 270px;
	color: #fff;
	margin: -135px -600px 0 0;
}

.ind_pic_con .num {
	font-size: 170px;
	font-weight: bold;
	font-family: arial;
}

.ind_pic_con .text {
	font-size: 40px;
	line-height: 50px;
}

.ind_pic_prev,
.ind_pic_next {
	position: absolute;
	left: 0;
	top: 50%;
	width: 54px;
	height: 90px;
	background: rgba(0, 0, 0, .3) url(../images/ind_pic_icon.png) no-repeat center center;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.ind_pic_next {
	left: auto;
	right: 0;
	transform: rotateZ(180deg) translate(0, 50%);
	-webkit-transform: rotateZ(180deg) translate(0, 50%);
}

.ind_pic_prev:hover,
.ind_pic_next:hover {
	background-color: rgba(0, 0, 0, .4);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


/*
 * ind_hz
 */

.ind_hzqy {
	padding: 80px 0;
}

.ind_hzqy_list {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.ind_hzqy_list dd {
	float: left;
	width: 20%;
	padding: 0 15px;
	margin: 0 0 40px 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_hzqy_list dd a {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.ind_hzqy_list dd a img {
	display: block;
	max-width: 100%;
}

.ind_hzqy_list dd:hover {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


/*
 * footer
 */

.footer {
	clear: both;
	background: #212328;
	padding: 50px 0;
}

.footer_l {
	width: 350px;
}

.footer_logo .pic {
	overflow: hidden;
	padding-bottom: 15px;
}

.footer_logo .pic img {
	display: block;
	max-width: 100%;
}

.footer_logo .tt {
	color: #c1c5d0;
	font-size: 16px;
}

.footer_contact {
	color: #c1c5d0;
	font-size: 16px;
	line-height: 44px;
	padding-left: 70px;
}

.footer_contact a {
	color: #C1C5D0;
}

.footer_contact a:hover {
	color: #fff;
}

.footer_r {
	width: 360px;
}

.footer_r_t {
	padding-bottom: 25px;
}

.footer_r_clm {
	float: left;
	position: relative;
	width: 130px;
	height: 40px;
	margin-right: 50px;
}

.footer_r_clm_t {
	line-height: 40px;
	cursor: pointer;
}

.footer_r_clm_t .icon {
	float: left;
	width: 40px;
	height: 40px;
}

.footer_r_clm_t .icon1 {
	background: url(../images/site_icon.png) no-repeat center center;
}

.footer_r_clm_t .icon2 {
	background: url(../images/weixin_icon.png) no-repeat center center;
}

.footer_r_clm_t .tt {
	float: left;
	color: #C1C5D0;
	padding-left: 12px;
}

.footer_r_clm_down {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 8;
	width: 150px;
	margin-left: -75px;
	text-align: center;
	padding: 15px 0;
	background: #2e3034;
	border-radius: 3px;
}

.footer_r_clm_down a {
	display: block;
	line-height: 30px;
	color: #C1C5D0;
}

.footer_r_clm_down a:hover {
	color: #fff;
	background: #404348;
}

.footer_r_clm_down img {
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 auto;
}

.footer_r_clm:hover .footer_r_clm_down {
	display: block;
}

.footer_r_b {
	color: #C1C5D0;
	line-height: 28px;
	font-size: 14px;
}

.footer_r_b a {
	color: #C1C5D0;
}

.footer_r_b a:hover {
	color: #fff;
	text-decoration: underline;
}

.back_top {
	display: none;
	position: fixed;
	right: 0;
	bottom: 20%;
	z-index: 9;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #ff644b;
	cursor: pointer;
}


/*
 * sub_banner
 */

.sub_banner {
	height: 670px;
	overflow: hidden;
}


/*
 * 业务
 */

.yw_box1 {
	margin-top: 80px;
}

.yw_box1_item1 {
	display: block;
	width: 50%;
	height: 1260px;
	background: url(../images/yw_bg1.jpg) no-repeat center center / cover;
}

.yw_box1_item1_con {
	padding: 704px 65px 0;
}

.yw_box1_item_title {
	margin-bottom: 5%;
}

.yw_box1_item_title .line {
	width: 100px;
	height: 1px;
	background: #8c8c8c;
	margin-bottom: 12px;
}

.yw_box1_item_title .tt1 {
	font-size: 24px;
}

.yw_box1_item_title .tt2 {
	font-size: 48px;
	line-height: 54px;
	padding: 8px 0;
	transition: all 1s;
	-webkit-transition: all 1s;
}

.yw_box1_item_title .tt3 {
	font-size: 36px;
}

.yw_box1_item_text {
	padding-top: 30px;
	line-height: 30px;
	font-size: 16px;
}

.yw_box1_r {
	width: 50%;
	height: 100%;
}

.yw_box1_item2 {
	float: left;
	width: 50%;
	height: 630px;
}

.yw_box1_item_color {
	color: #fff;
}

.yw_box1_item_color .yw_box1_item_title .line {
	background: #fff;
}

.yw_box1_r .yw_box1_item2 {
	width: 100%;
}

.yw_box1_item2.bg4d {
	background: #4d84f1;
}

.yw_box1_item2.bgf4 {
	background: #f4f4f4;
}

.yw_box1_item2.bgf1 {
	background: #f1f6ff;
}

.yw_box1_item2.bg39 {
	background: #396fd9;
}

.yw_box1_item2_con {
	height: 100%;
	padding: 0 65px 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}

.yw_box1_item_pic {
	padding: 20px 0 0 0;
}

.yw_box1_item_pic img {
	display: block;
	max-width: 100%;
}

.yw_box1_item2:hover .yw_box1_item_title .tt2 {
	font-size: 20px;
	line-height: 28px;
	transition: all 1s;
	-webkit-transition: all 1s;
}

.yw_box1_item2:hover .yw_box1_item_pic img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.yw_case_box {
	position: relative;
	height: 350px;
}

.yw_case_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.yw_case_bg_l {
	float: left;
	width: 50%;
	height: 100%;
	background: #4d4d4d;
}

.yw_case_bg_r {
	float: left;
	width: 50%;
	height: 100%;
	background: #676767;
}

.yw_case_box .wrapper {
	position: relative;
	z-index: 2;
}

.yw_case_l,
.yw_case_r {
	float: left;
	width: 50%;
	height: 350px;
	color: #fff;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	align-items: center;
	-webkit-align-items: center;
}

.yw_case_con {
	width: 270px;
}

.yw_case_title .tt1 {
	font-size: 30px;
}

.yw_case_title .tt2 {
	font-size: 16px;
}

.yw_case_text {
	padding-top: 20px;
	font-size: 16px;
	line-height: 24px;
}

.yw_case_icon {
	width: 48px;
	height: 10px;
	background: url(../images/yw_icon1.png) no-repeat center center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.yw_case_l:hover .yw_case_icon,
.yw_case_r:hover .yw_case_icon {
	background: url(../images/yw_icon2.png) no-repeat center center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.dh_box1 {
	padding: 112px 0 200px;
	background: url(../images/3d_bg.png) no-repeat center top;
}

.dh_box1_title {
	color: #fff;
	margin-bottom: 15px;
}

.dh_box1_title .tt {
	font-size: 60px;
	font-family: arial;
}

.dh_box1_title .tt2 {
	font-size: 48px;
	padding-bottom: 15px
}

.dh_box1_title .text {
	font-size: 16px;
	line-height: 30px;
}

.dh_box1_pic img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.dh_box2 {}

.dh_box2 img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.dh_case_box {
	padding: 60px 0 80px;
}

.dh_case_title {
	font-size: 48px;
	padding-bottom: 40px;
}

.dh_case_list {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.dh_case_list dd {
	float: left;
	width: 33.33%;
	padding: 0 15px;
}

.dh_case_list dd a {
	display: block;
}

.dh_case_list dd .pic {
	overflow: hidden;
}

.dh_case_list dd .pic img {
	display: block;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.dh_case_list dd .tt {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 8px;
}

.dh_case_list dd .text {
	color: #666;
	font-size: 14px;
}

.dh_case_list dd:hover .pic img {
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.dh_case_list dd:hover .tt {
	color: #4090ff;
}

.xp_form {
	border: 3px solid #bbb;
	margin-bottom: 80px;
	background: #fff;
}

.xp_form_title {
	line-height: 86px;
	font-size: 36px;
	background: #f7f7f7;
}

.xp_form_list {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding: 50px 10px;
}

.xp_form_list dd {
	width: 30%;
	margin: 0 1.5% 40px;
	border-bottom: 1px solid #c7c7c7;
}

.xp_form_list dd .tt {
	float: left;
	line-height: 46px;
	font-size: 16px;
	padding-right: 8px;
}

.xp_form_list dd .inp1 {
	float: left;
	border: none;
	font-size: 16px;
	width: calc(100% - 120px);
	height: 46px;
	padding-left: 12px;
}

.xp_form_list dd:nth-child(4n) {
	width: 100%;
}

.xp_form_list dt {
	width: 100%;
	padding-top: 20px;
}

.xp_form_list_btn {
	display: block;
	width: 340px;
	height: 53px;
	line-height: 53px;
	color: #fff;
	font-size: 16px;
	background: #4090ff;
	cursor: pointer;
	border: 0;
	margin: 0 auto;
}

.xp_form_list_btn.hover {
	background: #ff4343;
}


/*
 * s商城
 */

.sc_box1 {
	position: relative;
}

.sc_box1_con {
	position: relative;
}

.sc_box1_title {
	width: 100%;
	position: absolute;
	top: 7%;
}

.sc_box1_title .tt {
	font-size: 50px;
	padding-bottom: 10px;
}

.sc_box1_title .tt2 {
	font-size: 20px;
}

.sc_box1_con img {
	display: block;
	width: 100%;
}

.sc_box2 {
	padding: 60px 0;
}

.sc_box2_title {
	padding-bottom: 50px;
	border-bottom: 1px solid #eee;
}

.sc_box2_title .tt {
	font-size: 40px;
}

.sc_box2_title .tt2 {
	font-size: 20px;
	color: #a1a1a1;
	padding-top: 10px;
}

.sc_box2_con {
	padding: 50px 0 0 0;
}

.sc_box2_title2 {
	font-size: 30px;
	padding-bottom: 40px;
}

.sc_box2_list {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-top: 20px;
}

.sc_box2_list dd {
	float: left;
	width: 25%;
	text-align: center;
	padding: 0 1%;
	margin-bottom: 30px;
}

.sc_box2_list dd .con {
	padding: 30px 15px;
	border: 1px solid #ddd;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.sc_box2_list dd .icon {
	color: #1296db;
	font-size: 65px;
}

.sc_box2_list dd .tt {
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0 8px;
}

.sc_box2_list dd .text {
	font-size: 14px;
}

.sc_box2_list dd:last-child .con {
	height: 166px;
}

.sc_box2_list dd:hover .con {
	box-shadow: 0 0 15px rgba(115, 115, 115, .3);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.sc_box3_con {
	position: relative;
}

.sc_box3_con .sc_box2_title2 {
	position: absolute;
	left: 0;
	top: 8%;
	width: 100%;
}

.sc_box3_con img {
	display: block;
	max-width: 100%;
}

.sc_box4 {
	padding: 60px 0;
}

.sc_box4_title .tt {
	font-size: 40px;
}

.sc_box4_title .tt2 {
	color: #a1a1a1;
	font-size: 16px;
	padding-top: 10px
}

.sc_box4_con {
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.sc_box4_con_l,
.sc_box4_con_r {
	width: 50%;
}

.sc_box4_con_l img {
	display: block;
	max-width: 100%;
}

.sc_box4_con_list {
	width: 530px;
	margin: 0 auto;
}

.sc_box4_con_list dd {
	height: 76px;
	background: #f4f4f4;
	padding-left: 28px;
	border-left: 4px solid #4d84f1;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	margin-bottom: 24px;
}

.sc_box4_con_list dd .tt {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 6px;
}

.sc_box4_con_list dd .text {
	color: #696969;
	font-size: 14px;
}

.sc_box5 {
	padding: 50px 0;
}

.sc_box5_btn {
	display: block;
	width: 380px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background: #4d84f1;
	border-radius: 60px;
	margin: 0 auto 50px;
}

.sc_box5_list dd {
	float: left;
	width: 25%;
	text-align: center;
	padding: 0 3%;
}

.sc_box5_list dd .icon_box {
	position: relative;
	width: 68px;
	height: 68px;
	margin: 0 auto 12px;
	position: relative;
}

.sc_box5_list dd .icon {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 28px;
	width: 68px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	border-radius: 68px;
}

.sc_box5_list dd .icon1 {
	color: #a1a1a1;
	border: 2px solid #a4a4a4;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.sc_box5_list dd .icon2 {
	z-index: 2;
	color: #fff;
	background: #4d84f1;
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.sc_box5_list dd .tt {
	font-size: 20px;
	padding-bottom: 5px;
}

.sc_box5_list dd .text {
	font-size: 16px;
	color: #a1a1a1;
	line-height: 24px;
}

.sc_box5_list dd .text a {
	color: #a1a1a1;
}

.sc_box5_list dd .text a:hover {
	color: #333;
	text-decoration: underline;
}

.sc_box5_list dd:hover .icon1 {
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.sc_box5_list dd:hover .icon2 {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.sc_box6 {
	padding: 50px 0;
	overflow: hidden;
	background: #eff3f6;
}

.sc_box6_list {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding: 30px 0 0 0;
}

.sc_box6_list dd {
	width: 33.33%;
	padding: 0 15px;
	margin-bottom: 40px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.sc_box6_list dd .pic {
	overflow: hidden;
	padding: 8px;
	background: #fff;
}

.sc_box6_list dd .pic img {
	display: block;
	width: 100%;
}

.sc_box6_list dd .tt {
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.sc_box6_list dd .text {
	font-size: 14px;
	color: #666;
}

.sc_box6_list dd:hover {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.sc_box6_list dd:hover .tt {
	color: #4d84f1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


/*
 * vi
 */

.vi_box1 {
	height: 989px;
}

.vi_box2 {
	margin-top: -193px;
	position: relative;
	z-index: 2;
}

.vi_box2_list dd {
	float: left;
	width: 400px;
	text-align: center;
	height: 476px;
	color: #fff;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}

.vi_box2_list dd:nth-child(1) {
	background: #f2f3f4;
}

.vi_box2_list dd:nth-child(2) {
	background: #7b8994;
}

.vi_box2_list dd:nth-child(3) {
	background: #46525e;
	margin-top: 193px;
}

.vi_box2_list dd .pic {
	margin-bottom: 35px;
}

.vi_box2_list dd .pic img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.vi_box2_list dd .tt1 {
	font-size: 24px;
}

.vi_box2_list dd .tt2 {
	font-size: 24px;
	text-transform: uppercase;
}

.vi_box2_list dd .text {
	font-size: 18px;
	padding-top: 15px;
}

.vi_box2_list dd:nth-child(1) {
	color: #444;
}

.vi_box2_list dd:hover .pic img {
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.vi_box3 .wrapper {
	height: 900px;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	align-items: center;
	-webkit-align-items: center;
}

.vi_box3_r {
	width: 30%;
	margin: 0 5%;
}

.vi_title1 {
	margin-bottom: 60px;
}

.vi_title1 .tt {
	font-size: 48px;
	font-weight: bold;
}

.vi_title1 .tt2 {
	font-size: 48px;
}

.vi_box3_text {
	line-height: 30px;
	font-size: 16px;
	margin-bottom: 40px;
}

.vi_box3_btn {
	display: block;
	width: 260px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #4090ff;
}

.vi_box4 {
	padding: 80px 0;
}

.vi_box4_l {
	width: 50%;
	padding: 0 10%;
}

.vi_box4_r {
	width: 50%;
	padding-left: 20px;
}

.vi_box4_r_scroll {
	width: 100%;
	position: relative;
}

.vi_box4_r_scroll .hd {
	position: absolute;
	right: 0;
	top: 160px;
	width: 16px;
}

.vi_box4_r_scroll .hd ul li {
	width: 16px;
	height: 16px;
	line-height: 999px;
	overflow: hidden;
	cursor: pointer;
	border-radius: 16px;
	margin-bottom: 14px;
	background: #ccc;
}

.vi_box4_r_scroll .hd ul li.on {
	background: #4090ff;
}

.vi_box4_r_scroll .bd {
	width: 630px;
}

.vi_box5 {
	padding: 50px 0 80px;
	overflow: hidden;
}

.vi_box5 .wrapper {
	position: relative;
	min-height: 680px;
}

.vi_box5_l {
	width: 500px;
	padding: 0 5%;
	margin-top: 80px;
}

.vi_box5_r {
	position: absolute;
	right: 50%;
	margin-right: -200px;
	width: 1160px;
	height: 680px;
	background: #d9eeff;
}

.vi_box5_r_list {
	width: 742px;
	margin: 117px 10% 0 0;
}

.vi_box5_r_list dd {
	float: left;
	width: 353px;
	height: 226px;
	position: relative;
	margin: 0 8px 17px;
}

.vi_box5_r_list dd .pic {
	overflow: hidden;
	position: relative;
}

.vi_box5_r_list dd .pic img {
	display: block;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.vi_box5_r_list dd .pic .icon {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .48) url(../images/vi_07.png) no-repeat center center;
}

.vi_box5_r_list dd:hover .pic img {
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


/*
 * 公司简介
 */

.com_box1 {
	height: 938px;
	padding: 100px 0 0 0;
}

.com_box1_l {
	width: 500px;
	margin: 0 0 0 300px;
}

.com_box1_l .text {
	line-height: 36px;
	font-size: 24px;
	margin: 40px 0;
}

.com_box1_l .tt {
	color: #222;
	font-size: 16px;
}

.com_box1_r {
	width: 470px;
	padding: 40px 0 0 0;
	margin-right: 30px;
}

.com_box1_r .tt {
	font-size: 24px;
	margin-bottom: 12px;
}

.com_box1_r .text {
	line-height: 27px;
	color: #888;
	font-size: 14px;
}

.com_box2 {
	padding: 80px 0;
}

.com_box2_title1 {
	margin-bottom: 80px;
}

.com_box2_title1 .tt {
	font-size: 30px;
	padding-bottom: 30px;
}

.com_box2_title1 .text {
	font-size: 14px;
	line-height: 30px;
}

.com_box2_list_box {
	position: relative;
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.com_box2_list {
	background: #f0f0f0;
}

.com_box2_list dd {
	float: left;
	width: 300px;
}

.com_box2_list dd img {
	display: block;
	width: 100%;
	border-right: 1px solid #fff;
}

.com_box2_list dt {
	float: left;
	width: 200px;
	height: 305px;
}

.com_box2_list dt a {
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}

.com_box2_list dt a .tt {
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 18px;
}

.com_box2_list dt a .icon {
	width: 27px;
	height: 47px;
	background: url(../images/company_icon1.png) no-repeat center center;
}

.com_box2_list_box .hd {
	width: 100%;
	padding-top: 20px;
}

.com_box2_list_box .hd ul {
	width: 100%;
	text-align: center;
}

.com_box2_list_box .hd ul li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	line-height: 999px;
	overflow: hidden;
	cursor: pointer;
	margin: 0 5px;
	background: #dedede;
}

.com_box2_list_box .hd ul li.on {
	background: #489dff;
}

.com_box3 {
	background: url(../images/company_05.jpg) no-repeat center top;
	padding: 85px 0 60px;
}

.com_box3_title1 {
	color: #fff;
	margin-bottom: 80px;
}

.com_box3_title1 .tt {
	font-size: 36px;
	padding-bottom: 10px;
}

.com_box3_title1 .text {
	font-size: 18px;
}

.com_box3_list1 {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: 72px;
}

.com_box3_list1 dd {
	width: 387px;
	height: 172px;
	text-align: center;
	color: #fff;
	background: rgba(220, 227, 236, .3);
	border: 1px solid #f8f7fc;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.com_box3_list1 dd .tt {
	font-size: 16px;
}

.com_box3_list1 dd .num {
	font-size: 48px;
	font-weight: bold;
	color: #66bcff;
}

.com_box3_list1 dd .tt2 {
	font-size: 16px;
}

.com_box3_list1 dd:hover {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.com_box3_con2 {
	background: #eaeff6;
	padding: 60px 55px;
}

.com_box3_con2_l {
	width: 340px;
}

.com_box3_con2_l_title {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d7d7d7;
}

.com_box3_con2_l_title .tt {
	font-size: 30px;
	padding: 12px 0;
}

.com_box3_con2_l_title .tt2 {
	font-size: 18px;
	color: #999;
}

.com_box3_con2_l_con .tt {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 15px;
}

.com_box3_con2_l_con .text {
	font-size: 14px;
	line-height: 30px;
}

.com_box3_con2_r {
	width: 800px;
}

.com_box3_con2_r dd {
	float: left;
	width: 33.33%;
	height: 80px;
	padding: 0 3%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	overflow: hidden;
	/*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.com_box3_con2_r dd img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.com_box3_con2_r dd:hover img {
	/*-webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);*/
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.com_box4 {
	padding: 80px 0 0 0;
}

.com_box4_title {
	margin-bottom: 50px;
}

.com_box4_title .tt {
	font-size: 36px;
	margin-bottom: 16px;
}

.com_box4_title .tt2 {
	color: #666;
	font-size: 16px;
}

.com_box4_con {
	height: 450px;
	background: url(../images/company_bg1.png) no-repeat center top;
}

.com_box4_con_text {
	line-height: 30px;
	font-size: 14px;
	padding-top: 300px;
}

.com_box5 {
	height: 496px;
	background: url(../images/company_bg2.jpg) no-repeat center center;
	padding: 135px 0;
}

.com_box5_l {
	width: 300px;
	margin: 0 0 0 180px;
}

.com_box5_l .tt {
	font-size: 40px;
}

.com_box5_l .tt2 {
	font-size: 18px;
	padding: 20px 0 15px;
}

.com_box5_l .num {
	font-size: 18px;
}

.com_box5_r {
	line-height: 48px;
	font-size: 30px;
	margin-right: 270px;
}


/*
 * 品牌建站
 */

.pp_title1 {
	margin-bottom: 50px;
}

.pp_title1 .tt {
	font-size: 48px;
	margin: 12px 0 15px;
}

.pp_title1 .tt2 {
	font-size: 24px;
	text-transform: uppercase;
}

.pp_title1 .text {
	font-size: 24px;
	line-height: 48px;
}

.pp_title1 .text2 {
	font-size: 16px;
	line-height: 30px;
	padding-top: 15px;
}

.pp_title1.colorf {
	color: #fff;
}

.pp_box1_more {
	display: block;
	width: 270px;
	height: 46px;
	line-height: 46px;
	background: #377dff;
	color: #fff;
	font-size: 18px;
	padding-left: 50px;
	border-radius: 46px;
}

.pp_box1_more i {
	float: right;
	width: 30px;
	height: 30px;
	background: #fff url(../images/pp_icon2.png) no-repeat center center;
	border-radius: 30px;
	margin: 8px 15px 0 0;
}

.pp_box1_more.colorf {
	color: #377dff;
	background: #fff;
}

.pp_box1_more.colorf i {
	background: #377dff url(../images/pp_icon1.png) no-repeat center center;
}

.pp_box1 {
	height: 930px;
	padding: 245px 0 0 90px;
	overflow: hidden;
	position: relative;
}

.pp_box1 .pp_title1 {
	width: 540px;
}

.pp_box1_jump {
	position: absolute;
	left: 50%;
	width: 89px;
	height: 89px;
	border-radius: 89px;
	margin-left: -45px;
	bottom: 93px;
	background: #fff url(../images/pp_icon3.png) no-repeat center center;
	box-shadow: 0 0 15px rgba(115, 115, 115, .3);
	-webkit-animation: jumptodown 1s linear infinite;
	animation: jumptodown 1s linear infinite;
	-moz-animation: jumptodown 1s linear infinite;
	-o-animation: jumptodown 1s linear infinite;
	-ms-animation: jumptodown 1s linear infinite;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}

@keyframes jumptodown {
	0% {
		margin-bottom: 0;
		animation-timing-function: ease-out
	}

	50% {
		margin-bottom: 10px;
		animation-timing-function: ease-in
	}

	100% {
		margin-bottom: 0;
		animation-timing-function: ease-out
	}
}

@-webkit-keyframes jumptodown {
	0% {
		margin-bottom: 0;
		animation-timing-function: ease-out
	}

	50% {
		margin-bottom: 10px;
		animation-timing-function: ease-in
	}

	100% {
		margin-bottom: 0;
		animation-timing-function: ease-out
	}
}

@-moz-keyframes jumptodown {
	0% {
		margin-bottom: 0;
		animation-timing-function: ease-out
	}

	50% {
		margin-bottom: 10px;
		animation-timing-function: ease-in
	}

	100% {
		margin-bottom: 0;
		animation-timing-function: ease-out
	}
}

@-ms-keyframes jumptodown {
	0% {
		margin-bottom: 0;
		animation-timing-function: ease-out
	}

	50% {
		margin-bottom: 10px;
		animation-timing-function: ease-in
	}

	100% {
		margin-bottom: 0;
		animation-timing-function: ease-out
	}
}

.pp_box2 {
	height: 750px;
	padding-top: 135px;
}

.pp_box2_l {
	width: 42%;
}

.pp_box2_l img {
	display: block;
	max-width: 100%;
}

.pp_box2_r {
	width: 42%;
	padding-left: 50px;
}

.pp_box3 {
	height: 900px;
}

.pp_box3 .pp_box3_r {
	padding-top: 385px;
}

.pp_box3 .pp_box3_l {
	padding-top: 150px;
}

.pp_box3_r {
	width: 40%;
}

.pp_box3_l {
	width: 48%;
}

.pp_box3_l img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.pp_box3 .pp_title1 .text2 {
	margin-bottom: 80px;
}

.pp_box4 {
	height: 1016px;
	padding: 82px;
}

.pp_box4 .pp_box3_r {
	margin-top: 50px;
}

.pp_box5 {
	height: 660px;
	padding-top: 60px;
}

.pp_box6 {
	height: 600px;
	padding-top: 55px;
}

.pp_box7 {
	height: 300px;
	text-align: center;
	font-size: 35px;
	color: #fff;
	line-height: 60px;
	padding-top: 50px;
}


/*
 * 全网营销
 */

.yx_box1 {
	height: 850px;
	background: #4090ff;
	position: relative;
}

#qwyxbg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.yx_box1 .yx_box1_title {
	position: absolute;
	left: 0;
	top: 75px;
	z-index: 2;
}

.yx_box1_title {
	width: 100%;
}

.yx_box1_title .tt {
	font-size: 48px;
	padding-bottom: 8px;
}

.yx_box1_title .text2 {
	font-size: 18px;
}

.yx_box1_title .text {
	font-size: 14px;
}

.yx_box1_title .line {
	background: #4090ff;
	height: 3px;
	width: 44px;
	margin-top: 20px;
}

.yx_box1_title.colorf {
	color: #fff;
}

.yx_box1_title.colorf .line {
	background: #fff;
}

.yx_box1_con {
	position: relative;
	padding: 75px 0;
	height: 850px;
	z-index: 2;
}

.yx_box1_item {
	position: absolute;
	width: 195px;
	height: 43px;
}

.yx_box1_rela {
	position: relative;
}

.yx_box1_item .tt {
	width: 195px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
}

.yx_box1_item .text {
	display: none;
	position: absolute;
	top: auto;
	bottom: 60px;
	left: 50%;
	z-index: 3;
	margin-left: -125px;
	width: 250px;
	font-size: 14px;
	line-height: 20px;
	background: #fff;
	border-radius: 5px;
	padding: 12px
}

.yx_box1_item .text:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -13px;
	margin-left: -13px;
	display: block;
	border-top-width: 13px;
	border-right-width: 13px;
	border-left-width: 13px;
	border-bottom-width: 0;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}

.yx_box1_item:hover .text {
	display: block;
}

.yx_box1_item1 {
	top: 253px;
	left: 50%;
	margin-left: -400px;
}

.yx_box1_item2 {
	top: 451px;
	left: 50%;
	margin-left: -495px;
}

.yx_box1_item3 {
	bottom: 188px;
	left: 50%;
	margin-left: -440px;
}

.yx_box1_item4 {
	bottom: 90px;
	left: 50%;
	margin-left: -92px;
}

.yx_box1_item5 {
	bottom: 172px;
	left: 50%;
	margin-left: 252px;
}

.yx_box1_item6 {
	bottom: 395px;
	left: 50%;
	margin-left: 315px;
}

.yx_box1_item7 {
	top: 253px;
	left: 50%;
	margin-left: 250px;
}

.yx_box2 {
	height: 850px;
	background: url(../images/yx_bg1.jpg) no-repeat center center;
	padding: 80px 0;
}

.yx_box2_con {
	display: block;
	width: 320px;
	text-align: center;
	margin: 135px auto 0;
}

.yx_box2_con .tt {
	font-size: 130px;
	color: #4090ff;
	font-family: arial;
	font-weight: bold;
}

.yx_box2_con .tt2 {
	color: #575757;
	font-size: 30px;
	margin-bottom: 56px;
}

.yx_box2_con .more {
	color: #a9a9a9;
	font-size: 14px;
}

.yx_box3 {
	height: 850px;
	background: url(../images/yx_bg2.jpg) no-repeat center center;
	padding: 180px 0 0 0;
}

.yx_box3 .yx_box1_title {
	margin-bottom: 70px;
}

.yx_box3_list dd {
	float: left;
	width: 155px;
	text-align: center;
	margin-right: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.yx_box3_list dd .icon {
	width: 80px;
	height: 80px;
	font-size: 32px;
	color: #000;
	line-height: 80px;
	text-align: center;
	border-radius: 80px;
	border: 1px solid #404141;
	margin: 0 auto 40px;
}

.yx_box3_list dd .tt {
	font-size: 18px;
}

.yx_box3_list dd:hover {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.yx_box3_btn {
	padding-top: 85px;
}

.yx_box3_btn a {
	float: left;
	width: 200px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #4090ff;
	border-radius: 5px;
	margin-right: 30px;
}

.yx_box4 {
	height: 850px;
	padding: 85px 0 0 0;
	background: url(../images/yx_bg3.jpg) no-repeat center bottom;
}

.yx_box4_con {
	padding-top: 60px;
}

.yx_box4_con a {
	display: inline-block;
	padding: 0 35px;
	line-height: 47px;
	font-size: 18px;
	background: #b5deff;
	margin: 0 5px;
	border-radius: 5px;
}

.yx_box4_con a:hover {
	color: #fff;
	background: #4090ff;
}

.yx_box5 {
	height: 850px;
	padding: 100px 0 0 0;
	background: url(../images/yx_bg4.jpg) no-repeat center center;
}

.yx_box5 .yx_box1_title .text2 {
	color: #9ad3fc;
}

.yx_box5_con {
	padding-top: 35px;
}

.yx_box5_list {
	width: 360px;
}

.yx_box5_list dd {
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}

.yx_box5_list dd .num {
	float: right;
	font-size: 16px;
	text-align: center;
	width: 36px;
	height: 36px;
	color: #fff;
	line-height: 32px;
	border-radius: 36px;
	border: 2px solid #fff;
	margin-top: 5px;
	margin-left: 41px;
}

.yx_box5_list dd .con {
	float: right;
	width: calc(100% - 77px);
	font-size: 16px;
}

.yx_box5_list dd .con .tt {
	color: #fff;
	margin-bottom: 6px;
}

.yx_box5_list dd .con .text {
	color: #a8dbff;
}

.yx_box5_con .yx_box5_list.fr dd .num {
	float: left;
	margin-left: 0;
	margin-right: 41px;
}


/*
 * news_list
 */

.news_banner {
	height: 396px;
	overflow: hidden;
}

.news_list2 dd {
	padding: 85px 0;
}

.news_list2 dd:nth-child(2n) {
	background: #f5f5f5;
}

.news_list2_date {
	float: left;
	width: 100px;
	height: 112px;
	text-align: center;
	border: 1px solid #5d646c;
}

.news_list2_date .days {
	font-size: 36px;
	padding-top: 18px;
}

.news_list2_date .years {
	font-size: 16px;
}

.news_list2_con {
	float: left;
	width: calc(100% - 100px - 400px);
	padding: 0 5%;
}

.news_list2_con .tt {
	display: block;
	font-size: 30px;
	margin-bottom: 35px;
}

.news_list2_con .text {
	line-height: 24px;
	font-size: 14px;
	margin: 25px 0 50px;
}

.news_list2_con .more {
	display: block;
	color: #d60000;
	font-size: 14px;
}

.news_list_pic {
	float: right;
	width: 400px;
	overflow: hidden;
}

.news_list_pic img {
	display: block;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.news_list2 dd:hover .news_list2_con .tt {
	color: #4090ff;
}

.news_list2 dd:hover .news_list_pic img {
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


/*
 * page
 */

.page {
	padding: 30px 0;
}

.page a {
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	text-align: center;
	margin: 0 3px;
	border-radius: 38px;
}

.page a:hover,
.page a.hover {
	color: #fff;
	background: #d60000;
}

.page a.prev,
.page a.next {
	width: auto;
	padding: 0 15px;
}

.case_bars {
	text-align: center;
	padding: 45px 0;
}

.case_bars a {
	display: inline-block;
	color: #fff;
	line-height: 60px;
	font-size: 16px;
	background: #444;
	padding: 0 5%;
	margin: 0 3px;
}

.case_bars a.hover,
.case_bars a:hover {
	background: #4d84f1;
}

.case_list_con {
	padding: 0 4%;
}

.case_list4 {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.case_list4 dd {
	float: left;
	width: 25%;
	padding: 0 15px;
	margin-bottom: 40px;
}

.case_list4 dd a {
	display: block;
}

.case_list4 dd .pic {
	overflow: hidden;
}

.case_list4 dd .pic img {
	display: block;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.case_list4 dd .tt {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 8px;
}

.case_list4 dd .text {
	color: #666;
	text-align: center;
	font-size: 14px;
}

.case_list4 dd:hover .pic img {
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.case_list4 dd:hover .tt {
	color: #4090ff;
}

.case_xp {
	padding: 40px 4%;
}

.case_xp_title {
	font-size: 36px;
}

.case_xp_con {
	padding: 20px 0;
}

.case_xp_con .inp {
	float: left;
	height: 59px;
	padding-left: 15px;
	background: #f1f1f1;
	border: 0;
	margin-right: 1%;
}

.case_xp_con .inp.inp1 {
	width: 15%;
}

.case_xp_con .inp.inp2 {
	width: 15%;
}

.case_xp_con .inp.inp3 {
	width: 50%;
}

.case_xp_con .btn {
	width: 15%;
	height: 59px;
	line-height: 59px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #4d84f1;
	border: none;
	cursor: pointer;
}

.case_xp_tip {
	font-size: 12px;
	color: #888;
}


/*
 * case_det
 */

.case_top {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 88px;
	background: #484443;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}

.case_top_prev,
.case_top_next {
	float: left;
	width: 420px;
	height: 88px;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.case_top_prev a,
.case_top_next a {
	color: #fff;
}

.case_top_prev .icon,
.case_top_next .icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/case_det_icon.png) no-repeat center center;
	margin: 0 15px;
}

.case_top_next .icon {
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}

.case_top_prev:hover,
.case_top_next:hover {
	background: #4d84f1;
}

.case_top_btn {
	position: absolute;
	left: 50%;
	display: block;
	width: 100px;
	height: 88px;
	background: url(../images/case_det_icon1.png) no-repeat center center;
}

.case_box1 {
	height: 600px;
	margin-top: 88px;
}

.case_box2 {
	padding: 40px 0;
}

.case_box2_inf {
	margin-bottom: 80px;
}

.case_box2_inf_logo {
	float: left;
	width: 300px;
}

.case_box2_inf_logo img {
	display: block;
	max-width: 100%;
}

.case_box2_inf_con {
	float: left;
	height: 190px;
	width: calc(100% - 300px);
	padding-left: 5%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}

.case_box2_inf_con .tt {
	font-size: 30px;
	color: #fff;
	margin-bottom: 15px;
}

.case_box2_inf_con .text {
	color: #d7fcff;
	font-size: 14px;
	line-height: 30px;
}

.case_box2_con {
	line-height: 30px;
	font-size: 14px;
}

.case_box2_con img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.case_box3 {
	padding: 50px 0;
	background: #f7f7f7;
}

.case_box3_title {
	font-size: 30px;
	margin-bottom: 40px;
}

.case_box3_con {
	line-height: 30px;
	font-size: 14px;
}

.case_box3_con img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}


/*
 * news_det
 */

.news_det_box {
	padding: 80px 0 50px;
	overflow: hidden;
}

.news_det_box_m {
	float: left;
	width: calc(100% - 300px);
	padding: 0 5%;
}

.news_det_title {
	font-size: 30px;
	margin-bottom: 20px;
}

.news_det_time {
	font-size: 14px;
	color: #999;
	margin-bottom: 50px;
}

.news_det_con {
	line-height: 30px;
	font-size: 14px;
}

.news_det_con img {
	max-width: 100%;
	height: auto;
}

.news_det_share {
	text-align: center;
	padding: 15px 0;
	border-top: 1px solid #a6a6a6;
	border-bottom: 1px solid #a6a6a6;
	margin: 15px 0 30px;
}

.news_det_back {
	display: block;
	width: 320px;
	height: 54px;
	color: #fff;
	line-height: 54px;
	font-size: 16px;
	text-align: center;
	background: #4d84f1;
	margin: 0 auto;
}

.news_det_page {
	width: 200px;
	text-align: center;
	border: 1px solid #afafaf;
}

.news_det_page a {
	float: left;
	width: 99px;
	font-size: 14px;
	line-height: 46px;
}

.news_det_page a:hover {
	color: #fff;
	background: #4d84f1;
}


/*
 * 阿里
 */

.al_box1 {
	height: 800px;
	position: relative;
}

.al_box1_icon {
	width: 35px;
	height: 61px;
	background: url(../images/ali_icon3.png) no-repeat center center;
	position: absolute;
	left: 50%;
	margin-left: -17px;
	bottom: 40px;
	-webkit-animation: jumptodown 1s linear infinite;
	animation: jumptodown 1s linear infinite;
	-moz-animation: jumptodown 1s linear infinite;
	-o-animation: jumptodown 1s linear infinite;
	-ms-animation: jumptodown 1s linear infinite;
}

.al_box2 {
	background: #fff;
	padding: 80px 0;
}

.al_box2_title1 {
	margin-bottom: 55px;
}

.al_box2_title1 .tt {
	font-size: 48px;
	color: #444;
	padding-bottom: 15px;
}

.al_box2_title1 .tt2 {
	font-size: 18px;
}

.al_box2_list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.al_box2_list dd {
	width: 400px;
	min-height: 400px;
	text-align: center;
	padding: 30px 25px;
	border: 5px solid #aabcd6;
	margin: 0 0 25px 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.al_box2_list dd .pic {
	overflow: hidden;
	height: 170px;
	margin-bottom: 20px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.al_box2_list dd .pic img {
	display: block;
	max-width: 100%;
	margin: 0 auto 15px;
}

.al_box2_list dd .tt {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 18px;
}

.al_box2_list dd .text {
	line-height: 24px;
	font-size: 14px;
}

.al_box2_list dd:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.al_box3 {
	height: 687px;
	background: url(../images/ali_04.png) no-repeat center center;
}

.al_box3_l {
	width: 23%;
	padding-top: 180px;
}

.al_box3_l_title {
	margin-bottom: 45px;
}

.al_box3_l_title .tt {
	font-size: 48px;
	padding-bottom: 10px;
}

.al_box3_l_title .tt2 {
	font-size: 24px;
}

.al_box3_l_text {
	line-height: 28px;
	font-size: 16px;
	color: #666;
}

.al_box4 {
	padding: 80px 0;
	height: 1083px;
	background: url(../images/ali_05.png) no-repeat center center;
}

.al_box4_con {
	float: right;
	width: 600px;
	padding-top: 80px;
	margin-right: 90px;
}

.al_box4_con_tt1 {
	font-size: 24px;
	line-height: 48px;
	font-weight: bold;
}

.al_box4_con_tt1 .blue {
	color: #1d9cfb;
}

.al_box4_con_tt2 {
	font-size: 16px;
	line-height: 32px;
}

.al_box4_con_tt3 .tt {
	font-size: 24px;
	line-height: 38px;
}

.al_box4_con_tt3 .text {
	line-height: 48px;
	font-size: 30px;
	font-weight: bold;
	color: #1d9cfb;
}

.al_box5 {
	padding: 80px 0;
}

.al_box5_list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.al_box5_list dd {
	width: 400px;
	background: #e2e9f3;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.al_box5_list_title {
	height: 122px;
	color: #fff;
	line-height: 122px;
	font-size: 36px;
	text-align: center;
}

.al_box5_list_title.three {
	background: url(../images/ali_06.png) no-repeat center center;
}

.al_box5_list_title.four {
	background: url(../images/ali_07.png) no-repeat center center;
}

.al_box5_list_title.five {
	background: url(../images/ali_08.png) no-repeat center center;
}

.al_box5_list_price {
	color: #0366c2;
	font-size: 36px;
	text-align: center;
	padding: 50px 0 48px;
}

.al_box5_list_price span {
	font-size: 24px;
}

.al_box5_list_btn {
	display: block;
	width: 355px;
	height: 51px;
	text-align: center;
	line-height: 51px;
	color: #fff;
	font-size: 20px;
	margin: 0 auto;
}

.al_box5_list_btn.three {
	background: url(../images/ali_btn1.png) no-repeat center center;
}

.al_box5_list_btn.four {
	background: url(../images/ali_btn2.png) no-repeat center center;
}

.al_box5_list_btn.five {
	background: url(../images/ali_btn3.png) no-repeat center center;
}

.al_box5_list_text {
	padding: 50px 0 50px 40px;
}

.al_box5_list_text_item {
	clear: both;
	line-height: 24px;
	margin-bottom: 13px;
	overflow: hidden;
}

.al_box5_list_text_item .icon {
	float: left;
	width: 24px;
	height: 24px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.al_box5_list_text_item .icon img {
	display: block;
	max-width: 100%;
}

.al_box5_list_text_item .text {
	float: left;
	line-height: 24px;
	font-size: 14px;
	color: #000044;
	padding-left: 8px;
}

.al_box5_list_text_item .text u {
	color: #888;
}

.al_box5_list_text_item .text .blue {
	color: #0167c0;
	font-weight: bold;
}

.al_box5_list dd:hover {
	box-shadow: 0 0 20px rgba(115, 115, 115, .22);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.al_box6 {
	padding: 30px 0;
	margin-bottom: 60px;
}

.al_box6_title1 {
	line-height: 40px;
	margin-bottom: 30px;
}

.al_box6_title1 .tt {
	float: left;
	font-size: 36px;
	margin-right: 20px;
}

.al_box6_title1 .tt2 {
	float: left;
	font-size: 18px;
}

.al_box6_list {
	width: 100%;
	border: 2px solid #b1c2db;
	margin: 0 auto;
}

.al_box6_list tr td:nth-child(1),
.al_box6_list tr td:nth-child(4) {
	background: #dee7ef;
}

.al_box6_list tr td {
	padding: 12px 15px;
	font-size: 16px;
	border: 1px solid #b1c2db;
}

.dh_case_list {}


/*
 * contact
 */

.contact_box1 {
	height: 630px;
	background: url(../images/contact_map.jpg) no-repeat center center;
	position: relative;
}

.contact_box1_text {
	position: absolute;
	right: 50%;
	top: 195px;
	width: 270px;
	margin-right: -120px;
	text-align: center;
}

.contact_box1_text .icon {
	width: 105px;
	height: 150px;
	background: url(../images/contact_add.png) no-repeat center center;
	margin: 0 auto 25px;
	position: relative;
	-webkit-animation: jumptodown2 1s linear infinite;
	animation: jumptodown2 1s linear infinite;
	-moz-animation: jumptodown2 1s linear infinite;
	-o-animation: jumptodown2 1s linear infinite;
	-ms-animation: jumptodown2 1s linear infinite;
}

.contact_box1_text .text {
	font-size: 24px;
	font-weight: bold;
}

@keyframes jumptodown2 {
	0% {
		top: 0;
		animation-timing-function: ease-out
	}

	50% {
		top: -10px;
		animation-timing-function: ease-in
	}

	100% {
		top: 0;
		animation-timing-function: ease-out
	}
}

@-webkit-keyframes jumptodown2 {
	0% {
		top: 0;
		animation-timing-function: ease-out
	}

	50% {
		top: -10px;
		animation-timing-function: ease-in
	}

	100% {
		top: 0;
		animation-timing-function: ease-out
	}
}

@-moz-keyframes jumptodown2 {
	0% {
		top: 0;
		animation-timing-function: ease-out
	}

	50% {
		top: -10px;
		animation-timing-function: ease-in
	}

	100% {
		top: 0;
		animation-timing-function: ease-out
	}
}

@-ms-keyframes jumptodown2 {
	0% {
		top: 0;
		animation-timing-function: ease-out
	}

	50% {
		top: -10px;
		animation-timing-function: ease-in
	}

	100% {
		top: 0;
		animation-timing-function: ease-out
	}
}

.contact_box2 {
	background: #e9ecf5;
	padding-bottom: 50px;
}

.contact_box2_l {
	width: 50%;
	padding: 40px 4%;
	background: #4d84f1;
	margin-top: -170px;
	position: relative;
	z-index: 2;
}

.contact_box2_l_tt {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

.contact_box2_l_list dd {
	float: left;
	width: 50%;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 35px;
}

.contact_box2_l_list2 dd {
	float: left;
	width: 48%;
	color: #fff;
}

.contact_box2_l_list2 dd .tt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.contact_box2_l_list2 dd .text {
	line-height: 28px;
	font-size: 14px;
}

.contact_box2_l_list2 dd .text a {
	color: #fff;
}

.contact_box2_r {
	width: 50%;
	padding: 35px 4%;
	background: #fff;
}

.contact_box2_r_tt {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

.contact_box2_r_list dd {
	float: left;
	width: 46%;
	margin: 0 2% 18px;
}

.contact_box2_r_list dd .inp1,
.contact_box2_r_list dd .text1 {
	display: block;
	width: 100%;
	height: 40px;
	padding-left: 15px;
	border: 1px solid #bfbfbf;
}

.contact_box2_r_list dd .text1 {
	height: 107px;
	padding: 8px 10px;
}

.contact_box2_r_list dd.ddw {
	width: 96%;
}

.contact_box2_r_list dt .btn {
	display: block;
	width: 180px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-size: 16px;
	border: 0;
	background: #4d84f1;
	cursor: pointer;
}

.contact_box3 {
	height: 650px;
	background: url(../images/contact_01.jpg) no-repeat center center;
}

.contact_box3_con {
	width: 350px;
	padding-top: 135px;
}

.contact_box3_text1 {
	font-size: 18px;
	color: #444;
	line-height: 33px;
}

.contact_box3_text2 {
	font-size: 16px;
	font-weight: bold;
	padding: 55px 0 15px;
}

.contact_box3_btn {
	display: block;
	width: 253px;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	text-align: center;
	background: #f15959;
	color: #fff;
}

.video_window {
	display: none;
	width: 800px;
	height: 485px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 10000;
	margin: -300px 0 0 -400px;
}

.video_window_rela {
	position: relative;
}

.video_window_close {
	position: absolute;
	right: -12px;
	top: -12px;
	width: 20px;
	color: #fff;
	font-size: 18px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}

.video_window_mask {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
}

@media only screen and (min-width:1200px) and (max-width: 1400px) {
	.wrapper {
		width: 1200px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}

	.ind_yw_r dd {
		padding-left: 220px;
	}

	.footer_l {
		width: 330px;
	}

	.footer_contact {
		padding-left: 0;
	}

	.dh_box1_pic {
		padding-top: 80px;
	}

	.vi_box5_r {
		margin-right: -100px;
	}

	.vi_box5_r_list {
		width: 632px;
		margin-right: 5%;
	}

	.vi_box5_r_list dd {
		width: 300px;
		height: 192px;
	}

	.com_box1_l {
		width: 460px;
		margin-left: 180px;
	}

	.com_box2_list dd {
		width: 300px;
	}

	.com_box2_list dt {
		height: 253px;
	}

	.com_box3_con2_r {
		width: 720px;
	}
}

#loading {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: #000 url(../images/load.gif) no-repeat center center;
}

.ssl_box1 {
	padding: 50px 0;
}

.price_table_1024_box,
.price_table_mobile_box {
	display: none;
}

.price-tabs li {
	float: left;
	width: 50%;
}

.price-tabs a {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: 2px;
	border-style: solid solid none;
	border-width: 1px;
	border-color: #dbdbdb #dbdbdb #dbdbdb #fff;
	font-size: 16px;
	font-size: 1rem;
	color: #666;
	text-decoration: none;
	text-indent: 210px;
	background: url(../images/page_icons_cn.png) no-repeat #f7f7f7;
}

.price-tabs a:hover {
	color: #2ea039;
	background-color: #fff;
}

.price-tabs .ssl-list {
	background-position: 182px -70px;
}

.en .price-tabs .ssl-list {
	text-indent: 190px;
	background-position: 164px -70px;
}

.price-tabs .hover .ssl-list,
.price-tabs .ssl-list:hover {
	background-position: 182px -112px;
}

.en .price-tabs .hover .ssl-list,
.en .price-tabs .ssl-list:hover {
	background-position: 164px -112px;
}

.price-tabs .code-list {
	background-position: 180px -151px;
}

.en .price-tabs .code-list {
	text-indent: 160px;
	background-position: 130px -151px;
}

.price-tabs .hover .code-list,
.price-tabs .code-list:hover {
	background-position: 180px -193px;
}

.en .price-tabs .hover .code-list,
.en .price-tabs .code-list:hover {
	background-position: 130px -193px;
}

.price-tabs .client-list {
	background-position: 90px -236px;
}

.en .price-tabs .client-list {
	text-indent: 100px;
	background-position: 70px -236px;
}

.price-tabs .hover .client-list,
.price-tabs .client-list:hover {
	background-position: 90px -278px;
}

.en .price-tabs .hover .client-list,
.en .price-tabs .client-list:hover {
	background-position: 70px -278px;
}

.price-tabs .first a {
	border-left: 1px solid #dbdbdb;
}

.price-tabs .hover a {
	margin-top: 0;
	background-color: #fff;
	color: #2ea039;
	border-right-style: solid;
	border-color: #2ea039;
	border-top: 3px solid #2ea039;
}

.price-table {
	font-size: 14px;
	font-size: 0.875rem;
	border-style: solid;
	border-width: 2px;
	border-color: #dbdbdb;
	margin-bottom: 20px;
	width: 100%;
	background: #fff;
}

.price-table th {
	width: 230px;
	padding: 12px 0;
	color: #808080;
	border: 1px solid #dbdbdb;
	vertical-align: middle;
	background: #f7f7f7;
}

.price-table td {
	padding: 10px 0;
	color: #666;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
}

.price_title td {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 1px;
	text-shadow: 0 1px 2px #808080;
}

.price_title td a,
.price_title td {
	color: #fff;
	text-decoration: none;
}

.price_title td a:hover {
	color: #333;
}

.price-table .price_title .col-1 {
	width: 120px;
}

.ssl-table .col-2,
.ssl-table .col-3,
.ssl-table .col-4,
.ssl-table .col-5,
.ssl-table .col-6,
.ssl-table .col-7 {
	width: 17%;
}

.code-table .col-2,
.code-table .col-3,
.code-table .col-4 {
	width: 260px;
}

.client-table .col-2,
.client-table .col-3,
.client-table .col-4,
.client-table .col-5 {
	width: 22%;
}

.ssl-table .col-2,
.code-table .col-2,
.client-table .col-2 {
	background: #1ed50a;
}

.ssl-table .col-3,
.code-table .col-3,
.client-table .col-3 {
	background: #23aae6;
}

.ssl-table .col-4 {
	background: #17ca62;
}

.ssl-table .col-5 {
	background: #40b9e9;
}

.ssl-table .col-6,
.client-table .col-4 {
	background: #26d4af;
}

.ssl-table .col-7,
.code-table .col-4,
.client-table .col-5 {
	background: #3486d8;
}

.buy-btn a {
	display: block;
	width: 110px;
	height: 32px;
	line-height: 32px;
	background: #f45232;
	border-bottom: 2px solid #bf4900;
	margin: auto;
	color: #fff;
	text-shadow: 0 1px 2px #808080;
	text-decoration: none;
	box-shadow: inset 0 -1px 1px #fc906c;
	border-radius: 3px;
	transition: background 0.2s;
	-moz-transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
}

.ssl-table .txal-left td,
.ssl-table td.txal-left {
	text-align: left;
}

.ssl-table .price_tab td {
	padding-left: 24px;
}

.en .ssl-table .price_tab td {
	padding-left: 0;
}

.ssl-table td.txal-left,
.en .ssl-table td.txal-left {
	padding-left: 17px;
}

.borwers_icon_15 {
	display: inline-block;
	width: 15px;
	height: 15px;
	overflow: hidden;
	background: url(../images/borwers_icon_15.png) no-repeat;
}

.borwers_ie {
	background-position: 0;
}

.borwers_firefox {
	background-position: -15px 0;
}

.borwers_chrome {
	background-position: -30px 0;
}

.borwers_opera {
	background-position: -45px 0;
}

.borwers_netscape {
	background-position: -60px 0;
}

.borwers_aol {
	background-position: -75px 0;
}

.borwers_mozilla {
	background-position: -90px 0;
}

.borwers_safari {
	background-position: -105px 0;
}

.borwers_andriod {
	background-position: -120px 0;
}

/* price end */

/* contact star */
.contact_tabs li {
	float: left;
}

.contact_tabs a {
	float: left;
	width: 142px;
	height: 40px;
	line-height: 40px;
	margin-top: 2px;
	text-align: center;
	color: #666;
	border-style: solid solid none none;
	border-width: 1px;
	border-color: #dbdbdb;
	background: #f7f7f7;
	text-decoration: none;
}

.en .contact_tabs a {
	width: 177px;
	border-left: 1px solid #fff;
}

.contact_tabs a:hover {
	color: #2ea039;
	background: #fff;
}

.contact_tabs .option-1 a {
	border-left: 1px solid #dbdbdb;
}

.contact_tabs a.cur {
	position: relative;
	top: 1px;
	background: #fff;
	color: #2ea039;
	margin-top: 0;
	border-color: #2ea039;
	border-top: 3px solid #2ea039;
}

.contact_contents {
	display: none;
	padding: 31px;
	border: 1px solid #dbdbdb;
}

.contact_right_box {
	width: 260px;
}

.contact_contents_list {
	padding: 0 0 31px 0;
}

.contact_contents_list li {
	float: left;
	width: 176px;
	margin: 31px 31px 0;
}

.contact_contents_list li span {
	display: block;
	margin-bottom: 5px;
	font-size: 15px;
	font-size: 0.95rem;
	color: #666;
}

.contact_l_box p {
	text-indent: 0;
}

/* contact end */
img[src="http://eiv.baidu.com/hmt/icon/21.gif"],
img[src="http://icon.cnzz.com/img/pic.gif"],
img[src="https://bs.baidu.com/hmt/icon/21.gif"],
img[src="https://icon.cnzz.com/img/pic.gif"] {
	display: none;
}

.ssl_Chain th {
	padding: 10px 0;
}

.ssl_Chain .th_1 {
	width: 150px;
}

.ssl_Chain .th_2 {
	width: 84px;
	text-align: center;
}

.ssl_Chain .th_3 {
	width: 82px;
	text-align: center;
}

.ssl_Chain .th_4,
.ssl_Chain .th_5 {
	padding: 0;
}

.ssl_Chain .th_4 img,
.ssl_Chain .th_5 img {
	max-width: 250px;
}

.level_icons {
	display: inline-block;
	width: 16px;
	height: 20px;
	overflow: hidden;
	background: url(../images/level_icons.png) no-repeat;
}

.level_icons {
	*display: inline;
}

.trustIcon {
	background-position: 0;
}

.safeIcon {
	background-position: -16px 0;
}

.starIcon {
	background-position: -32px 0;
}

#xiweiguanwang7 a,
#xiweiguanwang8 a {
	width: 65px !important;
}



/*
 * 2018-12-03  实景漫游   lzf add
 */
.qj_banner {
	height: 620px;
	background: url(../images/header_bj.jpg) no-repeat center bottom;
}

.qj_banner_title {
	padding-top: 120px;
}

.qj_banner_title h1 {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	text-shadow: 2px 2px 5px #4090ff, -2px 2px 5px #4090ff;
}

.qj_banner_title h5 {
	font-size: 30px;
	color: #fff;
	padding-top: 40px;
}



.qj_wrapper {
	width: 1200px;
	margin: 0 auto;
}

.qj_banner_btn {
	width: 170px;
	height: 77px;
	background: url("../images/qj_banner_btn.png") no-repeat;
	position: relative;
	left: 43%;
	margin-top: 40px;
	display: block;
	font-size: 24px;
	color: #4090ff;
	text-align: center;
	line-height: 75px;
}

.qj_banner_btn i {
	display: block;
	position: absolute;
	width: 170px;
	height: 77px;
	border-radius: 77px;
}

.qj_banner_btn_icon {
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	left: 20px;
	top: 0;
	/*animation: circleRoate 3s linear 0s infinite ;*/
	-webkit-animation: circleRoate 3s linear 0s infinite;
	-moz-animation: circleRoate 3s linear 0s infinite;
	-ms-animation: circleRoate 3s linear 0s infinite;
	-o-animation: circleRoate 3s linear 0s infinite;
	transform: rotate(0deg);
	transform-origin: 20px 38.5px;
	animation: 3s linear infinite circleRoate;
}

@keyframes circleRoate {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(-135deg);
		left: 20px;
	}

	50% {
		transform: rotate(-135deg);
		left: 113px;
	}

	75% {
		transform: rotate(-315deg);
		left: 113px
	}

	100% {
		transform: rotate(-315deg);
		left: 0;
	}
}


.qj_box1 {
	padding: 50px 0;
}

.qj_box1_title {
	text-align: center;
}

.qj_box1_title .tt1 {
	font-size: 72px;
	color: #f2f2f2;
	line-height: 72px;
	font-weight: bold;
}

.qj_box1_title .tt2 {
	font-size: 36px;
	-webkit-animation: gdownIn 1s 0.7s both;
	-moz-animation: gdownIn 1s 0.7s both;
	animation: gdownIn 1s 0.7s both;
	color: #0576f8;
	font-weight: bold;
	position: relative;
	top: -60px;
}

.qj_box1_title .text {
	line-height: 40px;
	font-size: 24px;
	position: relative;
	top: -35px;
	color: #707070;
}

/*--服务项目--*/
.welcome-gridsinfo {
	text-align: center;
}

.welcome-grid {
	width: 50%;
	padding: 5px;
	margin: 0 0 50px;
	float: left;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.welcome-grid p {
	font-size: .85em;
	line-height: 1.8em;
}

.welcome-grid h3 {
	padding: 21px 0 6px;
	font-size: 24px;
	color: #303030;
	font-weight: bold;
}

.welcome-grid .prd_box {
	width: 99.999%;
	float: left;
	border: 1px solid #fff;
}

.welcome-grid .prd_box:hover {
	border: 1px solid #4090ff;
}

.welcome-grid .prd_t {
	width: 100%;
	min-height: 184px;
	padding: 60px 0 10px;
	overflow: hidden;
	text-align: center;
}

.welcome-grid .prd_t h4 {
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 10px 0;
}

.welcome-grid .prd_t p {
	font-size: 18px;
	padding: 20px 50px;
	color: #303030;
	height: 115px;
	line-height: 30px;
	overflow: hidden;
}

.fm_more {
	width: 100%;
	text-align: center;
	float: left;
}

.fm_more a {
	color: #cbcbcb;
	font-size: 18px;
	line-height: 40px;
	border: 2px solid #cbcbcb;
	padding: 10px 32px;
}

.fm_more a:hover {
	color: #fff;
	background: #797979;
	border: 2px solid #797979;
}

.prd_bottom {
	width: 100%;
	margin: 3px;
}

.prd_bottom li {
	width: 24.5%;
	float: left;
	height: 115px;
	overflow: hidden;
	background-color: #f5f5f5;
	text-align: center;
	font-size: 16px;
	color: #252525;
	margin-right: 2px;
	line-height: 26px;
	margin-bottom: 2px;
}

.prd_bottom li span {
	padding: 30px 14px;
	display: block;
}

.prd_bottom li:hover {
	background: #4090ff;
	color: #fff;
	text-shadow: -1px 1px 3px #076af4;
}

/*--代理服务--*/
.cooperation_main {
	width: 100%;
	padding-top: 100px;
	min-height: 550px;
	background: url("../images/cooperation_bj.jpg") no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

.cooperation_main_cont {
	padding-top: 100px;
	overflow: hidden;
}

.cooperation_mc_top {
	text-align: center;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}

.cooperation_mc_top em {
	color: #4090ff;
	font-style: normal;
	font-size: 48px;
}

.cooperation_mc_top_list {
	width: 400px;
	margin: 60px auto 0;
}

.cooperation_mc_top_list li {
	margin-top: 20px;
	width: 100%;
	height: 60px;
	background: rgba(255, 255, 255, 0.25);
	border-radius: 5px;
}

.cooperation_intxt_word {
	width: 27%;
	float: left;
	line-height: 60px;
	color: #fff;
	font-size: 24px;
	padding-left: 30px;
}

.cooperation_intxt {
	width: 73%;
	height: 60px;
	font-size: 24px;
	color: #fff;
	float: left;
	border: medium none;
	background: none;
}

.cooperation_intxt_btn {
	width: 400px;
	height: 60px;
	line-height: 60px;
	margin: 20px auto 0;
	display: block;
	border: none;
	border-radius: 5px;
}

.cooperation_intxt_btn div {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	background: -webkit-linear-gradient(#4995ff, #4090ff);
	background: -o-linear-gradient(#4995ff, #4090ff);
	background: -moz-linear-gradient(#4995ff, #4090ff);
	background: linear-gradient(#4995ff, #4090ff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4995ff', endColorstr='#4090ff', GradientType=1);
}

.cooperation_intxt_btn:focus,
.cooperation_intxt_btn:hover {
	color: #fff;
}

/*--平台优势--*/
.qj_box3 {
	padding: 50px 0;
}

.goodness_container {
	padding: 0 !important;
}

.goodness_main {
	margin-top: 30px;
}

.goodness_container_footer {
	width: 1200px;
	margin: 0 auto;
}

.goodness_con_list {
	width: 100%;
}

.goodness_con_list li {
	margin-top: 0;
	float: left;
	width: 382px;
	height: 370px;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

ul.goodness_con_list img {
	-moz-transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.goodness_con_list li:hover {
	background: #fff;
	-webkit-box-shadow: #eee 0px 0px 15px;
	-moz-box-shadow: #eee 0px 0px 15px;
	box-shadow: #eee 0px 0px 15px;
}

.goodness_conlist_contop {
	text-align: center;
}

.goodness_conlist_contop dt {
	padding: 35px 0 5px 0;
}

.goodness_conlist_contop dd {
	color: #292929;
	font-size: 22px;
	font-weight: bold;
}

.goodness_conlist_conbom {
	color: #707070;
	font-size: 16px;
	padding: 0 60px;
	text-align: center;
	display: block;
	line-height: 30px;
}

.goodness_con_list li:hover {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}

.qj_box4 {
	padding: 50px 0;
}

.qj_box4_list {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.qj_box4_list dd {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	width: 100%;
	margin-bottom: 40px;
}

.qj_box4_list dd:nth-child(2n) {
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}

.qj_box4_list_pic {
	width: 400px;
	overflow: hidden;
}

.qj_box4_list_pic img {
	display: block;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.qj_box4_list_con {
	width: calc(100% - 400px);
	padding: 40px 40px 0;
}

.qj_box4_list_title {
	font-size: 24px;
	color: #333;
}

.qj_box4_list_desc {
	color: #888;
	font-size: 16px;
	margin: 15px 0;
}

.qj_box4_list_text_tt {
	color: #333;
	font-size: 18px;
	margin-bottom: 15px;
}

.qj_box4_list_item {
	clear: both;
	overflow: hidden;
	margin-bottom: 8px;
}

.qj_box4_list_item .icon {
	float: left;
	width: 24px;
	height: 24px;
	font-size: 20px;
	line-height: 24px;
	color: #666;
	text-align: center;
	margin-right: 8px;
}

.qj_box4_list_item .text {
	float: left;
	font-size: 14px;
	line-height: 24px;
	width: calc(100% - 32px);
}

.qj_box4_list dd:hover .qj_box4_list_pic img {
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.qj_box5_list {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;

	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.qj_box5_list dd {
	width: 25%;
	padding: 0 10px;
	margin-bottom: 25px;
}

.qj_box5_list dd .pic {
	overflow: hidden;
	margin-bottom: 10px;
}

.qj_box5_list dd .pic img {
	display: block;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.qj_box5_list dd .tt {
	color: #333;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}

.qj_box5_list dd:hover .pic img {
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}









/*底部漂浮模块*/



.only_foot_fixed_box_big {
	height: 80px;
}

.only_wrap {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.only_foot_fixed_box {
	position: fixed;
	left: 0;
	bottom: 0px;
	z-index: 99;
	width: 100%;
	background: url("../images/only_bg_img.jpg") no-repeat center center / cover;
	/* background: #4090ff; */
}

.only_foot_fixed_01 {
	height: 80px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.only_foot_fixed_02 {
	width: 328px;
	height: 100%;
	box-sizing: border-box;
	padding: 0 70px 0 180px;
}

.only_foot_fixed_02 .text {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	color: #ffffff;
	box-sizing: border-box;
	padding: 8px 0 10px;
	text-align: center;
}

.only_foot_fixed_02 .a_box {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.only_foot_fixed_02 .a_box a {
	display: block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	-ms-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.only_foot_fixed_02 .a_box a:hover {
	margin-top: -3px;
}

.only_foot_fixed_02 .a_box .a_one {
	background: #fff url("../images/only_wizard_map.png") no-repeat;
	background-position: 6px 8px;
	cursor: pointer;
}

.only_foot_fixed_02 .a_box .a_two {
	background: #fff url("../images/only_wizard_map.png") no-repeat;
	background-position: 8px -26px;
}

.only_foot_fixed_03 {
	width: 810px;
	height: 100%;
	box-sizing: border-box;
	padding: 8px 20px 0 55px;
	border-left: 1px solid #3ca1ff;
	border-right: 1px solid #3ca1ff;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.only_foot_fixed_03 .form_box {
	width: 490px;
}

.only_foot_form_box {
	width: 100%;
}

.only_foot_form_box .text {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	color: #ffffff;
	box-sizing: border-box;
	padding-bottom: 4px;
}

.only_foot_form_box .input_box {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.only_foot_form_box .input_box .input_one {
	width: 200px;
	height: 32px;
	outline: none;
	border: none;
	background: #fff;
	box-sizing: border-box;
	padding: 6px 5px 6px 10px;
}

.only_foot_form_box .input_box .input_two {
	width: 85px;
	height: 31px;
	outline: none;
	border: none;
	background: #fff;
	box-sizing: border-box;
	padding: 6px 0px 6px 10px;
	margin: 0 6px 0 9px;
}

.only_foot_form_box .input_box ::-webkit-input-placeholder {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #999999;
}

.only_foot_form_box .input_box img {
	width: 81px;
	height: 31px;
	cursor: pointer;
}

.only_foot_form_box .input_box button {
	font-family: "Microsoft YaHei";
	font-weight: 700;
	font-size: 14px;
	color: #ffffff;
	width: 85px;
	height: 31px;
	background: #ff8522;
	outline: none;
	border: none;
	cursor: pointer;
	margin-left: 8px;
	-ms-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.only_foot_form_box .input_box button:hover {
	opacity: 0.9;
}

.only_foot_fixed_03 .phone_num_box {
	width: calc(100% - 490px);
	box-sizing: border-box;
	padding-left: 26px;
}

.only_foot_fixed_03 .phone_num_box div {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	color: #ffffff;
	box-sizing: border-box;
	padding: 2px 0 0 2px;
}

.only_foot_fixed_03 .phone_num_box a {
	font-family: "Microsoft YaHei";
	font-weight: 700;
	font-size: 24px;
	color: #ffffff;
	text-decoration: none;
}

.only_foot_fixed_04 {
	box-sizing: border-box;
	padding: 24px 0 0 35px;
}

.only_foot_fixed_04 a {
	display: block;
	width: 191px;
	height: 38px;
	background: url("../images/only_wizard_map.png") no-repeat;
	background-position: 0 -70px;
}


.only_weixin_code_box {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 300px;
	height: 300px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-shadow: 0 0 10px #949494;
}

.only_weixin_code_box .close_btn {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 40px;
	-ms-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 3;
	cursor: pointer;
	color: #BDBDBD;
	-ms-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.only_weixin_code_box .close_btn:hover {
	color: #ff8522;
}

.only_weixin_code_box img {
	max-width: 257px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	max-height: 257px;
}




@media screen and (max-width: 1199px) {
	.only_foot_fixed_box {
		display: none;
	}

	.only_foot_fixed_box_big {
		display: none;
	}


}



@media screen and (min-width: 1200px) and (max-width: 1405px) {
	.only_foot_fixed_02 {
		width: 200px;
		padding: 0 56px 0 60px;
	}

	.only_foot_fixed_03 {
		padding: 8px 0px 0 30px;
		width: 750px;
	}

	.only_foot_fixed_03 .phone_num_box {
		padding-left: 10px;
	}
}

/*底部漂浮模块~~~~~~~~~~~~~~~~~end*/




/*网站诊断,css*/
.Evaluation_wrap {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.Evaluation_box_01 {
	background: #f6f7fb;
}

.Evaluation_box_02 {
	box-sizing: border-box;
	padding: 95px 0 64px;
}

.Evaluation_box_02 .tt_01 {
	font-family: "Microsoft YaHei";
	font-size: 36px;
	color: #222222;
	text-align: center;
}

.Evaluation_box_02 .tt_02 {
	font-family: "Microsoft YaHei";
	font-size: 18px;
	color: #222222;
	text-align: center;
	box-sizing: border-box;
	padding: 16px 0 36px;
}

.Evaluation_box_02 .btn_box a {
	font-family: "Microsoft YaHei";
	font-weight: 600;
	font-size: 18px;
	color: #ffffff;
	display: block;
	width: 182px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #00a0e9;
	text-decoration: none;
	margin: 0 auto;
	border-radius: 24px;
	-ms-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	box-shadow: 0 6px 6px rgba(22, 141, 196, 0.6);
}

.Evaluation_box_02 .btn_box a:hover {
	opacity: 0.8;
}

.Evaluation_box_02 .img_box {
	box-sizing: border-box;
	border-bottom: 1px solid #d2d2d2;
	padding-top: 40px;
	text-align: center;
}

.Evaluation_box_02 .img_box img {
	margin-left: 80px;
	max-width: 100%;
	vertical-align: middle;
}

.Evaluation_box_03_form .form_tt {
	box-sizing: border-box;
	padding: 50px 0 38px;
	font-family: "Microsoft YaHei";
	font-size: 24px;
	color: #222222;
	text-align: center;
}

.Evaluation_box_03_form .item {
	text-align: center;
	margin-bottom: 20px;
}

.Evaluation_box_03_form .item input {
	width: 400px;
	height: 40px;
	outline: none;
	border: none;
	background: #fff;
	box-sizing: border-box;
	padding: 0 10px 0 20px;
}

.Evaluation_box_03_form .item ::-webkit-input-placeholder {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #666666;
}

.Evaluation_box_03_form .submit_btn button {
	display: block;
	font-family: "Microsoft YaHei";
	font-weight: 600;
	font-size: 14px;
	color: #ffffff;
	width: 112px;
	height: 36px;
	background: #00a0e9;
	border-radius: 18px;
	outline: none;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	-ms-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.Evaluation_box_03_form .submit_btn button:hover {
	opacity: 0.8;
}

/*网站诊断,css~~~~~~~~~~~~~~~~~~~~end*/


.float_right_Diagnosis {
	width: 60px;
	position: fixed;
	bottom: 200px;
	left: 30px;
	z-index: 5;
}

.float_right_Diagnosis .Diagnosis_box_01 a {
	display: block;
}

.float_right_Diagnosis .Diagnosis_box_01 a img {
	width: 100%;
}







/* amp 页面 */
.amp-page-index .wrapper {
	max-width: 1200px;
}


.amp_box1 {
	padding: 100px 0;
	background: url(../images/amp_bg1.jpg) no-repeat center center / cover;
}

.amp_box1_wrap {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.amp_box1_l {
	width: 50%;
}

.amp_box1_r {
	width: 50%;
	text-align: center;
}

.amp_box1_l_t1 {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-bottom: 30px;
}

.amp_box1_l_t1 .icon {
	margin-right: 30px;
}

.amp_box1_l_t1 .item:last-child {
	margin-right: 0;
}

.amp_box1_l_t2 {
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 6px 8px rgba(0, 0, 0, .3);
	margin-bottom: 15px;
}

.amp_box1_l_t3 {
	margin-bottom: 38px;
}

.amp_box1_l_t3 .item {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	line-height: 32px;
	font-size: 16px;
	color: #fff;
}

.amp_box1_l_t3 .item .icon {
	width: 35px;
}


.amp_btn1 {
	width: 230px;
	height: 40px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	border-radius: 10px;
	font-size: 16px;
	line-height: 40px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.amp_btn1 .icon {
	width: 15px;
	margin-left: 7px;
}

.amp_btn1:hover {
	opacity: 0.9;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.amp_btn1_style1 {
	background: #fff;
}

.amp_btn1_style2 {
	color: #fff;
	background: url(../images/amp_btn1.png) no-repeat center center;
}

.amp_box1_l_t4 {
	padding-top: 90px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.amp_box1_l_t4 .item {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	margin-right: 20px;
	margin-bottom: 20px;
}

.amp_box1_l_t4 .item .icon {
	width: 60px;
}

.amp_box1_l_t4 .item .con {
	width: calc(100% - 60px);
	padding-left: 5px;
	color: #fff;
}

.amp_box1_l_t4 .item .con .tt {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 3px;
}

.amp_box1_l_t4 .item .con .text {
	font-size: 14px;
}


.amp_box2 {
	padding: 100px 0 50px;
}

.amp_box2_title {
	margin-bottom: 100px;
}

.amp_box2_title_icon {
	margin-bottom: 30px;
}

.amp_box2_title_tt {
	font-size: 36px;
	color: #222;
	font-weight: bold;
	margin-bottom: 30px;
}

.amp_box2_title .amp_btn1 {
	margin: 0 auto;
}

.amp_box2_title_tip {
	font-size: 14px;
	color: #666;
	padding-top: 15px;
}


.amp_box2_con {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.amp_box2_l {
	width: 48%;
}

.amp_box2_r {
	width: 48%;
}

.amp_box2_l_t1 {
	font-size: 20px;
	color: #444;
	line-height: 1.6;
	margin-bottom: 25px;
}

.amp_box2_l_t2 {
	margin-bottom: 100px;
}

.amp_box2_l_t2 .item {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	font-size: 16px;
	line-height: 33px;
	color: #666;
}

.amp_box2_l_t2 .item .icon {
	width: 16px;
	height: 33px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}

.amp_box2_l_t2 .item .tt {
	width: calc(100% - 16px);
}

.amp_box2_l_t2 .item .tt span {
	color: #222;
	font-size: 18px;
}

.amp_title1 {
	margin-bottom: 20px;
}


.amp_box3 {
	padding: 50px 0;
	position: relative;
}

.amp_box3::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	background: #fff;
}

.amp_box3::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 50%;
	background: #f5f5f5;
}

.amp_box3_con {
	background: url(../images/amp_bg2.jpg) no-repeat center center / cover;
	padding: 75px 0;
	border-radius: 15px;
	position: relative;
	z-index: 1;
}

.amp_box3_title_icon {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	margin-bottom: 25px;
}

.amp_box3_text {
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 33px;
	margin-bottom: 50px;
}

.amp_box3_con .amp_btn1,
.amp_box5 .amp_btn1 {
	margin: 0 auto;
}

.amp_box4 {
	background: #f5f5f5;
	padding: 50px 0 100px;
}


.amp_box4_con {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-top: 35px;
}

.amp_box4_l {
	width: 48%;
}

.amp_box4_l .item {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	margin-bottom: 20px;
}

.amp_box4_l .item:last-child {
	margin-bottom: 0;
}

.amp_box4_l .item .icon {
	width: 60px;
}

.amp_box4_l .item .tt {
	width: calc(100% - 60px);
	padding-left: 6px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.amp_box4_r {
	width: 48%;
}

.amp_box5 {
	padding: 100px 0 50px;
}

.amp_box5_con {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-bottom: 50px;
}

.amp_box5_l {
	width: 48%;
}

.amp_box5_r {
	width: 48%;
}

.amp_box5_text {
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

.amp_box5_text img {
	display: block;
	margin: 15px auto;
}



.amp_box6 {
	padding: 50px 0 100px;
}

.amp_box6_text {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-bottom: 40px;
}

.amp_box6_form_list {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	max-width: 800px;
	margin: 0 auto;
}

.amp_box6_form_list dd {
	width: 47%;
	margin: 0 0 15px 0;
}

.amp_box6_form_list dd.ddw {
	width: 100%;
	padding-bottom: 30px;
}

.amp_box6_form_list dd:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.amp_box6_form_text,
.amp_box6_form_area {
	display: block;
	width: 100%;
	height: 40px;
	padding-left: 18px;
	font-size: 14px;
	color: #444;
	border: 1px solid #c4c4c4;
	border-radius: 5px;
}

.amp_box6_form_list dd .amp_btn1 {
	border: none;
	margin: 0 auto;
}











/* ~~~~~~~~~2025.11.18 新增2页面 */
/* ~~~~~~~~~2025.11.18 新增2页面 */
/* ~~~~~~~~~2025.11.18 新增2页面 */
.w_1440 {
	width: 92%;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

/* ~~~~~~~~~~public.css */
/* ~~~~~~~~~~public.css */
:root {
	--hue: #014EBD;
	--space: clamp(3.125rem, 1.961rem + 4.9vw, 6.25rem);
}

html {
	font-size: 16px;
}

/* 字体大小 */
.fz72 {
	font-size: clamp(1.625rem, 0.554rem + 4.51vw, 4.5rem);
}

.fz70 {
	font-size: clamp(1.625rem, 0.6rem + 4.31vw, 4.375rem);
}

.fz68 {
	font-size: clamp(1.625rem, 0.647rem + 4.12vw, 4.25rem);
}

.fz66 {
	font-size: clamp(1.625rem, 0.694rem + 3.92vw, 4.125rem);
}

.fz64 {
	font-size: clamp(1.625rem, 0.74rem + 3.73vw, 4rem);
	line-height: 1.2;
}

.fz62 {
	font-size: clamp(1.625rem, 0.787rem + 3.53vw, 3.875rem);
	line-height: 1.2;
}

.fz60 {
	font-size: clamp(1.625rem, 0.833rem + 3.33vw, 3.75rem);
	line-height: 1.2;
}

.fz58 {
	font-size: clamp(1.625rem, 0.88rem + 3.14vw, 3.625rem);
	line-height: 1.22;
}

.fz56 {
	font-size: clamp(1.625rem, 0.926rem + 2.94vw, 3.5rem);
	line-height: 1.24;
}

.fz54 {
	font-size: clamp(1.625rem, 0.973rem + 2.75vw, 3.375rem);
	line-height: 1.26;
}

.fz52 {
	font-size: clamp(1.625rem, 1.02rem + 2.55vw, 3.25rem);
	line-height: 1.3;
}

.fz50 {
	font-size: clamp(1.5rem, 0.895rem + 2.55vw, 3.125rem);
	line-height: 1.26;
}

.fz48 {
	font-size: clamp(1.5rem, 0.941rem + 2.35vw, 3rem);
	line-height: 1.26;
}

.fz46 {
	font-size: clamp(1.5rem, 0.988rem + 2.16vw, 2.875rem);
	line-height: 1.26;
}

.fz44 {
	font-size: clamp(1.5rem, 0.988rem + 2.16vw, 2.875rem);
	line-height: 1.28;
}

.fz42 {
	font-size: clamp(1.5rem, 1.081rem + 1.76vw, 2.625rem);
	line-height: 1.28;
}

.fz40 {
	font-size: clamp(1.375rem, 0.956rem + 1.76vw, 2.5rem);
	line-height: 1.3;
}

.fz38 {
	font-size: clamp(1.375rem, 1.002rem + 1.57vw, 2.375rem);
	line-height: 1.3;
}

.fz36 {
	font-size: clamp(1.375rem, 1.049rem + 1.37vw, 2.25rem);
	line-height: 1.32;
}

.fz34 {
	font-size: clamp(1.25rem, 0.924rem + 1.37vw, 2.125rem);
	line-height: 1.32;
}

.fz32 {
	font-size: clamp(1.25rem, 0.971rem + 1.18vw, 2rem);
	line-height: 1.32;
}

.fz30 {
	font-size: clamp(1.25rem, 1.017rem + 0.98vw, 1.875rem);
	line-height: 1.32;
}

.fz28 {
	font-size: clamp(1.25rem, 1.064rem + 0.78vw, 1.75rem);
	line-height: 1.4;
}

.fz26 {
	font-size: clamp(1.125rem, 0.939rem + 0.78vw, 1.625rem);
	line-height: 1.42;
}

.fz24 {
	font-size: clamp(1.125rem, 0.985rem + 0.59vw, 1.5rem);
	line-height: 1.42;
}

.fz22 {
	font-size: clamp(1rem, 0.86rem + 0.59vw, 1.375rem);
	line-height: 1.46;
}

.fz20 {
	font-size: clamp(1rem, 0.907rem + 0.39vw, 1.25rem);
	line-height: 1.48;
}

.fz18 {
	font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
	line-height: 1.52;
}

.fz16 {
	font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
	line-height: 1.6;
}

.fz14 {
	font-size: 14px;
	line-height: 24px;
}

/* 间距 */
.ptb {
	padding-top: var(--space);
	padding-bottom: var(--space);
}

.pt {
	padding-top: var(--space);
}

.pb {
	padding-bottom: var(--space);
}

.pb_60 {
	padding-bottom: clamp(1.563rem, 0.748rem + 3.43vw, 3.75rem);
}

.pb_55 {
	padding-bottom: clamp(1.563rem, 0.864rem + 2.94vw, 3.438rem);
}

.pb_50 {
	padding-bottom: clamp(1.563rem, 0.98rem + 2.45vw, 3.125rem);
}

.pb_45 {
	padding-bottom: clamp(1.563rem, 1.097rem + 1.96vw, 2.813rem);
}

.pb_40 {
	padding-bottom: clamp(1.563rem, 1.213rem + 1.47vw, 2.5rem);
}

.pb_35 {
	padding-bottom: clamp(1.563rem, 1.33rem + 0.98vw, 2.188rem);
}

.pb_30 {
	padding-bottom: clamp(1.563rem, 1.446rem + 0.49vw, 1.875rem);
}

.tc {
	text-align: center;
}

.upp {
	text-transform: uppercase;
}

.bg_fixed {
	background-attachment: fixed;
}

/* 按钮效果 */
.hover1_style {
	position: relative;
	overflow: hidden;
}

.hover1_style::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-image: -ms-linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8) 50%, transparent);
	background-image: -moz-linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8) 50%, transparent);
	background-image: -webkit-linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8) 50%, transparent);
	background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8) 50%, transparent);
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.hover1_style:hover::after {
	left: 100%;
}

/* 元素特殊宽度 */
.special_width {
	width: calc((100vw - 10px) / 2 + 50%);
}

/* 字体 */
.ffb {
	font-weight: 700;
}

/* ~~~~~~~~~~public.css~~~~~~end */
/* ~~~~~~~~~~public.css~~~~~~end */

.fbBoxOne {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.fbBoxOne1_w {
	padding-top: clamp(5rem, 0.853rem + 17.46vw, 18.75rem);
	padding-bottom: clamp(3.125rem, 1.523rem + 6.75vw, 8.438rem);
}

.fbBoxOne1_01 {
	max-width: 760px;
	margin-left: auto;
}

.fbBoxOne1_01_1 .subtitle {
	color: #fff;
	padding-bottom: clamp(0.375rem, 0.337rem + 0.16vw, 0.5rem);
}

.fbBoxOne1_01_1 .title {
	color: #fff;
}

.fbBoxOne1_01_1 .text {
	color: #fff;
	padding-top: clamp(0.813rem, 0.756rem + 0.24vw, 1rem);
}

.fbBoxOne1_01_2 {
	padding-top: clamp(1.563rem, 1.242rem + 1.35vw, 2.625rem);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.public_page_btn {
	height: clamp(2.5rem, 2.085rem + 1.75vw, 3.875rem);
	padding: 0 clamp(0.813rem, 0.53rem + 1.19vw, 1.75rem);
	border-radius: 10px;
	border: 1px solid #FFFFFF;
	background-image: linear-gradient(to right, #014EBD, #1A90FF);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.public_page_btn span {
	color: #fff;
}

.public_page_btn .icon {
	width: clamp(1.625rem, 1.531rem + 0.4vw, 1.938rem);
	margin-left: clamp(0.313rem, 0.218rem + 0.4vw, 0.625rem);
}

.public_page_btn .icon img {
	width: 100%;
}

.fbBoxOne2 {
	background: rgba(73, 91, 116, 0.8);
}

.fbBoxOne2_w {
	padding-top: 15px;
	padding-bottom: 15px;
}

.fbBoxOne2_01 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 12px;
	row-gap: 14px;
}

.fbBoxOne2_01_item {
	color: #fff;
	text-align: center;
}

.fbBoxOne2_01_item .text {
	padding-top: clamp(0.125rem, 0.05rem + 0.32vw, 0.375rem);
}

.fbBoxTwo {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.fbBoxTwo1 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.fbTwo1_l {
	width: 50.2%;
}

.fbTwo1_l_01 {
	color: var(--hue);
}

.fbTwo1_l_02 {
	padding-top: clamp(1.063rem, 0.968rem + 0.4vw, 1.375rem);
}

.fbTwo1_l_02 .item {
	margin-bottom: clamp(0.5rem, 0.443rem + 0.24vw, 0.688rem);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.fbTwo1_l_02>.item:last-child {
	margin-bottom: 0;
}

.fbTwo1_l_02 .item::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 2px;
	background: #444444;
	margin-top: clamp(0.625rem, 0.606rem + 0.08vw, 0.688rem);
}

.fbTwo1_l_02 .item span {
	width: calc(100% - 5px);
	padding-left: clamp(0.5rem, 0.425rem + 0.32vw, 0.75rem);
}

.fbTwo1_r {
	width: 48.6%;
	border-radius: 30px;
	-ms-perspective: 900px;
	-moz-perspective: 900px;
	-webkit-perspective: 900px;
	perspective: 900px;
	overflow: hidden;
}

.fbTwo1_r img {
	width: 100%;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.fbTwo1_r:hover img {
	-ms-transform: translateZ(80px);
	-moz-transform: translateZ(80px);
	-webkit-transform: translateZ(80px);
	transform: translateZ(80px);
	-ms-transition: all 1.6s;
	-webkit-transition: all 1.6s;
	transition: all 1.6s;
}

.fbBoxThree1 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: clamp(0.75rem, 0.411rem + 1.43vw, 1.875rem);
	row-gap: 26px;
}

.fbThree1_item .img_box {
	border-radius: 10px;
	-ms-perspective: 900px;
	-moz-perspective: 900px;
	-webkit-perspective: 900px;
	perspective: 900px;
	overflow: hidden;
}

.fbThree1_item .img_box img {
	width: 100%;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.fbThree1_item:hover .img_box img {
	-ms-transform: translateZ(80px);
	-moz-transform: translateZ(80px);
	-webkit-transform: translateZ(80px);
	transform: translateZ(80px);
	-ms-transition: all 1.6s;
	-webkit-transition: all 1.6s;
	transition: all 1.6s;
}

.fbThree1_item .title {
	color: #222222;
	text-align: center;
	padding-top: clamp(0.875rem, 0.724rem + 0.63vw, 1.375rem);
}

.fbThree1_item .text {
	color: #666666;
	text-align: center;
	padding-top: clamp(0.188rem, 0.093rem + 0.4vw, 0.5rem);
}

.fbBoxFour1 {
	background: var(--hue);
	border-radius: clamp(1.25rem, -0.258rem + 6.35vw, 6.25rem);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	padding: clamp(1.75rem, 1.298rem + 1.9vw, 3.25rem) clamp(0.938rem, -1.079rem + 8.49vw, 7.625rem);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.fbFour1_l {
	width: 72%;
}

.fbFour1_l .title {
	color: #FFFFFF;
}

.fbFour1_l .text {
	color: #FFFFFF;
	padding-top: clamp(0.75rem, 0.693rem + 0.24vw, 0.938rem);
}

.public_module_title .text {
	padding-top: clamp(0.625rem, 0.55rem + 0.32vw, 0.875rem);
}

.fbBoxFive1 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: clamp(0.75rem, 0.411rem + 1.43vw, 1.875rem);
	row-gap: clamp(1.125rem, 1.087rem + 0.16vw, 1.25rem);
}

.fbFive1_item {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.fbFive1_item .img_box {
	-ms-perspective: 900px;
	-moz-perspective: 900px;
	-webkit-perspective: 900px;
	perspective: 900px;
	overflow: hidden;
}

.fbFive1_item .img_box img {
	width: 100%;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.fbFive1_item:hover .img_box img {
	-ms-transform: translateZ(80px);
	-moz-transform: translateZ(80px);
	-webkit-transform: translateZ(80px);
	transform: translateZ(80px);
	-ms-transition: all 1.6s;
	-webkit-transition: all 1.6s;
	transition: all 1.6s;
}

.fbFive1_item::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.fbFive1_item .title {
	position: absolute;
	z-index: 2;
	left: clamp(0.75rem, 0.448rem + 1.27vw, 1.75rem);
	right: clamp(0.75rem, 0.448rem + 1.27vw, 1.75rem);
	bottom: clamp(0.75rem, 0.599rem + 0.63vw, 1.25rem);
	color: #FFFFFF;
	text-align: center;
	padding: clamp(0.375rem, 0.337rem + 0.16vw, 0.5rem);
	background: rgba(30, 65, 116, 0.6);
	border-radius: 10px;
}

.fbBoxSix {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.fbBoxSix1 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.fbSix1_l {
	width: 50%;
	padding-top: clamp(2.5rem, 1.84rem + 2.78vw, 4.688rem);
	padding-bottom: clamp(2.5rem, 1.84rem + 2.78vw, 4.688rem);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.fbSix1_l_01 {
	color: #222222;
}

.fbSix1_l_02 {
	max-width: 560px;
	color: #444444;
	padding-top: clamp(0.875rem, 0.8rem + 0.32vw, 1.125rem);
	padding-bottom: clamp(0.875rem, 0.724rem + 0.63vw, 1.375rem);
}

.fbSix1_l_03 {
	max-width: 642px;
	-ms-perspective: 900px;
	-moz-perspective: 900px;
	-webkit-perspective: 900px;
	perspective: 900px;
	overflow: hidden;
}

.fbSix1_l_03 img {
	width: 100%;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.fbSix1_l_03:hover img {
	-ms-transform: translateZ(80px);
	-moz-transform: translateZ(80px);
	-webkit-transform: translateZ(80px);
	transform: translateZ(80px);
	-ms-transition: all 1.6s;
	-webkit-transition: all 1.6s;
	transition: all 1.6s;
}

.fbSix1_r {
	width: 44.3%;
	background: #E5EFF8;
	padding: clamp(2.813rem, 1.964rem + 3.57vw, 5.625rem) clamp(0.938rem, 0.165rem + 3.25vw, 3.5rem);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.fbSix1_r_01 {
	color: #222222;
	padding-bottom: 14px;
}

.fbSix1_r_form {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.fbSix1_r_form .item {
	width: calc((100% - clamp(0.75rem, 0.486rem + 1.11vw, 1.625rem)) / 2);
	margin-bottom: clamp(0.625rem, 0.531rem + 0.4vw, 0.938rem);
}

.fbSix1_r_form .item .input_tt {
	color: #666666;
	padding-bottom: clamp(0.125rem, 0.087rem + 0.16vw, 0.25rem);
}

.fbSix1_r_form .item input {
	font-size: clamp(0.875rem, 0.837rem + 0.16vw, 1rem);
	color: #444;
	width: 100%;
	height: clamp(2.375rem, 2.337rem + 0.16vw, 2.5rem);
	border: 1px solid #82817E;
	border-radius: 5px;
	padding: 0 10px 0 15px;
	background: none;
}

.fbSix1_r_form .item textarea {
	font-size: clamp(0.875rem, 0.837rem + 0.16vw, 1rem);
	color: #444;
	width: 100%;
	height: 82px;
	border: 1px solid #82817E;
	border-radius: 5px;
	padding: 12px 10px 10px 15px;
	background: none;
	resize: none;
}

.fbSix1_r_form .item.w_100 {
	width: 100%;
}

.fbSix1_r_form .verification_code {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.fbSix1_r_form .verification_code .item {
	margin-bottom: 0;
}

.fbSix1_r_form .verification_code .code_img {
	width: 110px;
	height: clamp(2.375rem, 2.337rem + 0.16vw, 2.5rem);
	margin-left: 14px;
	border-radius: 5px;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.fbSix1_r_form .verification_code .code_img img {
	max-width: 100%;
	max-height: 100%;
}

.fbSix1_r_form .btn {
	width: 100%;
	padding-top: 18px;
}

.fbSix1_r_form .btn input {
	font-size: 16px;
	color: #fff;
	width: 100%;
	height: clamp(2.375rem, 2.149rem + 0.95vw, 3.125rem);
	border-radius: 5px;
	background: #232323;
	border: none;
	cursor: pointer;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.fbSix1_r_form .btn input:hover {
	opacity: 0.8;
}

.wsBoxOne {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.wsBoxOne_w {
	padding-top: clamp(5rem, 1.419rem + 15.08vw, 16.875rem);
	padding-bottom: clamp(3.125rem, 0.863rem + 9.52vw, 10.625rem);
}

.wsBoxTwo {
	background: #EFF3FD;
}

.wsBoxTwo_w {
	padding-top: 25px;
	padding-bottom: 25px;
}

.wsBoxTwo1 {
	max-width: 1200px;
	margin: 0 auto;
	column-gap: 4%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.wsBoxTwo1 .item {
	color: #222222;
}

.wsBoxTwo1 .round {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--hue);
}

.wsBoxThree1 {
	max-width: 930px;
	margin: 0 auto;
	text-align: center;
}

.wsThree1_01 {
	color: #000000;
	line-height: 1.5;
}

.wsThree1_02 {
	color: #000000;
	padding-top: clamp(1.25rem, 1.099rem + 0.63vw, 1.75rem);
}

.wsThree1_02 .item {
	margin-bottom: clamp(0.5rem, 0.349rem + 0.63vw, 1rem);
}

.wsThree1_03 {
	color: #000000;
	padding-top: clamp(0.625rem, 0.587rem + 0.16vw, 0.75rem);
	line-height: 1.56;
}

.wsBoxFour {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.wsBoxFour1 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: clamp(0.75rem, 0.034rem + 3.02vw, 3.125rem);
	row-gap: 30px;
}

.wsFour1_item {
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.wsFour1_item_tt {
	padding: clamp(0.563rem, 0.242rem + 1.35vw, 1.625rem) clamp(0.875rem, 0.668rem + 0.87vw, 1.563rem);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.wsFour1_item_tt .icon {
	width: clamp(1.25rem, 1.099rem + 0.63vw, 1.75rem);
	margin-top: 4px;
}

.wsFour1_item_tt .icon img {
	width: 100%;
}

.wsBoxFour1>.wsFour1_item:nth-child(1) .wsFour1_item_tt {
	background: #014EBD;
}

.wsBoxFour1>.wsFour1_item:nth-child(2) .wsFour1_item_tt {
	background: #239C55;
}

.wsBoxFour1>.wsFour1_item:nth-child(3) .wsFour1_item_tt {
	background: #01BD91;
}

.wsFour1_item_tt span {
	width: calc(100% - clamp(1.25rem, 1.099rem + 0.63vw, 1.75rem));
	color: #FFFFFF;
	padding-left: 10px;
}

.wsFour1_item_bot {
	padding: clamp(0.75rem, 0.411rem + 1.43vw, 1.875rem) clamp(0.875rem, 0.668rem + 0.87vw, 1.563rem);
}

.wsFour1_item_bot .every {
	margin-bottom: 11px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.wsFour1_item_bot>.every:last-child {
	margin-bottom: 0;
}

.wsFour1_item_bot .every .icon {
	width: 14px;
	margin-top: 4px;
}

.wsFour1_item_bot .every .icon img {
	width: 100%;
}

.wsFour1_item_bot .every .text {
	width: calc(100% - 14px);
	color: #444444;
	padding-left: 5px;
}

.wsBoxFour_w {
	padding-bottom: clamp(3.125rem, 0.298rem + 11.9vw, 12.5rem);
}

.wsBoxFive1 {
	margin-top: -6.5%;
}

.wsBoxSix1 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	row-gap: clamp(1.875rem, 1.498rem + 1.59vw, 3.125rem);
}

.wsSix1_item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.wsSix1_item_l {
	width: 50%;
	border-radius: 10px;
	-ms-perspective: 900px;
	-moz-perspective: 900px;
	-webkit-perspective: 900px;
	perspective: 900px;
	overflow: hidden;
}

.wsSix1_item_l img {
	width: 100%;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.wsSix1_item_l:hover img {
	-ms-transform: translateZ(80px);
	-moz-transform: translateZ(80px);
	-webkit-transform: translateZ(80px);
	transform: translateZ(80px);
	-ms-transition: all 1.6s;
	-webkit-transition: all 1.6s;
	transition: all 1.6s;
}

.wsSix1_item_r {
	width: 46%;
}

.wsSix1_item_r_01 .title {
	color: var(--hue);
}

.wsSix1_item_r_01 .text {
	color: #444444;
	padding-top: clamp(0.75rem, 0.675rem + 0.32vw, 1rem);
}

.wsSix1_item_r_02 {
	padding-top: clamp(0.875rem, 0.762rem + 0.48vw, 1.25rem);
	padding-left: clamp(0.375rem, 0.3rem + 0.32vw, 0.625rem);
}

.wsSix1_item_r_02 .every {
	margin-bottom: clamp(0.188rem, 0.15rem + 0.16vw, 0.313rem);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.wsSix1_item_r_02 .every::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #444444;
	margin-top: 11px;
}

.wsSix1_item_r_02 .every span {
	width: calc(100% - 4px);
	color: #444444;
	padding-left: 10px;
}

.wsSix1_item_r_03 {
	color: #444444;
	padding-top: clamp(0.375rem, 0.205rem + 0.71vw, 0.938rem);
}

.wsBoxSix1>.wsSix1_item:nth-child(even) {
	-ms-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.wsBoxEight1 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.wsEight1_l {
	width: 54.6%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: clamp(0.75rem, 0.562rem + 0.79vw, 1.375rem);
	row-gap: clamp(0.875rem, 0.649rem + 0.95vw, 1.625rem);
}

.wsEight1_l_item .img_box {
	width: clamp(2.5rem, 2.029rem + 1.98vw, 4.063rem);
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.wsEight1_l_item:hover .img_box {
	transform: rotateY(180deg);
}

.wsEight1_l_item .img_box img {
	width: 100%;
}

.wsEight1_l_item .title {
	color: var(--hue);
	padding-top: 5px;
}

.wsEight1_l_item .text {
	font-size: 12px;
	color: #666666;
	line-height: 1.7;
	padding-top: clamp(0.125rem, 0.087rem + 0.16vw, 0.25rem);
}

.wsEight1_r {
	width: 41.8%;
	border-radius: 20px;
	-ms-perspective: 900px;
	-moz-perspective: 900px;
	-webkit-perspective: 900px;
	perspective: 900px;
	overflow: hidden;
}

.wsEight1_r img {
	width: 100%;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.wsEight1_r:hover img {
	-ms-transform: translateZ(80px);
	-moz-transform: translateZ(80px);
	-webkit-transform: translateZ(80px);
	transform: translateZ(80px);
	-ms-transition: all 1.6s;
	-webkit-transition: all 1.6s;
	transition: all 1.6s;
}

.wsBoxNine1 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: clamp(0.75rem, 0.411rem + 1.43vw, 1.875rem);
	row-gap: 30px;
}

.wsNine1_item .img_box {
	border-radius: 10px;
	-ms-perspective: 900px;
	-moz-perspective: 900px;
	-webkit-perspective: 900px;
	perspective: 900px;
	overflow: hidden;
}

.wsNine1_item .img_box img {
	width: 100%;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.wsNine1_item:hover .img_box img {
	-ms-transform: translateZ(80px);
	-moz-transform: translateZ(80px);
	-webkit-transform: translateZ(80px);
	transform: translateZ(80px);
	-ms-transition: all 1.6s;
	-webkit-transition: all 1.6s;
	transition: all 1.6s;
}

.wsNine1_item .title {
	color: #222222;
	text-align: center;
	padding-top: 14px;
}

.wsNine1_item .text {
	color: #666666;
	text-align: center;
	padding-top: 6px;
}

.wsNine1_item .tag {
	padding-top: clamp(0.75rem, 0.712rem + 0.16vw, 0.875rem);
	column-gap: 12px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.wsNine1_item .tag .every {
	color: #FFFFFF;
	text-align: center;
	width: 92px;
	line-height: 22px;
	border-radius: 3px;
}

.wsNine1_item .tag>.every:nth-child(1) {
	background: #014EBD;
}

.wsNine1_item .tag>.every:nth-child(2) {
	background: #4C62ED;
}

.wsBoxNine2 {
	position: relative;
	margin-top: clamp(2.188rem, 1.434rem + 3.17vw, 4.688rem);
	overflow: hidden;
}

@keyframes goAnimate {
	100% {
		transform: translateX(-50%)
	}
}

.wsNine2_01 {
	width: max-content;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	animation: goAnimate 40s linear infinite;
}

.wsNine2_01_item {
	padding-right: 34px;
	column-gap: 34px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.wsNine2_01_item .every {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	-ms-perspective: 900px;
	-moz-perspective: 900px;
	-webkit-perspective: 900px;
	perspective: 900px;
	overflow: hidden;
	border: 1px solid #D0D0D0;
}

.wsNine2_01_item .every img {
	width: 100%;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.wsNine2_01_item .every:hover img {
	-ms-transform: translateZ(80px);
	-moz-transform: translateZ(80px);
	-webkit-transform: translateZ(80px);
	transform: translateZ(80px);
	-ms-transition: all 1.6s;
	-webkit-transition: all 1.6s;
	transition: all 1.6s;
}

.wsNine2_02 {
	width: max-content;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	animation: goAnimate 40s linear infinite reverse;
	margin-top: 30px;
}

.wsBoxNine2::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 20%;
	height: 100%;
	background-image: linear-gradient(to right, #FFFFFF, rgba(255, 255, 255, 0));
}

.wsBoxNine2::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 20%;
	height: 100%;
	background-image: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0));
}

.wsTen1_l_01 {
	color: #222222;
}

.wsTen1_l_02 {
	color: #444444;
	line-height: 1.7;
	padding-top: 20px;
}

.wsTen1_l_03 {
	max-width: 600px;
	color: var(--hue);
	text-decoration: underline;
	padding-top: 22px;
}

.wsTen1_l_04 {
	width: 55%;
	margin-top: clamp(0.625rem, 0.342rem + 1.19vw, 1.563rem);
}

.wsTen1_l_04 img {
	width: 100%;
}

/* pc 导航 */

.pc_header {
	height: 0;
}

.pc_header_cen {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid rgba(152, 166, 196, 0.5);
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.header_cen_w {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.header_cen_w .logo2 {
	width: 126px;
}

.header_cen_w .logo2 a {
	display: block;
}

.header_cen_w .logo2 a img {
	width: 100%;
}

.header_cen_r {
	width: 79.9%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.pc_head_list_box {
	width: calc(100% - 350px);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.pc_head_list_box .item {
	position: relative;
}

.pc_head_list_box .item>a {
	position: relative;
	display: block;
	height: 105px;
	line-height: 105px;
	font-size: 18px;
	color: #fff;
}

.pc_head_list_box .item>a::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	opacity: 0;
	width: 0%;
	height: 3px;
	border-radius: 2px;
	background: var(--hue);
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.pc_head_list_box .item.hover>a::after {
	opacity: 1;
	width: 100%;
}

.header_case_icon {
	font-size: 10px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -180%);
	padding: 0 5px;
	line-height: 14px;
	background: var(--hue);
	border-radius: 7px;
}

.header_btn_search_language {
	column-gap: 30px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.header_consult_now a {
	display: block;
	font-size: 18px;
	color: #fff;
	padding: 0 30px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	background: var(--hue);
}

.header_search_icon {
	width: 22px;
	cursor: pointer;
}

.header_search_icon img {
	display: block;
	width: 100%;
}

/* ~~~~~~~~~~~~头部弹出表单 */
.header_popup_inquiry {
	display: none;
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	background: #0F171B;
	padding: 80px 60px;
}

.header_popup_inquiry_01 {
	max-width: 780px;
	margin: 0 auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.header_inquiry_form form {
	width: calc(100% - 50px);
	padding: 15px 10px 15px 15px;
	border-radius: 10px;
	background: #FFFFFF;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.header_inquiry_form form input {
	font-size: 16px;
	color: #444444;
	width: calc(100% - 80px);
	height: 30px;
	border: none;
	border-bottom: 1px solid transparent;
	background: none;
	-ms-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.header_inquiry_form form input:focus {
	border-bottom-color: var(--hue);
}

.header_inquiry_form form button {
	width: 70px;
	border: none;
	background: none;
}

.header_inquiry_form form button img {
	width: 24px;
}

.header_inquiry_form form button:hover {
	color: var(--hue);
}

.header_inquiry_form_close {
	font-size: 30px;
	color: #FFFFFF;
	cursor: pointer;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.header_inquiry_form_close:hover {
	color: var(--hue);
}

/* ~~~~~~~~~~~~头部弹出表单   end   */

.header_language {
	position: relative;
}

.header_language_01 {
	width: 23px;
	cursor: pointer;
	margin-top: 1px;
}

.header_language_01 img {
	display: block;
	width: 100%;
}

.header_language_02 {
	display: none;
	position: absolute;
	z-index: 5;
	top: 64px;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 105px;
	padding: 16px 0;
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.header_language_02 a {
	display: block;
	font-size: 16px;
	color: #444444;
	text-align: center;
	padding: 8px 0;
}

.header_language_02 a:hover {
	color: #fff;
	background: var(--hue);
}

.header_search_icon .img_02 {
	display: none;
}

.header_language_01 .img_02 {
	display: none;
}

.pc_header_cen.active {
	background: #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,0.08);
}

.pc_header_cen.active .pc_head_list_box .item>a {
	color: #444;
}

.pc_header_cen.active .header_search_icon .img_02 {
	display: block;
}

.pc_header_cen.active .header_search_icon .img_01 {
	display: none;
}

.pc_header_cen.active .header_language_01 .img_02 {
	display: block;
}

.pc_header_cen.active .header_language_01 .img_01 {
	display: none;
}

.pc_header.not_fixed {
	height: 106px;
}

/* ~~~~~~~~~2025.11.18 新增2页面~~~~~~end */
/* ~~~~~~~~~2025.11.18 新增2页面~~~~~~end */
/* ~~~~~~~~~2025.11.18 新增2页面~~~~~~end */


.footer_media {
    padding-top: clamp(1.375rem, 1.224rem + 0.63vw, 1.875rem);
    column-gap: clamp(0.625rem, 0.399rem + 0.95vw, 1.375rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer_media a {
    display: block;
    width: clamp(1.625rem, 1.474rem + 0.63vw, 2.125rem);
}

.footer_media a:hover {
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.footer_media a img {
    width: 100%;
}