/* 前端白明明 */

@font-face {
	font-family: 'din';

	src: url('../fonts/DIN-REGULAR-2.woff') format('woff'),
		url('../fonts/DIN-REGULAR-2.ttf') format('truetype'),
		url('../fonts/DIN-REGULAR-2.eot') format('embedded-opentype'),
		url('../fonts/DIN-REGULAR-2.svg') format('svg');

	font-weight: normal;

	font-style: normal;
}

.din {
	font-family: 'din';
}



*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
}

body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin: 0 auto;
	overflow-x: hidden;
	min-width: 1280px;
	position: relative;
	padding-top: 110px;
	width: 100%;
	color: #1f1f1f;
	font-family: '微软雅黑', Arial, Helvetica, sans-serif, Microsoft Yahei;
	font-size: 14px;
	line-height: 1;
	background: #fff;
}

html.act {
	overflow: hidden;
	width: 100%;
	height: 100vh;
}

ul,
ul li,
ol li,
tr td,
dl,
dd {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

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

.clearfix {
	*zoom: 1;
}

a {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	color: #1f1f1f;
}

textarea,
select {
	outline: none;
	color: #666;
	font-size: 14px;
	width: 100%;
}

img {
	border: none;
	display: block;
	max-width: 100%;
}

img[src=''] {
	opacity: 0;
}

.gdt::-webkit-scrollbar {
	width: 4px;
	height: 1px;
}

.gdt::-webkit-scrollbar-thumb {
	background: #000;
}

.gdt::-webkit-scrollbar-track {
	background: #ddd;
}

.f_12 {
	font-size: 12px;
}

.f_16 {
	font-size: 16px;
}

.f_18 {
	font-size: 18px;
}

.f_20 {
	font-size: 20px;
}

.f_22 {
	font-size: 22px;
}

.f_24 {
	font-size: 24px;
}

.f_26 {
	font-size: 26px;
}

.f_28 {
	font-size: 28px;
}

.f_30 {
	font-size: 30px;
}

.f_32 {
	font-size: 32px;
}

.f_34 {
	font-size: 34px;
}

.f_36 {
	font-size: 36px;
}

.f_38 {
	font-size: 38px;
}

.f_40 {
	font-size: 40px;
}

.f_48 {
	font-size: 48px;
}

.f100 {
	font-weight: 100;
}

/*分页*/

.BMap_mask,
.BMap_cpyCtrl,
.BMap_scaleTxt,
.BMap_scaleCtrl,
.BMap_omCtrl,
.anchorBL {
	display: none !important;
}

.a_dw {
	position: relative;
	top: -70px;
}

.tabList {
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 18px;
	background-color: #FCFCFC;
	border-bottom: 1px solid #F7F7F7;
}

.tabList .tabs {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.tabList .tabs span {
	padding: 20px 0;
}

.tabList .act_tabs {
	border-bottom: 2px solid #1971B8;
}

.box {
	max-width: 1710px;
	min-width: 1200px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	box-sizing: border-box;
}

.box2 {
	max-width: 1600px;
	min-width: 1200px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	box-sizing: border-box;
}

.pagination-btn {
	padding: 0.06rem 0.1rem;
	margin: 0 5px;
	border-radius: 50px;
	border: 1px solid #dddddd;
	cursor: pointer;
	color: #222222;
	display: inline-block;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 48px;
}

.pagination-wrap {
	position: relative;
	display: inline-block;
	padding-left: 0px;
	margin: 0;
}

.pagination-ellipsis {
	color: #999;
	position: relative;
	top: -5px;
	display: inline-block;
	padding: 0 0.12rem;
	margin-right: 4px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 48px;
}

.pagination-current {
	border: 1px solid #0069d1;
	background: #0069d1;
	color: #fff;
}

.pagination-disabled {
	cursor: not-allowed;
}

#pagination-next,
#pagination-prev {
	padding-right: 0.08rem;
	padding-left: 0.08rem;
}

.pagenum {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.pagination-btn:hover {
	background: #0069d1;
	border: 1px solid #0069d1;
	color: #fff;
}

#pagination-next,
#pagination-prev {
	margin: 0 15px;
}

#wrap1,
#wrap2 {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

#pagination-next {
	background: url(../images/jt_hui.png) no-repeat center;
	background-size: 18px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

#pagination-prev {
	background: url(../images/jt_hui.png) no-repeat center;
	background-size: 18px;
}

#pagination-next:hover {
	background: #393d40 url(../images/jt_bai.png) no-repeat center;
	border: 1px solid #393d40;
	background-size: 18px;
}

#pagination-prev:hover {
	background: #393d40 url(../images/jt_bai.png) no-repeat center;
	border: 1px solid #393d40;
	background-size: 18px;
}

.alltime,
.alltime * {
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.alltime2,
.alltime2 * {
	-webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.alltime3,
.alltime3 * {
	-webkit-transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}

.wow {
	opacity: 0;
}

.wow1 {
	opacity: 1;
}

.fbd {
	font-weight: bold;
}

/* 詳情添加東西 */
.tabList2 {
	display: flex;
	align-items: center;
	font-size: 15px;
	background-color: #FCFCFC;
	border-bottom: 1px solid #F7F7F7;
}

.tabList2 .tabs {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-right: 40px;
}

.tabList2 .tabs span {
	padding-bottom: 2px;
}

.datetimepicker.act table thead {
	opacity: 0 !important;
	pointer-events: none !important;
}


.tabList2 .act_tabs {
	border-bottom: 2px solid #1971B8;
	color: #1971B8 !important;
	font-weight: bold;
}

.tabList2 .act_tabs a {
	color: #1971B8 !important;
}

.ntop_box {
	margin: 25px 0;
	border-radius: 16px;
	border: 1px solid #EDEDED;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
}

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

.ntop .kong {
	display: flex;
	align-items: center;
	align-content: center;
	border-radius: 5px;
	overflow: hidden;
}

.ntop .a {
	display: block;
	margin: 0 10px;
}

.ntop .a2 {
	margin-left: 20px;
}

.ntop .ipt {
	position: relative;
	width: 100%;
	height: 50px;
	background: #fff;
	/* border: 1px solid #ddd; */
	padding: 0 10px 0 20px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	border-radius: 10px;
	background-color: #F5F5F5;
}

.ntop .kong:nth-child(3) .ipt {
	border-radius: 10px 0 0 10px;
}


.ntop .ipt input {
	display: block;
	width: 100%;
	height: 97%;
	outline: navajowhite;
	border: 0;
	cursor: pointer;
	background-color: #F5F5F5;



}

.kong {
	width: 23%;
	margin-right: 20px;
}

.kong:nth-child(3) input {
	cursor: auto;
}

.kong:nth-child(3) {
	margin-right: 0;
	width: 47%;
}

.ntop .search {
	width: 50px;
	height: 50px;
	background-color: #F5F5F5;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 0 5px 5px 0;
}

.ntop .search img {
	width: 20px;
	height: 20px;
}

.ntop .ipt s {
	display: block;
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 2;
	pointer-events: none;
}

.ntop .ss {
	width: 110px;
	line-height: 50px;
	background: #254E97;
	color: #fff;
	text-align: center;
	margin-left: 30px;
	cursor: pointer;
}

.ntop .ss:hover {
	background: #F29400;
}

.next .glyphicon {
	background: url('../images/ri_r.svg') center no-repeat;
	background-size: 14px;
	width: 100%;
	height: 100%;
}

.prev .glyphicon {
	background: url('../images/ri_l.svg') center no-repeat;
	background-size: 14px;
	width: 100%;
	height: 100%;
}

.pbox_detail .pbox_detail_list {
	border-radius: 12px;
	background-color: #FFFFFF;
	color: #222222;
	overflow: hidden;
	background-image: url('../images/bg_img.png');
	background-position: right bottom -28px;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 10px;
	border: 1px solid #E4E4E4;
	cursor: pointer;
}

.pbox_detail .pbox_detail_list:hover {
	background-color: #1971B8;
}

.pbox_detail .pbox_detail_list .pbox_detail_list_con:hover a {
	color: #ffffff !important;
}

.pbox_detail .pbox_detail_list .pbox_detail_list_con:hover {
	color: #ffffff !important;
}

.pbox_detail .pbox_detail_list .act {
	background-color: #1971B8;
	color: #ffffff !important;
}

.pbox_detail .pbox_detail_list .pbox_detail_list_top {
	width: 100%;
	height: 6px;
	background-color: #D5E7F4;
}

.pbox_detail .pbox_detail_list .pbox_detail_list_con {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 27px 20px;
}

.pbox_detail .pbox_detail_list .pbox_detail_list_con a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pbox_detail .pbox_detail_list .pbox_detail_list_con .left {
	font-size: 18px;
}

.pbox_detail .pbox_detail_list .pbox_detail_list_con .right {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}

.pbox_detail .pbox_detail_list .pbox_detail_list_con .right img {
	width: 15px;
	height: 15px;
	margin-right: 14px;
}

/* 詳情添加東西 */
/* 头部 */

.head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	background: #fff;
	height: 110px;
	border-bottom: 1px solid #ddd;
}

.head .logo {
	display: block;
	float: left;
	height: 60px;
	margin-top: 25px;
}

.head .logo img {
	height: 100%;
}

.head .logo img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	width: 121px;
	height: auto;
}

.head .hrt {
	float: right;
	position: relative;
}

.head .hrt .yy {
	position: absolute;
	width: 100px;
	height: 100%;
	right: 170px;
}

.head .hrt .yy .htop {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	height: 100%;
}

.head .hrt .yy .hbtm {
	position: fixed;
	width: 100%;
	left: 0;
	top: 110px;
	display: flex;
	justify-content: flex-end;
	padding-right: 30%;
	background: #fff;
	-moz-box-shadow: 0px 1px 2px #eee;
	-webkit-box-shadow: 0px 1px 2px #eee;
	box-shadow: 0px 1px 2px #eee;
	height: 0px;
	overflow: hidden;
}

.head .hrt .yy .hbtm a {
	display: block;
	margin: 0 25px;
	line-height: 60px;
	color: #666;
}

.head .hrt .yy:hover .hbtm {
	top: 100%;
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
}

.head .hrt .yy .hbtm a:hover {
	color: #005ed1;
}

/* 
.head .hrt .yy .hbtm{width: 100%;padding: 20px 0;background: #fff;text-align: center;line-height: 1.8;position: absolute;left: 0;top: 110%;opacity: 0;visibility: hidden;pointer-events: none;}

.head .hrt .yy .hbtm a{display: block;width: 100%;}

.head .hrt .yy:hover .hbtm{top: 100%;opacity: 1;visibility: visible;pointer-events: visible;}

.head .hrt .yy .hbtm a:hover{color: #005ed1;} */

/* .head .hrt .yy:hover{color: #005ed1;} */

.head .hrt .sigin {
	display: flex;
	float: right;
	width: 110px;
	height: 52px;
	border: 1px solid #878787;
	margin-top: 30px;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: relative;
	margin-left: 50px;
}

.head .hrt .sigin .ico {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/hd_1_1.png) center no-repeat;
	background-size: 16px;
	margin-right: 6px;
}

.head .hrt .sigin span {
	color: #000;
}

.head .hrt .sigin s {
	display: block;
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	z-index: -1;
	background-image: linear-gradient(0deg, #298beb, #2486e8 50%, #0069d1);
	background-image: -webkit-linear-gradient(0deg,
			#298beb,
			#2486e8 50%,
			#0069d1);
	background-image: -moz-linear-gradient(0deg, #298beb, #2486e8 50%, #0069d1);
}

.head .hrt .sigin:hover {
	border: 1px solid #2486e8;
}

.head .hrt .sigin:hover s {
	width: 100%;
	left: 0;
	right: auto;
}

.head .hrt .sigin:hover span {
	color: #fff;
}

.head .hrt .sigin:hover .ico {
	background: url(../images/hd_1_2.png) center no-repeat;
	background-size: 16px;
}

.head .hrt .sigin a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0);
	width: 100%;
	height: 100%;
}

.head .hrt .ul1 {
	display: block;
	float: left;
}

.head .hrt .ul1 li {
	float: left;
	margin: 0 30px;
}

.head .hrt .ul1 li .ltop {
	position: relative;
	line-height: 110px;
}

.head .hrt .ul1 li .ltop a {
	display: block;
}

.head .hrt .ul1 li .ltop s {
	position: absolute;
	width: 0%;
	height: 2px;
	background: #101010;
	left: 0;
	bottom: 0;
	z-index: 2;
}

.head .hrt .ul1 li .lbtm {
	position: fixed;
	width: 100%;
	left: 0;
	top: 110px;
	display: flex;
	justify-content: flex-end;
	padding-right: 30%;
	background: #fff;
	-moz-box-shadow: 0px 1px 2px #eee;
	-webkit-box-shadow: 0px 1px 2px #eee;
	box-shadow: 0px 1px 2px #eee;
	height: 0px;
	overflow: hidden;
}

.head .hrt .ul1 li .lbtm a {
	display: block;
	margin: 0 25px;
	line-height: 60px;
	color: #666;
}

.head .hrt .ul1 li:nth-child(5) .lbtm,
.head .hrt .ul1 li:nth-child(6) .lbtm,
.head .hrt .ul1 li:nth-child(7) .lbtm {
	padding-right: 15%;
}

.head .hrt .ul1 li .lbtm a:hover {
	color: #1971b8;
	font-weight: bold;
}

.head .hrt .ul1 li .ltop a:hover {
	color: #1971b8;
}

.head .hrt .ul1 li.act .ltop s,
.head .hrt .ul1 li:hover .ltop s {
	width: 100%;
}

.head .hrt .ul1 li:hover .lbtm {
	height: 60px;
}

.head.act {
	height: 80px;
}

.head.act .logo {
	margin-top: 10px;
}

.head.act .hrt .ul1 li .ltop a {
	line-height: 80px;
}

.head.act .hrt .ul1 li .lbtm {
	top: 80px;
}

.head.act .hrt .sigin {
	margin-top: 14px;
}

/* 首页 */

.i1 {
	position: relative;
}

.i1 .swiper1 {}

.i1 .swiper1 .swiper-slide {}

.i1 .swiper1 .swiper-slide .sbox {
	position: relative;
	overflow: hidden;
}

.i1 .swiper1 .swiper-slide .sbox::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
}

.i1 .swiper1 .swiper-slide .sbox img {
	display: block;
	width: 100%;
}

.i1 .swiper1 .swiper-slide .sbox video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	object-fit: cover;
}

.i1 .swiper1 .swiper-slide .sbox .mimg {
	display: none;
}

.i1 .swiper1 .swiper-slide .sbox .txt {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0px;
	z-index: 3;
	opacity: 0;
}

.i1 .swiper1 .swiper-slide .sbox .txt .img img {
	display: block;
	width: 100%;
}

.i1 .swiper1 .swiper-slide .sbox .txt .itt {
	font-size: 60px;
	color: #fff;
	line-height: 1.6;
}

.i1 .swiper1 .swiper-slide .sbox .txt .a {
	display: flex;
	color: #fff;
	margin-top: 50px;
	align-content: center;
	align-items: center;
}

.i1 .swiper1 .swiper-slide .sbox .txt .a .xian {
	display: block;
	width: 90px;
	height: 1px;
	background: #959596;
	overflow: hidden;
	margin-left: 30px;
	line-height: 18px;
}

.i1 .swiper1 .swiper-slide .sbox .txt .a .xian span {
	display: block;
	width: 0%;
	height: 100%;
	background: #3e444e;
}

.i1 .swiper1 .swiper-slide .sbox .txt .a:hover .xian span {
	width: 100%;
}

.i1 .swiper1 .swiper-slide-active .sbox .txt {
	bottom: 70px;
	opacity: 1;
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
}

.i1 .swiper1 .anx {
	position: absolute;
	right: 5.5%;
	width: 120px;
	display: flex;
	justify-content: space-between;
	bottom: 50px;
	z-index: 5;
	height: 50px;
	cursor: pointer;
}

.i1 .swiper1 .anx .btn {
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
	border-radius: 50%;
	z-index: 3;
}

.i1 .swiper1 .anx .btn::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #1971b8;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: scale(0.3);
	-webkit-transform: scale(0.3);
	opacity: 0;
	border-radius: 50%;
	pointer-events: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.i1 .swiper1 .anx .btn s {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/jt_bai.png) center no-repeat;
}

.i1 .swiper1 .anx .btn s:nth-child(2) {
	left: 50%;
	opacity: 0;
}

.i1 .swiper1 .anx .next1 {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.i1 .swiper1 .anx .btn:hover::after {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	opacity: 1;
}

.i1 .swiper1 .anx .btn:hover s {
	left: -50%;
	opacity: 0;
}

.i1 .swiper1 .anx .btn:hover s:nth-child(2) {
	left: 0;
	opacity: 1;
}

.i2 {
	padding: 90px 0 0;
}

.i2 .ibox {
	display: flex;
	justify-content: space-between;
}

.i2 .ibox .ilt {
	width: 50%;
	padding-top: 70px;
}

.i2 .ibox .ilt .itt1 {
	border-top: 2px solid #535353;
	padding: 15px 0 40px;
}

.i2 .ibox .ilt .itt2 {
	line-height: 1.6;
	margin-bottom: 50px;
}

.i2 .ibox .ilt .itt2 img {
	display: block;
	margin-bottom: 10px;
}

.i2 .ibox .ilt .itc {
	line-height: 32px;
	text-align: justify;
	height: 224px;
	overflow: auto;
	padding-right: 10px;
}

.i2 .ibox .irt {
	width: 38.4%;
	max-width: 655px;
	position: relative;
	overflow: hidden;
}

.i2 .ibox .irt img {
	display: block;
	width: 100%;
}

.i2 .ibox .irt .bf {
	position: absolute;
	width: 92px;
	height: 92px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 3;
	cursor: pointer;
}

.i2 .ibox .irt .bf span {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.4) url(../images/bf.png) center no-repeat;
	border-radius: 50%;
}

.i2 .ibox .irt .bf s {
	display: block;
	border-radius: 50%;
	width: 160px;
	height: 160px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	background: rgba(255, 255, 255, 0.4);
	opacity: 0;
	margin-top: -80px;
	margin-left: -80px;
}

.i2 .ibox .irt .bf:hover s {
	animation: pulsate 1.5s ease-out infinite;
	-webkit-animation: pulsate 1.5s ease-out infinite;
}

@keyframes pulsate {
	0% {
		transform: scale(0.1);
		-webkit-transform: scale(0.1);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@-webkit-keyframes pulsate {
	0% {
		transform: scale(0.1);
		-webkit-transform: scale(0.1);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

.i3 {
	padding-top: 50px;
	background: url(../images/in_3.png) center bottom no-repeat;
	background-size: cover;
}

.i3 .ibg {
	position: relative;
	margin-top: 10px;
}

.i3 .ibg .mr {
	display: block;
	width: 100%;
}

.i3 .ibg .xuxian {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}

.i3 .ibg .xuxian img {
	display: block;
	height: 100%;
	max-width: 1920px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.i3 .ibg .shixian {
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	overflow: hidden;
}

.i3 .ibg .shixian img {
	display: block;
	height: 100%;
	max-width: 1920px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.i3 .ibg .shixian.act0 {
	width: 0%;
}

.i3 .ibg .shixian.act1 {
	width: 26%;
}

.i3 .ibg .shixian.act2 {
	width: 49%;
}

.i3 .ibg .shixian.act3 {
	width: 71%;
}

.i3 .ibg .shixian.act4 {
	width: 100%;
}

.i3 .ibg .ul1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}

.i3 .ibg .ul1 li {
	position: absolute;
	width: 200px;
	top: 58%;
	left: -3%;
	z-index: 2;
	text-align: center;
}

.i3 .ibg .ul1 li:nth-child(2) {
	top: 42.5%;
	left: 20%;
}

.i3 .ibg .ul1 li:nth-child(3) {
	top: 28%;
	left: 43%;
}

.i3 .ibg .ul1 li:nth-child(4) {
	top: 14%;
	left: 66%;
}

.i3 .ibg .ul1 li:nth-child(5) {
	top: 0%;
	left: 88%;
}

.i3 .ibg .ul1 li .yuan {
	width: 28px;
	height: 28px;
	margin: 0 auto;
	position: relative;
}

.i3 .ibg .ul1 li .yuan span {
	display: block;
	width: 100%;
	height: 100%;
	background: #1971b8;
	border-radius: 50%;
}

.i3 .ibg .ul1 li .yuan s {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/jt_lan.png) center no-repeat;
	position: absolute;
	top: 50%;
	left: 0px;
	opacity: 0;
	margin-top: -10px;
	background-size: 16px;
}

.i3 .ibg .ul1 li .yuan .s2 {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	left: auto;
	right: 0px;
	opacity: 0;
}

.i3 .ibg .ul1 li .year {
	margin: 15px 0 30px;
	color: #000;
}

.i3 .ibg .ul1 li .txt {
	line-height: 2;
}

.i3 .ibg .ul1 li.act .yuan s {
	left: -30px;
	opacity: 1;
}

.i3 .ibg .ul1 li.act .yuan .s2 {
	left: auto;
	right: -30px;
	opacity: 1;
}

.i3 .ibg .ul1 li.act .yuan span {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
}

.i3 .ibg .ul1 li.act .year {
	color: #1971b8;
}

.i4 {
	padding: 110px 0 150px;
	text-align: center;
	color: #fff;
}

.i4 .ul1 {
	display: flex;
	margin-top: 20px;
}

.i4 .ul1 li {
	width: 25%;
	text-align: center;
	position: relative;
	padding: 76px 0 60px;
	z-index: 3;
}

.i4 .ul1 li .sj {
	font-size: 60px;
	font-weight: bold;
}

.i4 .ul1 li .ltc {
	margin-top: 45px;
}

.i4 .ul1 li s {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/in_4.png) center no-repeat;
	position: absolute;
	top: 55%;
	opacity: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: -1;
	background-size: cover;
	max-width: 256px;
	max-height: 256px;
}

.i4 .ul1 li.act s {
	top: 50%;
	opacity: 1;
}

.i5 {
	padding: 100px 0;
}

.i5 .itop {
	margin-top: 115px;
	padding: 30px 0 35px;
	border-top: 2px solid #535353;
	border-bottom: 2px solid #535353;
	display: flex;
	justify-content: space-between;
}

.i5 .itop .ilt {
	width: 40%;
	padding: 15px 0 0 15px;
	line-height: 1.5;
}

.i5 .itop .ilt .itc {
	text-align: justify;
	line-height: 28px;
	height: 252px;
	overflow: auto;
	padding-right: 10px;
	margin: 20px 0;
}

.i5 .itop .irt {
	width: 49.8%;
	max-width: 850px;
}

.i6 {
	padding-bottom: 110px;
}

.i6 .itop {
	display: flex;
	justify-content: space-between;
}

.i6 .itop .ilt {
	width: 50%;
	line-height: 1.5;
}

.i6 .itop .ilt .itc {
	margin-top: 30px;
}

/* 底部 */

.footer {}

.footer .ftop {
	padding: 120px 0 60px;
	background: url(../images/fbg.jpg) center no-repeat;
	background-size: cover;
}

.footer .ftop .fbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer .ftop .fbox .ul1 {
	width: 65.5%;
	display: flex;
	justify-content: space-between;
}

.footer .ftop .fbox .ul1 li a {
	display: block;
	color: rgba(255, 255, 255, 0.25);
	line-height: 2;
}

.footer .ftop .fbox .ul1 li .ltop a {
	color: #fff;
}

.footer .ftop .fbox .ul1 li s {
	display: block;
	width: 10px;
	height: 2px;
	background: rgba(255, 255, 255, 0.25);
	margin: 20px 0 35px;
}

.footer .ftop .fbox .ul1 li a:hover {
	color: #fff;
}

.footer .ftop .fbox .frt {
	width: 155px;
	text-align: center;
	color: #fff;
}

.footer .ftop .fbox .frt .logo {
	display: block;
	width: 100%;
}

.footer .ftop .fbox .frt .ewm {
	width: 120px;
	margin-left: 35px;
	margin-top: 40px;
}

.footer .ftop .fbox .frt .ewm img {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.footer .ftop .fbox .ul2 {
	width: 65.5%;
	display: flex;
	color: #fff;
	margin-top: 120px;
}

.footer .ftop .fbox .ul2 li {
	width: 33.33%;
}

.footer .ftop .fbox .ul2 li .ltc {
	margin-top: 20px;
}

.footer .ftop .fbox .ul2 li .ltc,
.footer .ftop .fbox .ul2 li .ltc a {
	color: rgba(255, 255, 255, 0.5);
}

.footer .ftop .fbox .ul2 li .ltc a {
	display: block;
	margin-bottom: 10px;
}

.footer .ftop .fbox .ul2 li .ltc a:hover {
	color: #fff;
}

.footer .fbtm {
	background: #101010;
}

.footer .fbtm .fbox {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}

.footer .fbtm .fbox .flt {
	display: flex;
}

.footer .fbtm .fbox * {
	color: rgba(255, 255, 255, 0.5);
}

.footer .fbtm .fbox .flt span,
.footer .fbtm .fbox .flt a,
.footer .fbtm .fbox .flt img {
	display: block;
	margin-right: 10px;
}

.footer .fbtm .fbox a:hover {
	color: #fff;
}

/* 首页阅读 */

.yd_tanchuang {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.yd_tanchuang .ybox {
	width: 1200px;
	max-height: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	padding: 50px;
}

.yd_tanchuang .ybox .ytt {
	text-align: center;
}

.yd_tanchuang .ybox .ytc {
	padding-right: 10px;
	overflow: auto;
	margin: 30px 0 50px;
	max-height: calc(80vh - 150px);
	text-align: justify;
	line-height: 1.75;
	color: #555555;
}

.yd_tanchuang .ybox .btn {
	display: flex;
	justify-content: center;
}

.yd_tanchuang .ybox .btn span {
	display: block;
	width: 300px;
	line-height: 54px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	margin: 0 30px;
	position: relative;
	overflow: hidden;
	z-index: 3;
}

.yd_tanchuang .ybox .btn span s {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	background-image: linear-gradient(0deg, #bfbfbf, #aaa 50%, #999);
	background-image: -webkit-linear-gradient(0deg, #bfbfbf, #aaa 50%, #999);
	background-image: -moz-linear-gradient(0deg, #bfbfbf, #aaa 50%, #999);
}

.yd_tanchuang .ybox .btn span s.s2 {
	left: -100%;
	background-image: linear-gradient(0deg, #0069d1, #2486e8 50%, #298beb);
	background-image: -webkit-linear-gradient(0deg,
			#0069d1,
			#2486e8 50%,
			#298beb);
	background-image: -moz-linear-gradient(0deg, #0069d1, #2486e8 50%, #298beb);
}

.yd_tanchuang .ybox .btn .js .s1 {
	background-image: linear-gradient(0deg, #298beb, #2486e8 50%, #0069d1);
	background-image: -webkit-linear-gradient(0deg,
			#298beb,
			#2486e8 50%,
			#0069d1);
	background-image: -moz-linear-gradient(0deg, #298beb, #2486e8 50%, #0069d1);
}

.yd_tanchuang .ybox .btn span:hover s {
	left: 100%;
}

.yd_tanchuang .ybox .btn span:hover s.s2 {
	left: 0%;
}

.yd_tanchuang .ybox2 {
	width: 1200px;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	padding: 50px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.yd_tanchuang .ybox2 .ytc {
	padding-right: 10px;
	overflow: auto;
	margin: 30px 0 50px;
	max-height: calc(100% - 150px);
	text-align: center;
	line-height: 1.75;
	color: #1971b8;
}

.yd_tanchuang .ybox2 .btn {
	display: flex;
	justify-content: center;
}

.yd_tanchuang .ybox2 .btn span {
	display: block;
	width: 300px;
	line-height: 54px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	margin: 0 30px;
	position: relative;
	overflow: hidden;
	z-index: 3;
}

.yd_tanchuang .ybox2 .btn span s {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	background-image: linear-gradient(0deg, #298beb, #2486e8 50%, #0069d1);
	background-image: -webkit-linear-gradient(0deg,
			#298beb,
			#2486e8 50%,
			#0069d1);
	background-image: -moz-linear-gradient(0deg, #298beb, #2486e8 50%, #0069d1);
}

.yd_tanchuang .ybox2 .btn span s.s2 {
	left: -100%;
	background-image: linear-gradient(0deg, #0069d1, #2486e8 50%, #298beb);
	background-image: -webkit-linear-gradient(0deg,
			#0069d1,
			#2486e8 50%,
			#298beb);
	background-image: -moz-linear-gradient(0deg, #0069d1, #2486e8 50%, #298beb);
}

.yd_tanchuang .ybox2 .btn span:hover s {
	left: 100%;
}

.yd_tanchuang .ybox2 .btn span:hover s.s2 {
	left: 0%;
}

.yd_tanchuang .ybox.act {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	top: 55%;
}

.yd_tanchuang .ybox2.act {
	top: 50%;
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}

/* 关于 */

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

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

.banner .mimg {
	display: none;
}

.banner .txt {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	text-align: center;
	color: #fff;
	z-index: 2;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	line-height: 1.5;
}

.banner .txt .en {
	font-family: Helvetica;
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.8);
}

.nav {
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #f5f5f5;
}

.nav .nbox {
	display: flex;
}

.nav .nbox a {
	display: block;
	width: 20%;
	text-align: center;
	color: #555;
}

.nav .nbox a span {
	display: inline-block;
	position: relative;
}

.nav .nbox a span s {
	display: block;
	width: 0%;
	height: 2px;
	background: #1971b8;
	position: absolute;
	left: 0;
	bottom: 0;
}

.nav .nbox a.act,
.nav .nbox a:hover {
	color: #1971b8;
}

.nav .nbox a.act s,
.nav .nbox a:hover s {
	width: 100%;
}

.ab1 {
	padding: 100px 0;
	text-align: center;
	background: #fafafa;
}

.ab1 .tc {
	line-height: 2;
	margin: 40px auto 50px;
	width: 100%;
	max-width: 1050px;
}

.ab1 .img,
.ab1 .img img {
	position: relative;
	display: block;
	width: 100%;
}

.ab1 .img .bf {
	position: absolute;
	width: 92px;
	height: 92px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 3;
	cursor: pointer;
}

.ab1 .img .bf span {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.4) url(../images/bf.png) center no-repeat;
	border-radius: 50%;
}

.ab1 .img .bf s {
	display: block;
	border-radius: 50%;
	width: 160px;
	height: 160px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	background: rgba(255, 255, 255, 0.4);
	opacity: 0;
	margin-top: -80px;
	margin-left: -80px;
}

.ab1 .img .bf:hover s {
	animation: pulsate 1.5s ease-out infinite;
	-webkit-animation: pulsate 1.5s ease-out infinite;
}

.ab2 {
	padding-bottom: 100px;
	background: #fafafa;
}

.ab2 .tt {
	text-align: center;
}

.ab2 .ul1 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0px;
}

.ab2 .ul1 li {
	width: 30%;
	margin: 5% 5% 0 0;
	border-top: 4px solid #000;
	padding-top: 50px;
	cursor: pointer;
}

.ab2 .ul1 li:nth-child(3n) {
	margin-right: 0;
}

.ab2 .ul1 li .ltt span {
	display: inline-block;
	position: relative;
}

.ab2 .ul1 li .ltt span s {
	display: block;
	width: 0%;
	height: 2px;
	background: #000;
	margin-top: 3px;
}

.ab2 .ul1 li .ltc {
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	margin: 20px 0 10px;
}

.ab2 .ul1 li .mo {
	width: 33px;
	height: 32px;
	position: relative;
	overflow: hidden;
}

.ab2 .ul1 li .mo s {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/ab_1_1.png) center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.ab2 .ul1 li .mo s:nth-child(2) {
	background: url(../images/ab_1_2.png) center no-repeat;
	width: 0%;
	left: 0;
}

.ab2 .ul1 li:hover .ltt span s {
	width: 100%;
}

.ab2 .ul1 li:hover .mo s {
	left: 100%;
}

.ab2 .ul1 li:hover .mo s:nth-child(2) {
	left: 0;
	width: 100%;
}

.ab3 {
	padding: 100px 0 70px;
	text-align: center;
}

.ab3 .swiper2 {
	padding: 60px 10px 50px;
}

.ab3 .swiper2 .swiper-slide .sbox {
	-moz-box-shadow: 0px 3px 5px #ddd;
	-webkit-box-shadow: 0px 3px 5px #ddd;
	box-shadow: 0px 3px 5px #ddd;
}

.ab3 .swiper2 .swiper-slide:hover .sbox {
	-moz-box-shadow: 0px 2px 10px #ddd;
	-webkit-box-shadow: 0px 2px 10px #ddd;
	box-shadow: 0px 2px 10px #ddd;
}

.ab3 .swiper2 .pagination2 {
	bottom: 0;
}

.ab3 .swiper2 .pagination2 span {
	width: 24px;
	height: 5px;
	border-radius: 30px;
}

.ab4 {
	background: url(../images/ab_4.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 100px 0 30px;
}

.ab4 .atop {
	display: flex;
	justify-content: space-between;
}

.ab4 .atop .alt {
	width: 24%;
}

.ab4 .atop .art {
	width: 76%;
	padding-top: 50px;
	border-top: 1px solid rgba(255, 255, 255, 1);
}

.ab4 .atop .art .swiper3 {
	padding-bottom: 30px;
}

.ab4 .atop .art .swiper3 .swiper-slide .sbox {}

.ab4 .atop .art .swiper3 .swiper-slide .sbox .stt {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ab4 .atop .art .swiper3 .swiper-slide .sbox .stc {
	line-height: 28px;
	height: 112px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-top: 20px;
	opacity: 0.6;
}

.ab4 .atop .art .swiper3 .pagination3 {
	bottom: 0;
}

.ab4 .atop .art .swiper3 .pagination3 span {
	width: 24px;
	height: 5px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.3);
}

.ab4 .atop .art .swiper3 .pagination3 span.swiper-pagination-bullet-active {
	background: #1971b8;
}

.ab5 {
	padding: 100px 0;
}

.ab5 .tt {
	text-align: center;
}

.ab5 .abox {
	position: relative;
	z-index: 2;
	margin-top: 60px;
}

.ab5 .abox .swiper4 {}

.ab5 .abox .swiper4 .swiper-slide .sbox {
	padding: 40px;
	background: #fafafa;
	cursor: pointer;
}

.ab5 .abox .swiper4 .swiper-slide .sbox .ico {
	display: block;
	width: 100px;
}

.ab5 .abox .swiper4 .swiper-slide .sbox .att {
	line-height: 32px;
	height: 192px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	margin: 20px 0 10px;
	text-align: justify;
}

.ab5 .abox .swiper4 .swiper-slide .sbox .mo {
	position: relative;
	z-index: 3;
	border: 1px solid #999;
	color: #666;
	border-radius: 3px;
	padding: 0 15px;
	line-height: 44px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	align-items: center;
	align-content: center;
}

.ab5 .abox .swiper4 .swiper-slide .sbox .mo span {
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	left: auto;
	right: 0;
	z-index: -1;
	background-image: linear-gradient(0deg, #0069d1, #2486e8 50%, #298beb);
	background-image: -webkit-linear-gradient(0deg,
			#0069d1,
			#2486e8 50%,
			#298beb);
	background-image: -moz-linear-gradient(0deg, #0069d1, #2486e8 50%, #298beb);
}

.ab5 .abox .swiper4 .swiper-slide .sbox .mo s {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/ab_1_3.png) center no-repeat;
	background-size: 14px;
}

.ab5 .abox .swiper4 .swiper-slide .sbox:hover .mo {
	border: 1px solid #2486e8;
	color: #fff;
}

.ab5 .abox .swiper4 .swiper-slide .sbox:hover .mo span {
	width: 100%;
	left: 0;
	right: auto;
}

.ab5 .abox .swiper4 .swiper-slide .sbox:hover .mo s {
	background: url(../images/ab_1_4.png) center no-repeat;
	background-size: 14px;
}

.ab5 .abox .prev4 {
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background: #f7f7f7 url(../images/jt_hui.png) center no-repeat;
	background-size: 20px;
	border-radius: 50%;
	left: -110px;
}

.ab5 .abox .next4 {
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background: #f7f7f7 url(../images/jt_hui.png) center no-repeat;
	background-size: 20px;
	border-radius: 50%;
	right: -110px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.ab5 .abox .prev4:hover,
.ab5 .abox .next4:hover {
	background: #1971b8 url(../images/jt_bai.png) center no-repeat;
	background-size: 20px;
}

/* 投资策略 */

.nav_3 .nbox a {
	width: 33.33%;
}

.inv1 {
	padding: 100px 0;
}

.inv1 .itop {
	display: flex;
	justify-content: space-between;
}

.inv1 .itop .ilt {
	width: 54%;
	line-height: 1.8;
}

.inv1 .itop .ilt .itt2 {
	padding: 40px 0;
	border-top: 2px solid #000;
	margin-top: 10px;
}

.inv1 .itop .ilt .itc {
	text-align: justify;
	color: #555;
	line-height: 2;
}

.inv1 .itop .irt {
	width: 39.5%;
	max-width: 630px;
}

.inv1 .itop .irt img {
	display: block;
	width: 100%;
}

.inv2 {
	padding: 100px 0;
	background: #fafafa;
}

.inv2 .tt {
	text-align: center;
}

.inv2 .tc {
	text-align: center;
	line-height: 32px;
	margin: 30px 0 60px;
	color: #555;
}

.inv2 .ul1 {
	display: flex;
	justify-content: space-between;
}

.inv2 .ul1 s {
	display: block;
	width: 1px;
	height: 140px;
	background: #ddd;
	margin: 0 4%;
	position: relative;
	top: 10px;
}

.inv2 .ul1 li {
	width: 250px;
}

.inv2 .ul1 li .ltt {
	margin: 20px 0;
}

.inv2 .ul1 li .ltc {
	color: #555;
	text-align: justify;
	line-height: 1.8;
}

.inv3 {
	padding: 80px 0 100px;
}

.inv3 .tt {
	text-align: center;
}

.inv3 .ul1 {
	margin: 60px 0 80px;
	display: flex;
}

.inv3 .ul1 li {
	width: 31.25%;
	margin-right: 1.625%;
	border: 1px solid #e0e0e0;
	padding: 3.2%;
}

.inv3 .ul1 li:last-child {
	margin-right: 0;
}

.inv3 .ul1 li .ltt {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

.inv3 .ul1 li .ltt img {
	display: block;
	width: 60px;
	height: 60px;
}

.inv3 .ul1 li .ltc {
	line-height: 36px;
	margin-top: 40px;
}

.inv3 .ul1 li .ltc .d {
	position: relative;
	padding-left: 20px;
}

.inv3 .ul1 li .ltc .d::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 12px;
	background: url(../images/inv_3_4.png) center no-repeat;
}

.inv3 .swiper5 {}

.inv3 .swiper5 .swiper-slide {
	width: 190px;
}

.inv3 .swiper5 .swiper-slide .sbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.inv3 .swiper5 .swiper-slide .sbox .wz {
	width: 154px;
	height: 74px;
	border: 1px solid #e0e0e0;
	background: #fafafa;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 24px;
	color: #555;
}

.inv3 .swiper5 .swiper-slide .sbox .biao {
	display: block;
	width: 24px;
	height: 16px;
	background: url(../images/inv_3_5.png) center no-repeat;
}

.inv3 .swiper5 .swiper-slide:last-child {
	width: 154px;
}

.inv3 .swiper5 .swiper-slide:last-child .biao {
	display: none;
}

.inv3 .swiper5 .swiper-slide .sbox:hover .wz {
	border: 1px solid #005ed1;
	background: #005ed1;
	color: #fff;
}

.inv4 {
	padding: 100px 0 120px;
	background: #fafafa;
	text-align: center;
}

.inv4 .img {
	margin-top: 60px;
}

.inv4 .img img,
.inv4 .img {
	display: block;
	width: 100%;
}

.invp1 {
	padding: 100px 0;
}

.invp1 .itop {
	display: flex;
	justify-content: space-between;
}

.invp1 .itop .ilt {
	width: 53.5%;
	line-height: 1.8;
}

.invp1 .itop .ilt .itt2 {
	padding: 40px 0;
	border-top: 2px solid #000;
	margin-top: 10px;
}

.invp1 .itop .ilt .ul1 {
	text-align: justify;
	color: #555;
	line-height: 32px;
}

.invp1 .itop .ilt .ul1 li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}

.invp1 .itop .ilt .ul1 li s {
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 2;
	background: url(../images/inv_3_4.png) center no-repeat;
}

.invp1 .itop .irt {
	width: 37.5%;
	max-width: 600px;
	padding-top: 50px;
}

.invp1 .itop .irt .swiper6 {
	text-align: center;
	line-height: 1.5;
	color: #666;
	padding-bottom: 30px;
}

.invp1 .itop .irt .swiper6 .pagination6 {
	bottom: 0;
}

.invp1 .itop .irt .swiper6 .pagination6 span {
	width: 24px;
	height: 5px;
	border-radius: 30px;
}

.invp1 .itop .irt .swiper6 .sbox .tt {
	min-height: 48px;
}

.invp1 .itop .irt img {
	display: block;
	width: 100%;
}

.invp2 {
	padding: 115px 0;
	background: #fafafa;
}

.invp2 .itop {
	display: flex;
	justify-content: space-between;
}

.invp2 .itop .ilt {
	width: 180px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
}

.invp2 .itop .ilt .tc {
	margin-top: 30px;
	color: #555;
}

.invp2 .itop .irt {
	width: 1040px;
	display: flex;
	justify-content: space-between;
}

.invp2 .itop .irt .yuan {
	width: 390px;
	height: 390px;
	position: relative;
}

.invp2 .itop .irt .yuan .s1 {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(28, 128, 227, 0.1);
	border-radius: 50%;
	border: 1px solid rgba(28, 128, 227, 0.3);
	transform: scale(0);
	-webkit-transform: scale(0);
}

.invp2 .itop .irt .yuan .s2 {
	width: 310px;
	height: 310px;
	position: absolute;
	top: 40px;
	left: 40px;
	background: rgba(28, 128, 227, 0.3);
	border-radius: 50%;
	border: 1px solid rgba(28, 128, 227, 0.5);
	transform: scale(0);
	-webkit-transform: scale(0);
}

.invp2 .itop .irt .yuan .s3 {
	width: 191px;
	height: 192px;
	position: absolute;
	top: 99px;
	left: 99px;
	background: rgba(28, 128, 227, 1);
	border-radius: 50%;
	transform: scale(0);
	-webkit-transform: scale(0);
}

.invp2 .itop .irt .yuan.wow1 .s1 {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.invp2 .itop .irt .yuan.wow1 .s2 {
	transform: scale(1);
	-webkit-transform: scale(1);
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}

.invp2 .itop .irt .yuan.wow1 .s3 {
	transform: scale(1);
	-webkit-transform: scale(1);
	transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
}

.invp2 .itop .irt .yuan dl {
	display: none;
}

.invp2 .itop .irt .ul1 {
	width: 460px;
	padding-top: 30px;
}

.invp2 .itop .irt .ul1 li {
	position: relative;
	line-height: 32px;
	color: #555;
	min-height: 140px;
	text-align: justify;
}

.invp2 .itop .irt .ul1 li .img {
	position: absolute;
	width: 370px;
	position: absolute;
	top: -30px;
	right: 103%;
}

.invp2 .itop .irt .ul1 li .wz span {
	font-weight: normal;
	color: #000;
}

.invy1 {
	padding: 100px 0 60px;
	text-align: center;
}

.invy1 .tc {
	line-height: 30px;
	color: #555;
	margin-top: 30px;
}

.invy2 {
	padding: 80px 0 120px;
	background: #fafafa;
}

.invy2 .inbox {
	padding-left: 8.3%;
}

.invy2 .inbox .swiper7 {}

.invy2 .inbox .swiper7 .swiper-slide {
	width: 280px;
}

.invy2 .inbox .swiper7 .swiper-slide .sbox .day {
	font-family: 'din';
}

.invy2 .inbox .swiper7 .swiper-slide .sbox .tc {
	border-top: 1px solid #d8d9dc;
	margin-top: 15px;
	padding-top: 15px;
	line-height: 28px;
}

.invy3 {
	padding: 100px 0;
}

.invy3 {
	padding: 100px 0;
}

.invy3 .ul1 {}

.invy3 .ul1 li {
	margin-bottom: 60px;
}

.invy3 .ul1 li .llt {
	width: 54%;
	line-height: 1.8;
	float: left;
}

.invy3 .ul1 li .llt .itt2 {
	padding: 40px 0;
	border-top: 2px solid #000;
	margin-top: 10px;
}

.invy3 .ul1 li .llt .ltc {
	text-align: justify;
	color: #555;
	line-height: 32px;
}

.invy3 .ul1 li .lrt {
	width: 37.5%;
	float: right;
}

.invy3 .ul1 li:nth-child(2n) .llt {
	float: right;
}

.invy3 .ul1 li:nth-child(2n) .lrt {
	float: left;
}

.invy4 {
	padding: 100px 0;
	background: #fafafa;
}

.invy4 .tt {
	text-align: center;
}

.invy4 .itop {
	margin-top: 40px;
}

.shu {
	writing-mode: vertical-lr;
}

.invy4 .itop .ilt {
	width: 75%;
	float: left;
	position: relative;
	height: 740px;
	background: #f2f2f2;
}

.invy4 .itop .ilt .s1 {
	display: block;
	width: 58%;
	height: 270px;
	background: #fff;
	position: absolute;
	top: 20px;
	left: 40.4%;
}

.invy4 .itop .ilt .s2 {
	display: block;
	width: 58%;
	height: 64px;
	background: #fff;
	position: absolute;
	top: 303px;
	left: 40.4%;
}

.invy4 .itop .ilt .s3 {
	display: block;
	width: 58%;
	height: 64px;
	background: #fff;
	position: absolute;
	top: 380px;
	left: 40.4%;
}

.invy4 .itop .ilt li {
	background: #fff;
	padding: 10px;
	position: absolute;
	z-index: 2;
}

.invy4 .itop .ilt li .wz {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666;
	line-height: 1.5;
	cursor: pointer;
	text-align: center;
}

.invy4 .itop .ilt li .hui {
	background: #f8f8f8;
}

.invy4 .itop .ilt .li1 {
	width: 10%;
	height: calc(100% - 40px);
	top: 20px;
	left: 1.55%;
}

.invy4 .itop .ilt .li2 {
	width: 13.4%;
	height: calc(100% - 177px);
	top: 20px;
	left: 12.9%;
}

.invy4 .itop .ilt .li3 {
	width: 13.4%;
	height: 120px;
	bottom: 20px;
	left: 12.9%;
}

.invy4 .itop .ilt .li4 {
	width: 11.6%;
	height: 424px;
	top: 20px;
	left: 27.5%;
}

.invy4 .itop .ilt .li5 {
	width: 11.6%;
	height: 120px;
	top: 463px;
	left: 27.5%;
}

.invy4 .itop .ilt .li6 {
	width: 23.66%;
	height: 120px;
	bottom: 20px;
	left: 27.5%;
}

.invy4 .itop .ilt .li7 {
	width: 9.66%;
	height: 270px;
	top: 20px;
	left: 40.4%;
}

.invy4 .itop .ilt .li8 {
	width: 25.83%;
	height: 90px;
	top: 38px;
	left: 50%;
	background: #f8f8f8;
	padding: 0;
}

.invy4 .itop .ilt .li9 {
	width: 20.83%;
	height: 40px;
	top: 38px;
	left: 76.66%;
	background: #f8f8f8;
	padding: 0;
}

.invy4 .itop .ilt .li10 {
	width: 20.83%;
	height: 38px;
	top: 90px;
	left: 76.66%;
	background: #f8f8f8;
	padding: 0;
}

.invy4 .itop .ilt .li11 {
	width: 20%;
	height: 135px;
	top: 143px;
	left: 50%;
	background: #f8f8f8;
	padding: 0;
}

.invy4 .itop .ilt .li12 {
	width: 26.66%;
	height: 38px;
	top: 143px;
	left: 71%;
	background: #f8f8f8;
	padding: 0;
}

.invy4 .itop .ilt .li13 {
	width: 13.33%;
	height: 85px;
	top: 192px;
	left: 71%;
	background: #f8f8f8;
	padding: 0;
}

.invy4 .itop .ilt .li14 {
	width: 12.5%;
	height: 36px;
	top: 192px;
	left: 85%;
	background: #f8f8f8;
	padding: 0;
}

.invy4 .itop .ilt .li15 {
	width: 12.5%;
	height: 36px;
	top: 241px;
	left: 85%;
	background: #f8f8f8;
	padding: 0;
}

.invy4 .itop .ilt .li16 {
	width: 18.33%;
	height: 64px;
	top: 303px;
	left: 40.4%;
}

.invy4 .itop .ilt .li17 {
	width: 21.66%;
	height: 64px;
	top: 303px;
	left: 59.16%;
}

.invy4 .itop .ilt .li18 {
	width: 18.5%;
	height: 64px;
	top: 303px;
	left: 80%;
}

.invy4 .itop .ilt .li19 {
	width: 18.33%;
	height: 64px;
	top: 380px;
	left: 40.4%;
}

.invy4 .itop .ilt .li20 {
	width: 21.66%;
	height: 64px;
	top: 380px;
	left: 59.16%;
}

.invy4 .itop .ilt .li21 {
	width: 18.5%;
	height: 64px;
	top: 380px;
	left: 80%;
}

.invy4 .itop .ilt .li22 {
	width: 33.66%;
	height: 52px;
	top: 463px;
	left: 40.4%;
}

.invy4 .itop .ilt .li23 {
	width: 23.33%;
	height: 52px;
	top: 463px;
	left: 75%;
}

.invy4 .itop .ilt .li24 {
	width: 33.66%;
	height: 52px;
	top: 531px;
	left: 40.4%;
}

.invy4 .itop .ilt .li25 {
	width: 23.33%;
	height: 52px;
	top: 531px;
	left: 75%;
}

.invy4 .itop .ilt .li26 {
	width: 21.66%;
	height: 54px;
	bottom: 86px;
	left: 52.4%;
}

.invy4 .itop .ilt .li27 {
	width: 23.33%;
	height: 54px;
	bottom: 86px;
	left: 75%;
}

.invy4 .itop .ilt .li28 {
	width: 21.66%;
	height: 54px;
	bottom: 20px;
	left: 52.4%;
}

.invy4 .itop .ilt .li29 {
	width: 23.33%;
	height: 54px;
	bottom: 20px;
	left: 75%;
}

.invy4 .itop .ilt li:hover .wz,
.invy4 .itop .ilt li.act .wz {
	background: #1971b8;
	color: #fff;
}

.invy4 .itop .irt {
	width: 18.75%;
	float: right;
	line-height: 1.8;
	text-align: justify;
}

.invy4 .itop .irt li .f100 {
	color: #666;
}

.invy4 .itop .irt li {
	display: none;
}

/* 影响力 */

.nav_2 .nbox a {
	width: 50%;
}

.eff1 {
	position: relative;
}

.eff1 .img {
	position: relative;
	overflow: hidden;
}

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

.eff1 .yuan {
	position: absolute;
	width: 14%;
	max-width: 260px;
	left: 20.3%;
	top: 34.375%;
	z-index: 5;
}

.eff1 .yuan img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transform: scale(0);
	-webkit-transform: scale(0);
}

.eff1 .yuan.wow1 img {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.eff1 .yuan.wow1 img:nth-child(2) {
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}

.eff1 .yuan.wow1 img:nth-child(3) {
	transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
}

.eff1 .etop {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 2;
}

.eff1 .etop .txt {
	padding-left: 53.75%;
	line-height: 1.5;
}

.eff1 .etop .txt .tt2 {
	margin-top: 70px;
	padding-top: 45px;
	border-top: 2px solid #535353;
}

.eff1 .etop .txt .tc {
	color: #666;
	line-height: 32px;
	text-align: justify;
	margin: 25px 0 50px;
}

.eff1 .etop .txt .ul1 {}

.eff1 .etop .txt .ul1 li {
	position: relative;
	line-height: 32px;
	color: #555;
	padding-left: 20px;
	margin-bottom: 10px;
}

.eff1 .etop .txt .ul1 li s {
	display: block;
	width: 8px;
	height: 8px;
	background: url(../images/inv_3_4.png) center no-repeat;
	position: absolute;
	left: 0;
	top: 12px;
}

.eff2 {
	padding: 100px 0;
}

.eff2 .tt {
	text-align: center;
}

.eff2 .tc {
	line-height: 2;
	margin: 25px 0 45px;
	text-align: center;
}

.eff2 .ul1 {
	display: flex;
}

.eff2 .ul1 li {
	width: 31.25%;
	margin-right: 3.125%;
}

.eff2 .ul1 li:nth-child(3n) {
	margin-right: 0;
}

.eff2 .ul1 li a {
	display: block;
}

.eff2 .ul1 li a .img,
.eff2 .ul1 li a .img img {
	overflow: hidden;
	display: block;
	width: 100%;
}

.eff2 .ul1 li a .img img {
	transform: scale(1.00000001);
	-webkit-transform: scale(1.00000001);
}

.eff2 .ul1 li a:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.eff2 .ul1 li .txt {
	padding: 30px 10px 0;
}

.eff2 .ul1 li .txt .att {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.eff2 .ul1 li .txt .day {
	padding-left: 20px;
	line-height: 16px;
	background: url(../images/day.png) center left no-repeat;
	font-family: 'din';
	color: #555;
	margin: 20px 0 40px;
}

.eff2 .ul1 li .txt .mo {
	display: block;
	width: 90px;
	color: #1971b8;
	padding-bottom: 8px;
	border-bottom: 2px solid #1971b8;
}

.eff2 .ul1 li a:hover .txt .mo {
	width: 100%;
}

.eff2 .ul1 li a:hover .txt .att {
	color: #1971b8;
}

/* 产品 */

.pr1 {
	padding: 80px 0 100px;
}

.pr1 .ul1 {}

.pr1 .ul1 li {
	margin-bottom: 30px;
}

.pr1 .ul1 li:last-child {
	margin-bottom: 0;
}

.pr1 .ul1 li a {
	display: block;
	border: 1px solid #e0e0e0;
}

.pr1 .ul1 li a .ltop {
	display: flex;
	height: 85px;
	padding: 0 60px;
	align-items: center;
	align-content: center;
	border-bottom: 1px solid #e0e0e0;
	background: #fafafa;
}

.pr1 .ul1 li a .ltop .llt {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: calc(100% - 110px);
}

.pr1 .ul1 li a .ltop span {
	display: block;
	width: 78px;
	line-height: 26px;
	background: #1971b8;
	color: #fff;
	text-align: center;
	margin-left: 20px;
}

.pr1 .ul1 li a .lbtm {
	padding: 0 60px;
}

.pr1 .ul1 li a .lbtm {
	display: flex;
	flex-wrap: wrap;
}

.pr1 .ul1 li a .lbtm dd {
	width: 33.33%;
	padding: 30px 0;
	border-top: 1px dashed #ddd;
	color: #666;
}

.pr1 .ul1 li a .lbtm dd span {
	color: #000;
}

.pr1 .ul1 li a .lbtm dd .lan {
	color: #1971b8;
}

.pr1 .ul1 li a .lbtm dd:nth-child(1),
.pr1 .ul1 li a .lbtm dd:nth-child(2),
.pr1 .ul1 li a .lbtm dd:nth-child(3) {
	border: 0;
}

.pr1 .ul1 li:hover a {
	border: 1px solid #1971b8;
}

.pr1 .ul1 li:hover a .ltop {
	background: #e8f1f8;
	border-bottom: 1px solid #1971b8;
}

/* 职业规划 */

.vo1 .itop .ilt .itt2 {
	padding-bottom: 20px;
}

.vo1 .itop .ilt {
	padding-top: 10px;
}

.vo2 {
	padding: 100px 0;
	background: #f9f9f9;
}

.vo2 .tt {
	text-align: center;
}

.vo2 .tc {
	line-height: 2;
	color: #555;
	margin: 30px 0 50px;
	text-align: center;
}

.vo2 .ibtm {
	display: flex;
	justify-content: space-between;
	height: 700px;
	-moz-box-shadow: -1px 2px 5px #ddd;
	-webkit-box-shadow: -1px 2px 5px #ddd;
	box-shadow: -1px 2px 5px #ddd;
}

.vo2 .ibtm .ilt {
	width: 32.5%;
	height: 100%;
	position: relative;
}

.vo2 .ibtm .ilt .txt {
	width: 100%;
	position: absolute;
	left: 0;
	padding: 0 60px;
	top: 50%;
	opacity: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.vo2 .ibtm .ilt .txt .ltc {
	color: #555;
	line-height: 2;
	margin-top: 30px;
}

.vo2 .ibtm .ilt .txt.act {
	top: 45%;
	opacity: 1;
}

.vo2 .ibtm .irt {
	width: 67.5%;
	height: 100%;
	position: relative;
	display: flex;
	text-align: center;
}

.vo2 .ibtm .irt li {
	width: 25%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	color: #fff;
	border-right: 1px solid rgba(255, 255, 255, 0.6);
	cursor: pointer;
}

.vo2 .ibtm .irt li .yuan {
	width: 60px;
	height: 60px;
	position: relative;
	margin: 0 auto 20px;
	transform: scale(0.6);
	-webkit-transform: scale(0.6);
}

.vo2 .ibtm .irt li .yuan .s1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	animation: dx 2s infinite;
	-webkit-animation: dx 2s infinite;
}

.vo2 .ibtm .irt li .yuan .s2 {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	animation: dx 2s infinite;
	-webkit-animation: dx 2s infinite;
}

.vo2 .ibtm .irt li .yuan .dian {
	position: absolute;
	top: 19px;
	left: 19px;
	width: 22px;
	height: 22px;
	display: block;
	border-radius: 50%;
	background: #fff;
}

@keyframes dx {
	0% {
		transform: scale(0.1);
		-webkit-transform: scale(0.1);
	}

	90% {
		opacity: 1;
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@-webkit-keyframes dx {
	0% {
		transform: scale(0.1);
		-webkit-transform: scale(0.1);
	}

	90% {
		opacity: 1;
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

.vo2 .ibtm .irt li.act .yuan {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.vo2 .ibtm .irt li .wz {
	width: 100%;
}

.vo3 {
	padding: 100px 0;
}

.vo3 .tt {
	text-align: center;
}

.vo3 {}

.vo3 .ul1 {
	margin-top: 60px;
	border-top: 1px solid #ddd;
}

.vo3 .ul1 li {
	border-bottom: 1px solid #ddd;
}

.vo3 .ul1 li .ltop {
	cursor: pointer;
	padding: 30px 20px;
	line-height: 1.5;
	padding-right: 80px;
	position: relative;
}

.vo3 .ul1 li .ltop s {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -20px;
	background: #fff url(../images/jia.png) center no-repeat;
	border: 1px solid #9b9b9b;
	border-radius: 50%;
}

.vo3 .ul1 li .ltop .ltc {
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 24px;
}

.vo3 .ul1 li .lbtm {
	line-height: 2;
	padding: 0 20px 40px;
	color: #666;
	display: none;
}

.vo3 .ul1 li .lbtm .f_20 {
	color: #000;
	margin-bottom: 10px;
}

.vo3 .ul1 li .lbtm .yx {
	display: block;
	padding-left: 30px;
	line-height: 20px;
	background: url(../images/yx.png) center left no-repeat;
	margin-top: 30px;
}

.vo3 .ul1 li .lbtm .yx span {
	color: #1971b8;
}

.vo3 .ul1 li .ltop.act s {
	background: #1971b8 url(../images/jian.png) center no-repeat;
	border: 1px solid #1971b8;
	transform: translate(180deg);
	-webkit-transform: translate(180deg);
}

.vo3 .ul1 li .ltop.act .ltc {
	height: 0px;
}

/* 新闻 */

.new1 {}

.new1 .ul1 {
	margin-top: 60px;
	flex-wrap: wrap;
}

.new1 .ul1 li {
	margin-bottom: 100px;
}

.new1 #wrap1 {
	margin-top: 0;
}

.new1 #wrap2 {
	margin-top: 0;
}

/* 新闻详情 */

.newc1 {
	background: #fafafa;
}

.newc1 .nbox {
	display: flex;
	height: 70px;
	align-content: center;
	align-items: center;
	padding-left: 30px;
	background: url(../images/new_1.png) center left no-repeat;
	color: #555;
}

.newc1 .nbox a {
	display: block;
	color: #555;
	margin: 0 5px;
}

.newc1 .nbox a:last-child {
	text-decoration: underline;
}

.newc1 .nbox a:hover {
	color: #1971b8;
}

.newc2 {
	background: #fafafa;
	padding-bottom: 80px;
}

.newc2 .nbox {
	background: #fff;
	padding: 80px 12.5%;
	-moz-box-shadow: 0px 2px 10px #ddd;
	-webkit-box-shadow: 0px 2px 10px #ddd;
	box-shadow: 0px 2px 10px #ddd;
}

.newc2 .nbox .tt {
	line-height: 1.5;
}

.newc2 .nbox .tc {
	color: #555;
	margin: 30px 0 60px;
	display: flex;
}

.newc2 .nbox .tc span {
	display: block;
	padding-left: 26px;
	margin-right: 30px;
	background: url(../images/day.png) center left no-repeat;
	line-height: 16px;
}

.newc2 .nbox .tc .ly {
	background: url(../images/ly.png) center left no-repeat;
}

.newc2 .nbox .tc .ll {
	background: url(../images/ll.png) center left no-repeat;
}

.newc2 .nbox .cont {
	padding: 60px 0;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	line-height: 1.75;
}

.newc2 .nbox .cont img {
	display: inline-block;
	height: auto;
}

.newc2 .nbox .cont .f_24 {
	font-weight: normal;
}

.newc2 .nbox .btn {
	position: relative;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

.newc2 .nbox .btn .blt {
	width: calc(100% - 160px);
}

.newc2 .nbox .btn .blt a {
	display: block;
	color: #999;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newc2 .nbox .btn .blt a:hover {
	color: #1971b8;
}

.newc2 .nbox .btn .fh {
	width: 150px;
	display: flex;
	justify-content: space-between;
	height: 42px;
	align-items: center;
	align-content: center;
	background: #ddd;
	color: #000;
	padding: 0 20px 0 30px;
	border-radius: 5px;
}

.newc2 .nbox .btn .fh s {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/jt_hui.png) center no-repeat;
	background-size: 15px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.newc2 .nbox .btn .fh:hover {
	background: #1971b8;
	color: #fff;
}

.newc2 .nbox .btn .fh:hover s {
	background: url(../images/jt_bai.png) center no-repeat;
	background-size: 15px;
}

/* 登录 */

.login {
	padding: 100px 0 190px;
	background: url(../images/lo_1.jpg) center no-repeat;
	background-size: cover;
}

.login_c {
	padding: 0 !important;
	background: none !important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -97%);
}

.login_c_b {
	box-shadow: 0px 2px 10px #ddd;
}

.login_c_box {
	width: 100vw;
	height: 90vh;
	position: fixed;
	top: 10vh;
	left: 0;
	z-index: 10;
	/* background-color: rgba(0, 0, 0, 0.2); */
}

.login .lcont {
	width: 580px;
	margin: 0 auto;
	background: #fff;
	padding: 60px 70px;
}

.login .lcont_p {
	padding: 18px 70px !important;
}

.login .lcont_not {
	padding: 40px 70px !important;
}

.login .lcont .dlxx {
	display: flex;
}

.login .lcont .dlxx a {
	display: block;
	margin-right: 25px;
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;
}

.login .lcont .dlxx a:hover,
.login .lcont .dlxx a.act {
	border-bottom: 2px solid #1971b8;
	color: #1971b8;
	font-weight: normal;
}

.login .lcont .lox {
	margin-top: 55px;
}

.login .lcont .con {
	font-size: 20px;
	text-align: center;
	margin: 70px 0;
}

.login .lcont .con2 {
	font-size: 20px;
	margin: 70px 0;
	line-height: 40px;
}

.login .lcont .con2 .con_phone {
	cursor: pointer;
	color: #1971B8;
}

.login .lcont .lox .sjh {
	display: block;
	width: 100%;
	height: 54px;
	border: 1px solid #e0e0e0;
	background: #fbfbfb;
	padding: 0 20px;
	outline: none;
}

.login .lcont .outBox {
	width: 100%;
	height: 54px;
	position: relative;
	background: #f5f5f5;
	margin: 20px 0;
	border: 1px solid #ddd;
	overflow: hidden;
}

.verify-wrap {
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	position: relative;
}

.verify-wrap .drag-btn {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 100%;
	background: #fff url(../images/lo_2.jpg) no-repeat center center;
	background-size: cover;
	z-index: 2;
	cursor: move;
}

.verify-wrap .suc-drag-btn {
	background: #fff url(../images/lo_3.jpg) no-repeat center center;
	background-size: cover;
}

.verify-wrap .drag-progress {
	position: absolute;
	left: 0;
	top: 0px;
	height: 100%;
	width: 0;
	background-color: #7ac23c;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 54px;
}

.verify-wrap .fix-tips,
.verify-msg {
	width: 100%;
	position: absolute;
	right: 0;
	left: 1px;
	height: 100%;
	color: #777;
	z-index: 1;
	line-height: 54px;
	text-align: center;
}

.verify-wrap .verify-msg {
	background-color: #7ac23c;
	color: #fff;
	display: none;
}

.login .lcont .yzm {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 54px;
}

.login .lcont .yzm input {
	width: calc(100% - 200px);
	height: 100%;
	border: 1px solid #e0e0e0;
	padding: 0 20px;
	background: #fbfbfb;
	outline: none;
}

.login .lcont .yzm .yz {
	width: 184px;
	position: relative;
	height: 100%;
	background: #fbfbfb;
	text-align: center;
	line-height: 54px;
}

.login .lcont .yzm .yz:hover {
	background: #ddd;
}

.login .lcont .yzm .yz .wz {
	cursor: pointer;
}

.login .lcont .yzm .yz .shuzi {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #005ed1;
	color: #fff;
	display: none;
}

.login .lcont .ljdl {
	position: relative;
	width: 100%;
	line-height: 54px;
	text-align: center;
	margin: 50px 0 20px;
	z-index: 3;
	background-image: linear-gradient(0deg, #298beb, #2486e8 50%, #0069d1);
	background-image: -webkit-linear-gradient(0deg,
			#298beb,
			#2486e8 50%,
			#0069d1);
	background-image: -moz-linear-gradient(0deg, #298beb, #2486e8 50%, #0069d1);
	color: #fff;
	cursor: pointer;
}

.login .lcont .ljdl a {
	color: #fff;
}

.login .lcont .ljdl s {
	display: block;
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(0deg, #0069d1, #2486e8 50%, #298beb);
	background-image: -webkit-linear-gradient(0deg,
			#0069d1,
			#2486e8 50%,
			#298beb);
	background-image: -moz-linear-gradient(0deg, #0069d1, #2486e8 50%, #298beb);
	z-index: 1;
}

.login .lcont .ljdl span {
	position: relative;
	z-index: 3;
}

.login .lcont .ljdl:hover s {
	width: 100%;
}

.login .lcont .zc {
	display: block;
	color: #1971b8;
}

/* 注册 */

.reg1 {
	padding: 80px 0;
	background: #fafafa;
}

.reg1 .rbox {
	background: #fff;
	padding: 60px 110px;
	-moz-box-shadow: 0px 2px 10px #ddd;
	-webkit-box-shadow: 0px 2px 10px #ddd;
	box-shadow: 0px 2px 10px #ddd;
	max-width: 1140px;
	margin: 0 auto;
}

.reg1 .rbox .rtc {
	line-height: 30px;
	text-align: justify;
	margin: 15px 0 30px;
}

.reg1 .rbox .rcon {
	padding: 30px 0;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 60px;
}

.reg1 .rbox .rcon .rctt {
	line-height: 30px;
}

.reg1 .rbox .rcon .a {
	margin: 30px 0 25px;
	padding-left: 200px;
	display: flex;
}

.reg1 .rbox .rcon .a a {
	display: block;
	margin-right: 25px;
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
}

.reg1 .rbox .rcon .a a.act,
.reg1 .rbox .rcon .a a:hover {
	color: #1971b8;
	border-bottom: 2px solid #1971b8;
	font-weight: 400;
}

.reg1 .rbox .ul1 {}

.reg1 .rbox .ul1 li {
	display: flex;
	margin-bottom: 30px;
	line-height: 54px;
}

.reg1 .rbox .ul1 li:last-child {
	margin: 0;
}

.reg1 .rbox .ul1 li .llt {
	width: 270px;
	text-align: right;
	color: #0f0f0f;
}

.reg1 .rbox .ul1 li .lrt {
	width: 440px;
}

.reg1 .rbox .ul1 li .lrt>input,
.reg1 .rbox .ul1 li .lrt>select {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #e0e0e0;
	background: #fbfbfb;
	padding: 0 20px;
	outline: none;
}

.reg1 .rbox .ul1 li .lrt .outBox {
	width: 100%;
	height: 54px;
	position: relative;
	background: #f5f5f5;
	border: 1px solid #ddd;
	overflow: hidden;
}

.reg1 .rbox .ul1 li .lrt .outBox p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	color: #999;
	pointer-events: none;
	width: 100%;
	text-align: center;
}

.reg1 .rbox .ul1 li .lrt .slider {
	width: 54px;
	height: 100%;
	background: #fff url(../images/lo_2.jpg) center no-repeat;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 0px;
}

.reg1 .rbox .ul1 li .lrt .slider_back {
	height: 100%;
	width: 0;
	background: #7ac23c;
	position: absolute;
	top: 0px;
}

.reg1 .rbox .ul1 li .lrt .outBox.act {
	background: #7ac23c;
	border: 1px solid #7ac23c;
}

.reg1 .rbox .ul1 li .lrt .outBox.act p {
	color: #fff;
}

.reg1 .rbox .ul1 li .lrt .outBox.act .slider {
	background: #fff url(../images/lo_3.jpg) center no-repeat;
}

.reg1 .rbox .ul1 li .lrt .yzm {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 54px;
}

.reg1 .rbox .ul1 li .lrt .yzm input {
	width: calc(100% - 200px);
	height: 100%;
	border: 1px solid #e0e0e0;
	padding: 0 20px;
	background: #fbfbfb;
	outline: none;
}

.reg1 .rbox .ul1 li .lrt .yzm .yz {
	width: 184px;
	position: relative;
	height: 100%;
	background: #fbfbfb;
	text-align: center;
	line-height: 54px;
}

.reg1 .rbox .ul1 li .lrt .yzm .yz:hover {
	background: #ddd;
}

.reg1 .rbox .ul1 li .lrt .yzm .yz .wz {
	cursor: pointer;
}

.reg1 .rbox .ul1 li .lrt .yzm .yz .shuzi {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #005ed1;
	color: #fff;
	display: none;
}

.reg1 .rbox .ul1 li .lrt .xud {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.reg1 .rbox .ul1 li .lrt .xud span {
	display: block;
	width: 210px;
	line-height: 54px;
	border: 1px solid #e0e0e0;
	background: #fbfbfb url(../images/re_1_1.png) 20px center no-repeat;
	text-align: center;
	cursor: pointer;
}

.reg1 .rbox .ul1 li .lrt .xud span.act {
	background: #fbfbfb url(../images/re_1_2.png) 20px center no-repeat;
}

.reg1 .rbox .rtc2 {
	margin-bottom: 60px;
}

.reg1 .rbox .rtc2 s {
	display: block;
	width: 100%;
	height: 20px;
}

.reg1 .rbox .ul2 {
	padding-top: 15px;
}

.reg1 .rbox .ul2 li {
	position: relative;
	margin-bottom: 20px;
	line-height: 30px;
	color: #666;
	padding-left: 24px;
	cursor: pointer;
}

.reg1 .rbox .ul2 li s {
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid #999;
	position: absolute;
	left: 0;
	top: 8px;
}

.reg1 .rbox .ul2 li.act s {
	border: 1px solid #1971b8;
	background: #1971b8 url(../images/dui.png) center no-repeat;
}

.reg1 .rbox .ul3 {}

.reg1 .rbox .ul3 li {
	margin-bottom: 30px;
	border: 1px solid #e0e0e0;
}

.reg1 .rbox .ul3 li .ltop {
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	padding: 0 40px;
}

.reg1 .rbox .ul3 li .lbtm {
	padding: 15px 40px;
}

.reg1 .rbox .ul3 li .lbtm .dan_btn {
	display: block;
	line-height: 46px;
	cursor: pointer;
	padding-left: 40px;
	background: url(../images/re_1_1.png) 0px center no-repeat;
	color: #666;
}

.reg1 .rbox .ul3 li .lbtm .dan_btn.act {
	background: url(../images/re_1_2.png) 0px center no-repeat;
}

.reg1 .rbox .ljdl {
	position: relative;
	width: 440px;
	line-height: 54px;
	text-align: center;
	margin: 60px auto 0;
	z-index: 3;
	background-image: linear-gradient(0deg, #298beb, #2486e8 50%, #0069d1);
	background-image: -webkit-linear-gradient(0deg,
			#298beb,
			#2486e8 50%,
			#0069d1);
	background-image: -moz-linear-gradient(0deg, #298beb, #2486e8 50%, #0069d1);
	color: #fff;
	cursor: pointer;
}

.reg1 .rbox .ljdl s {
	display: block;
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(0deg, #0069d1, #2486e8 50%, #298beb);
	background-image: -webkit-linear-gradient(0deg,
			#0069d1,
			#2486e8 50%,
			#298beb);
	background-image: -moz-linear-gradient(0deg, #0069d1, #2486e8 50%, #298beb);
	z-index: 1;
}

.reg1 .rbox .ljdl span {
	position: relative;
	z-index: 3;
}

.reg1 .rbox .ljdl:hover s {
	width: 100%;
}

/* 个人中心 */

.my {
	padding: 80px 0;
	background: #fafafa;
}

.my .mbox {
	background: #fff;
	padding: 60px 110px;
	-moz-box-shadow: 0px 2px 10px #ddd;
	-webkit-box-shadow: 0px 2px 10px #ddd;
	box-shadow: 0px 2px 10px #ddd;
	max-width: 1140px;
	margin: 0 auto 60px;
}

.my .mbox1 .m1top {
	display: flex;
	justify-content: space-between;
}

.my .mbox1 .m1top .mlt {
	width: 100px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}

.my .mbox1 .m1top .mlt img {
	display: block;
	width: 100%;
	border-radius: 50%;
}

.my .mbox1 .m1top .mlt input {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	cursor: pointer;
	opacity: 0;
}

.my .mbox1 .m1top .mrt {
	width: calc(100% - 180px);
	padding-top: 20px;
	position: relative;
}

.my .mbox1 .m1top .mrt .tcdl {
	width: 150px;
	display: block;
	line-height: 50px;
	text-align: center;
	background: #eee;
	color: #000;
	border-radius: 5px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	cursor: pointer;
}

.my .mbox1 .m1top .mrt .mtc {
	color: #555;
	display: flex;
	margin-top: 30px;
	line-height: 16px;
}

.my .mbox1 .m1top .mrt .mtc .xiug {
	display: block;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	background: url(../images/xg.png) center no-repeat;
	cursor: pointer;
}

.my .mbox1 .m1top .mrt .mtc .xiug:hover {
	background: url(../images/xg2.png) center no-repeat;
}

.my .mbox1 .m1top .mrt .tcdl:hover {
	color: #fff;
	background: #005ed1;
}

.my .mbox1 .m1top .mrt .mtt {
	display: flex;
}

.my .mbox1 .m1top .mrt .label {
	width: 65px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	margin-left: 14px;
}

.my .mbox1 .m1top .mrt .label1 {
	background-color: #FCEDEE;
	color: #E34D59;
}

.my .mbox1 .m1top .mrt .label2 {
	background-color: #E8F1F8;
	color: #1971B8;
}

.my .mbox1 .ul1 {
	margin-top: 30px;
}

.my .mbox1 .ul1 li {
	padding: 30px 0;
	border-top: 1px dashed #ddd;
	display: flex;
	line-height: 20px;
}

.my .mbox1 .ul1 li:last-child {
	padding-bottom: 0;
}

.my .mbox1 .ul1 li .llt {
	width: 180px;
	color: #666;
}

.my .mbox1 .ul1 li .lrt {
	width: calc(100% - 180px);
}

.my .mbox1 .ul1 li .lrt .dl1 {}

.my .mbox1 .ul1 li .lrt .dl1 dd {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.my .mbox1 .ul1 li .lrt .dl1 dd div {
	width: 50%;
}

.my .mbox1 .ul1 li .lrt .dl1 dd .num {
	text-align: right;
}

.my .mbox1 .ul1 li .lrt .tc {
	color: #666;
	line-height: 2;
}

.my .mbox2 {
	max-width: 1140px;
	margin: 0 auto 30px;
	padding-left: 20px;
	position: relative;
	line-height: 24px;
}

.my .mbox2 s {
	display: block;
	width: 5px;
	height: 20px;
	position: absolute;
	top: 2px;
	left: 0;
	background: #1971b8;
	border-radius: 3px;
}

.my .mbox3 {
	max-width: 1140px;
	margin: 0 auto;
}

.my .mbox3 .ul1 {
	margin-bottom: 80px;
}

.my .mbox3 .ul1:last-child {
	margin-bottom: 0;
}

.my .mbox3 .ul1 li {
	padding: 20px 110px;
	background: #fff;
	-moz-box-shadow: 0px 2px 10px #ddd;
	-webkit-box-shadow: 0px 2px 10px #ddd;
	box-shadow: 0px 2px 10px #ddd;
	margin-bottom: 20px;
}

.my .mbox3 .ul1 li a {
	display: block;
}

.my .mbox3 .ul1 li .ltop {
	padding: 30px 0;
	color: #1971b8;
}

.my .mbox3 .ul1 li .lbtm .li1 {
	padding: 30px 0;
	display: flex;
	border-top: 1px dashed #ddd;
	color: #999;
}

.my .mbox3 .ul1 li .lbtm .li1 span {
	width: 33.33%;
	display: block;
}

.my .mbox3 .ul1 li .lbtm .li1 span:nth-child(2) {
	text-align: center;
	color: #000;
}

.my .mbox3 .ul1 li .lbtm .li1 span:nth-child(3) {
	text-align: right;
}

/* 产品详情 */

.pro1 {
	background: #fff;
}

.pro2 {}

.pro2 .ptop {
	border: 1px solid #ddd;
}

.pro2 .ptop .ptt {
	padding: 0 60px;
	display: flex;
	justify-content: space-between;
	background: #fafafa;
	color: #999;
	border-bottom: 1px solid #ddd;
	line-height: 86px;
}

.pro2 .ptop .ptt .plt {
	width: calc(100% - 200px);
	display: flex;
	align-items: center;
	align-content: center;
}

.pro2 .ptop .ptt .plt div {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: calc(100% - 100px);
	color: #000;
}

.pro2 .ptop .ptt .plt span {
	display: block;
	width: 80px;
	line-height: 24px;
	background: #1971b8;
	color: #fff;
	text-align: center;
	margin-left: 10px;
	height: 24px;
}

.pro2 .ptop .ptt .prt {
	width: 180px;
}

.pro2 .ptop .ul1 {
	padding: 0 60px;
}

.pro2 .ptop .ul1 li {
	padding: 30px 0;
	display: flex;
	color: #666;
	border-bottom: 1px dashed #ddd;
}

.pro2 .ptop .ul1 li:last-child {
	border: 0;
}

.pro2 .ptop .ul1 li .fl {
	width: 25%;
	text-align: center;
}

.pro2 .ptop .ul1 li .fl:nth-child(3) {
	width: 25%;
}

.pro2 .ptop .ul1 li .fl span {
	color: #000;
}

.pro2 .ptop .ul1 li .fl .lan {
	color: #1971b8;
}

.pro3 {
	margin: 40px 0;
}

.pro3 .pbox {
	border: 1px solid #ddd;
}

.pro3 .ptop {
	border-bottom: 1px solid #ddd;
	background: #fafafa;
	padding: 0 60px;
	line-height: 86px;
}

.pro3 .pbtm {
	padding: 50px 60px;
	display: flex;
}

.pro3 .pbtm_w {
	padding: 50px 60px;
}

.pro3 .pbtm .plt {
	width: 540px;
}

.pro3 .pbtm .plt li {
	display: flex;
	line-height: 1.5;
	margin-bottom: 32px;
}

.pro3 .pbtm .plt li:last-child {
	margin-bottom: 0;
}

.pro3 .pbtm .plt li .llt {
	width: 150px;
	color: #666;
}

.pro3 .pbtm .plt li .lrt {
	width: calc(100% - 150px);
}

.pro3 .pbtm .prt {
	width: calc(100% - 550px);
}

.echartsMain {
	width: 100%;
	height: 460px;
}

.pro3 .pbtm .prt .ptt {
	display: flex;
	justify-content: flex-end;
}

.pro3 .pbtm .prt .biaodna {
	font-size: 14px;
	color: #000;
	position: relative;
	height: 450px;
	margin-top: 10px;
}

.pro3 .pbtm .prt .biaodna .li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 2;
	background: #fff;
	opacity: 0;
}

.pro3 .pbtm .prt .biaodna .li.act {
	z-index: 5;
	opacity: 1;
}

.pro3 .pbtm .prt .ptt span {
	margin-left: 50px;
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
	cursor: pointer;
}

.pro3 .pbtm .prt .ptt span:hover,
.pro3 .pbtm .prt .ptt span.act {
	border-bottom: 2px solid #1971b8;
	color: #1971b8;
	font-weight: bold;
}

.pro4 {
	padding-bottom: 100px;
}

.pro4 .ptop .ul1 li.hei {
	color: #000;
}

/* 返回顶部 */

.top {
	position: fixed;
	width: 60px;
	height: 60px;
	right: -60px;
	bottom: 200px;
	z-index: 9;
	overflow: hidden;
}

.top span {
	display: block;
	width: 100%;
	height: 100%;
	background: #eee url(../images/jt_lan.png) center no-repeat;
	border-radius: 50%;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	cursor: pointer;
}

.top s {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(0deg, #0069d1, #2486e8 50%, #298beb);
	background-image: -webkit-linear-gradient(0deg,
			#0069d1,
			#2486e8 50%,
			#298beb);
	background-image: -moz-linear-gradient(0deg, #0069d1, #2486e8 50%, #298beb);
	z-index: -1;
	border-radius: 50%;
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
}

.top:hover span {
	background: rgba(0, 0, 0, 0) url(../images/jt_bai.png) center no-repeat;
}

.top:hover s {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.top.act {
	right: 10px;
}

/* 图片弹窗 */

.img_tanchuang {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.img_tanchuang .ybox {
	width: 600px;
	max-height: 90%;
	position: absolute;
	top: 55%;
	opacity: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
}

.img_tanchuang .ybox .out {
	position: absolute;
	top: 0;
	right: -50px;
	width: 50px;
	height: 50px;
	background: #000 url(../images/out.png) center no-repeat;
	background-size: 18px;
	cursor: pointer;
}

.img_tanchuang .ybox .out:hover {
	background: #1971b8 url(../images/out.png) center no-repeat;
	background-size: 18px;
}

.img_tanchuang .ybox img {
	display: block;
	width: 100%;
}

.img_tanchuang.act {
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
}

.img_tanchuang.act .ybox {
	opacity: 1;
	top: 50%;
}

/* 团队弹窗 */

.td_tanchuang {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.td_tanchuang .ybox {
	width: 1200px;
	max-height: 90%;
	position: absolute;
	top: 55%;
	opacity: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	padding: 50px;
}

.td_tanchuang .ybox .out {
	position: absolute;
	top: 0;
	right: -50px;
	width: 50px;
	height: 50px;
	background: #000 url(../images/out.png) center no-repeat;
	background-size: 18px;
	cursor: pointer;
}

.td_tanchuang .ybox .out:hover {
	background: #1971b8 url(../images/out.png) center no-repeat;
	background-size: 18px;
}

.td_tanchuang .ybox .ytc {
	padding-right: 10px;
	overflow: auto;
	margin: 30px 0 50px;
	max-height: calc(100% - 150px);
	text-align: justify;
	line-height: 30px;
	color: #555555;
}

.td_tanchuang .ybox li {
	display: none;
}

.td_tanchuang.act {
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
}

.td_tanchuang.act .ybox {
	opacity: 1;
	top: 50%;
}

/* 视频弹窗 */

.vd_tanchuang {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	background: rgba(0, 0, 0, 0.8);
}

.vd_tanchuang video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	top: 0;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
}

.vd_tanchuang .out {
	display: block;
	position: absolute;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: #000 url(../images/out.png) center no-repeat;
	background-size: 20px;
	top: 10px;
	right: 10px;
	z-index: 3;
	opacity: 0;
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.vd_tanchuang.act {
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
}

.vd_tanchuang.act video {
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.vd_tanchuang.act .out {
	opacity: 1;
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}

.vd_tanchuang .out:hover {
	background: rgba(255, 255, 255, 1) url(../images/out2.png) center no-repeat;
	background-size: 20px;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}

/* 修改弹窗 */

.xg_tanchuang {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.xg_tanchuang .ybox {
	width: 580px;
	max-height: 90%;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	padding: 50px;
	opacity: 0;
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.xg_tanchuang .ybox .out {
	position: absolute;
	top: 0;
	right: -50px;
	width: 50px;
	height: 50px;
	background: #000 url(../images/out.png) center no-repeat;
	background-size: 18px;
	cursor: pointer;
}

.xg_tanchuang .ybox .out:hover {
	background: #1971b8 url(../images/out.png) center no-repeat;
	background-size: 18px;
}

.xg_tanchuang .ybox .ul1 {
	margin: 40px 0 20px;
}

.xg_tanchuang .ybox .ul1 li {
	display: flex;
	margin-bottom: 30px;
	line-height: 54px;
}

.xg_tanchuang .ybox .ul1 li .llt {
	width: 100px;
	text-align: right;
	color: #0f0f0f;
}

.xg_tanchuang .ybox .ul1 li .lrt {
	width: 360px;
}

.xg_tanchuang .ybox .ul1 li .lrt>input {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #e0e0e0;
	background: #fbfbfb;
	padding: 0 20px;
	outline: none;
}

.xg_tanchuang .ybox .ul1 li .lrt .outBox {
	width: 100%;
	height: 54px;
	position: relative;
	background: #f5f5f5;
	border: 1px solid #ddd;
	overflow: hidden;
}

.xg_tanchuang .ybox .ul1 li .lrt .outBox p {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	color: #999;
	pointer-events: none;
}

.xg_tanchuang .ybox .ul1 li .lrt .slider {
	width: 54px;
	height: 100%;
	background: #fff url(../images/lo_2.jpg) center no-repeat;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 0px;
}

.xg_tanchuang .ybox .ul1 li .lrt .slider_back {
	height: 100%;
	width: 0;
	background: #7ac23c;
	position: absolute;
	top: 0px;
}

.xg_tanchuang .ybox .ul1 li .lrt .outBox.act {
	background: #7ac23c;
	border: 1px solid #7ac23c;
}

.xg_tanchuang .ybox .ul1 li .lrt .outBox.act p {
	color: #fff;
}

.xg_tanchuang .ybox .ul1 li .lrt .outBox.act .slider {
	background: #fff url(../images/lo_3.jpg) center no-repeat;
}

.xg_tanchuang .ybox .ul1 li .lrt .yzm {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 54px;
}

.xg_tanchuang .ybox .ul1 li .lrt .yzm input {
	width: calc(100% - 200px);
	height: 100%;
	border: 1px solid #e0e0e0;
	padding: 0 20px;
	background: #fbfbfb;
	outline: none;
}

.xg_tanchuang .ybox .ul1 li .lrt .yzm .yz {
	width: 184px;
	position: relative;
	height: 100%;
	background: #fbfbfb;
	text-align: center;
	line-height: 54px;
}

.xg_tanchuang .ybox .ul1 li .lrt .yzm .yz:hover {
	background: #ddd;
}

.xg_tanchuang .ybox .ul1 li .lrt .yzm .yz .wz {
	cursor: pointer;
}

.xg_tanchuang .ybox .ul1 li .lrt .yzm .yz .shuzi {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #005ed1;
	color: #fff;
	display: none;
}

.xg_tanchuang .ybox .ul1 li .lrt .xud {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.xg_tanchuang .ybox .ul1 li .lrt .xud span {
	display: block;
	width: 210px;
	line-height: 54px;
	border: 1px solid #e0e0e0;
	background: #fbfbfb url(../images/re_1_1.png) 20px center no-repeat;
	text-align: center;
	cursor: pointer;
}

.xg_tanchuang .ybox .ul1 li .lrt .xud span.act {
	background: #fbfbfb url(../images/re_1_2.png) 20px center no-repeat;
}

.xg_tanchuang .ybox .ljdl {
	position: relative;
	width: 440px;
	line-height: 54px;
	text-align: center;
	margin: 50px auto 0;
	z-index: 3;
	background-image: linear-gradient(0deg, #298beb, #2486e8 50%, #0069d1);
	background-image: -webkit-linear-gradient(0deg,
			#298beb,
			#2486e8 50%,
			#0069d1);
	background-image: -moz-linear-gradient(0deg, #298beb, #2486e8 50%, #0069d1);
	color: #fff;
	cursor: pointer;
}

.xg_tanchuang .ybox .ljdl s {
	display: block;
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(0deg, #0069d1, #2486e8 50%, #298beb);
	background-image: -webkit-linear-gradient(0deg,
			#0069d1,
			#2486e8 50%,
			#298beb);
	background-image: -moz-linear-gradient(0deg, #0069d1, #2486e8 50%, #298beb);
	z-index: 1;
}

.xg_tanchuang .ybox .ljdl span {
	position: relative;
	z-index: 3;
}

.xg_tanchuang .ybox .ljdl:hover s {
	width: 100%;
}

.xg_tanchuang.act {
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
}

.xg_tanchuang.act .ybox {
	opacity: 1;
	top: 50%;
}

/* 查看更多 */

.more {
	display: flex;
	width: 250px;
	align-items: center;
	align-content: center;
	position: relative;
	z-index: 3;
}

.more .wz {
	width: 96px;
	position: relative;
	line-height: 36px;
}

.more .wz .xian {
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	overflow: hidden;
}

.more .wz .xian s {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	height: 100%;
}

.more .wz .xian s:nth-child(2) {
	left: -100%;
}

.more .yuan {
	width: 94px;
	height: 94px;
	position: relative;
	margin-left: 40px;
}

.more .yuan span {
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	border-radius: 50%;
}

.more .yuan s {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
	background: url(../images/jt_bai.png) center no-repeat;
	background-size: 16px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.more .yuan s:nth-child(2) {
	margin-left: -30px;
	opacity: 0;
}

.more:hover .wz {
	color: #1971b8;
}

.more:hover .wz .xian s {
	left: 100%;
	background: #1971b8;
}

.more:hover .wz .xian s:nth-child(2) {
	left: 0;
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}

.more:hover .yuan span {
	background: #1971b8;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
}

.more:hover .yuan s {
	margin-left: 0;
	opacity: 0;
}

.more:hover .yuan s:nth-child(2) {
	margin-left: -10px;
	opacity: 1;
}

.invy4 .itop .inm,
.page2 {
	display: none;
}

.xg_tanchuang2 .ybox .ytt {
	text-align: center;
	line-height: 1.5;
}

.mhead,
.mnav2,
.mnav {
	display: none;
}

@media (max-width: 1800px) {}

@media (max-width: 1680px) {
	.f_12 {
		font-size: 12px;
	}

	.f_16 {
		font-size: 14px;
	}

	.f_18 {
		font-size: 16px;
	}

	.f_20 {
		font-size: 18px;
	}

	.f_22 {
		font-size: 20px;
	}

	.f_24 {
		font-size: 22px;
	}

	.f_26 {
		font-size: 24px;
	}

	.f_28 {
		font-size: 26px;
	}

	.f_30 {
		font-size: 28px;
	}

	.f_32 {
		font-size: 30px;
	}

	.f_34 {
		font-size: 30px;
	}

	.f_36 {
		font-size: 30px;
	}

	.f_38 {
		font-size: 30px;
	}

	.f_40 {
		font-size: 32px;
	}

	.f_48 {
		font-size: 34px;
	}

	.ab5 .abox .prev4 {
		left: 0;
	}

	.ab5 .abox .next4 {
		right: 0;
	}
}

@media (max-width: 1580px) {
	.i3 .ibg .ul1 li {
		top: 56%;
		left: -5%;
	}

	.i3 .ibg .ul1 li:nth-child(2) {
		top: 40.2%;
	}

	.i3 .ibg .ul1 li:nth-child(3) {
		top: 27%;
		left: 41.5%;
	}

	.i3 .ibg .ul1 li:nth-child(4) {
		top: 13%;
		left: 65%;
	}

	.i3 .ibg .ul1 li:nth-child(5) {
		top: -1%;
		left: 87%;
	}
}

@media (max-width: 1440px) {
	.head .hrt .ul1 li .lbtm {
		padding-right: 31.5%;
	}

	.head .hrt .ul1 li:nth-child(2) .lbtm {
		padding-right: 37%;
	}

	.head .hrt .ul1 li:nth-child(3) .lbtm {
		padding-right: 38%;
	}

	.head .hrt .ul1 li:nth-child(5) .lbtm {
		padding-right: 21%;
	}

	.head .hrt .ul1 li:nth-child(6) .lbtm {
		padding-right: 21%;
	}
}

@media (max-width: 1280px) {}

@media (max-width: 1030px) {
	body {
		min-width: 200px;
		padding-top: 50px;
	}

	.box,
	.box2 {
		width: 90%;
		min-width: 100px;
		padding: 0;
	}

	.f_12 {
		font-size: 12px;
	}

	.f_16 {
		font-size: 14px;
	}

	.f_18 {
		font-size: 16px;
	}

	.f_20 {
		font-size: 16px;
	}

	.f_22 {
		font-size: 16px;
	}

	.f_24 {
		font-size: 16px;
	}

	.f_26 {
		font-size: 16px;
	}

	.f_28 {
		font-size: 18px;
	}

	.f_30 {
		font-size: 18px;
	}

	.f_32 {
		font-size: 20px;
	}

	.f_34 {
		font-size: 20px;
	}

	.f_36 {
		font-size: 20px;
	}

	.f_38 {
		font-size: 20px;
	}

	.f_40 {
		font-size: 22px;
	}

	.f_48 {
		font-size: 34px;
	}

	.head {
		display: none;
	}

	.mhead {
		display: block;
		width: 100%;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9;
		top: 0;
		left: 0;
		background: #fff;
		border-bottom: 1px solid #eee;
	}

	.mhead .menu {
		height: 50px;
		padding-left: 35px;
		background: url(../images/m1.png) center right no-repeat;
		background-size: 30px;
		float: right;
	}

	.mhead .sigin {
		display: flex;
		float: right;
		width: 80px;
		height: 30px;
		border: 1px solid #878787;
		margin: 10px 20px 0 0;
		justify-content: center;
		align-items: center;
		align-content: center;
		position: relative;
	}

	.mhead .sigin .ico {
		display: block;
		width: 20px;
		height: 20px;
		background: url(../images/hd_1_1.png) center no-repeat;
		background-size: 16px;
		margin-right: 6px;
	}

	.mhead .sigin span {
		color: #000;
	}

	.mhead .sigin s {
		display: block;
		width: 0%;
		height: 100%;
		position: absolute;
		top: 0;
		left: auto;
		right: 0;
		z-index: -1;
		background-image: linear-gradient(0deg, #298beb, #2486e8 50%, #0069d1);
		background-image: -webkit-linear-gradient(0deg,
				#298beb,
				#2486e8 50%,
				#0069d1);
		background-image: -moz-linear-gradient(0deg, #298beb, #2486e8 50%, #0069d1);
	}

	.mhead .sigin:hover {
		border: 1px solid #2486e8;
	}

	.mhead .sigin:hover s {
		width: 100%;
		left: 0;
		right: auto;
	}

	.mhead .sigin:hover span {
		color: #fff;
	}

	.mhead .sigin:hover .ico {
		background: url(../images/hd_1_2.png) center no-repeat;
		background-size: 16px;
	}

	.mhead .sigin a {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		top: 0;
		left: 0;
		z-index: 2;
		background: rgba(0, 0, 0, 0);
		width: 100%;
		height: 100%;
	}

	.mhead .logo {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
	}

	.mhead .logo img {
		display: block;
		height: 30px;
		margin-top: 10px;
	}

	.mhead .ss {
		display: block;
		width: 50px;
		height: 50px;
		float: right;
		background: url(../images/ss_m.png) center no-repeat;
		background-size: 20px;
	}

	.mhead.act {
		-moz-box-shadow: 0px 1px 5px #ddd;
		-webkit-box-shadow: 0px 1px 5px #ddd;
		box-shadow: 0px 1px 5px #ddd;
	}

	.mnav {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: -100%;
		z-index: 15;
		display: block;
		-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
		-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
		transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.mnav .hei {
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

	.mnav .mbox {
		width: 80%;
		height: 100%;
		overflow: auto;
		background: #fff;
		position: relative;
		z-index: 2;
		left: -100%;
		-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
		-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
		transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.mnav .mbox .ul1 {}

	.mnav .mbox .ul1 li .ltop {
		position: relative;
		line-height: 50px;
		padding: 0 50px 0 15px;
		border-bottom: 1px solid #ddd;
	}

	.mnav .mbox .ul1 li .ltop a {
		display: block;
		width: 100%;
	}

	.mnav .mbox .ul1 li .ltop span {
		display: block;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		background: url(../images/r_hui2.png) center no-repeat;
		background-size: 16px;
	}

	.mnav .mbox .ul1 li .ltop span.act {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}

	.mnav .mbox .ul1 li .lbtm {
		display: none;
		border-bottom: 1px solid #ddd;
		padding: 10px 0;
	}

	.mnav .mbox .ul1 li .lbtm a {
		display: block;
		width: 100%;
		padding: 0 15px;
		line-height: 30px;
		font-size: 12px;
		color: #666;
	}

	.mnav.act {
		left: 0;
	}

	.mnav.act .mbox {
		left: 0;
		transition-delay: 0.15s;
		-webkit-transition-delay: 0.15s;
	}

	.mnav2 {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: -100%;
		z-index: 15;
		display: block;
		-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
		-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
		transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.mnav2 .hei {
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.1);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

	.mnav2 .mbox {
		width: 80%;
		height: 100%;
		overflow: auto;
		background: #fff;
		position: relative;
		z-index: 2;
		left: -100%;
		-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
		-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
		transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.mnav2 .mbox .dl1 {}

	.mnav2 .mbox .dl1 dd {}

	.mnav2 .mbox .dl1 dd .dtop {
		position: relative;
		line-height: 50px;
		padding: 0 50px 0 15px;
		border-bottom: 1px solid #ddd;
	}

	.mnav2 .mbox .dl1 dd .dtop a {
		display: block;
		width: 100%;
	}

	.mnav2 .mbox .dl1 dd .dtop span {
		display: block;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		background: url(../images/r_hui2.png) center no-repeat;
		background-size: 16px;
	}

	.mnav2 .mbox .dl1 dd .dtop span.act {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}

	.mnav2 .mbox .dl1 dd .dbtm {
		display: none;
		border-bottom: 1px solid #ddd;
		padding: 10px 0;
	}

	.mnav2 .mbox .dl1 dd .dbtm a {
		display: block;
		width: 100%;
		padding: 0 15px;
		line-height: 30px;
		font-size: 12px;
		color: #666;
	}

	.mnav2.act {
		left: 0;
	}

	.mnav2.act .mbox {
		left: 0;
		transition-delay: 0.15s;
		-webkit-transition-delay: 0.15s;
	}

	.wow {
		opacity: 1;
	}
}

@media (max-width: 960px) {
	.login_c {
		width: 90%;
		margin-top: 100px !important;
	}

	.ntop_box {
		height: auto;
	}

	.ntop {
		display: block;
	}

	.kong {
		width: 100%;
		padding: 10px 20px;
	}

	.kong:nth-child(3) {
		width: 100%;
	}

	.pbox_detail_list_con {
		display: flex;
		flex-direction: column;
		align-items: flex-start !important;
	}

	.pbox_detail_list_con .right {
		margin-top: 20px;
	}



	.f_12 {
		font-size: 12px;
	}

	.f_16 {
		font-size: 14px;
	}

	.f_18 {
		font-size: 16px;
	}

	.f_20 {
		font-size: 16px;
	}

	.f_22 {
		font-size: 16px;
	}

	.f_24 {
		font-size: 16px;
	}

	.f_26 {
		font-size: 16px;
	}

	.f_28 {
		font-size: 18px;
	}

	.f_30 {
		font-size: 18px;
	}

	.f_32 {
		font-size: 20px;
	}

	.f_34 {
		font-size: 20px;
	}

	.f_36 {
		font-size: 20px;
	}

	.f_38 {
		font-size: 20px;
	}

	.f_40 {
		font-size: 22px;
	}

	.f_46 {
		font-size: 24px;
	}

	.f_48 {
		font-size: 24px;
	}

	.i1 .swiper1 .swiper-slide .sbox img {
		display: none;
	}

	.i1 .swiper1 .swiper-slide .sbox .mimg {
		display: block;
	}

	.i1 .swiper1 .swiper-slide .sbox .txt .itt {
		font-size: 30px;
	}

	.i1 .swiper1 .anx {
		display: none;
	}

	.i2 {
		padding: 30px 0;
	}

	.i2 .ibox {
		display: block;
	}

	.i2 .ibox .ilt {
		width: 100%;
		padding: 0;
	}

	.i2 .ibox .ilt .itt1 {
		padding: 10px 0 20px;
	}

	.i2 .ibox .ilt .itt2 img {
		width: 200px;
	}

	.i2 .ibox .ilt .itt2 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.more .yuan {
		width: 46px;
		height: 46px;
	}

	.i2 .ibox .ilt .more {
		margin: 20px 0;
	}

	.i2 .ibox .irt {
		width: 100%;
	}

	.i2 .ibox .irt .bf {
		width: 60px;
		height: 60px;
	}

	.i2 .ibox .irt .bf span {
		background-size: 20px;
	}

	.vd_tanchuang video {
		width: 90%;
		height: auto;
		left: 5%;
		top: 30%;
	}

	.i3 {
		padding: 0;
	}

	.i3 .ibg .mr,
	.i3 .ibg .xuxian,
	.i3 .ibg .shixian {
		display: none;
	}

	.i3 .ibg .ul1 {
		position: relative;
		display: flex;
		overflow: auto;
	}

	.i3 .ibg .ul1 li,
	.i3 .ibg .ul1 li:nth-child(2),
	.i3 .ibg .ul1 li:nth-child(3),
	.i3 .ibg .ul1 li:nth-child(4),
	.i3 .ibg .ul1 li:nth-child(5) {
		position: relative;
		top: 0;
		left: 0;
		padding: 30px 0;
	}

	.i3 .ibg .ul1 li .year {
		width: 200px;
	}

	.i4 {
		padding: 50px 0;
	}

	.i4 .ul1 {
		flex-wrap: wrap;
	}

	.i4 .ul1 li {
		width: 50%;
		padding: 30px 0;
	}

	.i4 .ul1 li .sj {
		font-size: 36px;
	}

	.i4 .ul1 li .ltc {
		margin-top: 20px;
	}

	.i5 {
		padding: 30px 0;
	}

	.i5 .itop {
		margin-top: 10px;
		padding: 20px 0;
		display: block;
	}

	.i5 .itop .ilt {
		width: 100%;
		padding: 0;
	}

	.i5 .itop .ilt .itc {
		height: auto;
		padding: 0;
		margin-top: 10px;
	}

	.i5 .itop .irt {
		width: 100%;
		margin-top: 20px;
	}

	.i6 {
		padding-bottom: 30px;
	}

	.i6 .itop {
		display: block;
	}

	.i6 .itop .ilt {
		width: 100%;
		margin-bottom: 40px;
	}

	.i6 .itop .ilt .itc {
		margin-top: 10px;
	}

	.footer .ftop {
		padding: 30px 0;
	}

	.footer .ftop .fbox {
		display: block;
	}

	.footer .ftop .fbox .ul1 {
		display: none;
	}

	.footer .ftop .fbox .frt {
		margin: 0 auto;
		width: 100%;
	}

	.footer .ftop .fbox .frt .logo {
		width: 78px;
		margin: 0 auto;
	}

	.footer .ftop .fbox .frt .ewm {
		margin: 20px auto 0;
	}

	.footer .ftop .fbox .ul2 {
		display: block;
		width: 100%;
		margin: 30px auto 0;
	}

	.footer .ftop .fbox .ul2 li {
		width: 100%;
		text-align: center;
		line-height: 1.6;
		margin-bottom: 20px;
	}

	.footer .ftop .fbox .ul2 li .ltc {
		margin-top: 10px;
	}

	.footer .ftop .fbox .ul2 li .ltc a {
		margin-bottom: 5px;
	}

	.footer .fbtm .fbox {
		display: block;
		padding: 20px 0;
	}

	.footer .fbtm .fbox .flt {
		display: block;
		width: 100%;
		text-align: center;
		line-height: 1.8;
	}

	.footer .fbtm .fbox .flt img {
		margin: 10px auto;
	}

	.footer .fbtm .fbox .frt {
		text-align: center;
		margin-top: 10px;
	}

	.banner img {
		display: none;
	}

	.banner .mimg {
		display: block;
	}

	.nav {
		display: none;
	}

	.ab1 {
		padding: 30px 0;
	}

	.ab1 .tc {
		font-size: 14px;
		margin: 10px 0 20px;
	}

	.ab1 .img .bf {
		width: 60px;
		height: 60px;
	}

	.ab1 .img .bf span {
		background-size: 20px;
	}

	.ab2 .ul1 {
		overflow: auto;
		flex-wrap: nowrap;
	}

	.ab2 .ul1 li {
		width: 200px;
		padding-top: 20px;
	}

	.ab2 .ul1 li .ltt {
		width: 200px;
	}

	.ab2 .ul1 li .ltc {
		height: auto;
		margin: 10px 0 30px;
	}

	.td_tanchuang .ybox {
		width: 90%;
		padding: 20px 5%;
	}

	.td_tanchuang .ybox .out {
		right: 0;
		top: -50px;
	}

	.ab2 {
		padding-bottom: 30px;
	}

	.ab3 {
		padding: 30px 0;
	}

	.ab3 .swiper2 {
		padding: 30px 10px 40px;
	}

	.ab4 {
		padding: 30px 0;
	}

	.ab4 .atop {
		display: block;
	}

	.ab4 .atop .alt {
		width: 100%;
	}

	.ab4 .atop .art {
		width: 100%;
		margin-top: 10px;
		padding: 20px 0 40px;
	}

	.ab4 .atop .art .swiper3 .swiper-slide .sbox .stc {
		height: auto;
	}

	.ab4 .atop .art .swiper3 .swiper-slide .sbox .stt {
		height: auto;
		overflow: visible;
		white-space: inherit;
		line-height: 1.5;
	}

	.ab5 {
		padding: 30px 0;
	}

	.ab5 .abox {
		margin-top: 20px;
	}

	.swiper1 .pagination1 {}

	.swiper1 .pagination1 span {
		width: 24px;
		height: 5px;
		border-radius: 30px;
		background: rgba(255, 255, 255, 0.8);
		opacity: 1;
	}

	.swiper1 .pagination1 span.swiper-pagination-bullet-active {
		background: #1971b8;
	}

	.i1 .swiper1 .swiper-slide .sbox video {
		display: none;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.i1 .swiper1 .swiper-slide .sbox .txt .img img {
		width: 200%;
		max-width: 1920px;
	}

	.img_tanchuang .ybox {
		width: 90%;
	}

	.img_tanchuang .ybox .out {
		right: 0;
		top: -50px;
	}

	.swiper4 .pagination4 span {
		width: 14px;
		height: 5px;
		border-radius: 30px;
		background: rgba(0, 0, 0, 0.3);
		opacity: 1;
	}

	.swiper4 .pagination4 span.swiper-pagination-bullet-active {
		background: #1971b8;
	}

	.ab4 .atop .art .swiper3 .pagination3 span,
	.ab3 .swiper2 .pagination2 span {
		width: 14px;
	}

	.yd_tanchuang .ybox {
		width: 90%;
		padding: 20px 5%;
		max-height: calc(100% - 200px);
	}

	.yd_tanchuang .ybox {}

	.yd_tanchuang .ybox .ytc {
		height: 40vh;
	}

	.yd_tanchuang .ybox .btn span {
		margin: 0 10px;
	}

	.yd_tanchuang .ybox2 {
		width: 90%;
		padding: 20px 5%;
	}

	.ab5 .abox .prev4 {
		display: none;
	}

	.ab5 .abox .next4 {
		display: none;
	}

	.inv1 {
		padding: 30px 0;
	}

	.inv1 .itop {
		display: block;
	}

	.inv1 .itop .ilt {
		width: 100%;
	}

	.inv1 .itop .ilt .itt2 {
		padding: 20px 0;
		margin-top: 5px;
		font-size: 18px;
	}

	.inv1 .itop .irt {
		width: 100%;
		margin-top: 20px;
	}

	.inv2 {
		padding: 30px 0;
	}

	.inv2 .tc {
		margin: 15px 0 20px;
	}

	.inv2 .ul1 {
		overflow: auto;
	}

	.inv2 .ul1 li {
		padding-right: 20px;
	}

	.inv2 .ul1 li .ltt {
		width: 250px;
	}

	.inv2 .ul1 s {
		display: none;
	}

	.inv3 {
		padding: 30px 0;
	}

	.inv3 .ul1 {
		margin: 20px 0;
		overflow: auto;
	}

	.inv3 .ul1 li {
		width: 280px;
		margin-right: 20px;
		padding: 10px;
	}

	.inv3 .ul1 li .ltt {
		width: 260px;
	}

	.inv3 .ul1 li .ltc {
		margin-top: 20px;
	}

	.inv4 {
		padding: 30px 0;
	}

	.inv4 .img {
		margin-top: 20px;
	}

	.invp1 {
		padding: 30px 0;
	}

	.invp1 .itop {
		display: block;
	}

	.invp1 .itop .ilt {
		width: 100%;
	}

	.invp1 .itop .ilt .itt2 {
		padding: 20px 0;
		margin-top: 5px;
		font-size: 16px;
	}

	.invp1 .itop .ilt .ul1 li {
		margin-bottom: 5px;
	}

	.invp1 .itop .irt {
		width: 100%;
		padding-top: 0;
	}

	.invp1 .itop .irt .swiper6 .pagination6 span {
		width: 14px;
	}

	.invp2 {
		padding: 30px 0;
	}

	.invp2 .itop {
		display: block;
	}

	.invp2 .itop .ilt {
		width: 100%;
		display: block;
	}

	.invp2 .itop .irt {
		width: 100%;
		display: block;
	}

	.invp2 .itop .irt .yuan {
		width: 280px;
		height: 280px;
		margin: 30px auto;
	}

	.invp2 .itop .irt .yuan .s1,
	.invp2 .itop .irt .yuan .s2,
	.invp2 .itop .irt .yuan .s3 {
		transform: scale(1);
		-webkit-transform: scale(1);
	}

	.invp2 .itop .irt .yuan .s2 {
		width: 200px;
		height: 200px;
	}

	.invp2 .itop .irt .yuan .s3 {
		width: 90px;
		height: 90px;
		top: 95px;
		left: 95px;
	}

	.invp2 .itop .irt .ul1 {
		width: 100%;
	}

	.invp2 .itop .irt .ul1 li .img {
		display: none;
	}

	.invp2 .itop .irt .ul1 li {
		min-height: 100px;
		margin-bottom: 20px;
	}

	.invy1,
	.invy2 {
		padding: 30px 0;
	}

	.invy1 .tc {
		margin-top: 10px;
	}

	.swiper7 {
		padding-bottom: 30px;
	}

	.swiper7 .pagination7 span {
		width: 14px;
		height: 5px;
		border-radius: 30px;
		background: rgba(0, 0, 0, 0.3);
		opacity: 1;
	}

	.swiper7 .pagination7 span.swiper-pagination-bullet-active {
		background: #1971b8;
	}

	.invy3 {
		padding: 30px 0;
	}

	.invy3 .ul1 li .llt {
		width: 100%;
		float: none;
	}

	.invy3 .ul1 li .llt .itt2 {
		padding: 20px 0;
		margin-top: 5px;
	}

	.invy3 .ul1 li .lrt {
		width: 100%;
		float: none;
		margin-top: 10px;
	}

	.invy3 .ul1 li:nth-child(2n) .llt,
	.invy3 .ul1 li:nth-child(2n) .lrt {
		float: none;
	}

	.invy3 .ul1 li {
		margin-bottom: 20px;
	}

	.invy4 {
		padding: 30px 0;
	}

	.invy4 .itop {
		margin-top: 20px;
	}

	.invy4 .itop .inm {
		display: block;
		margin-bottom: 20px;
	}

	.invy4 .itop .ilt {
		display: none;
	}

	.invy4 .itop .irt {
		width: 100%;
		float: none;
		display: flex;
		overflow: auto;
	}

	.invy4 .itop .irt li {
		display: block;
		width: 280px;
		margin-right: 20px;
	}

	.invy4 .itop .irt li .ltt {
		width: 280px;
	}

	.eff1 .etop {
		position: relative;
		top: 0;
		left: 0;
		transform: translateY(0%);
		-webkit-transform: translateY(0%);
	}

	.eff1 .yuan img {
		transform: scale(1);
		-webkit-transform: scale(1);
	}

	.eff1 .etop .txt {
		padding: 20px 0 0;
	}

	.eff1 .etop .txt .tt2 {
		margin-top: 10px;
		padding-top: 10px;
	}

	.eff1 .etop .txt .tc {
		margin: 5px 0 10px;
	}

	.eff2 {
		padding: 30px 0;
	}

	.eff2 .tc {
		margin: 15px 0 20px;
	}

	.eff2 .ul1 {
		display: block;
	}

	.eff2 .ul1 li {
		width: 100%;
		margin: 0 0 20px;
	}

	.eff2 .ul1 li .txt {
		padding: 20px 0 10px;
	}

	.eff2 .ul1 li .txt .day {
		margin: 10px 0 20px;
	}

	.page2 {
		display: block;
		width: 150px;
		line-height: 40px;
		text-align: center;
		background: #1971b8;
		color: #fff;
		margin: 20px auto 0;
	}

	#wrap1 {
		display: none;
	}

	#wrap2 {
		display: none;
	}

	.newc2 .nbox {
		padding: 30px 5%;
	}

	.newc2 .nbox .tc {
		margin: 20px 0;
		display: block;
	}

	.newc2 .nbox .tc span {
		margin-top: 10px;
	}

	.newc2 .nbox .cont {
		padding: 20px 0;
	}

	.newc2 .nbox .btn {
		margin-top: 20px;
		display: block;
	}

	.newc2 .nbox .btn .blt {
		width: 100%;
	}

	.newc2 {
		padding-bottom: 30px;
	}

	.pr1 {
		padding: 30px 0;
	}

	.pr1 .ul1 li a .ltop {
		padding: 20px 5%;
		line-height: 30px;
		display: block;
		height: auto;
	}

	.pr1 .ul1 li a .ltop .llt {
		width: 100%;
		max-width: 100%;
	}

	.pr1 .ul1 li a .ltop span {
		margin: 10px 0 0;
	}

	.pr1 .ul1 li a .lbtm {
		padding: 15px 5%;
		display: block;
	}

	.pr1 .ul1 li a .lbtm dd {
		width: 100%;
		padding: 15px 0;
	}

	.pr1 .ul1 li a .lbtm dd:nth-child(2),
	.pr1 .ul1 li a .lbtm dd:nth-child(3) {
		border-top: 1px dashed #ddd;
	}

	.pr1 .ul1 li {
		margin-bottom: 20px;
	}

	.login {
		padding: 100px 5%;
	}

	.login .lcont {
		width: 100%;
		padding: 20px 5%;
	}

	.login .lcont .lox {
		margin-top: 20px;
	}


	.login .lcont .yzm .yz {
		width: 140px;
	}

	.login .lcont .yzm input {
		width: calc(100% - 150px);
	}

	.login .lcont .outBox {
		margin: 10px 0;
	}

	.login .lcont .ljdl {
		margin-top: 30px;
	}

	.reg1 {
		padding: 30px 0;
	}

	.reg1 .rbox {
		padding: 20px 5%;
	}

	.reg1 .rbox .rcon .a {
		padding: 0;
		text-align: center;
		justify-content: center;
	}

	.reg1 .rbox .ul1 li {
		display: block;
		margin-bottom: 10px;
	}

	.reg1 .rbox .ul1 li .llt {
		width: 100%;
		line-height: 30px;
		text-align: left;
	}

	.reg1 .rbox .ul1 li .lrt {
		width: 100%;
		height: 54px;
	}

	.reg1 .rbox .ul1 li .lrt .yzm .yz {
		width: 140px;
	}

	.reg1 .rbox .ul1 li .lrt .yzm input {
		width: calc(100% - 150px);
	}

	.reg1 .rbox .ul1 li .lrt .xud span {
		width: 48%;
		background: #fbfbfb;
	}

	.reg1 .rbox .ul1 li .lrt .xud span.act {
		background: #1971b8;
		color: #fff;
	}

	.reg1 .rbox .rcon,
	.reg1 .rbox .rtc2 {
		margin-bottom: 30px;
	}

	.reg1 .rbox .rtt {
		line-height: 1.6;
	}

	.reg1 .rbox .ljdl {
		width: 100%;
	}

	.pro2 .ptop .ptt {
		padding: 20px;
		display: block;
		line-height: 30px;
	}

	.pro2 .ptop .ptt .plt {
		width: 100%;
		display: block;
	}

	.pro2 .ptop .ptt .plt div {
		width: 100%;
		max-width: 100%;
		overflow: auto;
		white-space: inherit;
	}

	.pro2 .ptop .ptt .plt span {
		margin: 10px 0;
	}

	.pro2 .ptop .ul1 {
		padding: 20px;
	}

	.pro2 .ptop .ul1 li {
		padding: 0;
		display: block;
		border: 0;
	}

	.pro2 .ptop .ul1 li .fl,
	.pro2 .ptop .ul1 li .fl:nth-child(3) {
		display: flex;
		width: 100%;
		line-height: 40px;
		border-bottom: 1px dashed #ddd;
	}

	.pro2 .ptop .ul1 li:last-child .fl:last-child {
		border: 0;
	}

	.pro3 {
		margin: 20px 0;
	}

	.pro3 .ptop {
		padding: 20px;
		line-height: 30px;
	}

	.pbtm_w {
		padding: 20px !important;
	}

	.pro3 .pbtm {
		padding: 20px;
		display: block;
	}

	.pro3 .pbtm .plt {
		width: 100%;
	}

	.pro3 .pbtm .plt li .llt {
		width: 90px;
		margin-right: 0px;
	}

	.pro3 .pbtm .plt li .lrt {
		width: calc(100% - 100px);
	}

	.pro3 .pbtm .plt li {
		margin-bottom: 10px;
	}

	.pro3 .pbtm .prt {
		width: 100%;
		margin-top: 30px;
	}

	.pro3 .pbtm .prt .ptt span {
		margin: 0 20px 0 0;
	}

	.pro3 .pbtm .prt .ptt {
		justify-content: flex-start;
		margin-bottom: 20px;
	}

	.pro4 .ptop .ul1 li {
		display: flex;
	}

	.pro4 .ptop .ul1 li .fl:nth-child(1),
	.pro4 .ptop .ul1 li .fl:nth-child(2),
	.pro4 .ptop .ul1 li .fl:nth-child(3) {
		width: 33.33%;
		text-align: center;
		display: block;
	}

	.pro4 .ptop .ul1 li:last-child .fl {
		border: 0;
	}

	.pro4 {
		padding-bottom: 30px;
	}

	.vo2 {
		padding: 30px 0;
	}

	.vo2 .tc {
		margin: 20px 0;
	}

	.vo2 .ibtm {
		width: 100%;
		display: block;
		height: auto;
	}

	.vo2 .ibtm .ilt {
		width: 100%;
		height: auto;
	}

	.vo2 .ibtm .ilt .txt {
		position: relative;
		padding: 20px 5%;
		top: 0;
		left: 0;
		transform: translateY(0%);
		-webkit-transform: translateY(0%);
	}

	.vo2 .ibtm .ilt .txt .ltc {
		margin-top: 10px;
	}

	.vo2 .ibtm .irt {
		width: 100%;
		height: 300px;
	}

	.vo3 {
		padding: 30px 0;
	}

	.vo3 .ul1 {
		margin-top: 20px;
	}

	.new1 .ul1 {
		margin-top: 20px;
	}

	.my {
		padding: 30px 0 10px;
	}

	.my .mbox {
		padding: 30px 5%;
		margin-bottom: 20px;
	}

	.my .mbox1 .m1top {
		display: block;
	}

	.my .mbox1 .m1top .mlt {
		margin: 0 auto;
	}

	.my .mbox1 .m1top .mrt {
		width: 100%;
	}

	.xg_tanchuang .ybox {
		width: 90%;
		padding: 20px 5%;
	}

	.xg_tanchuang .ybox .ul1 {
		margin: 20px 0;
	}

	.xg_tanchuang .ybox .ul1 li {
		margin-bottom: 10px;
		display: block;
	}

	.xg_tanchuang .ybox .ul1 li .llt {
		width: 100%;
		text-align: left;
		line-height: 30px;
	}

	.xg_tanchuang .ybox .ul1 li .lrt {
		width: 100%;
		height: 54px;
	}

	.xg_tanchuang .ybox .ul1 li .lrt .yzm .yz {
		width: 140px;
	}

	.xg_tanchuang .ybox .ul1 li .lrt .yzm input {
		width: calc(100% - 150px);
	}

	.xg_tanchuang .ybox .ljdl {
		width: 100%;
		margin-top: 0;
	}

	.xg_tanchuang .ybox .out {
		right: 0;
		top: -50px;
	}

	.my .mbox1 .ul1 li {
		padding: 10px 0;
		display: block;
		line-height: 1.8;
	}

	.my .mbox1 .ul1 li .lrt,
	.my .mbox1 .ul1 li .llt {
		width: 100%;
	}

	.my .mbox1 .ul1 li .lrt .dl1 dd {
		display: block;
		margin-bottom: 10px;
	}

	.my .mbox1 .ul1 li .lrt .dl1 dd div {
		width: 100%;
	}

	.my .mbox1 .ul1 li .lrt .dl1 dd .num {
		text-align: left;
	}

	.my .mbox2 {
		margin-bottom: 20px;
	}

	.my .mbox3 .ul1 li {
		padding: 20px 5%;
	}

	.my .mbox3 .ul1 li .ltop {
		padding: 20px 0;
	}

	.my .mbox3 .ul1 li .lbtm .li1 {
		line-height: 1.6;
		padding: 20px 0;
	}

	.pro3 .pbtm .prt .biaodna {
		width: 100%;
		overflow: auto;
	}

	.pro3 .pbtm .prt .biaodna .li {
		width: 100%;
	}

	.reg1 .rbox .ul3 li .lbtm {
		padding: 20px 5%;
	}

	.f100 {
		font-weight: 400;
	}

	.reg1 .rbox .ul3 li .lbtm .dan_btn {
		line-height: 26px;
		margin-bottom: 10px;
	}

	.reg1 .rbox .ljdl {
		margin-top: 20px;
	}

	.reg1 .rbox .ul3 li .ltop {
		line-height: 26px;
		padding: 20px;
	}

	.reg1 .rbox .ul3 li .lbtm .dan_btn,
	.reg1 .rbox .ul3 li .lbtm .dan_btn.act {
		background-size: 9px;
		padding-left: 20px;
	}

	.ab2 .ul1 li .mo s,
	.ab2 .ul1 li .mo s:nth-child(2) {
		background-size: 16px;
	}

	.xg_tanchuang2 .ybox .ytt {
		margin-bottom: 20px;
	}

	.my .mbox1 .m1top .mrt .tcdl {
		position: relative;
		margin: 30px auto 0;
	}

	.my .mbox3 .ul1 {
		margin-bottom: 40px;
	}

	.i4 .ul1 li s {
		background-size: 78%;
	}

	.invp2 .itop .irt .yuan dl {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 3;
	}

	.invp2 .itop .irt .yuan dl dd {
		display: block;
		width: 100%;
		text-align: center;
		position: absolute;
		top: 47%;
		color: #fff;
	}

	.invp2 .itop .irt .yuan dl dd:nth-child(2) {
		top: 72%;
		color: #000;
	}

	.invp2 .itop .irt .yuan dl dd:nth-child(3) {
		top: 90%;
		color: #000;
	}
}

.ab5 .box2 .abox .swiper-pagination {
	position: relative !important;
}