* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
.main {
	/*max-width: 1220px !important;*/
	margin: 0 auto !important;
	/*padding: 0px 10px;*/
}
body,html { width:100%; height:100%;}
/*.header { position: fixed; top: 0px; width: 100%; height: 102px; line-height: 102px; padding-right: 200px; left: 0px;  }
.header .main { position: relative; }
.header .nav a { font-size: 20px; margin: 0px 25px; color: #fff; }
.header .nav a.active { color: #3f98c3; }
.header.active { background: #fff; }
.header.active .nav a { color: #333; }
.header.active .nav a.active { color: #3f98c3; } 

.header .img { float: left; margin-top: 20px; display: none; }
.header .nav { float: right; }
.header.active .img { display: block; }



.box_img>a{
    position: absolute;
    width: 160px;
    height: 50px;
    top: 1856px;
    left: 230px;
    cursor: pointer;
}*/

/*index*/

body.wfEditorMode .index-main .banner a.wfEditorMode{
	position: absolute;
	z-index: 10;
	top: 20%;
	/*top: 10%;*/
	right: 0;
}
.index-main .banner .swiper-slide{
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

/*.index-main .banner .swiper-slide img{
	margin: 0 auto;
}*/

/*.index-main .banner .swiper-slide .pic {
	width: 100%;
	height: 100%;
	font-size: 0;
	position: relative;
	overflow: hidden;
}

.index-main .banner .swiper-slide .pic img {
	width: 1920px;
	height: 980px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -960px;
	max-width: unset !important;
	max-height: unset !important;
}*/

.index-main .banner .swiper-slide .text{
	position: absolute;
	left: 20px;
	top: 50%;
	font-size: 40px;
    color: #fff;
     left: 13%;
    top: 34.6%;
}
.index-main .banner .swiper-slide .text span{
	margin-left: 30px;
}
.index-main .banner .swiper-slide .text .p2{
	margin-left: 155px;
}
.index-main .banner .swiper-slide .text strong{
	font-size: 75px;
	color: #4aadde;
	margin-right: 10px;
}



.index-main .about{
	background-image: url(../images/bg1.png);
	/*height: 1325px;*/
	/*height: 1245px;*/
	height: 846px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:  cover;
}
.index-main .about .content-box{
	margin-top: 80px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.index-main .about .content-left{
	/* width: 41%; */
	width: 49%;
	height: 805px;
	/*height: 798px;*/
	border: 1px solid rgba(95,183,222,0.4);
	background-color: rgba(255,255,255,0.4);
	padding: 70px 70px 49px;
	float: left;
}
.index-main .about .content-left .content-title h2{
	font-size: 40px;
	color: #333333;
	line-height: 1;
}
.index-main .about .content-left .content-title span{
	font-size: 24px;
	color: #4eafda;
	line-height: 1;
	margin: 36px 0 70px;
	display: block;
	letter-spacing: 1px;
	font-family: arial;
}
.index-main .about .content-left .content-text p{
	font-size: 18.67px;
	color: #3e3e3e;
	letter-spacing: 1px;
	/*font-weight: bold;*/
	line-height: 1.9;
}
.index-main .about .content-left .content-text a{
	font-size: 18px;
	color: #fff;
	width: 160px;
	height: 48px;
	background-color: #4eafda;
	border-radius: 100px;
	display: block;
	text-align: center;
	line-height: 48px;
	border: 1px solid #4eafda;
	margin-top: 80px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.index-main .about .content-left .content-text a:hover{
	background-color: #fff;
	color: #4eafda;
}
.index-main .about .content-right{
	/* width: 54%; */
	width: 49%;
	/* float: right; */
	/* padding-top: 40px; */
	
}
.index-main .about .content-right .content-top{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.index-main .about .content-right img{
	width: 100%;
}
.index-main .about .content-right .pic1{
	width: 31%;
	/*float: left;*/
	display: inline-block;
	position: relative;
	/* max-width: 471px;
	max-height: 437px;
	top: -40px; */
}
.index-main .about .content-right .pic2 {
	/*width: 44%;*/
	width: 31%;
	display: inline-block;
	position: relative;
	/*float: left;*/
	/* margin-left: 2%;
	top: -20px; */
}
.index-main .about .content-right .pic3 {
	width: 31%;
	display: inline-block;
	position: relative;
	/* margin-left: 2%; */
}

.index-main .about .content-bottom{
	margin-top: 15px;
	display: none;
}
.index-main .about .content-right .pic4{
	width: 44%;
	display: inline-block;
	position: relative;
	bottom: -10px;
	left: -10px;
	margin-left: 4%;
}
.index-main .about .content-right .pic5 {
	position: relative;
	width: 48%;
	display: inline-block;
	margin-left: 2%;
}
.index-main .about .content-right .pic-cover{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255,180,0,.4);
	display: none;
}

.index-main .about .content-right .pic1:hover .pic-cover,
.index-main .about .content-right .pic2:hover .pic-cover,
.index-main .about .content-right .pic3:hover .pic-cover,
.index-main .about .content-right .pic4:hover .pic-cover,
.index-main .about .content-right .pic5:hover .pic-cover{
	display: block;
}
.index-main .about .content-right .pic-cover p{
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
	color: #fff;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 32px;
}
.index-main .news{
	height: 1024px;
	background-image: url(../images/bg2.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
}
.index-main .news .content-box{
	padding-top: 210px;
}
.index-main .news .content-left-box{
	display: none;
}
.index-main .news .content-left-box.active{
	display: block;
}
.index-main .news .content-left{
	height: 698px;
	width: 62%;
	/*background: black;*/
	float: left;
	background-image: url(../images/img5.png);
	/*background-size: auto 100%;*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;	
	box-shadow: 5px 5px 50px 1px #333 ;
}
.index-main .news .content-left{
	color: #fff;
	padding:109px 179px 0px 77px;
}
.index-main .news .content-left .content-title p{
	font-size: 32px;
	border-bottom: 2px solid #fff;
	padding-bottom: 18px;
    display: inline;
	
}
/*.index-main .news .content-left .content-title span{
	font-size: 32px;
	border-bottom: 2px solid #fff;
	padding-bottom: 18px;
	
}*/
.index-main .news .content-left .content-text{
	margin-top: 95px;
}
.index-main .news .content-left .content-text h2{
	font-size: 24px;
	display: block;
	margin-bottom: 30px;
}
.index-main .news .content-left .content-text p{
	font-size: 18.67px;
	letter-spacing: 1.5px;
}
.index-main .news .content-left .content-text span{
	font-size: 18.67px;
	letter-spacing: 1.5px;
	color: #666666;
}
.index-main .news .content-left .content-text a.more{
	margin-top: 98px;
	display: block;
	width: 158px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #fff;
	background-color: #fff;
	color: #135b9c;
	text-align: center;
	border-radius: 50px;
	font-size: 18px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.index-main .news .content-left .content-text a.more:hover{
	color: #fff;
	background-color: #135b9c;
	border-color: #135b9c;
}
.index-main .news .content-right{
	height: 698px;
	width: 30%;
	float: left;
	background: black;
	margin-left: 3.5%;
	background-color: rgba(29,32,136,.2);
	border: 1px solid rgba(255,255,255,.2);
	color: #fff;
	padding: 32px 35px;
	position: relative;
}
.index-main .news .content-right .content-title h2{
	font-size: 40px;
    line-height: 1;
}
.index-main .news .content-right .content-title span{
	font-size: 24px;
	font-family: arial;
	display: block;
	margin: 36px 0 48px;
}
.index-main .news .content-right .content-text li{
	/*border-left: 2px solid #fff;*/
	font-size: 20px;
	position: relative;
	line-height: 1.3;
	padding-left: 10px;
	letter-spacing: 1.5px;
	margin-bottom: 40px;
}
.index-main .news .content-right .content-text li.active{
	font-size: 21.34px;
	font-weight: bolder;
}

.index-main .news .content-right .content-text li a.a-title{
	color: #fff;
}
.index-main .news .content-right .content-text li.active:before{
	content:"";
	width: 3px;
	height: 20px;
	/*height: 100%;*/
	background-color: #fff;
     display: block;
    position: absolute;
    left: 0;
    top: 3px;
    /*bottom: 0;*/
    /*margin: auto;*/
}
.index-main .news .content-right .swiper-pagination-news{
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
}
.index-main .news .content-right .swiper-pagination-news .swiper-pagination-bullet{
	background: none;
	margin: 0 10px;
	border: 1px solid #fff;
	border-radius: 100%;
	opacity: 1;
	width: 12px;
	height: 12px;
}
.index-main .news .content-right .swiper-pagination-news .swiper-pagination-bullet-active{
	background-color: #fff;
}
.index-main .join .content-title{
	width: 100%;
	/* height: 322px; */
	height: 70px;
	text-align: center;
}
.index-main .join .content-title h2{
	padding-top: 115px;
	font-size: 40px;
	color: #000000;
}
.index-main .join .content-title span{
	font-size: 24px;
	display: block;
	margin-top: 37px;
	color: #4eafda;
}
.index-main .join .content-text{
	background-image: url(../images/bg3.png);
	width: 100%;
	height: 809px;
	background-position: center center;
	background-repeat: no-repeat;
	/*background-size: auto 100%;*/
	background-size: cover;
	color: #fff;
}
.index-main .join .content-text .content-left{
	padding-left: 5%;
	padding-top: 123px;
	float: left;
	width: 70%;
	display: none;
}
.index-main .join .content-text .content-left.active{
	display: block;
}
.index-main .join .content-text .content-left .content-left-title h2{
	font-size: 32px;
	letter-spacing: 1.5px;
}
.index-main .join .content-text .content-left .content-left-text{
	margin-top: 60px;
	height: 325px;
	overflow-y: scroll;
	padding-right: 28%;
}
.index-main .join .content-text .content-left .content-left-text::-webkit-scrollbar {/*滚动条整体样式*/
        width: 5px;  
    }
.index-main .join .content-text .content-left .content-left-text::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        background: #fff;
    }
.index-main .join .content-text .content-left .content-left-text::-webkit-scrollbar-track {/*滚动条里面轨道*/
        background-image: url(../images/color1.png);
        background-size: 1px 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
.index-main .join .content-text .content-left .content-left-text span{
	font-size: 18.67px;
	font-weight: bold;
}
.index-main .join .content-text .content-left .content-left-text h2{
	font-size: 18.67px;
	font-weight: bold;
}
.index-main .join .content-text .content-left .content-left-text p{
	font-size: 18.67px;
	color: #e7e7e7;
	line-height: 1.8;
	letter-spacing: 1.5px;
}
.index-main .join .content-text .content-right{
	padding-top: 205px;
	float: left;
	margin-left: 3%;
}
.index-main .join .content-text .content-right li{
	font-size: 24px;
	line-height: 1;
	margin-bottom: 44px;
}
.index-main .join .content-text .content-right li.active,
.index-main .join .content-text .content-right li:hover{
	color: #4eafda;
	transition: all .5s;
	-webkit-transition: all .5s;
	cursor: pointer;
}
.index-main .join .content-text .content-left a.more{
	font-size: 18px;
	width: 160px;
	height: 48px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	line-height: 48px;
	display: block;
	border-radius: 100px;
	margin-top: 90px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.index-main .join .content-text .content-left a.more:hover{
	background-color: #fff;
	color: #000;
}
/*index end*/

/*about*/
.about-main .banner{
	position: relative;
	width: 100%;
}
.about-main .banner img{
	/*position: absolute;
	top: 0;
	left: 0;*/
	width: 100%;
}
.about-main .banner h2{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	font-size: 48px;
	color: #fff;
	text-align: center;
	height: 46px;
}
.about-main .invest{
	/*height: 705px;*/
	background-image: url(../images/bg5.png);
	/*background-size: 100%;*/
	background-position: center bottom;
	background-repeat: no-repeat;
}
.about-main .invest .content-left{
	float: left;
	width: 49%;
	/*height: 100%;*/
	height: 548px;
	/*background: black;*/
	background-image: url(../images/bg6.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.about-main .invest .content-left-box{
	float: right;
	position: relative;
	margin-top: 125px;
	height: 423px;
	width: 580px;
}
.about-main .invest .content-left-box img{
	position: absolute;
	right: 0;
	bottom: 0;
}
.about-main .invest .content-left-box .img-btn{
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
	height: 250px;
	/*z-index: 2;*/
	background-color: #fff;
	z-index: 1;
}
.about-main .invest .content-left-box .img-btn a{
	display: block;
	width: 75px;
	height: 75px;
	background-color: #4eafda;
	color: #FFFFFF;
	font-size: 18.67px;
	line-height: 75px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about-main .invest .content-left-box .img-btn a i{
	line-height: 75px;
}
.about-main .invest .content-right{
	width: 34%;
	margin-top: 125px;
	/*height: 423px;*/
	float: left;
	margin-left: 5%;
}
.about-main .invest .content-right h2{
	font-size: 40px;
	color: #000000;
	line-height: 1;
	padding-top: 0px;
	padding-bottom: 25px;
}
.about-main .invest .content-right p{
	font-size: 18.67px;
	/*color: #000000;*/
	color: #333;
	text-indent: 2em;
}
.about-main .invest .content-right li{
	font-size: 18.67px;
    /*width: 45%;*/
    /*font-size: 21.34px;*/
    color: #000000;
    padding-left: 2.5%;
    background-image: url(../images/a2.png);
    background-size: 9px 9px;
    background-position: 5px 12px;
    line-height: 34px;
    /*border-bottom: 2px solid #eeeeee;*/
    background-repeat: no-repeat;
}
.about-main .idea{
	width: 100%;
	height: 505px;
	/*background-size: auto 100%;*/
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.about-main .idea .content-title h2{
	text-align: center;
	font-size: 40px;
	color: #fff;
	line-height: 1;
	padding-top: 80px;
}
.about-main .idea .content-title p{
	text-align: center;
	font-size: 18.67px;
	color: #fff;
	margin: 36px auto 0;
     width: 715px;
}
.about-main .idea{
	position: relative;
}
.about-main .idea .content-text{
	position: absolute;
	bottom: 0;
	width: 100%;
     left: 0;
    right: 0;
}
.about-main .idea .content-text ul{
	width: 100%;
	display: flex;
	justify-content: center;
}
.about-main .idea .content-text ul li{
	border: 1px solid #fff;
	background-color: rgba(63,152,195,.91);
	width: 32.73333333%;
	height: 318px;
	position: relative;
	top: 135px;	
	float: left;
	margin: 0 0.15%;
	color: #fff;
} 
.about-main .idea .content-text ul li h2{
	text-align: center;
	font-size: 24px;
	line-height: 1;
}
.about-main .idea .content-text ul li p{
	line-height: 1.8;
	font-size: 18.67px;
	margin-top: 35px;
	
}
.about-main .idea .content-text ul li .content-text-box{
	vertical-align: middle;
	padding: 55px 19px 0;
}
.about-main .partner{
	height: 928px;
	width: 100%;
	background-color: #fafafa;
}
.about-main .partner .content-title{
	padding-top: 245px;
	text-align: center;
	color: #000000;
}
.about-main .partner .content-title h2 {
	font-size: 40px;
}
.about-main .partner .content-text ul{
	overflow: hidden;
}
/*.about-main .partner .content-text li{
	border: 1px solid #f2f2f2;
	width: 21%;
	margin: 53px 2% 0;
	float: left;
	height: 185px;
	line-height: 185px;
	text-align: center;
	background-color: #fff;
	vertical-align: middle;
	overflow: hidden;
}*/
.about-main .partner .content-text li img{
	margin: auto;
	vertical-align: middle;
	display: inline-block;
}
.about-main .partner .btn-box{
	position: relative;
	width: 130px;
	height: 40px;
	margin: 45px auto 0;
}

.about-main .partner .swiper-button-next, .about-main .partner .swiper-button-prev{
	width: 40px;
	height: 40px;
	background-size:100% 100%;
}
.about-main .partner .swiper-button-next, 
.about-main .partner .swiper-container-rtl .swiper-button-prev{
	background-image:url(../images/btn-icon2.png);
	right: 0;
}
.about-main .partner .swiper-button-prev,
.about-main .partner .swiper-container-rtl .swiper-button-next{
	background-image:url(../images/btn-icon1.png);
	left: 0;
}
/* .about-main .partner .content-text li .swiper-button-prev.swiper-button-disabled{
	
} */
/*2018-12-13*/
.about-main .partner .content-text li{
	float: left;
	width: 45%;
	font-size: 21.34px;
	color: #000000;
	padding-left: 2.5%;
	background-image: url(../images/a2.png);
	background-size: 9px 9px;
	background-position: 5px 20px;
	line-height: 2.5;
	border-bottom: 2px solid #eeeeee;
	background-repeat: no-repeat;
}
.about-main .partner .content-text li.active{
	float: right;
}
.about-main .partner .content-text{
	margin-top: 80px;
}
.about-main .partner{
	height: 700px;
}
/*2018-12-13 end*/
/*about end*/

/*investment*/
.investment-main{
	padding-bottom: 100px;
}
.investment-main .banner{
	position: relative;
	width: 100%;
}
.investment-main .banner img{
	/*position: absolute;
	top: 0;
	left: 0;*/
	width: 100%;
}
.investment-main .banner h2{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	font-size: 48px;
	color: #fff;
	text-align: center;
	height: 46px;
}

.investment-main .investment-nav{
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	height: 70px;
	margin: 90px auto;
	position: relative;
}
.investment-main a#investment-nav{
	position: absolute;
	top: -150px;
	width: 0;
	height: 0;
}
.investment-main .investment-nav a{
	width: 158px;
	height: 70px;
	display: block;
	color: #666666;
	float: left;
	text-align: center;
	line-height: 70px;
	background-color: #e5e5e5;
	font-size: 22px;
}
.investment-main .investment-nav a:hover,
.investment-main .investment-nav a.active{
	background-color: #3f98c4;
	color: #fff;
}
.investment-main .content-text .ul{
	display: none;
}
.investment-main .content-text .ul.active{
	display: block;
}
.investment-main .content-text .group{
	display: flex;
	align-items: stretch;
}
.investment-main .content-text .left{
	width: calc(100% - 70px);
	margin-right: 20px;
	flex: 0 0 auto;
}
.investment-main .content-text .right{
	width: 50px;
	margin-bottom: 30px;
	flex: 0 0 auto;
	border: 1px solid #dcdcdc;
	line-height: 48px;
	font-size: 24px;
    font-weight: 600;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	text-align: center;
}
.investment-main .content-text .li{
	border: 1px solid #dcdcdc;
	height: 243px;
	margin-bottom: 30px;
}
.investment-main .content-text .content-left{
	text-align: center;
    display: inline-block;
    width: 20%;
	height: 100%;
}
.investment-main .content-text .content-left img{
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
.investment-main .content-text .content-right{
	
    display: inline-block;
    width: 77%;
    vertical-align: middle;
    border-left: 2px solid #dcdcdc;
	height: 100%;
    padding-left: 3%;
}
.investment-main .content-text .content-right h2{
	font-size: 24px;
	color: #000;
	margin-top: 30px;
}
.investment-main .content-text .content-right p{
	font-size: 18.67px;
	color: #666666;
}
/*investment end*/

/*team*/
/* .team-main{
	padding-bottom: 100px;
} */
.team-main .banner{
	position: relative;
	width: 100%;
}
.team-main .banner img{
	/*position: absolute;
	top: 0;
	left: 0;*/
	width: 100%;
}

.newsDetail-main .banner { position: relative; }

.team-main .banner h2{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	font-size: 48px;
	color: #fff;
	text-align: center;
	height: 46px;
}
.team-main .content-text{
	padding: 130px 0 100px;
	background-color: #f8f8f8;
	/*background-image: url(../images/bg7.png);*/
	background-image: url(../images/bg123.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	/*background-size: auto 100%;*/
	/*background-size: 100%;*/
	background-size: cover;
}
.team-main .content-text .content-t-b h2,
.team-main .content-text .content-t-b-1 h2,
.team-main .content-text .content-t-b-2 h2{
	font-size: 24px;
	color: #221815;
}
.team-main .content-text .content-t-b span,
.team-main .content-text .content-t-b-1 span,
.team-main .content-text .content-t-b-2 span{
	font-size: 18.67px;
	color: #3f98c3;
	margin-left: 20px;
}
.team-main .content-text .content-t-b p,
.team-main .content-text .content-t-b-1 p,
.team-main .content-text .content-t-b-2 p{
	color: #8a8a8a;
	font-size: 18.67px;
	line-height: 1.8;
	margin-top: 5px;
}
.team-main .content-text .content-team-box{
	width: 380px;
	/*height: ;*/
}
.team-main .content-text .content-team-box .content-t-t{
	
	box-shadow: 0px 0px 50px #eaeaea;
}
.team-main .content-text .content-team-box .content-t-b{
	padding: 30px 20px;
	background: #fff;
	position: relative;
	bottom: 90px;
	box-shadow: 1px 50px 50px -40px #eaeaea;
}
.team-main .content-text .content-team-box .content-t-b-1{
	padding: 30px 20px;
	background: #fff;
/*	position: relative;
*/	bottom: 90px;
	box-shadow: 1px 50px 50px -40px #eaeaea;
}
.team-main .content-text .content-team-box .content-t-b-2{
	padding: 30px 20px;
	background: #fff;
	/*position: relative;
	bottom: 90px;*/
	box-shadow: 1px 50px 50px -40px #eaeaea;
}
.team-main .content-text .content-top .content-team-box{
	margin: auto;
}
.team-main .content-text .content-bottom{
	margin-top: -50px;
}
.team-main .content-text .content-bottom .box-left{
	float: left;
}
.team-main .content-text .content-bottom .box-right{
	float: right;
}
.team-main .content-text .content-bottom .content-t-t-1{
	float: left;
	/*width: 50%;*/
	padding: 10px;
	background-color: #fff;
	padding-right: 0;
}
.team-main .content-text .content-bottom .content-t-b-1{
	float: left;
	width: 50%;
	height: 100%;
	padding: 30px 50px;
	overflow: auto;
}
.team-main .content-text .content-bottom .content-t-t-2{
	float: right;
	/*width: 50%;*/
	padding: 10px;
	background-color: #fff;
	padding-left: 0;
}
.team-main .content-text .content-bottom .content-t-b-2{
	float: right;
	width: 50%;
	height: 100%;
	padding: 30px 50px;
	overflow: auto;
}
.team-main .content-text .content-bottom .content-team-box{
	width: 50%;
	height: 315px;
	margin-top: 30px;
}

/*team end*/

/*news*/
.news-main{
	/*padding-bottom: 100px;*/
}
.news-main .banner{
	position: relative;
	width: 100%;
}
.news-main .banner img{
	/*position: absolute;
	top: 0;
	left: 0;*/
	width: 100%;
}
body.wfEditorMode .banner h2 a.wfEditorMode{
	font-size: 20px;
}
.news-main .banner h2{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	font-size: 48px;
	color: #fff;
	text-align: center;
	height: 46px;
}
.news-main .industry-news{
	height: 664px;
	width: 100%;
	background-image: url(../images/bg8.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 90px 0;
}
.news-main .industry-news .content-left{
	height: 664px;
	width: 34%;
	background-color: #fff;
	border: 1px solid #3f98c3;
	padding: 40px 30px;
	position: relative;
	float: left;
}
.news-main .industry-news .content-left .content-left-title{
	margin-bottom: 70px;
}
.news-main .industry-news .content-left .content-left-title h2{
	font-size: 40px;
	color: #000;
	line-height: 1;
}
.news-main .industry-news .content-left .content-left-text h2{
	font-size: 24px;
	color: #000;
}
.news-main .industry-news .content-left .content-left-text span{
	display: block;
	font-size: 18.67px;
	color: #666666;
	line-height: 1;
	margin: 24px 0 43px;
}
.news-main .industry-news .content-left .content-left-text p{
	font-size: 18.67px;
	color: #666666;
}
.news-main .industry-news .content-left .content-left-text a.more{
	position: absolute;
	left: 30px;
	bottom: 40px;
	display: block;
	width: 160px;
	height: 48px;
	border: 1px solid #52a2c9;
	background-color: #fff;
	border-radius: 50px;
	color: #52a2c9;
	font-size: 18px;
	line-height: 48px;
	text-align: center;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.news-main .industry-news .content-left .content-left-text a:hover{
	color: #fff;
	background-color: #52a2c9;
}
.news-main .industry-news .content-right{
	float: right;
	width: 63%;
}
.news-main .news-time{
	background-color: #fcfcfc;
	/*height: 970px;*/
	padding-top: 90px;
	padding-bottom: 100px;
	background-image: url(../images/bg1.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    /* background-size: cover; */
}
/* .content-textBg{
	background-image: url(../images/bg1.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
} */
.news-main .news-time .content-left{
	height: 925px;
	width: 20%;
	margin-right: 3%;
	/*background: black;*/
	position: relative;
	float: left;
}
.news-main .news-time .content-left img{
	float: left;
}
.news-main .news-time .content-left .time-btn.active .img-btn,
.news-main .news-time .content-left .time-btn:hover .img-btn{
	display: none;
}
.news-main .news-time .content-left .time-btn:hover .img-hover,
.news-main .news-time .content-left .time-btn.active .img-hover{
	display: inline-block;
}
.news-main .news-time .content-left .time-btn:hover p,
.news-main .news-time .content-left .time-btn.active p{
	color: #3f98c3;
}
.news-main .news-time .content-left p{
	/*margin-left: 25px;*/
	margin-left: 45px;
	color: #666666;
    /*display: inline-block;*/
}
.news-main .news-time .content-left .left-line{
	width: 2px;
	height: 100%;
	background-color: #e5e5e5;
	position: absolute;
	left: 12px;
	top: 0;
	z-index: 0;
}
.news-main .news-time .content-left .time-btn{
     /* margin-top: 55%;
	display: block;
	position: relative;
	z-index: 3;
	height: 26px;
	text-align: left;
	width: 75%;*/
	/*padding-top: 5px;*/
}
.swiper-wrapper-news-years{
	padding-top: 120px;
}
.news-main .news-time .content-left .time-btn .img-btn{
	display: inline-block;
	margin-left: 2px;
	margin-top: -2px;
}
.news-main .news-time .content-left .time-btn .img-hover{
	display: none;
	/*margin-left: -2px;*/
	margin-top: -4px;
}
.news-main .news-time .content-right{
	/*height: 970px;*/
	width: 75%;
	float: left;
}
.swiper-container-news-time{
	display: block;
}
.swiper-container-news-time.active{
	display: block;
}
.swiper-container-news-time .swiper-pagination-news-time.swiper-pagination{
	position: relative;
	bottom: -5px;
}
.news-main .news-time .content-right .li.active1{
	border-top: 1px solid #e2e2e2;	
}
.news-main .news-time .content-right .li{
	width: 100%;
	height:230px;
	border-bottom: 1px solid #e2e2e2;
	padding: 25px 0;
}
.news-main .news-time .content-right .li .li-left{
	float: right;
    width: 21.5%;
}
.news-main .news-time .content-right .li .li-right{
	float: right;
    width: 78%;
	padding-right: 40px;
}
.news-main .news-time .content-right .li .li-right h2{
	font-size: 24px;
	color: #000;
	line-height: 1;
}
.news-main .news-time .content-right .li .li-right span{
	font-size: 16px;
	color: #3f98c3;
	display: block;
	margin-top: 25px;
	margin-bottom: 15px;
}
.news-main .news-time .content-right .li .li-right span i{
	margin-left: 5px;
}
.news-main .news-time .content-right .li .li-right p{
	font-size: 18.67px;
	color: #666666;
}
.news-main .news-time .content-right .li.active .li-left{
	float: right;
}
.news-main .news-time .content-right .li.active .li-right{
	float: left;
}
.news-main .news-time .content-right .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	border: 1px solid #dcdcdc;
}
.news-main .news-time .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 15px;
}
.news-main .news-time .swiper-pagination-bullet-active{
	background-color: #3f98c3;
}
/*news end*/
/*newsDetail*/

.newsDetail-main .banner h2{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	font-size: 48px;
	color: #fff;
	text-align: center;
	height: 46px;
}
.newsDetail-main .content-title{
	padding-top: 100px;
	text-align: center;
}
.newsDetail-main .content-title h2{
	font-size: 30px;
}
.newsDetail-main .content-text.limit{
	max-width: 1200px;
}
.newsDetail-main .content-text{
	padding-bottom: 100px;
	padding-top: 50px;
	font-size: 16px;
}
/*newsDetail end*/
/*contact end*/
.contact-main .banner{
	position: relative;
	width: 100%;
}
.contact-main .banner img{
	width: 100%;
}
.contact-main .banner h2{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	font-size: 48px;
	color: #fff;
	text-align: center;
	height: 46px;
}
.contact-main .contact-recruit .content-title{
	padding: 95px 0 80px;
	line-height: 105px;
}
.contact-main .contact-recruit .content-title h2{
	font-size: 40px;
	color: #000;
	text-align: center;
	line-height: 1;
	padding-bottom: 68px;
}
.contact-main .contact-recruit .content-title p{
	font-size: 18.67px;
	color: #000;
	width: 86%;
	margin: auto;
	line-height: 1.8;
    letter-spacing: 1px;
}
.contact-main .contact-recruit .content-text li{
	border-bottom: 2px solid #eeeeee;
}

.contact-main .contact-recruit .content-text li.group-title{
	font-size: 30.68px;
	line-height: 75px;
}
.contact-main .contact-recruit .content-text li .li-title{
	position: relative;
	height: 105px;
	line-height: 105px;
}
.contact-main .contact-recruit .content-text li .li-title span{
	position: absolute;
	right: 0;
	font-size: 18.67px;
	color: #8e8d8d;
	top: 0;
}
.contact-main .contact-recruit .content-text li .li-title img{
	margin-top: 35px;
	cursor: pointer;
}
.contact-main .contact-recruit .content-text li .li-title h2{
	font-size: 30.68px;
	color: #3f98c3;
	padding-left: 63px;
	cursor: pointer;
}
.contact-main .contact-recruit .li-title .img-btn{
	display: block;
	float: left;
}
.contact-main .contact-recruit li.active .li-title .img-btn{
	display: none;
}
.contact-main .contact-recruit .li-title .img-active{
	float: left;
	display: none;
}
.contact-main .contact-recruit li.active .li-title .img-active{
	display: block;
}
.contact-main .contact-recruit .li-text{
	padding-left: 66px;
	display: none;
} 
.contact-main .contact-recruit .li-text h2{
	font-size: 20.45px;
	color: #000;
	line-height: 1;
	margin-bottom: 15px;
}
.contact-main .contact-recruit .li-text p{
	font-size: 18.67px;
	color: #666666;
	margin-bottom: 40px;
}
.contact-main .content-title-2{
	text-align: center;
	margin-top: 80px;
	margin-bottom: 120px;
}
.contact-main .content-title-2 h2{
	font-size: 32px;
	color: #666666;
	line-height: 1;
	margin-bottom: 35px;
}
.contact-main .content-title-2 p{
	font-size: 18.67px;
	color: #666666;
}
.contact-main .contact-us{
	height: 561px;
	background-image: url(../images/bg9.png);
	background-position: center;
	/*background-size: auto;*/
	background-size: cover;
	background-repeat: no-repeat;
}
.contact-main .contact-us .content-title h2{
	font-size: 40px;
	text-align: center;
	color: #fff;
	padding-top: 105px;
}
.contact-main .contact-us li{
	float: left;
	width: 33.333333333333%;
	margin: auto;
	color: #fff;;
}
.contact-main .contact-us .content-text{
	text-align: center;
	padding-top: 100px;
}
.contact-main .contact-us li img{
	max-width: 50px !important;
	max-height: 50px !important;
	margin: auto;
}
.contact-main .contact-us li h2{
	padding-top: 35px;
	/*padding-bottom: 15px;*/
	font-size: 24px;
}
.contact-main .contact-us li p{
	font-size: 18.67px;
	line-height: 2.5;
}
.contact-main .content-title-2{
    margin-top: 60px;
    margin-bottom: 60px;
}
/*contact end*/
.newsDetail-main img{
	display: inline-block;
}


body.wfEditorMode .about-main .invest .content-left-box a.wfEditorMode{
      position: absolute;
    right: 0;
    z-index: 16;
    bottom: 0;
}

/*2019-3-25*/
.contact-main .contact-recruit .content-text li .li-title span{
	z-index: 1;
}
body.wfEditorMode .contact-main .contact-recruit .content-text li .li-title a.wfEditorMode{
	position: relative;
	z-index: 2;
}
/*2019-3-25 end*/


/* 2022-7-7 */
.eventBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 80px 0;
}
.eventBox .items{
	width: 49%;
	background-color: #fff;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 5%);
	padding: 30px;
}
.eventBox .items h2{
	font-size: 34px;
    color: #000000;
    line-height: 1;
    padding-top: 0px;
    padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0,13%);
}
.eventBox .items .box{
	/* border: 1px solid #000; */
	padding-top: 20px;
	height: 320px;
	overflow: auto;
}
.eventBox .items .box p{
	font-size: 16px;
    color: #000000;
    padding-left: 2.5%;
    background-image: url(../images/a2.png);
    /* background-size: 9px 9px; */
    background-position: 5px 12px;
    line-height: 30px;
    background-repeat: no-repeat;
}
.OriginationBox{
	/* background-color: rgb(94,95,99); */
	background: url(../images/bg001.png) no-repeat center center;
	/* background-color: #f5f5f5; */
	background-size: 100% 100%;
	/* min-height: 500px; */
	padding: 70px 0 0px;
}
.Origination .items{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 50px;
}
.Origination .items .left{
	width: 30%;
	display: flex;
	align-items: center;
	position: relative;
}
/* .Origination .items .left::after{
	width: 100%;
	height: 4px;
	background: linear-gradient(to right,rgb(92,93,97) 20%, rgb(102,103,107) 99%);
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
}
.Origination .items .left::before{
	width: 100%;
	height: 4px;
	background-color: rgb(99,100,104);
	background: linear-gradient(to right,rgb(99,100,104) 20%, rgb(110,111,115) 99%);
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
} */
.Origination .items.itemsTWO .left::before,.Origination .items.itemsTWO .left::after{
	display: none;
}
.Origination .items .right{
	width: 65%;
	padding-bottom: 120px;
	padding-top: 60px;
}
.Origination{
	position: relative;
	/* border: 4px solid #fff; */
	padding: 60px;
}
.Origination .items.itemsOne{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.Origination .items.itemsTWO .right h3{
	font-size: 16px;
	color: #666;
	line-height: 1;
	margin-bottom: 30px;
}
.Origination .items.itemsTWO .right h3 span{
	font-size: 34px;
	color: #000;
	line-height: 1;
	margin-right: 15px;
}
.Origination .items.itemsTWO .right .list h6{
	font-size: 22px;
	color: #000;
	line-height: 1;
	position: relative;
	padding-left: 12px;
	margin-bottom: 10px;
}
.Origination .items.itemsTWO .right .list{
	margin-bottom: 30px;
}
.Origination .items.itemsTWO .right .list h6::after{
	content: '';
	width: 8px;
	height: 8px;
	background-color: #3f98c3;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
}
.Origination .items.itemsTWO .right .list p{
	font-size: 16px;
	color: #333;
	line-height: 24px;
}
.Origination .items.itemsTWO .right{
	display: flex;
	align-items: center;
}
.Origination .items.itemsTWO .right>div{
	height: 100%;
}
.Origination .items .left img{
	margin: auto;
}

.OriginationBox  .title{
	font-size: 34px;
    color: #000000;
    line-height: 1;
    padding-top: 0px;
    padding-bottom: 20px;
}
.zzjg{
	padding: 50px 0;
	background: url(../images/gssss.png) no-repeat center center;
	background-size: 100% 100%;
}
.zzjg img{
	margin: auto;
}
.coner .item{
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.coner .item .left{
	width: 60%;
	background-color: #3f98c3;
	padding: 50px;
	position: relative;
	z-index: 2;
}
.coner .item .right{
	width: 35%;
	padding-right: 50px;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.coner .item .right div{
	font-size: 22px;
	line-height: 32px;
	color: #3f98c3;
	margin: 20px 0;
	position: relative;
	padding-left: 20px;
}
.coner .item .right div::after{
	width: 6px;
	height: 6px;
	border: 2px solid #ccc;
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
}
.coner .item .right p{
	display: block;
	color: #000;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 5px;
}
.coner .item .left .top{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.coner .item .left h5{
	font-size: 28px;
	line-height: 36px;
	color: #fff;
}
.coner .item .left .top p{
	width: 160px;
}
.coner .item .left p{
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}
.conerbOX{
	background-color: #CCC;
	padding: 140px 0;
}
.coner .item .right::after{
	width: 180%;
	background-color: #fff;
	height: 140%;
	content: '';
	position: absolute;
	top: -20%;
	right: 0;
	z-index: -1;
}


















@media only screen and (min-width: 1920px){
	.index-main .banner .swiper-slide .pic img{
		width: 100%;
		margin: auto;
		left: 0;
		top: 0;
	}
}
@media only screen and (max-width: 1620px){

	.limit-1600,
	.limit-1500{
		max-width: 1400px;
	}
}
@media only screen and (max-width: 1441px){
	.limit-1600,
	.limit-1500,
	.limit{
		max-width: 1200px;
	}
/*}
@media only screen and (max-width: 1367px){*/
	.limit-1600,
	.limit-1500,
	.limit{
		max-width: 1200px;
	}
	.team-main .content-text .content-bottom .content-t-b-1,
	.team-main .content-text .content-bottom .content-t-b-2{

     padding: 30px 20px;
	}
	.about-main .partner .content-text{
		margin-top: 50px;
	}
	.index-main .about .content-left .content-title span{
		margin: 20px 0 30px;
	}
	.index-main .about .content-left .content-text a{
		margin-top: 30px;
	}
	.index-main .news{
		height: auto;
		background-image: url(../images/bg2.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: cover;
		padding: 50px 0;
	}
	.index-main .news .content-box{
		padding: 0;
	}
	.index-main .join .content-title h2{
		padding-top: 0;
	}
	.index-main .join .content-title{
		height: auto;
		padding: 50px 0; 
	}
	.news-main .industry-news .content-right{
		overflow: hidden;
		height: 550px;
		position: relative;
	}
	.news-main .industry-news .content-right img{
		position: absolute;
		height: 100%;
		top: 0; 
	}
	.index-main .about{
		height: auto;
	}
	.index-main .about .content-left{
		height: auto;
	}
	.index-main .news .content-left .content-text,
	.index-main .news .content-left .content-text a.more{
		margin-top: 75px;
	}
	.about-main .banner h2,
	.investment-main .banner h2,
	.team-main .banner h2,
	.news-main .banner h2,
	.newsDetail-main .banner h2,
	.contact-main .banner h2{
		font-size: 35px;
	}
	.index-main .about .content-left .content-title h2,
	.index-main .news .content-right .content-title h2,
	.index-main .join .content-title h2,
	.about-main .invest .content-right h2,
	.about-main .idea .content-title h2,
	.about-main .partner .content-title h2,
	.news-main .industry-news .content-left .content-left-title h2,
	.contact-main .contact-recruit .content-title h2,
	.contact-main .contact-us .content-title h2{
		font-size: 30px;
	}
	.index-main .news .content-left .content-title p,
	.index-main .join .content-text .content-left .content-left-title h2,
	.newsDetail-main .content-title h2,
	.contact-main .contact-recruit .content-text li .li-title h2,
	.contact-main .content-title-2 h2{
		font-size: 25px;
	}
	.index-main .about .content-left .content-title span,
	.index-main .news .content-right .content-title span,
	.index-main .join .content-title span,
	.team-main .content-text .content-t-b h2, 
	.team-main .content-text .content-t-b-1 h2, 
	.team-main .content-text .content-t-b-2 h2,
	.contact-main .contact-us li h2{
		font-size: 20px;
	}
	.index-main .news .content-right .content-text li.active,
	.index-main .news .content-left .content-text h2,
	.index-main .join .content-text .content-right li,
	.header .nav-mid a,
	.header .nav-right a,
	.about-main .idea .content-text ul li h2,
	.investment-main .content-text .content-right h2,
	.news-main .industry-news .content-left .content-left-text h2,
	.news-main .news-time .content-right .li .li-right h2,
	.contact-main .contact-recruit .li-text h2{
		font-size: 18px;
	}
	.index-main .about .content-left .content-text p,
	.index-main .news .content-right .content-text li,
	.index-main .news .content-left .content-text p,
	.index-main .join .content-text .content-left .content-left-text h2,
	.index-main .join .content-text .content-left .content-left-text p,
	.index-main .join .content-text .content-left a.more,
	.index-main .news .content-left .content-text a.more,
	.index-main .about .content-left .content-text a,
	.about-main .invest .content-right li,
	.about-main .idea .content-title p,
	.about-main .idea .content-text ul li p,
	.about-main .partner .content-text li,
	.investment-main .investment-nav a,
	.investment-main .content-text .content-right p,
	.team-main .content-text .content-t-b span, 
	.team-main .content-text .content-t-b-1 span, 
	.team-main .content-text .content-t-b-2 span,
	.team-main .content-text .content-t-b p, 
	.team-main .content-text .content-t-b-1 p, 
	.team-main .content-text .content-t-b-2 p,
	.news-main .industry-news .content-left .content-left-text p,
	.news-main .industry-news .content-left .content-left-text a.more,
	.news-main .news-time .content-right .li .li-right p,
	.contact-main .contact-recruit .content-title p,
	.contact-main .contact-recruit .li-text p,
	.contact-main .contact-recruit .content-text li .li-title span,
	.contact-main .content-title-2 p,
	.contact-main .contact-us li p,
	.news-main .industry-news .content-left .content-left-text span{
		font-size: 16px;
	}
	.index-main .news .content-right,
	.index-main .news .content-left{
		height: 600px;
	}
	.about-main .partner .content-text li{
		line-height: 50px;
	}
	.investment-main .content-text .content-right p{
		padding-bottom: 30px;
	}
	.investment-main .content-text li{
		height: auto;
	}
	.news-main .industry-news .content-left .content-left-title{
		margin-bottom: 35px;
	}
	.news-main .industry-news .content-left{
		height: 550px;
	}
	.news-main .news-time .content-right .li,
	.news-main .industry-news{
		height: auto;
	}
	.news-main{
		padding-bottom: 0;
	}
	.news-main .news-time{
		padding-bottom: 100px;
	}
	.contact-main .contact-recruit .content-text li .li-title img{
		width: 25px;
     	margin-top: 27.5px;
	}
	.contact-main .contact-recruit .content-text li .li-title{
		height: 80px;
		line-height: 80px;
	}
	.news-main .industry-news .content-left .content-left-text span{
		margin: 24px 0; 
	}
	.about-main .invest .content-right li{
		padding-left: 4%
	}

	.eventBox .items .box p{
		font-size: 16px;
		/* background-size: 5px 5px; */
		background-position: 5px 15px;
	}
	.Origination .items.itemsTWO .right .list h6{
		font-size: 22px;
	}
	.Origination .items.itemsTWO .right .list p{
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:1220px){
	.limit-1600, .limit-1500, .limit{
		max-width: 95%;
	}
}
@media screen and (max-width:960px){
	.limit-1600, .limit-1500, .limit{
		max-width: 95%;
	}
	.contact-main .contact-recruit .content-text li .li-title img{
      	width: 15px;
    	margin-top: 31px;
	}
	.team-main .content-text .content-t-b span, .team-main .content-text .content-t-b-1 span, .team-main .content-text .content-t-b-2 span{
		font-size: 16px;
	}
	.index-main .banner .swiper-slide .text{
		font-size: 35px;
	}
	.index-main .banner .swiper-slide .text strong{
		font-size: 40px;
	}
	.index-main .about,.index-main .news,.index-main .join .content-title{
		height: auto;
	}
	.index-main .about .content-right{
		width: 95%;
	}
	.index-main .about .content-left{
		width: 95%;
		margin-left: 2.5%;
		margin-bottom: 20px;
	}
	/*.index-main .about .content-left,*/
	/*.index-main .about .content-right,*/
	.index-main .news .content-left,
	.index-main .news .content-right{
		width: 100%;
	}
	.index-main .about .content-left,
	.index-main .news .content-left{
		padding: 35px;
	}
	.index-main .news .content-right{
		margin-left: 0;
		height: auto;
	}
	/*.index-main .about .content-left .content-text p,*/
	.index-main .news .content-left .content-text p,.index-main .news .content-right .content-text li{
		font-size: 16px;
	}
	.index-main .news .content-right .content-text li.active{
		font-size: 18px;
	}
	/*.index-main .about .content-right .pic1,
	.index-main .about .content-right .pic2,
	.index-main .about .content-right .pic3,
	.index-main .about .content-right .pic4{
		display: block;
		width: 50%;
		margin: 10px auto;
	}*/
	.index-main .about .content-right .pic3{
		left: 0;
		bottom: 0;
	}
	.index-main .news .content-box {
		padding-top: 100px;
	}
	.index-main .join .content-title h2{
		padding-top: 50px
	}
	.index-main .join .content-title span{
		margin-bottom: 35px;
	}
	.index-main .join .content-text .content-left{
		padding-top: 50px;
		width: 95%;
	}
	.index-main .join .content-text .content-left .content-left-text{
		padding-right: 0;
	}
	.index-main .join .content-text .content-left .content-left-title h2{
		font-size: 30px;
	}
	.index-main .join .content-text .content-left .content-left-text p{
		font-size: 16px;
		color: #FFFFFF;
	}
	.index-main .join .content-text .content-right{
		padding-top: 35px;
		margin-left: 0%;
		width: 100%;
	}
	.index-main .join .content-text .content-right li{
		float: left;
		width: 50%;
		text-align: center;
	}

	/* about */
	.about-main .invest,.about-main .idea,.about-main .partner{
		height: auto;
	}
	.about-main .banner h2{
		font-size: 30px;
	}
	.about-main .invest .content-left{
		width: 100%;
		height: auto;
	}
	.about-main .invest .content-left-box{
		width: 100%;
		margin-top: 65px;
		height: 328px;
	}
	.about-main .invest .content-right{
		width: 100%;
		height: auto;
		margin: 75px 0 25px;
		padding: 0 25px;
		box-sizing: border-box;
	}
	.about-main .invest .content-right li{
		padding-left: 4.5%;
	}
	.about-main .invest .content-left-box img{
		top: 0;
		bottom: unset;
	}
	.about-main .invest .content-left-box .img-btn{
		width: 75px;
		height: 75px;
	}
	.about-main .idea .content-title h2{
		font-size: 36px;
		padding-top: 30px;
	}
	.about-main .idea .content-title p{
		width: 100%;
		padding: 0 25px;
		margin-bottom: 50px;
	}
	.about-main .idea .content-text{
		position: relative;
	}
	.about-main .idea .content-text ul li{
		width: 100%;
		top: 0;
		margin: 0;
	}
	.about-main .partner .content-title{
		padding-top: 50px;
	}
	.about-main .partner .content-title h2{
		font-size: 30px;
	}
	.about-main .partner .content-text{
		margin-top: 30px;
	}
	.about-main .partner .content-text li{
		width: 100%;
		padding-left: 4.5%;
	}

	/* investment */
	.investment-main .banner h2{
		font-size: 30px;
	}
	.investment-main .investment-nav{
		margin: 50px auto 30px;
	}
	.investment-main .investment-nav a{
		width: 25%;
	}
	.investment-main .content-text li{
		overflow: hidden;
		height: auto;
		padding-bottom: 20px;
		width: 95%;
		margin: auto;
	}
	.investment-main .content-text .content-left{
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
	.investment-main .content-text .content-right{
		padding: 0 15px;
		width: 100%;
	}
	.investment-main .content-text .content-right h2{
		text-align: center;
	}

	/* team */
	.team-main .banner h2{
		font-size: 30px;
	}
	.team-main .content-text{
		padding-top: 50px;
	}
	.team-main .content-text .content-bottom{
		width: 90%;
		margin-top: 0;
	}
	.team-main .content-text .content-team-box{
		width: 90%;
	}
	.team-main .content-text .content-team-box .content-t-b{
		bottom: unset;
	}
	.team-main .content-text .content-bottom .content-team-box{
		width: 100%;
		height: auto;
	}
	.team-main .content-text .content-bottom .content-t-t-1,.team-main .content-text .content-bottom .content-t-t-2{
		width: 100%;
		padding: 0;
	}
	.team-main .content-text .content-top .content-t-t>img,
	.team-main .content-text .content-bottom .content-t-t-1>img,.team-main .content-text .content-bottom .content-t-t-2>img{
		width: 100%;
	}
	.team-main .content-text .content-bottom .content-t-b-1,.team-main .content-text .content-bottom .content-t-b-2{
		width: 100%;
	}

	/* news */
	.news-main .banner h2{
		font-size: 30px;
	}
	.news-main .industry-news{
		height: auto;
		margin-top: 50px;
		margin-bottom: 0px;
	}
	.news-main .industry-news .content-left{
		width: 100%;
		height: auto;
	}
	.news-main .industry-news .content-left .content-left-text a.more{
		position: relative;
		left: unset;
		bottom: unset;
		margin-top: 25px;
	}
	.news-main .industry-news .content-right{
		width: 100%;
		height: auto;
	}
	.news-main .industry-news .content-right img{
		position: relative;
		height: auto;
	}
	.news-main .news-time{
		height: auto;
		padding-top: 50px;
	}
	.news-main .news-time .content-left{
		height: auto;
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
		padding: 0 15px;
	}
	.news-main .news-time .content-left .time-btn{
		position: relative;
		margin-top: 0; 
		text-align: left;
		width: 25%;
		float: left;
	}
	.news-main .news-time .content-left .left-line{
		display: none;
	}
	.news-main .news-time .content-right{
		width: 100%;
		height: auto;
	}
	.news-main .news-time .content-right .li{
		padding: 25px;
		height: auto;
	}
	.news-main .news-time .content-right .li .li-left{
		width: 100%;
		margin-bottom: 10px;
	}
	.news-main .news-time .content-right .li .li-left>img{
		width: 100%;
	}
	.news-main .news-time .content-right .li .li-right{
		width: 100%;
	}
	.news-main .news-time .content-right .li .li-right h2{
		font-size: 20px;
	}
	.news-main .news-time .content-right .li .li-right span{
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.news-main .news-time .content-right .li .li-right p{
		font-size: 16px;
	}
	.news-main .news-time .content-left .time-btn .img-hover{
		margin-top: 2px;
	}
	.news-main .news-time .content-left .time-btn .img-btn{
		margin-top: 2px; 
	}
	.news-main .news-time .content-left p{
		margin-left: 40px;
	}

	/* contact */
	.contact-main .banner h2{
		font-size: 30px;
	}
	.contact-main .contact-recruit .content-title{
		padding: 55px 0 40px;
	}
	.contact-main .content-title-2{
		margin-top: 40px;
		margin-bottom: 40px;
		padding: 0 25px;
	}
	.contact-main .content-title-2 h2{
		font-size: 24px;
		line-height: 40px;
	}
	.contact-main .contact-us .content-title h2{
		padding-top: 55px;
	}
	.contact-main .contact-us .content-text{
		padding-top: 50px;
	}
	.contact-main .contact-us{
		height: auto;
		background-size: cover;
	}
	.contact-main .contact-us .content-title h2{
		padding-top: 55px;
	}
	.contact-main .contact-us .content-text{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.contact-main .contact-us li{
		width: 100%;
	}
	.contact-main .contact-recruit .content-text li .li-title h2{
		width: 65%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 16px;
		padding-left: 10px;
	}
	.contact-main .contact-recruit .content-text li .li-title span{
		top: 0;
		right: 5px;
	}
	.contact-main .contact-recruit .li-text{
		padding: 0 25px;
	}




	/* 2022-7-8 */
	.index-main .about .content-box{
		flex-wrap: wrap;
	}
	.index-main .about .content-left{
		margin-left: initial;
	}
	.eventBox{
		flex-wrap: wrap;
		padding: 40px 0;
	}
	.eventBox .items{
		width: 100%;
		margin-bottom: 20px;
	}
	.eventBox .items h2{
		font-size: 30px;
		padding-bottom: 10px;
	}


	.coner .item{
		flex-wrap: wrap;
	}
	.coner .item .left{
		width: 100%;
	}
	.coner .item .right{
		width: 100%;
		padding: 50px;
	}
	.coner .item .right::after{
		display: none;
	}
	.conerbOX{
		padding: 40px 0;
	}
}

@media only screen and (min-width: 760) and (max-width: 980px) {   }


@media screen and (max-width:760px) {
	.index-main .banner .swiper-slide .text{
		left: 0;
		text-align: center;
     	width: 100%;
     	font-size: 30px;
     	display: none;
	}
	.index-main .banner .swiper-slide .text strong {
		margin: 0;
		font-size: 50px;
	}
	.index-main .banner .swiper-slide .text .p2{
		margin: 0;
	}
	.index-main .banner .swiper-slide .text span{
		/*display: block;*/
	}

	.index-main .about .content-box { margin-top: 30px; }
	.index-main .banner .swiper-slide .text strong { font-size: 40px; }
	.index-main .banner .swiper-slide .text { font-size: 26px; }
	.index-main .about .content-left .content-title h2 { font-size: 22px; }
	.index-main .about .content-left .content-title span { font-size: 16px; margin: 10px 0px 10px; }
	.index-main .about .content-left .content-text a { margin-top: 30px; font-size: 14px; width: 130px; height: 40px; line-height: 40px;  }
	.index-main .about .content-left .content-text p { font-size: 14px; text-align: justify; border-bottom: 1px solid #fff; padding-bottom: 14px; }
	.index-main .about .content-left { height: auto; }

	.index-main .news .content-left .content-title p { font-size: 22px; }
	.index-main .news .content-left .content-text { margin-top: 30px; }
	.index-main .news .content-left .content-text h2 { font-size: 16px; line-height: 25px; }
	.index-main .news .content-left { height: auto; }
	.index-main .news .content-left .content-text a.more { margin-top: 30px; width: 158px; height: 40px; line-height: 40px; font-size: 14px; width: 130px; }
	.index-main .news .content-box { padding-top:30px; }
	.index-main .about .content-right { padding-top: 30px; }
	.index-main .news .content-left .content-text p { font-size: 14px; }

	.index-main .news .content-right .content-title h2 { font-size: 22px; }
	.index-main .news .content-right .content-title span { font-size: 16px; margin: 10px 0px 10px; }
	.index-main .news .content-right .content-text li.active { font-size: 16px; font-weight: normal; line-height: 25px; }
	.index-main .news .content-right .content-text li { margin-bottom: 20px; }

	.index-main .news .content-right .content-title { margin-bottom: 20px; }
	.index-main .join .content-title h2 { font-size: 22px; }
	.index-main .join .content-title span { font-size: 16px; margin-top: 0px; }
	.index-main .join .content-text .content-left .content-left-title h2 { font-size: 22px; }
	.index-main .join .content-text .content-left .content-left-text { margin-top: 20px; }

	.index-main .join .content-text .content-left a.more { margin-top: 30px; width: 158px; height: 40px; line-height: 40px; font-size: 14px; width: 130px; }
	.index-main .join .content-text .content-right li { font-size: 18px; }
	.index-main .join .content-text { height: 675px; }


	.investment-main .banner h2 { font-size: 24px; height: 32px; }
	.investment-main .investment-nav a { font-size: 16px; }
	.investment-main .content-text .content-right h2 { font-size: 18px; }
	.investment-main .content-text .content-right p { font-size: 14px; margin-top: 10px; line-height: 25px; text-align: justify; }
	.investment-main { padding-bottom: 20px; }
	.investment-main .content-text .content-right { border-left: none; }

	.team-main .banner h2 { font-size: 22px; height: 32px; }
	.team-main .content-text { padding: 40px 0px 40px; }
	.team-main .content-text .content-t-b p, .team-main .content-text .content-t-b-1 p, .team-main .content-text .content-t-b-2 p { font-size: 14px; }
	.team-main .content-text .content-t-b-2 h2 { font-size: 20px; }
	.team-main .content-text .content-bottom .content-t-b-2 { padding: 20px; }


	.news-main .banner h2 { font-size: 22px; height: 32px; }
	.news-main .industry-news .content-left .content-left-title { margin-bottom: 20px; }
	.news-main .industry-news .content-left .content-left-title h2 { font-size: 22px; }
	.news-main .industry-news .content-left .content-left-text h2 { font-size: 18px; }
	.news-main .industry-news .content-left .content-left-text p { font-size: 16px; line-height: 25px; margin-top: 20px; }
	.news-main .industry-news .content-left .content-left-text span { font-size: 16px; margin: 20px 0px 10px }
	.news-main .industry-news .content-left .content-left-text a.more { font-size: 14px; width: 146px; height: 40px; line-height: 40px; }

	.swiper-wrapper-news-years { padding-top: 20px; }
	.news-main .news-time .content-right .li .li-right h2 { font-size: 16px; line-height: 25px; }
	.news-main .news-time .content-right .li .li-right p { font-size: 14px; }
	.news-main { padding-bottom: 30px; }

	.contact-main .banner h2 { font-size: 22px; height: 32px;  }
	.contact-main .contact-recruit .content-title h2 { font-size: 22px; margin-bottom: 0px; padding-bottom: 20px; }
	.contact-main .contact-recruit .content-title p { font-size: 16px; text-align: justify; }

	.contact-main .contact-recruit .content-text li .li-title img { width: 18px; margin-top: 20px; }
	.contact-main .contact-recruit .content-text li .li-title span { font-size: 16px; }
	.contact-main .contact-recruit .content-text li .li-title { height: 60px; line-height: 60px; }
	.contact-main .content-title-2 h2 { font-size: 16px; margin-bottom: 10px; }
	.contact-main .content-title-2 p { font-size: 14px; }
	.contact-main .content-title-2 { margin-top: 20px; margin-bottom: 20px; }
	.contact-main .contact-us .content-title h2 { font-size: 22px; }
	.contact-main .contact-us li { margin-top: 20px; }
	.contact-main .contact-us li p { font-size: 16px; line-height: 25px; }
	.contact-main .contact-us li h2 { font-size: 20px; margin-top: 10px; padding-top: 0px; }
	.contact-main .contact-us li img { width: 35px !important; height: 35px !important; }
	.contact-main .contact-us .content-text { padding-top: 20px; }


	.newsDetail-main .banner h2 { font-size: 22px; height: 32px;  }
	.newsDetail-main .content-title {  padding: 0px 10px; padding-top: 30px;  }
	.newsDetail-main .content-title h2 { font-size: 20px; }
	.newsDetail-main .content-title span { display: block; margin-top: 10px; }
	.newsDetail-main .content-text { padding: 10px; font-size: 14px; line-height: 25px; }
	.newsDetail-main img { height: auto !important; }


	.about-main .invest .content-right h2 { font-size: 22px; padding-bottom: 10px; }
	.about-main .invest .content-right li { font-size: 14px; padding-left: 6%; line-height: 25px; margin-top: 8px;  background-position: 0px 7px; }
	.about-main .invest .content-right { margin: 30px 0px 30px; }
	.about-main .invest .content-left-box .img-btn a { width: 60px; height: 60px; line-height: 60px; }
	.about-main .invest .content-left-box .img-btn { width: 60px; height: 60px; }
	.about-main .invest .content-left-box .img-btn a i { line-height: 60px; }


	.about-main .idea .content-title h2 { font-size: 20px; }
	.about-main .idea .content-title p { font-size: 16px; line-height: 25px; margin-bottom: 20px; margin-top: 20px; }
	.about-main .idea .content-text ul li p { font-size: 16px;  margin-top: 20px; padding-bottom: 20px; }
	.about-main .idea .content-text ul li { height: auto; }
	.about-main .idea .content-text ul li h2 { font-size: 20px; }
	.about-main .idea .content-text ul li .content-text-box { padding: 30px 19px 0; }
	.about-main .partner .content-title h2 { font-size: 22px; }
	.about-main .partner .content-text li { font-size: 16px; padding-left: 20px;     background-position: 5px 15px;}
	.contact-main .contact-recruit .content-text li { padding: 0px 10px; }
	.contact-main .contact-recruit .content-text li.group-title{ font-size: 16px; line-height: 45px; }

	.contact-main .contact-recruit .li-text h2 { font-size: 18px; }
	.contact-main .contact-recruit .li-text p { font-size: 15px; line-height: 25px; }


	.investment-main .content-text .group{
		display: initial;
	}
	.investment-main .content-text .li{
		height: auto;
	}
	.investment-main .content-text .left{
		width: 100%;
		margin-right: initial;
		margin-top: 80px;
	}
	.investment-main .content-text .li{
		margin-bottom: 20px;
	}





	/*  */
	.Origination .items.itemsOne{
		position: initial;
	}
	.Origination .items .left::before{
		display: none;
	}
	.Origination .items .left::after{
		display: none;
	}
	.Origination .items .left{
		width: 100%;
	}
	.Origination .items .right{
		display: none;
	}
	.Origination .items.itemsTWO .left{
		display: none;
	}
	.Origination .items.itemsTWO .right{
		width: 100%;
	}
	.Origination{
		padding: 20px;
		border: initial;
	}
	.Origination .items{
		padding: 0 10px;
	}
	.Origination .items .left img{
		max-width: 50% !important;
	}
	.coner .item .left h5{
		font-size: 24px;
	}
	
}


