html,body{
	width: 100%;
}
ul,li{ padding:0;margin:0;list-style:none}
.header{
	width: 100%;
	height: 300px;
	background-color: blue;
}
.lianxi{
	position: fixed;
}
.top-content{
	width: 300px;
	height: 80px;

	display: flex;
	align-items: center;
	z-index: -1;
}

.go-phone{
	
	
	font-size: 20px;
	display: flex;
	flex-direction: row;
	color:#C30404 ;
	
	align-items: center;
}
.guding{
	 position: fixed;
    top: 60px;
    right: 15px;
    color: #f29c2b;
    z-index: 99999;
    background: rgba(0,0,0,0.8);
    padding: 0 10px;
}
.guding .go-phonetip{
	color: #fff!important;
}

.go-phone .go-phonetip{
	color: #999;
	font-size: 15px;
}

.tl-main{
	width: 1220px;
	display: flex;
	flex-direction: row;
}
.tl-main li{
	width: 115px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	position: relative;
}
.tl-main div a{
	width: 100%;
	display: block;
	border-bottom: 1px solid #ddd;
}
.tl-main div a :hover{
	color: #f46a56;
}
.tl-main li a:hover{
	color: #f29f05;
	
}
.tl-main li:hover div{
	display: block;
}
.tl-main div{
	display: flex;
	flex-direction: column;
	position: absolute;
	/* display: none; */
	left: -75px;
	width: 250px;
	background-color: #FFFFFF;
	z-index: 999;
	display: none;
}
.tl-main div span{
	color: #515151;
	font-size: 14px;
}
.tl-content{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.tl-slogan{
	width: 1220px;
	height: 100px;

	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 20px;
}
.slogan-info{
	color: #777777;
	margin-left: 5px;
}
.slogan-item{
	width: 240px;
	height: 100px;

	display: flex;
	flex-direction: row;
	align-items: center;
}
.tl-service{
	width: 1220px;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
.service-title{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	height: 30px;
	margin-bottom: 20px;
}
.service-title img{
	width: 28px;
	height: 28px;
	margin-right: 10px;

}
.service-title h1{
	font-size: 20px;
	line-height: 25px;
	color: #46484c;
	margin: 0;
	padding: 0;
	text-shadow: 5px 5px 5px #DCDDD8;
}
.service-title span{
	margin-left: 10px;
	font-size: 10px;
	color: #888;
	/* line-height: 25px; */
}
.choice-service{
	width: 100%;
	height: 235px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}
.choice-serviceitem{
	width: 230px;
	height: 235px;
	background-color: #f7f9fc;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.comman-title{
	position: relative;
	color: #f46a56;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	z-index: 102;
	margin-top: 20px;
	margin-bottom: 5px;
}
.comman-span{
	position: relative;
	color: #888888;
	font-size: 14px;
	z-index: 101;
}
.comman-tip{
	margin: 0 20px;
}
.choice-serviceitem img{
	position: absolute;
	width: 230px;
	height: 235px;
	top: 0;
	z-index: 100;
}
.tl-otherservice{
	width: 100%;
	background-color: #f7f9fc;
	padding: 50px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.business-service{
	width: 100%;
	height: 350px;

	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.business-left{
	width: 230px;
	height: 350px;
	background-color: #FFFFFF;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
	position: relative;

}
.business-left img{
	position: absolute;
	width: 230px;
	height: 350px;
	top: 0;
	z-index: 100;
}
.business-content{
	flex: 1;
	height: 350px;
	display: flex;
	flex-direction: column;
	margin: 0 20px;
}
.business-contop{
	width: 100%;
	height: 165px;

	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.business-contopitem{
	width: 48%;
	height: 100%;
	background-color: #FFFFFF;
	position: relative;
}
.business-contopitem img{
	width: 100%;
	height: 165px;
	position: absolute;
	top: 0;
}
.busines-conbottom{
	width: 100%;
	height: 165px;
	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.busines-conbottomitem img{
	width: 100%;
	height: 165px;
	position: absolute;
	top: 0;
}
.busines-conbottomitem{
	width: 230px;
	height: 100%;
	background-color: #FFFFFF;
	position: relative;
}
.business-right{
	width: 230px;
	height: 350px;
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
}
.business-right a:hover{
	color: #f46a56;
}
.business-righttop{
	width: 100%;
	height: 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.business-righttop p{
	display: inline-block;
	    font-size: 14px;
	    font-weight: bold;
	    color: #FFFFFF;
	    background: #527FFF;
	    padding: 0px 25px 0px 10px;
	    position: relative;
	    line-height: 40px;
}
.business-righttop p::before{
	    content: "";
	    width: 0;
	    height: 0;
	    border-bottom: 29px solid transparent;
	    border-right: 14px solid #FFFFFF;
	    border-top: 13px solid transparent;
	    position: absolute;
	    right: 0;
	    top: 0;
}
.business-righttop p::after{
	content: "";
	    width: 0;
	    height: 0;
	    border-left: 7px solid transparent;
	    border-right: 15px solid transparent;
	    border-top: 13px solid #3665EC;
	    position: absolute;
	    right: 0;
	    top: 0;
}
.business-righttop a{
	    font-size: 14px;
	    color: #4976f3;
	    line-height: 60px;
	    float: right;
		margin-right: 10px;
		text-decoration: none;
}
.business-rightbanner{
	width: 100%;
	height: 120px;
	margin: 10px 0;
}
.business-rightbanner img{
	width: 210px;
	height: 100px;
	margin:0 10px;
}
.business-rightbottom{
	flex: 1;
	/* margin-top: 20px; */
}
.business-rightbottomtitle{
	margin: 0 10px;
	width: 210px;
	/* height: 40px; */
	overflow: hidden;
	/* line-height: 40px; */
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.business-rightbottom ul{
	width: 100%;
	height: 160px;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 0;
}
.business-rightbottom li{
	padding: 0;
	margin: 0 10px;
	width: 210px;
	/* height: 40px; */
	overflow: hidden;
	/* line-height: 40px; */
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.business-rightbottom li::before{
	    content: "■";
		font-size: 10px;
		
	    color: #F46A56;
		margin-right: 5px;
		margin-bottom: 2px;

}
.financial-service{
	width: 100%;
	height: 350px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.financial-serviceitem{
	width: 470px;
	height: 350px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	

}
.financial-itemlefttop{
	width: 100%;
	height: 165px;

	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.financial-itemleftbottom{
	width: 100%;
	height: 165px;
	background-color: #FFFFFF;
	position: relative;
}
.financial-itemleftbottom img{
	width: 100%;
	height: 165px;
	position: absolute;
	top: 0;
}
.tl-distributed{
	width: 100%;
	height: 850px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #e5131b;
	/* background-image: url(/images/img/fenbutu.jpg); */
	background-size: auto;
	position: relative;
}
.distributed-bg{
	position: absolute;
	top: 35px;
	/* left: 0; */
	width: 1220px;
	height: 245px;
	background-image: url(/images/img/distributed-bg.png);
	/* background-color: #0000CC; */
	z-index: 0;
}
.bg-position{
	width: 1220px;
	height: 245px;
	position: relative;
}
.bg-position span{
	color: #FFFFFF;
	z-index: 8;
}
.bg-position span:hover{
	font-size: 18px;
	font-weight: 600;
}
#dwfoshan{
	position: absolute;
	top: 130px;
	left: 260px;
}
#dwshenzheng{
	position: absolute;
	top: 150px;
	left: 420px;
}
#dwhainan{
	position: absolute;
	top: 150px;
	left: 590px;
}
#dwzhonshan{
	position: absolute;
	top: 155px;
	left: 755px;
}
#dwshanwei{
	position: absolute;
	top: 140px;
	left: 945px;
}
.distributed-title{
	display: flex;
	flex-direction: column;
	text-align: center;
	color: #FFFFFF;
	margin-top: 50px;
	z-index: 10;
	
}
.distributed-img{
	width:1220px ;
	height: 480px;
	margin-top: 160px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	z-index: 10;
}
.distributed-imgitem{
	width: 600px;
	height: 480px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#main-img{
	position: relative;
}
#main-img:hover .mainimg-tip{
	display: block;
}
.more-img{
	position: relative;
}
.more-img:hover .mainimg-tip{
	display: block;
}
.mainimg-tip{
	display: none;
	width: 100px;
	height: 30px;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	top: 0;
	right: 0;
	z-index: 20;
}
.distributed-imgitem .mian-distributedimg{
	width: 600px;
	height: 480px;
}
.item-distributedimg{
	width: 290px;
	height: 480px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.item-distributedimg img{
	width: 290px;
	height: 220px;
}
.distributed-imgitem img:hover{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.distributed-btn{
	width: 150px;
	height: 40px;
	border: 1px solid #F0F0EE;
	border-radius: 8px;
	color: #FFFFFF;
	line-height: 40px;
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
}
.distributed-btn:hover{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	
}
.tl-distributed h1{
	font-size: 30px;
	font-weight: 600;
	color: #FFFFFF;
}
.tl-certificate{
	width: 100%;
	height: 420px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #f9f9f9;
}
.certificate-contents{
	width: 1220px;
	height: 450px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.tl-certificate h3{
	margin: 0;
	margin-top: 35px;
	margin-bottom: 20px;
	font-weight: 600;
}
.certificate-content{
	width: 100%;
	height: 350px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	
}
.certificate-item{
	width: 200px;
	height: 300px;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.certificate-item img{
	width: 180px;
	margin: 10px;
	height: 250px;
}
.certificate-item img:hover{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.certificate-title{
	width: 180px;
	height: 40px;
	background-color: #e5131b;
	text-align: center;
	color: #FFFFFF;
	line-height: 40px;
}
.tl-news{
	width: 1220px;
	margin-top: 50px;
	
}
.tl-news a:hover{
	color: #f46a56;
}
.news-content{
	height: 600px;
	width: 100%;
	
	display: flex;
	flex-direction: row;
}
.news-conleft{
	width: 350px;
	height:600px ;
	display: flex;
	flex-direction: column;
	
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.news-righttop p{
	display: inline-block;
	    font-size: 14px;
	    font-weight: bold;
	    color: #FFFFFF;
	    background: #ff5252;
	    padding: 0px 25px 0px 10px;
	    position: relative;
	    line-height: 40px;
}
.news-righttop p::before{
	    content: "";
	    width: 0;
	    height: 0;
	    border-bottom: 29px solid transparent;
	    border-right: 14px solid #FFFFFF;
	    border-top: 13px solid transparent;
	    position: absolute;
	    right: 0;
	    top: 0;
}
.news-righttop p::after{
	content: "";
	    width: 0;
	    height: 0;
	    border-left: 7px solid transparent;
	    border-right: 15px solid transparent;
	    border-top: 13px solid #ec3636;
	    position: absolute;
	    right: 0;
	    top: 0;
}
.news-righttop a{
	    font-size: 14px;
	    color: #ff5252;
	    line-height: 60px;
	    float: right;
		margin-right: 10px;
		text-decoration: none;
		display: block;
}
.news-main{
	width: 100%;
	height: 120px;
	/* background-color: #3665EC; */
	display: flex;
	align-items: center;
	justify-content: center;
	
}

.news-comman{
	width: 330px;
	height: 120px;

	display: flex;
	flex-direction: row;

	border-bottom: 1px solid #efefef;
}
.news-main img{
	width: 155px;
	/* margin-right: 10px; */
	height: 100px;
}
.news-img{
	width: 155px;
	margin-right: 10px;
	height: 100px;
}
.news-maininfo{
	width: 155px;
	/* margin-right: 10px; */
	height: 100px;
	display: flex;
	flex-direction: column;
}
.news-infoitemtop{
	height: 50px;
	width: 100%;
	line-height: 25px;
	font-weight: 600;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-infoitembottom{
	height: 50px;
	width: 100%;
	color: #999999;
	font-size: 14px;
	line-height: 25px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-allnews{
	width: 100%;
	flex: 1; 
	/* background-color: #3665EC; */
}
.comman-maininfo{
	/* width: 100%; */
	margin:0 10px;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-bottom: 1px solid #efefef;
}
.comman-infoitemtop{
	height: 25px;
	width: 100%;
	line-height: 25px;
	font-weight: 600;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.comman-infoitembottom{
	height: 50px;
	width: 100%;
	color: #999999;
	font-size: 14px;
	line-height: 25px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-conright{
	margin-left: 10px;
	width:860px;
	height: 600px;
	border-right: 1px solid #efefef;
	display: flex;
	flex-direction: column;
}
.news-rigtop{
	width: 100%;
	height: 300px;
	display: flex;
	flex-direction: column;
}
.news-tab{
	width: 100%;
	height: 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.tabitem{
	width: 90px;
	height: 25px;
	font-size: 15px;
	text-align: center;
	line-height: 25px;
	color: #666666;

	/* margin-right: 10px; */
}
.selecttab{
	  background-color: #46484C;
	  color: #FFFFFF;
}
.tabdivide{
	width: 2px;
	height: 15px; 
	background-color: #d5d5d5;
	margin: 0 10px;
}
.news-tabcontent{
	width: 100%;
	height: 250px;
	display: flex;
	flex-direction: row;
	display:none;

}
#newstab1{
	display: inherit;
}
.tab-topnews{
	width: 250px;
	height: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.tab-topnews img{
	width: 240px;
	height: 160px;
	}
.tab-topnews h3{
	width: 100%;
	margin-left: 10px;
	
	font-size: 15px;
}
.tab-allnews{
	width: 610px;
	height: 250px;
	/* background-color: #666666; */
}
.tab-allnews ul{
	margin: 0;
	padding: 0;
	margin: 0 25px;
	width: 560px;
	height: 250px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}
.tab-allnews li{
	width: 280px;
	height: 50px;
	
	

	/* background-color: #3665EC; */
}
.tab-allnews li a{
	width: 260px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tab-allnews li span{
	font-size: 10px;
	   color: #F46A56;
	   margin-right: 10px;		

}
.news-rigbotoom{
	border-top: 1px solid #efefef;
	width: 100%;
	height: 300px;
	display: flex;
	flex-direction: row;
	}
	.news-rigbottomleft{
		width: 560px;
		height: 300px;
		border-right: 1px solid #efefef;
	}
	.news-rigbottomright{
		width: 300px;
		height: 300px;
		padding-left: 10px;
		/* background-color: #515151; */
	}
	.news-rigbtomain{
		width: 100%;
		height: 220px;
	}
	.rigbtomain-allnews{
		width: 100%;
		height: 220px;
		/* background-color: #666666; */
	}
	.rigbtomain-allnews ul{
		margin: 0;
		padding: 0;
		width: 100%;
		height: 220px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
	}
	.rigbtomain-allnews li{
		width: 250px;
		height: 30px;
	
		line-height: 30px;
	}
	.rigbtomain-allnews li i{
		font-size: 10px;
		   color: #F46A56;
		   margin-right: 10px;		
	
	}
	.news-rigbottomright ul{
		width: 100%;
		height: 220px;
		display: flex;
		flex-direction: column;

		justify-content: space-around;
	}
	.news-rigbottomright li{
		width: 90%;
		font-size: 15px;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.news-rigbottomright li i{
		font-size: 10px;
		   color: #F46A56;
		   margin-right: 10px;	
	}
	.tl-partner{
		margin-top: 50px;
		width: 1220px;
		height: 400px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.partner-title{
		height: 100px;
		width: 350px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.partner-titletop{
		width: 100%;
		height: 60px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.partner-titletop h1{
		margin: 0;
		padding: 0;
	}
	.partnerdivide{
		width: 80px;
		height: 1px;
		background-color: #d2d2d2;
	}
	.partner-titlebottom{
		width: 100%;
		text-align: center;
		color: #848484;
	}
	.partner-main{
		height: 220px;
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.partner-main img{
		width: 224px;
		height: 100px;
	}
	.partner-main img:hover{
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	}
	.tl-links{
		width: 100%;
		height: 120px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		background-color: #f1f1f1;
			}
	.links-content{
		width: 1200px;
		height: 50px;
		background-color: #FFFFFF;
		display: flex;
		flex-direction: row;
	}
	.links-title{
		width: 100px;
		height: 30px;
		margin-top: 10px;
		line-height: 30px;
		text-align: center;
		font-size: 16px;
		border-right: 1px solid #f1f1f1;
	}
	.links-body{
		width: 1000px;
		height: 50px;
		margin-left: 20px;
	}
	.links-body ul {
		display: flex;
		flex-direction: row;
	}
	.links-body li{
		line-height: 50px;
		margin-left: 10px;
	}
	.tl-footer{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.footer-hot{
		width: 100%;
		box-sizing: border-box;
		height: 320px;
		padding: 40px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		background-color: #333333;
	}
	.footer-hotcontent{
		width: 1220px;

		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
	}
	.hot-info1{
		width: 300px;
		height: 200px;
		
	}
	.hot-info2{
		width: 300px;
		height: 200px;

	}
	.hot-info3{
		width: 300px;
		height: 200px;
	}
	.hot-info4{
		width: 300px;
		height: 200px;
		display: flex;
		flex-direction: row;
	}
	.info4-img{
		width: 120px;
		height: 200px;
	}
	.info4-img img{
		width: 120px;
		height: 120px;
	}
	.info4-info{
		width: 180px;
		height: 200px;
	}
	
	.footer-hotcontent ul {
		display: flex;
		height: 200px;
		flex-direction: column;
		justify-content: space-around;
	}
	.footer-hotcontent  li{
		color: #FFFFFF;
	}
	.boldli{
		font-weight: 600;
	}
	.info4-info ul{
		width: 160px;
		height: 160px;
		margin: 0;
		margin-left: 20px;
		display: flex;
		flex-direction: column;
	}
	.footer-branch{
		margin-top: 30px;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.footer-branch li{
		width: 1200px;
		text-align: center;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.footer-branch span{
		font-weight: 600;
	}
	.footer-nav{
		width: 100%;
		height: 30px;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.footer-nav ul{
		width: 1200px;
		height: 30px;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.footer-nav li{
		margin: 20px 0;
		width: 130px;
		height: 30px;

		border-right:1px solid #e5e5e5 ;
		text-align: center;
	}
	.footer-nav li:last-child{
		border-right:none;
	}
	.footer-copy{
		margin-top: 40px;
		width: 100%;
		height: 60px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.copy-top a{
		color: #000000;
	}
	.footer-hotcontent a{
		color: #FFFFFF;
	}
.swiper-container {
    width: 100%;
    height: 100%;
	z-index: 1;
}  
.zs-container{
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow-x: scroll;
}
.zs-slide{
	width: 100px;
	height: 150px;
	background-color: #000000;
	z-index: 99;
}