﻿@charset "utf-8";

/************* 首页框架 *************/


/************* 首页banner ***********/
.index-banner{
	position: relative;
	/*height: 800px;*/
	height: 0;
		padding-bottom: 41.667%;
}

.index-banner .swiper-banner{
	position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
}

.index-banner .slide-content{
	width: 100%;
	height: 100%;
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	text-align: left;
	overflow: hidden;
	background-position: 85% center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.index-banner .slide-content:before{
	content: "";
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	background:rgba(11,77,161,.35);
	z-index: 0;
}

.index-banner .slide-content .tixing{
	/*width: 960px;*/
	width: 50%;
	height: 100%;
	position: absolute;
	/*left: 50%;*/
	left: 0;
	top: 0;
	/*margin-left: -960px;*/
	z-index: 1;
}

.index-banner .slide-content .tixing:before{
	content: "";
	display: block;
	/*width: 680px;*/
	width: 35.4vw;
	height: 100%;
	background: #fff;
}

.index-banner .slide-content .tixing:after{
	content:"";
	position: absolute;
	/*left: 680px;*/
	left: 35.4vw;
	top:0;
	width: 0;
	height: 0;
	/*border-top: 800px #fff solid;
	border-left:100px #fff solid;
	border-bottom: 800px transparent solid;
	border-right: 100px transparent solid;*/
	border-top: 41.6vw #fff solid;
	border-left:5.2vw #fff solid;
	border-bottom: 41.6vw transparent solid;
	border-right: 5.2vw transparent solid;
}

	.index-banner .slide-content .slide-content-text {
		/*width: 75vw;
	position: relative;
	z-index: 3;*/
		position: relative;
		z-index: 3;
		width: 50vw;
		padding: 0 8vw;
	}

		.index-banner .slide-content .slide-content-text h4 {
			color: #0b4da1;
			font-size: 40px;
			line-height: 1.4;
			font-weight: 600;
			margin-bottom: 30px;
			/*text-indent: -20px;*/
		}

.index-banner .slide-content .slide-content-text p{
	color: #111;
	font-size: 20px;
	line-height: 1.4;
}

.index-banner .slide-content .slide-content-text p:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 110px;
	border-bottom: 2px #111 solid;
	margin-right: 15px;
}

.index-banner .swiper-button-prev{
	color: #ddd;
}

.index-banner .swiper-button-next{
	color:#fff
}

.index-banner .swiper-pagination-bullet{
	width: 80px;
	height: 2px;
	background: #fff;
	opacity: 0.35;
	margin: 0 10px;
	border-radius: 0;
}

.index-banner .swiper-pagination-bullet-active{
	height: 6px;
	opacity: 1;
}

/********** 滚动新闻 *************/
.index-scroll-news{
	position: relative;
	z-index: 1;
	margin-top: -30px;
}

.index-scroll-news .scroll-news{
	width: 100%;
	max-width: 1138px;
	height: 60px;
	border-radius: 60px;
	box-shadow: 0 4px 5px rgba(0,0,0,.2);
	background: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 50px;
}

.index-scroll-news .scroll-news .icon{
	width: 22px;
	height: 20px;
	line-height: 20px;
	font-size: 0;
}

.index-scroll-news .scroll-news .icon img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

.index-scroll-news .scroll-news .swiper-news{
	width: calc(100% - 22px);
}

.index-scroll-news .scroll-news .swiper-news .slide-content{
	width: 100%;
	text-align: left;
	padding: 0 0 0 10px;
}

.index-scroll-news .scroll-news .swiper-news .slide-content .link{
	color: #222;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/************* 服务范围 **************/
.index-serv{
	padding: 5.2% 0;
}

.index-serv .mt{
	text-align: center;
	padding-bottom: 2.3%;
}

.index-serv .mt .title{
	color: #0b4da1;
	font-size: 40px;
	line-height: 1;
	font-weight: 600;
	padding-bottom: 1.45%;
}

.index-serv .mt .more{
	font-size: 0;
}

.index-serv .mt .more .link{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 138px;
	height: 40px;
	background: #0b4da1;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	margin: 0 auto;
	border-radius: 40px;
}

.index-serv .mt .more .link i{
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	background: #fff;
	color: #0b4da1;
	font-size: 16px;
	text-indent: 2px;
	margin-left: 10px;
}

.index-serv .mc{
	position: relative;
}

	.index-serv .num-box {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 0;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: stretch;
		padding: 3.64%;
		padding-left: 28.64%;
		color: #222;
		font-size: 16px;
		line-height: 1.4;
	}

.index-serv .num-box .num-item{
	margin: 0 2%;
}

.index-serv .num-box h1{
	font-size: 60px;
	line-height: 1.4;
	font-weight: 600;
}

.index-serv .num-box .num-item .wenzi{
	color: #222;
	font-size: 16px;
	line-height: 1;
}

.index-serv .fuwu-box{
	position: relative;
	z-index: 1;
}

.index-serv .fuwu-box .arrow{
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	padding-top:9.11%;
	width: 100%;
	pointer-events: none;
}

.index-serv .fuwu-box .arrow .container{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.index-serv .fuwu-box .arrow .swiper-button-next,
.index-serv .fuwu-box .arrow .swiper-button-prev{
	position: static;
	margin: 0;
	color: #000;
	pointer-events: all;
}

.index-serv .fuwu-box .arrow .swiper-pagination{
	position: static;
	width: auto;
	font-size: 22px;
	line-height: 1;
	color: #454545;
	padding: 0 20px;
}

.index-serv .fuwu-box .arrow .swiper-pagination-current{
	color: #0b4da1;
	font-size: 30px;
}

.index-serv .fuwu{
	position: relative;
	z-index: 1;
	pointer-events: none;
}

.index-serv .fuwu .slide-content{
	width: 100%;
	position: relative;
	height: 0;
	padding-bottom: 136%;
	pointer-events: none
}

.index-serv .fuwu .slide-content .content-box{
	position: absolute;
	width: 100%;
	height: 0;
	padding-bottom: 87.2%;
	left: 0;
	bottom: 0;
	transition: all .4s ease;
	pointer-events: all
}


.index-serv .fuwu .slide-content .img-box{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .4s ease;
}

.index-serv .fuwu .slide-content .text-box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	padding: 11.2%;
	text-align: left;
	color: #fff;
	transition: all .4s ease;
	display: flex;
		justify-content: flex-end;
		align-items: flex-start;
		flex-direction: column;
}

.index-serv .fuwu .slide-content .text-box .title{
	font-size: 22px;
	line-height: 1;
	font-weight: 600;
	padding-bottom: 7.8%;
	position: relative;
}

.index-serv .fuwu .slide-content .text-box .title:after{
	content:"";
	position: absolute;
	left:0;
	bottom: 0;
	width: 30px;
	height: 0;
	border-bottom: 3px #fff solid;
}

.index-serv .fuwu .slide-content .text-box .info{
	font-size: 16px;
	line-height: 1.875;
	width: 86.5%;
	padding-top: 10px;
	display: none;
	transition: all .4s ease;
}

	.index-serv .fuwu .swiper-slide-active .content-box{
		padding-bottom: 136%;
	}
/*.index-serv .fuwu .swiper-slide-active .content-box,
.index-serv .fuwu .content-box:hover{
	padding-bottom: 136%;
}*/

.index-serv .fuwu .swiper-slide-active .content-box .text-box,
.index-serv .fuwu .content-box:hover .text-box{
	background: rgba(11,77,161,.55);
	justify-content: flex-start;
}

.index-serv .fuwu .swiper-slide-active .content-box .text-box .info,
.index-serv .fuwu .content-box:hover .text-box .info{
	display: block;
}

/************* 发展历程 *************/
.index-history{
	background: #f9f9f9;
	padding: 5.2% 0;
}

.index-history .licheng{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.index-history .licheng .mt{
	width: 18.45%;
	min-height: 500px;
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.index-history .licheng .mt:after{
	content: "";
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(11,77,161,.85);
}

.index-history .licheng .mt .title{
	padding-top: 22.58%;
	padding-left: 12.9%;
	padding-bottom: 6.45%;
	position: relative;
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
	z-index: 1;
}

.index-history .licheng .mt .title:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(4em + 12.9%);
	height: 3px;
	background: #fff;
	z-index: 1;
}

.index-history .licheng .mt .neirong{
	padding: 6.45% 12.9%;
	font-size: 24px;
	line-height: 1;
	font-weight: 600;
	position: relative;
	z-index: 1;
}

.index-history .licheng .mc{
	width:70.588%;
}

.index-history .licheng .mc .slide-content{
	width: 100%;
	padding: 4.375% 10.41%
}

.index-history .licheng .mc .slide-content .date{
	font-size: 250px;
	line-height: 1;
	font-weight: 600;
	color: rgba(19,80,162,.35);
	padding-bottom: 4.16%;
}

	.index-history .licheng .mc .slide-content .title {
		color: #494744;
		font-size: 24px;
		line-height: 1.4;
		padding-bottom: 2.6%;
	}

.index-history .licheng .mc .slide-content .info{
	color: #8e8880;
	font-size: 16px;
	line-height: 1.875;
	text-align: left;
}

.index-history .licheng .mc .swiper-button-next,
.index-history .licheng .mc  .swiper-button-prev{
	color: #b5b1ac;
	top: auto;
	bottom: 11.375%;
	margin-top: 0;
}

.index-history .licheng .mc .swiper-button-next:after,
.index-history .licheng .mc  .swiper-button-prev:after{
	font-size: 60px;
}

.index-history .year{
	position: relative;
	padding: 6.61% 0 0 0;
}

.index-history .year .slide-content{
	width: 100%;
}

.index-history .year .slide-content .dot{
	font-size: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	cursor: pointer;
}

.index-history .year .slide-content .dot .dot-content{
	width: 16px;
	height: 16px;
	border-radius: 50%;
	/*background: #9e9890*/
	background: #cbc6c2;
	
}

.index-history .year .slide-content .dot:before,
.index-history .year .slide-content .dot:after{
	content: "";
	display: inline-block;
	width: calc((100% - 16px)/2);
	height: 3px;
}

.index-history .year .slide-content .dot:before{
    background:#cbc6c2; /* 一些不支持背景渐变的浏览器 */  
}

.index-history .year .slide-content .dot:after{
    background:#cbc6c2; /* 一些不支持背景渐变的浏览器 */  
}

.index-history .year .slide-content .date{
	font-size: 16px;
	line-height: 1;
	color: #454545
}

.index-history .year .swiper-slide-thumb-active .slide-content .dot .dot-content{
	background: #2467ad;
}

.index-history .year .swiper-slide-thumb-active .slide-content .date{
	
}

.index-history .year .swiper-slide-thumb-active .slide-content .dot:before{
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0),#a3cbf3 );
	  background-image: -moz-linear-gradient(left, rgba(0,0,0,0),#a3cbf3);
	  background-image: -ms-linear-gradient(left, rgba(0,0,0,0),#a3cbf3);
	  background-image: -o-linear-gradient(left, rgba(0,0,0,0),#a3cbf3);
	  background-image: linear-gradient(to right, rgba(0,0,0,0),#a3cbf3);
}

.index-history .year .swiper-slide-thumb-active .slide-content .dot:after{
	background-image: -webkit-linear-gradient(left,#a3cbf3, rgba(0,0,0,0) );
	  background-image: -moz-linear-gradient(left,#a3cbf3, rgba(0,0,0,0));
	  background-image: -ms-linear-gradient(left,#a3cbf3, rgba(0,0,0,0));
	  background-image: -o-linear-gradient(left,#a3cbf3, rgba(0,0,0,0));
	  background-image: linear-gradient(to right,#a3cbf3, rgba(0,0,0,0));
}

.index-history .year .swiper-button-next,
.index-history .year .swiper-button-prev{
	color: #b5b1ac;
	margin-top: 20px;
}

.index-history .year .swiper-button-next:after,
.index-history .year .swiper-button-prev:after{
	font-size: 30px;
}

.index-history .year .swiper-button-prev{
	left: -30px;
}

.index-history .year .swiper-button-next{
	right: -30px;
}

/************ 全球网点 **************/
.index-wangdian{
	padding: 5.2% 0;
}

.index-wangdian .mt{
	text-align: center;
	padding-bottom: 5.23%;
}

.index-wangdian .mt .title{
	color: #0b4da1;
	font-size: 40px;
	line-height: 1;
	font-weight: 600;
	padding-bottom: 1.42%;
}

.index-wangdian .mt .info{
	color: #818181;
	font-size: 20px;
	line-height: 1;
	font-weight: 300;
	padding-bottom: 1.667%;
}

.index-wangdian .mt .more{
	font-size: 0;
}

.index-wangdian .mt .more .more-link{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 138px;
	height: 40px;
	border:1px #0b4da1 solid;
	color: #0b4da1;
	font-size: 14px;
	line-height: 1;
	margin: 0 auto;
	border-radius: 40px;
}

.index-wangdian .mt .more .more-link i{
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	background: #0b4da1;
	color: #fff;
	font-size: 16px;
	text-indent: 2px;
	margin-left: 10px;
}

.index-wangdian .mc{
	position: relative;
}

.index-wangdian .mc .img-box{
	width: 53%;
	max-width: 892px;
	font-size: 0;
	position: relative;
	z-index: 0;
	margin-left: 2.38%;
}

.index-wangdian .mc .img-box img{
	width: auto;
	max-width: 100%;
}

.index-wangdian .mc .text-box{
	width: 44.88%;
	position: relative;
	z-index: 1;
	margin-left: -8.57%;
	margin-top: -2.85%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 5px rgba(0,0,0,.2);
	min-height: 400px;
	padding: 25px;
}

.index-wangdian .mc .text-box .bt{
	color: #222;
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 10px;
}

.index-wangdian .mc .text-box .bc{
	color: #222;
	font-size: 16px;
	line-height: 1.625;
	font-weight: 300;
}

.index-wangdian .mc .text-box .bc strong{
	color:#0b4da1;
	font-weight: 500;
}

/************* 业务流程 ***************/
.index-liucheng{
	padding: 5.2% 0;
}

.index-liucheng .mt{
	text-align: center;
	padding-bottom: 3.45%;
}

.index-liucheng .mt .title{
	color: #0b4da1;
	font-size: 40px;
	line-height: 1;
	font-weight: 600;
	padding-bottom: 1.42%;
}

.index-liucheng .mt .info{
	color: #818181;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 300;
	padding-bottom: 1.667%;
}

.index-liucheng .mt .tese{
	font-size: 0;
}

.index-liucheng .mt .tese .tese-item{
	margin:0 2.38%;
}

.index-liucheng .mt .tese .tese-item .icon{
	width:20px;
	height:20px;
	line-height: 20px;
	margin-right: 10px;
}

.index-liucheng .mt .tese .tese-item .icon img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

.index-liucheng .mt .tese .tese-item .wenzi{
	color: #0b4da1;
	font-size: 20px;
	line-height: 1;
}

.index-liucheng .mc{
	text-align: center;
}

.index-liucheng .img-big,
.index-liucheng .img-small{
	font-size: 0;
}

.index-liucheng .img-big img,
.index-liucheng .img-small img{
	width: auto;
	max-width: 100%;
}

.index-liucheng .img-small{
	display: none;
}

/**************** 新闻 ****************/
.index-news{
	padding: 5.2% 0;
}

.index-news .tab-menu{
	padding-bottom: 2.97%;
}

.index-news .tab-menu ul{
	text-align: center;
}

.index-news .tab-menu ul li{
	cursor: pointer;
	color: #454545;
	font-size: 36px;
	line-height: 1;
	font-weight: 300;
	display:inline-block;
	vertical-align: top;
}

.index-news .tab-menu ul li:before{
	content:"/";
	padding: 0 20px;
	cursor: none;
}

.index-news .tab-menu ul li:first-child:before{
	display: none;
}

.index-news .tab-menu ul li:hover,
.index-news .tab-menu ul li.selected{
	color:#0b4da1;
	font-weight: 600;
}

.index-news .tab-menu ul li:hover:before,
.index-news .tab-menu ul li.selected:before{
	color: #454545;
	font-weight: 300;
}

.index-news .tab-box{
	
}

.index-news .tab-box .tabbox-container{
	display:none;
}

.index-news .tab-box .more{
	font-size: 0;
	padding-bottom: 4%;
	text-align: center;
}

.index-news .tab-box .more .more-link{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 138px;
	height: 40px;
	border:1px #0b4da1 solid;
	color: #0b4da1;
	font-size: 14px;
	line-height: 1;
	margin: 0 auto;
	border-radius: 40px;
}

.index-news .tab-box .more .more-link i{
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	background: #0b4da1;
	color: #fff;
	font-size: 16px;
	text-indent: 2px;
	margin-left: 10px;
}

.index-news .tab-box .news-list{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	width:100%;
}

	.index-news .tab-box .news-list .list-item {
		background: #efefef;
		padding: 2.85% 1.78%;
		width: 33%;
		max-width: 546px;
		margin-bottom: 20px;
	}

.index-news .tab-box .news-list .list-item .time{
	color:#454545;
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 1.48%;
}

.index-news .tab-box .news-list .list-item .title{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #222;
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 0.89%;
}

.index-news .tab-box .news-list .list-item .info{
	color: #454545;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	max-height: 52px;
	overflow: hidden;
}

.error {
	border: 1px #0b4da1 solid !important;
}

/******************* 20211012 ***********************/
/**************** banner及新闻 ********************/
.index-banner{
height: calc(100vh - 180px - 100px);
padding:0;
}

.index-scroll-news{
margin-top:0;
height:100px
}

.index-scroll-news .container{
width: 100%;
	height: 100%;
	max-width: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0b4da1;
	padding: 20px 0;
}

.index-scroll-news .container:before {
	content: "新闻公告";
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	width: 2em;
	margin-right: 20px;
}


.index-scroll-news .scroll-news {
	width: 40%;
	max-width: inherit;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	padding: 0 20px;
	border-left: 1px #fff solid;
	border-radius:0;
	background:none;
	box-shadow:none;
}

.index-scroll-news .scroll-news .icon img{
filter: brightness(100);
}

.index-scroll-news .scroll-news .swiper-news{
width:100%
}

.index-scroll-news .scroll-news .swiper-news .slide-content{
padding:0
}

.index-scroll-news .scroll-news .swiper-news .slide-content .link{
color:#fff
}

/****************发展历程新********************/
.index-history .container{
max-width: 1320px;
}

.index-history .licheng{
/*padding-bottom: 6.61%;*/
}

.index-history .year{
padding-top:0
}

.index-history .year .swiper-button-next, .index-history .year .swiper-button-prev{
margin-top: -33px;
}


/**************** 流程新 *****************/
.liucheng-box{
	padding-top: 110px;
	padding-bottom: 150px;
	position: relative;
	max-width: 1340px;
	margin: 0 auto;
}

.liucheng-box .box-center{
	position: relative;
	z-index: 1;
	width: 531px;
	margin: 0 auto;
}

	.liucheng-box .box-list {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 2;
	}

		.liucheng-box .box-list .list-item {
			display: flex;
			/*justify-content: center;
			align-items: flex-start;*/
			position: absolute;
			width: 24%;
		}

.liucheng-box .box-list .list-item .icon{
	font-size: 0;
}

.liucheng-box .box-list .list-item .icon img{
	width: 100%;
}

.liucheng-box .box-list .list-item .wenzi{
	text-align: left;
	margin-top: -10px;
	padding-left: 20px;
}

.liucheng-box .box-list .list-item .wenzi .bt{
	color: #222;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 5px;
}

.liucheng-box .box-list .list-item .wenzi .bt:first-letter{
	font-size: 60px;
	font-style: italic;
	font-weight: 500;
}

.liucheng-box .box-list .list-item .wenzi .bc{
	color: #666;
	font-size: 16px;
	line-height: 1.2;
	max-width: 260px;
}

.liucheng-box .box-list .list-item.item1{
	left: 90px;
	top: 70px;
}

.liucheng-box .box-list .list-item.item2{
	left: 10px;
	top: 278px;
}

.liucheng-box .box-list .list-item.item3{
	left: 185px;
	top: 487px;
}

.liucheng-box .box-list .list-item.item4{
	right: 125px;
	top: 487px;
}

.liucheng-box .box-list .list-item.item5{
	right: 15px;
	top: 278px;
}

.liucheng-box .box-list .list-item.item6{
	right: 50px;
	top: 70px;
}

.liucheng-box .box-list .list-item.item1 .icon{
	width:47px
}

.liucheng-box .box-list .list-item.item2 .icon{
	width:103px
}

.liucheng-box .box-list .list-item.item3 .icon{
	width:76px
}

.liucheng-box .box-list .list-item.item4 .icon{
	width:105px
}

.liucheng-box .box-list .list-item.item5 .icon{
	width:79px
}

.liucheng-box .box-list .list-item.item6 .icon{
	width:73px
}

@media screen and (max-width:1800px) {
.index-banner{
height: calc(100vh - 100px - 100px);
}
}

@media screen and (max-width:1600px) {
	.liucheng-box{
		padding-top: 88px;
		padding-bottom: 120px;
	}
	
	.liucheng-box .box-center{
		/*width: 424px;*/
	}
	
	.liucheng-box .box-list .list-item.item2,
	.liucheng-box .box-list .list-item.item5{
		/*top: 220px;*/
	}
	
	.liucheng-box .box-list .list-item.item3,
	.liucheng-box .box-list .list-item.item4{
		/*top: 389px;*/
	}
	
	.liucheng-box .box-list .list-item.item1 .icon{
		width:37px
	}
	
	.liucheng-box .box-list .list-item.item2 .icon{
		width:82px
	}
	
	.liucheng-box .box-list .list-item.item3 .icon{
		width:60px
	}
	
	.liucheng-box .box-list .list-item.item4 .icon{
		width:84px
	}
	
	.liucheng-box .box-list .list-item.item5 .icon{
		width:64px
	}
	
	.liucheng-box .box-list .list-item.item6 .icon{
		width:58px
	}
	
	.liucheng-box .box-list .list-item .wenzi{
		padding-left: 16px;
	}
	
	.liucheng-box .box-list .list-item .wenzi .bt{
		font-size: 16px;
	}
	.liucheng-box .box-list .list-item .wenzi .bt::first-letter{
		font-size: 48px;
	}
	
	.liucheng-box .box-list .list-item .wenzi .bc{
		font-size: 13px;
	}
}

@media screen and (max-width:1024px) {
.index-scroll-news .scroll-news{
width: 80%;
}
}

@media screen and (max-width:1023px) {}

@media screen and (max-width:850px) {
	.liucheng-box {
		padding-bottom: 0;
		padding: 0 3%;
	}
	
	.liucheng-box .box-list{
		position: static;
			width: 100%;
			display: flex;
			justify-content: space-between;
			align-items: stretch;
			flex-wrap: wrap;
			padding-top: 10%;
	}
	
	.liucheng-box .box-list .list-item{
		width: 48%;
		position: static;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:767px) {}

@media screen and (max-width:639px) {
	.liucheng-box{
		padding-top: 30px;
	}
	
	.liucheng-box .box-list .list-item{
		width: 100%;
	}
}

@media only screen and (max-width: 479px) {
.index-scroll-news{
margin-top:0;
height:70px
}

.index-scroll-news .container:before{
font-size:14px;
margin-right:10px;
}

.index-scroll-news .scroll-news{
border-radius:0!important;
padding: 0 10px!important;
}

.index-history .year .swiper-button-next, .index-history .year .swiper-button-prev{
margin-top:-34px!important
}

	.liucheng-box .box-center{
		width: 100%;
	}
}
