@font-face {
	font-family: "Regular";
	src: url(/fontSource/AlibabaPuHuiTi-3-55-Regular.otf);
}

@font-face {
	font-family: "Heavy";
	src: url(/fontSource/AlibabaPuHuiTi-3-105-Heavy.otf);
}

/* @font-face {
	font-family: "Black";
	src: url(/fontSource//AlibabaPuHuiTi-2-115-Black.ttf);
} */

/* @font-face {
	font-family: "Thin";
	src: url(/fontSource//AlibabaPuHuiTi-2-35-Thin.ttf);
} */

@font-face {
	font-family: "Light";
	src: url(/fontSource/AlibabaPuHuiTi-3-45-Light.otf);
}

@font-face {
	font-family: "Medium";
	src: url(/fontSource/AlibabaPuHuiTi-3-65-Medium.otf);
}

@font-face {
	font-family: "SemiBold";
	src: url(/fontSource/AlibabaPuHuiTi-3-75-SemiBold.otf);
}

@font-face {
	font-family: "Bold";
	src: url(/fontSource/AlibabaPuHuiTi-3-85-Bold.otf);
}

/* 
@font-face {
	font-family: "ExtraBold";
	src: url(/fontSource/AlibabaPuHuiTi-2-95-ExtraBold.ttf);
} */

.horseRaceLamp {}

.horseRaceLamp>:nth-child(2n) ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	height: 100%;
	animation: move 80s linear infinite;
	animation-fill-mode: both;
}

.horseRaceLamp>:nth-child(2n-1) ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row-reverse;
	height: 100%;
	animation: move1 80s linear infinite;
	animation-fill-mode: both;
}

/* 客户合作样式 */
.box {
	width: 100%;
	height: 79px;
	overflow: hidden;
	/* margin-top: 10px; */
	position: relative;

}

.header-blur {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 100%;
	/* background-image: linear-gradient(red, green 50%); */
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
	z-index: 1;
}

.footer-blur {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 200px;
	height: 100%;
	/* background-image: linear-gradient(red 40%, green); */
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25));
	z-index: 1;
}

/* .box ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	height: 100%;
	animation: move 20s linear infinite;
	animation-fill-mode:both;
} */

.box ul:hover {
	animation-play-state: paused;
}

.box ul li {
	height: 100%;
	width: 152px;

	flex-shrink: 0;
	/* box-shadow: 0 2px 30px 0 #eaecf4;
	border-radius: 4px; */
	/* border: 1px solid #eaf0fc; */
	line-height: 80px;
	text-align: center;
}

.box ul li img {}

.banner_middles {
	width: 100%;
	height: 135px;
	/* background-color: #2656ED; */
	background: url("/_im_g/bottompicture.png") left top / 100% no-repeat;
	text-align: center;
	padding: 28px 0;
	background-size: 100% 100%;
	height: 147px;

}

.banner_middle_ask {

	font-size: 24px;
	font-family: Regular;
	font-weight: normal;
	color: #FFFFFF;


}

.banner_middle_res {
	display: inline-block;
	line-height: 30px;
	width: 107px;
	height: 30px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	margin-right: 10px;
}

.banner_middle_res>a {
	color: #2656ED;
	text-decoration: none;
	font-size: 16px;
	font-family: Regular;
}

a {
	text-decoration: none;
}

.banner_middle_trial {
	margin-top: 12px;
	display: inline-block;
	width: 107px;
	height: 30px;
	line-height: 30px;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	border: 1px solid #FFFFFF;
	margin-left: 10px;

}

.banner_middle_trial>a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	font-family: Regular;
	font-weight: normal;
}

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

.banner_all .banner_content {
	position: absolute;
	bottom: 50%;
	left: 26.5%;
	transform: translateY(50%);
}

.banner_all .banner_content .banner_title_main {



	height: 59px;
	font-size: 42px;
	font-family: Bold;
	font-weight: normal;
	color: #383A3F;
}

.banner_all .banner_content .banner_title_sub {
	height: 30px;
	font-size: 22px;
	font-family: Regular;
	font-weight: normal;
	color: #383A3F;
	margin-bottom: 48px;

}

.banner_title_href {
	width: 150px !important;
	margin-left: 0 !important;
	display: inline-block !important;
	height: 38px !important;
	background: #2656ED !important;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	text-align: center !important;
	font-size: 16px !important;
	font-family: Regular;
	font-weight: normal !important;
	color: #FFFFFF !important;
	text-decoration: none;
	line-height: 38px !important;

}

.banner_all .banner_pic {
	width: 100%;
}


.customer_tabs {
	text-align: center;
	height: 50px;
	line-height: 50px;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 1px rgba(139, 139, 139, 0.15);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	padding: 0 26.5%;
	margin-bottom: 10px;
	font-size: 0;
}

.customer_tabs .customer_box {
	width: 100%;
}

.customer_tabs>.customer_box>:first-child {
	background-color: #F0F5FF;
	color: #2656ED;
}

.customer_tabs_nav {
	display: inline-block;
	border-right: 1px solid rgba(212, 213, 214, 0.3);
	width: calc(100% / 6);
	height: 50px;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	font-size: 12px;
	font-family: Medium;
	font-weight: normal;
	color: #383A3F;
	background-color: #FFFFFF;

}

.nav-item>a {
	font-size: 16px;
	font-family: Medium;
	font-weight: normal;
}

.modalInfo {
	width: 677px;
	height: 691px;
	background: url("/_im_g/首页素材/alertBg.png") center no-repeat;
	background-size: cover;
	float: left;
	position: relative;
}

.chacha {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}

.modalTitle {
	margin-top: 65px;
	text-align: center;
	font-size: 24px;
	font-family: Medium;
	font-weight: normal;
	color: #17191E;


}

.modalTitleTwo {

	width: 529px;
	height: 59px;
	line-height: 59px;
	margin: 15px auto 0 auto;
	text-align: center;
	font-size: 27px;
	font-family: Medium;
	font-weight: normal;
	color: #17191E;
	background-image: url("/_im_g/首页素材/矩形\ 22.png");
}

.modalTitleThree {
	margin: 15px auto 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 529px;
	height: 170px;
	padding: 0 31px;
	background-image: url("/_im_g/首页素材/组\ 7@2x.png");
}

.modalTitleThreeItem {
	width: 143px;
	height: 124px;
	background-image: url("/_im_g/首页素材/组\ 10.png");
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.modalTitleThreeItem>div {
	width: 136px;
	height: 38px;
	margin-top: 13px;
	font-size: 14px;
	font-family: Regular;
	font-weight: normal;
	color: #383A3F;
	line-height: 20px;
	text-align: center;

}

.modalTitleThreeItem>img {
	width: 35px;
	height: 35px;
	display: inline-block;
	margin-top: 22px;

}

.modalTitleFour {
	width: 529px;
	height: 156px;
	margin: 20px auto 0 auto;

	background-image: url("/_im_g/首页素材/组\ 11.png");

}

.modalTitleFourOtemTitle {
	font-size: 18px;
	font-family: Medium;
	font-weight: normal;
	color: #17191E;
	text-align: center;
	padding-top: 24px;
}

.modalTitleFourItemAllPro {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.modalTitleFourItemAllPro>img {
	width: 38px;
	height: 38px;
	margin-top: 17px;
}

.modalTitleFourItemAll {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 43px;
}

.modalTitleFourItemAllPro>span {
	font-size: 16px;
	font-family: Regular;
	font-weight: normal;
	color: #383A3F;
	margin-top: 8px;
}

.shenqing {
	margin-top: 28px;
	text-align: center;
}

.shenqing>button {
	width: 159px;
	height: 54px;
	background: #2656ED;
	border-radius: 5px 5px 5px 5px;
	opacity: 1;

	font-size: 18px;
	font-family: Regular;
	font-weight: normal;
	color: #FFFFFF;

}

.industryBackground {}

.right_tabs {
	position: fixed;
	right: 0;
	bottom: 217px;
}

.allPover {
	position: fixed;
	right: 0;
	bottom: 500px;
}

.animation {
	transform: translateY(-28px);
	transition: all 1s ease;
	opacity: 0;
}



/* @keyframes myMoveFadeout {
	0% {
		transform: translateY(0px);
		opacity: 1;

	}

	100% {
		transform: translateY(-28px);
		transition: all 2s ease;
		opacity: 0;
	}
} */


.fade_in {
	transform: translateY(-36px);
	transition: all 1s ease;
	opacity: 0;
}

.fade_out {
	transform: translateY(-36px);
	transition: all 1s ease;
	opacity: 1;
}

.boxs_right {
	height: 56px;
	overflow: hidden;
	position: fixed;
	width: 200px;
	bottom: 470px;
	right: 0;
}

.t_news {
	height: 28px;
	color: #fff;
	padding-left: 10px;
	margin: 8px 0;
	overflow: hidden;
	position: relative;
}

.boxs_right,
.line,
.right_tabs {
	z-index: 9999999999999;

}

.t_news b {
	line-height: 28px;
	font-weight: bold;
	display: inline-block;
}

.news_li,
.swap {
	line-height: 28px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	text-align: end;
}

.news_li a,
.swap a {
	color: #fff;
	margin-bottom: 0;
}

.swap {
	top: 28px;
}

.privatization {
	display: inline-block;
	width: max-content;
	padding: 0px 10px;
	height: 28px;
	color: #303133;
	background-color: #fff;
	box-shadow: 2px 2px 6px 1px rgba(222, 223, 225, 1);
	margin-bottom: 5px;
	border-radius: 16px 16px 16px 16px;
	opacity: 1;
	font-size: 12px;
	font-family: Regular;
	font-weight: normal;
	color: #000000;
	text-align: center;
	line-height: 28px;
	cursor: pointer;


}

.privatization>span {

	font-size: 12px;
	font-family: Regular;
	font-weight: normal;
	color: #000000;

}

.rightButton {

	width: 67px;
	height: 195px;
	background: #FFFFFF;
	box-shadow: 2px 3px 8px 1px rgba(222, 223, 225, 1);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
}







.lineAsk {
	position: fixed;
	right: 0;
	bottom: 435px;

	width: 112px;
	height: 39px;
	margin-top: 26px;
	background-image: url("/_im_g/rightPicture/矩形\ 10.png");
	background-repeat: no-repeat;
	background-position: left top;
	display: flex;
	align-items: flex-end;
	font-size: 14px;
	font-family: Regular;
	font-weight: normal;
	color: #FFFFFF;
	cursor: pointer;

}

.rightPictureSize {
	width: 20px;
	height: 20px;
}

.rightBorder {
	width: 55px;
	height: 1px;
	background-color: #E8E8E8;
	opacity: 1;
	margin: auto;

}

.rightRegisterShow {
	position: relative;
}

.rightRegisterShowMain {
	font-size: 14px;
	font-family: Regular;
	font-weight: normal;
	color: #000000;
	height: 65px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
}

.rightRegisterShowMain>div {
	font-size: 14px;
	font-family: Regular;
	font-weight: normal;
	color: #000000;

}

.rightShowLRegigterTwo {
	display: none;
	position: absolute;
	right: 143px;
	top: 123px;
}

.rightShowLRegigterItem {
	margin-bottom: 16px;
	text-align: center;
	width: max-content;
	padding: 0 10px;
	/* width: 96px; */
	height: 28px;
	line-height: 28px;
	background: #FFFFFF;
	box-shadow: 2px 2px 6px 1px rgba(222, 223, 225, 1);
	border-radius: 16px 16px 16px 16px;
	opacity: 1;
}

.rightPhoneShow {
	position: relative;
}

.rightPhoneShowMain {
	font-size: 14px;
	font-family: Regular;
	font-weight: normal;
	color: #000000;
	height: 65px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
}

.rightPhoneShowMain>div {
	font-size: 14px;
	font-family: Regular;
	font-weight: normal;
	color: #000000;
}

.rightWxShow {
	position: relative;
}

.rightShowLWx {
	display: none;
	position: absolute;
	text-align: center;
	right: 75px;
	padding-top: 19px;
	top: 0;
	width: 150px;
	height: 220px;
	background: #FFFFFF;
	box-shadow: 2px 3px 8px 1px rgba(222, 223, 225, 1);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
}

.rightShowLWxOne {
	width: 80px;
	height: 80px;
}

.rightShowLWxTwo {
	margin-top: 5px;
	font-size: 13px;
	font-family: Regular;
	font-weight: normal;
	color: #000000;
	margin-bottom: 0;
	margin-top: 15px;
}

.rightShowLWxThree {
	font-size: 13px;
	font-family: Regular;
	font-weight: normal;
	color: #000000;
	margin-bottom: 0;
}

.rightShowLPhone {
	position: absolute;
	display: none;
	padding-top: 16px;
	padding-left: 16px;
	right: 75px;
	top: 0px;
	width: 191px;
	height: 110px;
	background: #FFFFFF;
	box-shadow: 2px 3px 8px 1px rgba(222, 223, 225, 1);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
}

.rightShowLPhoneOne {

	font-size: 14px;
	font-family: Regular;
	font-weight: normal;
	color: #000000;
}

.rightShowLPhoneTwo {
	margin-top: 8px;
	font-size: 18px;
	font-family: Medium;
	font-weight: normal;
	color: #2656ED;

}

.rightShowLPhoneThree {
	margin-top: 8px;
	font-size: 12px;
	font-family: Regular;
	font-weight: normal;
	color: #959799;

}

.rightWxShowMain {
	font-size: 14px;
	font-family: Regular;
	font-weight: normal;
	color: #000000;
	height: 65px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
}

.rightWxShowMain>div {
	font-size: 14px;
	font-family: Regular;
	font-weight: normal;
	color: #000000;
}

.rightShowLRegigterItem>span {

	font-size: 12px;
	font-family: Regular;
	font-weight: normal;
	color: #000000;
}

.rightShowLRegigter {
	display: none;
	position: absolute;
	right: 323px;
	top: 67px;
}

.lineAsk>span {
	line-height: 33px;
}

.lineAsk>img {
	width: 52px;
	height: 50px;
}

#div_company_mini {
	display: none;
}

.bannerBorder {
	width: 2px;
	height: 25px;
	background: #383A3F;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	margin: 8px 14px 0px 14px;
	display: inline-block;
}

.industryShadow {
	padding: 32px 23px;
	background: #FFFFFF;
	box-shadow: 2px 3px 6px 1px rgba(96, 116, 122, 0.16);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	margin-right: 10px;
	text-align: center;
}

.text-center .industryShadow {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.industryBackgroundTitle {
	margin-top: 65px;
	margin-bottom: 20px;
	font-size: 28px;
	font-family: SemiBold;
	font-weight: normal;
	color: #383A3F;
	text-align: center;

}

.industrySolutionsDetail {

	font-size: 16px;
	font-family: Regular;
	font-weight: normal;
	color: #2656ED;

}

.industryBackgroundDes {
	font-size: 16px;
	font-family: Regular;
	font-weight: normal;
	color: #68696D;
	text-align: left;
	text-indent: 2em;
	margin-bottom: 5px;
}

.industrySolutionsTitle {
	font-size: 16px;
	font-family: Medium;
	font-weight: normal;
	color: #17191E;
}

.industryBackgroundSub {
	padding: 11px 0;
	font-size: 16px;
	font-family: Medium;
	font-weight: normal;
	color: #383A3F;
}

.industryBackgroundSubLeft {
	text-align: left;
}

.industryBackgroundSubDes {
	font-size: 16px;
	font-family: Regular;
	font-weight: normal;
	color: #68696D;
	text-align: left;
}

.industrySolution {
	font-size: 20px;
	margin-bottom: 10px;
	font-family: SemiBold;
	font-weight: normal;
	color: #383A3F;
}

.industryProduct {
	font-size: 12px;
	font-family: Medium;
	font-weight: normal;
	color: #383A3F;
}

.industryBackground .industryClearBorder {
	border: 0px !important;
	background: #FFFFFF;
	box-shadow: 3px 3px 6px 1px rgba(90, 102, 122, 0.16);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
}

.industryClearBorder .industryBackgroundSub {
	font-size: 16px;
	font-family: SemiBold;
}

.industryClearBorder .industryBackgroundSubDes {
	font-size: 14px;
	font-family: Regular;
}

.industryBackground .industryCase {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 30px;
	padding-bottom: 110px
}

.industryBackground .industryCaseAdve {
	width: 32%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	flex-wrap: nowrap;
	background: #FFFFFF;

	box-shadow: 2px 3px 10px 1px rgba(174, 181, 188, 0.4);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;

}

.industryBackground .industrySolutions {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding: 8px;
}

.homeBannerMain {
	position: absolute;
	top: 50%;
	left: 26.5%;
	transform: translateY(-50%);
}

.lineFont {
	font-size: 16px;
	font-family: Regular;
	font-weight: normal;
	color: #68696D;
}

.homeBannerDesc {
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
	padding-left: 26.5%;
	background: rgba(255, 255, 255, 0.25);

}

.homeBannerDesc>ul {
	display: flex;
	margin-top: 1rem;
}

.homeBannerDescTitle {

	font-size: 14px;
	font-family: Medium;
	font-weight: normal;
	color: #383A3F;
	margin-bottom: 0;

}

.kuai {
	margin-top: 0px !important;
}

.kuai2 {
	padding-left: 26.5%;
	padding-right: 26.5%;
}

.distance {
	padding-left: 26.5%;
	padding-right: 26.5%;
	text-align: center;
}

.dataCenterSystemBg {
	text-align: left;
	background-image: url("/_im_g/nenglijvzheng.png");
	background-position: left top;
	background-size: 100% 100%;
}

.dataCenterSyetemTitle {
	font-size: 18px;
	font-family: SemiBold;
	font-weight: normal;
	color: #383A3F;
}

.dataCenterSystemSub {
	font-size: 16px;
	margin-top: 15px;
	font-family: Regular;
	font-weight: normal;
	color: #68696D;
}

.systemContent>div:not(:last-child) {
	margin-right: 16px;
}

.dataCenter>div>:nth-child(3)>div {
	margin-bottom: 0;
}

.getDocument {
	display: inline-block;
	width: 75px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background: #2656ED;
	box-shadow: 0px 3px 6px 1px rgba(90, 102, 122, 0.16);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	font-size: 14px;
	font-family: Regular;
	font-weight: normal;
	color: #FFFFFF;
}

.industryProductFlex {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin-bottom: 4px !important;
}

.industryProductDetail {
	/* width: 97px; */
	height: 16px;
	font-size: 14px;
	font-family: Light;
	font-weight: normal;
	color: #68696D;
	line-height: 16px;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.industryProductA {
	font-size: 14px;
	font-family: SemiBold;
	font-weight: normal;
	color: #383A3F;
}

.industryProductA+span {
	display: none;
}

.industryProductA:hover {
	color: rgba(38, 86, 237, 1);
}

.industryProductA:hover+span {
	display: block;
	color: rgba(38, 86, 237, 1);
}

.industrySceneProTopHidden {
	display: none;
}

.guestbookChangeJmRightTitle {
	font-size: 16px;
	font-family: Bold;
	font-weight: normal;
	color: #383A3F;
	margin-bottom: 3px;
}

.guestbookChangeJmLeft {
	width: 35px;
	height: 35px;
	margin-right: 20px;

}

.industrySceneProDesBottomHide {
	display: none;
}

.guestbookChangeJm {

	height: 110px;

	background: linear-gradient(180deg, #FAFBFF 0%, #FFFFFF 100%);
	box-shadow: 3px 3px 8px 1px rgba(243, 245, 248, 1);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	border: 1px solid #FFFFFF;
	padding-left: 45px;
}

.imgborder {}

.switchPicRight {
	padding: 0 !important;
	height: 100% !important;
	text-align: end !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
}

.newFooter {
	padding-left: 26.5%;
	padding-right: 26.5%;
	padding-top: 47px;
	background-color: #0C1836;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.newFooterLeft {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	width: 100%;
}

.newFooterBottom {
	padding-left: 26.5%;
	padding-right: 26.55%;
	padding-top: 47px;
	background-color: #0C1836;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.newFooterCopyright {
	padding-left: 26.5%;
	padding-right: 26.5%;
	background-color: #0C1836;
	text-align: center;
	padding-top: 47px;
	padding-bottom: 42px;

}

.footerBorder {
	border: 0.5px solid #3A3E48;
	margin-bottom: 10px;

}

.newFooterLeftNavMain {
	margin-bottom: 19px;
	display: inline-block;
	font-size: 16px;
	font-family: Regular;
	font-weight: normal;
	color: #FFFFFF;
	white-space: nowrap;
}

.newFooterLeftNavSub>li>a {
	font-size: 14px;
	font-family: Regular;
	font-weight: normal;
	color: #959799;
	white-space: nowrap;

}

.newFooterLeftNavSub li:not(:last-child) {
	margin-bottom: 10px;
}

.liL {
	width: 32% !important;
	background-size: 100% 100% !important;
	/* margin-top: 56px; */
	margin-bottom: 10px !important;
	border-radius: 10px !important;
}

.guestbookChangeJm {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	padding-top: 20px;
	padding-bottom: 20px;
}

.guestbookChangeJmRight {
	text-align: left;
}

.guestbookChangeJmRightSub {
	font-size: 16px;
	font-family: Regular;
	font-weight: normal;
	color: #383A3F;
}

.guestbookTypeItemTitle {
	font-size: 16px;
	font-family: Bold;
	font-weight: normal;
	color: #FFFFFF;
}

.guestbookTypeItemSubTitle {
	font-size: 16px;
	zoom: 0.91666;
	font-family: Light;
	font-weight: normal;
	color: #FFFFFF;
	display: inline-block;
	text-align: left;

}

.guestbookTypeItem {
	width: 29%;
	text-align: center;
}

.guestbookType {
	display: flex;
	justify-content: space-between;
	padding-top: 49px;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 45px;
}

.guestbookTypeBorder {
	width: 0px;
	height: 50px;
	opacity: 1;
	margin-left: 47px;
	margin-right: 47px;
	border: 1px solid #FFFFFF;
}

.guestbookCooperateFlowPath {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 40px;
}

.guestbookCooperateFlowPathItem>img {
	margin-top: 46px;
	width: 40px;
	height: 40px;
}

.liL>img {
	width: 100%;
}

.guestbookCooperateFlowPathItem>h5 {
	font-size: 17px;
	font-family: SemiBold;
	font-weight: normal;
	color: #383A3F;
	white-space: nowrap;
	margin-bottom: 46px;
	margin-top: 19px;
}

.guestbookCooperateFlowPathItem {
	width: 20%;
	background: #FFFFFF;
	box-shadow: 5px 5px 10px 1px rgba(243, 245, 248, 0.80);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	margin-top: 12px;
	text-align: center;
	position: relative;
}

.guestbookCooperateSvg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -15px;
	z-index: 99;
	border-radius: 50%;
	background: #FFFFFF;
	opacity: 1;
	width: 30px;
	height: 30px;
	border: 1px solid #E8E9EA;
}

.guestbookCooperateInfoForm {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	justify-content: space-between;
}

.guestbookCooperateInfoFormName {
	width: 48%;
	height: 40px;
	line-height: 40px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	border: 1px solid #D4D5D6;
	margin-bottom: 6px;
	white-space: nowrap;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.guestbookCooperateInfoFormPhone {
	width: 48%;
	height: 40px;
	line-height: 40px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	border: 1px solid #D4D5D6;
	margin-bottom: 6px;
	white-space: nowrap;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.guestbookCooperateInfoFormCompany {
	width: 48%;
	height: 40px;
	line-height: 40px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	border: 1px solid #D4D5D6;
	margin-bottom: 6px;
	white-space: nowrap;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.guestbookCooperateInfoFormEmail {
	width: 48%;
	height: 40px;
	line-height: 40px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	border: 1px solid #D4D5D6;
	margin-bottom: 6px;
	white-space: nowrap;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.guestbookCooperateInfoFormInfo {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 34px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	border: 1px solid #D4D5D6;
	font-size: 12px;
	font-family: Regular;
	font-weight: normal;
	color: #68696D;


}




.guestbookCooperateInfoForm .name {
	margin: 0px 34px;
	font-size: 16px;
	font-family: Regular;
	font-weight: normal;
	color: #68696D;

}

.guestbookCooperateInfoForm .phone {
	margin: 0px 34px;
	font-size: 16px;
	font-family: Regular;
	font-weight: normal;
	color: #68696D;
}

.guestbookCooperateInfoForm .company {
	margin: 0px 34px;
	font-size: 16px;
	font-family: Regular;
	font-weight: normal;
	color: #68696D;
}

.guestbookCooperateInfoForm .text {
	width: calc(100% - 23.63px);
	padding-left: 34px;
}

.guestbookCooperateInfoForm .email {
	margin: 0px 34px;
	font-size: 16px;
	font-family: Regular;
	font-weight: normal;
	color: #68696D;
}

.guestbookCooperateInfoForm .selftInfo {
	width: 100%;

	font-size: 16px;
	font-family: Regular;
	font-weight: normal;
	color: #68696D;
}

.formBorder {
	opacity: 1;
	height: 31px;
	border: 1px solid #D4D5D6;
}

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

.guestbookCooperateFooterInfoBeleve {
	margin-top: 20px;
	font-size: 16px;
	font-family: Regular;
	font-weight: normal;
	color: #68696D;
	margin-bottom: 30px;

}

.guestbookCooperateInfoFormCoop {
	width: 125px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	background: #2656ED;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	margin: auto;
	margin-top: 37px;
}

.openCoopera {
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	font-size: 16px;
	line-height: 33px;
	font-family: Regular;
	font-weight: normal;
	color: #FFFFFF;

}

.guestbookCooperateFooterInfo .hotPhone {
	font-size: 16px;
	font-family: Regular;
	font-weight: normal;
	color: #2656ED;
	margin-top: 40px;
	display: inline-block;
}



.guestbookCooperateFooterInfo .hotPhone>span {
	font-size: 16px;
	font-family: Regular;
	font-weight: normal;
	color: #2656ED;
	display: inline-block;
}

.homeBannerDescdesc {
	width: 249px;
	font-size: 14px;
	font-family: Regular;
	font-weight: normal;
	color: #68696D;
	margin-bottom: 0;
	white-space: nowrap
}

.frontFive {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;


}

.frontFiveMain {
	width: 20%;
	text-align: center;
	font-family: Medium;
	height: 75px;
	display: flex;
	align-items: center;
	background: #FFFFFF;
	box-shadow: 0px 3px 3px 1px rgba(90, 102, 122, 0.1);
	/* padding: 27px 54px; */
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	/* border: 1px solid #D4D5D6; */
}

.frontFiveMain>a {
	display: inline-block;
	width: 100%;

}

.frontFiveMain>div {
	width: 100%;
	height: 100%;
	white-space: nowrap;
	line-height: 75px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.afterFive {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.afterFiveMain {
	text-align: center;
	font-family: Medium;
	width: 18%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #FFFFFF;
	box-shadow: 0px 3px 3px 1px rgba(90, 102, 122, 0.1);
	border-radius: 0px 0px 0px 0px;
	/* padding: 27px 54px; */
	opacity: 1;
	/* border: 1px solid #D4D5D6; */
}

.afterFiveMain>a {
	display: inline-block;
	width: 100%;
	height: 48px;
	line-height: 48px;
}

.afterFiveMain>div {
	width: 100%;
	height: 48px;
	line-height: 48px;
}

.industrySceneProDesTop {

	font-size: 18px;
	font-family: Medium;
	font-weight: normal;
	color: #383A3F;
}

.industrySceneProTopHidden {
	cursor: pointer;
	font-size: 18px;
	font-family: Medium;
	font-weight: normal;
	color: #FFFFFF;
}

.industrySceneProDesBottom {
	font-size: 14px;
	font-family: Medium;
	font-weight: normal;
	color: #383A3F;
}

.industrySceneProDesBottomHide {
	font-size: 14px;
	font-family: Medium;
	font-weight: normal;
	color: #383A3F;
}

.collegeContainer_banner_all {
	position: relative;
	text-align: center;
}

.collegeContainer_banner_content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}

.collegeContainer_banner_title_main {
	font-size: 38px;
	font-family: Heavy;
	font-weight: normal;
	color: #17191E;

}

.collegeContainer_banner_title_sub {
	font-size: 38px;
	font-family: Heavy;
	font-weight: normal;
	color: #17191E;

}

.collegeContainer_input {
	width: 344px;
	height: 35px;
	padding-left: 36px;
	background: #FFFFFF;
	border-radius: 33px 33px 33px 33px;
	opacity: 1;
	background-image: url("/_im_g/捷码学院/搜索.png");
	background-position: 14px center;
	background-repeat: no-repeat;

}

.collegeContainer_input::placeholder {
	font-size: 14px;
	font-family: Regular;
	font-weight: normal;
	color: #959799;
	line-height: 35px;
}

.hotWords>a {
	font-size: 14px;
	font-family: Regular;
	font-weight: normal;
	color: #959799;
}

.collegeVideoTutorials {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.collegeVideoTutorials_product {
	width: calc((100% - 15px) / 4);
	box-shadow: 2px 3px 6px 1px rgba(96, 116, 122, 0.16);
	border-radius: 5px 5px 5px 5px;
	opacity: 1;
}

.collegeVideoTutorials_productLine {
	padding: 25px 0;
	background: linear-gradient(152deg, #5E82F7 0%, #D6E4FF 100%);
	border-radius: 5px 5px 0px 0px;
	opacity: 1;
	font-size: 16px;
	font-family: SemiBold;
	font-weight: normal;
	color: #FFFFFF;

}

.collegeVideoTutorials_productHref {
	padding: 39px 26px 35px 26px;

}

.collegeVideoTutorials_productHref>button {
	background: #FFFFFF;
	width: 100%;
	display: inline-block;
	padding: 7px 0;
	border-radius: 5px 5px 5px 5px;
	opacity: 1;
	border: 1px solid #1664FF;

}

.collegeVideoTutorials_productHref>button>a {
	font-size: 14px;
	font-family: Regular;
	font-weight: normal;
	color: #2656ED;

}

.collage_basic_course_title {
	font-size: 28px;
	font-family: SemiBold;
	font-weight: normal;
	color: #383A3F;
}

.collage_basic_course_subTitle {
	font-size: 16px;
	font-family: Regular;
	font-weight: normal;
	color: #68696D;
	margin-top: 5px;
	margin-bottom: 40px;
}

.collage_basic_course_video_left {
	text-align: left;
	width: 216px;
	height: 279px;
	background-size: 100% 100%;
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 36px;
	padding-bottom: 16px;
	padding-left: 22px;
	padding-right: 22px;
}

.collage_basic_course_video_content {
	text-align: right;
	margin-left: 15px;
}

.collage_basic_course_video_content .collage_basic_course_video_content_title {
	text-align: left;
}

.collage_basic_course_video_content .collage_basic_course_video_content_subtitle {
	text-align: left;
}

.collage_basic_course_video_content>button {
	text-align: right;
}

.collage_basic_course_video_content_title {
	font-size: 16px;
	font-family: SemiBold;
	font-weight: normal;
	color: #383A3F;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.collage_basic_course_video_content_subtitle {
	font-size: 12px;
	font-family: Regular;
	font-weight: normal;
	color: #68696D;
}

.collage_basic_course_video_right_img {

	width: 41%;
}

.collage_basic_course_video_right_img>img {
	width: 100%;
}

.collage_basic_course_video_content {
	width: 59%;

}

.collage_basic_course_video_left_title {
	font-size: 18px;
	font-family: SemiBold;
	font-weight: normal;
	color: #383A3F;
}

.collage_basic_course_video_left_subTitle {
	font-size: 18px;
	font-family: SemiBold;
	font-weight: normal;
	color: #383A3F;
}

.collage_basic_course_video_button {
	display: inline-block;
	font-size: 14px;
	padding: 5px 15px;
	font-family: Regular;
	font-weight: normal;
	color: #2656ED;
	margin-top: 24px;
	background: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	opacity: 1;
	border: 1px solid #2656ED;
}

.collage_basic_course_video {
	display: flex;
	flex-wrap: nowrap;
}

.collage_basic_course_video_desc {
	font-size: 16px;
	font-family: Regular;
	font-weight: normal;
	color: #959799;
	margin-top: 5px;
}

.collage_basic_course_video_right {
	width: calc(100% - 216px);
	display: flex;
	flex-wrap: wrap;

}

.collage_item {
	width: 50%;
	padding: 20px;
	display: flex;
	flex-wrap: nowrap;
	background: #FFFFFF;
	/* box-shadow: 2px 3px 6px 1px rgba(96, 116, 122, 0.16); */
	opacity: 1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(212, 213, 214, 1);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(212, 213, 214, 1);


}

.collage_basic_course_video_right>.collage_item:nth-child(n+3) {
	border-bottom-width: 0px;
}

.collage_basic_course_video_right>.collage_item:nth-child(2n) {
	border-right-width: 0px;
}

.collegeSearchMore {
	display: inline-block;
	font-size: 14px;
	font-family: Regular;
	font-weight: normal;
	color: #2656ED;
	margin-top: 1px;
	text-align: right;
	margin-top: 5px;
}

.specializedCourses {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.specializedCourses>:nth-child(n+5) {
	margin-top: 20px;
}


.specializedCoursesItem {
	width: 24%;
}

.specializedCoursesItem_content {
	padding: 10px 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 0px 0px 0px 0px;

}

.specializedCoursesItem_title {
	font-size: 14px;
	font-family: Medium;
	font-weight: normal;
	color: #383A3F;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	/* width: 55%; */
	text-align: left;
}

.specializedCoursesItem_time {
	/* width: 45%; */
	font-size: 12px;
	font-family: Regular;
	font-weight: normal;
	color: #68696D;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align: right;

}

.collegeHrefMore {
	display: inline-block;
	margin-top: 50px;
	padding: 6px 36px;
	font-size: 14px;
	font-family: Regular;
	font-weight: normal;
	color: #FFFFFF;
	background: #2656ED;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
}

@keyframes move {

	/* 为什么设置 -600px ？公式：主图张数 * 单个图片高度（每轮主图只有 4 张，4 张照片为一个周期，如果需要轮播的主图为 7、8、9...张，都一样） */

	100% {
		transform: translateX(-100%) translateZ(0);
	}
}

@keyframes move1 {

	/* 为什么设置 -600px ？公式：主图张数 * 单个图片高度（每轮主图只有 4 张，4 张照片为一个周期，如果需要轮播的主图为 7、8、9...张，都一样） */

	100% {
		transform: translateX(100%) translateZ(0);
	}
}

.banner_content {
	position: ;
}

.company_banner_content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.company_banner_title_main {
	font-size: 34px;
	font-family: Regular;
	font-weight: normal;
	color: #FFFFFF;
}

.advantagesOfThePlanTitle {
	font-size: 16px;
	font-family: SemiBold;
	font-weight: normal;
	color: #383A3F;
}

.advantagesOfThePlan {
	display: flex;
	justify-content: flex-start;
	align-content: center;
	flex-wrap: wrap;
}

.advantagesOfThePlanSubTitle {
	font-size: 16px;
	font-family: Regular;
	font-weight: normal;
	color: #68696D;
	line-height: 130%;

}

.advantagesOfThePlanItemText {
	margin-left: 27px;
}

.advantagesOfThePlanItem {
	padding: 25px 27px;
	display: flex;
	width: calc(50% - 10px);
	background: #FFFFFF;
	align-items: center;
	text-align: left;
	box-shadow: 3px 3px 6px 1px rgba(90, 102, 122, 0.16);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
}

.company_banner_boder {
	width: 1px;
	height: 25px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	margin: 0 14px;
}

.company_banner_subtitle {
	font-size: 34px;
	font-family: Regular;
	font-weight: normal;
	color: #FFFFFF;
}

.company_profile {
	position: relative;
}

.company_profile>img {
	width: 100%;
}

.company_profile_sub {
	position: absolute;
	top: 50%;
	left: 50%;
	/* right: 0; */
	/* bottom: 0; */
	transform: translate(-50%, -50%);
}

.companyIntroTopDistance {
	margin-top: 28px !important;
}

.company_profile_subMainTitle {
	font-size: 18px;
	font-family: Bold;
	font-weight: normal;
	color: #383A3F;
}

.company_profile_subSubTitle {
	font-size: 16px;
	font-family: Regular;
	font-weight: normal;
	color: #383A3F;
	margin-top: 12px;
	white-space: nowrap;
}



@media screen and (max-width:1520px) and (min-width:1285px) {
	.homeBannerMain {
		position: absolute;
		top: 50%;
		left: 15%;
		transform: translateY(-50%);
	}

	.homeBannerDesc {
		position: absolute;
		bottom: 0;
		margin-bottom: 0;
		padding-left: 15%;
		background: rgba(255, 255, 255, 0.25);

	}

	.kuai2 {
		padding-left: 15%;
		padding-right: 15%;
	}

	.banner_middles {
		width: 100%;
		height: 130px;
		/* background-color: #2656ED; */
		background: url("/_im_g/bottompicture.png") left top / 100% no-repeat;
		text-align: center;
		padding: 14px 0;
		background-size: 100% 100%;
	}

	.distance {
		padding-left: 15%;
		padding-right: 15%;
		text-align: center;
	}

	.banner_all .banner_content {
		position: absolute;
		bottom: 50%;
		left: 15%;
		transform: translateY(50%);
	}

	.newFooter {
		padding-left: 15%;
		padding-right: 15%;
		padding-top: 47px;
		background-color: #0C1836;
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
	}

	.newFooterBottom {
		padding-left: 15%;
		padding-right: 15%;
		padding-top: 47px;
		background-color: #0C1836;
		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
		/* margin-top: 28px; */
	}

	.newFooterCopyright {
		padding-left: 15%;
		padding-right: 15%;
		padding-top: 47px;
		background-color: #0C1836;
		text-align: center;
		padding-bottom: 42px;

	}

	.customer_tabs {
		text-align: center;
		height: 50px;
		line-height: 50px;
		background: #FFFFFF;
		box-shadow: 0px 3px 6px 1px rgb(139 139 139 / 15%);
		border-radius: 0px 0px 0px 0px;
		opacity: 1;
		padding: 0 15% !important;
		margin-bottom: 10px;
		font-size: 0;
	}

	.collage_basic_course_video_left {
		text-align: left;
		width: 24%;
		background-size: 100%, 100%;
		background-position: left top;
		background-repeat: no-repeat;
		padding-top: 36px;
		padding-bottom: 16px;
		padding-left: 22px;
		padding-right: 22px;
		height: 300px;
	}

}

@media screen and (max-width:1285px) and (min-width:1000px) {
	.homeBannerMain {
		position: absolute;
		top: 40%;
		left: 5%;
		transform: translateY(-50%);
	}

	.homeBannerDesc>ul>li {
		margin-right: 50px !important;
	}

	.homeBannerDesc {
		position: absolute;
		bottom: 0;
		margin-bottom: 0;
		padding-left: 5%;
		background: rgba(255, 255, 255, 0.25);
	}

	.kuai2 {
		padding-left: 5%;
		padding-right: 5%;
	}

	.newFooter {
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 47px;
		background-color: #0C1836;
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
	}

	.newFooterBottom {
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 47px;
		background-color: #0C1836;
		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
	}

	.newFooterCopyright {
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 47px;
		padding-bottom: 42px;
		background-color: #0C1836;
		text-align: center;
	}

	.banner_all .banner_content {
		position: absolute;
		bottom: 50%;
		left: 5%;
		transform: translateY(50%);
	}

	.customer_tabs {
		text-align: center;
		padding: 0 5% !important;
		height: 50px;
		line-height: 50px;
		background: #FFFFFF;
		box-shadow: 0px 3px 6px 1px rgb(139 139 139 / 15%);
		border-radius: 0px 0px 0px 0px;
		opacity: 1;

		margin-bottom: 10px;
		font-size: 0;
	}

	.distance {
		padding-left: 5%;
		padding-right: 5%;
		text-align: center;
	}

	.banner_middles {
		width: 100%;
		height: 130px;
		/* background-color: #2656ED; */
		background: url("/_im_g/bottompicture.png") left top / 100% no-repeat;
		text-align: center;
		padding: 14px 0;
		background-size: 100% 100%;
	}

	.collage_basic_course_video_left {
		text-align: left;
		width: 24%;
		height: 330px;
		background-size: 100%, 100%;
		background-position: left top;
		background-repeat: no-repeat;
		padding-top: 36px;
		padding-bottom: 16px;
		padding-left: 22px;
		padding-right: 22px;
	}

}

.bg-body-tertiary {
	background-color: transparent !important;
}

ul,
ol,
li,
dl,
dd,
dt {
	list-style-type: none;
	line-height: normal;
}

address,
caption,
cite,
code,
dfn,
i,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	cursor: pointer;
}

img {
	border: 0;
	max-width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: normal;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

input,
table,
tr,
td {
	margin: 0;
	padding: 0;
	border: none;
}

p {
	margin: 0;
	padding: 0;
}

button,
table {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

select {
	margin: 0;
	padding: 0;
	outline: none;
}

textarea {
	border: 0;
	background: none;
	resize: none;
	outline: 0;
}

input {
	outline: 0;
	border: 0;
	background: none;
}

button {
	outline: none;
	border: 0;
	background: none;
}

._el {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

._el2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

._el3 {
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

._el4 {
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

._el5 {
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}


.w_1600 {
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body .p-3 {
	padding: 0 !important;
}

.row>* {
	padding-left: 0 !important;

}

body {
	overflow-x: auto !important;
	overflow-y: auto;
	min-width: 980px !important;
}

.ctext {
	float: left;
	width: 100%;
	padding-left: 100px;
	padding-right: 100px;
}

@media screen and (max-width:1680px) {
	.w_1600 {
		max-width: 96%;
	}
}

@media screen and (max-width:1024px) {
	.w_1600 {
		max-width: 92%;
	}

	.ctext {
		padding-left: 15px;
		padding-right: 15px;
	}

}

#obtn {}

.head {
	width: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 16;
	border-bottom: 1px solid rgba(221, 221, 221, 0.15);
}

.head .logo {
	float: left;
	line-height: 0;
	margin: 23px 0;
}

.head .logo img {
	max-width: none;
	height: 44px;
}

/*.head .m-r{float:right;}*/
.head .tel {
	float: right;
	margin: 23px 0;
	color: #2e6ee1;
	font-size: 16px;
	line-height: 44px;
	padding-left: 26px;
	background: url(../_im_g/top1_1.png) left center no-repeat;
}

.head .SignIn a {
	float: right;
	margin: 23px 1.7% 23px 2.9%;
	line-height: 44px;
	color: #2e6ee1;
	font-size: 16px;
	padding-left: 26px;
	background: url(../_im_g/top2.png) left center no-repeat;
}

.index .head .SignIn a {}

.head .FreeUse a {
	float: right;
	margin: 23px 0;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	padding: 0 17px;
	background: #2e6ee1;
}

.head .FreeUse a:hover {
	box-shadow: 0 5px 10px rgba(255, 255, 255, 0.2);
	border-radius: 6px;
}

.menu {
	float: right;
	width: 52.7%;
	margin-right: 6.3%;
}

.menu .ul {
	float: left;
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	justify-content: flex-start;
	margin-left: 10%
}

.menu .nli {
	float: left;
	position: relative;
}

.menu .nli span a {
	float: left;
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 90px;
}

.menu .sub {
	display: none;
	float: left;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	width: 120px;
}

.menu .sub li {
	float: left;
	width: 100%;
	border-bottom: 1px solid black;
}

.menu .sub li a {
	float: left;
	width: 100%;
	color: #333;
	background: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	padding: 6px 15px;
	white-space: nowrap;
}

.menu .sub li a:hover {
	background: #2e6ee1;
	color: #fff;
}

.head1 {
	position: relative;
	background: #fff;
	box-shadow: 0 0 18px rgba(208, 208, 208, 0.14);
}

.head1 .menu .nli span a {
	color: #333;
}

.head1 .menu .nli span a:hover {
	color: #2e6ee1;
}

.menu .ul .nli.active span a {}

.head1 .tel {
	color: #2e6ee1;
	background: url(../_im_g/top1_1.png) left center no-repeat;
}


.xialaph {
	position: fixed;
	left: 0;
	top: 0;
	float: left;
	width: 100%;
	height: 100%;
	overflow: scroll;
	padding: 60px 15px;
	display: none;
	z-index: 15;
	background: #181b22;
}

.xialaph .ul2,
.xialaph .ul3 {
	display: none;
}

.xialaph h4 a {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
}

.xialaph h4 a span {
	padding-left: 6px;
	color: #ccc;
	font-size: 14px;
}

.xialaph h4 {
	float: left;
	width: 100%;
	position: relative;
	margin-top: -1px;
}

.xialaph h4 i {
	float: left;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 12px;
	top: 50%;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	opacity: 0.8;
	transform: translate(0, -50%) rotate(45deg);
	-ms-transform: translate(0, -50%) rotate(45deg);
}

.xialaph h4.active i {
	transform: translate(0, -50%) rotate(135deg);
	-ms-transform: translate(0, -50%) rotate(135deg);
	margin-top: -4px;
	border-top: 1px solid #2e6ee1;
	border-right: 1px solid #2e6ee1;
	opacity: 1
}

.xialaph li:last-child h4::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	opacity: 0.2;
}

.xialaph li:first-child h4::after {
	display: none;
}

.xialaph li:last-child h4::before {
	display: none;
}

.xialaph h4:hover a {
	color: #2e6ee1;
}

.xialaph h5:hover a {
	color: #2e6ee1;
}

.xialaph h4::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	opacity: 0.2;
}

.xialaph h5 a {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	text-transform: uppercase;
}

.xialaph h5 {
	float: left;
	width: 100%;
	position: relative;
}

.xialaph h5::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #fff;
	opacity: 0.2;
}

.xialaph li:last-child h5::after {
	display: none;
}

.xialaph .ul2 {
	float: left;
	width: 100%;
	padding: 0 10px;
}

a {
	text-decoration: none !important;
}

.xialaph .ul3 {
	float: left;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	position: relative;
}

.xialaph .ul3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #fff;
	opacity: 0.2;
}

.xialaph li:last-child .ul3::after {
	display: none;
}

.xialaph .ul3 li {
	float: left;
	width: 100%;
}

.xialaph .ul3 li a {
	float: left;
	width: 100%;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	display: block;
	position: relative;
	padding-left: 12px;
}

.xialaph .ul3 li a:hover {
	color: #14264e;
}

.xialaph .ul3 li a:after {
	float: left;
	width: 4px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	content: '';
	background: #03a5f0;
}

.xialaph .ul3 li:first-child {
	padding-top: 0;
}

.menuph {
	display: none;
	float: right;
	width: 28px;
	height: 22px;
	cursor: pointer;
	text-align: center;
	margin: 19px 0;
}

.menuph .point {
	display: inline-block;
	width: 28px;
	height: 22px;
	position: relative;
}

.menuph .point:hover .navbtn,
.menuph .point:hover .navbtn::after,
.menuph .point:hover .navbtn::before {
	width: 28px;
}

.menuph .navbtn {
	position: absolute;
	top: 10px;
	right: 0;
	display: inline-block;
	width: 28px;
	height: 2px;
	background: #2e6ee1;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.menuph .navbtn::after,
.menuph .navbtn::before {
	position: absolute;
	right: 0;
	display: inline-block;
	width: 28px;
	height: 2px;
	content: '';
	background: #2e6ee1;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.menuph .navbtn::after {
	top: -11px;
}

.menuph .navbtn::before {
	top: 10px;
}

.menuph .point.active .navbtn {
	background: transparent;
}

.menuph .point.active .navbtn::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
}

.menuph .point.active .navbtn::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0px;
}

@media screen and (max-width:1680px) {
	.head .SignIn a {
		font-size: 14px;
		margin: 23px 1.5%;
	}

	.menu {
		width: 52.7%;
		margin-right: 2%;
	}

	.menu .nli span a {
		font-size: 14px;
	}

	.head .tel {
		font-size: 14px;
	}

	.head .FreeUse a {
		font-size: 14px;
		padding: 0 14px;
	}
}

.siginA {
	font-size: 14px !important;
	background: none !important;
	padding-left: inherit !important;
	margin: 23px 1.7% 23px 0px !important;
}

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

	.menuph {
		display: block;
	}

	.head .tel {
		display: none;
	}

	.head .logo {
		margin: 8px 0;
	}

	.head .FreeUse a {
		margin: 15px 10px;
		line-height: 30px;
		padding: 0 8px;
	}

	.head .SignIn a {
		margin: 8px 0;
		padding-left: 22px;
	}

	.siginA {
		margin: 8px 0 !important;
		;
		padding-left: 22px !important;
		;
	}
}

._hei {
	display: none;
	width: 100%;
	float: left;
	height: 54px;
}

.pf_right {
	float: left;
	width: 66px;
	position: fixed;
	z-index: 14;
	right: 3px;
	top: 50%;
	margin-top: -200px;
	/*display:none;*/
}

.pf_right ul {
	float: left;
	width: 100%;
	padding: 0;
}

.pf_right ul li {
	float: left;
	width: 100%;
	position: relative;
	margin: 2px 0;
}

.pf_right ul li a {
	float: left;
	width: 100%;
	position: relative;
	z-index: 6;
	background: rgba(255, 255, 255, 1);
	border-radius: 10px;
	padding: 12px 2px;
}

.pf_right ul li a i {
	float: left;
	width: 100%;
	line-height: 0;
	text-align: center;
}

.pf_right ul li a i img {
	width: 29px;
	height: 29px;
	margin: 0 auto;
}

.pf_right ul li a h5 {
	float: left;
	width: 100%;
	rgba(126, 132, 163, 1);
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	margin-top: 5px;
}

.pf_right ul li:hover a {
	background: rgba(52, 133, 238, 0.79);
}

.pf_right .pf_cont {
	float: left;
	width: 220px;
	position: absolute;
	z-index: 4;
	top: 50%;
	right: 46px;
	background: #fff;
	padding: 20px;
	text-align: center;
	box-shadow: 0 8px 32px rgba(164, 200, 247, 0.22);
	-webkit-transition: all 500ms cubic-bezier(.5, 1, .4, 1);
	-moz-transition: all 500ms cubic-bezier(.5, 1, .4, 1);
	transition: all 500ms cubic-bezier(.5, 1, .4, 1);
	-webkit-transform-origin: 95% 50%;
	-moz-transform-origin: 95% 50%;
	-ms-transform-origin: 95% 50%;
	-o-transform-origin: 95% 50%;
	transform-origin: 95% 50%;
	-webkit-transform: translateY(-50%) scale(0);
	-moz-transform: translateY(-50%) scale(0);
	-ms-transform: translateY(-50%) scale(0);
	-o-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
}

.pf_right .pf_cont i {
	float: left;
	width: 100%;
	line-height: 0;
	margin: 16px 0 10px 0;
}

.pf_right .pf_cont h6 {
	float: left;
	width: 100%;
	color: #3485ee;
	font-size: 16px;
	line-height: 24px;
}

.rightShowLWxTitle {
	color: #3485ee;
	font-size: 13px;
	font-family: Regular;
	line-height: 20px;
	margin-bottom: 15px;
}

.pf_right .pf_cont h4 {
	float: left;
	width: 100%;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
}

.pf_right .pf_cont:after {
	float: left;
	width: 0;
	height: 0;
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 11px solid #fff;
	margin-top: -11px;
}

.pf_right ul li:hover .pf_cont {
	right: 90px;
	opacity: 1;
	filter: alpha(opacity=100);
	display: block \9;
	pointer-events: auto;
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	-o-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}

@media screen and (max-width:1680px) {
	.pf_right .pf_cont h6 {
		font-size: 14px;
	}
}

@media screen and (max-width:1024px) {
	._hei {
		display: block;
	}

	.pf_right {
		right: 0;
		top: auto;
		bottom: 0;
		height: 54px;
		width: 100%;
		display: block !important;
		opacity: 1 !important;
		margin-top: 0;
	}

	.pf_right ul li {
		width: 33.33%;
		margin: 0;
	}

	.pf_right ul li a {
		padding: 6px 0;
		background: #3485ee;
		border-bottom: none;
		border-left: none;
	}

	.pf_right ul li:last-child a {
		border-radius: 0;
		border-right: none;
	}

	.pf_right ul li a i img {
		width: 24px;
		height: 24px;
	}

	.pf_right ul li a h5 {
		font-size: 12px;
		line-height: 18px;
		margin-top: 0;
	}

	.pf_right ul .l3 {
		display: none;
	}
}

.footer {
	float: left;
	width: 100%;
	position: relative;
	background: #181b22;
}

.foot_t {
	float: left;
	position: relative;
	z-index: 3;
	width: 100%;
	display: flex;
	justify-content: space-between;
	/* padding: 63px 0 46px 0; */
	padding: 0 15%;
	border-bottom: 1px solid rgba(248, 248, 248, 0.27);
}

.foot_addr {
	float: left;
	flex-wrap: wrap;
	display: flex;
	flex-direction: column;
}

.foot_addr .li {
	float: left;
	color: #2e6ee1;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
}

.foot_addr .p {
	display: block;
	color: #fff;
}

.foot_l {
	float: right;
	flex-wrap: wrap;
	display: flex;
	flex-direction: column;
}

.newFooterRight .phone {
	font-size: 16px;
	white-space: nowrap;
	font-family: Medium;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 6px;
}

.newFooterRight .ask {
	font-size: 14px;
	font-family: Regular;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
}

.newFooterBottom .marketHezuo {
	font-size: 16px;
	font-family: Regular;
	font-weight: normal;
	color: #FFFFFF;
}

.newFooterBottom .newFooterBottomSubtitle {
	font-size: 14px;
	font-family: Regular;
	font-weight: normal;
	color: #959799;
}



.newFooterCopyright .marketHezuo {
	font-size: 14px;
	font-family: Regular;
	font-weight: normal;
	color: #FFFFFF;
}

.newFooterCopyright .newFooterBottomSubtitle {
	font-size: 14px;
	font-family: Regular;
	font-weight: normal;
	color: #959799;
}

.newFooterRight .email {
	font-size: 12px;
	zoom: 0.75;
	font-family: Regular;
	font-weight: normal;
	color: #BEBFC1;
	margin-bottom: 6px;
	white-space: nowrap
}

.newFooterRight .address {
	font-size: 12px;
	zoom: 0.75;
	font-family: Regular;
	font-weight: normal;
	color: #BEBFC1;
	margin-bottom: 12px;
	width: 175px;
}

.newFooterRight .exchange {

	padding: 5px 10px;
	background: #2656ED;
	border-radius: 1px 1px 1px 1px;
	opacity: 1;
	font-size: 12px;
	zoom: 0.6666;
	font-family: Regular;
	font-weight: normal;
	color: #FFFFFF;
}

.newFooterRight .followWeChat {

	height: 17px;
	font-size: 12px;
	font-family: Regular;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 12px;
	margin-bottom: 6px;

}

.foot_l em {
	float: left;
	width: 100%;
	line-height: 0;
}

.foot_l em img {
	max-width: none;
	height: 44px;
}

.foot_l i {
	float: left;
	width: 100%;
	line-height: 0;
	margin: 54px 0 34px 0;
}

.foot_l i img {
	max-width: none;
	height: 142px;
}

.foot_l h5 {
	float: left;
	width: 142px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}

.foot_c {
	float: left;
	width: 70%;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}

.foot_l {
	margin-left: 150px;
}

.foot_l h5 {
	width: 100%;
	text-align: left;

}

._nav {
	float: left;
	display: flex;
	flex-direction: column;
}

._nav h4 {
	float: left;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.23);
	padding: 4px 0 14px 0;
}

._nav h4:after {
	float: left;
	width: 10px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -1px;
	content: '';
	background: #3485ee;
}

._nav h4 a {
	float: left;
	min-width: 76px;
	color: #fff;
	font-size: 18px;
	line-height: 38px;
}

._nav ul {
	float: left;
	display: flex;
	flex-direction: column;
	position: relative;
	padding-top: 19px;
}

._nav ul li {
	float: left;
	margin: 6px 0;
}

._nav ul li a {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
}

._nav ul li a:hover {
	color: #2e6ee1;
}

._nav:last-child {
	/* width: 29%; */
}

._nav dl {
	float: left;
	display: flex;
	flex-direction: column;
	position: relative;
	padding-top: 12px;
}

._nav dl dd {
	float: left;
	margin: 24px 0;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	min-height: 24px;
	position: relative;
	padding-left: 54px;
}

._nav dl dd img {
	max-width: none;
	width: 29px;
	position: absolute;
	left: 0;
	top: -2px;
}

.foot_d {
	float: left;
	position: relative;
	z-index: 3;
	width: 100%;
	margin: 17px 0;
}

.Copyright {
	float: left;
	color: #fff;
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	line-height: 26px;
	margin: 6px 0;
}

.Copyright a {
	color: #fff;
}

.Copyright a:hover {
	color: #3485ee;
}

.foot_map {
	float: right;
	color: #fff;
	font-size: 16px;
	line-height: 38px;
}

.foot_map i {
	float: left;
	width: 1px;
	height: 16px;
	background: #fff;
	margin: 11px 35px;
}

.foot_map a {
	float: left;
	color: #fff;
}

.foot_map a:hover {
	color: #3485ee;
}

.foot_map span {
	float: left;
	width: 234px;
	margin-left: 48px;
	position: relative;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.1);
	padding: 0 20px;
	color: rgba(255, 255, 255, 0.6);
}

.foot_map span:before {
	float: left;
	width: 10px;
	height: 10px;
	content: '';
	position: absolute;
	right: 20px;
	top: 12px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	opacity: 0.6;
}

.foot_map ul {
	display: none;
	float: left;
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 100%;
	background: #fff;
	padding: 6px 0;
	border-radius: 3px 3px 0 0;
}

.foot_map ul li {
	float: left;
	width: 100%;
}

.foot_map ul li a {
	float: left;
	width: 100%;
	color: #333;
	font-size: 14px;
	line-height: 24px;
	padding: 0 20px;
}

.foot_map ul li a:hover {
	color: #3485ee;
}

@media screen and (max-width:1680px) {
	.foot_l h5 {
		font-size: 14px;
	}

	._nav h4 a {
		font-size: 16px;
	}

	._nav ul li a {
		font-size: 14px;
	}

	._nav dl dd {
		font-size: 14px;
		padding-left: 40px;
	}

	.Copyright {
		font-size: 14px;
	}

	.foot_map {
		font-size: 14px;
	}

	.foot_map i {
		height: 14px;
		margin: 11px 20px;
	}

	.foot_map span {
		margin-left: 28px;
	}
}

@media screen and (max-width:1366px) {
	.foot_c {
		width: 79.5%;
	}
}

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

	.foot_t {
		justify-content: center;
		padding: 25px 0;
	}

	.foot_l i {
		margin: 20px 0 15px 0;
	}

	.foot_d {
		margin: 14px 0;
	}

	.foot_map span {
		width: 160px;
	}
}

@media screen and (max-width:767px) {
	.Copyright {
		width: 100%;
		text-align: center;
		margin: 0;
	}

	.foot_map {
		width: 100%;
		flex-wrap: wrap;
		display: flex;
		justify-content: center;
		line-height: 26px;
	}

	.foot_map span {
		display: none;
	}

	.foot_map i {
		height: 10px;
		margin: 8px 16px;
	}
}

/*弹出表单*/
.kou {
	width: 200px;
	height: 150px;
	background: #eee;
	text-align: center;
	margin: 100px auto;
}

.white_content {
	max-width: 700px;
	width: 100%;
	border-radius: 8px;
	background: #fff;
	z-index: 999;
	overflow: auto;
	display: none;
	position: fixed;
	top: 25%;
	left: 50%;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.white_content .xx {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 40px;
	font-size: 40px;
	color: #666;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;
}

.white_content .xx:hover {
	color: #ff6562;
}

.amform {
	width: 80%;
	margin: 50px auto;
}

.amform .title {
	text-align: center;
	padding: 10px 0;
	margin-bottom: 20px;
}

.amform .title h3 {
	font-size: 32px;
	text-align: left;
}

.amform .title p {
	font-size: 14px;
	color: #666;
	padding-top: 10px;
	text-align: left;
}

.amform li {
	width: 100%;
	height: 50px;
	float: left;
	display: flex;
	justify-content: left;
}

.amform li h5 {
	float: left;
	width: 70px;
	line-height: 28px;
	padding-right: 20px;
	position: relative;
	text-align: justify;
}

.amform li h5::after {
	content: '';
	display: inline-block;
	padding-left: 100%;
}

.amform li h5 i {
	color: #ff6562;
	position: absolute;
	top: 0;
	right: 8px;
	line-height: 30px;
}

.amform li .fr {
	float: right;
	width: -webkit-calc(100% - 90px);
	width: -moz-calc(100% - 90px);
	width: calc(100% - 90px);
}

.amform li .text,
.amform li .text {
	display: block;
	height: 30px;
	padding: 6px 12px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.amform li .txt:focus,
.amform li .txt:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.amform li .v {
	width: 20px;
	height: 20px;
}

.amform h6 {
	display: block;
	width: 100%;
	text-align: center;
}

.amform h6 a {
	color: #2e6ee1;
}

.amform .submit {
	display: block;
	width: 120px;
	height: 39px;
	background: #ff6562;
	color: #fff;
	border-radius: 20px;
	margin: 0px auto;
	transition: 0.3s;
	border: none;
	outline: none;
	-webkit-appearance: button;
	cursor: pointer;
}

.amform .submit:hover {
	width: 160px;
}


/*banner*/
._banner {
	float: left;
	width: 100%;
	position: relative;
}

.slide_banner {
	float: left;
	width: 100%;
	margin: 0;
	position: relative;
	overflow: hidden;
}

.slide_banner .slick-slide {
	width: 100%;
	padding: 0;
	position: relative;
	line-height: 0;
}

.slide_banner img {
	width: 100%;
	height: 100%
}

.slide_banner .slick-dots {
	bottom: 44px;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
}

.slide_banner .slick-dots li {
	background: #fff;
	width: 14px;
	height: 14px;
	margin: 0 15px;
	text-indent: -9999px;
	overflow: hidden;
	vertical-align: top;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.slide_banner .slick-dots li.slick-active {
	background: #3485ee;
}

/*position:relative;*/
.slide_banner .datu {}

.slide_banner .datu b {
	width: 100%;
	display: block;
	position: absolute;
	bottom: 130px;
	left: 0;
}

/**text-align:center;**/
.slide_banner .datu b a {
	display: inline-block;
	line-height: 1em;
	background: #2e6ee1;
	color: #fff;
	padding: 12px 20px;
	border-radius: 6px;
	font-weight: normal;
}

/**.slide_banner .datu b a i{background: url(../_im_g/spin.png) no-repeat left;background-size:18px; padding-left:20px;}**/
.slide_banner .datu b a.shipin {
	background: #ee3e01;
}


.tanchu {
	position: relative;
}

.tanchu i {
	width: 150px !important;
	height: auto;
	position: absolute;
	z-index: 4;
	top: 50%;
	left: -50%;
	background: #fff;
	padding: 15px;
	text-align: center;
	box-shadow: 0 8px 32px rgba(164, 200, 247, 0.22);
	-webkit-transition: all 500ms cubic-bezier(.5, 1, .4, 1);
	-moz-transition: all 500ms cubic-bezier(.5, 1, .4, 1);
	transition: all 500ms cubic-bezier(.5, 1, .4, 1);
	-webkit-transform-origin: 95% 50%;
	-moz-transform-origin: 95% 50%;
	-ms-transform-origin: 95% 50%;
	-o-transform-origin: 95% 50%;
	transform-origin: 95% 50%;
	-webkit-transform: translateY(-50%) scale(0);
	-moz-transform: translateY(-50%) scale(0);
	-ms-transform: translateY(-50%) scale(0);
	-o-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
}

.tanchu i:after {
	width: 0;
	height: 0;
	content: '';
	position: absolute;
	left: -5%;
	top: 50%;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-right: 11px solid #fff;
	margin-top: -11px;
}

.tanchu:hover i {
	left: 105%;
	opacity: 1;
	filter: alpha(opacity=100);
	display: block \9;
	pointer-events: auto;
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	-o-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}

.dy_banner1s .wordsbox .content .more a {
	float: left;
}

.dy_banner1s .wordsbox .content .more a.tanchu {
	width: 240px;
	margin-left: 10px;
}

@media screen and (max-width:767px) {
	.slide_banner .datu b {
		text-align: center;
		padding-left: inherit;
		bottom: 18%;
	}

	.slide_banner .datu b a {
		padding: 8px 15px;
	}
}


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

.close-mask {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
	position: absolute;
	right: 40px;
	top: 40px;
	z-index: 5555;
}

.close-mask:hover {
	background: #ff595f;
}

.video-info {
	max-width: 100%;
	width: 960px;
	height: 520px;
	margin: 100px auto 0 auto;
	display: block;
}

#obtn .number {
	float: left;
	position: absolute;
	right: 42px;
	bottom: 60px;
	z-index: 6;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	height: 26px;
}

#obtn .number font {
	color: #2e6ee1;
	font-size: 24px;
}

@media screen and (max-width:1024px) {
	.slide_banner .slick-dots {
		bottom: 15px;
	}

	.slide_banner .slick-dots li {
		width: 8px;
		height: 8px;
		margin: 0 6px;
	}
}


/*index9*/
.index9 {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 43px;
}

.index9 .btn {
	position: relative;
	z-index: 3;
	float: left;
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	margin-top: 35px;
}

.index9 h5 {
	position: relative;
	z-index: 3;
	float: left;
	width: 100%;
	color: #fff;
	font-size: 36px;
	line-height: 46px;
	font-weight: 100;
	letter-spacing: 2px;
}

.index9_1:after {
	float: left;
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #3485ee;
	opacity: 0.3;
}

.index9_1 .h1 {
	margin-top: 10px;
}

.index9_1 .btn {
	margin-bottom: 20px;
}

@media screen and (max-width:1680px) {
	.index9 h5 {
		font-size: 24px;
		line-height: 34px;
	}
}

@media screen and (max-width:1024px) {
	.index9 {
		padding-top: 30px;
		padding-bottom: 35px;
	}

	.index9 .btn {
		margin-top: 20px;
	}

	.index9 h5 {
		font-size: 18px;
		line-height: 28px;
	}

	.index9_1 .h1 {
		margin-top: 5px;
	}

	.index9_1 .btn {
		margin-bottom: 5px;
	}
}

/*index8*/
.index8 {
	float: left;
	width: 100%;
	padding-top: 75px;
	padding-bottom: 80px;
}

.index8 .list {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.index8 .list ul {
	margin: 0 -20px;
}

.index8 .list li {
	float: left;
	width: 25%;
	padding: 0 20px;
	margin-top: 20px;
}

/*.index8 .list li:last-child{ width:19%;}*/
.index8 .list li h2 {
	float: left;
	width: 100%;
	color: #3485ee;
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	position: relative;
	padding-left: 20px;
	margin-bottom: 45px;
}

.index8 .list li h2 a {
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	right: 0;
}

.index8 .list li h2 a:hover {
	color: #3485ee;
}

.index8 .list li h2:after,
.index8 .list li h2:before {
	float: left;
	width: 9px;
	height: 9px;
	content: '';
	position: absolute;
	background: #3485ee;
	left: 0;
	top: 11px;
}

.index8 .list li h2:before {
	opacity: 0.59;
	margin: 4px 0 0 4px;
}

.index8 .list li:nth-child(4n+2) h2 {
	color: #9f312b;
}

.index8 .list li:nth-child(4n+2) h2:after,
.index8 .list li:nth-child(4n+2) h2:before {
	background: #9f312b;
}

.index8 .list li:nth-child(4n+3) h2 {
	color: #22901a;
}

.index8 .list li:nth-child(4n+3) h2:after,
.index8 .list li:nth-child(4n+3) h2:before {
	background: #22901a;
}

.index8 .list li:nth-child(4n+4) h2 {
	color: #f2d024;
}

.index8 .list li:nth-child(4n+4) h2:after,
.index8 .list li:nth-child(4n+4) h2:before {
	background: #f2d024;
}

.index8 .list li i {
	float: left;
	width: 100%;
	height: 240px;
	overflow: hidden;
	border-radius: 7px 7px 0 0;
}

@media screen and (max-width:1500px) {
	.index8 .list li i {
		height: 210px;
	}
}

.index8 .list li .text {
	float: left;
	width: 100%;
	border: 1px solid #dddddd;
	padding: 26px 24px 17px 24px;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.index8 .list li .tit {
	float: left;
	width: 100%;
}

.index8 .list li .tit h4 {
	float: left;
	width: 100%;
	color: #333333;
	font-size: 20px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 5px;
}

.index8 .list li .tit time {
	float: left;
	width: 100%;
	color: #666666;
	border-bottom: 1px solid #dddddd;
	font-size: 16px;
	line-height: 32px;
	padding: 15px 0;
	margin-bottom: 15px;
}

.index8 .list li .la {
	float: left;
	width: 100%;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 8px 0;
	padding: 0 55px 0 22px;
}

.index8 .list li .la span {
	float: left;
	position: absolute;
	right: 0;
	top: 0;
	color: #3485ee;
}

.index8 .list li .la:after,
.index8 .list li .la:before {
	float: left;
	width: 9px;
	height: 9px;
	content: '';
	position: absolute;
	background: #3485ee;
	left: 0;
	top: 11px;
}

.index8 .list li .la:before {
	opacity: 0.59;
	margin: 4px 0 0 4px;
}

.index8 .list li .la:hover {
	color: #3485ee;
}

.index8 .list li .la:hover span {
	text-decoration: underline;
}

.index8 .list dl {
	float: left;
	width: 100%;
	border-radius: 7px;
	box-shadow: 0 5px 24px rgba(166, 166, 168, 0.27);
	padding: 23px 24px 21px 24px;
}

.index8 .list dl dd {
	float: left;
	width: 100%;
	position: relative;
	border-bottom: 1px dashed #dddddd;
	padding: 28px 0;
}

.index8 .list dl dd h5 {
	float: left;
	width: 100%;
	position: relative;
	padding: 0 70px 0 15px;
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hideText {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index8 .list dl dd h5:after {
	float: left;
	width: 6px;
	height: 6px;
	content: '';
	border-radius: 6px;
	position: absolute;
	background: #666666;
	left: 2px;
	top: 12px;
}

.index8 .list dl dd h5 a {
	float: left;
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #3485ee;
	height: 30px;
	line-height: 28px;
	border-radius: 3px;
	padding: 0 13px;
	color: #3485ee;
	font-size: 16px;
	font-weight: bold;
}

.index8 .list dl dd h6,
.market4 .btn a h6 {
	z-index: 10;
	float: left;
	width: 100%;
	background: #fff;
	box-shadow: 0 8px 32px rgba(164, 200, 247, 0.22);
	position: absolute;
	right: 0;
	top: 0;
	width: 266px;
	min-height: 120px;
	padding: 17px 17px 17px 114px;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	position: absolute;
	right: 78px;
	top: 50%;
	-webkit-transition: all 500ms cubic-bezier(.5, 1, .4, 1);
	-moz-transition: all 500ms cubic-bezier(.5, 1, .4, 1);
	transition: all 500ms cubic-bezier(.5, 1, .4, 1);
	-webkit-transform-origin: 95% 50%;
	-moz-transform-origin: 95% 50%;
	-ms-transform-origin: 95% 50%;
	-o-transform-origin: 95% 50%;
	transform-origin: 95% 50%;
	-webkit-transform: translateY(-50%) scale(0);
	-moz-transform: translateY(-50%) scale(0);
	-ms-transform: translateY(-50%) scale(0);
	-o-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
}

.index8 .list dl dd h6:after,
.market4 .btn a h6:after {
	float: left;
	width: 0;
	height: 0;
	content: '';
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -10px;
}

.index8 .list dl dd h6 img {
	float: left;
	width: 86px;
	position: absolute;
	left: 17px;
	top: 17px;
}

.index8 .list dl dd h6 span {
	float: left;
	width: 100%;
}

.index8 .list dl dd h6 font {
	float: left;
	width: 100%;
	color: #3485ee;
	font-size: 14px;
	line-height: 20px;
	margin: 2px 0 8px 0;
}

.index8 .list dl dd:hover h5 a {
	background: #3485ee;
	color: #fff;
}

.index8 .list dl dd:hover h6,
.market4 .btn a.qun:hover h6 {
	opacity: 1;
	filter: alpha(opacity=100);
	display: block \9;
	pointer-events: auto;
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	-o-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}

.index8 .list li .text:hover {
	border: 1px solid #3485ee;
	box-shadow: 0 5px 24px rgba(52, 133, 238, 0.25);
}

.index8 .list li .tit h4:hover {
	color: #3485ee;
}

.index8 .list li:nth-child(4n+2) .la:after,
.index8 .list li:nth-child(4n+2) .la:before {
	background: #9f312b;
}

.index8 .list li:nth-child(4n+3) .la:after,
.index8 .list li:nth-child(4n+3) .la:before {
	background: #22901a;
}

@media screen and (max-width:1680px) {
	.index8 .list ul {
		margin: 0 -15px;
	}

	.index8 .list li {
		padding: 0 15px;
	}

	.index8 .list li h2 {
		font-size: 18px;
		line-height: 28px;
	}

	.index8 .list li h2:after,
	.index8 .list li h2:before {
		top: 7px;
	}

	.index8 .list li .tit h4 {
		font-size: 18px;
	}

	.index8 .list li .la {
		font-size: 15px;
	}

	.index8 .list li .tit time {
		font-size: 15px;
	}

	.index8 .list li .text {
		padding: 26px 17px 17px 17px;
	}

	.index8 .list dl {
		padding: 23px 17px 21px 17px;
	}

	.index8 .list dl dd h5 {
		font-size: 16px;
	}

	.index8 .list dl dd h5 a {
		font-size: 15px;
	}
}

@media screen and (max-width:1024px) {
	.index8 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.index8 .list {
		margin-top: 0;
	}

	.index8 .list ul {
		margin: 0 -7px;
	}

	.index8 .list li {
		width: 50%;
		padding: 0 7px;
	}

	.index8 .list li:last-child {
		width: 50%;
	}

	.index8 .list li h2 {
		margin-bottom: 15px;
	}

	.index8 .list li i {
		height: 155px;
	}

	.index8 .list li .tit h4 {
		font-size: 16px;
		line-height: 26px;
		height: 52px;
	}

	.index8 .list li .tit time {
		line-height: 26px;
		padding: 0 0 10px 0;
		margin-bottom: 10px;
	}

	.index8 .list li .text {
		padding: 15px 15px 15px 15px;
	}

	.index8 .list li .la {
		margin: 0;
	}

	.index8 .list dl {
		padding: 0 15px 15px 15px;
	}

	.index8 .list dl dd {
		padding: 15px 0;
	}
}

@media screen and (max-width:767px) {
	.index8 .list li {
		width: 100%;
	}

	.index8 .list li:last-child {
		width: 100%;
	}
}


/*inde5*/
.index5 {
	float: left;
	width: 100%;
	padding-bottom: 75px;
}

.index5 .list {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.index5 .list ul {
	margin: 0 -17px;
	flex-wrap: wrap;
	display: flex;
}

.index5 .list li {
	float: left;
	width: 33.33%;
	padding: 0 17px;
	margin-top: 34px;
}

.index5 .list li .a {
	float: left;
	width: 100%;
	position: relative;
	border: 1px solid #dddddd;
	border-radius: 8px;
	padding: 42px 36px 42px 210px;
	min-height: 100%;
}

.index5 .list li .a:hover {
	border: 1px solid #3485ee;
	box-shadow: 0 10px 32px rgba(164, 200, 247, 0.22);
}

.index5 .list li i {
	float: left;
	position: absolute;
	left: 38px;
	top: 66px;
	width: 133px;
	height: 133px;
	line-height: 0;
}

.index5 .list li i:after {
	float: left;
	width: 152px;
	height: 152px;
	content: '';
	background: #3485ee;
	border-radius: 50%;
	opacity: 0.1;
	z-index: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.index5 .list li i img {
	float: left;
	width: 132px;
	height: 132px;
	background: #3485ee;
	border-radius: 50%;
	position: relative;
	z-index: 3;
}

.index5 .list li .a:hover i {
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-ms-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.index5 .list li .text {
	float: left;
	width: 100%;
	min-height: 152px;
}

.index5 .list li h4 {
	float: left;
	width: 100%;
	color: #333333;
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
}

.index5 .list li h5 {
	float: left;
	width: 100%;
	color: #3485ee;
	font-size: 16px;
	line-height: 26px;
	margin: 9px 0 28px 0;
}

.index5 .list li em {
	float: left;
	width: 100%;
	height: 1px;
	position: relative;
	background: rgba(52, 133, 238, 0.3);
}

.index5 .list li em:after {
	float: left;
	width: 42px;
	height: 2px;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background: #3485ee;
	z-index: 3;
}

.index5 .list li h6 {
	float: left;
	width: 100%;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	margin-top: 24px;
}

@media screen and (max-width:1680px) {
	.index5 {
		padding-bottom: 40px;
	}

	.index5 .list ul {
		margin: 0 -15px;
	}

	.index5 .list li {
		padding: 0 15px;
		margin-top: 30px;
	}

	.index5 .list li .a {
		padding: 42px 25px 42px 150px;
	}

	.index5 .list li i {
		left: 22px;
		top: 63px;
		width: 106px;
		height: 106px;
	}

	.index5 .list li i:after {
		width: 120px;
		height: 120px;
	}

	.index5 .list li i img {
		width: 106px;
		height: 106px;
	}

	.index5 .list li .text {
		min-height: 120px;
	}

	.index5 .list li h4 {
		font-size: 18px;
		line-height: 28px;
	}

	.index5 .list li h5 {
		font-size: 14px;
		line-height: 24px;
	}

	.index5 .list li h6 {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:1100px) {
	.index5 .list {
		margin-top: 20px;
	}

	.index5 .list li {
		width: 50%;
	}

	.index5 .list ul {
		margin: 0 -7px;
	}

	.index5 .list li {
		padding: 0 7px;
		margin-top: 14px;
	}

	.index5 .list li .a {
		padding: 18px 15px 18px 112px;
	}

	.index5 .list li i {
		left: 15px;
		top: 36px;
		width: 80px;
		height: 80px;
	}

	.index5 .list li i:after {
		width: 88px;
		height: 88px;
	}

	.index5 .list li i img {
		width: 80px;
		height: 80px;
	}

	.index5 .list li .text {
		min-height: 126px;
	}

	.index5 .list li h5 {
		margin: 4px 0 10px 0;
	}

	.index5 .list li h6 {
		line-height: 24px;
		margin-top: 10px;
	}

}

@media screen and (max-width:767px) {
	.index5 .list {
		margin-top: 10px;
	}

	.index5 .list li {
		width: 100%;
	}
}

/*index4*/
.index4 {
	float: left;
	width: 100%;
	position: relative;
	padding-top: 75px;
	padding-bottom: 75px;
}

.index4 .list {
	float: left;
	width: 95%;
	margin-left: 5%;
	margin-top: 55px;
	position: relative;
	padding-bottom: 162px;
	overflow: hidden;
}

.index4 .list:after,
.index4 .list .bg {
	float: left;
	width: 92%;
	height: 340px;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.index4 .list:after {
	background: #3485ee;
	opacity: 0.89;
	z-index: 3;
}

.index4 .list .slick-list {
	padding-right: 23% !important;
}

.index4 .list ul {
	position: relative;
	z-index: 5;
}

.index4 .list ul .slick-slide {
	line-height: 0;
	padding-right: 20px;
}

.index4 .slick-dots {
	left: 18%;
	bottom: -78px;
	flex-wrap: wrap;
	display: flex;
	width: auto;
	z-index: 6;
}

.index4 .slick-dots li {
	background: #fff;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	text-indent: -9999px;
	overflow: hidden;
	vertical-align: top;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	opacity: 0.32;
}

.index4 .slick-dots li.slick-active {
	opacity: 1;
}

.index4 .slick-prev,
.index4 .slick-next {
	background: rgba(255, 255, 255, 0.27);
	width: 38px;
	height: 38px;
	z-index: 6;
	border-radius: 50%;
	top: auto;
	bottom: -92px;
	webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.index4 .slick-prev {
	left: auto;
	right: 23.7%;
	margin-right: 78px;
}

.index4 .slick-next {
	right: 23.7%;
}

.index4 .slick-prev:after,
.index4 .slick-next:after {
	float: left;
	width: 12px;
	height: 12px;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
}

.index4 .slick-prev:after {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	margin-left: 2px;
}

.index4 .slick-next:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-left: -2px;
}

.index4 .slick-prev:hover,
.index4 .slick-next:hover {
	background: rgba(255, 255, 255, 1);
}

.index4 .slick-prev:hover:after {
	border-bottom: 1px solid #3485ee;
	border-left: 1px solid #3485ee;
}

.index4 .slick-next:hover:after {
	border-top: 1px solid #3485ee;
	border-right: 1px solid #3485ee;
}

.index4 .anniu {
	text-align: center;
	position: absolute;
	bottom: 70px;
	z-index: 9;
}

@media screen and (max-width:1366px) {

	.index4 .list:after,
	.index4 .list .bg {
		height: 280px;
	}
}

@media screen and (max-width:1024px) {
	.index4 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.index4 .list {
		margin-top: 20px;
		margin-left: 4%;
		width: 96%;
		padding-bottom: 65px;
	}

	.index4 .list:after,
	.index4 .list .bg {
		height: 140px;
	}

	.index4 .list ul .slick-slide {
		padding-right: 10px;
	}

	.index4 .slick-dots {
		left: 15%;
		bottom: -30px;
	}

	.index4 .slick-prev,
	.index4 .slick-next {
		width: 30px;
		height: 30px;
		bottom: -40px;
	}

	.index4 .slick-prev {
		left: auto;
		right: 10%;
		margin-right: 45px;
	}

	.index4 .slick-next {
		right: 10%;
	}

	.index4 .slick-prev:after,
	.index4 .slick-next:after {
		width: 8px;
		height: 8px;
	}
}

@media screen and (max-width:767px) {
	.index4 .list {
		margin-left: 0;
		width: 100%;
	}

	.index4 .list .slick-list {
		padding-right: 0 !important;
	}

	.index4 .list ul .slick-slide {
		padding-right: 0;
	}

	.index4 .list:after,
	.index4 .list .bg {
		width: 100%;
		right: 0;
	}
}

/*index3*/
.index3 {
	float: left;
	width: 100%;
	padding-top: 75px;
	padding-bottom: 80px;
	position: relative;
}

.index3:after {
	float: left;
	width: 100%;
	height: 100%;
	content: '';
	background: #061529;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
}

.index3 .list {
	float: left;
	width: 100%;
	position: relative;
	z-index: 3;
	margin-top: 75px;
}

.index3 .list ul {
	float: left;
	width: 100%;
}

.index3 .list li {
	float: left;
	width: 33.33%;
	position: relative;
	text-align: center;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 380px;
}

.index3 .list li:after,
.index3 .list li:before {
	float: left;
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
}

.index3 .list li:after {
	background: #3485ee;
	z-index: 3;
	opacity: 0.25;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.index3 .list li:before {
	background: #111111;
	z-index: 2;
	opacity: 0.12;
}

.index3 .list li a {
	float: left;
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 5;
	padding: 10% 19%;
}

.index3 .list li:hover:after {
	opacity: 1;
}

.index3 .list li i {
	float: left;
	width: 100%;
	line-height: 0;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.index3 .list li:hover i {
	margin-bottom: 20px;
}

.index3 .list li i img {
	max-width: none;
	width: 92px;
	height: 92px;
}

.index3 .list li em {
	float: left;
	width: 44px;
	height: 3px;
	background: #fff;
	margin: 38px 0 33px 0;
}

.index3 .list li h5 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index3 .list li h6 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 18px 0 28px 0;
}

.index3 .list li:hover em {
	display: none;
}

.index3 .list li:hover h6 {
	display: -webkit-box;
}

.index3 .list li .indexMore1 {
	display: none;
}

.index3 .list li:hover .indexMore1 {
	display: block;
}

.index3 .anniu {
	text-align: center;
}

@media screen and (max-width:1680px) {
	.index3 .list li a {
		padding: 10% 15%;
	}

	.index3 .list li:hover i {
		margin-bottom: 15px;
	}

	.index3 .list li i img {
		width: 70px;
		height: 70px;
	}

	.index3 .list li em {
		margin: 28px 0 23px 0;
	}

	.index3 .list li h5 {
		font-size: 18px;
		line-height: 28px;
	}

	.index3 .list li h6 {
		font-size: 14px;
		line-height: 26px;
		height: 52px;
	}
}

@media screen and (max-width:1024px) {
	.index3 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.index3 .list {
		margin-top: 20px;
	}

	.index3 .list li {
		width: 50%;
		height: 180px;
	}

	.index3 .list li a {
		padding: 12px 15px;
	}

	.index3 .list li:hover i {
		margin-bottom: 6px;
	}

	.index3 .list li i img {
		width: 44px;
		height: 44px;
	}

	.index3 .list li em {
		width: 24px;
		height: 2px;
		margin: 18px 0 13px 0;
	}

	.index3 .list li h6 {
		line-height: 24px;
		height: 48px;
		margin: 5px 0 0 0;
		display: none;
	}

	.index3 .list li:hover .indexMore1 {
		display: none;
	}

}


/*index2*/
.index2 {
	float: left;
	width: 100%;
	padding-top: 75px;
	padding-bottom: 80px;
}

.index2 .anniu {
	text-align: center;
}

.pord_t {
	float: left;
	width: 100%;
	position: relative;
	z-index: 3;
	margin-top: 75px;
}

.pord_t li {
	float: left;
	width: 16.66%;
	text-align: center;
	border-right: 1px solid #fff;
	flex-wrap: wrap;
	display: flex !important;
	justify-content: center;
	align-items: center;
	padding: 15px 15px;
	min-height: 110px;
	cursor: pointer;
	transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	position: relative;
	background: #f5f5f5;
	margin-bottom: 9px;
}

.pord_t li:after {
	float: left;
	width: 0;
	height: 0;
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -9px;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #3485ee;
	opacity: 0;
}

.pord_t li i {
	float: left;
	width: 39px;
	height: 39px;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
}

.pord_t li i img {
	max-width: none;
	width: 39px;
	height: 39px;
	position: absolute;
	left: 0;
	top: 0;
}

.pord_t li i .show {
	opacity: 1;
}

.pord_t li i .hide {
	opacity: 0;
}

.pord_t li h4 {
	float: left;
	color: #333333;
	text-align: left;
	font-size: 24px;
	line-height: 34px;
	position: relative;
	padding-left: 56px;
}

.pord_t li.slick-current {
	background: #3485ee;
}

.pord_t li.slick-current:after {
	opacity: 1;
}

.pord_t li.slick-current i .show {
	opacity: 0;
}

.pord_t li.slick-current i .hide {
	opacity: 1;
}

.pord_t li.slick-current h4 {
	color: #fff;
}

.pord_d {
	float: left;
	width: 100%;
	position: relative;
	z-index: 2;
	margin-top: -9px;
	box-shadow: 0 10px 32px rgba(203, 203, 203, 0.16);
	padding: 60px 4.3%;
}

.pord_d .list {
	float: left;
	width: 100%;
}

.pord_d .text {
	float: left;
	width: 36.7%;
	margin-top: 3.5%;
}

.pord_d .text .tit {
	float: left;
	width: 100%;
	color: #3485ee;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	position: relative;
	padding-left: 22px;
}

.pord_d .text .tit:after {
	float: left;
	width: 4px;
	height: 24px;
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	background: #3485ee;
}

.pord_d .text .p {
	float: left;
	width: 100%;
	color: #666666;
	font-size: 18px;
	line-height: 36px;
	margin-top: 8%;
}

.pord_d .text .p a {
	color: #3485ee;
}

.pord_d .text .p a:hover {
	text-decoration: underline;
}

.pord_d .text .info {
	float: left;
	width: 100%;
	color: #3485ee;
	font-size: 18px;
	margin-top: 5.9%;
}

.pord_d .text .li {
	float: left;
	width: 25%;
	position: relative;
	padding-left: 20px;
	line-height: 28px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.pord_d .text .li:after {
	float: left;
	background: #3485ee;
	content: '';
	width: 7px;
	height: 7px;
	position: absolute;
	left: 3px;
	top: 9px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.pord_d .img {
	float: right;
	width: 43.4%;
	margin-right: 2.3%;
}


@media screen and (max-width:1680px) {
	.pord_t li h4 {
		font-size: 18px;
		line-height: 28px;
		padding-left: 48px;
	}

	.pord_d .text {
		width: 40.7%;
	}

	.pord_d .text .tit {
		font-size: 20px;
		line-height: 30px;
		padding-left: 15px;
	}

	.pord_d .text .tit:after {
		width: 3px;
		height: 20px;
		top: 6px;
	}

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

	.pord_d .text .info {
		font-size: 14px;
	}

	.pord_d .text .li {
		padding-left: 14px;
		line-height: 24px;
	}

	.pord_d .text .li:after {
		width: 5px;
		height: 5px;
		left: 2px;
	}

	.pord_d .img {
		margin-right: 0;
	}
}

@media screen and (max-width:1024px) {
	.index2 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.pord_t {
		margin-top: 20px;
	}

	.pord_d {
		box-shadow: 0 5px 16px rgba(203, 203, 203, 0.16);
		padding: 20px 15px;
	}

	.pord_d .text {
		width: 100%;
		margin-top: 0;
	}

	.pord_d .img {
		width: 100%;
		margin-top: 20px;
	}
}

@media screen and (max-width:767px) {
	.pord_t li {
		padding: 12px 10px;
		min-height: 66px;
	}

	.pord_t li i {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}

	.pord_t li i img {
		width: 30px;
		height: 30px;
	}

	.pord_t li h4 {
		font-size: 14px;
		line-height: 24px;
		padding-left: 38px;
	}

	.pord_d .text .p {
		line-height: 26px;
		margin-top: 15px;
	}

	.pord_d .text .info {
		margin-top: 12px;
	}

	.pord_d .text .li {
		width: 33.33%;
		margin-top: 2px;
		margin-bottom: 2px;
	}
}


.index1 {
	float: left;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	box-shadow: 0 10px 32px rgba(203, 203, 203, 0.16);
}

.index1 .list {
	float: left;
	width: 100%;
}

.index1 .list ul {
	margin: 0 -40px;
	flex-wrap: wrap;
	display: flex;
}

.index1 .list li {
	float: left;
	width: 33.33%;
	padding: 15px 40px;
}

.index1 .list li .a {
	float: left;
	width: 100%;
	position: relative;
	padding-left: 180px;
	min-height: 142px;
}

.index1 .list li i {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 160px;
	height: 142px;
	line-height: 0;
}

.index1 .list li .ico {
	float: left;
	width: 98px;
	height: 98px;
	border: 1px dashed #3485ee;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 22px;
}

.index1 .list li:hover .ico {
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-ms-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.index1 .list li .num {
	float: left;
	width: 116px;
	height: 142px;
}

.index1 .list li h4 {
	float: left;
	width: 100%;
	color: #3485ee;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	margin: 22px 0 10px 0;
}

.index1 .list li h6 {
	float: left;
	width: 100%;
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}

@media screen and (max-width:1680px) {
	.index1 .list ul {
		margin: 0 -15px;
	}

	.index1 .list li {
		padding: 15px 15px;
	}

	.index1 .list li .a {
		padding-left: 140px;
		min-height: 94px;
	}

	.index1 .list li i {
		width: 125px;
		height: 114px;
	}

	.index1 .list li .ico {
		width: 78px;
		height: 78px;
		top: 14px;
	}

	.index1 .list li .num {
		width: 93px;
		height: 114px;
	}

	.index1 .list li h4 {
		font-size: 16px;
		line-height: 26px;
	}

	.index1 .list li h6 {
		font-size: 14px;
		line-height: 28px;
	}
}

@media screen and (max-width:1024px) {
	.index1 {
		box-shadow: 0 5px 16px rgba(203, 203, 203, 0.16);
	}

	.index1 .list ul {
		margin: 0 -15px;
	}

	.index1 .list li {
		padding: 15px 15px;
		width: 100%;
	}

	.index1 .list li .a {
		padding-left: 120px;
		min-height: 94px;
	}

	.index1 .list li i {
		width: 105px;
		height: 94px;
	}

	.index1 .list li .ico {
		width: 66px;
		height: 66px;
		top: 14px;
	}

	.index1 .list li .num {
		width: 77px;
		height: 94px;
	}

	.index1 .list li h4 {
		margin: 14px 0 6px 0;
	}

	.index1 .list li h6 {
		line-height: 24px;
	}
}

@media screen and (max-width:767px) {
	.index1 .list ul {
		margin: 0 -12px;
	}

	.index1 .list li {
		padding: 12px 12px;
	}
}

/*
.index4 .anniu{text-align:center;position:absolute;bottom:70px;z-index: 9;}*/
.index7 {
	float: left;
	width: 100%;
	position: relative;
	padding-top: 75px;
	padding-bottom: 80px;
}

.index7:after {
	float: left;
	width: 100%;
	height: 100%;
	content: '';
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0.73;
}

.index7 .list {
	float: left;
	width: 100%;
	position: relative;
	z-index: 3;
	margin-top: 75px;
	padding-top: 3%;
	padding-bottom: 3%;
}

.index7 .list ul {}

.index7 .list li {
	float: left;
	width: 15.5%;
	text-align: center;
	margin: 1.8% 0;
}

.index7 .list li:nth-child(7) {
	margin-left: 7.8%;
}

.index7 .list li:nth-child(12) {
	margin-right: -7.8%;
}

.index7 .list li a {
	pointer-events: none;
	display: block;
	margin: 0 auto;
	width: 66%;
	height: 80px;
	position: relative;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	align-items: center;
}

.index7 .list li a:after {
	float: left;
	width: 100%;
	padding-bottom: 100%;
	border-radius: 10px;
	content: '';
	transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	position: absolute;
	left: 50%;
	top: 50%;
	background: #fff;
	z-index: 1;
}

.index7 .list li a img {
	position: relative;
	z-index: 3;
}

.index7 .anniu {
	text-align: center;
	position: absolute;
	bottom: 70px;
	z-index: 9;
}

@media screen and (max-width:1680px) {
	.index7 .list li {
		margin: 1% 0;
	}

	.index7 .list li a:after {
		width: 106%;
		padding-bottom: 106%;
	}
}

@media screen and (max-width:1024px) {
	.index7 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.index7 .list {
		margin-top: 10px;
		padding-top: 2.8%;
		padding-bottom: 2.8%;
	}

	.index7 .list li {
		width: 15.5%;
		margin: 0.5% 0;
	}

	.index7 .list li a {
		width: 66%;
		height: 60px;
	}
}

@media screen and (max-width:767px) {
	.index7 .list ul {
		margin: 0 -6px;
		flex-wrap: wrap;
		display: flex;
	}

	.index7 .list li {
		width: 33.33%;
		margin: 0;
		padding: 4px;
	}

	.index7 .list li:nth-child(7) {
		margin-left: 0%;
	}

	.index7 .list li:nth-child(12) {
		margin-right: 0%;
	}

	.index7 .list li a {
		width: 100%;
		height: auto;
		background: #fff;
		border-radius: 3px;
		overflow: hidden;
		padding: 3px;
	}

	.index7 .list li a:after {
		display: none;
	}

}

/*index6*/
.index6 {
	float: left;
	width: 100%;
	position: relative;
	padding-top: 75px;
	overflow: hidden;
}

.index6:after {
	float: left;
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: #1a2133;
	z-index: 1;
	opacity: 0.85;
}

.index6 .w_1600 {
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	align-items: center;
}

.index6 .list {
	float: left;
	width: 1088px;
	line-height: 0;
	position: relative;
	z-index: 3;
	margin-top: 136px;
	text-align: center;
	color: #fff;
}

.index6 .list .ico {
	float: left;
	height: 44px;
	position: absolute;
	left: 50%;
	bottom: 7.8%;
	z-index: 1;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.index6 .list .pic {
	z-index: 2;
	position: relative;
}

.index6 .list ul li {
	float: left;
	z-index: 3;
	position: absolute;
	font-size: 16px;
	line-height: 24px;
	white-space: nowrap;
}

.index6 .list ul li:after,
.index6 .list ul li:before {
	float: left;
	content: '';
	position: absolute;
	border-radius: 50%;
	background: #2369f5;
}

.index6 .list ul li:after {
	width: 9px;
	height: 9px;
	margin-bottom: 6px;
}

.index6 .list ul li:before {
	width: 21px;
	height: 21px;
	opacity: 0.15;
}

.index6 .list dl dd {
	float: left;
	z-index: 3;
	position: absolute;
}

.index6 .list dl dd h5 {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
}

.index6 .list dl dd h6 {
	font-size: 16px;
	line-height: 24px;
	margin-top: 15px;
}

.index6 .list dl dd:nth-child(1) {
	width: 84px;
	left: 25.5%;
	bottom: 6%;
	transform: translateX(-50%);
	text-align: right;
}

.index6 .list dl dd:nth-child(2) {
	width: 23.8%;
	left: 50%;
	bottom: 35%;
	transform: translate(-50%, -50%);
}

.index6 .list dl dd:nth-child(3) {
	width: 84px;
	left: 74.5%;
	bottom: 6%;
	transform: translateX(-50%);
	text-align: left;
}

.index6 .list ul li:nth-child(1) {
	left: 0.5%;
	bottom: 18%;
	transform: translateX(-100%);
}

.index6 .list ul li:nth-child(2) {
	left: 5.2%;
	bottom: 41%;
	transform: translateX(-100%)
}

.index6 .list ul li:nth-child(3) {
	left: 12.7%;
	bottom: 63%;
	transform: translateX(-100%)
}

.index6 .list ul li:nth-child(4) {
	left: 34.5%;
	bottom: 98%;
	transform: translateX(-50%);
}

.index6 .list ul li:nth-child(5) {
	left: 50%;
	bottom: 103.5%;
	transform: translateX(-50%);
}

.index6 .list ul li:nth-child(6) {
	left: 61.7%;
	bottom: 100%;
	transform: translateX(-50%);
}

.index6 .list ul li:nth-child(7) {
	left: 83.6%;
	bottom: 71%;
}

.index6 .list ul li:nth-child(8) {
	left: 91.3%;
	bottom: 53%;
}

.index6 .list ul li:nth-child(9) {
	left: 97.5%;
	bottom: 31%;
}

.index6 .list ul li:nth-child(10) {
	left: 100.7%;
	bottom: 12%;
}

.index6 .list ul li:nth-child(1):after,
.index6 .list ul li:nth-child(2):after,
.index6 .list ul li:nth-child(3):after {
	left: 100%;
	margin-left: 18px;
	bottom: 0;
}

.index6 .list ul li:nth-child(1):before,
.index6 .list ul li:nth-child(2):before,
.index6 .list ul li:nth-child(3):before {
	left: 100%;
	margin-left: 12px;
	bottom: 0;
}

.index6 .list ul li:nth-child(4):after,
.index6 .list ul li:nth-child(5):after,
.index6 .list ul li:nth-child(6):after {
	left: 50%;
	margin-left: -4px;
	bottom: -30px;
	background: #ec9036;
}

.index6 .list ul li:nth-child(4):before,
.index6 .list ul li:nth-child(5):before,
.index6 .list ul li:nth-child(6):before {
	left: 50%;
	margin-left: -10px;
	bottom: -30px;
	background: #ec9036;
}

.index6 .list ul li:nth-child(7):after,
.index6 .list ul li:nth-child(8):after,
.index6 .list ul li:nth-child(9):after,
.index6 .list ul li:nth-child(10):after {
	left: 0;
	bottom: 0;
	margin-left: -26px;
	background: #9f312b;
}

.index6 .list ul li:nth-child(7):before,
.index6 .list ul li:nth-child(8):before,
.index6 .list ul li:nth-child(9):before,
.index6 .list ul li:nth-child(10):before {
	left: 0;
	bottom: 0;
	margin-left: -32px;
	background: #9f312b;
}

@media screen and (max-width:1680px) {
	.index6 .list ul li {
		font-size: 14px;
	}

	.index6 .list dl dd h5 {
		font-size: 18px;
		line-height: 28px;
	}

	.index6 .list dl dd h6 {
		font-size: 14px;
		margin-top: 8px;
	}
}

@media screen and (max-width:1600px) {
	.index6 .list {
		width: 80%;
	}
}

@media screen and (max-width:1024px) {
	.index6 {
		padding-top: 30px;
	}

	.index6 .list {
		margin-top: 55px;
	}

	.index6 .list ul li {
		font-size: 12px;
		line-height: 20px;
	}

	.index6 .list ul li:after {
		width: 7px;
		height: 7px;
		margin-bottom: 4px;
	}

	.index6 .list ul li:before {
		width: 15px;
		height: 15px;
	}

	.index6 .list dl dd h5 {
		font-size: 14px;
		line-height: 22px;
	}

	.index6 .list dl dd h6 {
		font-size: 12px;
		line-height: 20px;
		margin-top: 0;
	}

	.index6 .list dl dd:nth-child(1),
	.index6 .list dl dd:nth-child(3) {
		width: 62px;
	}

	.index6 .list ul li:nth-child(1):after,
	.index6 .list ul li:nth-child(2):after,
	.index6 .list ul li:nth-child(3):after {
		margin-left: 10px;
	}

	.index6 .list ul li:nth-child(1):before,
	.index6 .list ul li:nth-child(2):before,
	.index6 .list ul li:nth-child(3):before {
		margin-left: 6px;
	}

	.index6 .list ul li:nth-child(4):after,
	.index6 .list ul li:nth-child(5):after,
	.index6 .list ul li:nth-child(6):after {
		margin-left: -3px;
		bottom: -20px;
	}

	.index6 .list ul li:nth-child(4):before,
	.index6 .list ul li:nth-child(5):before,
	.index6 .list ul li:nth-child(6):before {
		margin-left: -7px;
		bottom: -20px;
	}

	.index6 .list ul li:nth-child(7):after,
	.index6 .list ul li:nth-child(8):after,
	.index6 .list ul li:nth-child(9):after,
	.index6 .list ul li:nth-child(10):after {
		margin-left: -17px;
	}

	.index6 .list ul li:nth-child(7):before,
	.index6 .list ul li:nth-child(8):before,
	.index6 .list ul li:nth-child(9):before,
	.index6 .list ul li:nth-child(10):before {
		margin-left: -21px;
	}
}

@media screen and (max-width:767px) {
	.index6 .list {
		width: 100%;
		margin-top: 15px;
	}

	.index6 .list .ico {
		bottom: 4%;
		height: 24px;
	}

	.index6 .list .pic {
		margin-top: -8%;
	}

	.index6 .list dl dd h6 {
		display: none;
	}

	.index6 .list dl dd:nth-child(1),
	.index6 .list dl dd:nth-child(3) {
		width: auto;
	}

	.index6 .list dl dd:nth-child(2) {
		bottom: 21%;
	}

	.index6 .list ul {
		float: left;
		width: 100%;
	}

	.index6 .list ul li {
		position: relative;
		left: 0 !important;
		bottom: 0 !important;
		width: 33.33%;
		white-space: normal;
		text-align: left;
		margin: 4px 0;
		padding-left: 22px;
	}

	.index6 .list ul li:nth-child(1) {
		left: 0.5%;
		bottom: 18%;
		transform: none;
	}

	.index6 .list ul li:nth-child(2) {
		left: 5.2%;
		bottom: 41%;
		transform: none;
	}

	.index6 .list ul li:nth-child(3) {
		left: 12.7%;
		bottom: 63%;
		transform: none;
	}

	.index6 .list ul li:nth-child(4) {
		left: 34.5%;
		bottom: 98%;
		transform: none;
	}

	.index6 .list ul li:nth-child(5) {
		left: 50%;
		bottom: 103.5%;
		transform: none;
	}

	.index6 .list ul li:nth-child(6) {
		left: 61.7%;
		bottom: 100%;
		transform: none;
	}

	.index6 .list ul li:nth-child(7) {
		left: 83.6%;
		bottom: 71%;
	}

	.index6 .list ul li:nth-child(8) {
		left: 91.3%;
		bottom: 53%;
	}

	.index6 .list ul li:nth-child(9) {
		left: 97.5%;
		bottom: 31%;
	}

	.index6 .list ul li:nth-child(10) {
		left: 100.7%;
		bottom: 12%;
	}

	.index6 .list ul li:nth-child(1):after,
	.index6 .list ul li:nth-child(2):after,
	.index6 .list ul li:nth-child(3):after,
	.index6 .list ul li:nth-child(4):after,
	.index6 .list ul li:nth-child(5):after,
	.index6 .list ul li:nth-child(6):after,
	.index6 .list ul li:nth-child(7):after,
	.index6 .list ul li:nth-child(8):after,
	.index6 .list ul li:nth-child(9):after,
	.index6 .list ul li:nth-child(10):after {
		left: 0;
		bottom: 2px;
		margin-left: 4px;
	}

	.index6 .list ul li:nth-child(1):before,
	.index6 .list ul li:nth-child(2):before,
	.index6 .list ul li:nth-child(3):before,
	.index6 .list ul li:nth-child(4):before,
	.index6 .list ul li:nth-child(5):before,
	.index6 .list ul li:nth-child(6):before,
	.index6 .list ul li:nth-child(7):before,
	.index6 .list ul li:nth-child(8):before,
	.index6 .list ul li:nth-child(9):before,
	.index6 .list ul li:nth-child(10):before {
		left: 0;
		bottom: 2px;
		margin-left: 0;
	}

}


.register {
	float: left;
	width: 100%;
	background: #f5f5f5;
	padding-top: 80px;
	padding-bottom: 80px;
}

.register .box {
	flex-wrap: wrap;
	display: flex;
	margin: 0 auto;
	max-width: 1300px;
	background: #fff;
	box-shadow: 0 10px 50px rgba(46, 110, 225, 0.14);
}

.register .img {
	float: left;
	width: 39.4%;
	padding: 58px 30px;
}

.register .img h1 {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 36px;
	line-height: 60px;
}

.register .form {
	float: right;
	width: 60.6%;
	padding: 50px 6.5% 50px 10.4%;
}

.register .form h1 {
	float: left;
	width: 100%;
	color: #666666;
	line-height: 34px;
	margin-bottom: 15px;
	font-size: 28px;
	font-family: Bold;
	font-weight: normal;
	color: #383A3F;

}

.register .form h5 {
	float: left;
	width: 100%;
	color: #666666;
	font-size: 18px;
	line-height: 28px;
	margin-top: 24px;
}

.register .form h5 span {
	color: #ff3600;
}

.register .form h6 {
	float: left;
	width: 100%;
	color: #666666;
	font-size: 16px;
	line-height: 26px;
}

.register .form h6 a {
	color: #2e6ee1;
}

.register .form .text {
	float: left;
	width: 100%;
	color: #999999;
	font-size: 18px;
	line-height: 34px;
	height: 48px;
	border: 1px solid #dddddd;
	padding: 6px 0px 6px 38px;
	margin-top: 13px;
}

.register .form .submit {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 18px;
	line-height: 48px;
	height: 48px;
	border: none;
	background: #2e6ee1;
	margin: 32px 0 24px 0;
}

.register .form .lab {
	float: left;
	width: 100%;
	margin-top: 10px;
	color: #666666;
	font-size: 18px;
	line-height: 28px
}

@media screen and (max-width:1680px) {
	.register .img h1 {
		font-size: 30px;
		line-height: 44px;
	}

	.register .form {
		padding: 63px 6.5% 60px 6.5%;
	}

	.register .form h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.register .form h5 {
		font-size: 15px;
	}

	.register .form h6 {
		font-size: 15px;
	}

	.register .form .text {
		font-size: 16px;
	}

	.register .form .submit {
		font-size: 16px;
	}

	.register .form .lab {
		font-size: 15px;
		line-height: 25px;
		margin-top: 5px;
	}
}

@media screen and (max-width:1366px) {
	.register .form {
		padding: 50px 5%;
	}
}

@media screen and (max-width:1024px) {
	.register {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.register .box {
		box-shadow: 0 10px 20px rgba(46, 110, 225, 0.14);
	}

	.register .img {
		padding: 25px 15px;
	}

	.register .img h1 {
		font-size: 22px;
		line-height: 34px;
	}

	.register .form {
		padding: 25px 15px;
	}

	.register .form h1 {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 0;
	}

	.register .form h5 {
		margin-top: 10px;
	}

	.register .form .text {
		height: 42px;
		line-height: 32px;
		font-size: 14px;
		padding: 4px 15px;
		margin-top: 6px;
	}

	.register .form .submit {
		height: 42px;
		line-height: 42px;
		margin: 15px 0 10px 0;
	}

}

@media screen and (max-width:767px) {
	.register .img {
		width: 100%;
	}

	.register .form {
		width: 100%;
	}

}

.registerA,
.protocolA {
	display: none;
	float: left;
	width: 100%;
	height: 100%;
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	z-index: 18;
	background: #000006;
	opacity: 0.7;
}

.registerP,
.protocolP {
	display: none;
	float: left;
	width: 828px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 20;
	background: #2e6ee1;
	border-radius: 18px;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 47px 32px 55px 32px;
}

.registerP .colse {
	float: right;
	width: 31px;
	cursor: pointer;
}

.registerP h1 {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	padding: 0 26px;
}

.registerP time {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	padding: 0 26px;
	margin: 22px 0 37px 0;
}

.registerP .info {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	max-height: 60vh;
	overflow: hidden;
	padding: 0 50px 0 26px;
	overflow: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
}

.registerP .info::-webkit-scrollbar {
	width: 8px;
}

.registerP .info::-webkit-scrollbar-track {
	background-color: #5a8ce5;
	border-radius: 8px;
}

.registerP .info::-webkit-scrollbar-thumb {
	width: 8px;
	height: 60px;
	background-color: #d6e0f2;
	border-radius: 8px;
}

@media screen and (max-width:1024px) {
	.registerP {
		width: 90%;
		padding: 15px 15px 25px 15px;
	}

	.registerP .colse {
		width: 26px;
	}

	.registerP h1 {
		font-size: 16px;
		line-height: 26px;
		padding: 5px 0 0 0;
	}

	.registerP time {
		padding: 0;
		margin: 5px 0 15px 0;
	}

	.registerP .info {
		line-height: 24px;
		padding: 0 10px 0 0;
	}
}


._nbanner {
	float: left;
	width: 100%;
	line-height: 0;
	background: #000;
	position: relative;
}

._nbanner .pm {
	opacity: 0.8;
}

._nbanner .anniu {}

._nbanner .text {
	float: left;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 3;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

._nbanner .text h1,
._nbanner .text .bt1 {
	float: left;
	width: 100%;
	color: #fff;
	line-height: 1.5;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 60px;
}

._nbanner .text h2,
._nbanner .text .bt2 {
	float: left;
	width: 100%;
	color: #fff;
	line-height: 1.5;
	letter-spacing: 2px;
	font-size: 30px;
	margin-top: 2.7%;
}

._nbanner .text h3,
._nbanner .text .bt3 {
	float: left;
	width: 100%;
	color: #fff;
	line-height: 1.7;
	letter-spacing: 2px;
	font-size: 36px;
	position: relative;
	text-transform: uppercase;
	padding-left: 28px;
}

._nbanner .text h3:after {
	float: left;
	width: 4px;
	height: 84%;
	content: '';
	position: absolute;
	left: 0;
	background: #2e6ee1;
}

._nbanner .text h3.zh:after {
	bottom: 0;
}

._nbanner .text h3.en:after {
	top: 0;
}

._nbanner .w_1600 {
	padding-left: 6.25%;
	padding-right: 6.25%;
}

._nbanner1:after {
	float: left;
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #333333;
	opacity: 0.21;
}

._nbanner2:after {
	float: left;
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #333333;
	opacity: 0.21;
}

._nbanner2 .text {
	text-align: left;
}

._nbanner2 .text h2 {
	margin-bottom: 4.7%;
}

._nbanner2 .text .indexMore {
	float: none;
	display: inline-block;
	margin: 0 auto;
	width: auto;
	padding: 0 40px;
}

._nbanner3 .text h3 {
	padding-left: 0 !important;
	text-align: center;
}

._nbanner3 .text h3:after {
	display: none;
}

._nbanner3 .ss {
	display: block;
	margin: 0 auto;
	max-width: 905px;
}

._nbanner3 .SA {
	float: right;
	width: 100%;
	position: relative;
	margin: 2.7% 0 2.4% 0;
}

._nbanner3 .SA .Search {
	float: left;
	width: 100%;
	height: 68px;
	background: #fff;
	border: 0;
	line-height: 36px;
	color: #999999;
	font-size: 16px;
	padding: 15px 70px 15px 50px;
}

._nbanner3 .SA .submit {
	float: left;
	width: 68px;
	height: 68px;
	position: absolute;
	right: 9px;
	top: 0;
	background: url(../_im_g/jmxy11.png) center no-repeat;
}

._nbanner3 .tit {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
}

._nbanner3 .tit a {
	color: #fff;
	margin: 0 11px;
}

._nbanner .w_1600 {
	overflow: hidden;
	position: relative;
}

._nbanner .text .shipin {
	display: block;
	width: 100px;
	height: 100px;
	background: url(../_im_g/jmxy7.png) center no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 8%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

@media screen and (max-width:1680px) {

	._nbanner .text h1,
	._nbanner .text .bt1 {
		font-size: 45px;
	}

	._nbanner .text h2,
	._nbanner .text .bt2 {
		font-size: 22px;
	}

	._nbanner .text h3,
	._nbanner .text .bt3 {
		font-size: 24px;
	}

	._nbanner2 .indexMore {
		padding: 0 20px;
	}

	._nbanner2 .text .indexMore {
		padding: 0 20px;
	}

	._nbanner3 .SA .Search {
		height: 58px;
		line-height: 36px;
		font-size: 15px;
		padding: 15px 70px 15px 30px;
	}

	._nbanner3 .SA .submit {
		width: 58px;
		height: 58px;
		right: 9px;
	}

	._nbanner3 .tit {
		font-size: 15px;
	}

	._nbanner .text .shipin {
		width: 80px;
		height: 80px;
	}
}

@media screen and (max-width:1366px) {
	._nbanner .text h1 {
		font-size: 30px;
	}

	._nbanner .text h2 {
		font-size: 18px;
	}

	._nbanner .text h3 {
		font-size: 20px;
	}

	._nbanner .text .shipin {
		width: 70px;
		height: 70px;
	}
}

@media screen and (max-width:1024px) {
	._nbanner .w_1600 {
		padding-left: 5%;
		padding-right: 5%;
	}

	._nbanner .text h1 {
		font-size: 18px;
		letter-spacing: 1px;
	}

	._nbanner .text h2 {
		font-size: 14px;
		letter-spacing: 1px;
	}

	._nbanner .text h3 {
		font-size: 16px;
		letter-spacing: 1px;
		padding-left: 14px;
	}

	._nbanner .text h3:after {
		width: 3px;
	}

	._nbanner3 .SA .Search {
		height: 38px;
		line-height: 28px;
		font-size: 14px;
		padding: 5px 45px 5px 14px;
	}

	._nbanner3 .SA .submit {
		width: 38px;
		height: 38px;
		right: 2px;
		background-size: 30px 30px;
	}

	._nbanner3 .tit {
		font-size: 14px;
	}

	._nbanner3 .tit a {
		margin: 0 5px;
	}

	._nbanner .text .shipin {
		width: 60px;
		height: 60px;
	}
}


.slideB {
	float: left;
	width: 100%;
	box-shadow: 0 7px 16px rgba(208, 208, 208, 0.15);
	padding: 25px 0;
}

.slideB.bj {
	background: #eee;
}

.slideB .left {
	float: left;
}

.slideB .left .ico {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.slideB .left a {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.slideB .left a:hover {
	color: #2e6ee1;
}

.slideB .left span {
	font-size: 16px;
	color: #0384f6;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

.slideB .right {
	float: right;
}

.slideB .right ul li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 80px;
}

.slideB .right ul li:first-child {
	margin-left: 0;
}

.slideB .right ul li a {
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	position: relative;
}

.slideB .right ul li a:after {
	display: none;
	float: left;
	width: 6px;
	height: 6px;
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	border-radius: 50%;
	background: #2e6ee1;
}

.slideB .right ul li:hover a,
.slideB .right ul li.on a {
	color: #2e6ee1;
}

.slideB .right ul li.on a {
	padding-left: 23px;
}

.slideB .right ul li.on a:after {
	display: block;
}

@media screen and (max-width: 1600px) {
	.slideB .right ul li {
		margin-left: 30px;
	}

	.slideB .right ul li.on a {
		padding-left: 15px;
	}
}

@media screen and (max-width: 1024px) {
	.slideB {
		padding: 10px 0;
	}

	.slideB .left {
		display: none;
	}

	.slideB .right {
		width: 100%;
	}

	.slideB .right ul {
		flex-wrap: wrap;
		display: flex;
		justify-content: center;
	}

	.slideB .right ul li {
		margin-left: 18px;
	}

}



.market1 {
	float: left;
	width: 100%;
	margin-bottom: 80px;
}

.market1 .cont {
	float: left;
	width: 100%;
	text-align: center;
	border-radius: 10px;
	padding: 40px;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	align-items: center;
}

.market1 .cont h1 {
	float: left;
	color: #fff;
	line-stacking: 3px;
	font-size: 30px;
	line-height: 1.5;
	margin: 5px 40px;
}

.market1 .cont a {
	margin: 5px 40px;
}

.slideA {
	float: left;
	width: 100%;
	margin: 70px 0 40px 0;
}

.slideA ul {
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slideA ul li {
	float: left;
	margin: 0 20px;
}

.slideA ul li a {
	float: left;
	font-size: 16px;
	color: #666666;
	line-height: 36px;
}

.slideA ul li.on a {
	color: #2e6ee1;
}

@media screen and (max-width: 1600px) {
	.market1 .cont h1 {
		font-size: 24px;
		margin: 5px 20px;
	}

	.market1 .cont a {
		margin: 5px 20px;
	}
}

@media screen and (max-width: 1024px) {
	.market1 {
		margin-bottom: 30px;
	}

	.market1 .cont {
		padding: 20px 10px;
	}

	.market1 .cont h1 {
		font-size: 18px;
		margin: 5px 10px;
	}

	.market1 .cont a {
		margin: 5px 10px;
	}

	.slideA {
		margin: 20px 0 10px 0;
	}

	.slideA ul li {
		margin: 0 15px;
	}
}


.market2 {
	float: left;
	width: 100%;
	background: #f5f5f5;
	padding-top: 80px;
	padding-bottom: 84px;
}

.jiazai {
	float: left;
	width: 100%;
	line-height: 0;
	text-align: center;
	margin-top: 60px;
}

.jiazai img {
	width: 61px;
	height: 61px;
}

.sc_list {
	float: left;
	width: 100%;
}

.sc_list ul {
	margin: 0 -10px;
}

.sc_list ul li {
	float: left;
	width: 25%;
	padding: 20px 10px;
}

.sc_list ul li a {
	float: left;
	width: 100%;
	height: 100%;
	background: #fff;
}

.sc_list ul li i {
	float: left;
	width: 100%;
	height: 12vw;
	line-height: 0;
	overflow: hidden;
}

.sc_list ul li i img {
	min-height: 100%;
	min-width: 100%;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	transition: -webkit-transform 2s;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

.sc_list ul li a:hover i img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.sc_list ul li .text {
	float: left;
	width: 100%;
	padding: 26px 22px 12px 22px;
	box-shadow: 0 5px 20px rgba(211, 211, 211, 0.27);
}

.sc_list ul li .text h4 {
	float: left;
	width: 100%;
	color: #333333;
	font-size: 20px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sc_list ul li .text h5 {
	float: left;
	width: 100%;
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	margin: 18px 0 21px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.sc_list ul li .text h6 {
	float: left;
	width: 100%;
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	border-top: 1px solid #dddddd;
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
}

.sc_list ul li .text h6 span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sc_list ul li .text h6 font {
	float: right;
	color: #3485ee;
	white-space: nowrap;
}


.sc_list ul li a:hover {
	background: #3485ee;
}

.sc_list ul li a:hover .text h4,
.sc_list ul li a:hover .text h5,
.sc_list ul li a:hover .text h6,
.sc_list ul li a:hover .text h6 font {
	color: #fff;
}

.sc_list ul li a:hover .text h6 {
	border-top: 1px solid rgba(221, 221, 221, 0.25);
}

.soBox {}

.so {
	float: right;
	width: 170px;
	height: 25px;
	margin: 24px 0 0 0;
}

.so .Search {
	float: left;
	width: 143px;
	height: 25px;
	background: url(images/so.png) left top no-repeat;
	border: 0;
	line-height: 25px;
	text-indent: 9px;
	color: #cbcbcb;
}

.so .sear_sub {
	float: left;
	width: 27px;
	height: 25px;
}

@media screen and (min-width:1680px) {
	.soBox .ss {
		margin-right: 2%;
	}

	.soBox dl {
		margin-left: 2%;
	}
}


@media screen and (max-width:1680px) {
	.sc_list ul li .text {
		padding: 26px 15px 12px 15px;
	}

	.sc_list ul li .text h4 {
		font-size: 17px;
		line-height: 28px;
	}

	.sc_list ul li .text h5 {
		font-size: 15px;
		line-height: 26px;
		height: 52px;
	}

	.sc_list ul li .text h6 {
		font-size: 15px;
		line-height: 26px;
	}
}

@media screen and (max-width:1024px) {
	.market2 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.jiazai {
		margin-top: 20px;
	}

	.jiazai img {
		width: 40px;
		height: 40px;
	}

	.sc_list ul {
		margin: 0 -7px;
	}

	.sc_list ul li {
		width: 50%;
		padding: 10px 7px;
	}

	.sc_list ul li i {
		height: ;
	}

	.sc_list ul li .text {
		padding: 20px 15px 10px 15px;
		box-shadow: 0 5px 10px rgba(211, 211, 211, 0.27);
	}

	.sc_list ul li .text h5 {
		margin: 10px 0 15px 0;
	}

	.sc_list ul li .text h6 {
		padding: 12px 0;
	}
}

@media screen and (max-width:767px) {
	.sc_list ul li {
		width: 100%;
	}

	.sc_list ul li i {
		height: 28vh;
	}
}


.sc_tit {
	float: left;
	width: 100%;
	position: relative;
	z-index: 3;
	text-align: center;
	color: #333333;
	font-size: 36px;
	line-height: 1.5;
	letter-spacing: 2px;
}

.market3 {
	float: left;
	width: 100%;
	background: #f5f5f5;
	padding-top: 95px;
	padding-bottom: 62px;
}

.market3 .sc_list {
	margin-top: 50px;
}

@media screen and (max-width:1680px) {
	.sc_tit {
		font-size: 24px;
	}
}

@media screen and (max-width:1024px) {
	.sc_tit {
		font-size: 18px;
	}

	.market3 {
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.market3 .sc_list {
		margin-top: 10px;
	}
}


.market4 {
	float: left;
	width: 100%;
	margin-top: 80px;
	margin-bottom: 60px;
}

.market4 .btn {
	float: left;
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 80px;
}

.market4 .btn a {
	margin: 0 21px;
	position: relative;
}

.market4 .btn a h6 {
	width: 160px;
	right: 100%;
	margin-right: 11px;
	padding: 17px;
}

.market4 .btn a h6 em {
	display: inline-block;
}

.market4 .btn a h6 font {
	float: left;
	width: 100%;
	color: #3485ee;
	font-size: 14px;
	line-height: 20px;
	margin: 2px 0 8px 0;
}

.market4 h1 {
	width: 100%;
	color: #333;
	font-size: 30px;
	line-height: 40px;
	padding: 20px 0 50px;
	text-align: center;
	font-weight: bold;
}

.market4 .tit {
	float: left;
	width: 100%;
	color: #333333;
	font-size: 24px;
	line-height: 34px;
}

.market4 .cont {
	float: left;
	width: 100%;
	color: #666666;
	font-size: 18px;
	line-height: 30px;
	margin: 20px 0 76px 0;
	overflow: hidden;
}

.market4 .cont img {
	max-width: 100%;
}

.market4 .cont a {
	color: #3485ee;
}

.market4 .cont a:hover {
	text-decoration: underline;
}

.market4 .list {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 130px;
	overflow: hidden;
}

.market4 .list .bg {
	float: left;
	width: 87%;
	height: 276px;
	background: #3485ee;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.market4 .list ul {
	float: left;
	position: relative;
	z-index: 5;
	width: 73%;
}

.market4 .list ul .slick-slide {
	line-height: 0;
}

.market4 .list ul .slick-slide a {
	float: left;
	width: 100%;
	position: relative;
}

.market4 .list ul .slick-slide .paly {
	float: left;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.market4 .slick-dots {
	left: 22%;
	bottom: -61px;
	flex-wrap: wrap;
	display: flex;
	width: auto;
	z-index: 6;
}

.market4 .slick-dots li {
	background: #fff;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	text-indent: -9999px;
	overflow: hidden;
	vertical-align: top;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	opacity: 0.32;
}

.market4 .slick-dots li.slick-active {
	opacity: 1;
}

.market4 .slick-prev,
.market4 .slick-next {
	background: rgba(255, 255, 255, 0.27);
	width: 38px;
	height: 38px;
	z-index: 6;
	border-radius: 50%;
	top: auto;
	bottom: -75px;
	webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.market4 .slick-prev {
	left: auto;
	right: 56px;
	margin-right: 78px;
}

.market4 .slick-next {
	right: 56px;
}

.market4 .slick-prev:after,
.market4 .slick-next:after {
	float: left;
	width: 12px;
	height: 12px;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
}

.market4 .slick-prev:after {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	margin-left: 2px;
}

.market4 .slick-next:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-left: -2px;
}

.market4 .slick-prev:hover,
.market4 .slick-next:hover {
	background: rgba(255, 255, 255, 1);
}

.market4 .slick-prev:hover:after {
	border-bottom: 1px solid #3485ee;
	border-left: 1px solid #4690f0;
}

.market4 .slick-next:hover:after {
	border-top: 1px solid #3485ee;
	border-right: 1px solid #4690f0;
}

.market4 .list dl {
	float: right;
	position: relative;
	z-index: 5;
	width: 22.3%;
	margin-top: 3.4%;
}

.market4 .list dl dd {
	float: left;
	width: 100%;
	position: relative;
	color: #333333;
	font-size: 16px;
	line-height: 26px;
	padding-left: 40px;
	margin: 5.2% 0;
}

.market4 .list dl dd img {
	float: left;
	width: 24px;
	position: absolute;
	left: 0;
	top: 1px;
}

@media screen and (max-width:1680px) {
	.market4 .list .bg {
		height: 200px;
	}

	.market4 .tit {
		font-size: 18px;
		line-height: 30px;
	}

	.market4 .cont {
		font-size: 15px;
		line-height: 26px;
	}

	.market4 .list dl dd {
		font-size: 15px;
		padding-left: 30px;
	}
}

@media screen and (max-width:1366px) {
	.market4 .list dl {
		width: 24.3%;
		margin-top: 1.7%;
	}

	.market4 .list dl dd {
		margin: 3.6% 0;
	}
}

@media screen and (max-width:1024px) {
	.market4 {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.market4 .btn {
		margin-top: 30px;
	}

	.market4 .btn a {
		margin: 0 10px;
	}

	.market4 .cont {
		margin: 15px 0 25px 0;
	}

	.market4 .list {
		padding-bottom: 65px;
	}

	.market4 .list .bg {
		height: 140px;
	}

	.market4 .list ul {
		width: 100%;
	}

	.market4 .list ul .slick-slide .paly {
		width: 48px;
		height: 48px;
	}

	.market4 .slick-dots {
		left: 15%;
		bottom: -30px;
	}

	.market4 .slick-prev,
	.market4 .slick-next {
		width: 30px;
		height: 30px;
		bottom: -40px;
	}

	.market4 .slick-prev {
		left: auto;
		right: 10%;
		margin-right: 45px;
	}

	.market4 .slick-next {
		right: 10%;
	}

	.market4 .slick-prev:after,
	.market4 .slick-next:after {
		width: 8px;
		height: 8px;
	}

	.market4 .list dl {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.market4 .list dl dd {
		margin: 4px 0;
	}

}

@media screen and (max-width:767px) {
	.market4 .btn a {
		width: 86px;
		margin: 0 6px;
	}

	.market4 .tit span {
		display: block;
	}

	.market4 .list {
		margin-left: 0;
		width: 100%;
	}

	.market4 .list .bg {
		width: 100%;
		right: 0;
	}
}

.market4_1 {
	display: none;
	float: left;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
	background: #000;
	opacity: 0.6;
}

.market4_2 {
	float: left;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 100%;
	z-index: 21;
}

.market4_2.on {
	top: 0;
}

.market4_2 li {
	float: left;
	width: 100%;
}

.market4_2 li a {
	float: left;
	width: 100%;
	height: 100vh;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	align-items: center;
}

.market4_2 li a img {
	float: left;
	max-height: 80vh;
}

.market4_2 li a video {
	float: left;
	min-height: 50%;
	max-height: 80vh;
	object-fit: fill;
	background: #000;
}

.market4_2 .colse {
	float: left;
	width: 31px;
	height: 31px;
	position: absolute;
	right: 18px;
	top: 18px;
	cursor: pointer;
	z-index: 22;
}

.market4_2 .slick-prev,
.market4_2 .slick-next {
	background: rgba(255, 255, 255, 0.27);
	width: 38px;
	height: 38px;
	z-index: 6;
	border-radius: 50%;
}

.market4_2 .slick-prev {
	left: 18px;
}

.market4_2 .slick-next {
	right: 18px;
}

.market4_2 .slick-prev:after,
.market4_2 .slick-next:after {
	float: left;
	width: 12px;
	height: 12px;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
}

.market4_2 .slick-prev:after {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	margin-left: 2px;
}

.market4_2 .slick-next:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-left: -2px;
}

.market4_2 .slick-prev:hover,
.market4_2 .slick-next:hover {
	background: rgba(255, 255, 255, 0.5);
}


.newsG {
	float: left;
	width: 100%;
	padding-top: 75px;
	padding-bottom: 86px;
}

.newsD {
	float: left;
	width: 71.4%;
	color: #666666;
	font-size: 18px;
	line-height: 36px;
}

.newsD .tit {
	float: left;
	width: 100%;
	color: #333333;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}

.newsD .info {
	float: left;
	width: 100%;
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #cbcbcb;
	padding: 46px 0 52px 0;
}

.newsD .info .p {
	margin: 0 70px;
}

.newsD .cont {
	float: left;
	width: 100%;
	border-bottom: 1px solid #cbcbcb;
	padding: 38px 0 70px 0;
}

.newsD .cont a {
	color: #3485ee;
}

.newsD .cont a:hover {
	text-decoration: underline;
}

.newsD .cont i {
	font-size: 12px;
	padding-left: 5px;
	font-style: italic;
}

.newsD .page {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 26px;
}

.newsD .page .prev,
.newsD .page .next {
	float: left;
	width: 100%;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 30px;
	padding-right: 188px;
	margin: 7px 0;
}

.newsD .page .prev span,
.newsD .page .next span {
	color: #3485ee;
}

.newsD .page .prev:hover,
.newsD .page .next:hover {
	color: #3485ee;
}

.newsD .page .renter {
	float: left;
	position: absolute;
	right: 0;
	top: 50%;
	color: #fff;
	background: #3485ee;
	border-radius: 3px;
	text-align: center;
	margin-top: -24px;
	font-size: 16px;
	line-height: 48px;
	width: 150px;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	align-items: center;
}

.newsD .page .renter img {
	margin-right: 8px;
}

.newsD .page .renter:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.newsR {
	float: right;
	width: 23.9%;
	margin-top: 5px;
}

.newsR h4 {
	float: left;
	width: 100%;
	background: #3485ee;
	color: #fff;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	font-size: 24px;
	line-height: 46px;
	padding: 10px 22px;
}

.newsR h4 img {
	width: 26px;
	height: 26px;
	margin-right: 12px;
}

.newsR ul {
	float: left;
	width: 100%;
	border: 1px solid #dddddd;
	border-top: none;
	padding: 0 22px 25px 22px;
}

.newsR ul li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #dddddd;
	padding: 30px 0;
}

.newsR ul li:last-child {
	border-bottom: none;
}

.newsR ul li a {
	float: left;
	width: 100%;
	position: relative;
	min-height: 102px;
	padding-left: 190px;
}

.newsR ul li i {
	float: left;
	width: 165px;
	height: 102px;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

.newsR ul li.top i:before {
	content: "TOP";
	display: block;
	background: #f60;
	color: #fff;
	font-size: 12px;
	line-height: 16;
	padding: 0 2px;
	position: absolute;
	left: 0;
	top: 0;
}

.newsR ul li i img {
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	transition: -webkit-transform 2s;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

.newsR ul li a:hover i img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.newsR ul li h5 {
	float: left;
	width: 100%;
	color: #333333;
	font-size: 18px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 9px 0 18px 0;
}

.newsR ul li time {
	float: left;
	width: 100%;
	color: #666666;
	font-size: 16px;
	line-height: 24px;
}

.newsR ul li a:hover h5 {
	color: #3485ee;
}

.newsR dl {
	float: left;
	width: 100%;
	border: 1px solid #dddddd;
	border-top: none;
	padding: 0 22px 110px 22px;
}

.newsR dl dd {
	float: left;
	width: 100%;
	border-bottom: 1px solid #dddddd;
	padding: 22px 0;
}

.newsR dl dd a {
	float: left;
	width: 100%;
	position: relative;
}

.newsR dl dd h5 {
	float: left;
	width: 100%;
	color: #333333;
	font-size: 20px;
	line-height: 36px;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.newsR dl dd time {
	float: left;
	width: 100%;
	color: #666666;
	font-size: 16px;
	line-height: 28px;
	margin-top: 15px;
}

.newsR dl dd a:hover h5 {
	color: #3485ee;
}

.newsR.ask ul li a {
	padding-left: 0 !important;
	min-height: initial !important;
}

@media screen and (max-width: 1600px) {
	.newsD {
		font-size: 15px;
	}

	.newsD .tit {
		font-size: 28px;
		line-height: 38px;
	}

	.newsD .info {
		font-size: 15px;
	}

	.newsD .page .prev,
	.newsD .page .next {
		font-size: 15px;
	}

	.newsD .page .renter {
		font-size: 15px;
	}

	.newsR {
		width: 24.9%;
	}

	.newsR ul li a {
		min-height: 80px;
		padding-left: 140px;
	}

	.newsR ul li i {
		float: left;
		width: 129px;
		height: 80px;
	}

	.newsR ul li h5 {
		font-size: 16px;
		margin: 2px 0 5px 0;
	}

	.newsR ul li time {
		font-size: 15px;
	}

	.newsR dl dd h5 {
		font-size: 16px;
		line-height: 26px;
		height: 52px;
	}

	.newsR dl dd time {
		font-size: 15px;
		line-height: 26px;
	}

}

@media screen and (max-width: 1280px) {
	.newsD .info .p {
		margin: 0 25px;
	}

	.newsD .page .prev,
	.newsD .page .next {
		padding-right: 140px;
	}

	.newsD .page .renter {
		margin-top: -19px;
		line-height: 38px;
		width: 120px;
	}
}

@media screen and (max-width: 1024px) {
	.newsG {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.newsD {
		width: 100%;
		margin-bottom: 20px;
	}

	.newsD .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.newsD .info {
		padding: 10px 0 20px 0;
	}

	.newsD .cont {
		padding: 20px 0 20px 0;
	}

	.newsD .page {
		margin: 15px 0;
	}

	.newsD .page .prev,
	.newsD .page .next {
		margin: 0;
	}

	.newsR {
		width: 100%;
	}

	.newsR h4 {
		font-size: 18px;
		line-height: 32px;
		padding: 10px 12px;
	}

	.newsR h4 img {
		width: 22px;
		height: 22px;
		margin-right: 8px;
	}

	.newsR ul {
		padding: 0 12px 15px 12px;
	}

	.newsR ul li {
		padding: 15px 0;
	}

	.newsR dl {
		padding: 0 15px 30px 15px;
	}

	.newsR dl dd {
		padding: 16px 0;
	}

	.newsR dl dd time {
		margin-top: 2px;
	}

}

@media screen and (max-width: 767px) {
	.newsD {
		line-height: 26px;
	}

	.newsD .info .p {
		margin: 0;
		display: block;
	}

	.newsD .page .prev,
	.newsD .page .next {
		padding-right: 0;
	}

	.newsD .page .renter {
		position: static;
		margin-top: 15px;
	}
}

.ask_list {
	float: left;
	width: 100%;
	padding-bottom: 43px;
}

.ask_list ul {}

.ask_list ul li {
	position: relative;
	padding: 15px 0;
	padding-left: 40px;
}

.ask_list ul li:after {
	width: 26px;
	height: 26px;
	line-height: 26px;
	content: 'Q';
	background: #3485ee;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
	border-radius: 50%;
}

.ask_list ul li a {
	display: inline-block;
}

.ask_list ul li a:hover {
	color: #3485ee;
	text-decoration: underline;
}

.ask_list ul li time {
	color: #ccc;
}

.news_list {
	float: left;
	width: 100%;
	padding-bottom: 43px;
	padding-bottom: 30px;
}

.news_list ul {
	margin: 0 -17px;
}

.news_list ul li {
	float: left;
	width: 33.33%;
	padding: 0 17px;
	margin-top: 40px;
}

.news_list ul li a {
	float: left;
	width: 100%;
	background: #fff;
}

.news_list ul li i {
	float: left;
	width: 100%;
	height: 18vw;
	line-height: 0;
	position: relative;
	overflow: hidden;
}

.news_list ul li i img {
	min-height: 100%;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	transition: -webkit-transform 2s;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

.news_list ul li a:hover i img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.news_list ul li .text {
	float: left;
	width: 100%;
	padding: 48px 28px 30px 28px;
}

.news_list ul li .text h4 {
	float: left;
	width: 100%;
	color: #333333;
	font-size: 20px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_list ul li .text h5 {
	float: left;
	width: 100%;
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	margin: 32px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news_list ul li .text time {
	float: left;
	width: 100%;
	color: #666666;
	font-size: 16px;
	line-height: 26px;
}


.news_list ul li a:hover {
	background: #3485ee;
}

.news_list ul li a:hover .text h4,
.news_list ul li a:hover .text h5,
.news_list ul li a:hover .text time {
	color: #fff;
}

/*.news_list ul li:first-child{ width:100%; margin-bottom:20px;}*/
/*.news_list ul li:first-child a{flex-wrap:wrap; display: flex; box-shadow:0 5px 20px rgba(211,211,211,0.27);}*/
/*.news_list ul li:first-child i{ width:48.7%;}*/
/*.news_list ul li:first-child .text{ width:51.3%; padding:42px 52px;}*/
/*.news_list ul li:first-child .indexMore{ float:right; margin-top:28px;}*/
/*.news_list ul li:first-child h1{ float:left; width:124px; height:124px; background:#3485ee; color:#fff; font-size:18px; line-height:2; border-radius:5px; text-align:center;flex-wrap:wrap; display: flex;  justify-content:center; align-items: center;flex-direction:column; margin-bottom:50px;}*/
/*.news_list ul li:first-child h1 font{ display:block; font-size:30px;}*/
/*.news_list ul li:first-child h4{ font-size:24px; line-height:34px; color:#2e6ee1;}*/
/*.news_list ul li:first-child h5{ font-size:18px; line-height:36px; height:72px; margin:28px 0;}*/
/*.news_list ul li:first-child time{ display:none;}*/
/*.news_list ul li:first-child a:hover{ background:#FFF;}*/
/*.news_list ul li:first-child a:hover .text h4{ color:#333333;}*/
/*.news_list ul li:first-child a:hover .text h5,*/
/*.news_list ul li:first-child a:hover .text time{ color:#666666;}*/


@media screen and (max-width:1680px) {
	.news_list ul li .text {
		padding: 40px 15px 30px 15px;
	}

	.news_list ul li .text h4 {
		font-size: 17px;
		line-height: 28px;
	}

	.news_list ul li .text h5 {
		font-size: 15px;
		line-height: 26px;
		height: 52px;
		margin: 20px 0;
	}

	.news_list ul li .text time {
		font-size: 15px;
	}

	/*.news_list ul li:first-child .text{ padding:40px 40px;}*/
	/*.news_list ul li:first-child .indexMore{ margin-top:14px;}*/
	/*.news_list ul li:first-child h1{ width:90px; height:90px; font-size:16px; line-height:1.5; margin-bottom:25px;}*/
	/*.news_list ul li:first-child h1 font{ font-size:24px;}*/
}

@media screen and (max-width:1024px) {
	.news_list ul {
		margin: 0 -7px;
	}

	.news_list ul li {
		width: 50%;
		padding: 0 7px;
		margin-top: 20px;
	}

	.news_list ul li .text {
		padding: 20px 15px 15px 15px;
	}

	.news_list ul li .text h5 {
		margin: 10px 0;
	}

	/*.news_list ul li:first-child{ margin-bottom:0;}*/
	/*.news_list ul li:first-child a{ box-shadow:0 5px 10px rgba(211,211,211,0.27);}*/
	/*.news_list ul li:first-child .text{ padding:20px 15px;}*/
	/*.news_list ul li:first-child .indexMore{ margin-top:5px;}*/
	/*.news_list ul li:first-child h1{ width:70px; height:60px; font-size:14px; line-height:1.3; margin-bottom:12px;}*/
	/*.news_list ul li:first-child h1 font{ font-size:20px;}*/
}

@media screen and (max-width:767px) {
	.news_list ul li {
		width: 100%;
	}

	/*.news_list ul li:first-child i{ width:100%;}*/
	/*.news_list ul li:first-child .text{ width:100%;}*/
	/*.news_list ul li:first-child h1{ display:none;}*/
}


/* 分页 */
.pz_fy {
	width: 100%;
	float: left;
	margin: 80px 0;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pz_fy a {
	float: left;
	background: #fbfbfb;
	border-radius: 4px;
	text-align: center;
	color: #666666;
	font-size: 18px;
	width: 52px;
	height: 52px;
	line-height: 52px;
	margin: 0 8px;
}

.pz_fy a:hover,
.pz_fy a.on {
	color: #fff;
	background: #3485ee;
}

@media screen and (max-width:1024px) {
	.pz_fy {
		margin: 20px 0;
	}

	.pz_fy a {
		font-size: 13px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin: 0 4px;
	}
}


.soBox {
	float: left;
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 48px;
}

.soBox .ss {
	float: left;
	max-width: 980px;
	width: 100%;
	position: relative;
	background: #fff;
	z-index: 6;
}

.soBox .ss h5 {
	float: left;
	text-align: center;
	color: #333333;
	width: 126px;
	line-height: 52px;
	font-size: 16px;
	border-right: 1px solid #f5f5f5;
	position: absolute;
	left: 0;
	top: 2px;
	cursor: pointer;
}

.soBox .ss ul {
	display: none;
	float: left;
	width: 126px;
	position: absolute;
	left: 0;
	top: 100%;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	background: #fff;
	padding: 8px 0;
}

.soBox .ss ul li {
	float: left;
	width: 100%;
	color: #333333;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}

.soBox .ss ul li:hover {
	color: #3485ee;
}

.soBox .ss .Search {
	float: left;
	color: #333333;
	width: 100%;
	line-height: 36px;
	height: 56px;
	font-size: 16px;
	padding: 10px;
	padding-right: 145px;
}

.soBox .ss .submit {
	float: left;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../_im_g/yysc16.png) 19px center no-repeat #3485ee;
	text-align: center;
	color: #fff;
	width: 126px;
	line-height: 56px;
	height: 56px;
	font-size: 16px;
	padding-left: 30px;
}

.soBox .anniu {
	text-align: center;
}

.soBox dl {
	float: left;
	max-width: 980px;
	margin-top: 20px;
}

.soBox dl dd {
	float: left;
	width: 100%;
	position: relative;
	color: #333333;
	font-size: 16px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	padding-left: 52px;
	padding-right: 20px;
	margin: 10px 0;
}

.soBox dl dd .i {
	float: left;
	cursor: pointer;
	position: absolute;
	right: -5px;
	top: 0;
	width: 28px;
	height: 28px;
	background: url(../_im_g/yysc17.png) center no-repeat;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.soBox dl dd.on {
	height: auto;
}

.soBox dl dd.on i {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.soBox dl dd font {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
}

.soBox dl dd a {
	float: left;
	margin-right: 32px;
	cursor: pointer;
}

.soBox dl dd a.on,
.soBox dl dd a:hover {
	color: #3485ee;
}

@media screen and (max-width:1024px) {
	.soBox {
		margin-bottom: 15px;
	}

	.soBox .ss h5 {
		font-size: 15px;
		width: 90px;
		line-height: 42px;
	}

	.soBox .ss ul {
		width: 90px;
	}

	.soBox .ss .Search {
		line-height: 30px;
		height: 46px;
		font-size: 15px;
		padding: 8px;
		padding-right: 100px;
	}

	.soBox .ss .submit {
		background: url(../_im_g/yysc16.png) 10px center no-repeat #3485ee;
		width: 90px;
		line-height: 46px;
		height: 46px;
		font-size: 15px;
		padding-left: 22px;
	}

	.soBox dl {
		margin-top: 15px;
	}

	.soBox dl dd {
		font-size: 15px;
		padding-left: 46px;
		margin: 4px 0;
	}

	.soBox dl dd a {
		margin-right: 20px;
	}
}

.yuanqu1 {
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}

.yuanqu1 .list {
	float: left;
	width: 100%;
}

.yuanqu1 .list ul {
	margin: 0 -65px;
	flex-wrap: wrap;
	display: flex;
}

.yuanqu1 .list ul li {
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 0 65px;
	margin-top: 75px;
}

.yuanqu1 .list ul li i {
	display: inline-block;
	margin: 0 auto;
	width: 145px;
	height: 145px;
	border: 1px dashed #3485ee;
	border-radius: 50%;
}

.yuanqu1 .list ul li i img {
	float: left;
	width: 101px;
	height: 101px;
	padding: 10px;
	border-radius: 50%;
	margin: 22px;
	background: #3485ee;
	box-shadow: 0 8px 18px rgba(52, 133, 238, 0.35);
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}

.yuanqu1 .list ul li a:hover i img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.yuanqu1 .list ul li h4 {
	float: left;
	width: 100%;
	color: #333333;
	font-size: 24px;
	line-height: 34px;
	margin-top: 34px;
}

.yuanqu1 .list ul li h5 {
	float: left;
	width: 100%;
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	margin-top: 34px;
}

.yuanqu1 .list ul li a:hover h4 {
	color: #3485ee;
}

.yuanqu1_3 .list ul li {
	width: 25%;
}

.yuanqu1_3 .list ul li h4 {
	color: #3485ee;
	font-weight: bold;
	position: relative;
	padding-bottom: 40px;
}

.yuanqu1_3 .list ul li h4:after {
	float: left;
	width: 54px;
	height: 3px;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #3485ee;
	margin-left: -27px;
}

@media screen and (max-width:1680px) {
	.yuanqu1 .list ul {
		margin: 0 -30px;
	}

	.yuanqu1 .list ul li {
		padding: 0 30px;
	}

	.yuanqu1 .list ul li h4 {
		font-size: 18px;
		line-height: 28px;
		margin-top: 30px;
	}

	.yuanqu1 .list ul li h5 {
		font-size: 15px;
		line-height: 28px;
		margin-top: 30px;
	}
}

@media screen and (max-width:1024px) {
	.yuanqu1 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.yuanqu1 .list ul {
		margin: 0 -12px;
	}

	.yuanqu1 .list ul li {
		padding: 0 12px;
		margin-top: 20px;
	}

	.yuanqu1 .list ul li i {
		width: 104px;
		height: 104px;
	}

	.yuanqu1 .list ul li i img {
		width: 78px;
		height: 78px;
		padding: 0;
		margin: 12px;
		box-shadow: 0 4px 10px rgba(52, 133, 238, 0.35);
	}

	.yuanqu1 .list ul li h4 {
		font-size: 16px;
		line-height: 26px;
		margin-top: 12px;
	}

	.yuanqu1 .list ul li h5 {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}

	.yuanqu1_3 .list ul li i img {
		padding: 10px;
	}

	.yuanqu1_3 .list ul li h4 {
		padding-bottom: 18px;
	}

	.yuanqu1_3 .list ul li h4:after {
		width: 40px;
		height: 2px;
		margin-left: -20px;
	}
}

@media screen and (max-width:767px) {
	.yuanqu1 .list ul li {
		width: 100%;
	}

	.yuanqu1_1 .list ul li {
		width: 50%;
	}

	.yuanqu1_3 .list ul li {
		width: 50%;
	}

}

.yuanqu2 {
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}

/*.yuanqu2:after{ float:left; width:100%; height:100%; content:''; position:absolute; left:0; top:0; background:#3485ee; opacity:0.34;}*/
.yuanqu2 .cont {
	float: left;
	width: 100%;
	position: relative;
	z-index: 3;
	margin-top: 75px;
	flex-wrap: wrap;
	display: flex;
}

.yuanqu2 .cont .img {
	float: right;
	width: 53%;
	position: relative;
	z-index: 1;
	line-height: 0;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

.yuanqu2 .cont .text {
	float: left;
	width: 47%;
	position: relative;
	z-index: 3;
	box-shadow: 0 0 32px rgba(195, 195, 195, 0.3);
	background: #fff;
	color: #333333;
	font-size: 18px;
	line-height: 36px;
	margin: 40px 0;
	padding: 55px;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

.yuanqu2 .cont .p {
	float: left;
	width: 100%;
	position: relative;
	padding-left: 30px;
	margin: 8px 0;
}

.yuanqu2 .cont .p:after {
	float: left;
	width: 10px;
	height: 10px;
	content: '';
	position: absolute;
	left: 0;
	top: 13px;
	background: #3485ee;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.yuanqu2 .cont .line {
	float: left;
	width: 100%;
	height: 1px;
	background: #dddddd;
	margin: 15px 0 10px 0;
}

.yuanqu2 .anniu {
	text-align: center;
	padding-top: 30px;
}

@media screen and (max-width:1680px) {
	.yuanqu2 .cont .text {
		font-size: 15px;
		line-height: 26px;
		padding: 30px;
		margin: 35px 0;
	}

	.yuanqu2 .cont .p {
		padding-left: 20px;
		margin: 6px 0;
	}

	.yuanqu2 .cont .p:after {
		width: 8px;
		height: 8px;
		top: 12px;
	}
}

@media screen and (max-width:1024px) {
	.yuanqu2 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.yuanqu2 .cont {
		margin-top: 20px;
	}

	.yuanqu2 .cont .text {
		font-size: 14px;
		line-height: 26px;
		margin: 15px 0;
		padding: 20px 15px;
	}

	.yuanqu2 .cont .p:after {
		width: 7px;
		height: 7px;
		top: 8px;
	}
}

@media screen and (max-width:767px) {
	.yuanqu2 .cont {
		margin-bottom: 10px;
	}

	.yuanqu2 .cont .img {
		width: 100%;
	}

	.yuanqu2 .cont .text {
		width: 100%;
		margin: 0;
	}
}

.yuanqu3 {
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}

.yuanqu3 .list {
	float: left;
	width: 100%;
	margin-top: 55px;
}

.yuanqu3 .list ul {
	margin: 0 -13px;
	flex-wrap: wrap;
	display: flex;
}

.yuanqu3 .list ul li {
	float: left;
	width: 25%;
	padding: 0 13px;
	margin-top: 20px;
}

.yuanqu3 .list ul li a {
	float: left;
	width: 100%;
	position: relative;
}

.yuanqu3 .list ul li i {
	float: left;
	width: 100%;
	line-height: 0;
	overflow: hidden;
}

.yuanqu3 .list ul li i img {
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	transition: -webkit-transform 2s;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

.yuanqu3 .list ul li a:hover i img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.yuanqu3 .list ul li .text {
	float: left;
	width: 100%;
	position: relative;
	letter-spacing: 1px;
	margin-top: 26px;
	text-align: center;
}

.yuanqu3 .list ul li h1 {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	color: #e5e5e5;
	font-size: 120px;
	line-height: 0.8;
	font-weight: bold;
}

.yuanqu3 .list ul li h4 {
	float: left;
	width: 100%;
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	min-height: 100%;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333333;
	font-size: 18px;
	line-height: 26px;
}

.yuanqu3 .list ul li a:hover h4 {
	color: #3485ee;
}

.yuanqu3 .list ul li h3 {
	float: left;
	width: 100%;
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 33px;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	min-height: 60px;
	padding: 0 30px;
	text-align: center;
}

.yuanqu3_1 .list ul {
	margin: 0 -17px;
}

.yuanqu3_1 .list ul li {
	width: 33.33%;
	padding: 0 17px;
}

.yuanqu3_1 .list ul li h6 {
	float: left;
	width: 100%;
	text-align: center;
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	margin-top: 38px;
}

.yuanqu3_1 .list ul li a:hover h6 {
	color: #3485ee;
}

.yuanqu3_2 .list ul li {
	width: 33.33%;
}

.yuanqu3_2 .list ul li h1 {
	position: absolute;
	top: 50px;
}

.yuanqu3_2 .list ul li h3 {
	float: left;
	width: 100%;
	position: relative;
	bottom: 0 !important;
	z-index: 3;
	color: #333333;
	font-size: 24px;
	line-height: 34px;
	margin: 7px 0 15px 0;
}

.yuanqu3_2 .list ul li h5 {
	float: left;
	width: 100%;
	position: relative;
	z-index: 3;
	text-align: left;
	color: #666666;
	font-size: 16px;
	line-height: 36px;
}

.yuanqu3_3 .list ul li h1 {
	position: absolute;
	top: 18px;
}

.yuanqu3_3 .list ul li h5 {
	float: left;
	width: 100%;
	position: relative;
	z-index: 3;
	text-align: left;
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	margin-top: 18px;
}


@media screen and (max-width:1680px) {
	.yuanqu3 .list ul li h1 {
		font-size: 90px;
	}

	.yuanqu3 .list ul li h4 {
		font-size: 15px;
		line-height: 23px;
	}

	.yuanqu3 .list ul li h3 {
		bottom: 20px;
		font-size: 15px;
		line-height: 26px;
		min-height: 52px;
		padding: 0 20px;
	}

	.yuanqu3_1 .list ul li h6 {
		font-size: 15px;
		line-height: 27px;
	}

	.yuanqu3_2 .list ul li h1 {
		top: 42px;
	}

	.yuanqu3_2 .list ul li h3 {
		font-size: 18px;
		line-height: 28px;
	}

	.yuanqu3_2 .list ul li h5 {
		font-size: 15px;
		line-height: 30px;
	}

	.yuanqu3_3 .list ul li h5 {
		font-size: 15px;
		line-height: 26px;
	}

}

@media screen and (max-width:1024px) {
	.yuanqu3 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.yuanqu3 .list {
		margin-top: 0;
	}

	.yuanqu3 .list ul {
		margin: 0 -7px;
	}

	.yuanqu3 .list ul li {
		width: 50%;
		padding: 0 7px;
	}

	.yuanqu3 .list ul li .text {
		margin-top: 20px;
	}

	.yuanqu3 .list ul li h1 {
		font-size: 60px;
	}

	.yuanqu3 .list ul li h4 {
		font-size: 14px;
		line-height: 20px;
	}

	.yuanqu3 .list ul li h3 {
		bottom: 15px;
		font-size: 15px;
		line-height: 26px;
		min-height: inherit;
		padding: 0 15px;
	}

	.yuanqu3_1 .list ul li h6 {
		font-size: 14px;
		line-height: 24px;
		margin-top: 15px;
	}

	.yuanqu3_2 .list ul li h1 {
		top: 34px;
	}

	.yuanqu3_2 .list ul li h3 {
		font-size: 16px;
		line-height: 26px;
		margin: 0 0 12px 0;
	}

	.yuanqu3_2 .list ul li h5 {
		font-size: 14px;
		line-height: 26px;
	}

	.yuanqu3_3 .list ul li h1 {
		top: 0;
	}

	.yuanqu3_3 .list ul li h5 {
		margin-top: 0;
	}
}

@media screen and (max-width:767px) {
	.yuanqu3_3 .list {
		margin-top: 10px;
	}

	.yuanqu3_3 .list ul {
		margin: 0 -4px;
	}

	.yuanqu3_3 .list ul li {
		padding: 0 4px;
		margin-top: 8px;
	}

	.yuanqu3_3 .list ul li h3 {
		font-size: 14px;
		line-height: 22px;
		bottom: 12px;
		padding: 0 8px;
	}
}


.yuanqu4 {
	float: left;
	width: 100%;
	background: #f5f5f5;
	padding-top: 80px;
	padding-bottom: 80px;
}

.yuanqu4 .list {
	float: left;
	width: 100%;
	margin-top: 60px;
}

.yuanqu4 .list ul {
	margin: 0 -13px;
	flex-wrap: wrap;
	display: flex;
}

.yuanqu4 .list ul li {
	float: left;
	width: 25%;
	text-align: center;
	padding: 13px;
}

.yuanqu4 .list ul li a {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	position: relative;
	min-height: 100%;
	padding: 65px 35px;
	position: relative;
}

.yuanqu4 .list ul li a:hover {
	border: 1px solid #3485ee;
	box-shadow: 0 0 38px rgba(0, 101, 177, 0.07);
}

.yuanqu4 .list ul li i {
	display: inline-block;
	margin: 0 auto;
	width: 145px;
	height: 145px;
	border: 1px dashed #3485ee;
	border-radius: 50%;
}

.yuanqu4 .list ul li i img {
	float: left;
	width: 101px;
	height: 101px;
	padding: 10px;
	border-radius: 50%;
	margin: 22px;
	background: #3485ee;
	box-shadow: 0 8px 18px rgba(52, 133, 238, 0.35);
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}

.yuanqu4 .list ul li a:hover i img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.yuanqu4 .list ul li h4 {
	float: left;
	width: 100%;
	color: #333333;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 28px;
	margin-top: 63px;
}

.yuanqu4 .list ul li h6 {
	float: left;
	width: 100%;
	color: #666666;
	font-size: 16px;
	line-height: 36px;
	min-height: 83px;
	text-align: left;
}

.yuanqu4 .list ul li p {
	width: 100%;
	height: 0;
	line-height: 2em;
	padding: 0 35px;
	background: #3485ee;
	color: #fff;
	overflow: hidden;
	transition: 0.5s;
	position: absolute;
	bottom: 0;
	left: 0;
}

.yuanqu4 .list ul li:hover p {
	height: 100%;
	padding: 35px;
}

.yuanqu4_1 .list ul li {
	width: 33.33%;
}

.yuanqu4_2 .list ul li {
	width: 50%;
	text-align: left;
}

.yuanqu4_2 .list ul li a {
	padding: 48px 48px 48px 274px;
}

.yuanqu4_2 .list ul li i {
	position: absolute;
	left: 60px;
	top: 48px;
}

.yuanqu4_2 .list ul li h4 {
	margin-top: 0;
}

.yuanqu4_2 .list ul li h6 {}

@media screen and (max-width:1680px) {
	.yuanqu4 .list ul li h4 {
		font-size: 18px;
		line-height: 28px;
		margin-top: 35px;
		margin-bottom: 20px;
	}

	.yuanqu4 .list ul li h6 {
		font-size: 15px;
		line-height: 30px;
	}

	.yuanqu4_2 .list ul li a {
		padding: 48px 30px 48px 200px;
	}

	.yuanqu4_2 .list ul li h4 {
		margin-top: 0;
	}

	.yuanqu4_2 .list ul li i {
		left: 30px;
		top: 48px;
	}
}

@media screen and (max-width:1024px) {
	.yuanqu4 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.yuanqu4 .list {
		margin-top: 15px;
	}

	.yuanqu4 .list ul {
		margin: 0 -7px;
	}

	.yuanqu4 .list ul li {
		width: 50%;
		padding: 7px;
	}

	.yuanqu4 .list ul li a {
		padding: 25px 12px;
	}

	.yuanqu4 .list ul li i {
		width: 104px;
		height: 104px;
	}

	.yuanqu4 .list ul li i img {
		width: 78px;
		height: 78px;
		padding: 0;
		margin: 12px;
		box-shadow: 0 4px 10px rgba(52, 133, 238, 0.35);
	}

	.yuanqu4 .list ul li h4 {
		font-size: 16px;
		line-height: 26px;
		margin-top: 12px;
		margin-bottom: 6px;
	}

	.yuanqu4 .list ul li h6 {
		font-size: 14px;
		line-height: 26px;
	}

	.yuanqu4_1 .list ul li:last-child {
		width: 100%;
	}

	.yuanqu4_2 .list ul li a {
		padding: 20px 15px 20px 135px;
	}

	.yuanqu4_2 .list ul li h4 {
		margin-top: 0;
	}

	.yuanqu4_2 .list ul li h6 {
		min-height: 68px;
	}

	.yuanqu4_2 .list ul li i {
		left: 15px;
		top: 20px;
	}
}

@media screen and (max-width:767px) {
	.yuanqu4 .list ul li {
		width: 100%;
	}

	.yuanqu4_3 .list ul li {
		width: 50%;
	}
}

.yuanqu5 {
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}

.yuanqu5 .cont {
	float: left;
	width: 100%;
	margin-top: 75px;
}

.yuanqu5 .cont .img {
	float: left;
	width: 54%;
	line-height: 0;
}

.yuanqu5 .cont .text {
	float: right;
	width: 41.2%;
	color: #333333;
	font-size: 18px;
	line-height: 36px;
	margin-top: 5.5%;
}

.yuanqu5 .cont .tit {
	float: left;
	width: 100%;
	color: #333333;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
}

.yuanqu5 .cont .p {
	float: left;
	width: 100%;
	margin-top: 6.4%;
}

@media screen and (max-width:1680px) {
	.yuanqu5 .cont .text {
		font-size: 15px;
		line-height: 30px;
	}

	.yuanqu5 .cont .tit {
		font-size: 18px;
		line-height: 30px;
	}
}

@media screen and (max-width:1024px) {
	.yuanqu5 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.yuanqu5 .cont {
		margin-top: 20px;
	}

	.yuanqu5 .cont .text {
		font-size: 14px;
		line-height: 26px;
		margin-top: 20px;
	}

	.yuanqu5 .cont .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.yuanqu5 .cont .p {
		margin-top: 10px;
	}
}

@media screen and (max-width:767px) {
	.yuanqu5 .cont .img {
		width: 100%;
	}

	.yuanqu5 .cont .text {
		width: 100%;
	}
}

.jijian1 {
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 0px;
}

.jijian1 .cont {
	float: left;
	width: 100%;
	margin-top: 75px;
}

.jijian1 .cont ul {
	margin: -38px -17px;
}

.jijian1 .cont li {
	padding: 38px 17px;
}

.jijian1 .cont li a {
	float: left;
	width: 100%;
	background: #fff;
	box-shadow: 0 10px 38px rgba(0, 101, 177, 0.07);
}

.jijian1 .cont .img {
	float: left;
	width: 100%;
	height: 25vw;
	line-height: 0;
	overflow: hidden;
}

.jijian1 .cont .img img {
	width: auto;
	min-width: 100%;
	min-height: 100%;
}

.jijian1 .cont .text {
	float: left;
	width: 100%;
	padding: 35px 15px;
}

.jijian1 .cont .tit {
	float: left;
	width: 100%;
	color: #333333;
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	margin-top: 5px;
}

.jijian1 .cont .p {
	float: left;
	width: 100%;
	color: #333333;
	font-size: 16px;
	line-height: 26px;
	margin-top: 18px;
}

.jijian1 .cont .slick-prev,
.jijian1 .cont .slick-next {
	width: 30px;
	height: 48px;
	background: rgb(43 133 255 / 0.7);
}

.jijian1 .cont .slick-prev {
	left: 24%;
	margin-left: -15px;
}

.jijian1 .cont .slick-next {
	right: 24%;
	margin-right: -15px;
}

.jijian1 .cont .slick-prev:after,
.jijian1 .cont .slick-next:after {
	float: left;
	width: 11px;
	height: 11px;
	border: 1px solid #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	transform: translate(-50%, -50%) rotate(45deg);
}

.jijian1 .cont .slick-prev:after {
	border-right: none;
	border-top: none;
	margin-left: 2px;
}

.jijian1 .cont .slick-next:after {
	border-left: none;
	border-bottom: none;
	margin-left: -2px;
}

#chanpin.jijian1 .cont .img {
	height: 20vw;
}

#chanpin.jijian1 .cont .slick-prev {
	left: 2%;
	margin-left: 0;
}

#chanpin.jijian1 .cont .slick-next {
	right: 2%;
	margin-right: 0;
}

@media screen and (max-width:1680px) {
	.jijian1 .cont .tit {
		font-size: 18px;
		line-height: 30px;
	}

	.jijian1 .cont .p {
		font-size: 15px;
		line-height: 30px;
	}

	.jijian1 .cont .img {
		height: 30vw;
	}
}

@media screen and (max-width:1024px) {
	.jijian1 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.jijian1 .cont {
		margin-top: 20px;
	}

	.jijian1 .cont ul {
		margin: -15px -7px;
	}

	.jijian1 .cont li {
		padding: 15px 7px;
	}

	.jijian1 .cont li a {
		box-shadow: 0 5px 15px rgba(0, 101, 177, 0.07);
	}

	.jijian1 .cont .text {
		padding: 15px 15px;
	}

	.jijian1 .cont .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.jijian1 .cont .p {
		font-size: 14px;
		line-height: 26px;
		margin-top: 6px;
	}

	.jijian1 .cont .slick-prev {
		margin-left: 7px;
	}

	.jijian1 .cont .slick-next {
		margin-right: 7px;
	}

	.jijian1 .cont .img {
		height: ;
	}
}

@media screen and (max-width:767px) {
	.jijian1 .cont .img {
		width: 100%;
	}

	.jijian1 .cont .text {
		width: 100%;
	}

	.jijian1 .cont .slick-prev {
		left: 12%;
	}

	.jijian1 .cont .slick-next {
		right: 12%;
	}

	.jijian1 .cont .img {
		height: 40vw;
	}

}

.jijian1 .anniu,
.jijian6 .anniu,
.jijian5 .anniu,
.yuanqu5 .anniu {
	padding: 60px 20px;
	text-align: center;
}

.anniu {
	float: left;
	width: 100%;
	padding-top: 15px;
}

.anniu a,
.anniu a.tanchu {
	display: inline-block;
	border-radius: 5px;
	padding: 0px 20px;
	line-height: 40px;
	font-size: 14px;
	background: #3485ee;
	color: #fff;
	transition: 0.3s;
}

.anniu a:hover {}

.an-zh {
	text-align: center;
}

.an-zh a {
	float: initial;
	display: inline-block;
}

.xieyi {
	width: 100%;
	padding-top: 10px;
	text-align: center;
}

.xieyi a {
	color: #2e6ee1;
}

.xieyi a:hover {
	text-decoration: underline;
}

.jijian2 {
	float: left;
	width: 100%;
	background: #f5f5f5;
	padding-top: 80px;
	padding-bottom: 80px;
}

.jijian2 .list {
	float: left;
	width: 100%;
	margin-top: 75px;
}

.jijian2 .list ul {
	margin: -17px;
	flex-wrap: wrap;
	display: flex;
}

.jijian2 .list ul li {
	float: left;
	width: 32%;
	text-align: center;
	padding: 17px;
}

.jijian2 .list ul li a {
	float: left;
	width: 100%;
	background: #333333;
	border-radius: 10px;
	position: relative;
	min-height: 100%;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 28%;
	padding-bottom: 21%;
	box-shadow: 0 0 38px rgba(0, 101, 177, 0.07);
	overflow: hidden;
}

.jijian2 .list ul li a:after {
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #333333;
	opacity: 0.82;
	content: '';
}

.jijian2 .list ul li i {
	position: relative;
	z-index: 3;
	display: inline-block;
	margin: 0 auto;
	width: 145px;
	height: 145px;
	border: 1px dashed #3485ee;
	border-radius: 50%;
}

.jijian2 .list ul li i img {
	float: left;
	width: 101px;
	height: 101px;
	padding: 10px;
	border-radius: 50%;
	margin: 22px;
	background: #3485ee;
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}

.jijian2 .list ul li a:hover i img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.jijian2 .list ul li h4 {
	position: relative;
	z-index: 3;
	float: left;
	width: 100%;
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	margin-top: 50px;
}

.jijian2 .list ul li h5 {
	position: relative;
	z-index: 3;
	float: left;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	margin-top: 32px;
}

.jijian2 .list ul li h6 {
	position: relative;
	z-index: 3;
	float: left;
	width: 100%;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	margin: 15px 0;
	text-align: left;
}

.jijian2 .list ul li .l {
	float: left;
	width: 45%;
}

.jijian2 .list ul li .r {
	float: left;
	width: 55%;
	margin-top: 40px;
}

.jijian2 .list ul li:nth-child(2) {
	width: 68%;
}

.jijian2 .list ul li:nth-child(2) a {
	padding-top: 13%;
	padding-bottom: 10%;
}


@media screen and (max-width:1680px) {
	.jijian2 .list ul li h4 {
		font-size: 18px;
		line-height: 28px;
		margin-top: 30px;
	}

	.jijian2 .list ul li h5 {
		font-size: 15px;
		margin-top: 20px;
	}

	.jijian2 .list ul li h6 {
		font-size: 16px;
		line-height: 26px;
		margin: 10px 0;
	}
}

@media screen and (max-width:1024px) {
	.jijian2 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.jijian2 .list {
		margin-top: 10px;
	}

	.jijian2 .list ul {
		margin: 0 -7px;
	}

	.jijian2 .list ul li {
		width: 100%;
		padding: 7px;
	}

	.jijian2 .list ul li a {
		padding: 30px 15px;
	}

	.jijian2 .list ul li i {
		width: 100px;
		height: 100px;
	}

	.jijian2 .list ul li i img {
		width: 78px;
		height: 78px;
		padding: 0;
		margin: 10px;
	}

	.jijian2 .list ul li h4 {
		font-size: 17px;
		margin-top: 12px;
	}

	.jijian2 .list ul li h5 {
		margin-top: 10px;
		min-height: inherit;
	}

	.jijian2 .list ul li h6 {
		margin: 3px 0;
		font-size: 15px;
		line-height: 24px;
	}

	.jijian2 .list ul li .r {
		margin-top: 12px;
	}

	.jijian2 .list ul li:nth-child(2) {
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.jijian2 .list ul li .l {
		width: 100%;
	}

	.jijian2 .list ul li .r {
		width: 100%;
	}
}


.sc_info {
	float: left;
	width: 100%;
	position: relative;
	z-index: 3;
	text-align: center;
	color: #666666;
	font-size: 16px;
	line-height: 36px;
	margin-top: 60px;
}

@media screen and (max-width:1680px) {
	.sc_info {
		font-size: 15px;
		line-height: 30px;
	}
}

@media screen and (max-width:1024px) {
	.sc_info {
		font-size: 14px;
		line-height: 26px;
		margin-top: 15px;
	}
}

.jijian3 {
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}

.jijian3 .list {
	float: left;
	width: 100%;
	margin-top: 75px;
}

.jijian3 .list ul {
	float: left;
	width: 100%;
	flex-wrap: wrap;
	display: flex;
}

.jijian3 .list ul li {
	float: left;
	width: 25%;
	overflow: hidden;
	background: #3485ee;
}

.jijian3 .list ul li a {
	float: left;
	width: 100%;
	position: relative;
	min-height: 100%;
	padding-bottom: 97.5%;
}

.jijian3 .list ul li i {
	float: left;
	width: 100%;
	line-height: 0;
}

.jijian3 .list ul li .text {
	float: left;
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	flex-direction: column;
	display: flex;
	justify-content: center;
	padding: 30px;
}

.jijian3 .list ul li .text h4 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 24px;
	line-height: 34px;
}

.jijian3 .list ul li .text h5 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	margin-top: 45px;
	overflow: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
	max-height: 100%;
}

.jijian3 .list ul li .text h5::-webkit-scrollbar {
	width: 4px
}

.jijian3 .list ul li .text h5::-webkit-scrollbar-track {
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 4px
}

.jijian3 .list ul li .text h5::-webkit-scrollbar-thumb {
	width: 4px;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 4px
}

.jijian3 .list ul li:nth-child(2n) a {
	padding-bottom: 0;
}

.jijian3 .list ul li:nth-child(2n) i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
}

.jijian3 .list ul li:nth-child(2n) .text {
	bottom: 0;
	top: 0;
}


@media screen and (max-width:1680px) {
	.jijian3 .list ul li .text h4 {
		font-size: 18px;
		line-height: 28px;
	}

	.jijian3 .list ul li .text h5 {
		font-size: 14px;
		line-height: 26px;
		margin-top: 15px;
	}
}

@media screen and (max-width:1024px) {
	.jijian3 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.jijian3 .list {
		margin-top: 20px;
	}

	.jijian3 .list ul li {
		width: 50%;
	}

	.jijian3 .list ul li .text {
		padding: 16px 12px;
	}

	.jijian3 .list ul li .text h4 {
		font-size: 16px;
		line-height: 26px;
	}

	.jijian3 .list ul li .text h5 {
		font-size: 14px;
		line-height: 24px;
		margin-top: 6px;
	}
}

@media screen and (max-width:767px) {}


.jiaotong1 {
	float: left;
	width: 100%;
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
}

.jiaotong1:after {
	float: left;
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #000000;
	opacity: 0.61;
}

.jiaotong1 .list {
	float: left;
	width: 100%;
	position: relative;
	z-index: 3;
	margin-top: 110px;
}

.jiaotong1 .list li {
	float: left;
	width: 33.33%;
	text-align: center;
}

.jiaotong1 .list li h4 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 88px;
	line-height: 1;
}

.jiaotong1 .list li h4 span {
	font-size: 48px;
}

.jiaotong1 .list li h6 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 24px;
	line-height: 34px;
	margin: 50px 0 5px 0;
}


@media screen and (max-width:1680px) {
	.jiaotong1 .list {
		margin-top: 80px;
	}

	.jiaotong1 .list li h4 {
		font-size: 66px;
	}

	.jiaotong1 .list li h4 span {
		font-size: 36px;
	}

	.jiaotong1 .list li h6 {
		font-size: 18px;
		line-height: 28px;
		margin: 30px 0 0 0;
	}

}

@media screen and (max-width:1024px) {
	.jiaotong1 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.jiaotong1 .list {
		margin-top: 25px;
	}

	.jiaotong1 .list li h4 {
		font-size: 34px;
	}

	.jiaotong1 .list li h4 span {
		font-size: 20px;
	}

	.jiaotong1 .list li h6 {
		font-size: 16px;
		line-height: 26px;
		margin: 10px 0 0 0;
	}
}

@media screen and (max-width:767px) {}


.jijian6 {
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}

.jijian6 .cont {
	float: left;
	width: 100%;
	margin-top: 75px;
}

.jijian6 .cont ul {
	margin: -38px -15px;
}

.jijian6 .cont li {
	padding: 38px 15px;
}

.jijian6 .cont li a {
	float: left;
	width: 100%;
	background: #fff;
	box-shadow: 0 10px 38px rgba(0, 101, 177, 0.07);
}

.jijian6 .cont .img {
	float: left;
	width: 100%;
	line-height: 0;
	overflow: hidden;
}

.jijian6 .cont .text {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	padding: 65px 15px;
	color: #333333;
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
}

.jijian6 .cont .slick-prev,
.jijian6 .cont .slick-next {
	width: 30px;
	height: 48px;
	background: rgba(245, 245, 245, 0.36);
}

.jijian6 .cont .slick-prev {
	left: 15px;
}

.jijian6 .cont .slick-next {
	right: 15px;
}

.jijian6 .cont .slick-prev:after,
.jijian6 .cont .slick-next:after {
	float: left;
	width: 11px;
	height: 11px;
	border: 1px solid #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	transform: translate(-50%, -50%) rotate(45deg);
}

.jijian6 .cont .slick-prev:after {
	border-right: none;
	border-top: none;
	margin-left: 2px;
}

.jijian6 .cont .slick-next:after {
	border-left: none;
	border-bottom: none;
	margin-left: -2px;
}

@media screen and (max-width:1680px) {
	.jijian6 .cont .text {
		font-size: 18px;
		line-height: 30px;
		padding: 30px 15px;
	}
}

@media screen and (max-width:1024px) {
	.jijian6 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.jijian6 .cont {
		margin-top: 20px;
	}

	.jijian6 .cont ul {
		margin: -15px -7px;
	}

	.jijian6 .cont li {
		padding: 15px 7px;
	}

	.jijian6 .cont li a {
		box-shadow: 0 5px 15px rgba(0, 101, 177, 0.07);
	}

	.jijian6 .cont .text {
		padding: 15px 15px;
		margin-bottom: 5px;
		font-size: 16px;
		line-height: 26px;
	}

	.jijian6 .cont .slick-prev {
		left: 7px;
	}

	.jijian6 .cont .slick-next {
		right: 7px;
	}
}

@media screen and (max-width:767px) {
	.jijian6 .cont .img {
		width: 100%;
	}

	.jijian6 .cont .text {
		width: 100%;
	}
}

.xueyaun1 {
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}

._Serv {
	float: left;
	width: 100%;
	padding-top: 75px;
}

._Serv .jiazai {
	float: left;
	width: 100%;
	margin-top: 90px;
	line-height: 0;
	text-align: center;
}

._Serv .jiazai img {
	width: 61px;
	height: 61px;
}

._Serv ul {
	float: left;
	width: 100%;
}

._Serv ul li {
	float: left;
	width: 100%;
	border: 1px solid #fff;
	position: relative;
	padding: 0 66px 0 40px;
}

._Serv ul li:after,
._Serv ul li:before {
	display: none;
	float: left;
	width: 68px;
	height: 68px;
	content: '';
	position: absolute;
}

._Serv ul li:after {
	left: -1px;
	top: -1px;
	border-top: 1px solid #3485ee;
	border-left: 1px solid #3485ee;
}

._Serv ul li:before {
	right: -1px;
	bottom: -1px;
	border-bottom: 1px solid #3485ee;
	border-right: 1px solid #3485ee;
}

._Serv ul li .line {
	float: right;
	width: -webkit-calc(100% - 73px);
	width: -moz-calc(100% - 73px);
	width: calc(100% - 73px);
	height: 1px;
	position: relative;
	background: #dddddd;
}

._Serv ul li .top {
	float: left;
	width: 100%;
	position: relative;
	color: #333333;
	cursor: pointer;
	font-size: 18px;
	line-height: 32px;
	padding: 0 220px 0 73px;
	margin: 47px 0;
}

._Serv ul li .top .tit {
	float: left;
	width: 100%;
	font-weight: bold;
	padding: 6px 0;
}

._Serv ul li .top .time {
	float: right;
	position: absolute;
	right: 0;
	top: 7px;
	padding-right: 78px;
}

._Serv ul li .top .time:after {
	float: left;
	width: 17px;
	height: 17px;
	content: '';
	position: absolute;
	right: 5px;
	top: 0;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

._Serv ul li .top .num {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	width: 44px;
	height: 44px;
	border-radius: 44px;
	line-height: 44px;
	background: #3485ee;
	text-align: center;
	box-shadow: 0 7px 29px rgba(0, 101, 177, 0.07);
}

._Serv ul li .down {
	display: none;
	float: left;
	width: 100%;
	position: relative;
	color: #666666;
	font-size: 16px;
	line-height: 36px;
	padding: 0 0 0 73px;
	margin: 20px 0 64px 0;
}

._Serv ul li .down .num {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	width: 44px;
	text-align: center;
}

._Serv ul li.on {
	border: 1px solid #dddddd;
	margin-top: -2px;
}

._Serv ul li.on:after,
._Serv ul li.on:before {
	display: block;
}

._Serv ul li.on .top {
	margin: 23px 0;
}

._Serv ul li.on .top .time:after {
	transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	top: 12px;
}

@media screen and (max-width: 1600px) {
	._Serv ul li {
		padding: 0 30px 0 30px;
	}

	._Serv ul li .top {
		padding: 0 180px 0 73px;
	}

	._Serv ul li .top .time {
		padding-right: 50px;
	}

	._Serv ul li .down {
		font-size: 15px;
	}
}

@media screen and (max-width: 1024px) {
	.xueyaun1 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	._Serv {
		padding-top: 15px;
	}

	._Serv .jiazai {
		margin-top: 30px;
	}

	._Serv .jiazai img {
		width: 36px;
		height: 36px;
	}

	._Serv ul li {
		padding: 0 10px 0 10px;
	}

	._Serv ul li .line {
		width: -webkit-calc(100% - 45px);
		width: -moz-calc(100% - 45px);
		width: calc(100% - 45px);
	}

	._Serv ul li .top {
		padding: 0 115px 0 45px;
		margin: 15px 0;
		font-size: 15px;
		line-height: 26px;
	}

	._Serv ul li .top .time {
		padding-right: 20px;
	}

	._Serv ul li .top .time:after {
		width: 11px;
		height: 11px;
		right: 0;
		top: 5px;
	}

	._Serv ul li .top .num {
		font-size: 16px;
		width: 32px;
		height: 32px;
		border-radius: 32px;
		line-height: 32px;
	}

	._Serv ul li .down {
		font-size: 14px;
		line-height: 26px;
		padding: 0 0 0 45px;
		margin: 16px 0 20px 0;
	}

	._Serv ul li .down .num {
		font-size: 16px;
		width: 32px;
	}

	._Serv ul li.on .top {
		margin: 15px 0;
	}

	._Serv ul li.on .top .time:after {
		transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		top: 12px;
	}

}

@media screen and (max-width: 767px) {
	._Serv ul li .top {
		padding: 0 0 0 45px;
	}

	._Serv ul li .top .time {
		float: left;
		position: relative;
		top: 0;
	}

	._Serv ul li .top .tit {
		padding: 4px 0 0 0;
	}

}

.xueyaun2 {
	float: left;
	width: 100%;
	background: #f5f5f5;
	padding-top: 80px;
	padding-bottom: 80px;
}

.xueyaun2 .list {
	float: left;
	width: 100%;
	margin-top: 45px;
}

.xueyaun2 .list ul {
	margin: 0 -12px;
	flex-wrap: wrap;
	display: flex;
}

.xueyaun2 .list ul li {
	float: left;
	width: 50%;
	padding: 0 12px;
	margin-top: 30px;
}

.xueyaun2 .list ul li .nei {
	float: left;
	width: 100%;
	background: #fff;
	position: relative;
	min-height: 100%;
	padding: 33px 80px 33px 208px;
}

.xueyaun2 .list ul li i {
	float: left;
	width: 160px;
	line-height: 114px;
	border-right: 1px solid #dddddd;
	color: #333333;
	text-align: center;
	font-size: 48px;
	color: #333333;
	color: rgba(51, 51, 51, 0.26);
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 37px;
}

.xueyaun2 .list ul li em {
	float: left;
	width: 44px;
	height: 44px;
	position: absolute;
	right: 33px;
	top: 74px;
	background: url(../_im_g/jmxy2.png) center no-repeat;
	background-size: 100% 100%;
}

.xueyaun2 .list ul li:hover em {
	background: url(../_im_g/jmxy3.png) center no-repeat;
	background-size: 100% 100%;
}

.xueyaun2 .list ul li h4 {
	float: left;
	width: 100%;
	color: #333333;
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
}

.xueyaun2 .list ul li h6 {
	float: left;
	width: 100%;
	color: #333333;
	font-size: 16px;
	line-height: 26px;
	min-height: 68px;
	margin-top: 20px;
}

.xueyaun2 .list ul li h6 a {
	float: left;
	position: relative;
	padding-left: 9px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.xueyaun2 .list ul li h6 a:after {
	float: left;
	width: 2px;
	height: 2px;
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	background: #333333;
	border-radius: 50%;
}

.xueyaun2 .list ul li:hover i {
	border-right: 1px solid #3485ee;
	color: rgba(52, 133, 238, 0.26);
}

.xueyaun2 .list ul li:hover h4 {
	color: #3485ee;
}

.xueyaun2 .list ul li:hover em {
	background: url(../_im_g/jmxy3.png) center no-repeat;
	background-size: 100% 100%;
}



@media screen and (max-width:1680px) {
	.xueyaun2 .list ul li i {
		width: 124px;
		line-height: 114px;
		font-size: 40px;
	}

	.xueyaun2 .list ul li .nei {
		padding: 33px 60px 33px 150px;
	}

	.xueyaun2 .list ul li h4 {
		font-size: 18px;
		line-height: 28px;
	}

	.xueyaun2 .list ul li h6 {
		font-size: 15px;
	}

	.xueyaun2 .list ul li h6 span {
		margin-right: 20px;
	}
}

@media screen and (max-width:1024px) {
	.xueyaun2 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.xueyaun2 .list {
		margin-top: 10px;
	}

	.xueyaun2 .list ul {
		margin: 0 -7px;
	}

	.xueyaun2 .list ul li {
		width: 50%;
		padding: 0 7px;
		margin-top: 15px;
	}

	.xueyaun2 .list ul li .nei {
		padding: 15px 5px 15px 85px;
	}

	.xueyaun2 .list ul li h4 {
		font-size: 17px;
		padding-right: 45px;
	}

	.xueyaun2 .list ul li h6 {
		font-size: 14px;
	}

	.xueyaun2 .list ul li i {
		width: 70px;
		line-height: 60px;
		font-size: 30px;
		top: 18px;
	}

	.xueyaun2 .list ul li em {
		width: 28px;
		height: 28px;
		right: 12px;
		top: 15px;
	}

	.xueyaun2 .list ul li h6 {
		margin-top: 10px;
		min-height: inherit;
	}

	.xueyaun2 .list ul li h6 span {
		padding-left: 8px;
		margin-right: 15px;
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media screen and (max-width:767px) {
	.xueyaun2 .list ul li {
		width: 100%;
	}
}


.xueyaun3 {
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}

.xueyaun3 .list {
	float: left;
	width: 100%;
	margin-top: 75px;
}

.sousuo .list {
	margin: 6px 0;
}

.xueyaun3 .list ul {
	margin: -87px -19px 0 -19px;
	flex-wrap: wrap;
	display: flex;
}

.xueyaun3 .list ul li {
	float: left;
	width: 33.33%;
	padding: 0 19px;
	margin-top: 87px;
}

.xueyaun3 .list ul li i {
	float: left;
	width: 100%;
	height: 17vw;
	line-height: 0;
	overflow: hidden;
	position: relative;
}

.xueyaun3 .list ul li i .img {
	min-height: 100%;
	position: relative;
	z-index: 1;
}

.xueyaun3 .list ul li i p {
	width: 100%;
	height: 0%;
	line-height: 1.5em;
	background: #2e6ee1;
	color: #fff;
	transition: 0.3s;
	position: absolute;
	bottom: 0;
	z-index: 9;
}

.xueyaun3 .list ul li:hover i p {
	height: auto;
	padding: 15px;
}

.xueyaun3 .list ul li i .paly {
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
}

.xueyaun3 .list ul li i .mp4 {
	float: left;
	width: 100%;
	object-fit: fill;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	display: none;
}

.xueyaun3 .list ul li.active i .mp4 {
	display: block;
}

.xueyaun3 .list ul li .text {
	float: left;
	width: 100%;
	padding: 0 30px;
	text-align: center;
}

.xueyaun3 .list ul li h4 {
	float: left;
	width: 100%;
	color: #333333;
	font-size: 24px;
	line-height: 34px;
	margin-top: 35px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.xueyaun3 .list ul li h6 {
	float: left;
	width: 100%;
	color: #666666;
	font-size: 16px;
	line-height: 36px;
	min-height: 72px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-align: left;
}

.xueyaun3 .list ul li .indexMore {
	margin-top: 22px;
	float: none;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.xueyaun3 .list ul li:hover h4 {
	color: #3485ee;
}

.xueyaun3_1 .list ul li .text {
	text-align: center;
}

.xueyaun3_1 .list ul li h4 {
	margin-bottom: 10px;
}

.xueyaun3_1 .list ul li .indexMore {
	float: none;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width:1680px) {
	.xueyaun3 .list ul {
		margin: -87px -15px 0 -15px;
	}

	.xueyaun3 .list ul li {
		padding: 0 15px;
	}

	.xueyaun3 .list ul li i .paly {
		width: 66px;
		height: 66px;
	}

	.xueyaun3 .list ul li .text {
		padding: 0 15px;
	}

	.xueyaun3 .list ul li h4 {
		font-size: 18px;
		line-height: 28px;
	}

	.xueyaun3 .list ul li h6 {
		font-size: 15px;
		line-height: 30px;
		min-height: 60px;
	}

	.xueyaun3_1 .list ul li h4 {
		margin-bottom: 0;
	}
}

@media screen and (max-width:1366px) {
	.xueyaun3 .list ul {
		margin: -70px -15px 0 -15px;
	}

	.xueyaun3 .list ul li {
		margin-top: 70px;
	}
}

@media screen and (max-width:1024px) {
	.xueyaun3 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.xueyaun3 .list {
		margin-top: 0;
	}

	.xueyaun3 .list ul {
		margin: 0 -7px;
	}

	.xueyaun3 .list ul li {
		padding: 0 7px;
		margin-top: 30px;
	}

	.xueyaun3 .list ul li i .paly {
		width: 50px;
		height: 50px;
	}

	.xueyaun3 .list ul li i p {
		font-size: 14px;
	}

	.xueyaun3 .list ul li h4 {
		font-size: 16px;
		line-height: 26px;
		margin-top: 20px;
		white-space: initial;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.xueyaun3 .list ul li h6 {
		font-size: 14px;
		line-height: 24px;
		min-height: 48px;
		margin-top: 8px;
	}

	.xueyaun3 .list ul li .indexMore {
		margin-top: 15px;
	}
}

@media screen and (max-width:767px) {
	.xueyaun3 .list ul li {
		width: 100%;
	}

	.xueyaun3 .list ul li i {}

	.xueyaun3 .list ul li h4,
	.xueyaun3 .list ul li i p {
		font-size: 12px;
		line-height: 20px;
	}
}


.xueyaun4 {
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}

.xueyaun4 .cont {
	float: left;
	width: 100%;
	margin-top: 75px;
}

.xueyaun4 .l {
	float: left;
	width: 71%;
	border-right: 1px solid #dddddd;
	padding-top: 2.9%;
}

.xueyaun4 .l i {
	float: left;
	width: 60%;
	line-height: 0;
	overflow: hidden;
}

.xueyaun4 .l .text {
	float: left;
	width: 40%;
	padding: 18px 3.6% 0 3.6%;
}

.xueyaun4 .l .text h4 {
	float: left;
	width: 100%;
	color: #333333;
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 9%;
}

.xueyaun4 .l .text h5 {
	float: left;
	width: 100%;
	color: #3485ee;
	font-size: 20px;
	line-height: 32px;
}

.xueyaun4 .l .text h6 {
	float: left;
	width: 100%;
	color: #666666;
	font-size: 16px;
	line-height: 26px;
}

.xueyaun4 .l .text time {
	float: left;
	width: 100%;
	color: #333333;
	font-size: 18px;
	line-height: 28px;
	margin: 13.8% 0 6.5% 0;
}

.xueyaun4 .r {
	float: right;
	width: 26%;
}

.xueyaun4 .r h4 {
	float: left;
	width: 100%;
	color: #333333;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
}

.xueyaun4 .r h4 a {
	float: right;
	font-weight: normal;
	color: #2e6ee1;
	font-size: 18px;
}

.xueyaun4 .r h4 a:hover {
	text-decoration: underline;
}

.xueyaun4 .r ul {
	float: left;
	width: 100%;
	margin-top: 25px;
}

.xueyaun4 .r ul li {
	float: left;
	width: 100%;
	position: relative;
	line-height: 0;
}

.xueyaun4 .r ul li.slick-slide:after {
	float: left;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #3485ee;
	opacity: 0.24;
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	content: '';
	z-index: 2;
}

.xueyaun4 .r ul li .img {
	position: relative;
	z-index: 1;
}

.xueyaun4 .r ul li .paly {
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 68px;
	height: 68px;
	background: #3485ee;
	border-radius: 50%;
}

.xueyaun4 .r ul li .mp4 {
	float: left;
	width: 100%;
	object-fit: fill;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	display: none;
}

.xueyaun4 .r ul .slick-current.active .mp4 {
	display: block;
}

.xueyaun4 .r dl {
	float: left;
	width: 100%;
	margin-top: 34px;
}

.xueyaun4 .r dl dd {
	float: left;
	width: 100%;
	color: #333333;
	text-align: center;
	font-size: 20px;
	line-height: 26px;
}

.xueyaun4 .r dl dd:hover {
	color: #3485ee;
}

.xueyaun4 .r ul .slick-dots {
	bottom: auto;
	bottom: 17px;
	z-index: 6;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
}

.xueyaun4 .r ul .slick-dots li {
	background: #fff;
	opacity: 0.5;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	margin: 0 5px;
}

.xueyaun4 .r ul .slick-dots li.slick-active {
	opacity: 1;
}

.xueyaun4 .r dl .slick-dots {
	display: none !important;
}

@media screen and (max-width:1680px) {
	.xueyaun4 .l .text h4 {
		font-size: 17px;
		line-height: 26px;
	}

	.xueyaun4 .l .text h5 {
		font-size: 16px;
		line-height: 26px;
	}

	.xueyaun4 .l .text h6 {
		font-size: 15px;
	}

	.xueyaun4 .l .text time {
		font-size: 16px;
		line-height: 26px;
	}

	.xueyaun4 .r h4 {
		font-size: 18px;
		line-height: 28px;
	}

	.xueyaun4 .r h4 a {
		font-size: 14px;
	}

	.xueyaun4 .r ul li.slick-slide:after {
		width: 66px;
		height: 66px;
	}

	.xueyaun4 .r ul li .paly {
		width: 56px;
		height: 56px;
	}

	.xueyaun4 .r dl {
		margin-top: 20px;
	}

	.xueyaun4 .r dl dd {
		font-size: 16px;
		line-height: 22px;
	}

	.xueyaun4 .r .slick-dots {
		bottom: 12px;
	}
}

@media screen and (max-width:1366px) {
	.xueyaun4 .l {
		padding-top: 0;
	}

	.xueyaun4 .l .text {
		padding: 0 3.6%;
	}

	.xueyaun4 .l .text h4 {
		margin-bottom: 4.5%;
	}

	.xueyaun4 .l .text time {
		margin: 7% 0 6.5% 0;
	}
}

@media screen and (max-width:1024px) {
	.xueyaun4 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.xueyaun4 .cont {
		margin-top: 20px;
	}

	.xueyaun4 .l {
		width: 100%;
		border: none;
	}

	.xueyaun4 .l .text {
		padding: 0 0 0 18px;
	}

	.xueyaun4 .l .text h4 {
		margin-bottom: 5px;
	}

	.xueyaun4 .l .text time {
		margin: 5px 0 10px 0;
	}

	.xueyaun4 .r {
		width: 100%;
		margin-top: 25px;
	}
}

@media screen and (max-width:767px) {
	.xueyaun3 .list ul li {
		width: 50%;
	}

	.xueyaun4 .l .text {
		width: 100%;
		padding: 20px 0 0 0;
	}

	.xueyaun4 .r dl {
		margin-top: 15px;
	}
}

.qudao1 {
	float: left;
	width: 100%;
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
}

.qudao1:after {
	float: left;
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #333333;
	opacity: 0.65;
}

.qudao1 .list {
	float: left;
	width: 100%;
	position: relative;
	z-index: 3;
	margin-top: 75px;
}

.qudao1 .list li {
	float: left;
	width: 50%;
}

.qudao1 .list li a {
	float: left;
	width: 100%;
	line-height: 0;
	position: relative;
	overflow: hidden;
}

.qudao1 .list li .text {
	float: left;
	width: 50%;
	height: 100%;
	background: rgba(52, 133, 238, 0.8);
	padding: 20px 65px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: flex;
	justify-content: center;
	flex-direction: column
}

.qudao1 .list li:nth-child(4n+3) .text,
.qudao1 .list li:nth-child(4n+4) .text {
	left: auto;
	right: 0;
}

.qudao1 .list li .text i {
	float: left;
	width: 100%;
	line-height: 0
}

.qudao1 .list li .text i img {
	width: 86px;
	height: 86px;
}

.qudao1 .list li .text h4 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	margin-top: 30px;
}

.qudao1 .list li .text h5 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
}

.qudao1 .list li .text em {
	float: left;
	width: 54px;
	height: 3px !important;
	background: #fff;
	margin: 22px 0;
}

@media screen and (max-width:1680px) {
	.qudao1 .list li .text {
		padding: 20px 48px;
	}

	.qudao1 .list li .text h4 {
		font-size: 16px;
		line-height: 26px;
		margin-top: 15px;
	}

	.qudao1 .list li .text h5 {
		font-size: 14px;
		line-height: 24px;
	}

	.qudao1 .list li .text em {
		margin: 15px 0;
	}
}

@media screen and (max-width:1366px) {
	.qudao1 .list li .text {
		padding: 20px 25px;
	}

	.qudao1 .list li .text i img {
		width: 60px;
		height: 60px;
	}

	.qudao1 .list li .text h4 {
		margin-top: 10px;
	}

	.qudao1 .list li .text em {
		width: 40px;
		height: 2px;
		margin: 10px 0;
	}
}

@media screen and (max-width:1024px) {
	.qudao1 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.qudao1 .list {
		margin-top: 20px;
	}

	.qudao1 .list li {
		width: 50%;
	}

	.qudao1 .list li .text {
		padding: 15px 15px;
	}

	.qudao1 .list li .text i img {
		width: 40px;
		height: 40px;
	}

	.qudao1 .list li .text h4 {
		margin-top: 10px;
	}
}

@media screen and (max-width:767px) {
	.qudao1 .list li {
		width: 100%;
	}

	.qudao1 .list li .text em {
		display: none;
	}

	.qudao1 .list li:nth-child(2n+1) .text {
		left: 0;
	}

	.qudao1 .list li:nth-child(2n+2) .text {
		left: auto;
		right: 0;
	}
}


.qudao2 {
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}

.qudao2 .list {
	float: left;
	width: 100%;
	margin-top: 75px;
}

.qudao2 .list ul {
	float: left;
	width: 40.6%;
	margin-left: 3.1%;
}

.qudao2 .list li {
	float: left;
	width: 100%;
	margin-top: 45px;
}

.qudao2 .list li:first-child {
	margin-top: 0 !important;
}

.qudao2 .list li h4 {
	float: left;
	width: 100%;
	color: #333333;
	font-size: 20px;
	line-height: 30px;
	padding-left: 18px;
	font-weight: bold;
	position: relative;
}

.qudao2 .list li h4:after {
	float: left;
	width: 3px;
	height: 22px;
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	background: #3485ee;
}

.qudao2 .list li h6 {
	float: left;
	width: 100%;
	color: #666666;
	font-size: 18px;
	line-height: 36px;
	padding-left: 18px;
	margin-top: 15px;
}

.qudao2 .list .img {
	float: right;
	width: 36.6%;
	line-height: 0;
	margin-right: 4.2%;
}

@media screen and (max-width:1680px) {
	.qudao2 .list ul {
		width: 46.6%;
		margin-left: 0;
	}

	.qudao2 .list li h4 {
		font-size: 18px;
		line-height: 28px;
	}

	.qudao2 .list li h6 {
		font-size: 15px;
		line-height: 26px;
	}

	.qudao2 .list .img {
		width: 44.6%;
		margin-right: 0;
	}
}

@media screen and (max-width:1024px) {
	.qudao2 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.qudao2 .list {
		margin-top: 20px;
	}

	.qudao2 .list li {
		margin-top: 15px;
	}

	.qudao2 .list li h6 {
		margin-top: 6px;
	}

}

@media screen and (max-width:767px) {
	.qudao2 .list ul {
		width: 100%;
	}

	.qudao2 .list .img {
		width: 100%;
		margin-top: 20px;
	}
}


.qudao3 {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	padding-top: 80px;
	padding-bottom: 250px;
}

.qudao3:after {
	float: left;
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #000000;
	opacity: 0.64;
}

.qudao3 .list {
	float: left;
	width: 100%;
	position: relative;
	z-index: 3;
	margin-top: 75px;
}

.qudao3 .list ul {
	flex-wrap: wrap;
	display: flex;
}

.qudao3 .list li {
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 0 3.5% 50px 3.5%;
	border-right: 1px solid rgba(255, 255, 255, 0.36);
}

.qudao3 .list li:last-child {
	border: none;
}

.qudao3 .list li a {
	float: left;
	width: 100%;
}

.qudao3 .list li i {
	float: left;
	width: 100%;
	line-height: 0;
}

.qudao3 .list li i img {
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 150px;
	padding: 10px;
	background: #3485ee;
	border-radius: 50%;
}

.qudao3 .list li h4 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	margin: 50px 0 40px 0;
}

.qudao3 .list li h5 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 18px;
	line-height: 36px;
}

@media screen and (max-width:1680px) {
	.qudao3 .list li i img {
		width: 130px;
		height: 130px;
	}

	.qudao3 .list li h4 {
		font-size: 18px;
		line-height: 28px;
		margin: 40px 0 30px 0;
	}

	.qudao3 .list li h5 {
		font-size: 15px;
		line-height: 26px;
	}
}

@media screen and (max-width:1024px) {
	.qudao3 {
		padding-top: 30px;
		padding-bottom: 100px;
	}

	.qudao3 .list {
		margin-top: 25px;
	}

	.qudao3 .list li {
		padding: 0 15px 20px 15px;
	}

	.qudao3 .list li i img {
		width: 80px;
		height: 80px;
		padding: 0;
	}

	.qudao3 .list li h4 {
		font-size: 17px;
		margin: 15px 0 10px 0;
	}
}

@media screen and (max-width:767px) {
	.qudao3 .list {
		margin-top: 0;
	}

	.qudao3 .list li {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.36);
		padding: 25px 0 20px 0;
	}
}


.qudao4 {
	float: left;
	width: 100%;
	position: relative;
	z-index: 6;
	top: 0;
	margin-top: -180px;
	background: #fff;
	box-shadow: 0 8px 18px rgba(176, 176, 176, 0.23);
	padding-top: 80px;
	padding-bottom: 80px;
}

.qudao4 .list {
	float: left;
	width: 100%;
	margin-top: 80px;
	padding: 0 5.8%;
}

.qudao4 .list li {
	float: left;
	width: 20%;
	text-align: center;
}

.qudao4 .list li i {
	float: left;
	width: 100%;
	line-height: 0;
	position: relative;
	border-bottom: 1px solid #3485ee;
	margin-bottom: 28px;
	padding-bottom: 48px;
}

.qudao4 .list li i:after {
	float: left;
	width: 10px;
	height: 10px;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -6px;
	margin-left: -5px;
	background: #3485ee;
	border-radius: 50%;
}

.qudao4 .list li i:before {
	display: none;
	float: left;
	width: 18px;
	height: 18px;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -9px;
	border: 1px dashed #3485ee;
	border-radius: 50%;
}

.qudao4 .list li:hover i:before {
	display: block;
}

.qudao4 .list li i img {
	width: 138px;
	height: 138px;
	padding: 10px;
	border-radius: 50%;
	background: #3485ee;
	border: 8px solid #cadffb;
}

.qudao4 .list li .text {
	float: left;
	width: 100%;
	position: relative;
}

.qudao4 .list li h1 {
	float: left;
	width: 100%;
	color: #eaeaea;
	font-size: 110px;
	line-height: 1;
}

.qudao4 .list li h3 {
	float: left;
	width: 100%;
	color: #333333;
	font-size: 18px;
	line-height: 28px;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	align-items: center;
}

.qudao4 .list .slick-dots {
	position: static;
	margin-top: 30px;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
}

.qudao4 .list .slick-dots li {
	background: #3485ee;
	border-radius: 50%;
	opacity: 0.4;
	width: 10px;
	height: 10px;
	margin: 0 6px;
}

.qudao4 .list .slick-dots li.slick-active {
	opacity: 1;
}

@media screen and (max-width:1680px) {
	.qudao4 .list {
		padding: 0 3%;
	}

	.qudao4 .list li h1 {
		font-size: 90px;
	}

	.qudao4 .list li h3 {
		font-size: 15px;
		line-height: 26px;
	}
}

@media screen and (max-width:1024px) {
	.qudao4 {
		margin-top: -80px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.qudao4 .list {
		margin-top: 30px;
	}

	.qudao4 .list li i {
		margin-bottom: 14px;
		padding-bottom: 24px;
	}

	.qudao4 .list li i img {
		width: 88px;
		height: 88px;
		border: 5px solid #cadffb;
		padding: 0;
	}

	.qudao4 .list li h1 {
		font-size: 60px;
	}

	.qudao4 .list .slick-dots {
		margin-top: 20px;
	}
}

@media screen and (max-width:767px) {}



.qudao5 {
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}

.qudao5 .info {
	float: left;
	width: 100%;
	text-align: center;
	color: #3485ee;
	font-size: 18px;
	line-height: 28px;
	margin: 24px 0 45px 0;
}

.qudao5 form {
	float: left;
	width: 100%;
	padding: 0 5.5%;
}

.qudao5 .lab {
	float: left;
	width: 48.5%;
	position: relative;
	margin-top: 30px;
}

.qudao5 .lab.r {
	float: right;
}

.qudao5 .lab.w {
	width: 100%;
}

.qudao5 .lab.z {
	width: 100%;
	margin-top: 0;
}

.qudao5 .lab h5 {
	float: left;
	position: absolute;
	left: 42px;
	top: 9px;
	color: #333333;
	font-size: 18px;
	line-height: 40px;
	width: 79px;
	border-right: 1px solid #dddddd;
}

.qudao5 .lab h5 span {
	color: #ff0101;
}

.qudao5 .lab .text {
	float: left;
	width: 100%;
	color: #999999;
	font-size: 18px;
	line-height: 36px;
	height: 58px;
	border: 1px solid #cccccc;
	padding: 10px 30px 10px 150px;
}

.qudao5 .lab .text:focus {
	border: 1px solid #3485ee;
}

.qudao5 .lab .textarea {
	float: left;
	width: 100%;
	color: #999999;
	font-size: 18px;
	line-height: 30px;
	height: 58px;
	border: 1px solid #cccccc;
	padding: 10px 42px;
	margin-bottom: 30px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.qudao5 .lab .textarea:focus {
	border: 1px solid #3485ee;
}

.qudao5 .lab .submit {
	display: block;
	margin: 0 auto;
	background: #3485ee;
	border-radius: 3px;
	width: 256px;
	color: #fff;
	font-size: 18px;
	line-height: 58px;
	height: 58px;
	border: none;
}

.qudao5 .lab .yanzhengma {
	float: left;
	position: absolute;
	right: 0;
	top: 0;
	width: 184px;
	height: 58px;
}

.qudao5 dl {
	float: left;
	width: 89%;
	margin-left: 5.5%;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	margin-top: 68px;
}

.qudao5 dl dd {
	float: left;
	width: 48.3%;
	border: 1px solid #3485ee;
	border-radius: 10px;
	color: #333333;
	font-size: 30px;
	line-height: 40px;
	min-height: 100%;
	margin-top: 15px;
	position: relative;
	padding: 36px 28px 36px 114px;
}

.qudao5 dl dd span {
	color: #3485ee;
}

.qudao5 dl dd img {
	float: left;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 48px;
	top: 36px;
}

.qudao5 dl dd:nth-child(2n) {
	float: right;
}

@media screen and (max-width:1680px) {
	.qudao5 .info {
		font-size: 15px;
		line-height: 26px;
	}

	.qudao5 form {
		padding: 0;
	}

	.qudao5 .lab h5 {
		font-size: 15px;
		left: 25px;
		width: 60px;
	}

	.qudao5 .lab .text {
		font-size: 15px;
		padding: 10px 25px 10px 110px;
	}

	.qudao5 .lab .textarea {
		font-size: 15px;
		padding: 15px 25px;
	}

	.qudao5 .lab .submit {
		font-size: 15px;
	}

	.qudao5 dl {
		width: 100%;
		margin-left: 0;
	}

	.qudao5 dl dd {
		font-size: 24px;
		line-height: 36px;
		padding: 26px 28px 26px 82px;
	}

	.qudao5 dl dd img {
		width: 36px;
		height: 36px;
		left: 30px;
		top: 27px;
	}
}

@media screen and (max-width:1024px) {
	.qudao5 {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.qudao5 .info {
		margin: 10px 0 15px 0;
	}

	.qudao5 .lab {
		margin-top: 15px;
	}

	.qudao5 .lab h5 {
		line-height: 32px;
		left: 15px;
		top: 6px;
		width: 54px;
	}

	.qudao5 .lab .text {
		height: 44px;
		line-height: 30px;
		padding: 6px 15px 6px 80px;
	}

	.qudao5 .lab .textarea {
		font-size: 15px;
		padding: 6px 15px;
		height: 100px;
		margin-bottom: 10px;
	}

	.qudao5 .lab .submit {
		width: 140px;
		line-height: 44px;
		height: 44px;
	}

	.qudao5 .lab .yanzhengma {
		width: 139px;
		height: 44px;
	}

	.qudao5 dl {
		margin-top: 20px;
	}

	.qudao5 dl dd {
		font-size: 16px;
		line-height: 26px;
		padding: 15px 15px 15px 50px;
	}

	.qudao5 dl dd img {
		width: 26px;
		height: 26px;
		left: 15px;
		top: 15px;
	}
}

@media screen and (max-width:767px) {
	.qudao5 .lab {
		width: 100%;
	}

	.qudao5 .lab .textarea {
		margin-bottom: 0;
	}

	.qudao5 .lab .submit {
		width: 100%;
		margin-top: 10px;
	}

	.qudao5 dl dd {
		width: 100%;
	}


}

/*
@media  screen and (max-width:1680px){

}
@media screen and (max-width:1366px){

}
@media screen and (max-width:1024px){

}
@media screen and (max-width:767px){

}
*/




.indexMore,
.indexMore1,
.indexMore2 {
	width: 166px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
}

.indexMore {
	border: 1px solid #3485ee;
	background: #3485ee;
	color: #fff;
}

.indexMore1 {
	border: 1px solid #fff;
	color: #fff;
}

.indexMore2 {
	border: 1px solid #3485ee;
	color: #3485ee;
}

.indexMore:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	border: 1px solid #fff;
	background: #fff;
	color: #3485ee;
}

.indexMore1:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	background: #fff;
	color: #3485ee;
}

.indexMore2:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	background: #3485ee;
	color: #fff;
}

.indexTit,
.indexTit1 {
	float: left;
	width: 100%;
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 48px;
	line-height: 58px;
	font-weight: bold;
	letter-spacing: 2px;
}

.indexTit {
	color: #333333;
}

.indexTit1 {
	color: #fff;
}

.indexInfo {
	float: left;
	width: 100%;
	position: relative;
	z-index: 3;
	text-align: center;
	color: #666666;
	font-size: 20px;
	line-height: 30px;
	margin-top: 30px;
}

.indexMore.tanchu {
	margin-left: 10px;
	background: #eee;
	color: #3485ee;
}

@media screen and (max-width:1680px) {

	.indexMore,
	.indexMore1,
	.indexMore2 {
		width: 132px;
		line-height: 38px;
		height: 40px;
		font-size: 14px;
	}

	.indexTit,
	.indexTit1 {
		font-size: 26px;
		line-height: 36px;
	}

	.indexInfo {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px;
	}
}

@media screen and (max-width:1024px) {

	.indexMore,
	.indexMore1,
	.indexMore2 {
		width: 120px;
		line-height: 34px;
		height: 36px;
	}

	.indexTit,
	.indexTit1 {
		font-size: 20px;
		line-height: 30px;
	}

	.indexInfo {
		margin-top: 10px;
	}
}















/*wyb*/

/*内页banner1*/
.ny_banner1s {
	width: 100%;
	float: left;
	position: relative;
}

.ny_banner1s .ba_pic {
	width: 100%;
}

.ny_banner1s .ba_pic img {
	width: 100%;
	display: block;
}

.ny_banner1s .wordsbox {
	width: 100%;
	position: absolute;
	left: 0;
	top: 29%;
}

.ny_banner1s .wordsbox {
	top: 50%;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.ny_banner1s .wordsbox .anniu a {
	background: #00bff3;
}

.ny_banner1s .wordsbox .content {
	padding-left: 34px;
}

.ny_banner1s .wordsbox .content .tit1 {
	font-size: 60px;
	color: #ffffff;
	line-height: 62px;
	font-weight: bold;
}

.ny_banner1s .wordsbox .content .tit1 span {
	color: #fedf00;
}

.ny_banner2s .wordsbox .content .tit1 {
	margin-bottom: 0;
	line-height: 88px;
}

.ny_banner2s .wordsbox .content .tit1 p {
	font-size: 56px;
	line-height: 2em;
}

.ny_banner3s .wordsbox .content .tit1 {
	font-weight: 400;
}

.ny_banner1s .wordsbox .content .tit2 {
	font-size: 30px;
	color: #ffffff;
	line-height: 34px;
	margin-bottom: 70px;
}

.ny_banner1s .wordsbox .content .more {
	width: 100%;
}

.ny_banner1s .wordsbox .content .more a {
	display: block;
	width: 166px;
	height: 50px;
	background-color: #ffffff;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #3485ee;
	border-radius: 4px;
}

.ny_banner1s .wordsbox .content .more a:hover {
	opacity: 0.6;
}

@media screen and (max-width:1600px) {
	.ny_banner1s .wordsbox {
		top: 27%;
	}

	.ny_banner1s .wordsbox .content {
		padding-left: 20px;
	}

	.ny_banner1s .wordsbox {
		top: 50%;
		transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
	}

	.ny_banner1s .wordsbox .content .tit1 {
		font-size: 40px;
		line-height: 44px;
		margin-bottom: 24px;
	}

	.ny_banner2s .wordsbox .content .tit1 {
		line-height: 50px;
	}

	.ny_banner1s .wordsbox .content .tit2 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 40px;
	}

	.ny_banner1s .wordsbox .content .more a {
		width: 140px;
		height: 44px;
		line-height: 44px;
		font-size: 16px;
	}
}

@media screen and (max-width:1280px) {
	.ny_banner1s .wordsbox {
		top: 26%;
	}

	.ny_banner1s .wordsbox .content {
		padding-left: 0;
	}

	.ny_banner1s .wordsbox {
		top: 50%;
		transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
	}

	.ny_banner1s .wordsbox .content .tit1 {
		font-size: 30px;
		line-height: 34px;
		margin-bottom: 18px;
	}

	.ny_banner2s .wordsbox .content .tit1 {
		line-height: 40px;
	}

	.ny_banner1s .wordsbox .content .tit2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 30px;
	}

	.ny_banner1s .wordsbox .content .more a {
		width: 120px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
}

@media screen and (max-width:1024px) {
	.ny_banner1s .wordsbox {
		top: 50%;
		transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
	}

	.ny_banner1s .wordsbox .content {
		padding-left: 0;
	}

	.ny_banner1s .wordsbox .content .tit1 {
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 12px;
	}

	.ny_banner1s .wordsbox .content .tit2 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 16px;
	}

	.ny_banner1s .wordsbox .content .more a {
		width: 120px;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}
}

/*分页*/
.page_section {
	width: 100%;
	font-size: 0;
	text-align: center;
}

.page_section .boxs {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background-color: #fbfbfb;
	font-size: 18px;
	color: #666666;
	border-radius: 4px;
}

.page_section .boxs:hover,
.page_section .boxs.on {
	color: #fff;
	background-color: #3485ee;
}

.page_section .boxs2 {
	width: 52px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	position: relative;
	background-color: #fbfbfb;
	display: inline-block;
	vertical-align: middle;
	border-radius: 4px;
}

.page_section .boxs2:hover {
	background-color: #3485ee;
}

.page_section .boxs2.prev {
	margin-right: 8px;
}

.page_section .boxs2.next {
	margin-left: 8px;
}

.page_section .boxs2.prev::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #666666;
	border-left: 2px solid #666666;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -6px 0 0 -6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.page_section .boxs2.next::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #666666;
	border-right: 2px solid #666666;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -6px 0 0 -6px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.page_section .boxs2.prev:hover::after {
	border-color: #fff;
}

.page_section .boxs2.next:hover::after {
	border-color: #fff;
}

@media screen and (max-width:1600px) {
	.page_section .boxs {
		margin: 0 6px;
		width: 44px;
		height: 44px;
		line-height: 44px;
		font-size: 16px;
	}

	.page_section .boxs2 {
		width: 44px;
		height: 44px;
		line-height: 44px;
	}

	.page_section .boxs2.prev {
		margin-right: 6px;
	}

	.page_section .boxs2.next {
		margin-left: 6px;
	}

	.page_section .boxs2.prev::after {
		width: 10px;
		height: 10px;
		margin: -5px 0 0 -5px;
	}

	.page_section .boxs2.next::after {
		width: 10px;
		height: 10px;
		margin: -5px 0 0 -5px;
	}
}

@media screen and (max-width:1280px) {
	.page_section .boxs {
		margin: 0 5px;
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}

	.page_section .boxs2 {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}

	.page_section .boxs2.prev {
		margin-right: 5px;
	}

	.page_section .boxs2.next {
		margin-left: 5px;
	}

	.page_section .boxs2.prev::after {
		width: 8px;
		height: 8px;
		margin: -4px 0 0 -4px;
	}

	.page_section .boxs2.next::after {
		width: 8px;
		height: 8px;
		margin: -4px 0 0 -4px;
	}
}

/*产品 捷码介绍*/
.cpjmjs_section1 {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 100px;
	float: left;
}

.cpjmjs_section1 h2 {
	font-size: 36px;
	color: #333333;
	line-height: 40px;
	text-align: center;
	margin-bottom: 82px;
}

.cpjmjs_section1 .content {
	width: 100%;
	position: relative;
}

.cpjmjs_section1 .content .con1 {
	width: 100%;
	overflow: hidden;
	box-shadow: 0 0 14px rgba(220, 220, 220, 0.4);
}

.cpjmjs_section1 .content .con1 .left {
	width: 33.4%;
	float: left;
}

.cpjmjs_section1 .content .con1 .right {
	width: 66.6%;
	float: left;
}

.cpjmjs_section1 .content .con1 img {
	width: 100%;
	display: block;
}

.cpjmjs_section1 .content .con2 {
	position: absolute;
	left: 8.72%;
	width: 35.7%;
	top: 50%;
	background: url(../_im_g/zimg8.png)no-repeat center center;
	background-size: cover;
	padding: 46px 54px 50px 96px;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.cpjmjs_section1 .content .con2 .tit1 {
	font-size: 24px;
	color: #ffffff;
	line-height: 28px;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.38);
	margin-bottom: 32px;
}

.cpjmjs_section1 .content .con2 .listbox {
	width: 100%;
	padding-right: 50px;
}

.cpjmjs_section1 .content .con2 .listbox .list {
	width: 100%;
	margin-bottom: 50px;
	font-size: 0;
}

.cpjmjs_section1 .content .con2 .listbox .list:last-child {
	margin-bottom: 0;
}

.cpjmjs_section1 .content .con2 .listbox .list .ico {
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
}

.cpjmjs_section1 .content .con2 .listbox .list .words {
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
	width: calc(100% - 52px);
	width: -ms-calc(100% - 52px);
	width: -o-calc(100% - 52px);
	width: -moz-calc(100% - 52px);
	width: -webkit-calc(100% - 52px);
}

@media screen and (max-width:1600px) {
	.cpjmjs_section1 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.cpjmjs_section1 h2 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 40px;
	}

	.cpjmjs_section1 .content .con2 {
		left: 6%;
		width: 38%;
		padding: 30px;
	}

	.cpjmjs_section1 .content .con2 .tit1 {
		font-size: 20px;
		line-height: 24px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.cpjmjs_section1 .content .con2 .listbox {
		padding-right: 20px;
	}

	.cpjmjs_section1 .content .con2 .listbox .list {
		margin-bottom: 30px;
	}

	.cpjmjs_section1 .content .con2 .listbox .list .ico {
		width: 40px;
		height: 40px;
	}

	.cpjmjs_section1 .content .con2 .listbox .list .words {
		font-size: 14px;
		line-height: 24px;
		padding-left: 12px;
		width: calc(100% - 42px);
		width: -ms-calc(100% - 42px);
		width: -o-calc(100% - 42px);
		width: -moz-calc(100% - 42px);
		width: -webkit-calc(100% - 42px);
	}
}

@media screen and (max-width:1280px) {
	.cpjmjs_section1 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.cpjmjs_section1 h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 16px;
	}

	.cpjmjs_section1 .content .con2 {
		left: 6%;
		width: 38%;
		padding: 16px;
	}

	.cpjmjs_section1 .content .con2 .tit1 {
		font-size: 16px;
		line-height: 20px;
		padding-bottom: 16px;
		margin-bottom: 16px;
	}

	.cpjmjs_section1 .content .con2 .listbox {
		padding-right: 10px;
	}

	.cpjmjs_section1 .content .con2 .listbox .list {
		margin-bottom: 14px;
	}

	.cpjmjs_section1 .content .con2 .listbox .list .ico {
		width: 34px;
		height: 34px;
	}

	.cpjmjs_section1 .content .con2 .listbox .list .words {
		font-size: 12px;
		line-height: 20px;
		padding-left: 8px;
		letter-spacing: 0;
		width: calc(100% - 36px);
		width: -ms-calc(100% - 36px);
		width: -o-calc(100% - 36px);
		width: -moz-calc(100% - 36px);
		width: -webkit-calc(100% - 36px);
	}
}

@media screen and (max-width:1024px) {
	.cpjmjs_section1 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.cpjmjs_section1 h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 16px;
	}

	.cpjmjs_section1 .content .con1 .left {
		width: 36%;
	}

	.cpjmjs_section1 .content .con1 .right {
		width: 64%;
	}

	.cpjmjs_section1 .content .con2 {
		position: static;
		padding: 14px;
		width: 100%;
		transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
	}

	.cpjmjs_section1 .content .con2 .tit1 {
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 14px;
		margin-bottom: 14px;
	}

	.cpjmjs_section1 .content .con2 .listbox {
		padding-right: 0;
	}

	.cpjmjs_section1 .content .con2 .listbox .list {
		margin-bottom: 12px;
	}

	.cpjmjs_section1 .content .con2 .listbox .list .ico {
		width: 36px;
		height: 36px;
	}

	.cpjmjs_section1 .content .con2 .listbox .list .words {
		font-size: 14px;
		line-height: 24px;
		padding-left: 8px;
		width: calc(100% - 36px);
		width: -ms-calc(100% - 36px);
		width: -o-calc(100% - 36px);
		width: -moz-calc(100% - 36px);
		width: -webkit-calc(100% - 36px);
	}
}

.cpjmjs_section2 {
	width: 100%;
	padding-bottom: 86px;
	float: left;
}

.cpjmjs_section2 h2 {
	font-size: 36px;
	color: #333333;
	line-height: 40px;
	text-align: center;
	margin-bottom: 76px;
}

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

.cpjmjs_section2 .content img {
	max-width: 100%;
	display: inline-block;
}

@media screen and (max-width:1600px) {
	.cpjmjs_section2 {
		padding-bottom: 60px;
	}

	.cpjmjs_section2 h2 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1280px) {
	.cpjmjs_section2 {
		padding-bottom: 40px;
	}

	.cpjmjs_section2 h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 16px;
	}
}

@media screen and (max-width:1024px) {
	.cpjmjs_section2 {
		padding-bottom: 30px;
	}

	.cpjmjs_section2 h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 16px;
	}
}

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

.biaoti h2 {
	font-size: 38px;
	color: #000;
	padding-bottom: 30px;
}

.biaoti h3 {
	font-size: 18px;
	padding-bottom: 30px;
	text-align: center;
}

.marketjs1 {
	padding: 60px 0 100px;
}

.marketjs1 ul {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.marketjs1 ul li {
	float: left;
	width: 33.3333%;
	color: #fff;
	text-align: center;
}

.marketjs1 ul li .nei {
	display: inline-block;
	max-width: 320px;
	width: 100%;
	background: #3485ee;
	padding: 30px 0;
}

.marketjs1 ul li i {
	display: inline-block;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 2px solid #fff;
}

.marketjs1 .tu {
	float: left;
}

.sc_tu {
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	color: #fff;
}

.marketjs2 {
	padding: 100px 0;
	background: #f1f1f1;
}

.marketjs2 ul {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.marketjs2 ul li {
	float: left;
	width: 20%;
}

.marketjs2 ul li i {
	display: inline-block;
}

.marketjs2 ul li h4 {
	line-height: 60px;
	font-size: 22px;
	color: #3485ee;
	margin-bottom: 20px;
	position: relative;
}

.marketjs2 ul li h4:after {
	content: "";
	display: block;
	width: 60px;
	;
	height: 2px;
	background: #3485ee;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.marketjs3 {}

.marketjs3 .content {
	box-shadow: none !important;
}

.marketjs3.cpjmjs_section3 .content .qh_l li {
	line-height: 110px;
}

.marketjs4 {
	padding: 60px 0 100px;
}

.marketjs4 .biaoti h2 {
	font-size: 24px;
}

.marketjs4 .nei {
	float: left;
	width: 100%;
	color: #fff;
	margin-top: 40px;
	padding: 70px 0;
}

.marketjs4 .nei>img {
	margin: 35px auto 20px;
}

.marketjs4 .nei .biaoti {
	position: relative;
}

.marketjs4 .nei .biaoti .tu {
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

@media screen and (max-width:1600px) {
	.marketjs3.cpjmjs_section3 .content .qh_l li {
		line-height: 90px;
	}
}

@media screen and (max-width:1300px) {
	.marketjs1 ul li {
		padding: 0 2%;
	}

	.marketjs2 ul li i {
		width: 100px;
	}

	.marketjs3.cpjmjs_section3 .content .qh_l li {
		line-height: 80px;
	}
}

@media screen and (max-width:1024px) {
	.marketjs1 ul li {
		width: 50%;
		padding: 2%;
	}

	.marketjs1 ul li:first-child {
		width: 100%;
		padding: 2%;
	}

	.marketjs2 ul li {
		width: 50%;
		margin-bottom: 30px;
	}

	.marketjs2 ul li:last-child {
		width: 100%;
		margin-bottom: 10px;
	}

	.marketjs2 ul li h4 {
		font-size: 18px;
	}

	.marketjs2 ul li p {
		font-size: 14px;
	}

	.marketjs3.cpjmjs_section3 .content .qh_l li {
		line-height: 65px;
	}
}

.cpjmjs_section3 {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
	float: left;
}

.cpjmjs_section3 h2 {
	font-size: 36px;
	color: #333333;
	line-height: 40px;
	text-align: center;
	margin-bottom: 76px;
}

.cpjmjs_section3 .content {
	width: 100%;
	font-size: 0;
	box-shadow: 0 0 16px rgba(220, 220, 220, 0.4);
	background-color: #ffffff;
}

.cpjmjs_section3 .content .qh_l {
	width: 16.84%;
	display: inline-block;
	vertical-align: middle;
}

.cpjmjs_section3 .content .qh_l li {
	position: relative;
	width: 100%;
	border-bottom: 2px solid #fbfbfc;
	background-color: #f5f5f5;
	cursor: pointer;
	font-size: 24px;
	color: #333333;
	line-height: 96px;
	text-align: center;
}

.cpjmjs_section3 .content .qh_l li::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid;
	border-color: transparent transparent transparent #3485ee;
	position: absolute;
	left: 100%;
	top: 50%;
	display: none;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.cpjmjs_section3 .content .qh_l li:last-child {
	border-bottom: 0;
}

.cpjmjs_section3 .content .qh_l li.on {
	background-color: #3485ee;
	color: #fff;
}

.cpjmjs_section3 .content .qh_l li.on::after {
	display: block;
}

.cpjmjs_section3 .content .qh_r {
	width: 83.12%;
	display: inline-block;
	vertical-align: middle;
	padding-left: 70px;
	padding-right: 50px;
}

.cpjmjs_section3 .content .qh_r li {
	width: 100%;
}

.cpjmjs_section3 .content .qh_r li .tu {
	position: relative;
}

.cpjmjs_section3 .content .qh_r li .tu a {
	display: block;
	width: 100%;
	line-height: 35px;
	font-size: 16px;
	background: #eee;
	color: #333;
	text-align: center;
}

.cpjmjs_section3 .content .qh_r li .tu a:hover {
	background: #3485ee;
	color: #fff;
}

.cpjmjs_section3 .content .qh_r li .libox {
	width: 100%;
	font-size: 0;
}

.cpjmjs_section3 .content .qh_r li .libox .left {
	width: 54.05%;
	display: inline-block;
	vertical-align: middle;
	padding-right: 134px;
}

.cpjmjs_section3 .content .qh_r li .libox .left .tit {
	font-size: 30px;
	color: #3485ee;
	line-height: 34px;
	margin-bottom: 50px;
	font-weight: bold;
	padding-left: 22px;
	position: relative;
}

.cpjmjs_section3 .content .qh_r li .libox .left .tit::after {
	content: "";
	display: block;
	width: 4px;
	height: 24px;
	background-color: #3485ee;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.cpjmjs_section3 .content .qh_r li .libox .left .info {
	font-size: 18px;
	color: #666666;
	line-height: 36px;
	overflow: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
	max-height: 252px;
	padding-right: 8px;
}

.cpjmjs_section3 .content .qh_r li .libox .left .info::-webkit-scrollbar {
	width: 3px;
}

.cpjmjs_section3 .content .qh_r li .libox .left .info::-webkit-scrollbar-track {
	background-color: #e5e5e5;
	border-radius: 3px;
}

.cpjmjs_section3 .content .qh_r li .libox .left .info::-webkit-scrollbar-thumb {
	width: 3px;
	background-color: #3485ee;
	border-radius: 3px;
}

.cpjmjs_section3 .content .qh_r li .libox .left .info a {
	color: #3485ee;
}

.cpjmjs_section3 .content .qh_r li .libox .left .info a:hover {
	text-decoration: underline;
}

.cpjmjs_section3 .content .qh_r li .libox .right {
	width: 45.95%;
	display: inline-block;
	vertical-align: middle;
}

.cpjmjs_section3 .content .qh_r li .libox .right img {
	max-width: 100%;
	display: block;
}

@media screen and (max-width:1600px) {
	.cpjmjs_section3 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.cpjmjs_section3 h2 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.cpjmjs_section3 .content .qh_l {
		width: 20%;
	}

	.cpjmjs_section3 .content .qh_l li {
		font-size: 18px;
		line-height: 60px;
	}

	.cpjmjs_section3 .content .qh_l li::after {
		width: 0;
		height: 0;
		border: 6px solid;
		border-color: transparent transparent transparent #3485ee;
	}

	.cpjmjs_section3 .content .qh_r {
		width: 79.8%;
		padding-left: 50px;
		padding-right: 40px;
	}

	.cpjmjs_section3 .content .qh_r li .libox .left {
		width: 55%;
		padding-right: 80px;
	}

	.cpjmjs_section3 .content .qh_r li .libox .left .tit {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 30px;
		padding-left: 18px;
	}

	.cpjmjs_section3 .content .qh_r li .libox .left .tit::after {
		width: 3px;
		height: 22px;
	}

	.cpjmjs_section3 .content .qh_r li .libox .left .info {
		font-size: 16px;
		line-height: 30px;
		max-height: 180px;
	}

	.cpjmjs_section3 .content .qh_r li .libox .right {
		width: 44.9%;
	}
}

@media screen and (max-width:1280px) {
	.cpjmjs_section3 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.cpjmjs_section3 h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 16px;
	}

	.cpjmjs_section3 .content .qh_l li {
		font-size: 14px;
		line-height: 40px;
	}

	.cpjmjs_section3 .content .qh_r {
		padding-left: 30px;
		padding-right: 20px;
	}

	.cpjmjs_section3 .content .qh_r li .libox .left {
		padding-right: 40px;
	}

	.cpjmjs_section3 .content .qh_r li .libox .left .tit {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 16px;
		padding-left: 14px;
	}

	.cpjmjs_section3 .content .qh_r li .libox .left .tit::after {
		width: 2px;
		height: 20px;
	}

	.cpjmjs_section3 .content .qh_r li .libox .left .info {
		font-size: 14px;
		line-height: 24px;
		max-height: 120px;
	}
}

@media screen and (max-width:1024px) {
	.cpjmjs_section3 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.cpjmjs_section3 h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 14px;
	}

	.cpjmjs_section3 .content .qh_l {
		width: 100%;
		font-size: 0;
		white-space: nowrap;
		overflow: hidden;
		overflow-x: auto;
		scrollbar-width: thin;
		max-width: 100%;
	}

	.cpjmjs_section3 .content .qh_l::-webkit-scrollbar {
		display: none;
	}

	.cpjmjs_section3 .content .qh_l li {
		width: 31.33333%;
		display: inline-block;
		vertical-align: middle;
		border-right: 2px solid #fbfbfc;
		border-bottom: 0;
		font-size: 16px;
		line-height: 40px;
	}

	.cpjmjs_section3 .content .qh_l li::after {
		display: none;
	}

	.cpjmjs_section3 .content .qh_l li.on::after {
		display: none;
	}

	.cpjmjs_section3 .content .qh_r {
		width: 100%;
		padding: 16px;
	}

	.cpjmjs_section3 .content .qh_r li .libox .left {
		width: 100%;
		display: block;
		padding-right: 0;
	}

	.cpjmjs_section3 .content .qh_r li .libox .left .tit {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 14px;
		padding-left: 14px;
	}

	.cpjmjs_section3 .content .qh_r li .libox .left .tit::after {
		width: 2px;
		height: 18px;
	}

	.cpjmjs_section3 .content .qh_r li .libox .left .info {
		font-size: 14px;
		line-height: 24px;
		max-height: 100000px;
		padding-right: 0;
	}

	.cpjmjs_section3 .content .qh_r li .libox .left .info::-webkit-scrollbar {
		width: 0;
	}

	.cpjmjs_section3 .content .qh_r li .libox .left .info::-webkit-scrollbar-track {
		border-radius: 0;
	}

	.cpjmjs_section3 .content .qh_r li .libox .left .info::-webkit-scrollbar-thumb {
		width: 0;
		border-radius: 0;
	}

	.cpjmjs_section3 .content .qh_r li .libox .left .info::-webkit-scrollbar {
		display: none;
	}

	.cpjmjs_section3 .content .qh_r li .libox .right {
		width: 100%;
		display: block;
		margin-top: 14px;
	}
}

.cpjmjs_section4 {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
	float: left;
	background-color: #f5f5f5;
}

.cpjmjs_section4 h2 {
	font-size: 36px;
	color: #333333;
	line-height: 40px;
	text-align: center;
	margin-bottom: 80px;
}

.cpjmjs_section4 .content {
	width: 100%;
}

.cpjmjs_section4 .content ul {
	width: 100%;
}

.cpjmjs_section4 .content ul li {
	width: 100%;
	overflow: hidden;
}

.cpjmjs_section4 .content ul li .left {
	width: 50%;
	float: left;
	height: 355px;
	overflow: hidden;
}

.cpjmjs_section4 .content ul li .left .pic {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	transition: -webkit-transform 2s;
}

.cpjmjs_section4 .content ul li:hover .left .pic {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.cpjmjs_section4 .content ul li .right {
	width: 50%;
	float: right;
	height: 355px;
	position: relative;
	overflow: hidden;
}

.cpjmjs_section4 .content ul li .right .wordsbox {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	padding: 0 246px 0 100px;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.cpjmjs_section4 .content ul li .right .wordsbox .tit {
	font-size: 24px;
	color: #333333;
	line-height: 28px;
	margin-bottom: 26px;
}

.cpjmjs_section4 .content ul li .right .wordsbox .border {
	width: 40px;
	height: 3px;
	background-color: #3485ee;
	margin-bottom: 14px;
}

.cpjmjs_section4 .content ul li .right .wordsbox .info {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.cpjmjs_section4 .content ul li:nth-child(even) .left {
	float: right;
}

.cpjmjs_section4 .content ul li:nth-child(even) .right {
	float: left;
}

.cpjmjs_section4 .content ul li:nth-child(even) .right .wordsbox {
	padding: 0 138px 0 210px;
}

@media screen and (max-width:1600px) {
	.cpjmjs_section4 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.cpjmjs_section4 h2 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 30px;
	}

	.cpjmjs_section4 .content ul li .left {
		height: 280px;
	}

	.cpjmjs_section4 .content ul li .right {
		height: 280px;
	}

	.cpjmjs_section4 .content ul li .right .wordsbox {
		padding: 0 100px;
	}

	.cpjmjs_section4 .content ul li .right .wordsbox .tit {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.cpjmjs_section4 .content ul li .right .wordsbox .border {
		width: 30px;
		height: 2px;
		margin-bottom: 12px;
	}

	.cpjmjs_section4 .content ul li .right .wordsbox .info {
		font-size: 14px;
		line-height: 30px;
	}

	.cpjmjs_section4 .content ul li:nth-child(even) .right .wordsbox {
		padding: 0 100px;
	}
}

@media screen and (max-width:1280px) {
	.cpjmjs_section4 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.cpjmjs_section4 h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 16px;
	}

	.cpjmjs_section4 .content ul li .left {
		height: 230px;
	}

	.cpjmjs_section4 .content ul li .right {
		height: 230px;
	}

	.cpjmjs_section4 .content ul li .right .wordsbox {
		padding: 0 60px;
	}

	.cpjmjs_section4 .content ul li .right .wordsbox .tit {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 16px;
	}

	.cpjmjs_section4 .content ul li .right .wordsbox .border {
		width: 24px;
		margin-bottom: 10px;
	}

	.cpjmjs_section4 .content ul li .right .wordsbox .info {
		font-size: 12px;
		line-height: 26px;
	}

	.cpjmjs_section4 .content ul li:nth-child(even) .right .wordsbox {
		padding: 0 60px;
	}
}

@media screen and (max-width:1024px) {
	.cpjmjs_section4 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.cpjmjs_section4 h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 16px;
	}

	.cpjmjs_section4 .content ul li .left {
		width: 100%;
		height: 145px;
	}

	.cpjmjs_section4 .content ul li .right {
		width: 100%;
		height: auto;
	}

	.cpjmjs_section4 .content ul li .right .wordsbox {
		position: static;
		padding: 16px;
		transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
	}

	.cpjmjs_section4 .content ul li .right .wordsbox .tit {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 12px;
	}

	.cpjmjs_section4 .content ul li .right .wordsbox .border {
		width: 30px;
		height: 2px;
		margin-bottom: 12px;
	}

	.cpjmjs_section4 .content ul li .right .wordsbox .info {
		font-size: 14px;
		line-height: 24px;
		-webkit-line-clamp: 10;
	}

	.cpjmjs_section4 .content ul li:nth-child(even) .right .wordsbox {
		padding: 16px;
	}
}

.cpjmjs_section5 {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
	float: left;
}

.cpjmjs_section5 h2 {
	font-size: 36px;
	color: #333333;
	line-height: 40px;
	text-align: center;
	margin-bottom: 36px;
}

.cpjmjs_section5 h3 {
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	text-align: center;
	margin-bottom: 86px;
}

.cpjmjs_section5 ul {
	margin: 0 -27px;
	overflow: hidden;
	width: calc(100% + 54px);
	width: -ms-calc(100% + 54px);
	width: -o-calc(100% + 54px);
	width: -moz-calc(100% + 54px);
	width: -webkit-calc(100% + 54px);
}

.cpjmjs_section5 ul li {
	width: 25%;
	float: left;
	padding: 0 27px;
}

.cpjmjs_section5 ul li a {
	display: block;
	width: 100%;
	position: relative;
}

.cpjmjs_section5 ul li a .ba_pic {
	width: 100%;
}

.cpjmjs_section5 ul li a .ba_pic img {
	width: 100%;
	display: block;
}

.cpjmjs_section5 ul li a .wordsbox {
	width: 100%;
	position: absolute;
	left: 0;
	top: 10%;
	padding: 0 42px;
}

.cpjmjs_section5 ul li a .wordsbox .icobox {
	width: 146px;
	height: 146px;
	border-radius: 100%;
	border: 1px dashed #fff;
	margin: 0 auto 36px auto;
	padding: 21px;
}

.cpjmjs_section5 ul li a .wordsbox .icobox .ico {
	width: 100%;
	height: 100%;
	box-shadow: 0 0 14px rgba(52, 133, 238, 0.35);
}

.cpjmjs_section5 ul li a .wordsbox .tit {
	font-size: 24px;
	color: #ffffff;
	line-height: 28px;
	text-align: center;
	margin-bottom: 22px;
}

.cpjmjs_section5 ul li a .wordsbox .info {
	font-size: 18px;
	color: #ffffff;
	line-height: 36px;
	text-align: center;
	overflow: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
	max-height: 108px;
}

.cpjmjs_section5 ul li a .wordsbox .info::-webkit-scrollbar {
	display: none;
}

@media screen and (max-width:1600px) {
	.cpjmjs_section5 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.cpjmjs_section5 h2 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 24px;
	}

	.cpjmjs_section5 h3 {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 30px;
	}

	.cpjmjs_section5 ul {
		margin: 0 -12px;
		width: calc(100% + 24px);
		width: -ms-calc(100% + 24px);
		width: -o-calc(100% + 24px);
		width: -moz-calc(100% + 24px);
		width: -webkit-calc(100% + 24px);
	}

	.cpjmjs_section5 ul li {
		padding: 0 12px;
	}

	.cpjmjs_section5 ul li a .wordsbox {
		top: 10%;
		padding: 0 30px;
	}

	.cpjmjs_section5 ul li a .wordsbox .icobox {
		width: 120px;
		height: 120px;
		margin: 0 auto 20px auto;
		padding: 14px;
	}

	.cpjmjs_section5 ul li a .wordsbox .tit {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 14px;
	}

	.cpjmjs_section5 ul li a .wordsbox .info {
		font-size: 14px;
		line-height: 26px;
		max-height: 78px;
	}
}

@media screen and (max-width:1280px) {
	.cpjmjs_section5 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.cpjmjs_section5 h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 16px;
	}

	.cpjmjs_section5 h3 {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px;
	}

	.cpjmjs_section5 ul {
		margin: 0 -10px;
		width: calc(100% + 20px);
		width: -ms-calc(100% + 20px);
		width: -o-calc(100% + 20px);
		width: -moz-calc(100% + 20px);
		width: -webkit-calc(100% + 20px);
	}

	.cpjmjs_section5 ul li {
		padding: 0 10px;
	}

	.cpjmjs_section5 ul li a .wordsbox {
		top: 10%;
		padding: 0 20px;
	}

	.cpjmjs_section5 ul li a .wordsbox .icobox {
		width: 110px;
		height: 110px;
		margin: 0 auto 16px auto;
		padding: 10px;
	}

	.cpjmjs_section5 ul li a .wordsbox .tit {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 12px;
	}

	.cpjmjs_section5 ul li a .wordsbox .info {
		font-size: 14px;
		line-height: 24px;
		max-height: 72px;
	}
}

@media screen and (max-width:1024px) {
	.cpjmjs_section5 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.cpjmjs_section5 h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 12px;
	}

	.cpjmjs_section5 h3 {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 16px;
	}

	.cpjmjs_section5 ul {
		margin: -6px;
		width: calc(100% + 12px);
		width: -ms-calc(100% + 12px);
		width: -o-calc(100% + 12px);
		width: -moz-calc(100% + 12px);
		width: -webkit-calc(100% + 12px);
	}

	.cpjmjs_section5 ul li {
		width: 50%;
		padding: 6px;
	}

	.cpjmjs_section5 ul li a .wordsbox {
		top: 5%;
		padding: 0 12px;
	}

	.cpjmjs_section5 ul li a .wordsbox .icobox {
		width: 70px;
		height: 70px;
		margin: 0 auto 12px auto;
		padding: 6px;
	}

	.cpjmjs_section5 ul li a .wordsbox .tit {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.cpjmjs_section5 ul li a .wordsbox .info {
		font-size: 14px;
		line-height: 24px;
		max-height: 48px;
	}
}

.cpjmjs_section6 {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #f5f5f5;
	float: left;
}

.cpjmjs_section6 h2 {
	font-size: 36px;
	color: #333333;
	line-height: 40px;
	text-align: center;
	margin-bottom: 76px;
}

.cpjmjs_section6 .content {
	width: 100%;
}

.cpjmjs_section6 .content .ul {
	margin: -13px;
	width: calc(100% + 26px);
	width: -ms-calc(100% + 26px);
	width: -o-calc(100% + 26px);
	width: -moz-calc(100% + 26px);
	width: -webkit-calc(100% + 26px);
}

.cpjmjs_section6 .content .ul::after {
	content: "";
	display: block;
}

.cpjmjs_section6 .content .ul .li {
	width: 20%;
	float: left;
	padding: 13px;
}

.cpjmjs_section6 .content .ul .li a {
	display: block;
	width: 100%;
	background-color: #ffffff;
	border-radius: 8px;
	padding: 56px 36px 58px 36px;
	border: 1px solid rgba(255, 255, 255, 0);
}

.cpjmjs_section6 .content .ul .li a:hover {
	border-color: #3485ee;
	box-shadow: 0 0 20px rgba(52, 133, 238, 0.2);
}

.cpjmjs_section6 .content .ul .li a .ico {
	width: 64px;
	height: 64px;
	margin: 0 auto 44px auto;
}

.cpjmjs_section6 .content .ul .li a .tit {
	font-size: 20px;
	color: #333333;
	line-height: 24px;
	text-align: center;
	margin-bottom: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.cpjmjs_section6 .content .ul .li a .info {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-align: center;
	min-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media screen and (max-width:1600px) {
	.cpjmjs_section6 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.cpjmjs_section6 h2 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 30px;
	}

	.cpjmjs_section6 .content .ul {
		margin: -8px;
		width: calc(100% + 16px);
		width: -ms-calc(100% + 16px);
		width: -o-calc(100% + 16px);
		width: -moz-calc(100% + 16px);
		width: -webkit-calc(100% + 16px);
	}

	.cpjmjs_section6 .content .ul .li {
		padding: 8px;
	}

	.cpjmjs_section6 .content .ul .li a {
		padding: 26px;
	}

	.cpjmjs_section6 .content .ul .li a .ico {
		width: 52px;
		height: 52px;
		margin: 0 auto 20px auto;
	}

	.cpjmjs_section6 .content .ul .li a .tit {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 16px;
	}

	.cpjmjs_section6 .content .ul .li a .info {
		font-size: 14px;
		line-height: 26px;
		min-height: 52px;
	}
}

@media screen and (max-width:1280px) {
	.cpjmjs_section6 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.cpjmjs_section6 h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 16px;
	}

	.cpjmjs_section6 .content .ul {
		margin: -6px;
		width: calc(100% + 12px);
		width: -ms-calc(100% + 12px);
		width: -o-calc(100% + 12px);
		width: -moz-calc(100% + 12px);
		width: -webkit-calc(100% + 12px);
	}

	.cpjmjs_section6 .content .ul .li {
		padding: 6px;
	}

	.cpjmjs_section6 .content .ul .li a {
		padding: 20px;
	}

	.cpjmjs_section6 .content .ul .li a .ico {
		width: 46px;
		height: 46px;
		margin: 0 auto 16px auto;
	}

	.cpjmjs_section6 .content .ul .li a .tit {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 14px;
	}

	.cpjmjs_section6 .content .ul .li a .info {
		font-size: 12px;
		line-height: 22px;
		min-height: 44px;
	}
}

@media screen and (max-width:1024px) {
	.cpjmjs_section6 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.cpjmjs_section6 h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 14px;
	}

	.cpjmjs_section6 .content .ul {
		margin: -6px;
		padding-bottom: 26px;
		width: calc(100% + 12px);
		width: -ms-calc(100% + 12px);
		width: -o-calc(100% + 12px);
		width: -moz-calc(100% + 12px);
		width: -webkit-calc(100% + 12px);
	}

	.cpjmjs_section6 .content .ul .slick-dots {
		position: absolute;
		bottom: 0;
		height: 8px;
		text-align: center;
	}

	.cpjmjs_section6 .content .ul .slick-dots li {
		vertical-align: top;
		width: 8px;
		height: 8px;
		border-radius: 100%;
		margin: 0 4px;
		background: #dddddd;
	}

	.cpjmjs_section6 .content .ul .slick-dots li.slick-active {
		background: #3485ee;
	}

	.cpjmjs_section6 .content .ul .li {
		;
		padding: 6px;
	}

	.cpjmjs_section6 .content .ul .li a {
		padding: 12px;
	}

	.cpjmjs_section6 .content .ul .li a .ico {
		width: 40px;
		height: 40px;
		margin: 0 auto 12px auto;
	}

	.cpjmjs_section6 .content .ul .li a .tit {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 14px;
	}

	.cpjmjs_section6 .content .ul .li a .info {
		font-size: 14px;
		line-height: 22px;
		min-height: 66px;
		-webkit-line-clamp: 3;
		letter-spacing: 0;
	}
}

.cpjmjs_section7 {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
	float: left;
}

.cpjmjs_section7 h2 {
	font-size: 36px;
	color: #333333;
	line-height: 40px;
	margin-bottom: 76px;
	text-align: center;
}

.cpjmjs_section7 .content {
	width: 100%;
}

.cpjmjs_section7 .content .ul {
	width: 100%;
	overflow: hidden;
}

.cpjmjs_section7 .content .ul .li {
	height: auto;
	width: 20%;
	float: left;
}

.cpjmjs_section7 .content .ul .li a {
	display: block;
	position: relative;
	width: 100%;
}

.cpjmjs_section7 .content .ul .li a::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(52, 133, 238, 0.7);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.cpjmjs_section7 .content .ul .li a:hover::after {
	opacity: 1;
}

.cpjmjs_section7 .content .ul .li a .ba_pic {
	width: 100%;
	padding-bottom: 127.32%;
	position: relative;
	overflow: hidden;
	min-height: 50px;
	z-index: 1;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.cpjmjs_section7 .content .ul .li a .ba_pic img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	transition: -webkit-transform 2s;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

.cpjmjs_section7 .content .ul .li a:hover .ba_pic img {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-moz-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

.cpjmjs_section7 .content .ul .li a .wordsbox1 {
	width: 100%;
	font-size: 20px;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 16px;
	z-index: 2;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.cpjmjs_section7 .content .ul .li a:hover .wordsbox1 {
	opacity: 0;
}

.cpjmjs_section7 .content .ul .li a .wordsbox2 {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 3;
	opacity: 0;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.cpjmjs_section7 .content .ul .li a:hover .wordsbox2 {
	opacity: 1;
}

.cpjmjs_section7 .content .ul .li a .wordsbox2 .ico {
	width: 100px;
	height: 100px;
	margin: 0 auto 34px auto;
}

.cpjmjs_section7 .content .ul .li a .wordsbox2 .tit {
	font-size: 20px;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
	margin-bottom: 64px;
}

.cpjmjs_section7 .content .ul .li a .wordsbox2 .more {
	width: 166px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 4px;
	margin: 0 auto;
}

.cpjmjs_section7 .content .ul .li a .wordsbox2 .more:hover {
	background-color: #fff;
	color: #3485ee;
}

@media screen and (max-width:1600px) {
	.cpjmjs_section7 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.cpjmjs_section7 h2 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 30px;
	}

	.cpjmjs_section7 .content .ul .li a .wordsbox1 {
		font-size: 16px;
		line-height: 20px;
		bottom: 10px;
	}

	.cpjmjs_section7 .content .ul .li a .wordsbox2 .ico {
		width: 70px;
		height: 70px;
		margin: 0 auto 20px auto;
	}

	.cpjmjs_section7 .content .ul .li a .wordsbox2 .tit {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 26px;
	}

	.cpjmjs_section7 .content .ul .li a .wordsbox2 .more {
		width: 130px;
		line-height: 40px;
		font-size: 16px;
	}
}

@media screen and (max-width:1280px) {
	.cpjmjs_section7 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.cpjmjs_section7 h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 16px;
	}

	.cpjmjs_section7 .content .ul .li a .wordsbox1 {
		font-size: 14px;
		line-height: 20px;
		bottom: 10px;
	}

	.cpjmjs_section7 .content .ul .li a .wordsbox2 .ico {
		width: 60px;
		height: 60px;
		margin: 0 auto 16px auto;
	}

	.cpjmjs_section7 .content .ul .li a .wordsbox2 .tit {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 16px;
	}

	.cpjmjs_section7 .content .ul .li a .wordsbox2 .more {
		width: 100px;
		line-height: 30px;
		font-size: 12px;
	}
}

@media screen and (max-width:1024px) {
	.cpjmjs_section7 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.cpjmjs_section7 h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 16px;
	}

	.cpjmjs_section7 .content .ul {
		padding-bottom: 26px;
	}

	.cpjmjs_section7 .content .ul .li a .wordsbox1 {
		font-size: 16px;
		line-height: 20px;
		bottom: 12px;
	}

	.cpjmjs_section7 .content .ul .li a .wordsbox2 .ico {
		width: 50px;
		height: 50px;
		margin: 0 auto 14px auto;
	}

	.cpjmjs_section7 .content .ul .li a .wordsbox2 .tit {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
	}

	.cpjmjs_section7 .content .ul .li a .wordsbox2 .more {
		width: 100px;
		line-height: 30px;
		font-size: 14px;
	}

	.cpjmjs_section7 .content .ul .slick-dots {
		position: absolute;
		bottom: 0;
		height: 8px;
		text-align: center;
	}

	.cpjmjs_section7 .content .ul .slick-dots li {
		vertical-align: top;
		width: 8px;
		height: 8px;
		border-radius: 100%;
		margin: 0 4px;
		background: #dddddd;
	}

	.cpjmjs_section7 .content .ul .slick-dots li.slick-active {
		background: #3485ee;
	}
}

.cpjmjs_section8 {
	width: 100%;
	padding-top: 46px;
	padding-bottom: 42px;
	float: left;
}

.cpjmjs_section8 .tit {
	font-size: 36px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	margin-bottom: 36px;
	font-weight: bold;
}

.cpjmjs_section8 .more {
	width: 100%;
}

.cpjmjs_section8 .more a {
	margin: 0 auto;
	display: block;
	width: 166px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 4px;
	background-color: #3485ee;
	font-size: 18px;
	color: #ffffff;
}

.cpjmjs_section8 .more a:hover {
	opacity: 0.6;
}

@media screen and (max-width:1600px) {
	.cpjmjs_section8 {
		padding-top: 36px;
		padding-bottom: 36px;
	}

	.cpjmjs_section8 .tit {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.cpjmjs_section8 .more a {
		width: 140px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
}

@media screen and (max-width:1280px) {
	.cpjmjs_section8 {
		padding-top: 26px;
		padding-bottom: 26px;
	}

	.cpjmjs_section8 .tit {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 16px;
	}

	.cpjmjs_section8 .more a {
		width: 100px;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}
}

@media screen and (max-width:1024px) {
	.cpjmjs_section8 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.cpjmjs_section8 .tit {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 14px;
	}

	.cpjmjs_section8 .more a {
		width: 120px;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}
}

/*产品 捷码介绍*/
.sj_section {
	width: 100%;
	padding-top: 86px;
	float: left;
}

.sj_section .ul {
	width: 100%;
	overflow: hidden;
}

.sj_section .ul .li {
	border: 1px solid #ccc;
	position: relative;
	width: 20%;
	float: left;
}

.sj_section .ul .li.on,
.sj_section .ul .li:hover {
	border-color: #3485ee;
}

.sj_section .ul .li a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.sj_section .ul .li a .ico {
	width: 56px;
	height: 56px;
	margin-right: 14px;
	display: inline-block;
	vertical-align: middle;
}

.sj_section .ul .li a .words {
	font-size: 24px;
	color: #333333;
	line-height: 98px;
	display: inline-block;
	vertical-align: middle;
}

.sj_section .ul .li.on a .words,
.sj_section .ul .li:hover a .words {
	color: #3485ee;
}

@media screen and (max-width:1600px) {
	.sj_section {
		padding-top: 60px;
	}

	.sj_section .ul .li a .ico {
		width: 40px;
		height: 40px;
		margin-right: 12px;
	}

	.sj_section .ul .li a .words {
		font-size: 18px;
		line-height: 70px;
	}
}

@media screen and (max-width:1280px) {
	.sj_section {
		padding-top: 40px;
	}

	.sj_section .ul .li a .ico {
		width: 36px;
		height: 36px;
		margin-right: 10px;
	}

	.sj_section .ul .li a .words {
		font-size: 14px;
		line-height: 50px;
	}
}

@media screen and (max-width:1024px) {
	.sj_section {
		padding-top: 30px;
	}

	.sj_section .ul {
		padding-right: 1px;
	}

	.sj_section .ul .li a .ico {
		width: 34px;
		height: 34px;
		margin-right: 8px;
	}

	.sj_section .ul .li a .words {
		font-size: 16px;
		line-height: 48px;
	}
}

.jmjs_section {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 100px;
	float: left;
}

.jmjs_section ul {
	width: 100%;
	margin-bottom: 80px;
}

.jmjs_section ul li {
	width: 100%;
	margin-bottom: 32px;
}

.jmjs_section ul li:last-child {
	margin-bottom: 0;
}

.jmjs_section ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.jmjs_section ul li a:hover {
	background-color: #3485ee;
}

.jmjs_section ul li a .picbox {
	width: 25%;
	float: left;
	height: 267px;
	overflow: hidden;
}

.jmjs_section ul li a .picbox .pic {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	transition: -webkit-transform 2s;
}

.jmjs_section ul li a:hover .picbox .pic {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.jmjs_section ul li a .wordsbox {
	width: 62.44%;
	float: left;
	padding-left: 46px;
	padding-right: 68px;
	padding-top: 60px;
}

.jmjs_section ul li a .wordsbox .tit {
	font-size: 20px;
	color: #333333;
	line-height: 24px;
	margin-bottom: 38px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.jmjs_section ul li a:hover .wordsbox .tit {
	color: #fff;
}

.jmjs_section ul li a .wordsbox .info {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.jmjs_section ul li a:hover .wordsbox .info {
	color: #fff;
}

.jmjs_section ul li a .date {
	float: left;
	width: 12.56%;
	border-left: 1px solid #dddddd;
	padding: 40px 0;
	margin-top: 58.5px;
}

.jmjs_section ul li a:hover .date {
	border-color: #a7c1e2;
}

.jmjs_section ul li a .date .date1 {
	font-size: 30px;
	color: #666666;
	line-height: 34px;
	margin-bottom: 16px;
	text-align: center;
	font-weight: bold;
}

.jmjs_section ul li a:hover .date .date1 {
	color: #fff;
}

.jmjs_section ul li a .date .date2 {
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	text-align: center;
}

.jmjs_section ul li a:hover .date .date2 {
	color: #fff;
}

@media screen and (max-width:1600px) {
	.jmjs_section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.jmjs_section ul {
		margin-bottom: 60px;
	}

	.jmjs_section ul li {
		margin-bottom: 16px;
	}

	.jmjs_section ul li a .picbox {
		width: 25%;
		height: 210px;
	}

	.jmjs_section ul li a .wordsbox {
		width: 62%;
		padding-left: 30px;
		padding-right: 40px;
		padding-top: 40px;
	}

	.jmjs_section ul li a .wordsbox .tit {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
	}

	.jmjs_section ul li a .wordsbox .info {
		font-size: 14px;
		line-height: 26px;
	}

	.jmjs_section ul li a .date {
		width: 13%;
		padding: 26px 0;
		margin-top: 52px;
	}

	.jmjs_section ul li a .date .date1 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 12px;
	}

	.jmjs_section ul li a .date .date2 {
		font-size: 14px;
		line-height: 18px;
	}
}

@media screen and (max-width:1280px) {
	.jmjs_section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.jmjs_section ul {
		margin-bottom: 30px;
	}

	.jmjs_section ul li {
		margin-bottom: 14px;
	}

	.jmjs_section ul li a .picbox {
		height: 170px;
	}

	.jmjs_section ul li a .wordsbox {
		padding-left: 20px;
		padding-right: 30px;
		padding-top: 30px;
	}

	.jmjs_section ul li a .wordsbox .tit {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 12px;
	}

	.jmjs_section ul li a .wordsbox .info {
		font-size: 12px;
		line-height: 22px;
	}

	.jmjs_section ul li a .date {
		padding: 20px 0;
		margin-top: 42px;
	}

	.jmjs_section ul li a .date .date1 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 8px;
	}

	.jmjs_section ul li a .date .date2 {
		font-size: 12px;
		line-height: 18px;
	}
}

@media screen and (max-width:1024px) {
	.jmjs_section {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.jmjs_section ul {
		margin-bottom: 20px;
	}

	.jmjs_section ul li {
		margin-bottom: 14px;
	}

	.jmjs_section ul li a .picbox {
		width: 100%;
		height: 200px;
	}

	.jmjs_section ul li a .wordsbox {
		width: 100%;
		padding-left: 14px;
		padding-right: 14px;
		padding-top: 14px;
	}

	.jmjs_section ul li a .wordsbox .tit {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.jmjs_section ul li a .wordsbox .info {
		font-size: 14px;
		line-height: 24px;
	}

	.jmjs_section ul li a .date {
		width: 100%;
		border-left: 0;
		padding: 10px 14px 14px 14px;
		margin-top: 0;
		font-size: 0;
	}

	.jmjs_section ul li a .date .date1 {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 0;
		display: inline-block;
		vertical-align: top;
	}

	.jmjs_section ul li a .date .date2 {
		font-size: 14px;
		line-height: 24px;
		display: inline-block;
		vertical-align: top;
		padding-left: 6px;
	}
}

/*关于捷码*/
.gyjm_section1 {
	width: 100%;
	padding-top: 96px;
	padding-bottom: 96px;
	float: left;
}

.gyjm_section1 .content {
	width: 100%;
	overflow: hidden;
}

.gyjm_section1 .content .left {
	width: 33.13%;
	float: left;
	padding-right: 50px;
}

.gyjm_section1 .content .left .tit1 {
	font-size: 36px;
	color: #333333;
	line-height: 40px;
	margin-bottom: 16px;
}

.gyjm_section1 .content .left .tit2 {
	width: 100%;
}

.gyjm_section1 .content .left .tit2 img {
	max-width: 100%;
	display: block;
}

.gyjm_section1 .content .right {
	width: 66.87%;
	float: right;
	font-size: 18px;
	color: #333333;
	line-height: 36px;
	letter-spacing: 1px;
}

.gyjm_section1 .content .right span {
	color: #3485ee;
}

@media screen and (max-width:1600px) {
	.gyjm_section1 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.gyjm_section1 .content .left {
		width: 34%;
	}

	.gyjm_section1 .content .left .tit1 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 12px;
	}

	.gyjm_section1 .content .right {
		width: 66%;
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:1280px) {
	.gyjm_section1 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.gyjm_section1 .content .left .tit1 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.gyjm_section1 .content .right {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:1024px) {
	.gyjm_section1 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.gyjm_section1 .content .left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 16px;
	}

	.gyjm_section1 .content .left .tit1 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.gyjm_section1 .content .right {
		width: 100%;
		font-size: 14px;
		line-height: 24px;
	}
}

.tuandui {
	float: left;
	width: 100%;
	padding: 80px 0;
	margin: 60px auto;
	background: #eee;
}

.tuandui h2 {
	font-size: 36px;
	color: #333333;
	line-height: 40px;
	text-align: center;
	margin-bottom: 16px;
}

.tuandui ul {
	float: left;
	width: 100%;
}

.tuandui ul li {
	float: left;
	width: 33.333333%;
	padding: 20px 0;
	text-align: center;
}

.tuandui ul li .zhong {
	display: inline-block;
	max-width: 450px;
	width: 96%;
}

.tuandui ul li .tu {
	float: left;
	width: 150px;
}

.tuandui ul li .tu i {
	display: block;
	padding-bottom: 25px;
}

.tuandui ul li .tu h3 {
	font-size: 24px;
	line-height: 2em;
	color: #000;
	font-weight: bold;
}

.tuandui ul li .tu img {
	border-radius: 100%;
}

.tuandui ul li .wen {
	float: right;
	text-align: left;
	width: -webkit-calc(100% - 160px);
	width: -moz-calc(100% - 160px);
	width: calc(100% - 160px);
}

.tuandui ul li .wen h4 {
	font-size: 18px;
	font-weight: bold;
	color: #135798;
	padding: 4px 0;
}

.tuandui ul li .wen h4:nth-child(2) {
	padding-bottom: 15px;
}

.tuandui ul li .wen p {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	padding-left: 25px;
	margin: 5px 0;
	position: relative;
}

.tuandui ul li .wen p.o {
	padding-left: 15px;
}

.tuandui ul li .wen p.o:before {
	content: '';
	display: table;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #e8565a;
	position: absolute;
	left: 0;
	top: 8px;
}

.tuandui ul li .wen p.ico {
	background: url(../_im_g/icon_zs.svg) no-repeat left top;
	background-size: 20px;
}

.tuandui ul.u2 .zhong {}

.tuandui ul.u2 li {
	width: 50%;
	color: #000;
}

.tuandui ul.u3 li .tu {
	float: left;
}

@media screen and (max-width:1600px) {
	.tuandui ul.u3 li p {
		font-size: 14px;
	}
}

@media screen and (max-width:1280px) {
	.tuandui ul.u3 li {
		width: 50%;
	}
}

@media screen and (max-width:767px) {

	.tuandui ul.u2 li,
	.tuandui ul.u3 li {
		width: 100%;
	}
}

.gyjm_section2 {
	width: 100%;
	float: left;
	padding-bottom: 38px;
}

.gyjm_section2 .content {
	width: 100%;
}

.gyjm_section2 .content .ul {
	overflow: hidden;
	width: 100%;
}

.gyjm_section2 .content .ul .li {
	width: 33.333%;
	float: left;
}

.gyjm_section2 .content .ul .li a {
	display: block;
	width: 100%;
	position: relative;
}

.gyjm_section2 .content .ul .li a .ba_pic {
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	min-height: 50px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.gyjm_section2 .content .ul .li a .ba_pic img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	transition: -webkit-transform 2s;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

.gyjm_section2 .content .ul .li a:hover .ba_pic img {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-moz-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

.gyjm_section2 .content .ul .li a .wordsbox {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	padding: 0 30px;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.gyjm_section2 .content .ul .li a .wordsbox .ico {
	width: 90px;
	height: 90px;
	margin: 0 auto 56px auto;
}

.gyjm_section2 .content .ul .li a .wordsbox .tit {
	font-size: 36px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	margin-bottom: 36px;
	font-weight: bold;
	position: relative;
}

.gyjm_section2 .content .ul .li a .wordsbox .border {
	width: 150px;
	height: 1px;
	margin: 0 auto 42px auto;
	position: relative;
	background-color: rgba(255, 255, 255, 0.57);
}

.gyjm_section2 .content .ul .li a .wordsbox .border::after {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background-color: #f5f5f5;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.gyjm_section2 .content .ul .li a .wordsbox .info {
	font-size: 24px;
	color: #ffffff;
	line-height: 28px;
	text-align: center;
}

@media screen and (max-width:1600px) {
	.gyjm_section2 {
		padding-bottom: 22px;
	}

	.gyjm_section2 .content .ul .li a .wordsbox {
		padding: 0 20px;
	}

	.gyjm_section2 .content .ul .li a .wordsbox .ico {
		width: 50px;
		height: 50px;
		margin: 0 auto 30px auto;
	}

	.gyjm_section2 .content .ul .li a .wordsbox .tit {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.gyjm_section2 .content .ul .li a .wordsbox .border {
		width: 120px;
		margin: 0 auto 20px auto;
	}

	.gyjm_section2 .content .ul .li a .wordsbox .border::after {
		width: 16px;
		height: 2px;
	}

	.gyjm_section2 .content .ul .li a .wordsbox .info {
		font-size: 18px;
		line-height: 22px;
	}
}

@media screen and (max-width:1280px) {
	.gyjm_section2 {
		padding-bottom: 20px;
	}

	.gyjm_section2 .content .ul .li a .wordsbox {
		padding: 0 16px;
	}

	.gyjm_section2 .content .ul .li a .wordsbox .ico {
		width: 40px;
		height: 40px;
		margin: 0 auto 16px auto;
	}

	.gyjm_section2 .content .ul .li a .wordsbox .tit {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 16px;
	}

	.gyjm_section2 .content .ul .li a .wordsbox .border {
		width: 100px;
		margin: 0 auto 16px auto;
	}

	.gyjm_section2 .content .ul .li a .wordsbox .border::after {
		width: 14px;
		height: 2px;
	}

	.gyjm_section2 .content .ul .li a .wordsbox .info {
		font-size: 14px;
		line-height: 20px;
	}
}

@media screen and (max-width:1024px) {
	.gyjm_section2 .content .ul .li a .wordsbox {
		padding: 0 14px;
	}

	.gyjm_section2 .content .ul .li a .wordsbox .ico {
		width: 40px;
		height: 40px;
		margin: 0 auto 14px auto;
	}

	.gyjm_section2 .content .ul .li a .wordsbox .tit {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 14px;
	}

	.gyjm_section2 .content .ul .li a .wordsbox .border {
		width: 80px;
		margin: 0 auto 14px auto;
	}

	.gyjm_section2 .content .ul .li a .wordsbox .border::after {
		width: 14px;
		height: 2px;
	}

	.gyjm_section2 .content .ul .li a .wordsbox .info {
		font-size: 14px;
		line-height: 20px;
	}
}

.gyjm_section3 {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 86px;
	float: left;
	position: relative;
}

.gyjm_section3::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #dddddd;
	position: absolute;
	left: 0;
	top: 382px;
	z-index: 1;
}

.gyjm_section3 h2 {
	font-size: 36px;
	color: #333333;
	line-height: 40px;
	text-align: center;
	margin-bottom: 16px;
}

.gyjm_section3 .tit2 {
	width: 100%;
	margin-bottom: 70px;
	text-align: center;
}

.gyjm_section3 .tit2 img {
	max-width: 100%;
	display: inline-block;
}

.gyjm_section3 .content {
	width: 100%;
}

.gyjm_section3 .content ul {
	margin: 0 -10px;
	padding: 0 94px;
	position: relative;
	z-index: 2;
	width: calc(100% + 20px);
	width: -ms-calc(100% + 20px);
	width: -o-calc(100% + 20px);
	width: -moz-calc(100% + 20px);
	width: -webkit-calc(100% + 20px);
}

.gyjm_section3 .content ul li {
	padding: 10px;
}

.gyjm_section3 .content ul li a {
	display: block;
	width: 100%;
	padding: 112px 40px 90px 40px;
}

.gyjm_section3 .content ul li a:hover {
	background-color: #3485ee;
	box-shadow: 0 0 10px rgba(52, 133, 238, 0.8);
}

.gyjm_section3 .content ul li a .date {
	font-size: 30px;
	color: #000000;
	line-height: 34px;
	margin-bottom: 54px;
	font-weight: bold;
}

.gyjm_section3 .content ul li a:hover .date {
	color: #fff;
}

.gyjm_section3 .content ul li a .border {
	width: 18px;
	height: 18px;
	border: 1px dashed rgba(255, 255, 255, 0);
	border-radius: 100%;
	position: relative;
	margin-bottom: 34px;
}

.gyjm_section3 .content ul li a:hover .border {
	border-color: #fff;
}

.gyjm_section3 .content ul li a .border::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	border: 1px solid #3485ee;
	border-radius: 100%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.gyjm_section3 .content ul li a:hover .border::after {
	background-color: #fff;
	border-color: #fff;
}

.gyjm_section3 .content ul li a .tit {
	font-size: 24px;
	color: #000000;
	line-height: 28px;
	margin-bottom: 22px;
}

.gyjm_section3 .content ul li a:hover .tit {
	color: #fff;
}

.gyjm_section3 .content ul li a .info {
	font-size: 16px;
	color: #666666;
	padding-right: 10px;
	line-height: 30px;
	min-height: 150px;
	overflow: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
	max-height: 150px;
}

.gyjm_section3 .content ul li a .info::-webkit-scrollbar {
	width: 3px;
}

.gyjm_section3 .content ul li a .info::-webkit-scrollbar-track {
	background-color: #e5e5e5;
	border-radius: 3px;
}

.gyjm_section3 .content ul li a .info::-webkit-scrollbar-thumb {
	width: 3px;
	background-color: #000;
	border-radius: 3px;
}

.gyjm_section3 .content ul li a:hover .info {
	color: #fff;
}

.gyjm_section3 .content ul .slick-prev {
	width: 60px;
	height: 60px;
	background: url(../_im_g/zimg59.png) no-repeat center center;
	background-size: cover;
	left: 10px;
	top: 156px;
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}

.gyjm_section3 .content ul .slick-next {
	width: 60px;
	height: 60px;
	background: url(../_im_g/zimg60.png) no-repeat center center;
	background-size: cover;
	right: 10px;
	top: 156px;
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}

.gyjm_section3 .content ul .slick-prev:hover {
	background: url(../_im_g/zimg61.png) no-repeat center center;
	background-size: cover;
}

.gyjm_section3 .content ul .slick-next:hover {
	background: url(../_im_g/zimg62.png) no-repeat center center;
	background-size: cover;
}

@media screen and (max-width:1600px) {
	.gyjm_section3 {
		padding-top: 40px;
		padding-bottom: 60px;
	}

	.gyjm_section3::after {
		top: 210px;
	}

	.gyjm_section3 h2 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 14px;
	}

	.gyjm_section3 .tit2 {
		margin-bottom: 16px;
	}

	.gyjm_section3 .content ul {
		padding: 0 94px;
	}

	.gyjm_section3 .content ul li a {
		padding: 30px;
	}

	.gyjm_section3 .content ul li a .date {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 30px;
	}

	.gyjm_section3 .content ul li a .border {
		width: 14px;
		height: 14px;
		margin-bottom: 22px;
	}

	.gyjm_section3 .content ul li a .border::after {
		width: 8px;
		height: 8px;
	}

	.gyjm_section3 .content ul li a .tit {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 12px;
	}

	.gyjm_section3 .content ul li a .info {
		font-size: 14px;
		line-height: 24px;
		min-height: 120px;
		max-height: 120px;
	}

	.gyjm_section3 .content ul .slick-prev {
		width: 40px;
		height: 40px;
		left: 10px;
		top: 62px;
	}

	.gyjm_section3 .content ul .slick-next {
		width: 40px;
		height: 40px;
		right: 10px;
		top: 62px;
	}
}

@media screen and (max-width:1280px) {
	.gyjm_section3 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.gyjm_section3::after {
		top: 193px;
	}

	.gyjm_section3 h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 12px;
	}

	.gyjm_section3 .tit2 {
		margin-bottom: 14px;
	}

	.gyjm_section3 .content ul {
		padding: 0 60px;
	}

	.gyjm_section3 .content ul li a {
		padding: 30px;
	}

	.gyjm_section3 .content ul li a .date {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 26px;
	}

	.gyjm_section3 .content ul li a .border {
		width: 12px;
		height: 12px;
		margin-bottom: 16px;
	}

	.gyjm_section3 .content ul li a .border::after {
		width: 6px;
		height: 6px;
	}

	.gyjm_section3 .content ul li a .tit {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.gyjm_section3 .content ul li a .info {
		font-size: 12px;
		line-height: 20px;
		min-height: 100px;
		max-height: 100px;
	}

	.gyjm_section3 .content ul .slick-prev {
		width: 30px;
		height: 30px;
		left: 10px;
		top: 56px;
	}

	.gyjm_section3 .content ul .slick-next {
		width: 30px;
		height: 30px;
		right: 10px;
		top: 56px;
	}
}

@media screen and (max-width:1024px) {
	.gyjm_section3 {
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.gyjm_section3::after {
		top: 165px;
	}

	.gyjm_section3 h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 12px;
	}

	.gyjm_section3 .tit2 {
		margin-bottom: 6px;
		padding: 0 30px;
	}

	.gyjm_section3 .content ul {
		padding: 0 46px;
	}

	.gyjm_section3 .content ul li a {
		padding: 34px;
	}

	.gyjm_section3 .content ul li a .date {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 12px;
	}

	.gyjm_section3 .content ul li a .border {
		width: 12px;
		height: 12px;
		margin-bottom: 14px;
	}

	.gyjm_section3 .content ul li a .border::after {
		width: 8px;
		height: 8px;
	}

	.gyjm_section3 .content ul li a .tit {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 12px;
	}

	.gyjm_section3 .content ul li a .info {
		font-size: 14px;
		padding-right: 0;
		line-height: 24px;
		min-height: 120px;
		max-height: 120px;
	}

	.gyjm_section3 .content ul li a .info::-webkit-scrollbar {
		width: 0;
	}

	.gyjm_section3 .content ul li a .info::-webkit-scrollbar-track {
		background-color: #e5e5e5;
		border-radius: 0;
	}

	.gyjm_section3 .content ul li a .info::-webkit-scrollbar-thumb {
		width: 0;
		background-color: #000;
		border-radius: 0;
	}

	.gyjm_section3 .content ul li a .info::-webkit-scrollbar {
		display: none;
	}

	.gyjm_section3 .content ul .slick-prev {
		width: 30px;
		height: 30px;
		top: 55px;
	}

	.gyjm_section3 .content ul .slick-next {
		width: 30px;
		height: 30px;
		top: 55px;
	}
}

.gyjm_section4 {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
	float: left;
}

.gyjm_section4 h2 {
	font-size: 36px;
	color: #333333;
	line-height: 40px;
	text-align: center;
	margin-bottom: 16px;
}

.gyjm_section4 .tit2 {
	width: 100%;
	text-align: center;
	margin-bottom: 76px;
}

.gyjm_section4 .tit2 img {
	max-width: 100%;
	display: inline-block;
}

.gyjm_section4 .content {
	width: 100%;
}

.gyjm_section4 .content .ul {
	margin: -16px -20px;
	overflow: hidden;
	width: calc(100% + 40px);
	width: -ms-calc(100% + 40px);
	width: -o-calc(100% + 40px);
	width: -moz-calc(100% + 40px);
	width: -webkit-calc(100% + 40px);
}

.gyjm_section4 .content .ul .li {
	width: 25%;
	float: left;
	padding: 16px 20px;
}

.gyjm_section4 .content .ul .li a {
	display: block;
	width: 100%;
}

.gyjm_section4 .content .ul .li a .libox {
	width: 100%;
}

.gyjm_section4 .content .ul .li a .libox .ba_pic {
	width: 100%;
	padding-bottom: 70.1%;
	position: relative;
	overflow: hidden;
	min-height: 50px;
	border: 1px solid #dddddd;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.gyjm_section4 .content .ul .li a .libox .ba_pic img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	transition: -webkit-transform 2s;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

.gyjm_section4 .content .ul .li a:hover .libox .ba_pic img {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-moz-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

.gyjm_section4 .content .ul .li a .libox .wordsbox {
	width: 100%;
	position: relative;
	height: 80px;
}

.gyjm_section4 .content .ul .li a:hover .libox .wordsbox {
	background-color: #3485ee;
}

.gyjm_section4 .content .ul .li a .libox .wordsbox .words {
	width: 100%;
	padding: 0 10px;
	text-align: center;
	font-size: 18px;
	color: #666666;
	line-height: 24px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.gyjm_section4 .content .ul .li a:hover .libox .wordsbox .words {
	color: #fff;
}

@media screen and (max-width:1600px) {
	.gyjm_section4 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.gyjm_section4 h2 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 12px;
	}

	.gyjm_section4 .tit2 {
		;
		margin-bottom: 30px;
	}

	.gyjm_section4 .content .ul {
		margin: -10px;
		width: calc(100% + 20px);
		width: -ms-calc(100% + 20px);
		width: -o-calc(100% + 20px);
		width: -moz-calc(100% + 20px);
		width: -webkit-calc(100% + 20px);
	}

	.gyjm_section4 .content .ul .li {
		padding: 10px;
	}

	.gyjm_section4 .content .ul .li a .libox .wordsbox {
		height: 60px;
	}

	.gyjm_section4 .content .ul .li a .libox .wordsbox .words {
		font-size: 16px;
		line-height: 20px;
	}
}

@media screen and (max-width:1280px) {
	.gyjm_section4 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.gyjm_section4 h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.gyjm_section4 .tit2 {
		;
		margin-bottom: 16px;
	}

	.gyjm_section4 .content .ul {
		margin: -8px;
		width: calc(100% + 16px);
		width: -ms-calc(100% + 16px);
		width: -o-calc(100% + 16px);
		width: -moz-calc(100% + 16px);
		width: -webkit-calc(100% + 16px);
	}

	.gyjm_section4 .content .ul .li {
		padding: 8px;
	}

	.gyjm_section4 .content .ul .li a .libox .wordsbox {
		height: 50px;
	}

	.gyjm_section4 .content .ul .li a .libox .wordsbox .words {
		font-size: 14px;
		line-height: 18px;
	}
}

@media screen and (max-width:1024px) {
	.gyjm_section4 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.gyjm_section4 h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 12px;
	}

	.gyjm_section4 .tit2 {
		margin-bottom: 12px;
	}

	.gyjm_section4 .tit2 img {
		padding: 0 30px;
	}

	.gyjm_section4 .content .ul {
		margin: 0 -6px;
		padding-bottom: 24px;
		width: calc(100% + 12px);
		width: -ms-calc(100% + 12px);
		width: -o-calc(100% + 12px);
		width: -moz-calc(100% + 12px);
		width: -webkit-calc(100% + 12px);
	}

	.gyjm_section4 .content .ul .li {
		padding: 0 6px;
	}

	.gyjm_section4 .content .ul .li a .libox .wordsbox {
		height: 50px;
	}

	.gyjm_section4 .content .ul .li a .libox .wordsbox .words {
		font-size: 14px;
		line-height: 18px;
	}

	.gyjm_section4 .content .ul .slick-dots {
		position: absolute;
		bottom: 0;
		height: 8px;
		text-align: center;
	}

	.gyjm_section4 .content .ul .slick-dots li {
		vertical-align: top;
		width: 8px;
		height: 8px;
		border-radius: 100%;
		margin: 0 4px;
		background: #dddddd;
	}

	.gyjm_section4 .content .ul .slick-dots li.slick-active {
		background: #3485ee;
	}
}

.gyjm_section5 {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 280px;
	float: left;
	position: relative;
	background-color: #f5f5f5;
	z-index: 2;
}

.gyjm_section5 h2 {
	font-size: 36px;
	color: #333333;
	line-height: 40px;
	text-align: center;
	margin-bottom: 16px;
}

.gyjm_section5 .tit2 {
	width: 100%;
	text-align: center;
	margin-bottom: 76px;
}

.gyjm_section5 .tit2 img {
	max-width: 100%;
	display: inline-block;
}

.gyjm_section5 .content {
	width: 100%;
}

.gyjm_section5 .content .ul {
	margin: -10px;
	overflow: hidden;
	width: calc(100% + 20px);
	width: -ms-calc(100% + 20px);
	width: -o-calc(100% + 20px);
	width: -moz-calc(100% + 20px);
	width: -webkit-calc(100% + 20px);
}

.gyjm_section5 .content .ul .li {
	width: 16.66666666666667%;
	float: left;
	padding: 10px;
}

.gyjm_section5 .content .ul .li .pic {
	width: 100%;
	padding-bottom: 53%;
	position: relative;
	overflow: hidden;
	min-height: 50px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.gyjm_section5 .content .ul .li .pic img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	transition: -webkit-transform 2s;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

.gyjm_section5 .content .ul .li:hover .pic img {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-moz-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

@media screen and (max-width:1600px) {
	.gyjm_section5 {
		padding-top: 60px;
		padding-bottom: 160px;
	}

	.gyjm_section5 h2 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 14px;
	}

	.gyjm_section5 .tit2 {
		margin-bottom: 30px;
	}

	.gyjm_section5 .content .ul {
		margin: -8px;
		width: calc(100% + 16px);
		width: -ms-calc(100% + 16px);
		width: -o-calc(100% + 16px);
		width: -moz-calc(100% + 16px);
		width: -webkit-calc(100% + 16px);
	}

	.gyjm_section5 .content .ul .li {
		padding: 8px;
	}
}

@media screen and (max-width:1280px) {
	.gyjm_section5 {
		padding-top: 40px;
		padding-bottom: 100px;
	}

	.gyjm_section5 h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 12px;
	}

	.gyjm_section5 .tit2 {
		margin-bottom: 16px;
	}

	.gyjm_section5 .content .ul {
		margin: -6px;
		width: calc(100% + 12px);
		width: -ms-calc(100% + 12px);
		width: -o-calc(100% + 12px);
		width: -moz-calc(100% + 12px);
		width: -webkit-calc(100% + 12px);
	}

	.gyjm_section5 .content .ul .li {
		padding: 6px;
	}
}

@media screen and (max-width:1024px) {
	.gyjm_section5 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.gyjm_section5 h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 12px;
	}

	.gyjm_section5 .tit2 {
		margin-bottom: 16px;
		padding: 0 30px;
	}

	.gyjm_section5 .content .ul {
		margin: -6px;
		width: calc(100% + 12px);
		width: -ms-calc(100% + 12px);
		width: -o-calc(100% + 12px);
		width: -moz-calc(100% + 12px);
		width: -webkit-calc(100% + 12px);
	}

	.gyjm_section5 .content .ul .li {
		padding: 6px;
		width: 33.333%;
	}
}

.gyjm_section6 {
	width: 100%;
	padding-bottom: 80px;
	position: relative;
	z-index: 2;
	float: left;
}

.gyjm_section6 .content {
	width: 100%;
	background-color: #fff;
	margin-top: -204px;
	box-shadow: 0 0 20px rgba(195, 195, 195, 0.22);
	overflow: hidden;
	padding: 82px 66px 82px 114px;
}

.gyjm_section6 .content .left {
	width: 47.41%;
	float: left;
	padding-right: 30px;
}

.gyjm_section6 .content .left h2 {
	font-size: 36px;
	color: #333333;
	line-height: 40px;
	margin-bottom: 16px;
}

.gyjm_section6 .content .left .tit2 {
	width: 100%;
	margin-bottom: 94px;
}

.gyjm_section6 .content .left .tit2 img {
	max-width: 100%;
	display: block;
}

.gyjm_section6 .content .left .listbox {
	width: 100%;
}

.gyjm_section6 .content .left .listbox .list {
	width: 100%;
	font-size: 0;
	margin-bottom: 40px;
}

.gyjm_section6 .content .left .listbox .list:last-child {
	margin-bottom: 0;
}

.gyjm_section6 .content .left .listbox .list .ico {
	width: 34px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 26px;
}

.gyjm_section6 .content .left .listbox .list .words {
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 62px);
	width: -ms-calc(100% - 62px);
	width: -o-calc(100% - 62px);
	width: -moz-calc(100% - 62px);
	width: -webkit-calc(100% - 62px);
}

.gyjm_section6 .content .right {
	width: 52.59%;
	float: right;
	height: 430px;
	overflow: hidden;
	border-radius: 10px;
}

.gyjm_section6 .content .right ._mapbox {
	height: 100% !important;
}

@media screen and (max-width:1600px) {
	.gyjm_section6 {
		padding-bottom: 60px;
	}

	.gyjm_section6 .content {
		margin-top: -100px;
		padding: 60px;
	}

	.gyjm_section6 .content .left {
		width: 48%;
		padding-right: 20px;
	}

	.gyjm_section6 .content .left h2 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 12px;
	}

	.gyjm_section6 .content .left .tit2 {
		margin-bottom: 30px;
	}

	.gyjm_section6 .content .left .listbox .list {
		margin-bottom: 20px;
	}

	.gyjm_section6 .content .left .listbox .list .ico {
		width: 30px;
		height: 30px;
		margin-right: 12px;
	}

	.gyjm_section6 .content .left .listbox .list .words {
		font-size: 16px;
		line-height: 22px;
		width: calc(100% - 44px);
		width: -ms-calc(100% - 44px);
		width: -o-calc(100% - 44px);
		width: -moz-calc(100% - 44px);
		width: -webkit-calc(100% - 44px);
	}

	.gyjm_section6 .content .right {
		width: 52%;
		height: 260px;
	}
}

@media screen and (max-width:1280px) {
	.gyjm_section6 {
		padding-bottom: 40px;
	}

	.gyjm_section6 .content {
		margin-top: -60px;
		padding: 40px;
	}

	.gyjm_section6 .content .left {
		padding-right: 20px;
	}

	.gyjm_section6 .content .left h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.gyjm_section6 .content .left .tit2 {
		margin-bottom: 16px;
	}

	.gyjm_section6 .content .left .listbox .list {
		margin-bottom: 12px;
	}

	.gyjm_section6 .content .left .listbox .list .ico {
		width: 26px;
		height: 26px;
		margin-right: 8px;
	}

	.gyjm_section6 .content .left .listbox .list .words {
		font-size: 14px;
		line-height: 20px;
		width: calc(100% - 36px);
		width: -ms-calc(100% - 36px);
		width: -o-calc(100% - 36px);
		width: -moz-calc(100% - 36px);
		width: -webkit-calc(100% - 36px);
	}

	.gyjm_section6 .content .right {
		height: 220px;
	}
}

@media screen and (max-width:1024px) {
	.gyjm_section6 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.gyjm_section6 .content {
		margin-top: 0;
		padding: 14px;
	}

	.gyjm_section6 .content .left {
		width: 100%;
		padding-right: 0px;
		padding-bottom: 20px;
	}

	.gyjm_section6 .content .left h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 12px;
	}

	.gyjm_section6 .content .left .tit2 {
		margin-bottom: 14px;
	}

	.gyjm_section6 .content .left .listbox .list {
		margin-bottom: 12px;
	}

	.gyjm_section6 .content .left .listbox .list .ico {
		width: 26px;
		height: 26px;
		margin-right: 10px;
	}

	.gyjm_section6 .content .left .listbox .list .words {
		font-size: 14px;
		line-height: 20px;
		width: calc(100% - 38px);
		width: -ms-calc(100% - 38px);
		width: -o-calc(100% - 38px);
		width: -moz-calc(100% - 38px);
		width: -webkit-calc(100% - 38px);
	}

	.gyjm_section6 .content .right {
		width: 100%;
		height: 160px;
	}
}

/*捷码产品 产品定价*/
.cpdj_section1 {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 60px;
	float: left;
}

.cpdj_section1 .content {
	width: 100%;
}

.cpdj_section1 .content::after {
	content: "";
	display: block;
	clear: both;
}

.cpdj_section1 .content .l1 {
	width: 29.65%;
	float: left;
}

.cpdj_section1 .content .l1 .top {
	width: 100%;
	background-color: #3485ee;
	border-radius: 10px 0 0 0;
	font-size: 24px;
	color: #ffffff;
	line-height: 64px;
	padding: 0 10px 0 130px;
	position: relative;
	margin-bottom: 4px;
}

.cpdj_section1 .content .l1 .top::after {
	content: "";
	display: block;
	width: 2px;
	height: 27px;
	background: url(../_im_g/zimg121.png)no-repeat center center;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.cpdj_section1 .content .l1 .bottom {
	width: 100%;
}

.cpdj_section1 .content .l1 .center .list {
	font-size: 18px;
	color: #666666;
	line-height: 64px;
	margin-bottom: 4px;
	background-color: #f4f4f4;
	padding: 0 10px 0 130px;
}

.cpdj_section1 .content .l1 .center .list:last-child {
	margin-bottom: 0;
}

.cpdj_section1 .content .l2 {
	float: left;
	width: 23.45%;
	position: relative;
	z-index: 2;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.cpdj_section1 .content .l2 .top {
	width: 100%;
	font-size: 0;
	padding: 0 10px;
	background-color: #3485ee;
	margin-bottom: 4px;
	text-align: center;
}

.cpdj_section1 .content .l2.l3 .top {
	border-radius: 0 10px 0 0;
}

.cpdj_section1 .content .l2 .top .ico {
	width: 34px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 14px;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.cpdj_section1 .content .l2 .top .words {
	font-size: 24px;
	color: #ffffff;
	line-height: 64px;
	display: inline-block;
	vertical-align: middle;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.cpdj_section1 .content .l2 .center {
	width: 100%;
}

.cpdj_section1 .content .l2 .center .list {
	margin-bottom: 4px;
	background-color: #f4f4f4;
}

.cpdj_section1 .content .l2 .center .list .words {
	font-size: 18px;
	color: #3485ee;
	line-height: 64px;
	text-align: center;
}

.cpdj_section1 .content .l2 .center .list .pic {
	width: 100%;
	padding: 20px 0;
}

.cpdj_section1 .content .l2 .center .list img {
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}

.cpdj_section1 .content .l2 .center .list:last-child {
	margin-bottom: 0;
}

.cpdj_section1 .content li .lists {
	background-color: #f1f6fc !important;
}

.cpdj_section1 .content .l2 .bottom {
	width: 100%;
}

.cpdj_section1 .content .l2 .bottom .words,
.cpdj_section1 .content .l1 .bottom .words {
	font-size: 24px;
	color: #3485ee;
	line-height: 28px;
	text-align: center;
	padding: 68px 10px 104px 10px;
}

.cpdj_section1 .content .l2 .bottom .bottoms {
	padding: 42px 10px 45px 10px;
}

.cpdj_section1 .content .l2 .bottom .words1 {
	font-size: 30px;
	color: #d74730;
	line-height: 34px;
	margin-bottom: 24px;
	text-align: center;
}

.cpdj_section1 .content .l2 .bottom .words1 span {
	font-size: 18px;
}

.cpdj_section1 .content .l2 .bottom button {
	width: 216px;
	height: 50px;
	display: block;
	font-size: 18px;
	color: #ffffff;
	background-color: #3485ee;
	border-radius: 4px;
	margin: 0 auto;
}

.cpdj_section1 .content .l2:hover {
	box-shadow: 0 0 20px rgba(52, 133, 238, 0.4);
	z-index: 3;
	border-radius: 10px;
	overflow: hidden;
	margin-top: -52px;
}

.cpdj_section1 .content .l2:hover .top .ico {
	width: 50px;
	height: 50px;
	margin-right: 30px;
}

.cpdj_section1 .content .l2:hover .top .words {
	font-size: 36px;
	line-height: 116px;
}

/*私有化*/
.cpdj_section1.bg2 {
	padding-top: 0;
	padding-bottom: 60px;
}

.cpdj_section1.bg2 .content .l1,
.cpdj_section1.bg2 .content .l2 {
	width: 33.33333%;
}

.cpdj_section1.bg2 h3.w100 {
	width: 100%;
	font-size: 20px;
	line-height: 46px;
	background-color: #3485ee;
	color: #fff;
	border-radius: 10px 10px 0 0;
	text-align: center;
}

.cpdj_section1.bg2 .zixun {
	padding: 15px 0;
	text-align: center;
}

.cpdj_section1.bg2 .zixun a {
	display: inline-block;
	width: 140px;
	line-height: 32px;
	font-size: 16px;
	color: #ffffff;
	background-color: #3485ee;
	border-radius: 4px;
}

.cpdj_section1.bg2 .content .l2:hover {
	margin-top: -0px;
}

.cpdj_section1.bg2 .txt {
	padding: 15px 2%;
	font-size: 16px;
	margin-top: 2px;
	background-color: #f4f4f4;
	color: #999;
}

@media screen and (max-width:1600px) {
	.cpdj_section1 {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.cpdj_section1.bg2 {}

	.cpdj_section1 .content .l1 {
		width: 28%;
	}

	.cpdj_section1 .content .l1 .top {
		font-size: 18px;
		line-height: 46px;
		padding: 0 6px 0 40px;
		margin-bottom: 3px;
	}

	.cpdj_section1 .content .l1 .center .list {
		font-size: 16px;
		line-height: 46px;
		margin-bottom: 3px;
		padding: 0 6px 0 40px;
	}

	.cpdj_section1 .content .l2 {
		width: 24%;
	}

	.cpdj_section1 .content .l2 .top {
		margin-bottom: 3px;
	}

	.cpdj_section1 .content .l2 .top .ico {
		width: 30px;
		height: 30px;
		margin-right: 8px;
	}

	.cpdj_section1 .content .l2 .top .words {
		font-size: 18px;
		line-height: 46px;
	}

	.cpdj_section1 .content .l2 .center .list {
		margin-bottom: 3px;
	}

	.cpdj_section1 .content .l2 .center .list .words {
		font-size: 16px;
		line-height: 46px;
	}

	.cpdj_section1 .content .l2 .center .list .pic {
		padding: 14px 0;
	}

	.cpdj_section1 .content .l2 .center .list img {
		width: 18px;
		height: 18px;
	}

	.cpdj_section1 .content .l2 .bottom .words,
	.cpdj_section1 .content .l1 .bottom .words {
		font-size: 18px;
		line-height: 24px;
		padding: 38px 10px;
	}

	.cpdj_section1 .content .l2 .bottom .bottoms {
		padding: 16px 10px;
	}

	.cpdj_section1 .content .l2 .bottom .words1 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 12px;
	}

	.cpdj_section1 .content .l2 .bottom .words1 span {
		font-size: 16px;
	}

	.cpdj_section1 .content .l2 .bottom button {
		width: 140px;
		height: 32px;
		font-size: 16px;
	}

	.cpdj_section1 .content .l2:hover {
		margin-top: -20px;
	}

	.cpdj_section1 .content .l2:hover .top .ico {
		width: 40px;
		height: 40px;
		margin-right: 16px;
	}

	.cpdj_section1 .content .l2:hover .top .words {
		font-size: 20px;
		line-height: 66px;
	}
}

@media screen and (max-width:1280px) {
	.cpdj_section1.bg2 h3.w100 {
		font-size: 16px;
		line-height: 36px;
	}

	.cpdj_section1.bg2 .txt {
		font-size: 14px;
	}

	.cpdj_section1 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.cpdj_section1 .content .l1 .top {
		font-size: 16px;
		line-height: 36px;
		padding: 0 6px 0 20px;
		margin-bottom: 2px;
	}

	.cpdj_section1 .content .l1 .center .list {
		font-size: 14px;
		line-height: 30px;
		margin-bottom: 2px;
		padding: 0 6px 0 20px;
	}

	.cpdj_section1 .content .l2 .top {
		margin-bottom: 2px;
	}

	.cpdj_section1 .content .l2 .top .ico {
		width: 26px;
		height: 26px;
		margin-right: 6px;
	}

	.cpdj_section1 .content .l2 .top .words {
		font-size: 16px;
		line-height: 36px;
	}

	.cpdj_section1 .content .l2 .center .list {
		margin-bottom: 2px;
	}

	.cpdj_section1 .content .l2 .center .list .words {
		font-size: 12px;
		line-height: 30px;
	}

	.cpdj_section1 .content .l2 .center .list .pic {
		padding: 7px 0;
	}

	.cpdj_section1 .content .l2 .center .list img {
		width: 16px;
		height: 16px;
	}

	.cpdj_section1 .content .l2 .bottom .words,
	.cpdj_section1 .content .l1 .bottom .words {
		font-size: 16px;
		line-height: 20px;
		padding: 30px 10px;
	}

	.cpdj_section1 .content .l2 .bottom .bottoms {
		padding: 10px 10px;
	}

	.cpdj_section1 .content .l2 .bottom .words1 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 9px;
	}

	.cpdj_section1 .content .l2 .bottom .words1 span {
		font-size: 12px;
	}

	.cpdj_section1 .content .l2 .bottom button {
		width: 120px;
		height: 30px;
		font-size: 14px;
	}

	.cpdj_section1 .content .l2:hover {
		margin-top: -10px;
	}

	.cpdj_section1 .content .l2:hover .top .ico {
		width: 34px;
		height: 34px;
		margin-right: 10px;
	}

	.cpdj_section1 .content .l2:hover .top .words {
		font-size: 18px;
		line-height: 46px;
	}
}

@media screen and (max-width:1024px) {
	.cpdj_section1.bg2 .txt {
		font-size: 12px;
	}

	.cpdj_section1 .content {
		white-space: nowrap;
		overflow: hidden;
		overflow-x: auto;
		scrollbar-width: thin;
		max-width: 100%;
	}

	.cpdj_section1 .content::-webkit-scrollbar {
		height: 3px;
	}

	.cpdj_section1 .content::-webkit-scrollbar-track {
		background-color: #e5e5e5;
		border-radius: 3px;
	}

	.cpdj_section1 .content::-webkit-scrollbar-thumb {
		height: 3px;
		background-color: #3485ee;
		border-radius: 3px;
	}

	.cpdj_section1 .content ul {
		overflow: hidden;
		overflow-y: auto;
		scrollbar-width: thin;
		max-height: 360px;
		min-width: 600px;
	}

	.cpdj_section1 .content ul::-webkit-scrollbar {
		width: 3px;
	}

	.cpdj_section1 .content ul::-webkit-scrollbar-track {
		background-color: #e5e5e5;
		border-radius: 3px;
	}

	.cpdj_section1 .content ul::-webkit-scrollbar-thumb {
		width: 3px;
		background-color: #1878f3;
		border-radius: 3px;
	}

	.cpdj_section1 .content .l2:hover {
		margin-top: 0;
	}

	.cpdj_section1 .content .l2:hover .top .ico {
		width: 26px;
		height: 26px;
		margin-right: 6px;
	}

	.cpdj_section1 .content .l2:hover .top .words {
		font-size: 16px;
		line-height: 36px;
	}
}

.cpdj_section2 {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
	float: left;
}

.cpdj_section2 h2 {
	font-size: 36px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	margin-bottom: 38px;
}

.cpdj_section2 h3 {
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
	margin-bottom: 76px;
}

.cpdj_section2 .content {
	width: 100%;
	padding: 0 65px;
}

.cpdj_section2 .content .ul {
	margin: 0 -80px;
	width: calc(100% + 160px);
	width: -ms-calc(100% + 160px);
	width: -o-calc(100% + 160px);
	width: -moz-calc(100% + 160px);
	width: -webkit-calc(100% + 160px);
}

.cpdj_section2 .content .ul::after {
	content: "";
	display: block;
	clear: both;
}

.cpdj_section2 .content .ul .li {
	width: 33.333%;
	float: left;
	padding: 0 80px;
}

.cpdj_section2 .content .ul .li .libox {
	width: 100%;
	background-color: #ffffff;
	padding: 70px 10px 50px 10px;
	box-shadow: 0 0 20px rgba(220, 220, 220, 0.4);
}

.cpdj_section2 .content .ul .li .libox .ico {
	width: 70px;
	height: 70px;
	margin: 0 auto 36px auto;
}

.cpdj_section2 .content .ul .li .libox .tit {
	font-size: 24px;
	color: #333333;
	line-height: 28px;
	text-align: center;
	margin-bottom: 20px;
}

.cpdj_section2 .content .ul .li .libox .border {
	width: 37px;
	height: 2px;
	background-color: #3485ee;
	margin: 0 auto 40px auto;
}

.cpdj_section2 .content .ul .li .libox .listbox {
	width: 100%;
	min-height: 204px;
}

.cpdj_section2 .content .ul .li .libox .listbox .list {
	width: 100%;
	margin-bottom: 26px;
	font-size: 0;
	text-align: center;
}

.cpdj_section2 .content .ul .li .libox .listbox .list:last-child {
	margin-bottom: 0;
}

.cpdj_section2 .content .ul .li .libox .listbox .list .dian {
	width: 6px;
	height: 6px;
	background: url(../_im_g/zimg109.png)no-repeat center center;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
}

.cpdj_section2 .content .ul .li .libox .listbox .list .words {
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 16px;
}

.cpdj_section2 .content .more {
	width: 100%;
	margin-top: 80px;
}

.cpdj_section2 .content .more a {
	display: block;
	margin: 0 auto;
	width: 216px;
	line-height: 50px;
	text-align: center;
	background-color: #3485ee;
	border-radius: 4px;
	font-size: 18px;
	color: #ffffff;
}

.cpdj_section2 .content .more a:hover {
	opacity: 0.6;
}

@media screen and (max-width:1600px) {
	.cpdj_section2 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.cpdj_section2 h2 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 16px;
	}

	.cpdj_section2 h3 {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 30px;
	}

	.cpdj_section2 .content {
		padding: 0;
	}

	.cpdj_section2 .content .ul {
		margin: 0 -40px;
		width: calc(100% + 80px);
		width: -ms-calc(100% + 80px);
		width: -o-calc(100% + 80px);
		width: -moz-calc(100% + 80px);
		width: -webkit-calc(100% + 80px);
	}

	.cpdj_section2 .content .ul .li {
		padding: 0 40px;
	}

	.cpdj_section2 .content .ul .li .libox {
		padding: 20px 10px;
	}

	.cpdj_section2 .content .ul .li .libox .ico {
		width: 40px;
		height: 40px;
		margin: 0 auto 20px auto;
	}

	.cpdj_section2 .content .ul .li .libox .tit {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 16px;
	}

	.cpdj_section2 .content .ul .li .libox .border {
		width: 30px;
		margin: 0 auto 20px auto;
	}

	.cpdj_section2 .content .ul .li .libox .listbox {
		min-height: 154px;
	}

	.cpdj_section2 .content .ul .li .libox .listbox .list {
		margin-bottom: 16px;
	}

	.cpdj_section2 .content .ul .li .libox .listbox .list .words {
		font-size: 14px;
		line-height: 18px;
		padding-left: 12px;
	}

	.cpdj_section2 .content .more {
		margin-top: 30px;
	}

	.cpdj_section2 .content .more a {
		width: 160px;
		line-height: 36px;
		font-size: 16px;
	}
}

@media screen and (max-width:1280px) {
	.cpdj_section2 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.cpdj_section2 h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 12px;
	}

	.cpdj_section2 h3 {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 16px;
	}

	.cpdj_section2 .content .ul {
		margin: 0 -20px;
		width: calc(100% + 40px);
		width: -ms-calc(100% + 40px);
		width: -o-calc(100% + 40px);
		width: -moz-calc(100% + 40px);
		width: -webkit-calc(100% + 40px);
	}

	.cpdj_section2 .content .ul .li {
		padding: 0 20px;
	}

	.cpdj_section2 .content .ul .li .libox {
		padding: 16px;
	}

	.cpdj_section2 .content .ul .li .libox .ico {
		width: 34px;
		height: 34px;
		margin: 0 auto 16px auto;
	}

	.cpdj_section2 .content .ul .li .libox .tit {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 12px;
	}

	.cpdj_section2 .content .ul .li .libox .border {
		width: 26px;
		margin: 0 auto 14px auto;
	}

	.cpdj_section2 .content .ul .li .libox .listbox {
		min-height: 146px;
	}

	.cpdj_section2 .content .ul .li .libox .listbox .list {
		margin-bottom: 14px;
	}

	.cpdj_section2 .content .ul .li .libox .listbox .list .words {
		font-size: 12px;
		padding-left: 10px;
	}

	.cpdj_section2 .content .more {
		margin-top: 20px;
	}

	.cpdj_section2 .content .more a {
		width: 120px;
		line-height: 30px;
		font-size: 12px;
	}
}

@media screen and (max-width:1024px) {
	.cpdj_section2 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.cpdj_section2 h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 12px;
	}

	.cpdj_section2 h3 {
		font-size: 14px;
		margin-bottom: 16px;
	}

	.cpdj_section2 .content .ul {
		margin: -6px 0;
		width: 100%;
		box-shadow: 0 0 20px rgba(220, 220, 220, 0.4);
		margin-bottom: 46px;
	}

	.cpdj_section2 .content .ul .slick-dots {
		position: absolute;
		bottom: -30px;
		height: 8px;
		text-align: center;
	}

	.cpdj_section2 .content .ul .slick-dots li {
		vertical-align: top;
		width: 8px;
		height: 8px;
		border-radius: 100%;
		margin: 0 4px;
		background: #dddddd;
	}

	.cpdj_section2 .content .ul .slick-dots li.slick-active {
		background: #3485ee;
	}

	.cpdj_section2 .content .ul .li {
		width: 100%;
		padding: 6px 0;
	}

	.cpdj_section2 .content .ul .li .libox {
		padding: 20px 10px;
		box-shadow: 0 0 0 rgba(220, 220, 220, 0);
	}

	.cpdj_section2 .content .ul .li .libox .ico {
		width: 40px;
		height: 40px;
		margin: 0 auto 12px auto;
	}

	.cpdj_section2 .content .ul .li .libox .tit {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 12px;
	}

	.cpdj_section2 .content .ul .li .libox .border {
		width: 30px;
		margin: 0 auto 14px auto;
	}

	.cpdj_section2 .content .ul .li .libox .listbox {
		min-height: 148px;
	}

	.cpdj_section2 .content .ul .li .libox .listbox .list {
		margin-bottom: 12px;
	}

	.cpdj_section2 .content .ul .li .libox .listbox .list .words {
		font-size: 14px;
		line-height: 20px;
		padding-left: 10px;
	}

	.cpdj_section2 .content .more {
		margin-top: 0;
	}

	.cpdj_section2 .content .more a {
		width: 120px;
		line-height: 32px;
		font-size: 14px;
	}
}

.cpdj_section3 {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
	float: left;
	background-color: #f5f5f5;
}

.cpdj_section3 h2 {
	font-size: 36px;
	color: #333333;
	line-height: 40px;
	text-align: center;
	margin-bottom: 38px;
}

.cpdj_section3 h3 {
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	text-align: center;
	margin-bottom: 78px;
}

.cpdj_section3 .content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.cpdj_section3 .content::after {
	content: "";
	display: block;
	clear: both;
}

.cpdj_section3 .content .left {
	width: 20.81%;
	float: left;
	height: 566px;
	border-radius: 8px;
	overflow: hidden;
	padding: 70px 10px 0 10px;
}

.cpdj_section3 .content .left .logo {
	margin-bottom: 118px;
	text-align: center;
}

.cpdj_section3 .content .left .logo img {
	display: inline-block;
	max-width: 100%
}

.cpdj_section3 .content .left .tit1 {
	font-size: 24px;
	color: #ffffff;
	line-height: 28px;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
}

.cpdj_section3 .content .left .tit2 {
	font-size: 18px;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
}

.cpdj_section3 .content .right {
	width: 79.19%;
	float: right;
	padding-left: 26px;
}

.cpdj_section3 .content .right .ul {
	margin: 0 -13px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: calc(100% + 26px);
	width: -ms-calc(100% + 26px);
	width: -o-calc(100% + 26px);
	width: -moz-calc(100% + 26px);
	width: -webkit-calc(100% + 26px);
}

.cpdj_section3 .content .right .ul::after {
	content: "";
	display: block;
	clear: both;
}

.cpdj_section3 .content .right .ul .li {
	width: 33.3333%;
	float: left;
	padding: 0 13px;
}

.cpdj_section3 .content .right .ul .li a {
	display: block;
	width: 100%;
	height: 566px;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0);
	padding: 54px 32px 0 32px;
}

.cpdj_section3 .content .right .ul .li a:hover {
	border-color: #3485ee;
	box-shadow: 0 0 20px rgba(52, 133, 238, 0.2);
}

.cpdj_section3 .content .right .ul .li a .icos {
	width: 153px;
	height: 153px;
	margin: 0 auto 40px auto;
}

.cpdj_section3 .content .right .ul .li a .tit {
	font-size: 24px;
	color: #333333;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 24px;
}

.cpdj_section3 .content .right .ul .li a .info {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-align: center;
	margin-bottom: 30px;
}

.cpdj_section3 .content .right .ul .li a .border {
	width: 100%;
	height: 1px;
	background-color: #c2dafa;
	margin-bottom: 34px;
}

.cpdj_section3 .content .right .ul .li a .listbox {
	overflow: hidden;
	padding: 0 10px;
}

.cpdj_section3 .content .right .ul .li a .listbox .list {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 0;
	margin: 5px 0;
}

.cpdj_section3 .content .right .ul .li a .listbox .list .ico {
	width: 6px;
	height: 6px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.cpdj_section3 .content .right .ul .li a .listbox .list .words {
	max-width: 160px;
	width: 100%;
	text-align: left;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	width: -moz-calc(100% - 16px);
	width: -o-calc(100% - 16px);
	width: -webkit-calc(100% - 16px);
	width: calc(100% - 16px);
}

/*.cpdj_section3 .content .right .ul .li.l1 a .listbox .list:nth-child(1){margin-right: 46px;margin-bottom: 14px;}*/
/*.cpdj_section3 .content .right .ul .li.l1 a .listbox .list:nth-child(2){margin-bottom: 14px;}*/
/*.cpdj_section3 .content .right .ul .li.l1 a .listbox .list:nth-child(3){margin-right: 46px;}*/
/*.cpdj_section3 .content .right .ul .li.l2 a .listbox .list:nth-child(1){margin-right: 26px;margin-bottom: 14px;}*/
/*.cpdj_section3 .content .right .ul .li.l2 a .listbox .list:nth-child(2){margin-bottom: 14px;}*/
/*.cpdj_section3 .content .right .ul .li.l2 a .listbox .list:nth-child(3){margin-right: 26px;}*/
/*.cpdj_section3 .content .right .ul .li.l3 a .listbox .list:nth-child(1){margin-right: 40px;margin-bottom: 14px;}*/
/*.cpdj_section3 .content .right .ul .li.l3 a .listbox .list:nth-child(2){margin-right: 125px;margin-bottom: 14px;}*/
/*.cpdj_section3 .content .right .ul .li.l3 a .listbox .list:nth-child(3){margin-right: 40px;}*/
@media screen and (max-width:1600px) {
	.cpdj_section3 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.cpdj_section3 h2 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 16px;
	}

	.cpdj_section3 h3 {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 30px;
	}

	.cpdj_section3 .content .left {
		width: 21%;
		height: 430px;
		padding: 60px 10px 0 10px;
	}

	.cpdj_section3 .content .left .logo {
		margin-bottom: 60px;
	}

	.cpdj_section3 .content .left .tit1 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 16px;
	}

	.cpdj_section3 .content .left .tit2 {
		font-size: 14px;
		line-height: 22px;
	}

	.cpdj_section3 .content .right {
		width: 79%;
		float: right;
		padding-left: 16px;
	}

	.cpdj_section3 .content .right .ul {
		margin: 0 -8px;
		width: calc(100% + 16px);
		width: -ms-calc(100% + 16px);
		width: -o-calc(100% + 16px);
		width: -moz-calc(100% + 16px);
		width: -webkit-calc(100% + 16px);
	}

	.cpdj_section3 .content .right .ul .li {
		padding: 0 8px;
	}

	.cpdj_section3 .content .right .ul .li a {
		height: 430px;
		padding: 50px 16px 0 16px;
	}

	.cpdj_section3 .content .right .ul .li a .icos {
		width: 100px;
		height: 100px;
		margin: 0 auto 20px auto;
	}

	.cpdj_section3 .content .right .ul .li a .tit {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 16px;
	}

	.cpdj_section3 .content .right .ul .li a .info {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.cpdj_section3 .content .right .ul .li a .border {
		margin-bottom: 20px;
	}

	.cpdj_section3 .content .right .ul .li a .listbox {
		padding: 0 8px;
	}

	.cpdj_section3 .content .right .ul .li a .listbox .list {}

	.cpdj_section3 .content .right .ul .li a .listbox .list .ico {
		margin-right: 6px;
	}

	.cpdj_section3 .content .right .ul .li a .listbox .list .words {
		font-size: 14px;
	}

	/*.cpdj_section3 .content .right .ul .li.l1 a .listbox .list:nth-child(1){margin-right: 30px;margin-bottom: 10px;}*/
	/*.cpdj_section3 .content .right .ul .li.l1 a .listbox .list:nth-child(2){margin-bottom: 10px;}*/
	/*.cpdj_section3 .content .right .ul .li.l1 a .listbox .list:nth-child(3){margin-right: 30px;}*/
	/*.cpdj_section3 .content .right .ul .li.l2 a .listbox .list:nth-child(1){margin-right: 20px;margin-bottom: 10px;}*/
	/*.cpdj_section3 .content .right .ul .li.l2 a .listbox .list:nth-child(2){margin-bottom: 10px;}*/
	/*.cpdj_section3 .content .right .ul .li.l2 a .listbox .list:nth-child(3){margin-right: 20px;}*/
	/*.cpdj_section3 .content .right .ul .li.l3 a .listbox .list:nth-child(1){margin-right: 40px;margin-bottom: 10px;}*/
	/*.cpdj_section3 .content .right .ul .li.l3 a .listbox .list:nth-child(2){margin-right: 60px;margin-bottom: 10px;}*/
	/*.cpdj_section3 .content .right .ul .li.l3 a .listbox .list:nth-child(3){margin-right: 40px;}*/
}

@media screen and (max-width:1280px) {
	.cpdj_section3 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.cpdj_section3 h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 12px;
	}

	.cpdj_section3 h3 {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 20px;
	}

	.cpdj_section3 .content .left {
		height: 370px;
		padding: 40px 10px 0 10px;
	}

	.cpdj_section3 .content .left .logo {
		margin-bottom: 80px;
	}

	.cpdj_section3 .content .left .logo img {
		height: 40px;
	}

	.cpdj_section3 .content .left .tit1 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 16px;
	}

	.cpdj_section3 .content .left .tit2 {
		font-size: 14px;
		line-height: 22px;
	}

	.cpdj_section3 .content .right {
		padding-left: 12px;
	}

	.cpdj_section3 .content .right .ul {
		margin: 0 -6px;
		width: calc(100% + 12px);
		width: -ms-calc(100% + 12px);
		width: -o-calc(100% + 12px);
		width: -moz-calc(100% + 12px);
		width: -webkit-calc(100% + 12px);
	}

	.cpdj_section3 .content .right .ul .li {
		padding: 0 6px;
	}

	.cpdj_section3 .content .right .ul .li a {
		height: 370px;
		padding: 30px 12px 0 12px;
	}

	.cpdj_section3 .content .right .ul .li a .icos {
		width: 80px;
		height: 80px;
		margin: 0 auto 20px auto;
	}

	.cpdj_section3 .content .right .ul .li a .tit {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 12px;
	}

	.cpdj_section3 .content .right .ul .li a .info {
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 16px;
	}

	.cpdj_section3 .content .right .ul .li a .border {
		margin-bottom: 16px;
	}

	.cpdj_section3 .content .right .ul .li a .listbox {
		padding: 0 6px;
	}

	.cpdj_section3 .content .right .ul .li a .listbox .list .words {
		font-size: 12px;
	}

	/*.cpdj_section3 .content .right .ul .li.l1 a .listbox .list:nth-child(1){margin-right: 20px;margin-bottom: 8px;}*/
	/*.cpdj_section3 .content .right .ul .li.l1 a .listbox .list:nth-child(2){margin-bottom: 8px;}*/
	/*.cpdj_section3 .content .right .ul .li.l1 a .listbox .list:nth-child(3){margin-right: 20px;}*/
	/*.cpdj_section3 .content .right .ul .li.l2 a .listbox .list:nth-child(1){margin-right: 14px;margin-bottom: 8px;}*/
	/*.cpdj_section3 .content .right .ul .li.l2 a .listbox .list:nth-child(2){margin-bottom: 8px;}*/
	/*.cpdj_section3 .content .right .ul .li.l2 a .listbox .list:nth-child(3){margin-right: 14px;}*/
	/*.cpdj_section3 .content .right .ul .li.l3 a .listbox .list:nth-child(1){margin-right: 40px;margin-bottom: 8px;}*/
	/*.cpdj_section3 .content .right .ul .li.l3 a .listbox .list:nth-child(2){margin-right: 60px;margin-bottom: 8px;}*/
	/*.cpdj_section3 .content .right .ul .li.l3 a .listbox .list:nth-child(3){margin-right: 40px;}*/
}

@media screen and (max-width:1024px) {
	.cpdj_section3 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.cpdj_section3 h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 12px;
	}

	.cpdj_section3 h3 {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 16px;
	}

	.cpdj_section3 .content .left {
		width: 100%;
		height: auto;
		padding: 14px;
		margin-bottom: 14px;
	}

	.cpdj_section3 .content .left .logo {
		margin-bottom: 12px;
	}

	.cpdj_section3 .content .left .logo img {
		height: 50px;
	}

	.cpdj_section3 .content .left .tit1 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.cpdj_section3 .content .left .tit2 {
		font-size: 14px;
		line-height: 20px;
	}

	.cpdj_section3 .content .right {
		width: 100%;
		padding-left: 0;
	}

	.cpdj_section3 .content .right .ul {
		margin: 0 -6px;
		padding-bottom: 26px;
		width: calc(100% + 12px);
		width: -ms-calc(100% + 12px);
		width: -o-calc(100% + 12px);
		width: -moz-calc(100% + 12px);
		width: -webkit-calc(100% + 12px);
	}

	.cpdj_section3 .content .right .ul .slick-dots {
		position: absolute;
		bottom: 0;
		height: 8px;
		text-align: center;
	}

	.cpdj_section3 .content .right .ul .slick-dots li {
		vertical-align: top;
		width: 8px;
		height: 8px;
		border-radius: 100%;
		margin: 0 4px;
		background: #dddddd;
	}

	.cpdj_section3 .content .right .ul .slick-dots li.slick-active {
		background: #3485ee;
	}

	.cpdj_section3 .content .right .ul .li {
		padding: 0 6px;
	}

	.cpdj_section3 .content .right .ul .li a {
		height: 330px;
		padding: 26px 16px 0 16px;
	}

	.cpdj_section3 .content .right .ul .li a .icos {
		width: 100px;
		height: 100px;
		margin: 0 auto 20px auto;
	}

	.cpdj_section3 .content .right .ul .li a .tit {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 12px;
	}

	.cpdj_section3 .content .right .ul .li a .info {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 14px;
	}

	.cpdj_section3 .content .right .ul .li a .border {
		margin-bottom: 14px;
	}

	.cpdj_section3 .content .right .ul .li a .listbox {
		padding: 0 8px;
	}

	.cpdj_section3 .content .right .ul .li a .listbox .list .ico {
		margin-right: 6px;
	}

	.cpdj_section3 .content .right .ul .li a .listbox .list .words {
		font-size: 14px;
		line-height: 18px;
	}

	/*.cpdj_section3 .content .right .ul .li.l1 a .listbox .list:nth-child(1){margin-right: 30px;margin-bottom: 10px;}*/
	/*.cpdj_section3 .content .right .ul .li.l1 a .listbox .list:nth-child(2){margin-bottom: 10px;}*/
	/*.cpdj_section3 .content .right .ul .li.l1 a .listbox .list:nth-child(3){margin-right: 30px;}*/
	/*.cpdj_section3 .content .right .ul .li.l2 a .listbox .list:nth-child(1){margin-right: 20px;margin-bottom: 10px;}*/
	/*.cpdj_section3 .content .right .ul .li.l2 a .listbox .list:nth-child(2){margin-bottom: 10px;}*/
	/*.cpdj_section3 .content .right .ul .li.l2 a .listbox .list:nth-child(3){margin-right: 20px;}*/
	/*.cpdj_section3 .content .right .ul .li.l3 a .listbox .list:nth-child(1){margin-right: 30px;margin-bottom: 10px;}*/
	/*.cpdj_section3 .content .right .ul .li.l3 a .listbox .list:nth-child(2){margin-right: 70px;margin-bottom: 10px;}*/
	/*.cpdj_section3 .content .right .ul .li.l3 a .listbox .list:nth-child(3){margin-right: 30px;}*/
}


.bottom_float {
	z-index: 10;
	width: 100%;
	position: fixed;
	bottom: -184px;
	padding: 15px;
}

.bottom_float:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../_im_g/1.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.bottom_float .w_1600 {
	text-align: center;
}

.bottom_float.on {
	bottom: 0;
}

.bottom_float.on1 {
	bottom: -184px;
}

.bottom_float>div {
	position: relative;
}

.bottom_title {
	display: inline-block;
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8em;
	letter-spacing: 2px;
}

.bottom_btn {
	display: inline-block;
	text-align: center;
	margin-left: 4em;
}

.bottom_btn a {
	display: inline-block;
	width: 5em;
	background-color: #fff;
	line-height: 1.8em;
	color: #004bd2;
	font-size: 1.2em;
	border-radius: 5px;
}

.bottom_btn a:first-child {
	margin-right: 4em;
}

.bottom_btn a.erma {
	position: relative;
}

.bottom_code {
	display: none;
	position: absolute;
	bottom: 2.2em;
	left: -1.5em;
	width: 8em;
	height: 8em;
}

.bottom_close {
	position: absolute;
	right: 0;
	top: 0;
	color: #FFFFFF;
	font-size: 25px;
}
#newBridge {
	z-index: -999 !important;
	display: none !important;
}


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