@charset "utf-8";
/*公共部分*/
.block{
	width:1200px;
	margin:0px auto;
}
.b-bg{
	background: #f8f8f8;
}

/*1首页*/
/*pc头部*/
.headPC{
	position: relative;
	z-index: 25;
}
.headPCO{
	padding: 0 2%;
	background: #fff;
}
.headPClogo{
	display: block;
	float: left;
	padding-top: 25px;
}
.headPClogo img{
	display: block;
	width: auto;
	height: 44px;
}
.headPCR{
	float: right;
}
.headPCRnav{
	float: left;
}
.headPCRnav li{
	float: left;
	margin-right: 30px;
}
.headPCRnav li a{
	display: block;
	font-size: 18px;
	color: #1a1a1a;
	line-height: 90px;
	font-weight: bold;
}
.headPCRnav li.on a{
	color: #db0519;
}
.headPCRnav li:hover a{
	color: #db0519;
}
.headPCRL{
	display: block;
	float: left;
	font-size: 18px;
	color: #999696;
	line-height: 90px;
	font-weight: bold;
}
.headPCRL:hover{
	color: #333
}
/*bannerPC*/
.bannerPC{
	width: 100%;
	height: auto;
}
.bannerPC .team{ 
	width: 100%;
	height: auto;
	position: relative;
}
.bannerPC .team a{ 
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}
.bannerPC .team a img{ 
	display: block;
	width: 100%;
	height: auto;
}
.bannerPC .slick-dots{
	position: absolute;
	right:0%;
	bottom:6%;
	width: 100%;
	height: auto;
	text-align: center;
}
.bannerPC .slick-dots li{
	/*float: left;*/
	display: inline-block;
	margin: 0 7px;
}
.bannerPC .slick-dots li button{
	width: 7px;
	height: 7px;
	padding: 0; 
	font-size: 0;
	line-height: 0;
	outline:none;
	cursor: pointer; 
	background:#fff;
	border-radius: 50%;
	box-sizing: border-box;
	/*background:transparent;*/
}
.bannerPC .slick-dots li.slick-active button{
	background: #db0519;
}
/*Cbanner*/
.Cbanner{
	width: 100%;
	height: auto;
}
.Cbanner img{
	display: block;
	width: 100%;
	height: auto;
}


/*手机头部*/
.headMOB{
	width: 100%;
	height: auto;
	display: none;
	position: relative;
}
/*bannerMOB*/
.bannerMOB{
	width: 100%;
	height: auto;
}
.bannerMOB .team{ 
	width: 100%;
	height: auto;
	position: relative;
}
.bannerMOB .team a{ 
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}
.bannerMOB .team a img{ 
	display: block;
	width: 100%;
	height: auto;
}
.bannerMOB .slick-dots{
	position: absolute;
	right:0%;
	bottom:6%;
	width: 100%;
	height: auto;
	text-align: center;
}
.bannerMOB .slick-dots li{
	/*float: left;*/
	display: inline-block;
	margin: 0 7px;
}
.bannerMOB .slick-dots li button{
	width: 7px;
	height: 7px;
	padding: 0; 
	font-size: 0;
	line-height: 0;
	outline:none;
	cursor: pointer; 
	background:#fff;
	border-radius: 50%;
	box-sizing: border-box;
	/*background:transparent;*/
}
.bannerMOB .slick-dots li.slick-active button{
	background: #db0519;
}
.headMOBC{
	width: 100%;
	height: auto;
	padding: 20px 2% 0 2%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	box-sizing: border-box;
}
.headMOBClogo{
	display: block;
	float: left;
}
.headMOBClogo img{
	display: block;
	width: auto;
	height: 30px;
}
.headMOBCR{
	float: right;
	padding-top: 5px;
}
.headMOBCRl{
	display: block;
	float: left;
	border-radius: 5px;
	border: 1px solid #fff;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	padding: 0 5px;
}
.headMOBCRimg{
	display: block;
	float: left;
	width: auto;
	height: 20px;
	margin-left: 20px;
}
.headMOBP{
	display: none;
	width: 100%;
	height: 100%;
	padding: 20px 2% 0 2%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	box-sizing: border-box;
	background: rgba(255,255,255,0.9);
}
.headMOBPTlogo{
	display: block;
	float: left;
}
.headMOBPTlogo img{
	display: block;
	width: auto;
	height: 36px;
}
.headMOBPTimg{
	display: block;
	float: right;
	width: auto;
	height: 20px;
	padding-top: 8px;
}
.headMOBPB{
	padding-top: 30px;
}
.headMOBPB a{
	display: block;
	font-size: 18px;
	color: #666;
	text-align: center;
	padding-top: 30px;
}
.headMOBPB a.on{
	color: #db0519;
}
/*内页手机头部*/
.CheadMOB{
	display: none;
	width: 100%;
	height: auto;
}
.CheadMOBcon{
	width: 100%;
	height: auto;
	position: relative;
	background: #fff;
	box-sizing: border-box;
	padding: 15px 2%;
	z-index: 25;
}
.CheadMOBC{
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
.CheadMOBClogo{
	display: block;
	float: left;
}
.CheadMOBClogo img{
	display: block;
	width: auto;
	height: 30px;
}
.CheadMOBCR{
	float: right;
	padding-top: 5px;
}
.CheadMOBCRl{
	display: block;
	float: left;
	border-radius: 5px;
	border: 1px solid #333;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	padding: 0 5px;
}
.CheadMOBCRimg{
	display: block;
	float: left;
	width: auto;
	height: 20px;
	margin-left: 20px;
}
.CheadMOBP{
	display: none;
	width: 100%;
	height: auto;
	padding: 20px 2% 30px 2%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	box-sizing: border-box;
	background: rgba(255,255,255,0.9);
}
.CheadMOBPTlogo{
	display: block;
	float: left;
}
.CheadMOBPTlogo img{
	display: block;
	width: auto;
	height: 30px;
}
.CheadMOBPTimg{
	display: block;
	float: right;
	width: auto;
	height: 20px;
	padding-top: 5px;
}
.CheadMOBPB{
	padding-top: 30px;
}
.CheadMOBPB a{
	display: block;
	font-size: 18px;
	color: #666;
	text-align: center;
	padding-top: 30px;
}
.CheadMOBPB a.on{
	color: #db0519;
}

/*底部*/
.footer{
	background: #f1f2f4;
	padding: 20px 2%;
	text-align: center;
}
.footer p{
	display: inline-block;
	font-size: 16px;
	color: #4c4c4c;
	line-height: 30px;
}
.footer p:nth-child(1){
	padding-right: 50px;
}

















/*2商业计划书*/
/*business*/
.businessC{
	width: 860px;
	height: auto;
	background: #fff;
	box-sizing: border-box;
	padding: 20px 50px 50px 50px;
	margin: 0 auto;
}
.businessCtitle{
	border-bottom: 4px solid #f5f5f5;
	padding-bottom: 16px;
	font-size: 22px;
	color: #282828;
}
.businessCtitle span{
	font-size: 18px;
	color: #999dae;
	text-transform: uppercase;
	padding-left: 15px;
}
.businessCF{
	padding-top: 10px;
}
.businessCFI{
	margin-top: 20px;
}
.businessCFI label{
	width: 185px;
	display: block;
	float: left;
	font-size: 18px;
	color: #4c4b4b;
	line-height: 36px;
	text-align: right;
}
.businessCFI label em{
	color: #db0519;
}
.businessCFIR{
	padding-left: 200px;
}
.businessCFIR .businessCFIRinput{
	display: block;
	float: left;
	width: 440px;
	height: 36px;
	background: #f7f7f7;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 10px;
	border: 1px solid #eee;
	font-size: 16px;
	color: #333;
}
.businessCFIR .businessCFIRselect{
	display: block;
	float: left;
	width: 440px;
	height: 36px;
	background: #f7f7f7;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 10px;
	border: 1px solid #eee;
	font-size: 16px;
	color: #333;
}
.businessCFIR .businessCFIRtextarea{
	display: block;
	float: left;
	width: 440px;
	height: 100px;
	background: #f7f7f7;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 10px 10px;
	border: 1px solid #eee;
	font-size: 16px;
	color: #333;
}
.businessCFIRtips{
	float: left;
	font-size: 14px;
	color: #807d7d;
	line-height: 36px;
	padding-left: 5px;
}
.businessCFIRW{
	float: left;
	width: 440px;
	height: 36px;
	background: #f7f7f7;
	border-radius: 5px;
	box-sizing: border-box;
	border: 1px solid #eee;
	padding: 0 10px;
	position: relative;
	font-size: 14px;
	color: #807d7d;
	line-height: 36px;
}
.businessCFIRW input{
	display: block;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.businessCFIRW p{
	width: 100px;
	background: #fff;
	font-size: 14px;
	color: #4c4b4b;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 3px;
	right: 3px;
}
.businessCFIbtn{
	width: 440px;
	padding-top: 20px;
}
.businessCFIbtn button{
	display: block;
	width: 160px;
	height: 42px;
	background: #db0519;
	margin:0 auto;
	font-size: 18px;
	color: #fff;
	border-radius: 20px;
}























/*3投资*/
/*investment*/
.investment{
	background: #f8f8f8 url(../images/investment.jpg) no-repeat left bottom;
	background-size: 100% auto;
	padding: 130px 0;
}
.investmentC{
	width: 1350px;
	height: auto;
	margin: 0 auto;
}
.investmentCtit{
	text-align: center;
}
.investmentCtit1{
	text-align: left;
}
.investmentCtit h4{
	font-size: 26px;
	color: #333
}
.investmentCtit p{
	font-size: 20px;
	color: #999;
	text-transform: uppercase;
	padding-top: 10px;
}
.investmentCS{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	padding-top: 40px;
}
.investmentCS li{
	width: 15%;
	margin-top: 30px;
}
.investmentCS li a{
	display: block;
	width: 100%;
}
.investmentCS li a img{
	width: 100%;
	height: auto;
}
.investmentCS li a img.investmentCSimg1{
	display: block;
}
.investmentCS li a img.investmentCSimg2{
	display: none;
}
.investmentCS li:hover a img.investmentCSimg1{
	display: none;
}
.investmentCS li:hover a img.investmentCSimg2{
	display: block;
}















/*4团队*/
/*team*/
.teamCon{
	background: #f8f8f8 url(../images/team.jpg) no-repeat left top;
	background-size: cover;
	padding-top: 90px;
}
.teamT{
	width: 1105px;
	height: auto;
	margin: 0 auto;
}
.teamTE{
	padding: 25px 0 30px 0;
	border-bottom: 1px solid #d5dced;
}
.teamTE p{
	font-size: 20px;
	color: #4c4c4c;
	line-height: 45px;
}
.teamTB{
	padding-top: 20px;
	font-size: 20px;
	color: #406383;
	text-align: center;
}
.teamC{
	margin-top: 100px;
	background: #151213;
}
.teamCO{
	width: 1300px;
	height: auto;
	margin: 0 auto;
}
.teamCPC{
	padding-top: 40px;
}
.teamCPC .swiper-slide {
	/*width: 28.8%;*/
	height:auto;
	/*margin-right:2.23%;*/
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	vertical-align: middle;
}
.teamCPC .swiper-slide a{
	display:block;
	width:100%;
	height:auto;
	position: relative;
}
.teamCPC .swiper-slide a img{
	display: block;
	width: 74%;
	height: auto;
	margin: 0 auto;
}
.teamCPC .swiper-slide a span{
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 17%;
	left: 3%;
}
.teamCPC .swiper-slide a span h4{
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.teamCPC .swiper-slide a span p{
	font-size: 16px;
	color: #fff;
	padding-top: 5px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.teamCPC .swiper-button-next{
	width: 44px;
	height: 99px;
	margin-top: -33px;
	background-size: 44px 99px;
	background: url(../images/right1.jpg) no-repeat left center;
	right: 0;
}
.teamCPC .swiper-button-prev{
	width: 44px;
	height: 99px;
	margin-top: -33px;
	background-size: 44px 99px;
	background: url(../images/left1.jpg) no-repeat left center;
	left: 0;
}
/*弹窗*/
.teamPUP{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
}
.teamPUPC{
	width: 1100px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.teamPUPimg{
	display: block;
	width: 20px;
	height: auto;
	position: absolute;
	top: 140px;
	right: 5%;
	z-index: 10;
}
.teamPUPCtit h4{
	font-size: 26px;
	color: #333;
	font-weight: normal;
	padding-top: 180px;
}
.teamPUPCtit p{
	font-size: 16px;
	color: #4c4c4c;
	padding-top: 5px;
}
.teamPUPCO{
	padding: 25px 25px;
	background: #dfe1e3;
	border-radius: 5px;
	margin-top: 30px;
}
.teamPUPCOimg{
	float: right;
	width: 272px;
	height: auto;
	margin-top: -106px;
	margin-left: 15px;
}
.teamPUPCOimg img{
	display: block;
	width: 100%;
	height: auto;
}
.teamPUPCOE{
	/*float: left;
	width: 71%;*/
}
.teamPUPCOE p{
	font-size: 18px;
	color: #4c4c4c;
	line-height: 40px;
}
.teamB{
	display: none;
	width: 96%;
	margin: 0 auto;
	padding-bottom: 60px;
}
.teamCMOB{
	padding-bottom: 50px;
}
.teamCMOB .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
}
.teamCMOB .swiper-slide a{
	display: block;
	position: relative;
}
.teamCMOB .swiper-slide a img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.teamCMOB .swiper-slide a span{
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 10%;
	left: 3%;
}
.teamCMOB .swiper-slide a span h4{
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.teamCMOB .swiper-slide a span p{
	font-size: 12px;
	color: #fff;
	padding-top: 5px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.teamCMOB .swiper-slide:not(.swiper-slide-active){
    transform: scale(0.8);
}
.teamCMOB .swiper-pagination-bullet{
	opacity: 1;
	background: #c2c7d7;
}
.teamCMOB .swiper-pagination-bullet-active{
	width: 20px;
	background: #db0519;
	border-radius: 10px;
}

/*code*/
.code{
	background: #f8f8f8 url(../images/codeBg.jpg) no-repeat left top;
	background-size: cover;
	padding: 50px 0;
}
.code img{
	display: block;
	width: 100px;
	height: auto;
	margin: 0 auto;
}



















/*5新闻动态*/
/*new*/
.new{
	width: 1180px;
	height: auto;
	margin: 0 auto;
	padding: 60px 0;
}
.newC li{
	padding: 20px 20px;
}
.newC li a{
	display: block;
}
.newCimg{
	display: block;
	float: left;
	width: 278px;
	height: auto;
}
.newCR{
	padding-left: 300px;
}
.newC li:hover{
	box-shadow: 0 0 10px #ccc;
}
.newCRT{
	height: 50px;
}
.newCRTtime{
	float: left;
	width: 60px;
	padding: 4px 0;
	background: #db0519;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.newCRTtime p{
	font-size: 12px;
	font-weight: normal;
}
.newCRTE{
	font-size: 24px;
	color: #282828;
	line-height: 40px;
	padding-left: 15px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.newCRE{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-top: 15px;
}
.newCRB{
	font-size: 13px;
	color: #1a1a1a;
	text-align: right;
	margin-top: 20px;
}
/*page*/
.page{
	margin-top: 40px;
}
.pageC{
	float: right;
}
.pageC a{
	display: block;
	float: left;
	border: 1px solid #ccc;
	padding: 0 10px;
	font-size: 13px;
	color: #1a1a1a;
	line-height: 30px;
	margin-left: 7px;
}
.pageC a:hover{
	color: #fff;
	background: #db0519;
	border: 1px solid #db0519;
}
.pageC a.on{
	color: #fff;
	background: #db0519;
	border: 1px solid #db0519;
}












/*6新闻动态详情*/
/*details*/
.details{
	padding-top: 30px;
}
.detailsC{
	width: 860px;
	background: #fff;
	box-sizing: border-box;
	padding: 40px 50px 70px 50px;
	margin: 0 auto;
}
.detailsCtit{
	font-size: 22px;
	color: #282828;
}
.detailsCtime{
	background: url(../images/details.jpg) no-repeat left center;
	background-size: 16px auto;
	font-size: 14px;
	color: #999;
	line-height: 30px;
	padding-left: 25px;
	margin-top: 10px;
}
.detailsC img{
	display: block;
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.detailsCE p{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-top: 20px;
}













/*7联系*/
/*contact*/
.contact{
	padding-top: 25px;
}
.contactC{
	width: 1100px;
	height: auto;
	background: #fff;
	padding: 50px 50px 70px 50px;
	margin: 0 auto;
	box-sizing: border-box;
}
.contactCTimg1{
	display: block;
	float: left;
	width: 500px;
	height: auto;
}
.contactCTimg2{
	display: none;
	width: 100%;
	height: auto;
}
.contactCTE{
	padding: 30px 0 0 560px;
}
.contactCTE h4{
	font-size: 20px;
	color: #333;
	padding-bottom: 15px;
}
.contactCTE p{
	font-size: 16px;
	color: #333;
	line-height: 35px;
}
.contactCmap{
	width: 100%;
	height: 300px;
	margin-top: 40px;
}
.contactCbtn{
	display: block;
	width: 220px;
	background: #db0519;
	border-radius: 30px;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	margin: 60px auto 0 auto;
}
.contactCbtn:hover{
	opacity: 0.7;
}













/*8招聘*/
/*recruit*/
.recruit{
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0 50px 0;
}
.recruitC li{
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 30px 40px;
	margin-top: 30px;
}
.recruitC li h4{
	font-size: 22px;
	color: #282828;
	line-height: 30px;
	background: url(../images/recruit.png) no-repeat left center;
	padding-left: 35px;
	margin-bottom: 10px;
}
.recruitC li p{
	font-size: 16px;
	color: #333;
	line-height: 35px;
}
.recruitC li span{
	display: block;
	font-size: 24px;
	color: #282828;
	text-align: center;
}
.recruitC li span em{
	font-size: 20px;
	color: #333;
}















































































































