body{font-family: -apple-system,BlinkMacSystemFont,'Microsoft YaHei',SimHei ,"STHeiti Light",STHeiti,"Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;}


}       






.banner{
	position: relative;
}
.banner .pic{
	display: block;
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center center;
}
.banner .pic img{
	display: none;
}
.banner .slick li a{
	position: relative;
	display: block;
}
.banner .title{
	position: absolute;
	text-align: left;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
	color: #fff;
	font-size: 30px;
	z-index: 2;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.banner .slick-dots{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
    width: auto;
    bottom: 48px;
    opacity: .9;
	width: 1400px;
	max-width: 94%;
	display: flex !important;
	justify-content: flex-end;
	align-items: center;
	cursor: pointer;
}

.banner .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 21px 0 0;
    background: #fff;
    vertical-align: middle;
    border-radius: 20px;
    box-shadow: 0 3px 7px rgba(0,0,0,.5);
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.banner .slick-dots li button {
    display: none;
}

.banner .slick-dots li.slick-active {
    height: 6px;
    width: 62px;
}
.banner .more{
	position: absolute;
	right: 260px;
	bottom: 0;
	display: block;
	color: #fff;
	border: 1px solid #fff;
	bottom: 100px;
	line-height: 30px;
	padding: 0 20px;
	z-index: 10;
	background: rgba(255,255,255,.2);
	border-radius: 50px;
	transition: all 1s;
}
.banner .more:hover{
	color: #fff;
	background-color: #1c4b90;
	border-color: #1c4b90;
}
.box1{
	padding: 195px 0px 120px;
	background-color: #ccc;
}
.box1 .title,
.box3 .title{
	line-height: 74px;
	color: #fff;
	font-family: 'SourceHanSansCN-Bold';
	width: 245px;
	margin: 0 auto;
	background: #1B4D7E;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}
.box1 .box-c{
	margin-top: 70px;
}
.box1 .box-c .item{
	display: flex;
	justify-content: space-between;
}
.box1 .box-c .item .item-l{
	width: 48.9%;
}
.box1 .box-c .item .item-l .pic,
.box1 .box-c .item .item-r .list li .pic{
	height: 100%;
}
.box1 .box-c .item .item-l .pic img,
.box1 .box-c .item .item-r .list li .pic img{
	height: 100%;
	object-fit: cover;
}
.box1 .box-c .item .item-r{
	width: 48.9%;
}
.box1 .box-c .item .item-r .list{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.box1 .box-c .item .item-r .list li{
	width: 47.94%;
}
.box1 .box-c .item .item-r .list li a{
	display: block;
	height: ;
	background-color: #F7F6F6;
	height: 212px;
}
.box1 .box-c .item .item-r .list li a:hover{
	background-color: #1B4D7E;
}
.box1 .box-c .item .item-r .list li a:first-child{
	margin-bottom: 1px;
}
.box1 .box-c .item .item-r .list li .text-box{
	padding: 33px 20px 20px;
}
.box1 .box-c .item .item-r .list li .text-title{
	color: #79452E;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	height: 54px;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 3px;
	transition: 0.7s;
	font-weight: bold;
}
.box1 .box-c .item .item-r .list li .text-des{
	font-size: 16px;
	line-height: 27px;
	height: 54px;
	color: #2A2A2A;
	font-family: "SourceHanSansCN-Regular";
	margin-bottom: 6px;
	transition: 0.7s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.box1 .box-c .item .item-r .list li .date{
	font-size: 12px;
	color: #474646;
	transition: 0.7s;
	line-height: 20px;
	text-align: right;
}
.box1 .box-c .item .item-r .list li a:hover .text-title,
.box1 .box-c .item .item-r .list li a:hover .text-des,
.box1 .box-c .item .item-r .list li a:hover .date{
	color: #fff;
}
.box1 .box-c .item:nth-child(2n),
.box1 .box-c .item:nth-child(2n) .item-r .list{
	flex-direction: row-reverse;
}
.box1 .box-c .item:not(:last-child){
	margin-bottom: 31px;
}
.box1 .more,
.box3 .more,
.box4 .more{
	margin-top: 47px;
	display: flex;
	align-items: center;
}
.box1 .more .line,
.box3 .more .line,
.box4 .more .line{
	position: relative;
	height: 3px;
	flex: 1;
	background-color: #1B4D7E;
}

.box1 .more .line::before,
.box3 .more .line::before,
.box4 .more .line::before{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	width: 8px;
	height: 8px;
	background-color: #1B4D7E;
	transform: translateY(-50%);
	border-radius: 50%;
}
.box1 .more .line.line1::before,
.box3 .more .line.line1::before,
.box4 .more .line.line1::before{
	right: auto;
	left: 0;
}
.box1 .more .line.line1,
.box3 .more .line.line1,
.box4 .more .line.line1{
	flex: none;
	width: 240px;
}
.box1 .more a,
.box3 .more a,
.box4 .more a{
	margin: 0 70px;
	font-size: 25px;
	cursor: pointer;
	color: #1B4D7E;
}
.box2{
	padding: 40px 0;
	background-image: url(../img/index-box2-bg.png);
	background-size: cover;
}
.box2 .box-c{
	display: flex;
	justify-content: space-between;
}
.box2 .box-c .l,
.box2 .box-c .r{
	width: 600px;
	max-width: 48%;
}
.box2 .box-c .l{
	margin-top: 80px;
}
.index-title .title{
	font-weight: bold;
	text-align: left;
	display: inline-block;
	color: #fff;
	font-size: 32px;
}
.index-title .en{
	font-size: 24px;
	font-family: arial;
	color: #d1d1d1;
	font-weight: normal;
	text-transform: uppercase;
}
.index-title .zh{
	display: flex;
	align-items: center;
}
.index-title .zh-more{
	position: relative;
	width: 38px;
	height: 38px;
	line-height: 36px;
	border: 1px solid #ccc;
	border-radius: 50%;
	font-size: 24px;
	color: #ccc;
	font-family: arial;
	margin: 0 0 0 158px;
	text-align: center;
}
.index-title .zh-more:hover{
	background-color: #1c4b90;
	color: #fff;
}
.index-title .zh-more::before{
	position: absolute;
	content: "";
	right: 38px;
	width: 150px;
	height: 1px;
	top: 50%;
	background-color: #ccc;
}
.box2 .box-c .l .l-c,
.box2 .box-c .r .r-c{
	padding: 43px 50px 60px;
	background-color: rgba(255,255,255,.85);
	margin-top: 35px;
}
.box2 .box-c .l .l-c .list{
	position: relative;
}
.box2 .box-c .l .l-c .list::before{
	position: absolute;
	content: "";
	left: 6px;
	top: 8px;
	width: 1px;
	height: calc(100% - 16px);
	background-color: #B28850;
}
.box2 .box-c .l .l-c .list li{
	position: relative;
}
.box2 .box-c .l .l-c .list li:not(:last-child){
	margin-bottom: 62px;
}
.box2 .box-c .l .l-c .list li::before{
	position: absolute;
	left: 0;
	top: 4px;
	content: '';
	display: block;
	height: 10px;
	width: 10px;
	background: #b28850;
	border-radius: 50%;
}
.box2 .box-c .l .l-c .list li::after{
	position: absolute;
	left: 4px;
	width: 45px;
	content: '';
	display: block;
	height: 1px;
	background: #b28850;
	top: 8px;
}
.box2 .box-c .l .l-c .list li a{
	display: block;
	padding-left: 62px;
}
.box2 .box-c .l .l-c .list .li-title{
	font-size: 16px;
	color: #484848;
	margin: 0 0 14px;
	max-height: 48px;
	line-height: 24px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box2 .box-c .l .l-c .list a:hover .li-title{
	color: #1c4b90;
}
.box2 .box-c .l .l-c .list .item{
	display: flex;
	font-size: 14px;
	line-height: 22px;
	color: #484848;
	align-items: center;
}
.box2 .box-c .l .l-c .list .item .icon{
	margin-right: 6px;
}
.box2 .box-c .r .r-c .list a{
	display: flex;
	align-items: center;
}
.box2 .box-c .r .r-c .year{
	display: inline-block;
	color: #B28850;
	font-family: arial;
	font-size: 12px;
}
.box2 .box-c .r .r-c .date{
	width: 56px;
	height: 56px;
	text-align: center;
	background: #fff;
	border: 1px solid #B28850;
	border-radius: 50%;
	line-height: 56px;
	font-size: 30px;
	color: #B28850;
	font-family: arial;
	margin:0 20px 0 5px;
}
.box2 .box-c .r .r-c .text{
	font-size: 16px;
	color: #484848;
	line-height: 24px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1;
}
.box2 .box-c .r .r-c a:hover .text{
	color: #1c4b90;
}
.box2 .box-c .r .r-c .list li:not(:last-child){
	margin-bottom: 29px;
}
.box3{
	background-color: #ccc;
	padding: 140px 0 70px;
}
.box3 .box-c{
	margin-top: 100px;
}
.box3 .box-c .list{
	display: flex;
	justify-content: space-between;
}
.box3 .box-c .list li,
.box3 .box-c .list i{
	width: 31.42%;
}
.box3 .box-c .list li a{
	position: relative;
	display: block;
	height: 100%;;
}
.box3 .box-c .list li .pic,
.box3 .box-c .list li .pic img{
	height: 100%;
}
.box3 .box-c .list li .pic img{
	object-fit: cover;
}
.box3 .box-c .list li .text-box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 53px 30px 25px;
	background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.8));
}
.box3 .box-c .list li .text-title{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 19px;
}
.box3 .box-c .list li .text-des{
	font-size: 16px;
	color: #fff;
	line-height: 27px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}
.box3 .box-c .list li .date{
	font-size: 12px;
	line-height: 20px;
	color: #fff;
}
.box4{
	background-image: url(../img/index-box4-bg.jpg);
	background-size: cover;
	padding: 162px 0 76px;
}
.box4 .title{
	border-bottom: 1px solid #fff;
	width: 260px;
	line-height: 28px;
	padding-bottom: 30px;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
.box4 .des{
	margin-top: 44px;
	color: #fff;
	font-size: 18px;
	line-height: 33px;
	margin-bottom: 55px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box4 .box-c{
	display: flex;
	justify-content: space-between;
}
.box4 .box-c .l,
.box4 .box-c .r{
	width: 48.71%;
}
.box4 .box-c .l .video video{
	display: block;
	width: 100%;
	height: 415px;
	object-fit: fill;
}
.box4 .box-c .l .text-box{
	display: block;
	height: 134px;
	background: #f7f6f6;
}
.box4 .box-c .l .text-box a{
	display: block;
	padding: 16px 17px;
	font-size: 16px;
	line-height: 28px;
	color: #3b3b3b;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box4 .swiper-pagination-bullet{
	background-color: #113B65;
	width: 10px;
	height: 10px;
}
.box4 .r li a{
	position: relative;
}
.box4 .r li a .pic{
	width: 289px;
	height: 169px;
}
.box4 .r li a .pic img{
	height: 100%;
	object-fit: cover;
}
.box4 .r li a .text-box{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 64.56%;
	background-color: #fff;
	height: 128px;
	padding: 18px 23px 0;
}
.box4 .r li a .text-title{
	font-size: 18px;
	line-height: 30px;
	height: auto;
	color: #79452E;
	margin-bottom: 10px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box4 .r li a .text-des{
	font-size: 14px;
	line-height: 23px;
	color: #3b3b3b;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box4 .r li:not(:last-child){
	margin-bottom: 20px;
}
.box4 .more .line,
.box4 .more .line::before{
	background-color: #fff;
}
.box4 .more a{
	color: #fff;
}
.box5{
	padding: 40px 0 0;
	background-color: #;
}
.box5 .list{
	display: flex;
	flex-wrap: wrap;
}
.box5 .list li{
	width: 25%;
	margin-bottom: 40px;
}
.box5 .list li a{
	display: flex;
	align-items: center;
}
.box5 .list li i{
	width: 60px;
	height: 60px;
	float: left;
	transition: all 0.5s ease-in-out;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 58px;
	font-size: 34px;
	margin-right: 10px;
}
.box5 .list li a span{
	font-size: 16px;
	line-height: 24px;
	color: #00366f;
	flex: 1;
}
.box5 .list li.li1 i {
    background-color: #e16d26;
}

.box5 .list li.li2 i {
    background-color: #45b035;
}

.box5 .list li.li3 i {
    background-color: #438a7b;
}

.box5 .list li.li4 i {
    background-color: #3c4b9e;
}

.box5 .list li.li5 i {
    background-color: #009a3e;
}

.box5 .list li.li6 i {
    background-color: #004098;
}

.box5 .list li.li7 i {
    background-color: #0062b1;
}

.box5 .list li.li8 i {
    background-color: #c40070;
}

.box5 .list li.li9 i {
    background-color: #c0104d;
}

.box5 .list li.li10 i {
    background-color: #823e94;
}

.box5 .list li.li11 i {
    background-color: #941a65;
}

.box5 .list li.li12 i {
    background-color: #ea5514;
}

.box5 .list li.li13 i {
    background-color: #e60012;
}

.box5 .list li.li14 i {
    background-color: #0075c2;
}

.box5 .list li.li15 i {
    background-color: #9dc814;
}

.box5 .list li.li16 i {
    background-color: #611f66;
}
.box5 .list li>a:hover i {
    transform: rotate(360deg) scale(1.1);
}
.box6{
	padding: 60px 0 0;
	background-color: #1c4b90;
	text-align: right;
}
.box6 .a-title{
	display: inline-block;
	text-align: left;
}
.index-title .zh img{
	margin: 0 7px;
}
.box6 .box-c{
	margin-top: 60px;
}
.box6 .box-c .swiper-slide .img_box>div{
	height: auto !important;
}
.box6 .box-c .swiper-slide .img_box img{
	display: block;
	width: 100%;
}
.box6 .box-c .swiper-slide .img_box canvas{
	height: 153px !important;
}
.box6 .box-c .swiper-slide .title{
	margin:  -140px 20px 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	position: relative;
	display: none;
	max-height: 60px
}
.box6 .box-c .swiper-slide-active .title{
	display: block;
}
.box7{
	padding: 50px 0 70px;
	text-align: center;
}
.box7 .a-title{
	display: inline-block;
	text-align: left;
	margin-left: 96px;
}
.box7 .index-title .zh{
	/* margin-left: -98px; */
}
.box7 .index-title .title{
	color: #333;
}
.box7 .box-c{
	margin-top: 60px;
}
.box7 .box-c .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box7 .box-c .list li,
.box7 .box-c .list i{
	width: 358px;
	max-width: 32%;
}
.box7 .box-c .list .text-title{
	margin: 28px 0 23px;
	height:auto;
	max-height: 44px;
	font-size: 16px;
	color: #333;
	line-height: 22px;
	text-align: left;
}
.box7 .box-c .list .line{
	width: 224px;
	max-width: 100%;
	height: 1px;
	background-color: #dcdcdc;
}
.index-title1{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index-title1{
	display: flex;
	justify-content: space-between;
}
.index-title1 .l{
	display: flex;
	align-items: center;
}
.index-title1 .l p{
	font-weight: bold;
	display: block;
	float: left;
	color: #363aa1;
	font-size: 22px;
	margin-left: 10px;
}
.index-title1 .l span{
	color: #757575;
	display: block;
	margin-left: 10px;
	font-size: 16px;
}
.index-title1 .r a{
	display: flex;
	align-items: center;
}
.box8{
	margin-top: 50px;
}
.box8 .box-c{
	margin-top: 26px;
}
.box8 .swiper-slide{
	width: 23.88%;
}
.box8 .swiper-slide .pic img{
	display: block;
	width: 100%;
}
.box8 .swiper-slide:not(:last-child){
	margin-right: 1.49%;
}
.box9{
	margin: 60px 0;
}
.box9 .index-title1{
	width: 52.3%;
}
.box9 .box-c{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.box9 .box-c .l{
	width: 52.3%;
}
.box9 .box-c .l .swiper-slide{
	position: relative;
}
.box9 .box-c .l .swiper-slide .slide-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
}
.box9 .box-c .l .swiper-slide .slide-box img{
	display: block;
	margin: 0 auto;
}
.box9 .box-c .l .swiper-slide .slide-box .title{
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-top: 22px;
}
.box9 .swiper-pagination{
	text-align: right;
	padding: 0 15px;
}
.box9 .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	background-color: #fff;
}
.box9 .box-c .r{
	width: 46%;
}
.box9 .box-c .r .swiper,
.box9 .box-c .r  .swiper-wrapper,
.box9 .box-c .r  .swiper-slide{
	height: 100%;;
}
.box9 .box-c .r .swiper-slide{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.box9 .box-c .r .list{
	display: flex;
	justify-content: space-between;
}
.box9 .box-c .r .list li{
	position: relative;
	width: 48%;
}
.box9 .box-c .r .list li .text{
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: rgba(54,58,161,0.5);
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}
@media (max-width: 1024px) {
	.banner .pic img{
		display: block;
	}
	.banner .pic{
		height: auto;
		background-image: none;
	}
}
@media (max-width:1024px) {
	.box1,.box3,.box4{
		padding: 70px 0;
	}
	.box1 .title, .box3 .title,
	.index-title .title,
	.index-title1 .l p{
		font-size: 24px;
	}
	.box1 .title, .box3 .title{
		line-height: 50px;
	}
	
	.box1 .box-c,.box3 .box-c{
		margin-top: 40px;
	}
	.box1 .box-c .item{
		flex-wrap: wrap;
	}
	.box1 .box-c .item .item-l{
		width: 100%;
		margin-bottom: 31px;
	}
	.box1 .box-c .item .item-r{
		width: 100%;
	}
	.index-title .zh-more{
		margin-left: 100px;
	}
	.index-title .zh-more::before{
		width: 90px;
	}
	.index-title .en{
		font-size: 20px;
	}
	.box2 .box-c .l .l-c, .box2 .box-c .r .r-c{
		padding: 30px;
		margin-top: 25px;
	}
	.box2 .box-c .r .r-c .date{
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
	.box4 .box-c{
		flex-direction: column;
	}
	.box4 .box-c .l, .box4 .box-c .r{
		width: 100%;
	}
	.box4 .box-c .r{
		margin-top: 20px;
	}
}
@media (max-width:768px) {
	.box8 .swiper-slide{
		width: 33%;
	}
	.box9 .box-c{
		flex-direction: column;
	}
	.box9 .box-c .l{
		width: 100%;
	}
	.box9 .box-c .r{
		width: 100%;
	}
	.box9 .box-c .r .list li{
		margin-top: 25px;
	}
	.box9 .index-title1{
		width: 100%;
	}
	.box9{
		margin: 50px 0;
	}
	.box3 .box-c .list{
		flex-wrap: wrap;
	}
	.box3 .box-c .list li, .box3 .box-c .list i{
		width: 48%;
	}
	.box3 .box-c .list li:not(:last-child){
		margin-bottom: 25px;
	}
	.box2 .box-c{
		flex-direction: column-reverse;
	}
	.box2 .box-c .l, .box2 .box-c .r{
		max-width: 100%;
		width: 100%;
	}
	.box2 .box-c .l{
		margin-top: 35px;
	}
	.box1 .box-c .item .item-r .list{
		flex-wrap: wrap;
	}
	.box1 .box-c .item .item-r .list li{
		width: 100%;
	}
	.box1 .box-c .item .item-r .list li a:not(:last-child),
	.box1 .box-c .item .item-r .list li:not(:last-child){
		margin-bottom: 20px;
	}
	.box1 .more a, .box3 .more a, .box4 .more a{
		margin: 0 20px;
		font-size: 18px;
	}
	.box1 .more, .box3 .more, .box4 .more{
		margin-top: 30px;
	}
	.box5 .list li{
		width: 50%;
	}
	.box5 .list li i{
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 24px;
	}
	.box5 .list li a span{
		font-size: 14px;
	}
	.box5 .list li{
		margin-bottom: 20px;
	}
	.box6 .box-c .swiper-slide .img_box canvas{
		height: 70px !important;
	}
	.box6 .box-c .swiper-slide .title{
		margin-top: -60px;
	}
	.box6 .box-c{
		margin-top: 40px;
	}
	.box1 .more .line.line1, .box3 .more .line.line1, .box4 .more .line.line1{
		width: 150px;
	}
	.banner .title{
		font-size: 18px;
		bottom: 10px;
	}
	.banner .more{
		display: none;
	}
}
@media (max-width: 500px) {
	.box3 .box-c .list li, .box3 .box-c .list i{
		width: 100%;
	}
	.box6{
		padding-top: 50px;
	}
	.box1 .title, .box3 .title, .index-title .title, .index-title1 .l p{
		font-size: 24px;
	}
	.box8 .swiper-slide:not(:last-child){
		width: 80%;
	}
	.box9 .box-c .r .list{
		flex-wrap: wrap;
	}
	.box9 .box-c .r .list li{
		width: 100%;
	}
}