@font-face {
	font-family: 'beba';
	src: url("../fonts/BEBAS.eot");
	src: url("../fonts/BEBAS.eot") format("embedded-opentype"), url("../fonts/BEBAS.woff") format("woff"), url("../fonts/BEBAS.ttf") format("truetype"), url("../fonts/BEBAS.svg#BEBAS") format("svg");
}

body {
	margin: 0;
	padding: 0;
}

.z_index_solve {
	background: #EEF1F6;
	padding: 70px 0 90px 0;
}

.z_index_solve ul {
	justify-content: center;
}

.z_index_solve li {
	width: 23%;
	margin: 0 1%;
	background: #FFFFFF;
	box-shadow: 0px 20px 40px 0px rgba(0, 18, 60, 0.1);
	margin-bottom: 0;
	border-radius: 10px;
	overflow: hidden;
}

.z_index_solve li .imgbox {
	height: 10.9375vw;
	overflow: hidden;
}

.z_index_solve .infobox {
	padding: 1.5vw;
}

.z_index_solve .infobox h3 {
	font-size: 20px;
	font-weight: bold;
}

.z_index_solve .infobox .desc {
	color: #666666;
	margin-top: 12px;
	line-height: 24px;
	font-size: 15px;
}

.z_index_solve li:hover .imgbg {
	transform: scale(1.1, 1.1);
}

.z_index_solve li:hover h3 {
	color: #1776cf;
}

.z_m_box {}

.z_index_hz {
	padding: 5.5vw 0vw;
	position: relative;
}

.z_bank_swiper .swiper-slide {
	width: 33.64583vw;
	border-radius: 10px;
	overflow: hidden;
	opacity: 0 !important;
	transition: ease 1s;
}

.z_bank_swiper {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 4vw;
}

.z_bank_swiper .imgbox {
	height: 18.66666vw;
}

.z_bank_swiper .infobox {
	background: #fff;
	padding: 1.5vw 2vw;
	text-align: center;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 1.6;
}

.z_bank_swiper .swiper-slide-active {
	opacity: 1 !important;
	z-index: 99 !important;
}

.z_bank_swiper .swiper-slide-prev,
.z_bank_swiper .swiper-slide-next {
	opacity: .3 !important;
}

.z_bank_warp {
	position: relative;
}

.z_swiper_btn {
	display: flex;
	align-items: center;
	e justify-content: center;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	outline: none;
	transition: ease 1s;
	z-index: 2;
	background: rgba(255, 255, 255, 0.3);
	justify-content: center;
	transition: ease 1s;
	box-shadow: 0px 7px 18px 0px rgba(39, 45, 65, 0.1);
	border-radius: 50%;
	color: #fff;
}

.z_swiper_btn:hover {
	background: #fff;
}

.z_swiper_btn:hover .iconfont {
	color: #1776cf;
	font-weight: bold;
}

.z_swiper_btn.prev {
	left: 0;
}

.z_swiper_btn.next {
	right: 0;
}

.z_bank_warp .prev {
	left: 8vw;
}

.z_bank_warp .next {
	right: 8vw;
}

.z_index_point {
	padding: 6vw 12.5vw;
}

.z_point_list ul {
	margin-left: -3%;
}

.z_point_list li {
	width: 30.3%;
	float: left;
	transition: ease 1s;
	margin-left: 3%;
	background: #FFFFFF;
	box-shadow: 0px 20px 40px 0px rgba(0, 18, 60, 0.1);
	border-radius: 10px;
	padding: 2.6vw;
}

.z_point_list .titwarp {
	display: flex;
	align-items: center;
}

.z_point_list .imgbg {
	width: 80px;
	height: 95px;
	border-radius: 40px;
	overflow: hidden;
	flex-shrink: 0;
	margin-right: 1vw;
}

.z_point_list h3,
.z_point_list .tit {
	font-size: var(--size24);
	font-weight: bold;
}

.z_point_list h4 {
	color: #666666;
	margin-top: 10px;
}

.z_point_list .infobox {
	margin: 3vw 0;
	padding: 2.2vw 0;
	position: relative;
}

.z_point_list .infobox::before {
	content: "";
	display: block;
	width: 19px;
	height: 18px;
	background: url(../img/dh.png) no-repeat center;
	background-size: auto 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.z_point_list .desc {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	height: 72px;
	margin-top: 15px;
}

.z_point_list .more {
	color: #1776cf;
}

.z_point_list .iconfont {
	display: inline-block;
	margin-left: 3px;
}

.z_point_list li:hover h3 {
	color: #1776cf;
}

.z_point_list li:hover {
	transform: translateY(-15px);
}


.z_index_news {
	background: #fff;
	padding: 70px 0;
}

.z_index_news .z_more {
	margin: 0 auto;
	margin-top: 3vw;
}

.z_index_news ul {
	margin-left: -3%;
}

.z_index_news li {
	width: 30.3%;
	float: left;
	transition: ease .8s;
	margin-left: 3%;
	border-radius: 10px;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 20px 40px 0px rgba(0, 18, 60, 0.1);
}

.z_index_news .imgbox {
	overflow: hidden;
	line-height: 0;
}

.z_index_news .infobox {
	padding: 1.8vw 2vw;
}

.z_index_news h3 {
	font-size: 18px;
	font-weight: bold;
}

.z_index_news .desc {
	color: #666666;
	font-size: 15px;
	line-height: 25px;
	margin-top: 20px;
	margin-bottom: 2vw;
	height: 75px;
}

.z_index_news .more {
	color: #1776cf;
}

.z_index_news .iconfont {
	display: inline-block;
	margin-left: 3px;
}

.z_index_news li:hover {
	transform: translateY(-10px);
}

.z_index_news li:hover h3 {
	color: #1776cf;
}

.z_index_news li:hover .imgbg {
	transform: scale(1.1, 1.1);
}

.z_index_zx {
	padding: 70px 0;
	position: relative;
	background: #EEF1F6;
}

.z_index_zx .z-container {}

.z_zx_box {
	width: 48%;
	float: left;
	border-radius: 10px 0 10px 0;
	overflow: hidden;
	background: #fff;
}

.z_zx_box:nth-child(even) {
	float: right;
}

.z_zx_box .titbox {
	height: 4.47916vw;
	display: flex;
	align-items: center;
	padding: 0 2vw;
	background: var(--bg);
	font-size: var(--size24);
	color: #fff;
}

.z_zx_box li .one {
	display: flex;
	align-items: center;
	padding: 0 2vw;
	height: 5.2vw;
}

.z_zx_box li {
	border-top: 1px solid #EEEEEE;
	position: relative;
}

.z_zx_box li .tit {
	font-size: var(--size18);
	width: 70%;
	font-weight: bold;
}

.z_zx_box li .iconfont {
	margin-left: auto;
}

.z_zx_box li:hover .one {
	background: var(--bg);
	color: #fff;
}

.z_zx_box li .down {
	color: #1776cf;
	position: absolute;
	right: 4vw;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.z_zx_box li .down .iconfont {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	border: 1px solid #1776cf;
	margin-left: 5px;
}

.z_zx_box li:hover .down {
	color: #fff;
}

.z_zx_box li:hover .down .iconfont {
	color: #fff;
	border-color: #fff;
}

.z_gdxq_page .z-container {
	width: 1200px;
}

.z_gd_warp {
	margin-top: 30px;
	display: flex;
	align-items: flex-start;
}

.z_gd_warp .imgbox {
	width: 312px;
	padding: 3vw 1vw;
	background: url(../img/bg5.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
	border-radius: 10px 0 10px 0;
	flex-shrink: 0;
	text-align: center;
	color: #fff;
	margin-right: 100px;
}

.z_gd_warp .imgbox .imgbg {
	width: 88px;
	height: 126px;
	overflow: hidden;
	margin: 0 auto;
	border: 0px solid #050001;
	border-radius: 44px;
	margin-bottom: 3vw;
}

.z_gd_warp .imgbox h3 {
	font-size: 24px;
}

.z_gd_warp .imgbox h4 {
	font-size: 18px;
}

.z_gd_warp .content {
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}



.z_td_warp {
	padding: 6vw 10vw;
	box-sizing: border-box;
	background: #F4F6F9;
}

.z_td_warp .warps {
	display: flex;
	justify-content: center;
}

.z_td_warp .z_index_tit {
	margin-bottom: 1.5vw;
}

.z_td_warp .desc {
	width: 37.5vw;
	color: #666666;
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 2.5vw;
}

.z_td_warp .imgbox {
	width: 37.5vw;
	height: 24.58333vw;
	border-radius: 20px;
	overflow: hidden;
	float: left;
}

.z_td_warp .infobox {
	float: right;
	width: 36vw;
	margin-left: auto;
}

.z_td_warp .infobox .tit {
	font-size: var(--size24);
	font-weight: bold;
	margin-bottom: 2vw;
}

.z_td_warp li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 2vw;
}

.z_td_warp li em {
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	font-family: Arial;
	flex-shrink: 0;
	z-index: 1;
	margin-right: 15px;
	font-weight: bold;
	position: relative;
}

.z_td_warp li em::before {
	content: "";
	display: block;
	width: 54px;
	height: 60px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	background: url(../img/dbx.png) no-repeat top center;
	background-size: 100% auto;
}

.z_td_warp li .bt {
	font-size: 18px;
	margin-bottom: 8px;
}

.z_td_warp li .text {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}

.z_case_jj,
.z_case_ys,
.z_kh_case {
	position: relative;
	padding: 7vw 10vw;
}

.z_case_jj .desc {
	width: 49.0625vw;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	margin-top: 2vw;
}

.z_case_jj .z_index_tit {
	margin-bottom: 3vw;
}

.z_case_jj img {
	max-width: 100% !important;
	display: block;
	margin: 0 auto;
	height: auto !important;
}

.z_case_ys li {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 3vw;
	display: flex;
	align-items: flex-start;
	margin-bottom: 1.5vw;
}

.z_case_ys li .icon {
	flex-shrink: 0;
	width: 5.72916vw;
	margin-right: 2.8vw;
}

.z_case_ys li h3 {
	font-size: var(--size24);
	font-weight: bold;
}

.z_case_ys li .desc {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	margin-top: 1vw;
}

.z_kh_case li .imgbox {
	height: 12.76041vw;
}


.section-ul {
	margin: 0 -0.5% -15px -0.5%;
	float: left;
	box-sizing: border-box;
}

.section-ul li {
	float: left;
	width: 15.66666666666666%;
	text-align: center;
	margin: 0 0.5% 15px 0.5%;
	overflow: hidden;
	line-height: 0;
	box-sizing: border-box;
	border-radius: 1px;
}

.section-ul2 {
	margin: 0 -0.5% -10px -0.5%;
	box-sizing: border-box;
}

.section-ul2 li {
	float: left;
	width: 15.66666666666666%;
	text-align: center;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 8%);
	margin: 0 0.5% 15px 0.5%;
	overflow: hidden;
	line-height: 0;
	box-sizing: border-box;
	border-radius: 1px;
}

.curPartner {
	transition: ease .6s;
}

.curPartner:hover {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.clearfix:after {
	content: '';
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	zoom: 1;
}

.index-title {
	margin: 0 0 22px;
	font-size: 42px;
	letter-spacing: 1px;
	line-height: 1.2;
	font-weight: 700;
}

.index-title.txt-white {
	color: #fff;
}

.comm-txt-box {
	font-size: 16px;
}

.comm-txt-box p {
	margin-bottom: 5px;
}

.comm-txt-box2 {
	font-size: 16px;
	color: #5f5f5f;
}

.comm-txt-box2 p {
	line-height: 1.8;
}

.comm-img-box2 {
	text-align: center;
	line-height: 2;
}

.in-number {}

.in-num1 {
	margin: 40px auto 10px auto;
	position: relative;
	z-index: 2;
}

.in-num1 ul li {
	width: 25%;
	float: left;
	padding: 0 30px;
	text-align: center;
	position: relative;
}

.in-num1 ul li:after {
	content: '';
	width: 1px;
	height: 110px;
	background: #ccc;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -50px;
}

.in-num1 ul li:last-child:after {
	display: none;
}

.in-num1 ul li span {
	display: block;
	color: #666;
}

.in-num1 ul li span.span1 {
	font-size: 24px;
	color: #333;
	line-height: 1.2;
	font-family: 'beba', arial;
	transition: all 0.4s;
	margin-bottom: 5px;
}

.in-num1 ul li span.span1 i {
	display: inline-block;
	font-style: normal;
	font-size: 55px;
	vertical-align: top;
	margin-right: 5px;
	color: #333;
	font-family: 'beba', arial;
	font-weight: 500;
}

.in-num1 ul li span.span2 {
	font-size: 16px;
}

.contain {
	width: 1400px;
	margin: 0 auto;
}

.commWidget {
	width: 100%;
}

.commPadding {
	padding: 80px 0 80px 0;
	background: #f6f6f9;
}

.footer {
	background-color: #252525;
	color: #fff;
	padding: 70px 0 5px 0;
	width: 100%;
}

.footer .footer-menu {
	width: 62%;
	float: left;
}

.footer .footer-menu .item {
	display: inline-block;
	width: 23%;
	vertical-align: top;
	float: left;
	padding-right: 25px;
}

.footer .footer-menu .item .title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}

.footer .footer-menu .item a {
	display: block;
	font-size: 15px;
	color: rgba(255, 255, 255, .7);
}

.footer .footer-menu .item a:hover {
	color: #fff;
}

.footer .footer-menu .item a+a {
	margin-top: 12px
}

.footer .footer-telephone {
	border-left: 1px solid rgba(255, 255, 255, .1);
	border-right: 1px solid rgba(255, 255, 255, .1);
	padding: 0 40px 3px 40px;
	width: 25%;
	float: left;
}

.footer .footer-telephone .title {
	font-size: 18px;
	font-weight: 700;
	height: 42px;
	position: relative;
	letter-spacing: 0;
	margin-bottom: 12px;
}

.footer .footer-telephone .title:before {
	width: 52px;
	height: 1px;
	background-color: #fff;
	content: '';
	left: 0;
	bottom: 0;
	opacity: .2;
	position: absolute;
}

.footer .footer-telephone .phone-number {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 16px;
	padding-top: 5px;
	line-height: 1;
}

.footer .footer-telephone .address {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 12px;
}

.footer .wx {
	padding-left: 40px;
	width: 160px;
	text-align: center;
	float: right;
}

.footer .wx .img-box1 {
	overflow: hidden;
	margin: 0 auto;
}

.footer .wx p {
	text-align: center;
	margin-top: 10px;
	font-size: 15px;
	color: rgba(255, 255, 255, .7);
}

.footer .web-info {
	width: 100%;
	line-height: 50px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	display: block;
	justify-content: space-between;
	font-size: 14px;
	color: rgba(255, 255, 255, .7);
	float: left;
	margin-top: 40px;
}


.clearFix {
	*zoom: 1
}

.clearFix:before,
.clearFix:after {
	display: table;
	content: ""
}

.clearFix:after {
	clear: both
}

.w20 {
	width: 20%;
}

.w30 {
	width: 30%;
}
















.zss1 {
	display: block;
}

.zss2 {
	display: none;
}

.case {
	background: url(../images/case-bg.png) no-repeat center center / cover fixed;
}

.Icase-wrap {
	width: 600px;
	height: 680px;
	padding: 182px 50px 0;
	color: #fff;
	background: rgba(0, 0, 0, .5);
}

.Icase-wrap .name {
	line-height: 1.4;
	font-weight: 700;
	font-size: 42px;
}

.Icase-wrap .con {
	line-height: 2;
	color: #dbdbdb;
	font-size: 15px;
	margin: 25px 0 0;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.Icase-wrap .btn.more-btn {
	margin: 80px 0 0;
	text-align: center;
}

.btn.more-btn {
	display: block;
	width: 160px;
	height: 44px;
	line-height: 42px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 40px;
}

.btn.more-btn span {
	padding: 0 26px 0 0;
	background: url(../images/icon-go2.png) no-repeat right center;
}

.btn.more-btn:hover {
	background: #fff;
	border-color: #fff;
	color: #1776cf;
}

.btn.more-btn:hover span {
	padding: 0px;
	background: none;
}


.btn.more-btn:hover span,
.btn {
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mr_frbox {}

.mr_frUl {
	float: left;
	width: 100%;
	margin-bottom: -30px;
}

.mr_frUl ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.mr_frUl ul li {
	float: left;
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	position: relative;
	overflow: hidden;
	margin-bottom: 45px;
}

.mr_frUl ul li img {
	transition: 0.5s;
}

.mr_frUl ul li:hover img {
	transform: translateY(-5px);
}

.Isrv-swiper {
	text-align: center;
}

.Isrv-swiper .name {
	line-height: 1.8;
	font-weight: 400;
	font-size: 20px;
	margin: 15px 0 0;
}

.Isrv-swiper .con {
	padding: 0 10%;
	line-height: 1.7;
	font-size: 15px;
	color: #5a5a5a;
	margin: 10px 0 0;
}

.Isrv-icon {
	width: 110px;
	line-height: 0;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.Isrv-icon .red-bak {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	border-radius: 100%;
	background: #1776cf;
	z-index: 9;
	opacity: 0;
}

.Isrv-icon .icon {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

.Isrv-icon .icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.Isrv-swiper .swiper-slide:hover .name {
	color: #1776cf;
}

.Isrv-swiper .swiper-slide:hover .Isrv-icon .red-bak {
	-webkit-animation: flipInY2 1s .2s ease both;
	-moz-animation: flipInY2 1s .2s ease both;
}

.Isrv-swiper .swiper-slide:hover .Isrv-icon .icon img {
	opacity: 0;
}

.Isrv-swiper .swiper-slide:hover .Isrv-icon .icon img.rollover {
	opacity: 1;
	filter: Alpha(opacity=100);
}



._lev2 ul {
	padding: 20px 0;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

._lev2 {
	width: 600px;
	background: #fff;
	padding: 0 30px;
}

._lev2 a {
	align-items: center;
	line-height: 1.4;
	text-align: center;
}

._lev2 a span {
	padding-right: 10px;
	word-wrap: break-word;
}

._lev2 ul li {
	width: 30.3333333333333% !important;
	margin-left: 1.5% !important;
	margin-right: 1.5% !important;
	margin-bottom: 15px !important;
	padding-left: 30px;
	float: left;
}

._lev2 ul li a {
	padding: 0 !important;
	text-align: left !important;
	margin: 0 !important;
	white-space: normal !important;
}

._lev2 ul li .tubiao .tb {
	visibility: visible;
	opacity: 1;
	transition: 0.5s;
}

._lev2 ul li:hover a,
._lev2 ul li.cur04 a {
	color: #1776cf;
}

._lev2 ul li:hover .tubiao .tb,
._lev2 ul li.cur04 .tubiao .tb {
	visibility: hidden;
	opacity: 0;
}

._lev2 ul li:hover .tubiao .tb-h,
._lev2 ul li.cur04 .tubiao .tb-h {
	visibility: visible;
	opacity: 1;
}

/* add .haslev */
._lev2 ul li.haslev a:hover {
	background-color: #1776cf !important;
	color: #ffffff !important;
}



.tubiao {
	position: absolute;
	margin-right: 10px;
	width: 22px;
	top: 0;
	left: 0;
}

.tubiao img {
	height: 22px;
}

.tubiao .tb-h {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
}

.m_nav,
.m_img {
	display: none;
}


.product-imgwd {
	width: 100%;
	margin-top: 40px;
	position: relative;
}

.indFor {
	position: relative;
}

.indFor_box {
	width: 102%;
	position: relative;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin-left: -1%;
	margin-right: -1%;
	margin-bottom: 10px;
}

.indFor_a {
	position: relative;
	width: 23%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 2%;
	background: #ffffff;
	box-shadow: 0px 20px 40px 0px rgb(0 18 60 / 10%);
	display: block;
	transition: all 0.48s;
	overflow: hidden;
}

.indFor_a::after {
	content: "";
	position: absolute;

	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #1776cf;
	transform: scale(0);
	transition: all 0.48s;
}



.indFor_a img {
	width: 58%;
	padding-top: 2px;
	display: block;
}


.indFor_txt {
	position: relative;
	z-index: 11;
	padding: 45px 12% 38px;
	text-align: center;
}

.indFor_num {
	width: 101px;
	height: 101px;
	border-radius: 50%;
	margin: 0 auto 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 12px 30px rgba(27, 105, 255, 0.12);
}

.indFor_num div {
	width: 84%;
	height: 84%;
	border-radius: 50%;
	background: #1776cf;
	box-shadow: 0 0 10px 1px rgba(27, 105, 255, 0.12);
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1776cf;
}

.indFor_txt>span {
	position: relative;
	top: 0px;
	font-size: 20px;
	line-height: 1.32;
	color: #000;
	transition: all 0.48s;
}


.indFor_txt>p {
	position: relative;
	color: #737373;
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 10px;
	margin-top: 15px;
}

.indFor_a .indMore {
	position: relative;
	transition: all 0.48s;
}

i {
	font-style: normal;
}

.indI {
	position: relative;
	font-style: inherit;
	font-size: 14px;
	transition: all 0.48s;
	color: #1776cf;
	display: none;
}

.indI::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #1776cf;
	transform: scale(0);
	transition: all 0.48s;
}


.indI:hover::after {
	transform: scale(1);
}

.indFor_a:hover:after {

	transform: scale(1);
}

.indFor_a:hover .indFor_txt>span {
	color: #1776cf;
}

.banner_text {
	width: 100%;
	position: absolute;
	left: 0;
	top: 54%;
	transform: translateY(-50%);
}

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

.other_banner {
	position: relative;
	text-align: center;
	overflow: hidden;
	height: 500px;
	margin-top: 0;
}

.other_banner .banner_text {
	color: #fff;
}

.other_banner .banner_text h3 {
	font-size: 44px;
	font-weight: bold;
	margin-top: 0;
	color: #fff;
	line-height: 1.4;
}

.other_banner .banner_text h4 {
	font-size: 42px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.other_banner img {
	width: 100%;
	animation: zoombig 3s linear forwards;
}

.line33 {
	background-color: #fff;
	display: block;
	width: 30px;
	height: 3px;
	margin: 15px auto 15px auto;
}

@keyframes zoombig {
	0% {
		transform: scale(1.2, 1.2);
	}

	100% {
		transform: scale(1, 1);
	}
}

@keyframes rotating {
	from {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}


.nymenu {
	border-bottom: 1px #d9d9d9 solid;
	background: #fff;
}

.nymenu_mid ul li {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/img17.jpg);
	float: left;
	padding: 0 40px;
	text-align: center;
}

.nymenu_mid ul li:nth-child(1) {
	text-align: left;
	background-image: none
}

.nymenu_mid ul li:last-child {
	text-align: right
}

.nymenu_mid ul li a {
	padding: 20px 0;
	display: inline-block;
	line-height: 1.5;
	font-size: 16px;
	position: relative;
	color: #333;
}

.nymenu_mid ul li a:after {
	content: "";
	position: absolute;
	z-index: 1;
	opacity: 0;
	left: 50%;
	width: 0;
	bottom: -1px;
	height: 2px;
	background-color: #1776cf;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.nymenu_mid ul li a:hover,
.nymenu_mid ul li a.active {
	color: #1776cf;
}

.nymenu_mid ul li a:hover:after,
.nymenu_mid ul li a.active:after {
	width: 2.65em;
	opacity: 1;
	margin-left: -1.325em;
}

.nymenu_mid_s ul li {
	float: none;
	display: inline-block;
}

.nymenu_mid_s {
	text-align: center
}

.nymenu_mid_s ul li:nth-child(1),
.nymenu_mid ul li:last-child {
	text-align: center;
}


.cptx-list ul {
	/* display: flex; */
	/* align-items: stretch; */
	/* flex-wrap: wrap; */
	margin-left: -2%;
	margin-right: -2%;
}



.relly {
	width: 100%;
	padding: 70px 0 80px;
	background: #f5f5f5;
}












.relyx-title p {
	font-size: 15px;
	color: #999;
	line-height: 26px;
	margin-top: 16px;
}

.relly-form {
	width: 100%;
	margin-top: 42px;
}

.relly-formipt {
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
}

.relly-formipt input {
	width: 49%;
	height: 60px;
	background: #fff;
	padding: 0 20px;
	border: 1px #dcdcdc solid;
}

.relly-form input,
.relly-form textarea {
	font-size: 15px;
	color: #6d6d6d;
}

.relly-form input:-moz-placeholder,
.relly-form textarea:-moz-placeholder {
	color: #888;
	font-size: 15px;
}

.relly-form input::-moz-placeholder,
.relly-form textarea::-moz-placeholder {
	color: #888;
	font-size: 15px;
}

.relly-form input:-ms-input-placeholder,
.relly-form textarea:-ms-input-placeholder {
	color: #888;
	font-size: 15px;
}

.relly-form input::-webkit-input-placeholder,
.relly-form textarea::-webkit-input-placeholder {
	color: #888;
	font-size: 15px;
}

.relly-formipt input:first-child {
	float: left;
}

.relly-formipt input:last-child {
	float: right;
}

.relly-form textarea {
	width: 100%;
	display: block;
	background: #fff;
	margin-top: 25px;
	padding: 24px 20px;
	height: 164px;
	border: 1px #dcdcdc solid;
}

.relly-formyzmbtn {
	width: 100%;
	overflow: hidden;
	margin-top: 26px;
}

.relly-formyzm {
	float: left;
}

.relly-formyzm input {
	width: 400px;
	height: 60px;
	background: #fff;
	padding: 0 20px;
	display: block;
	float: left;
	border: 1px #dcdcdc solid;
}

.relly-formyzm span {
	display: block;
	float: left;
	margin-left: 20px;
	height: 60px;
	width: 150px;
	cursor: pointer;
}

.relly-formyzm span img {
	width: 100%;
	height: 100%;
}

.relly-formbtn {
	width: 200px;
	height: 60px;
	display: block;
	background: #1776cf;
	font-size: 16px;
	color: #fff;
	text-align: center;
	float: right;
	cursor: pointer;
	border: 0;
}

.relyx-close {
	display: none;
}



.home-block1 {
	padding: 70px 0;
}

.cont-two {}

.cont-two li {
	text-align: center;
	width: 25%;
	float: left;
	border: 1px solid #eee;
	height: 240px;
	padding: 59px 0 0;
}

.cont-two li {
	margin-left: -1px;
}

.cont-two li:hover p {}

.cont-two li:hover img {
	transform: translateY(-8px);
}

.cont-two img {
	transition: all 0.5s;
	width: 44px;
}



.cont-two p {
	line-height: 1.5;
	color: #0d141c;
	word-break: break-all;
	margin-top: 27px;
	padding: 0 40px;
}

.cont-two p.h3-size22 {
	margin-top: 22px;
}

.cont-two li:last-child img {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.10);
	padding: 2px;
	width: 100px;
}

.cont-two li:last-child p {
	margin-top: 8px;
}

.cont-three img {
	width: 100%;
}

.h3-size22 {
	font-size: 22px;
}

.p-size16 {
	font-size: 16px;
}

.pt80 {
	margin-top: 40px;
}

.pb40 {
	margin-bottom: 20px;
}

.pubTitle4 {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

.pubTitle4 h6 {
	font-size: 34px;
	color: #000;
	line-height: 1.3;
	font-weight: 400;
}

.pubTitle4 i {
	display: block;
	width: 20px;
	height: 3px;
	background: #1776cf;
	margin: 15px auto;
}

.pubTitle4 p {
	font-size: 14px;
	color: #464646;
	line-height: 2;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.yy5 {
	width: 100%;
	height: 500px;
}

.page22 {
	width: 100%;
	height: auto;
	margin-top: 20px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.page22 a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #888888;
	border: 1px solid #cccccc;
	margin: 0 4px;
}

.page22 a.on,
.page22 a:hover {
	background-color: #1776cf;
	color: #ffffff;
	border-color: #1776cf;
}

.page22 a:first-child,
.page22 a:last-child {
	font-weight: 700;
}


.new-list2 {
	margin-left: -10px;
	margin-right: -10px;
}

.new-list2 li {
	width: 33.333333333%;
	float: left;
	padding: 0 10px;
	margin-bottom: 25px;
}

.new-list2 li figure {
	display: block;
	line-height: normal;
	overflow: hidden;
	margin: 0;
}

.new-list2 li figure img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0;
	transition: 430ms;
}

.new-list2 li figcaption {
	display: block;
	padding: 35px 28px;
	overflow: hidden;
	background: #ffffff;
	position: relative;
	transition: 340ms;
	height: 158px;
}

.new-list2 li figcaption time {
	color: #7e7e7e;
	font-size: 14px;
	transition: 300ms;
	line-height: 1.2;
}

.new-list2 li figcaption h3 {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	transition: 300ms;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.new-list2 li figcaption p {
	color: #777;
	height: 48px;
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
	transition: 300ms;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.new-list2 li figcaption span {
	display: block;
	width: 102px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	color: #1776cf;
	font-size: 14px;
	margin-top: 18px;
	position: relative;
	bottom: -30px;
	opacity: 0;
	text-align: center;
	transition: 300ms;
}

.new-list2 li:hover figure img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

.new-list2 li:hover figcaption {
	margin-top: -51px;
	background: #1776cf;
	height: 209px;
}

.new-list2 li:hover figcaption time {
	color: #fff;
}

.new-list2 li:hover figcaption h3 {
	color: #fff;
}

.new-list2 li:hover figcaption p {
	color: #fff;
}

.new-list2 li:hover figcaption span {
	opacity: 1;
	bottom: 0;
	position: relative;
	transition: 355ms 100ms;
}


.news-pagecontent {
	background-color: #fff;
	float: left;
	width: 75%;
	margin-bottom: 0;
}

.news-pagecontent .page {
	padding: 35px 40px 40px;
}

.news-pagecontent .page .title {
	text-align: center;
	font-size: 12px;
	border-bottom: 1px solid #dadada;
}

.news-pagecontent .page .title h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.6;
	color: #262626;
}

.news-pagecontent .page .title .artInfo {
	line-height: 2;
	padding: 10px 0;
	color: #999
}

.news-pagecontent .page .title .artInfo time {
	padding: 0 10px
}

.news-pagecontent .page .title .artInfo span {}

.news-pagecontent .page .title .artInfo span a {
	margin-left: 10px;
	color: #999
}

.news-pagecontent .page .title .artInfo span a:hover,
.news-pagecontent .page .title .artInfo span a:active {
	color: #262626
}

.news-pagecontent .page .title .article {
	padding: 15px;
	background: #f2f2f2;
	margin: 15px 0;
	color: #999
}

.news-pagecontent .page .content {
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	padding-top: 25px;
	line-height: 2;
	color: #333;
}

.news-pagecontent .page .content:after {

	content: " ";
	clear: both;
	display: table
}

.news-pagecontent .page .content p,
.news-pagecontent .page .content ul,
.news-pagecontent .page .content ol {
	margin-bottom: 10px;
	font-size: 15px;
}

.news-pagecontent .page .content h2 {
	margin-bottom: 10px;
	padding: 10px 0;
	font-size: 16px;
	border-bottom: 1px solid #f2f2f2
}

.news-pagecontent .page .content h3 {
	padding-top: 10px;
	font-size: 16px
}

.news-pagecontent .page .content a {
	color: #3d6dcc
}

.news-pagecontent .page .content a:hover,
.news-pagecontent .page .content a:active {
	text-decoration: underline
}

.news-pagecontent .page .content img {
	max-width: 100%;
	height: auto
}

.news-pagecontent .page .content table {
	max-width: 100%;
	background-color: #f7f7f7
}

.news-pagecontent .page .content table th,
.news-pagecontent .page .content table td {
	font-size: 12px;
	padding: 5px 10px;
	border: 1px solid #ccc;

	background-color: #fff
}

.news-pagecontent .page .content table th {
	background-color: #f7f7f7
}

.news-pagecontent .page .content table img {
	max-width: inherit
}

.news-pagecontent .page .content .table_wrap {
	position: relative;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #ededed
}


.news-pagecontent .page .content .table_wrap_box {
	*zoom: 1
}

.news-pagecontent .page .content .table_wrap_box:after {

	content: " ";

	clear: both;
	display: table
}

.news-pagecontent .page .content ul li {
	margin-left: 2em;
	list-style: disc
}

.news-pagecontent .page .content ol li {
	margin-left: 2em;
	list-style: decimal
}




.news-pagecontent .page .section {
	background: #f5f5f5;
	padding: 15px;
	margin-top: 20px;
	/* border-top: 1px solid #dedede; */
}

.news-pagecontent .page .section li a {
	font-size: 14px;
	display: block;
	padding: 5px 0;
	color: #666;
}

.news-pagecontent .page .section li a:hover,
.news-pagecontent .page .section li a:active {
	color: #1776cf;
}

.news-pagelist {
	float: right;
	width: 23%;
	/* background:#fff; */
}

.news-pagelist ul li {
	float: none;
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
	background: #fff;
}

.news-pagelist ul li:first-child a {
	padding: 0;
	color: #262626;
	font-size: 13px;
}

.news-pagelist ul li:first-child a small {
	display: block;
	overflow: hidden;
	position: relative;
	line-height: 0;
}

.news-pagelist ul li:first-child a small img {

	width: 100%;
}

.news-pagelist ul li:first-child a time {
	display: none;
}

.news-pagelist ul li:first-child a em {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 12px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-pagelist ul li a {
	font-size: 13px;
}

.news-pagelist ul li a time {
	top: 15px
}

.news-pagelist ul li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%;
	padding: 15px 90px 15px 10px;
	color: #666;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-pagelist ul li a:hover {
	color: #1776cf;
}



.news-pagelist ul li a time {
	position: absolute;
	right: 10px;
	top: 16px;
	width: 70px;
	text-align: right;
	color: #999;
	font-size: 12px
}

.news-pagelist ul li:first-child small {
	display: none
}

em,
i {
	font-style: normal;
}

.solution-content {}

.solution .solution-content .solution-content-tab {
	max-width: 900px;
	margin: 0 auto;
	box-shadow: 0 0 40px rgba(0, 0, 0, .1);
	margin-top: -60px;
	position: relative;
	background-color: #FFF;
}

.solution .solution-content .solution-content-tab ul {
	display: flex;
	align-items: center;
}

.solution .solution-content .solution-content-tab ul li {
	flex: 1;
	height: 120px;
}

.solution .solution-content .solution-content-tab ul li a {
	display: block;
	height: 120px;
	position: relative;
}

.solution .solution-content .solution-content-tab ul li a:after {
	content: '';
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 13px;
	background: url(../images/icon34.png) center center no-repeat;
}

.solution .solution-content .solution-content-tab ul li.active a:after {
	background: url(../images/icon35.png) center center no-repeat;
}

.solution .solution-content .solution-content-tab ul li a dl {
	display: flex;
	height: 120px;
	align-items: center;
	padding: 0 50px;
}

.solution .solution-content .solution-content-tab ul li a dl dd {
	flex: 1;
	min-width: 0;
	margin-left: 35px;
}

.solution .solution-content .solution-content-tab ul li a dl dd h2 {
	font-size: 20px;
	font-weight: normal;
}

.solution .solution-content .solution-content-tab ul li a dl dd p {
	font-size: 13px;
}

.solution .solution-content .solution-content-tab ul li a:hover,
.solution .solution-content .solution-content-tab ul li.active a {
	color: #FFF;
	background: linear-gradient(300deg, rgba(112, 50, 221, 1) 0%, rgba(30, 176, 232, 1) 100%);
}

.solution .solution-content .solution-content-tab ul li:first-child {
	border-right: solid 1px #EEE;
}

.solution .solution-content .solution-content-tab ul li:first-child dl dt {
	background: url(../images/icon37.png) no-repeat;
	width: 53px;
	height: 49px;
}

.solution .solution-content .solution-content-tab ul li:first-child:hover dl dt,
.solution .solution-content .solution-content-tab ul li:first-child.active dl dt {
	border: none;
	background: url(../images/icon37_01.png) no-repeat;
}

.solution .solution-content .solution-content-tab ul li:last-child dl dt {
	background: url(../images/icon36.png) no-repeat;
	width: 50px;
	height: 49px;
}

.solution .solution-content .solution-content-tab ul li:last-child:hover dl dt,
.solution .solution-content .solution-content-tab ul li:last-child.active dl dt {
	background: url(../images/icon36_01.png) no-repeat;
}

.solution .solution-content .solution-content-top {
	margin-top: 80px;
}

.solution .solution-content .solution-content-top dl {
	background-color: #FFF;
	display: flex;
	align-items: center;
}

.solution .solution-content .solution-content-top dl dt {
	position: relative;
	width: 50%;
}

.solution .solution-content .solution-content-top dl dt a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.solution .solution-content .solution-content-top dl dt img {
	max-width: 775px;
	max-height: 450px;
	width: 100%;
}

.solution .solution-content .solution-content-top dl dt a img {
	width: auto;
	height: auto;
}

.solution .solution-content .solution-content-top dl dd {
	flex: 1;
	padding: 0 60px;
	max-height: 300px;
}

.solution .solution-content .solution-content-top dl dd h2 {
	font-weight: normal;
	font-size: 30px;
}

.solution .solution-content .solution-content-top dl dd p span.line {
	display: block;
	width: 12px;
	height: 2px;
	background-color: #f08200;
	margin: 20px 0;
}

.solution .solution-content .solution-content-top dl dd .text {
	color: rgba(40, 40, 40, .8);
	font-size: 15px;
	line-height: 22px;
}

.solution .solution-content .solution-content-top dl dd .text img {
	margin-top: 20px;
}

.solution .solution-content .solution-content-tabs {
	margin-top: 60px;
}

.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul {
	display: flex;
	align-items: center;
	border-bottom: solid 2px #fb5941;
}

.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li {
	flex: 1;
	text-align: center;
	font-size: 19px;
	padding-bottom: 55px;
	position: relative;
}

.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li a {
	display: inline-block;
}

.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li a:hover img {
	-webkit-animation: down 0.6s linear infinite alternate;
	animation: down 0.6s linear infinite alternate;
	-moz-animation: down 0.6s linear infinite alternate;
}

.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li a p {
	margin-top: 15px;
}

.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li.active a p {
	color: #fd5d36;
}

.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li.active:after {
	content: '';
	position: absolute;
	width: 21px;
	height: 10px;
	background: url(../images/icon44.png) no-repeat;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.solution .solution-content .solution-content-tabs .solution-content-tabs-bd {
	background-color: #FFF;
	padding: 50px;
}

.solution .solution-content .solution-content-tabs .solution-content-tabs-bd .solution-content-tabs-bd-con {
	font-size: 15px;
	line-height: 24px;
	color: rgba(51, 51, 51, .8);
	display: none;
}

.solution .solution-content .solution-content-tabs .solution-content-tabs-bd .solution-content-tabs-bd-con img {
	max-width: 100%;
}

.solution .solution-content .solution-content-tabs .solution-content-tabs-bd .solution-content-tabs-bd-con .con-text {
	margin-bottom: 50px;
}

.solution .solution-content .industry-item {
	margin-bottom: -15px;
}

.solution .solution-content .industry-item dl {
	background-color: #FFF;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.solution .solution-content .industry-item dl:nth-child(2n) dd {
	order: -1;
}

.solution .solution-content .industry-item dl dt {
	width: 50%;
	line-height: 0;
	overflow: hidden;
}

.solution .solution-content .industry-item dl dt img {
	max-width: 775px;
	max-height: 450px;
	width: 100%;
	-moz-transition: -moz-transform 1.2s;
	-o-transition: -o-transform 1.2s;
	-webkit-transition: -webkit-transform 1.2s;
	transition: transform 1.2s;
}

.solution .solution-content .industry-item dl dt:hover img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.solution .solution-content .industry-item dl dd {
	flex: 1;
	padding: 0 60px;
	max-height: 300px;
}

.solution .solution-content .industry-item dl dd h2 {
	font-weight: normal;
	font-size: 28px;
	line-height: 1.4;
	color: #1776cf;
}

.solution .solution-content .industry-item dl dd p span.line {
	display: block;
	width: 20px;
	height: 2px;
	background-color: #1776cf;
	margin: 20px 0;
}

.solution .solution-content .industry-item dl dd .text {
	color: #383838;
	font-size: 15px;
	line-height: 1.8;
}

.solution .solution-content .industry-item dl dd .text img {
	margin-top: 20px;
}

.solution .solution-content .industry-item dl dd p a {
	display: inline-block;
	width: 140px;
	height: 45px;
	border-radius: 50px;
	font-size: 14px;
	text-align: center;
	line-height: 41px;
	border: solid 2px #1776cf;
	color: #1776cf;
	margin-top: 50px;
	background: #ffffff;
}

.solution .solution-content .industry-item dl dd p a:hover {
	border-color: #1776cf;
	color: #fff;
	background: #1776cf;
}

.z-container2 {
	width: 1250px;
	height: auto;
	clear: both;
	margin: 0 auto;
}

.bt22 p {
	margin-bottom: 15px;
	text-align: left;
	font-size: 16px;
	color: #464646;
	line-height: 2;
}

.container5 {
	width: 1300px;
	margin: 0 auto;
}

.new-list {
	margin-left: -10px;
	margin-right: -10px;
}

.new-list li {
	width: 33.333333333%;
	float: left;
	padding: 0 10px;
	margin-bottom: 25px;
}

.new-list li:nth-child(4n+4) {
	margin-right: 0;
}

.new-list li figure {
	display: block;
	line-height: normal;
	overflow: hidden;
	margin: 0;
}

.new-list li figure img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0;
	transition: 430ms;
}

.new-list li figcaption {
	display: block;
	padding: 25px 22px 22px;
	overflow: hidden;
	background: #ffffff;
	position: relative;
	transition: 340ms;
	height: 172px;
}

.new-list li figcaption time {
	color: #7e7e7e;
	font-size: 14px;
	transition: 300ms;
	line-height: 1.2;
}

.new-list li figcaption h3 {
	color: #3c3c3c;
	font-size: 18px;
	font-weight: 400;
	height: 24px;
	margin-top: 12px;
	line-height: 24px;
	transition: 300ms;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.new-list li figcaption p {
	color: #999;
	height: 54px;
	font-size: 14px;
	line-height: 25px;
	margin-top: 10px;
	transition: 300ms;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.new-list li figcaption span {
	display: block;
	width: 102px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	color: #1776cf;
	font-size: 14px;
	margin-top: 15px;
	position: relative;
	bottom: -30px;
	opacity: 0;
	text-align: center;
	transition: 300ms;
}

.new-list li:hover figure img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

.new-list li:hover figcaption {
	margin-top: -51px;
	background: #1776cf;
	height: 223px;
}

.new-list li:hover figcaption time {
	color: #fff;
}

.new-list li:hover figcaption h3 {
	color: #fff;
}

.new-list li:hover figcaption p {
	color: #fff;
}

.new-list li:hover figcaption span {
	opacity: 1;
	bottom: 0;
	position: relative;
	transition: 355ms 100ms;
}


#tabs5 {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	margin-bottom: 35px;
}

#tabs5 li {
	margin: 0 6px 5px 6px;
	display: inline-block;
}

#tabs5 a {
	float: left;
	position: relative;
	line-height: 44px;
	width: 150px;
	height: 44px;
	text-transform: uppercase;
	text-decoration: none;
	color: #787878;
	font-size: 14px;
	border: 1px solid #787878;
	transition: 0s ease-in-out;
}

#tabs5 a:hover,
#tabs5 a:focus {
	border: 1px solid #1776cf;
	color: #fff;
	background-color: #1776cf;
}

#tabs5 a:focus {
	outline: 0;
}

#tabs5 #current1 {
	z-index: 3;
	border-color: #1776cf;
	background-color: #1776cf;
	opacity: 1;
	color: #fff;

	filter: alpha(opacity=100);

}


.case_list {
	width: 100%;
	overflow: hidden;
}

.case_list .item {
	width: 100%;

	border: 1px solid #e4e4e4;
	padding: 28px;
	display: block;
	overflow: hidden;
	color: #000;
	margin-bottom: 15px;
}

.case_list .item:hover {
	background: #f8f8f8;
}

.case_list .item .first_left {
	float: left;
	width: 184px;
	text-align: right;
}

.case_list .item .first_left .avatar {
	width: 160px;
}

.case_list .item .first_left .logo {
	width: 160px;
	margin-top: 10px;
}

.case_list .item .first_left .content {
	margin-top: 10px;
	padding-left: 15px;
	text-align: center;
}

.case_list .item .first_left .content .name {
	font-size: 16px;
	color: #333;
}

.case_list .item .first_left .content .title {
	font-size: 12px;
	color: #999;
}

.case_list .item .left {
	float: left;
	width: 20%;
	text-align: center;
}

.case_list .item .left img {
	height: 100px;
}

.case_list .item .right {
	float: right;
	width: 78%;
	border-left: 1px solid #d8d8d8;
	padding-left: 30px;
	min-height: 100px;
	position: relative;
}

.case_list .item .right .title {
	font-size: 20px;
	color: #000;
}

.case_list .item .right .desc {
	font-size: 14px;
	color: #4e4e4e;
	margin-top: 12px;
	margin-bottom: 12px;
	line-height: 1.7;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.case_list .item .right .link {
	color: #1776cf;
	font-size: 12px;
	text-align: right;
}

.case_list .item .first_right {
	border-left: none;
}

.case_list .item .first_right img {
	width: 100%;
	margin-top: 10px;
}

.case-list-box {}

.case-list-box .case-list {
	margin-left: -10px;
	margin-right: -10px;
}

.case-list-box .case-list li {
	width: 23.6%;
	float: left;
	padding: 0;
	margin-left: 0.7%;
	margin-right: 0.7%;
	margin-bottom: 20px;
	border: 1px solid #e4e4e4;
}

.case-list-box .case-item {
	background: #fff;
	border: 1px solid #fff;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.case-list-box .case-list li:hover .case-item {
	border: 1px solid #1776cf;
	box-shadow: 0 8px 16px 0 rgb(0 65 171 / 8%);
}

.case-list-box .case-logo-area {
	width: 100%;
	padding: 0 35px;
	text-align: center;
}

.case-list-box .case-logo-area .case-logo-center {
	display: block;
	height: 114px;
	overflow: hidden;
	margin-top: 12px;
	margin-bottom: 12px;
}

.case-list-box .case-logo-area .case-logo-center img {
	max-height: 100%;
}

.case-list-box .title {
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	padding: 0 30px;
	margin-bottom: 8px;
	display: -webkit-box;

	-webkit-line-clamp: 1;

	-webkit-box-orient: vertical;

	overflow: hidden;
	color: #333;
}

.case-list-box .tip {

	font-size: 14px;

	line-height: 25px;

	height: 75px;

	text-align: center;

	color: #666;

	padding: 0 35px;

	display: -webkit-box;

	-webkit-line-clamp: 3;

	-webkit-box-orient: vertical;

	overflow: hidden;
}

.case-list-box .belong {
	font-size: 14px;
	color: #1776cf;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 35px;
}

.case-list-box .belong span {
	height: 14px;
	line-height: 14px;
	border-right: 1px solid #00CC99;
	padding: 0 9px;
	display: inline-block;
}

.case-list-box .belong span:last-child {
	border: none;
}


.btn-tertiary-green1 {
	background-color: transparent !important;
	border: 0 !important;
	border-bottom: 1px solid transparent !important;
	border-radius: 0;
	color: #1776cf;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.8;
	margin-top: 15px;
	display: block;
	font-weight: 400;

	padding: 0 35px;
}


.pubcatetit {
	font-size: 34px;
	color: #202020;
	text-align: center;
	font-weight: 400;
	line-height: 1.2;
}

.linei {
	display: block;
	width: 20px;
	height: 3px;
	background: #1776cf;
	margin: 15px auto;
	font-style: normal;
}

.welsay {
	text-align: center;
	font-size: 15px;
	color: #585858;
	line-height: 2;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 55px;
}

.welfare ul li {
	width: 33.333%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	padding: 0 10px;
	box-sizing: border-box;
}

.welfare ul li img {
	max-height: 60px;
	display: block;
	margin: 0px auto;
}

.welfare ul li p {
	margin-top: 15px;
	font-size: 15px;
}

.welfare ul li img {
	transition-delay: .1s;
	-webkit-transition-delay: .1s;
}

.welfare ul li img,
.welfare ul li p {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.welfare ul li:hover img,
.welfare ul li:hover p {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}

.welfare ul li:hover img {
	transition-delay: 0s !important;
	-webkit-transition-delay: 0s !important;
}

.welfare ul li:hover p {
	transition-delay: .1s !important;
	-webkit-transition-delay: .1s !important;
}


#job-list {
	margin-bottom: 0;
}

#job-list .box {
	padding: 40px;
	background: #fff;
	border: 1px solid #e2e2e2;
	margin-top: 20px;
}

#job-list .top {
	background: #f1f1f1;
	color: #333;
	font-size: 16px;
	line-height: 20px;
}


#job-list .name,
#job-list .num,
#job-list .address,
#job-list .date {
	float: left;
	width: 22%;
	padding: 20px 0;
	text-align: center;
	line-height: 1.6;
	box-sizing: border-box;
}

#job-list .name {
	padding-left: 50px;
	text-align: left;
}

#job-list .arrow {
	float: left;
	width: 12%;
	text-align: center;
}

#job-list .arrow i {
	display: block;
	margin: 0 auto;
	width: 65px;
	height: 65px;
	background: url("../images/down.png") no-repeat center;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	-ms-transition: -ms-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}

#job-list .article {
	border-bottom: 1px solid #dbdbdb;
	font-size: 15px;
	padding: 0;
}

#job-list .article .clearfix {
	cursor: pointer
}

#job-list .article.active .arrow i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

#job-list .content {
	position: relative;
	display: none;
	background: #f5f5f5;
	border: 1px solid #dadada;
	border-bottom: 0;
	padding: 15px 50px 30px;
	color: #464646;
}

#job-list .content .txt {
	font-size: 16px;
	margin-bottom: 12px;
	padding-top: 22px;
	font-weight: 700;
	color: #292929;
}

#job-list .content h3 {
	font-weight: 400;
	position: relative;
	padding-left: 22px;
}

#job-list .content h3:before {
	content: '';
	width: 9px;
	height: 9px;
	background: #c64f4a;
	position: absolute;
	top: 7px;
	left: 0;
}

#job-list .content p {

	text-indent: 0;

	font-size: 14px;

	line-height: 1.8;

	margin-bottom: 7px;

	color: #545454;
}

.t55 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8;
	display: inline-block;
	margin-top: 10px;
}

.in-one {
	overflow: hidden;
	padding: 60px 0 70px 0;
}

.tit3 {
	text-align: center;
	margin-bottom: 35px;
}

.tit3 h3 {
	font-size: 32px;
	color: #333;
	line-height: 1.2;
	position: relative;
	margin-bottom: 20px;
}

.index_text1 {
	color: #3c3c3c;
	line-height: 1.8;
	font-size: 15px;
	margin: 0 auto;
	text-align: center;
	max-width: 1120px;
}

.index_text1 p {
	color: #3c3c3c;
	line-height: 1.8;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}

.line2 {
	background-color: #63C9CB;
	display: block;
	width: 30px;
	height: 3px;
	margin: 15px auto 15px auto;
}

.A-title {
	text-align: center;
}

.A-title .t1 {
	line-height: 1.4;
	font-size: 40px;
	color: #000;
	margin-bottom: 30px;
	position: relative;
}

.cpn-fl {
	width: 48%;
	float: left;
	margin-top: 8px;
}

.cpn-fl p {
	color: #575d6c;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 24px;
}

.cpn-fr {
	width: 49%;
	float: right;
	margin-top: 8px;
}

.cpn-fr h2 {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	color: #252b3a;
	margin: 15px auto 12px;
}

.cpn-fr p {
	color: #585858;
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 1.8;
}


.starGn {
	position: relative;
}

.starGn_top {
	position: relative;
}

.starGn_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;

	height: 210px;


	background: #1776cf;
	background-size: cover;
}

.scet {
	padding: 50px 50px;
	background: #fff;
}

.scet p {
	line-height: 1.8;
	font-size: 15px;
	margin-bottom: 12px;
}


.cpn-culture6 {
	margin-top: 30px;

	text-align: center;
}

.cpn-culture6 ul {}

.cpn-culture6 ul li {
	width: 15%;
	font-size: 14px;
	color: #7b7b7b;
	line-height: 1.7;
	display: inline-block;
	vertical-align: top;
}

.cpn-culture6 ul li .note {
	padding: 0 20px;
	text-align: left;
}

.cpn-culture6 ul li h4 {
	font-size: 15px;
	color: #1f1f1f;
	line-height: 1.6;
	position: relative;
	text-align: center;
}

.cpn-culture6 ul li h4:after {
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 30px;
	height: 3px;
	background: #3370FF;
	margin-left: -15px;
	transition: all 0.3s ease;
}

.cpn-culture6 ul li p {
	color: #8a8a8a;
	line-height: 23px;
	margin-bottom: 0;
	text-align: left;
	overflow: hidden;
}

.cpn-culture6 ul li s {
	max-width: 90px;
	display: block;
	margin: 0 auto 15px auto;
	text-align: center;
}

.cpn-culture6 ul li:hover h4:after {
	width: 40px;
	margin-left: -20px;
}

#tabs {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	text-align: center;
	line-height: 0;
	margin-bottom: 50px;
	margin-top: 20px;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0px 4px 24px 0px rgba(31, 119, 246, 0.1);
}

#tabs li {
	display: inline-block;
}

#tabs a {
	float: left;
	position: relative;
	margin: 22px 40px;
	line-height: 30px;
	height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	color: #3a3a3a;
	font-size: 16px;
}

#tabs a:hover,
#tabs a:focus {
	color: #1776cf;
}

#tabs a:focus {
	outline: 0;
}

#tabs #current1 {
	z-index: 3;
	opacity: 1;
	color: #1776cf;
	filter: alpha(opacity=100);
}


.solution5 .solution-content .solution-content-tab {
	max-width: 900px;
	margin: 0 auto;
	box-shadow: 0 0 40px rgba(0, 0, 0, .1);
	margin-top: -60px;
	position: relative;
	background-color: #FFF;
}

.solution5 .solution-content .solution-content-tab ul {
	display: flex;
	align-items: center;
}

.solution5 .solution-content .solution-content-tab ul li {
	flex: 1;
	height: 120px;
}

.solution5 .solution-content .solution-content-tab ul li a {
	display: block;
	height: 120px;
	position: relative;
}

.solution5 .solution-content .solution-content-tab ul li a:after {
	content: '';
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 13px;
	background: url(../images/icon34.png) center center no-repeat;
}

.solution5 .solution-content .solution-content-tab ul li.active a:after {
	background: url(../images/icon35.png) center center no-repeat;
}

.solution5 .solution-content .solution-content-tab ul li a dl {
	display: flex;
	height: 120px;
	align-items: center;
	padding: 0 50px;
}

.solution5 .solution-content .solution-content-tab ul li a dl dd {
	flex: 1;
	min-width: 0;
	margin-left: 35px;
}

.solution5 .solution-content .solution-content-tab ul li a dl dd h2 {
	font-size: 20px;
	font-weight: normal;
}

.solution5 .solution-content .solution-content-tab ul li a dl dd p {
	font-size: 13px;
}

.solution5 .solution-content .solution-content-tab ul li a:hover,
.solution .solution-content .solution-content-tab ul li.active a {
	color: #FFF;
	background: linear-gradient(300deg, rgba(112, 50, 221, 1) 0%, rgba(30, 176, 232, 1) 100%);
}

.solution5 .solution-content .solution-content-tab ul li:first-child {
	border-right: solid 1px #EEE;
}

.solution5 .solution-content .solution-content-tab ul li:first-child dl dt {
	background: url(../images/icon37.png) no-repeat;
	width: 53px;
	height: 49px;
}

.solution5 .solution-content .solution-content-tab ul li:first-child:hover dl dt,
.solution .solution-content .solution-content-tab ul li:first-child.active dl dt {
	border: none;
	background: url(../images/icon37_01.png) no-repeat;
}

.solution5 .solution-content .solution-content-tab ul li:last-child dl dt {
	background: url(../images/icon36.png) no-repeat;
	width: 50px;
	height: 49px;
}

.solution5 .solution-content .solution-content-tab ul li:last-child:hover dl dt,
.solution .solution-content .solution-content-tab ul li:last-child.active dl dt {
	background: url(../images/icon36_01.png) no-repeat;
}

.solution5 .solution-content .solution-content-tab-con .con {}

.solution5 .solution-content .solution-content-top {
	margin-top: 80px;
}

.solution5 .solution-content .solution-content-top dl {
	background-color: #FFF;
	display: flex;
	align-items: center;
}

.solution5 .solution-content .solution-content-top dl dt {
	position: relative;
	width: 50%;
}

.solution5 .solution-content .solution-content-top dl dt a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.solution5 .solution-content .solution-content-top dl dt img {
	max-width: 775px;
	max-height: 450px;
	width: 100%;
}

.solution5 .solution-content .solution-content-top dl dt a img {
	width: auto;
	height: auto;
}

.solution5 .solution-content .solution-content-top dl dd {
	flex: 1;
	padding: 0 60px;
	max-height: 300px;
}

.solution5 .solution-content .solution-content-top dl dd h2 {
	font-weight: normal;
	font-size: 30px;
}

.solution5 .solution-content .solution-content-top dl dd p span.line {
	display: block;
	width: 12px;
	height: 2px;
	background-color: #1776cf;
	margin: 20px 0;
}

.solution5 .solution-content .solution-content-top dl dd .text {
	color: rgba(40, 40, 40, .8);
	font-size: 15px;
	line-height: 22px;
}

.solution5 .solution-content .solution-content-top dl dd .text img {
	margin-top: 20px;
}

.solution5 .solution-content .solution-content-tabs {
	margin-top: 60px;
}

.solution5 .solution-content .solution-content-tabs .solution-content-tabs-hd ul {
	display: flex;
	align-items: center;
	border-bottom: solid 2px #1776cf;
}

.solution5 .solution-content .solution-content-tabs .solution-content-tabs-hd ul li {
	flex: 1;
	text-align: center;
	font-size: 19px;
	padding-bottom: 55px;
	position: relative;
}

.solution5 .solution-content .solution-content-tabs .solution-content-tabs-hd ul li a {
	display: inline-block;
}

.solution5 .solution-content .solution-content-tabs .solution-content-tabs-hd ul li a:hover img {
	-webkit-animation: down 0.6s linear infinite alternate;
	animation: down 0.6s linear infinite alternate;
	-moz-animation: down 0.6s linear infinite alternate;
}

.solution5 .solution-content .solution-content-tabs .solution-content-tabs-hd ul li a p {
	margin-top: 15px;
}

.solution5 .solution-content .solution-content-tabs .solution-content-tabs-hd ul li.active a p {
	color: #1776cf;
}

.solution5 .solution-content .solution-content-tabs .solution-content-tabs-hd ul li.active:after {
	content: '';
	position: absolute;
	width: 21px;
	height: 10px;
	background: url(../images/icon44.png) no-repeat;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.solution5 .solution-content .solution-content-tabs .solution-content-tabs-bd {
	background-color: #FFF;
	padding: 50px;
}

.solution5 .solution-content .solution-content-tabs .solution-content-tabs-bd .solution-content-tabs-bd-con {
	font-size: 15px;
	line-height: 24px;
	color: rgba(51, 51, 51, .8);
	display: none;
}

.solution5 .solution-content .solution-content-tabs .solution-content-tabs-bd .solution-content-tabs-bd-con img {
	max-width: 100%;
}

.solution5 .solution-content .solution-content-tabs .solution-content-tabs-bd .solution-content-tabs-bd-con .con-text {
	margin-bottom: 50px;
}

.solution5 .solution-content .industry-item {}

.solution5 .solution-content .industry-item dl {
	background-color: #FFF;
	display: flex;
	align-items: center;
}

.solution5 .solution-content .industry-item dl:nth-child(2n) dd {
	order: -1;
}

.solution5 .solution-content .industry-item dl dt {
	width: 50%;
	line-height: 0;
	overflow: hidden;
}

.solution5 .solution-content .industry-item dl dt img {
	max-width: 775px;
	max-height: 450px;
	width: 100%;
	-moz-transition: -moz-transform 1.2s;
	-o-transition: -o-transform 1.2s;
	-webkit-transition: -webkit-transform 1.2s;
	transition: transform 1.2s;
}

.solution5 .solution-content .industry-item dl dd {
	flex: 1;
	padding: 0 80px 0 0;
}

.solution5 .solution-content .industry-item dl dd h2 {
	font-weight: 400;
	font-size: 26px;
	line-height: 1.4;
	color: #1776cf;
	margin-bottom: 18px;
}

.solution5 .solution-content .industry-item dl dd p span.line {
	display: block;
	width: 20px;
	height: 2px;
	background-color: #1776cf;
	margin: 8px 0 16px 0;
}

.solution5 .solution-content .industry-item dl dd .text {
	color: #484848;
	font-size: 15px;
	line-height: 1.8;
}

.solution5 .solution-content .industry-item dl dd .text p {
	margin-bottom: 10px;
}

.solution5 .solution-content .industry-item dl dd .text img {
	margin-top: 20px;
}

.solution5 .solution-content .industry-item dl dd p a {
	display: inline-block;
	width: 140px;
	height: 45px;
	border-radius: 50px;
	font-size: 14px;
	text-align: center;
	line-height: 43px;
	border: solid 2px #1776cf;
	color: #147861;
	margin-top: 50px;
	background: #fff;
}

.solution5 .solution-content .industry-item dl dd p a:hover {
	border-color: #1776cf;
	color: #fff;
	background: #1776cf;
}

.cpn-culture {}

.cpn-culture ul {
	overflow: hidden;
	margin-left: -1%;
	margin-right: -1%;
	margin-bottom: -20px;
}

.cpn-culture ul li {
	width: 23%;
	float: left;
	margin: 0 1%;
	margin-bottom: 25px;
	background: #ffffff;
	font-size: 14px;
	color: #7b7b7b;
	line-height: 1.7;
}

.cpn-culture ul li .note {
	padding: 40px;
	text-align: center;
}

.cpn-culture ul li h4 {
	font-size: 18px;
	line-height: 1.8;
	color: #151515;
	margin-bottom: 13px;
	padding-bottom: 12px;
	position: relative;
	font-weight: 700;
	text-align: center;
}

.cpn-culture ul li h4:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 30px;
	height: 3px;
	background: #1776cf;
	margin-left: -15px;
	transition: all 0.3s ease;
}

.cpn-culture ul li p {
	color: #676767;
	line-height: 1.7;
	margin-bottom: 0;
	height: 70px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.cpn-culture ul li s {
	max-width: 80px;
	display: block;
	margin: 0 auto 15px auto;
	text-align: center;
}

.cpn-culture ul li:hover h4:after {
	width: 40px;
	margin-left: -20px;
}

.vp2 {
	margin-top: 25px;
	text-align: center;
}

.Iab-box {
	float: right;
}

.home-block1.hb-white {
	background: #fff;
}

.home-block1.hb-yy {
	background: #f5f5f5;
}

.a563 {
	font-weight: 400;
	font-size: 26px;
	line-height: 1.4;
	color: #1776cf;
	margin-bottom: 18px;
}

.x12 {
	padding: 40px 30px 0 0;
	line-height: 1.8;
	color: #484848;
	font-size: 15px;
}

.x12 p {
	line-height: 1.8;
	color: #484848;
	font-size: 15px;
	margin-bottom: 10px;
}

.x13 {
	padding: 40px 0 0 30px;
	line-height: 1.8;
	color: #484848;
	font-size: 15px;
}

.x13 p {
	line-height: 1.8;
	color: #484848;
	font-size: 15px;
	margin-bottom: 10px;
}

.a561 {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 15px;
}

.x14 {
	padding-top: 30px;
}

.x14 p {
	line-height: 1.8;
	margin-bottom: 10px;
}


.serBaoz {}

.serBaozItem {
	top: 0;
	width: 31.3333333333333333333%;
	margin-left: 1%;
	margin-right: 1%;
	padding: 45px;
	margin-bottom: 30px;
	background: #fff;
	float: left;
	box-shadow: 0px 4px 24px 0px rgba(31, 119, 246, 0.1);
	/* background: url(../images/serBz_bg.png) no-repeat bottom right;
    background-size: 100% auto; */
	position: relative;
	transition: all .48s;
	overflow: hidden;
}

.serIco_img {
	position: absolute;
	bottom: 30px;
	right: 0;
	height: 54%;
}

.serIco_adv {
	position: absolute;
	left: 0;
	bottom: 0;
}

.serBaozText {
	position: relative;
	z-index: 3;
	transition: all .48s;
}

.serBaozText span {
	display: block;
	font-size: 20px;
	line-height: 1.5;
	color: #1776cf;
	margin-bottom: 20px;
}

.serBaozText p {
	color: #666;
	width: 82%;
	line-height: 1.75;
	font-size: 15px;
	padding-right: 0px;
	height: 76px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.serBaozIco {
	position: absolute;
	right: 14%;

	top: 50px;
}

.serBaozIco img {

	width: 35px;
}

.serBaozItem svg {
	opacity: 0;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 48px;
	left: 50px;

	z-index: -1;
}


.serBaozItem:hover {
	top: -10px
}

.relyx-list {
	width: 100%;
}

.relyx-list ul {
	margin-left: -1%;
	margin-right: -1%;
	margin-bottom: -25px;
	width: 102%;
	margin-top: 20px;
	float: left;
}

.relyx-list li {
	width: 31.33333333333%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	margin-bottom: 25px;
	background: #fff;
}

.relyx-img {
	width: 100%;
	overflow: hidden;
}

.relyx-img img {
	width: 100%;
	object-fit: cover;
	transition: all .8s ease;
}

.relyx-wd {
	width: 100%;
	padding: 25px;
	position: relative;
	min-height: 194px;
}

.relyx-wd h6,
.relyx-wd h1 {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	color: #191919;
	margin-bottom: 12px;
}

.relyx-wd p {
	font-size: 14px;
	color: #676767;
	line-height: 1.7;
	margin-bottom: 5px;
	position: relative;
}

.relyx-check {
	display: inline-block;
	font-size: 15px;
	color: #1f5dcb;
	font-style: normal;
	line-height: 26px;
	margin-top: 20px;
	position: relative;
	user-select: none;
	cursor: pointer;
}

.relyx-check:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #1f5dcb;
}

.relyx-list li:hover .relyx-img img {
	transform: scale(1.04);
}

.relyx-wd:after {
	content: "";
	position: absolute;
	width: 28px;
	height: 13px;
	background: url("../images/relArr.png") no-repeat;
	bottom: 0;
	left: 0;
	opacity: 0;
}

.relyx-item {
	width: 100%;
}

.relyx-info {
	width: 100%;
	background: #f5f5f5;
}

.relyx-info ul {
	display: flex;
	flex-wrap: wrap;
}

.relyx-info li {
	width: 20%;
	float: left;
	padding: 50px 0;
}

.relyx-info li h6,
.relyx-info li h1 {
	font-size: 22px;
	color: #333;
	margin-bottom: 32px;
}

.relyx-info li p {
	font-size: 14px;
	color: #888;
	line-height: 24px;
}

.relyx-infoitem {
	width: 100%;
	display: none;
}

.relyx-list li.ontrue .relyx-wd:after {
	opacity: 1;
}


.in-four {
	padding: 80px 0;
	overflow: hidden;
	height: 650px;
}

.in4-con .tit h3 {
	color: #fff;
	margin-bottom: 25px;
}

.in4-con .tit h4 {
	color: #fff;
	font-size: 15px;
	line-height: 2;
	margin-top: 20px;
	max-width: 100%;
}

.in4-con .tit {
	margin-bottom: 50px;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

.in4-list {
	text-align: center;
}

.in4-list ul {
	font-size: 0;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.in4-list li {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	transition: all 0.4s;
	margin-bottom: 15px;
}

.in4-list .in4-pic {
	width: 85px;
	height: 85px;
	line-height: 85px;
	border-radius: 50%;
	border: 1px dashed #fff;
	margin: 0 auto 22px;
	transition: all .5s;
}

.in4-list .in4-pic img {
	transition: all 1s ease-out 0s;
	-webkit-transition: all 1s ease-out 0s;
}

.in4-list li:hover .in4-pic img {

	transform: rotateY(-360deg);
	-webkit-transform: rotateY(-360deg);
}

.in4-list .in4-desc h3 {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in4-list .in4-desc p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	line-height: 24px;
	height: 0px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: all 0.4s;
}

.in4-list .set_2_button {
	margin-top: 34px;
}

.in4-list li:hover .in4-desc p {
	height: 48px;
}

.in4-list li:hover .in4-pic {
	border: 1px solid #fff;
}

.in-num {
	padding: 32px 0;
	background: #fff;
	margin-top: -60px;
	position: relative;
	z-index: 2;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
}

.in-num ul li {
	width: 25%;
	float: left;
	text-align: center;
	position: relative;
}

.in-num ul li:after {
	content: '';
	width: 1px;
	height: 60px;
	background: #e8e8e8;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -30px;
}

.in-num ul li:last-child:after {
	display: none;
}

.in-num ul li span {
	display: block;
	color: #666;
}

.in-num ul li span.span1 {
	font-size: 18px;
	line-height: 1.2;
	font-family: 'Hel-01';
	transition: all 0.4s;
}

.in-num ul li span.span1 i {
	display: inline-block;
	font-style: normal;
	font-size: 40px;
	letter-spacing: 1px;
	vertical-align: top;
}

.in-num ul li span.span2 {
	font-size: 16px;
}

.in-num ul li:hover .span1 {
	transform: translateY(-10px);
}

.moudle-titles4 {
	text-align: center;
}

.moudle-titles4 .moudle-h5 {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 35px;
}


.moudle-titles4 .moudle-h5:after {
	content: "";
	display: block;
	width: 48px;
	height: 2px;
	margin: 16px auto 0;
	background: #fff;
}

.set_2_button {
	margin-top: 30px;
	text-align: center;
	display: inline-block;
	width: 155px;
	height: 40px;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	overflow: hidden;

	position: relative;
	transition: all 1s;
	cursor: pointer;
	background: #1776cf;
	border-radius: 30px;
}

.set_2_btn-1:before {
	left: -100%;
	transition: all .5s;
}

.set_2_btn-1:hover:before {
	left: 48%;
	transition: all 1s;
}

.set_2_button>span {

	display: inline-block;
	transition: all .5s;
	line-height: 36px;

}

.new-list {
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.ac2223 {
	width: 31.333333333%;
	background: #f5f5f5;
	margin: 0 1% 2px 1%;
	float: left;
}

.ab-news-item {
	overflow: hidden;
}

.ab-news-item img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 100%;
}

.ab-news-item img:hover {
	transform: scale(1.05);
}

.ab-news-item:hover {
	transition: box-shadow .3s;
}

.ab-news-bottom1 {
	padding: 25px 25px 30px 25px;
	clear: both;
	border-top: 0;
}

.ab-news-h4 {
	color: #434343;
	font-size: 18px;
	text-align: left;
	font-weight: 700;
	line-height: 24px;
	margin: 5px 0 10px 0;
	height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ab-news-h4:hover {
	color: #1776cf;
}

.ab-news-time {
	font-size: 12px;
	color: #A0A0A0;
	line-height: 25px;
	margin: 5px 0 5px 0;
	display: block;
}

.ab-news-content {
	color: #999;
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.in5-pic {
	overflow: hidden;
}



.honorbd3 {}

.honorbd3 img {
	margin: 0px auto;
	display: block;
}

.honorbd3 h4 {
	padding: 22px;
	color: #0e0e0e;
	background: #ffffff;
	text-align: center;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	border-top: solid 1px #EEE;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.honorbd3:hover h4 {
	color: #1776cf;
}

.bgef {
	background: #f5f5f5;
}

.title44 {
	font-size: 24px;
	color: #2b2b2b;
	font-weight: bold;
	display: inline-block;
	line-height: 1.4;
	padding-bottom: 8px;
	margin-top: 40px;
	margin-bottom: 30px;
	border-bottom: 2px solid #1776cf;
}

.bg4 {
	background: #f5f5f5;
}

.cr1 {
	background: #fff;
	padding: 20px 50px 50px;
}

.listInfo {
	border-bottom: 1px solid #e5e5e5;
	padding: 25px 0;
	font-size: 14px;
	float: left;
	width: 100%;
}

.listInfo dt {
	width: 23%;
	line-height: 0;
	overflow: hidden;
	float: left;
	text-align: center;
}

.listInfo dd {
	float: right;
	width: 74%;
	overflow: hidden;
	position: relative;
}

.listInfo h3 {
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	overflow: hidden;
	margin-top: 2px;
}

.listInfo h3 a {
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	overflow: hidden;
}

.listInfo h3 a:hover {
	color: #1776cf;
}

.listInfo p {
	color: #666666;
	line-height: 1.7;
	font-size: 14px;
	padding: 14px 0 0;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.listInfo p a {
	color: #8b8b8b;
	font-size: 14px;
}

.listInfo p a:hover {
	color: #1776cf;
}

.listInfo .info {
	height: 28px;
	margin: 20px 0 0;
	bottom: 20px;
	width: 100%;
	overflow: hidden;
}

.listInfo .info .info-l {
	float: left;
	width: 320px;
	height: 28px;
	overflow: hidden;
}

.listInfo .info .info-l a {
	display: inline-block;
	color: #5a5b5d;
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
	margin: 0 10px 0 0;
	border: 1px solid #afafaf;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	border-radius: 3px;
}

.listInfo .info .info-l a:hover {
	color: #f60;
	border: 1px solid #f60;
	text-decoration: none;
}

.listInfo .info .info-r {
	color: #9E9E9E;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}

.listInfo .info .info-r .ico-read {
	display: block;
	height: 28px;
	background: url("../images/listImg.png") no-repeat 0 -1px;
	padding: 0 0 0 30px;
}

.pubTitle {
	width: 100%;
	text-align: center;
}

.pubTitle h6 {
	font-size: 36px;
	font-weight: 700;
	color: #202020;
	line-height: 1.2;
}

.pubTitle i {
	display: block;
	width: 20px;
	height: 3px;
	background: #1776cf;
	margin: 15px auto;
}


.mr_frbox {
	margin-top: 20px;
}

.mr_frBtnL {
	float: left;
	margin: 98px 34px 0px 0px;
	cursor: pointer;
	display: inline;
	width: 28px;
}

.mr_frUl {
	float: left;
	width: 90%;
}

.mr_frBtnR {
	float: right;
	margin-top: 98px;
	cursor: pointer;
	width: 28px;
}

.mr_frUl ul li {
	display: inline;
	float: left;
	width: 24.4%;
	margin-right: 15px;
	overflow: hidden;
}

.mr_frUl ul li img {}

.honorbd {
	padding: 20px 20px;
	background: #ffffff;
	border: 1px solid #e6e6e6;
}

.honorbd img {
	max-height: 245px;
	margin: 0px auto;
	display: block;
}

.honorbd h4 {
	margin-top: 20px;
	padding: 0 20px;
	font-weight: 400;
	color: #333;
	font-size: 14px;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


.box_bg {}

.box22 {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: none;
	z-index: 999;
	position: fixed;
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
	opacity: 1;
}

.login5 {
	width: 100%;
	height: 120px;
	text-align: center;
	position: relative;
	margin: 0 auto;
}

.login5 h2 {
	font-size: 30px;
	line-height: 65px;
	color: #ffffff;
}

.close {
	position: absolute;
	width: 47px;
	height: 47px;
	right: 40px;
	top: 40px;
}

.login51 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	color: #fff;
	height: 100%;
	overflow: hidden;
	display: block;
}

.at22 {
	max-width: 1000px;
}

.vr1 {
	width: 80px;
}

.one {
	cursor: pointer;
	display: inline-block;
}

#loginalert {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}


.new-list1 {
	margin-left: -10px;
	margin-right: -10px;
}

.new-list1 li {
	width: 33.333333333%;
	float: left;
	padding: 0 10px;
}

.new-list1 li figure {
	display: block;
	line-height: normal;
	overflow: hidden;
	margin: 0;
}

.new-list1 li figure img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0;
	transition: 430ms;
}

.new-list1 li figcaption {
	display: block;
	padding: 24px;
	overflow: hidden;
	text-align: center;
	background: #f5f5f5;
	position: relative;
	transition: 340ms;
}

.new-list1 li figcaption time {
	color: #7e7e7e;
	font-size: 14px;
	transition: 300ms;
	line-height: 1.2;
}

.new-list1 li figcaption h3 {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	transition: 300ms;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.new-list1 li figcaption p {
	color: #777;
	height: 48px;
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
	transition: 300ms;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.new-list1 li figcaption span {
	display: block;
	line-height: 1.7;
	color: #ffffff;
	font-size: 15px;
	margin-top: 15px;
	position: relative;
	bottom: -30px;
	opacity: 0;
	transition: 300ms;
}

.new-list1 li:hover figure img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

.new-list1 li:hover figcaption {
	background: #1776cf;
}

.new-list1 li:hover figcaption time {
	color: #fff;
}

.new-list1 li:hover figcaption h3 {
	color: #fff;
}

.new-list1 li:hover figcaption p {
	color: #fff;
}

.new-list1 li:hover figcaption span {
	opacity: 1;
	bottom: 0;
	position: relative;
}

.talent-block {
	position: relative;
	height: 600px;
	background: #f5f5f5;
}

.talent-block .text {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
}

.talent-block .box {
	width: 80%;
	max-width: 594px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);

	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.talent-block .box h2 {
	position: relative;
	display: inline-block;
	font-size: 34px;
	color: #1776cf;
	font-weight: 700;
	margin-bottom: 25px;
	line-height: 1.5;
}




.talent-block .box .txt {
	line-height: 1.8;
	color: #666;
	font-size: 16px;
	white-space: normal;
	overflow: auto;
	text-overflow: clip;
}

.talent-block .box .txt p {
	line-height: 2;
	color: #2f2f2f;
	margin-bottom: 10px;
}

.talent-block .img {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center;
}

.talent-block .line {
	display: block;
	position: absolute;
	bottom: -50px;
	width: 80px;
	height: 132px;
	border: 7px solid #1776cf;
	background: none;
}

.talent-block:nth-child(odd) .text {
	left: 0
}

.talent-block:nth-child(odd) .box {
	right: 10.2%
}

.talent-block:nth-child(odd) .img {
	right: 0
}

.talent-block:nth-child(odd) .line {
	border-right: 0;
	right: 0
}



.talent-block:nth-child(even) .text {

	right: 0
}

.talent-block:nth-child(even) .box {
	left: 10.2%
}

.talent-block:nth-child(even) .img {
	left: 0
}

.talent-block:nth-child(even) .line {
	border-left: 0;
	left: 0
}

.talent-block:last-child .line {
	display: none
}


.case-list>h3 {
	font-size: 30px;
	margin-bottom: 28px;
}

.case-list,
.resource-list {
	margin-bottom: 25px;
}

.case-list ul {
	width: 102%;
	margin-left: -1%;
	margin-right: -1%;
}

.case-list ul li {
	float: left;
	width: 23%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 2%;
}

.case-list ul li .l-t {
	position: relative;
	line-height: 0;
}

.case-list ul li .znyj-over .over {
	text-align: left;
}

.case-list ul li a:hover .znyj-over::before,
.case-list ul li a:hover .znyj-over::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.case-list ul li a:hover .znyj-over {
	opacity: 1;
	visibility: visible;
}

.case-list ul li a>h4 {

	background-color: #fff;

	padding: 25px 45px 25px 24px;

	font-size: 22px;

	line-height: 1.5;

	align-items: center;

	box-shadow: 0 0 10px #ccc;
}

.case-list ul li a h4 span {
	padding-right: 0;
	padding-left: 15px;
	position: relative;
}

.case-list ul li a h4 span:before {
	content: '';
	position: absolute;
	left: 0;
	width: 4px;
	height: 24px;
	top: 50%;
	transform: translate(0, -50%);
	background-color: #1776cf;
}

.case-list ul li a h4 i {
	transition: 0.5s;
	font-size: 32px;
	display: none;
}

.case-list ul li a:hover h4 i {
	color: #de4b1e;
	transform: rotateY(180deg);
}

.more-2 {
	width: 176px;
	height: 56px;
	background-color: #de4b1e;
	line-height: 54px;
	text-align: center;
	color: #fff;
	font-size: 18px;

	display: block;
	margin: 0 auto;
	transition: 0.5s;
	border: solid 1px #de4b1e;
	border-radius: 0;

}

.more-2:hover {
	background-color: #c2360b;
	color: #fff;
}

.case-list ul li a .c-pic img {
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;

	-webkit-transition: all .5s ease 0s;

	transition: all .5s ease 0s;
}

.case-list ul li a .c-pic {
	overflow: hidden;
}

.case-list ul li a:hover .c-pic img {
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);

	transform: scale(1.1, 1.1);
}


.become {
	background-repeat: no-repeat;
	background-position: 50px center;
	background-size: 700px 698px;
}

.the_form {
	position: relative;
}

.the_form .content {
	overflow: hidden;
	position: relative;
	padding: 0;
}

.the_form .content .div_l {
	width: 6rem;
}

.the_form .content .div_l img {
	display: block;
	width: 100%;
}

.the_form .content .div_r {
	float: right;
	position: relative;
	z-index: 1;
	width: 68%;
	border: 6px solid #eff5f7;
	padding: 70px 40px 70px 40px;
	box-sizing: border-box;
	background: #fff;
}

.the_form .content .div_r input,
.the_form .content .div_r textarea,
.the_form .content .div_r button {

	padding: 0;
	margin: 0;

	border: 0;
	outline: none;
	resize: none;
}

.the_form .content .div_r .item {
	margin-bottom: 20px;
}

.the_form .content .div_r .item::after {
	content: "";
	display: block;
	clear: both;
}

.the_form .content .div_r .item .in_tit {
	display: block;
	box-sizing: border-box;
	float: left;
	width: 15%;
	text-align: right;
	font-size: 16px;
	color: #000;
	height: 56px;
	line-height: 56px;
}

.the_form .content .div_r .item .in_tit b {
	font-size: 0.18rem;
	color: #ff0606;
	margin-right: 2px;
}

.the_form .content .div_r .item .in_text {
	float: right;
	width: 84%;
}

.the_form .content .div_r .item .in_text input {
	width: 100%;
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid #dcdcdc;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0 10px;
	font-family: apple-system, Segoe UI, Source Han Sans CN, PingFangSC, PingFang SC-Semibold, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
	color: #000;
}

.the_form .content .div_r .item .in_text textarea {
	width: 100%;
	height: 120px;
	border: 1px solid #dcdcdc;
	font-size: 16px;
	font-family: apple-system, Segoe UI, Source Han Sans CN, PingFangSC, PingFang SC-Semibold, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
	line-height: 2;
	padding: 12px 10px;
	color: #000;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.the_form .content .div_r .item .in_text_yz {
	overflow: hidden;
}

.the_form .content .div_r .item .in_text_yz input {
	float: left;
	width: 78%;
}

.the_form .content .div_r .item .in_text_yz .img_yz {
	float: right;
	display: block;
	width: 20%;
	height: 0.56rem;
}

.the_form .content .div_r .item .in_text_yz .img_yz img {
	max-width: 100%;
	height: auto;
}

.the_form .content .div_r .item .in_select {
	float: right;
	width: 84%;
	display: flex;
	justify-content: space-between;
}

.the_form .content .div_r .item .in_select .div_box {
	position: relative;
}

.the_form .content .div_r .item .in_select .div_box select {
	width: 100%;
	color: #666;
	font-size: 16px;
	line-height: 56px;
	border: 0;
	font-family: apple-system, Segoe UI, Source Han Sans CN, PingFangSC, PingFang SC-Semibold, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
	height: 56px;
	box-sizing: border-box;
	border-bottom: 1px solid #dcdcdc;
	outline: none;
	padding-left: 5px;
}

.the_form .content .div_r .item .in_select .div_box span {
	display: block;
	height: 0.56rem;
	font-size: 0.18rem;
	color: #000;
	line-height: 0.56rem;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
	cursor: pointer;
}

.the_form .content .div_r .item .in_select .div_box span::after {
	content: "";
	display: block;
	width: 0.18rem;
	height: 0.1rem;
	background: url(../images/arrow_bottom.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.05rem;
}

.the_form .content .div_r .item .in_select .div_box ul {
	display: none;
	position: absolute;
	top: 0.46rem;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	background: #fff;
	max-height: 1.8rem;
	overflow-x: hidden;
}

.the_form .content .div_r .item .in_select .div_box ul li {
	font-size: 0.18rem;
	color: #000;
	padding: 0 0.1rem;
	cursor: pointer;
	line-height: 0.36rem;

}

.the_form .content .div_r .item .in_select .div_box ul li:hover {
	background: #347afc;
	color: #fff;
}

.the_form .content .div_r .item .in_confirm {
	float: right;
	width: 84%;
}

.the_form .content .div_r .item .in_confirm .confirm {
	font-size: 16px;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.the_form .content .div_r .item .in_confirm .confirm a {
	color: #347afc;
	font-size: 0.16rem;
}

.the_form .content .div_r .item .in_confirm .confirm i {
	display: block;
	width: 17px;
	height: 17px;
	background: url(../images/partners/checkbg.png) no-repeat center;
	background-size: cover;
	cursor: pointer;
	float: left;
}

.the_form .content .div_r .item .in_confirm .confirm i.full {

	background: url(../images/partners/checkbg2.png) no-repeat center;

	background-size: cover;
}

.the_form .content .div_r .item .in_confirm .confirm p {
	float: left;
	padding-left: 10px;
	font-size: 16px;
	color: #666;
}

.the_form .content .div_r .item .in_confirm button {
	width: 200px;
	height: 60px;
	line-height: 60px;
	font-family: apple-system, Segoe UI, Source Han Sans CN, PingFangSC, PingFang SC-Semibold, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
	font-size: 16px;
	background: #1776cf;
	border-radius: 40px;
	color: #fff;
}

.the_form .content .div_r .item .in_select2 .div_box {
	width: 100%;
}

.the_form .content .div_r .item .in_select3 .div_box {
	width: 30%;
}

.sonTitle {
	width: 100%;
	text-align: center;
}

.sonTitle h2 {
	font-size: 36px;
	line-height: 1.6;
	color: #1a1a1a;
	font-weight: 700;
	margin-bottom: 18px;
}

.sonTitle p {
	font-size: 16px;
	color: #888;
	line-height: 2;
	margin-bottom: 12px;
}

.sonTitle.white h2,
.sonTitle.white p {
	color: #fff;
}

.sonTitle h6 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 24px;
}

.abogsgk {
	width: 100%;
	overflow: hidden;
}

.abogsgk .sonTitle h2 {
	margin-bottom: 0;
	line-height: 1;
}

.abogsgk-items {
	width: 100%;
	margin-top: 40px;
}

.abogsgk-img {
	width: 50%;
	float: right;
	overflow: hidden;
}

.abogsgk-img img {
	width: 100%;
}

.abogsgk-cont {
	width: 50%;
	float: left;
	padding: 62px 90px 0 0;
	background: url('../images/abogs1_1.png') no-repeat left top/141px auto;
}

.abogsgk-cont h2 {
	font-size: 26px;
	color: #000000;
	font-weight: 700;
	line-height: 1.5;
}

.abogsgk-cont h9 {
	font-size: 14px;
	color: #222;
	line-height: 1.8;
}

.abogsgk-cont i {
	display: block;
	height: 40px;
	width: 100%;
}

.abogsgk-cont p {
	font-size: 16px;
	text-align: justify;
	color: #444444;
	line-height: 2;
	margin-bottom: 15px;
}

.abogsjj {
	width: 100%;
	height: 600px;
	background: #1776cf;
	overflow: hidden;
}

.abogsjj-img {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.abogsjj-img1 {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.abogsjj-img img {
	width: 100%;
	object-fit: cover;
}

.abogsjj-cont {
	width: 60%;
	height: 100%;
	margin-left: 10%;
	display: flex;
	align-items: center;
	z-index: 2;
}

.abogsjj-cont .sonTitle {
	text-align: left;
}

.abogsjj-cont .sonTitle h2 {
	margin-bottom: 40px;
}

.abogsyj {
	width: 100%;
	background: #f5f5f5;
	overflow: hidden;
	padding: 90px 0;
}

.abogsyj .sonTitle h2 {
	margin-bottom: 0;
	line-height: 1;
}

.abogsyj-list {
	width: 100%;
	margin-top: 40px;
}

.abogsyj-list ul {
	margin-left: -1%;
	margin-right: -1%;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.abogsyj-list li {
	width: 31.3333333333333333%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	background: #fff;
	padding-top: 15px;
	box-shadow: 0 0 43px rgb(0 0 0 / 10%);
}

.abogsyj-img {
	width: 100%;
	line-height: 0;
	position: relative;
}

.abogsyj-img-pic {
	width: 100%;
	height: 155px;
	object-fit: cover;
}

.abogsyj-img-mix {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	top: 0;
	left: 0;
	text-align: center;
	overflow: hidden;
}

.abogsyj-img-mix i {
	width: 100%;
	height: 66px;
	position: relative;
	z-index: 2;
}

.abogsyj-img-mix i img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all .4s ease;
}

.abogsyj-img-s {
	opacity: 1;
}

.abogsyj-img-h {
	opacity: 0;
}

.abogsyj-img-mix h2 {
	font-size: 22px;
	color: #181818;
	line-height: 1;
	font-weight: 400;
	margin-top: 16px;
	transition: all .4s ease;
	position: relative;
	z-index: 2;
}

.abogsyj-img-mix::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	transition: all .4s ease;
}

.abogsyj-img::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 1px;
	background: #1776cf;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	transition: all .4s ease;
}

.abogsyj-cont {
	width: 100%;
	text-align: center;
	padding: 25px 60px 40px 60px;
}

.abogsyj-cont p {
	font-size: 15px;
	color: #444444;
	line-height: 1.7;
}

.vt1 {}

.vt1 h9 {
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 15px;
	color: #fff;
	line-height: 1.8;
}

.vt1 p {
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	margin-bottom: 12px;
}


.advantage-list2 {
	width: 23%;
	float: left;
	margin: 20px 1% 0 1%;
	border-radius: 3px;
	box-shadow: 4px 2px 18px rgb(0 0 0 / 4%);
	background: #fff;
}

.advantage-list2 .pro {
	width: 100%;
	line-height: 0;
	border-radius: 0;
	position: relative;
	overflow: hidden;
}




.advantage-list2 .pro img {
	transition: transform 1s;
}

.advantage-list2:hover .pro img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.advantage-list2 .desc {
	padding: 32px 32px 40px;
	border-radius: 0;
}


.advantage-list2 .desc strong {
	display: block;
	color: #232323;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 12px;
}

.advantage-list2 .desc p {
	font-size: 15px;
	color: #3e3e3e;
	line-height: 1.7;
	overflow: hidden;
}


.pink-line1 {
	width: 40px;
	height: 3px;
	background: #1776cf;
	margin-bottom: 22px;
	margin-left: 2px;
}


.mg10 {
	margin-left: -1%;
	margin-right: -1%;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}



.list9 {
	margin-left: -1%;
	margin-right: -1%;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin-top: 30px;
}

.list9>li {

	margin-bottom: 2%;

	width: 23%;

	float: left;

	margin-left: 1%;

	margin-right: 1%;
}

.list9 figure {
	overflow: hidden;
	position: relative;
	margin: 0;
	line-height: 0;
}

.list9 .article-title {
	-moz-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	transition: color .4s;
	font-size: 18px;
	color: #444444;
	line-height: 1.6;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list9 a {
	display: block;
}

.list9 img {
	-moz-transition: -moz-transform 1.2s;
	-o-transition: -o-transform 1.2s;
	-webkit-transition: -webkit-transform 1.2s;
	transition: transform 1.2s;
	width: 100%
}



.news-article__list article {
	height: auto;
	padding: 20px 25px;
	background: #f5f5f5;
}

.news-article__list h1 {
	overflow: hidden;
	max-height: 70px;
	margin-bottom: 5px;
}

.news-article__list .txt {
	font-size: 14px;
	line-height: 1.8;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_zxcp {
	overflow: hidden;
	margin: 0 auto;
	border-top: 1px #e0e0e0 solid;
	border-left: 1px #e0e0e0 solid;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.index_zxcp .index_zxcp_list {
	border-right: 1px #e0e0e0 solid;
	border-bottom: 1px #e0e0e0 solid;
	padding: 40px 15px 35px 15px;
	width: 20%;
	float: left;
	position: relative;
	box-sizing: border-box
}

.index_zxcp .index_zxcp_list dl {
	display: block;
}

.index_zxcp .index_zxcp_list dl img {
	display: block;
	margin: 0 auto;
	height: 50px;
	width: auto;
	transition: 1s ease-in-out;
}

.index_zxcp .index_zxcp_list dl:hover img {
	transform: rotateY(-360deg);
	-webkit-transform: rotateY(-360deg);
}

.index_zxcp .index_zxcp_list dl h3 {
	line-height: 1.7;
	text-align: center;
	padding-top: 15px;
	font-size: 16px;
	color: #444;
	font-weight: 400;
}

.index_zxcp .index_zxcp_list dl p {
	line-height: 28px;
	text-align: center;
	color: #a2a2a2
}


.jm_support {
	width: 100%;
	padding: 80px 0 80px 0;
}

.support_tit {
	text-align: center;
	margin-bottom: 40px;
}

.support_tit .en {
	font-size: 30px;
	font-family: "en";
}

.support_tit h3 {
	font-size: 18px;
	margin-top: 10px;
}

.support_list .box {
	width: 33.3%;
	float: left;
	background: rgba(255, 255, 255, .8);
	overflow: hidden;
	padding: 35px 40px;
	box-sizing: border-box;
	font-size: 12px;
	border-bottom: 1px solid #aaacad;
	border-right: 1px solid #aaacad;
	transition: all .8s;
}

.support_list .box h3 {
	font-size: 17px;
	line-height: 1.5;
	margin-bottom: 12px;
	color: #000;
	font-weight: 400;
}

.support_list .box p {
	color: #585858;
	line-height: 1.7;
	font-size: 14px;
}

.support_list .box:hover {
	background: rgba(255, 255, 255, .5);
}

.jm_warp {
	background: #f5f5f5;
	padding: 70px 0;
}

.jm_form {
	background: #fff;
	padding: 40px 50px 60px;
	box-sizing: border-box;
}

.jm_form .jmform_tit {
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 12px;
	margin-bottom: 32px;
}

.jm_form .namebox em {
	display: block;
	font-size: 24px;
	font-weight: 400;
	font-family: SweetSansPro;
	line-height: 1.2;
	letter-spacing: -1px;
	font-style: normal;
	color: #252525;
}

.jm_form .namebox {
	font-size: 34px;
	color: #333;
	display: inline-block;
	float: left;
	font-weight: 400;
}

.jm_form .tel {
	float: right;
	background: url(../images/tel_icon2.png) no-repeat left center;
	padding-left: 40px;
	line-height: 1.3;
	color: #000;
	font-size: 14px;
}

.jm_form .tel em {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #1776cf;
	font-style: normal;
}

.form_box li {
	width: 45.5%;
	float: left;
	margin-bottom: 25px;
}

.form_box li:nth-child(even) {
	float: right;
}

.form_box li label {
	display: block;
	color: #666666;
	margin-bottom: 10px;
	font-size: 15px;
}

.form_box li .input_text {
	width: 100%;
	height: 54px;
	font-size: 14px;
	padding: 0 12px;
	box-sizing: border-box;
	border: 1px solid #d5d5d5;
	-webkit-appearance: none;
}

.form_box li select {
	background: url(../images/arr3.png) no-repeat right 20px center;
	cursor: pointer;
}

.form_box li .input_text2 {
	width: 48%;
	float: left;
}

.form_box li .input_text2:last-child {
	float: right;
}

.form_box li .text {
	width: 100%;
	height: 110px;
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 15px 12px;
	font-size: 14px;
	box-sizing: border-box;
}

.form_box .trea {
	width: 100%;
}

.jm_form .subbtn {
	width: 200px;
	height: 52px;
	display: block;
	background: #1776cf;
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	border: 0;
	cursor: pointer;
	margin: 0 auto;
}


.support_list {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}


.video-list2 {
	margin-left: -1%;
	margin-right: -1%;
}

.video-list2 .video-item {
	width: 23%;
	background: #ffffff;
	margin-right: 1%;
	margin-left: 1%;
	transition-duration: .5s;
	text-align: center;
	float: left;
}


.video-list2 .video-btn {
	position: absolute;
	background: url(../images/video-btn1.png) no-repeat center;
	width: 52px;
	height: 52px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	transition-duration: .5s;
}

.video-list2 .video-btn:hover {
	transform: translate(-50%, -50%) scale(0.9);
}

.video-list2 .video-name {
	margin: 20px;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


@media all and (max-width:1700px) {
	.contain {
		width: 92%;
		max-width: 1280px;
	}

	.z-container2 {
		width: 92%;
		max-width: 1200px;
	}
}

@media all and (max-width:1599px) {
	.footer .wx {
		padding-left: 30px;
		width: 140px;
	}

	.footer .footer-menu {
		width: 60%;
	}

	.in-num1 ul li span.span2 {
		font-size: 15px;
	}

	.mr_frBtnL {
		margin: 105px 0 0 -60px;
	}

	.mr_frBtnR {
		margin-top: 105px;
	}


	.indFor_txt>p {
		font-size: 14px;
	}

	.indFor_txt {
		padding: 40px 8% 33px;
	}

	.other_banner {
		height: 450px;
	}

	.the_form .content .div_r .item .in_tit {
		width: 22%;
	}

	.the_form .content .div_r .item .in_text {
		width: 77%;
	}

	.the_form .content .div_r .item .in_select {
		width: 77%;
	}

	.the_form .content .div_r .item .in_confirm {
		width: 77%;
	}

	.become {
		background-size: 500px 499px;
	}

}



@media screen and (max-width:1480px) {
	.z_case_jj .desc {
		width: 100%;
	}

	.mr_frUl {
		width: 99%;
	}

	.mr_frBtnL {
		margin: 105px 0 0 -40px;
		width: 20px;
	}

	.mr_frBtnR {
		margin-top: 105px;
		width: 20px;
		margin-right: -40px;
	}

	.mr_frBtnL2 {
		margin: 105px 0 0 -40px;
		width: 20px;
	}

	.mr_frBtnR2 {
		margin-top: 105px;
		width: 20px;
		margin-right: -40px;
	}
}

@media screen and (max-width:1024px) {
	.z_m_box {
		padding: 40px 12px;
	}

	.z_index_solve ul {
		margin-left: -2%;
	}

	.z_index_solve li {
		width: 48%;
		margin-left: 2%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.z_index_solve li .imgbox {
		height: 27vw;
	}

	.z_index_solve .infobox {
		padding: 15px 10px;
	}

	.z_index_solve .infobox .desc {
		display: none;
		margin-top: 0;
	}

	.z_index_solve .infobox h3 {
		font-size: var(--size16);
	}

	.z_bank_swiper {
		width: 100%;
	}

	.z_bank_swiper .swiper-slide {
		width: 100%;
		border-radius: 10px;
	}

	.z_bank_swiper .imgbox {
		height: 46vw;
	}

	.z_swiper_btn {
		background: #fff;
		color: #1776cf;
	}

	.z_bank_swiper .infobox {
		padding: 15px 10px;
	}

	.z_point_list ul {
		margin-left: 0;
	}

	.z_point_list li {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
		padding: 20px 15px;
	}

	.z_point_list .imgbg {
		margin-right: 15px;
	}

	.z_point_list .infobox {
		padding: 30px 0;
		margin: 30px 0;
		margin-bottom: 0;
	}

	.z_point_list .desc {
		font-size: 14px;
	}

	.z_index_news {
		margin-left: 0;
	}

	.z_index_news li {
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
		padding: 0;
	}

	.z_index_news li a {
		/* display: flex; */
		/* align-items: center; */
	}

	.z_index_news li .imgbox {
		/* width: 35vw; */
		/* height: 23vw; */
		/* flex-shrink: 0; */
		/* margin-right: 10px; */
		border-radius: 5px;
	}

	.z_index_news .desc {
		height: auto;
		-webkit-line-clamp: 3;
		margin: 10px 0 15px 0;
		font-size: 14px;
		line-height: 1.6;
	}

	.z_index_news .infobox {
		padding: 15px;
	}

	.z_zx_box {
		width: 100%;
		margin-bottom: 10px;
	}

	.z_zx_box .titbox,
	.z_zx_box li .one {
		height: 50px;
		padding: 0 15px;
	}

	.z_zx_box li .down {
		right: 50px;
	}

	.z_gd_warp {
		display: block;
	}

	.z_newsxq_page .z-container {
		width: 100%;
	}

	.z_gd_warp .imgbox {
		width: 100%;
		padding: 30px 12px;
	}

	.z_gd_warp .imgbox h3 {
		font-size: 20px;
	}

	.z_gd_warp .imgbox h4 {
		font-size: 16px;
	}

	.z_gd_warp .content {
		font-size: 14px;
		line-height: 24px;
		padding: 40px 0;
	}

	.z_td_warp .desc {
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.z_td_warp .imgbox {
		width: 100%;
		height: 55vw;
		border-radius: 10px;
		margin-bottom: 20px;
	}

	.z_td_warp .infobox {
		width: 100%;
	}

	.z_td_warp li {
		margin-bottom: 20px;
	}

	.z_td_warp li .bt {
		font-size: 16px;
	}

	.z_td_warp li .text {
		font-size: 14px;
		line-height: 24px;
	}

	.z_td_warp .infobox .tit {
		margin-bottom: 20px;
	}

	.z_case_jj .desc {
		width: 100%;
		margin-top: 20px;
		font-size: 14px;
	}

	.z_case_jj .imgbox {
		margin-top: 30px;
	}

	.z_case_ys li {
		padding: 20px 15px;
		display: block;
		margin-bottom: 15px;
	}

	.z_case_ys li .icon {
		width: 60px;
		margin-right: 10px;
	}

	.z_case_ys li h3 {
		font-size: 16px;
	}

	.z_case_ys li .desc {
		font-size: 14px;
		margin-top: 15px;
		line-height: 24px;
	}

	.z_bank_warp .prev {
		left: 10px;
	}

	.z_bank_warp .next {
		right: 10px;
	}

	.z_index_news h3 {
		font-size: 16px;
		margin-top: 10px;
	}

	.index-title {
		margin: 0 0 15px;
		font-size: 22px;
	}

	.in-num1 ul li {
		width: 50%;
		padding: 15px 10px;
		margin-bottom: 0;
	}

	.in-num1 ul li span.span1 i {
		font-size: 30px;
	}

	.in-num1 {
		margin-top: 0;
		margin-bottom: -20px;
	}



	.in-num1 ul li:after {
		display: none;
	}

	.in-num1 ul li span.span2 {
		font-size: 14px;
	}

	.comm-txt-box p {
		margin: 0 0 18px;
		line-height: 1.8;
	}

	.comm-txt-box {
		font-size: 14px;
	}

	.comm-txt-box2 p {
		margin: 0 0 18px;
		line-height: 1.8;
	}

	.comm-txt-box2 {
		font-size: 14px;
	}

	.commPadding {
		padding: 40px 0 40px 0;
	}

	.section-ul li {
		width: 48%;
		margin: 0 1% 10px 1%;
	}

	.footer {
		padding: 30px 0 10px 0;
	}

	.footer .footer-telephone {
		padding-right: 15px
	}

	.footer .wx {
		padding-left: 15px;
		width: 110px;
	}

	.footer .footer-telephone .phone-number {
		font-size: 22px;
		margin-bottom: 12px;
	}

	.footer .wx .img-box1 {
		height: auto
	}

	.footer .wx p {
		margin-top: 10px;
		font-size: 12px
	}

	.footer .footer-telephone .address {
		font-size: 12px;
		margin-bottom: 8px;
	}

	.footer .web-info {
		line-height: 1.6;
		font-size: 12px;
		display: block;
		padding-top: 10px;
		margin-top: 15px;
	}

	.footer .web-info span {
		display: block
	}

	.footer .footer-menu {
		display: none
	}

	.footer .footer-telephone {
		padding: 0 30px 0 0;
		width: 62%;
		border-left: none;
	}

	.zss1 {
		display: none;
	}

	.zss2 {
		display: block;
	}

	.mr_frbox {}

	.mr_frBtnL {
		float: left;
		margin: 100px 0 0px 0px;
		cursor: pointer;
		display: inline;
		width: 5%;
		margin-right: 5%;
	}

	.mr_frUl {
		float: left;
		width: 85%;
	}

	.mr_frBtnR {
		float: right;
		margin-top: 100px;
		cursor: pointer;
		width: 5%;
		margin-right: 0;
	}

	.mr_frUl ul li {
		display: inline;
		float: left;
		width: 92%;
		margin-right: 10px;
		overflow: hidden;
	}

	.Isrv-swiper .name {
		font-size: 18px;
		margin: 16px 0 0;
	}

	.Isrv-swiper .con {
		padding: 0 5%;
		font-size: 14px;
	}

	.Isrv-icon {
		width: 120px;
		height: 120px;
	}

	.Icase-wrap {
		width: 100%;
		padding: 70px 6%;
		height: auto;
	}

	.Icase-wrap .name {
		font-size: 22px;
		line-height: 1.8;
	}

	.Icase-wrap .con {
		margin: 15px 0 0;
		font-size: 14px;
	}

	.Icase-wrap .btn.more-btn {
		margin: 50px 0 0;
	}

	.indFor_a {
		width: 48%;
		margin-bottom: 12px;
	}

	.indFor_txt>span {
		font-size: 16px;
	}


	.indFor_txt>p {
		font-size: 13px;
		margin-top: 10px;
	}

	.indFor_txt {
		padding: 25px 8% 20px;
	}

	.indFor_num {
		width: 80px;
		height: 80px;
	}

	.other_banner {
		margin-top: 50px;
		height: 180px;
	}

	.other_banner .banner_text h3 {
		font-size: 24px;
		margin-bottom: 0;
		font-weight: 400;
	}

	.other_banner .banner_text h4 {
		font-size: 24px;
		margin-bottom: 3px;
	}


	.line33 {
		margin: 10px auto;
	}


	.nymenu_mid ul li a {
		padding: 15px 0;
		line-height: 1.5;
		font-size: 14px;
	}

	.nymenu_mid ul li {
		padding: 0 20px;
		width: 50%;
		float: left;
		display: block;
	}

	.home-block {
		padding: 40px 0;
	}

	.article {
		padding: 25px 25px;
	}

	.subNewsTitle h3:first-child {
		font-size: 18px;
		padding: 0 0px 20px;
	}

	.srvStgy-top {
		margin: 15px auto 0;
		font-size: 14px;
	}


	.srvStgy-top p {
		margin-bottom: 10px;
	}

	.srv-wrap {
		padding: 25px 20px 30px 20px;
		background: #fff;
	}

	.srv-top {
		padding-bottom: 15px;
		text-align: left;
		font-size: 22px;
	}

	.contact_content_inner {

		padding: 25px 22px;
	}


	.ul-download li a.link {
		display: block;
		font-size: 14px;
		line-height: 48px;
	}

	.ul-download {
		padding: 0 0 10px
	}


	.download-list-box .title {
		width: 100%;
		cursor: pointer;
		padding-left: 38px;
		background: url(../images/ser221.png) no-repeat left center;
		line-height: 60px;
		font-size: 14px;
		overflow: hidden;
		height: 60px;
		color: #444;
		border-bottom: 1px solid #e0e0e0;
	}

	.download-list-box .download {
		margin-top: 15px;
		width: 80px;
		height: 30px;
		padding-left: 17px;
		line-height: 30px;
		background: #1776cf url(../images/ser231.png) no-repeat 50px center;
		color: #fff;
		font-size: 13px;
		display: block;
		border-radius: 30px;
	}

	.download-list-box .title:hover {
		background: url(../images/ser221_h.png) no-repeat left center;
		color: #1776cf;
	}

	.ti22 {
		width: 65%;
	}

	.new-list li {
		width: 100%;
		float: left;
		padding: 0 10px;
		margin-bottom: 25px;
	}

	.news-pagecontent {
		width: 100%;
	}

	.news-pagelist {
		float: left;
		width: 100%;

		margin-top: 20px;
	}

	.news-pagecontent .page .title h1 {
		font-size: 20px;

		font-weight: normal;
		color: #262626;
	}

	.news-pagecontent .page {


		padding: 20px 20px 15px;
	}

	.allfl div {
		position: relative;
		padding: 38px 35px;
	}

	.seviceBox h4 {
		font-size: 18px;

		font-weight: 700;
	}

	.pro_list li {
		width: 98%;
		margin-bottom: 15px;
	}

	.search-condition-ex {
		padding: 15px 15px;
		font-size: 14px;
	}


	.search-condition-ex .search-conditions dl dd>a,
	.search-condition-ex .search-conditions dl dd .custom-salary a,
	.search-condition-ex .search-conditions dl dd.select-industry ul li .sub-industry a {
		padding: 5px 15px;
		margin-right: 2px;
	}

	.mr_frbox {}

	.mr_frBtnL {
		float: left;
		margin: 90px 0 0px 0px;
		cursor: pointer;
		display: inline;
		width: 5%;
		margin-right: 5%;
	}

	.mr_frUl {
		float: left;
		width: 85%;
	}

	.mr_frBtnR {
		float: right;
		margin-top: 90px;
		cursor: pointer;
		width: 5%;
	}

	.mr_frUl ul li {
		display: inline;
		float: left;
		width: 92%;
		margin-right: 10px;
		overflow: hidden;
	}

	.honorbd h4 {
		padding: 0;

	}


	.wrap {
		padding-top: 60px;
	}

	.new-list1 li {
		width: 100%;
		margin-bottom: 15px;
	}

	.close {
		position: absolute;
		width: 32px;
		height: 32px;
		right: 30px;
		top: 30px;
	}

	.index-three .index-dec {
		font-size: 16px;
	}

	.A-title .t1 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.in-one {
		padding: 40px 0;
	}

	.index_text1 {
		width: 92%;
		max-width: 900px;
	}

	.cpn-culture6 ul li {
		width: 48%;
		margin-bottom: 20px;
	}

	.cpn-culture6 ul li s {
		max-width: 80px;
		margin: 0 auto 15px auto;
	}


	.cpn-culture7 ul li {
		width: 48%;
		margin-bottom: 20px;
	}

	.cpn-culture7 ul li s {
		max-width: 80px;
		margin: 0 auto 15px auto;
	}

	.cpn-culture8 ul li {
		width: 48%;
		margin-bottom: 20px;
	}

	.cpn-culture8 ul li s {
		max-width: 80px;
		margin: 0 auto 15px auto;
	}

	.a562 {
		font-size: 22px;
		margin-top: 15px;
	}

	.x122 {
		padding-left: 0;
	}


	#tabs li {
		display: block;
		width: 50%;
		float: left;
	}

	#tabs a {
		margin: 8px 0;
		line-height: 1.4;
		width: 100%;
		text-align: center;
		font-size: 14px;
		height: auto;
		padding: 0 10px;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	#tabs {

		margin-bottom: 40px;
		margin-top: 10px;
		padding: 10px 0;
	}

	.starGn_bg {
		height: 180px;
	}

	.scet {
		padding: 25px;
	}

	.proxqcp {
		height: auto;
		padding: 40px 0;
		margin-top: 57px;
	}

	.proxqcp-img {
		width: 100%;
		height: auto;
		padding-bottom: 0;
	}

	.proxqcp-img img {
		max-height: 280px;
	}

	.proxqcp-mix {
		width: 100%;
		padding: 28px 0 0;
	}

	.proxqcp-cont h2 {
		font-size: 22px;
		margin-bottom: 14px;
	}

	.proxqcp-btn a:last-child {
		margin-left: 12px;
	}

	.proxqcp-btn {
		margin-top: 24px;
	}


	.proxqcp-cont p {
		font-size: 15px;
	}

	.advantage-list1 {
		width: 100%;
	}

	.txt5 p {
		font-size: 15px;
	}

	.cpn-culture ul li {
		width: 98%;
		margin-bottom: 15px;
	}

	.Iab-box {
		float: none;
	}

	.x12 {
		padding: 30px 0 0 0;
		font-size: 14px;
	}

	.x13 {
		padding: 30px 0 0 0;
		font-size: 14px;
	}

	.x12 p {
		font-size: 14px;
	}

	.x13 p {
		font-size: 14px;
	}

	.a563 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.bt22 p {
		font-size: 14px;
	}


	.business .busFlex {
		display: block;
	}

	.process-item {
		width: 50%;
		float: left;
		margin-bottom: 10px;
	}

	.buslc .h5 {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}

	.process-item:nth-child(1):before {
		display: none;
	}

	.process-item:nth-child(3):before {
		display: none;
	}

	.process-item:nth-child(5):before {
		display: none;
	}

	.process-item:nth-child(7):before {
		display: none;
	}

	.process-item:nth-child(9):before {
		display: none;
	}


	.index_text1 p {
		font-size: 14px;
	}

	.cpn-culture6 ul li p {
		font-size: 14px;
	}

	.cooperation .cooperation-content-3 .cooperation-content-3-item dl dt {
		width: 100%;
		margin-bottom: 15px;
	}

	.cooperation .cooperation-content-3 .cooperation-content-3-item dl {
		background-color: #fff;
		display: block;
		margin-bottom: 15px;
	}

	.cooperation .cooperation-content-3 .cooperation-content-3-item dl dd {
		padding: 30px 20px;
	}

	.cooperation .cooperation-content-3 .cooperation-content-3-item dl dd h2 {
		font-size: 20px;
	}

	.cooperation .cooperation-content-3 {
		padding: 40px 0;
	}


	.cooperation .cooperation-content-3 .cooperation-content-3-item dl dd .text {
		font-size: 14px;
	}

	.line33 {
		margin: 10px auto;
	}

	.home-block {
		padding: 40px 0;
	}

	.home-block1 {
		padding: 40px 0;
	}

	.news-pagecontent .page .content p,
	.news-pagecontent .page .content ul,
	.news-pagecontent .page .content ol {
		font-size: 14px;
	}

	.cr1 {
		background: #fff;
		padding: 0 20px 40px;
	}

	.listInfo dt {
		width: 100%;
		overflow: hidden;
		float: left;
		text-align: center;
	}

	.listInfo dd {
		float: left;
		width: 100%;
		overflow: hidden;
		padding: 22px 0 0 0;
		position: relative;
	}

	.listInfo h3 {
		font-size: 16px;
		line-height: 1.5;
	}

	.listInfo .info .info-r {
		float: left;
		color: #9E9E9E;
		height: 28px;
		line-height: 28px;
		overflow: hidden;
	}

	.listInfo h3 a {
		font-size: 16px;
		line-height: 1.5;
	}

	.listInfo p {
		display: -webkit-box;
		-webkit-line-clamp: 20;
		-webkit-box-orient: vertical;

		overflow: hidden;
	}


	.new-list2 li {
		width: 100%;
		margin-bottom: 10px;
	}

	.new-list2 li figcaption {
		padding: 25px 18px;
		height: 138px;
	}

	.new-list2 li:hover figcaption {
		height: 189px;
	}

	.section-ul2 li {
		width: 48%;
		margin: 0 1% 10px 1%;
	}

	.yy5 {
		height: 300px;
	}

	.pubTitle4 {
		margin-bottom: 25px;
	}

	.pubTitle4 h6 {
		font-size: 22px;
	}

	.h3-size22 {
		font-size: 16px;
	}

	.p-size16 {
		font-size: 14px;
	}

	.relly-formipt input {
		height: 44px;
		padding: 0px 15px;
		font-size: 14px;
	}

	.relly-form textarea {
		margin-top: 0;
		padding: 16px 15px;
		height: 160px;
	}

	.relly-formyzm input {
		width: 280px;
		height: 44px;
		padding: 0 15px;
	}

	.relly-formyzm span {
		margin-left: 12px;
		height: 44px;
		width: 150px;
	}

	.relly-formbtn {
		height: 44px;
	}

	.relly-formyzmbtn {
		margin-top: 20px;
	}

	.reltab {
		padding: 20px 0 40px;
	}

	.reltab li {
		padding: 28px 0;
		margin-top: 20px;
	}

	.reltab-item {
		padding: 0 24px 0 18px;
	}

	.reltab-img {
		width: 50px;
		margin-top: 16px;
	}

	.relyx-list li {
		width: 98%;
		margin-bottom: 15px;
	}

	.relly {
		padding: 38px 0;
	}

	.relly-formipt input {
		width: 100%;
		margin-bottom: 20px;
	}

	.relly-form {
		margin-top: 0;
	}

	.relly-formyzm input {
		width: 180px;
	}

	.relly-formyzm span {
		width: 120px;
	}

	.relly-formbtn {
		width: 100%;
		margin-top: 20px;
	}

	.relyx-info {
		display: none;
		width: 100%;
		position: fixed;
		z-index: 99999;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, .4);
	}

	.relyx-info .contain {
		position: relative;
		height: 100%;
	}

	.relyx-infoitem {
		height: 440px;
		background: #fff;
		position: absolute;
		top: 50%;
		margin-top: -220px;
		padding: 32px 0 36px;
	}

	.relyx-infoitem ul {
		display: block;
		width: 100%;
		overflow-y: auto;
		height: 384px;
		padding: 0 24px;
	}

	.relyx-info li {
		padding: 0;
		width: 100%;
		margin-top: 24px;
	}

	.relyx-info li h6 {
		margin-bottom: 10px;
	}

	.relyx-info li:first-child {
		margin-top: 0;
	}

	.relyx-close {
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		z-index: 2;
		top: 0;
		right: 0;
		background: #0D6BAD url('../images/public/closeH.png') no-repeat center /16px auto;
	}

	.relly-formipt {
		margin-top: 0;
	}

	.solution .solution-content .industry-item dl {
		background-color: #FFF;
		display: block;
		align-items: center;
		margin-bottom: 20px;
	}

	.solution .solution-content .industry-item dl dt {
		width: 100%;
		line-height: 0;
	}

	.solution .solution-content .industry-item dl dd {
		flex: 1;
		padding: 30px;
		max-height: 100%;
	}

	.solution .solution-content .industry-item dl dd h2 {
		font-weight: normal;
		font-size: 22px;
	}

	.solution .solution-content .industry-item dl dd p span.line {
		display: block;
		width: 20px;
		height: 2px;
		margin: 12px 0;
	}

	.solution .solution-content .industry-item dl dd p a {
		margin-top: 20px;
	}

	.solution-content {}

	.solution .solution-content .industry-item dl dd .text {
		font-size: 14px;
	}


	.solution5 .solution-content .industry-item dl {
		background-color: #FFF;
		display: block;
		align-items: center;
		margin-bottom: 20px;
		margin-top: 10px;
	}

	.solution5 .solution-content .industry-item dl dt {
		width: 100%;
		line-height: 0;
	}

	.solution5 .solution-content .industry-item dl dd {
		flex: 1;
		padding: 20px 0 10px 0;
		max-height: 100%;
	}

	.solution5 .solution-content .industry-item dl dd h2 {
		font-size: 18px;
	}

	.solution5 .solution-content .industry-item dl dd p span.line {
		display: block;
		width: 20px;
		height: 2px;
		background-color: #147861;
		margin: 12px 0;
	}

	.solution5 .solution-content .industry-item dl dd p a {
		margin-top: 20px;
	}

	.solution5 .solution-content .industry-item dl dd .text {
		font-size: 14px;
	}

	.scet p {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.serBaozItem {
		width: 100%;
		margin: 0 0 18px;
		padding: 28px 24px 48px;
	}

	.serJsItem {
		margin-bottom: 10px;
		width: 100%;
	}

	.serJsText span {
		font-size: 16px;
	}

	.serBaozText span {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.serSop_div {
		margin-bottom: 0;
	}

	.serSop_b span {
		font-size: 14px;
	}

	.serSop_item {
		padding: 10px;
	}


	.serSop_mlb img {
		width: 10px;
		margin-left: -5px;
	}

	.serSop_mlb_top {
		top: -8px;
	}

	.serSop_mlb_btm {
		bottom: -8px;
	}

	.serShuju {
		margin-top: 18px;
	}

	.serShuju li b {
		font-size: 34px;
	}

	.serBaozItem {
		padding-bottom: 24px;
		margin-bottom: 14px;
	}

	.serBaozText p {
		font-size: 14px;
		padding-right: 0;
		min-height: 75px;
	}

	.cpn-culture6 ul li h4 {
		font-size: 14px;
	}

	.cpn-fl {
		width: 100%;
		padding-top: 0px;
	}

	.cpn-fr {
		width: 100%;
		float: left;
		margin-top: 30px;
	}

	.cpn-fr h2 {
		font-size: 16px;
		margin: 0 auto 10px;
	}

	.cpn-fr p {
		font-size: 14px;
	}

	.talent-block {
		height: auto;
		margin: 0 auto;
		width: 100%;
	}

	.talent-block .text {
		position: relative;
		width: 100%;
		height: auto;
		background: #f1f1f1;
		padding: 30px 25px;
	}

	.talent-block .box {
		position: relative;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
		top: 0;
		width: 100%;
		right: auto !important;
		left: auto !important;
	}

	.talent-block .box h2 {
		font-size: 20px;
		margin-bottom: 10px;
		margin-left: 0px;
		line-height: 1.3;
	}

	.talent-block .box h2:before {
		width: 8px;
		height: 8px;
		bottom: -4px;
		left: -15px
	}

	.talent-block .box h3 {
		font-size: 14px;
		margin-bottom: 15px;
		margin-left: 0px
	}

	.talent-block .box .txt {
		line-height: 1.8;
		font-size: 14px;
	}

	.talent-block .img {
		position: relative;
		width: 100%;
		height: auto;
	}

	.talent-block .img:before {
		content: "";
		display: block;
		padding-top: 61%
	}

	.talent-block .line {
		display: none
	}

	#talent-top {
		margin-bottom: 15px
	}

	#talent-top .box {
		padding: 15px;
		line-height: 2;
		font-size: 14px;
	}

	#talent-top .box:before {
		display: none
	}

	#capita-top {
		padding: 40px 0;
		margin-bottom: 15px
	}

	#capita-top .bg {
		background-attachment: inherit
	}

	#capita-top h2 {
		font-size: 16px
	}

	#capita-top h3 {
		font-size: 14px
	}

	#title-after-banner .container {
		padding-top: 15px;
	}

	#title-after-banner .container:before {
		display: none
	}

	#title-after-banner h1 {
		font-size: 22px !important;
		line-height: 1.4;
		margin-bottom: 5px !important
	}

	#title-after-banner h4 {
		font-size: 14px !important
	}

	#title-after-banner.type-2 {
		padding: 20px 0
	}

	.become {
		background: none !important;
	}

	.the_form .content .div_r {
		float: left;
		width: 100%;
		border: 4px solid #eff3f7;
		padding: 40px 20px 30px 20px;
	}

	.the_form .content .div_r .item .in_tit {
		text-align: left;
		font-size: 14px;
		height: 26px;
		line-height: 26px;
		width: 100%;
		margin-bottom: 2px;
	}

	.the_form .content .div_r .item .in_text {
		float: left;
		width: 100%;
	}

	.the_form .content .div_r .item .in_text input {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		padding: 0;
	}

	.the_form .content .div_r .item .in_select {
		float: right;
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.the_form .content .div_r .item .in_select .div_box select {
		font-size: 14px;
		line-height: 36px;
		height: 36px;
		padding-left: 0;
	}

	.the_form .content .div_r .item .in_text textarea {
		font-size: 14px;
		padding: 8px 5px;
	}

	.the_form .content .div_r .item .in_confirm {
		float: left;
		width: 100%;
	}

	.the_form .content .div_r .item .in_confirm .confirm p {
		font-size: 14px;
	}

	.the_form .content .div_r .item .in_confirm .confirm {
		font-size: 14px;
		margin-bottom: 30px;
	}

	.the_form .content .div_r .item .in_confirm button {
		width: 180px;
		height: 46px;
		line-height: 46px;
		font-size: 14px;
	}

	.sonTitle h2 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.abogsgk-img {
		width: 100%;
	}

	.abogsgk-items,
	.abogsyj-list {
		margin-top: 25px;
	}

	.abogsgk-cont h2 {
		font-size: 18px;
	}

	.abogsgk-cont i {
		height: 18px;
	}

	.abogsgk-cont {
		padding: 40px 0 0;
		background-size: 54px auto;
		background-position: top 30px left;
		width: 100%;
	}

	.abogsjj-img img {
		min-height: auto;
	}

	.abogsjj-img:last-child img {
		height: 400px;
	}

	.abogsjj-cont .sonTitle h2 {
		margin-bottom: 12px;
	}

	.abogsjj-cont .sonTitle p {
		font-size: 14px;
		line-height: 2;
	}

	.abogsyj-img-mix h2 {
		font-size: 18px;
	}

	.abogsyj-cont {
		padding: 20px 30px;
		height: auto;
	}

	.abogshz-loop .swiper-container {
		padding: 30px 8px 50px;
	}

	.abogshz-img {
		height: 82px;
		box-shadow: 0 0 8px rgba(14, 41, 75, .1);
		width: 48.5%;
	}

	.abogsgk-cont p {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.abogsjj {
		height: auto;
	}

	.abogsjj-img {
		width: 100%;
		height: 250px;
	}

	.abogsjj-img1 {
		width: 100%;
		height: auto;
	}

	.abogsjj-cont {
		width: 100%;
		padding: 30px 30px;
		display: block;
		margin: 0;
	}

	.abogsyj-list li {
		width: 98%;
		margin-bottom: 15px;
	}

	.abogsyj-cont p {
		font-size: 14px;
	}

	.abogsyj-img-pic {
		height: 132px;
	}

	.vt1 {
		margin-bottom: 0;
	}

	.vt1 h9 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.vt1 p {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.advantage-list2 {
		width: 98%;
		margin: 10px 1% 10px 1%;
	}

	.advantage-list2 .desc {
		padding: 22px;
	}

	.advantage-list2 .desc strong {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.pink-line1 {
		width: 30px;
		margin-bottom: 20px;
	}

	.list9>li {

		width: 48%;
	}

	.news-article__list article {
		padding: 12px 15px;
	}

	.list9 .article-title {
		font-size: 16px;
	}

	.news-article__list .txt {
		font-size: 12px;
	}

	.pubcatetit {
		font-size: 22px;
	}

	.linei {
		width: 20px;
		height: 3px;
		margin: 15px auto;
	}

	.welsay {
		font-size: 14px;
		margin-top: 20px;
		margin-bottom: 35px;
	}

	.welfare ul li {
		width: 33.333333333%;
	}

	.welfare ul li p {
		font-size: 14px;
	}

	.welfare ul li img {
		max-height: 50px;
	}

	#job-list {
		margin-bottom: 0;
	}


	#job-list .box {
		padding: 15px 10px;
		margin-top: 10px;
	}

	#job-list .box .top {
		font-size: 15px;
	}

	#job-list .name,
	#job-list .num,
	#job-list .address,
	#job-list .date {
		width: 21%;
		padding: 15px 0;
	}

	#job-list .name {
		width: 28%;
		padding-left: 15px;
	}

	#job-list .arrow {
		width: 8%;
	}

	#job-list .arrow i {


		width: 20px;

		height: 52px;

		-webkit-background-size: 12px;

		-moz-background-size: 12px;

		background-size: 12px;

		display: none;

	}

	#job-list .article {
		font-size: 14px;
	}

	#job-list .content {
		padding: 10px 15px;
		font-size: 12px;
	}


	#job-list .content .txt {
		font-size: 14px;
		margin-bottom: 10px;
		padding-top: 10px;
	}


	#job-list .content h3 {
		padding-left: 15px;
	}

	#job-list .content h3:before {
		width: 6px;
		height: 6px;
		top: 9px
	}


	#job-list .name {
		width: 70%;
	}

	#job-list .date {
		width: 22%;
	}

	#job-list .num,
	#job-list .address {
		display: none;
	}

	#job-list .content p {
		font-size: 13px;
	}

	.z_index_tit6 {
		margin-bottom: 20px;
	}

	.z_index_tit6 .h3 {
		font-size: 22px;
	}

	.index_zxcp {
		overflow: hidden;
		margin: 0 auto;
		border-top: 1px #e0e0e0 solid;
		border-left: 1px #e0e0e0 solid;
	}

	.index_zxcp .index_zxcp_list {
		width: 50%;
	}

	.index_zxcp .index_zxcp_list dl {
		display: block;
	}

	.index_zxcp .index_zxcp_list dl img {
		display: block;
		margin: 0 auto;
		height: 40px;
		width: auto;
		transition: 1s ease-in-out;
	}

	.index_zxcp .index_zxcp_list dl:hover img {
		transform: rotateY(-360deg);
		-webkit-transform: rotateY(-360deg);
	}

	.index_zxcp .index_zxcp_list dl h3 {
		line-height: 33px;
		text-align: center;
		padding-top: 12px;
		font-size: 16px;
		color: #444;
	}

	.index_zxcp .index_zxcp_list dl p {
		line-height: 28px;
		text-align: center;
		color: #a2a2a2
	}

	.index_zxcp .index_zxcp_list dl h3 {
		line-height: 25px;
		font-size: 14px;
	}

	.index_zxcp .index_zxcp_list {}

	.index_zxcp .index_zxcp_list dl {}

	.support_list .box {
		width: 100%;
		padding: 25px 30px;
		height: auto;
		overflow: hidden;
	}

	.jm_support {
		padding: 40px 0px;
	}

	.jm_warp {
		padding: 40px 0;
	}

	.jm_form {
		background: #fff;
		padding: 25px 25px;
		box-sizing: border-box;
	}

	.jm_form .jmform_tit {
		border-bottom: 1px solid #d5d5d5;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

	.jm_form .namebox em {
		display: block;
		font-size: 20px;
		line-height: 1.2;
	}

	.form_box li {
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}

	.jm_form .subbtn {
		width: 100%;
		margin-top: 0px;
	}

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

	.jm_form .namebox {
		font-size: 22px;
	}

	.jm_form .tel em {
		font-size: 16px;
	}

	.form_box li label {
		font-size: 14px;
	}

	.video-list2 .video-item {
		width: 98%;
		margin-bottom: 10px;
	}

	.video-list2 .video-name {
		margin: 18px;
		font-size: 14px;
	}

	.case-list>h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.case-list,
	.resource-list {
		margin-bottom: 20px;
	}

	.case-list ul li {
		width: 48%;
	}

	.case-list ul li a>h4 {

		padding: 15px 15px 15px 15px;
		font-size: 15px;
	}
}


.gtgt01 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 14px;
}