ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
li{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
p,h1,h2,h3,h4,h5{
	margin: 0;
}
*{
	margin: 0;
}
a:hover{
	text-decoration: none;
}
.container{
	max-width: 100%;
	padding:0 10vw;
}
.navbar-light{
	background: #fff;
}
.navbar-collapse{
	flex-grow: unset;
}

.navbar-light .navbar-nav .nav-link{
	color: #333333;
	padding:.1rem 0.8rem;
}
.navbar-light .navbar-nav li{
	margin-right: 1rem;
}
.navbar-light .navbar-nav li:last-child{
/*	margin-right: 0;*/
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
	color: #009bf3;

}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: #009bf3;
}
.sf{
	position: relative;
}
.sf input{
	border:1px solid #e4e4e4;
	border-radius: 20px;
	color: #333333;
	font-size: 12px;
	padding:.575rem .95rem;
}
.sf .mmbt{
	position: absolute;
	right: 0;
}
.home-banner{
	overflow: hidden;
	position: relative;
}
.home-banner .swiper-pagination{
	bottom:25px;
}
.home-banner .swiper-pagination-bullet{
	width: 8px;
	height: 4px;
	border-radius: 2px;
	background: #ffffff;
	opacity: 1;
}
.home-banner .swiper-pagination-bullet-active{
	width: 30px;
	background: #ffffff;
}
.idtitle{
	text-align: center;
	
}
.idtitle h2{
	color: #333333;
	font-size: 34px;
	font-weight: 600;
}
.id1{
	padding:34px 0;
}
.id1 .id1con{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	justify-content: space-between;
}
.id1 .id1con .id1conl{
	width: 20%;
}
.id1 .id1con .id1conl .d1navt{
	background: #009bf3;
	padding:40px 0 20px;
	text-align: center;
}
.id1 .id1con .id1conl .d1navt h2{
	font-size: 30px;
	color: #ffffff;
	font-weight: 600;
}
.id1 .id1con .id1conl .d1navt p{
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
	margin-top: 10px;
}
.id1 .id1con .id1conl ul{
	border: 1px solid #dcdcdc;
	border-left: none;
  border-right: none;
}
.id1 .id1con .id1conl ul li{
	border-bottom: 1px solid #dcdcdc;
}
.id1 .id1con .id1conl ul li a{
	display: flex;
	justify-content: space-between;
	padding:18px;
	align-items: center;
	color: #333333;
	font-size: 15px;
	transition: .6s;
}
.id1 .id1con .id1conl ul li:hover a{
	background: #009bf3;
	color: #fff;
}
.id1 .id1con .id1conl ul li:hover a img{
	
}
.id1 .id1con .id1conl ul li:last-child{
	border-bottom: none;
}
.id1 .id1con .id1conl .d1navb{
	background: #009bf3;
	padding:25px 0 20px;
	text-align: center;
}
.id1 .id1con .id1conl .d1navb h4{
	font-size: 16px;
	color: #ffffff;
}
.id1 .id1con .id1conl .d1navb h3{
	font-size: 24px;
	color: #ffffff;
	margin:15px 0;
}
.id1 .id1con .id1conl .d1navb a{
	color: #009bf3;
	font-size: 13px;
	background: #fff;
	padding:5px 20px;
}
.id1 .id1con .id1conr{
	width: 77%;
}
.id1 .id1con .id1conr .id1crt{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border:1px solid #dddddd;
}
.id1 .id1con .id1conr .id1crt .idl{
	width: 56%;
}
.id1 .id1con .id1conr .id1crt .idl .idlcn{
	background: #f2f2f2;
	text-align: center;
	padding:35px;
	border-right:1px solid #dddddd;
}
.id1 .id1con .id1conr .id1crt .idr{
	width:42%;
}
.id1 .id1con .id1conr .id1crt .idr .idrcon{
	padding:20px 20px;
}
.id1 .id1con .id1conr .id1crt .idr .idrcon h3{
	font-size: 26px;
	color: #333333;
}
.id1 .id1con .id1conr .id1crt .idr .idrcon .ncon{
	font-size: 16px;
	color: #333333;
	margin:20px 0;
}
.id1 .id1con .id1conr .id1crt .idr .idrcon a{
	display: flex;
	justify-content: space-between;
	background:#009bf3;
	border-radius: 20px;
	width: 120px;
	padding:10px 15px;
	color: #fff;
	align-items: center;
}
.id1list{
	display: flex;
	flex-wrap: wrap;
}
.id1list .item{
	width: 32.33%;
	margin-right: 1.5%;
	text-align: center;
	margin-top: 25px;
}
.id1list .item:nth-child(3n){
	margin-right: 0;
}
.id1list .item .img{
	border:1px solid #f2f2f2;
	padding:25px 0;
	overflow: hidden;
}
.id1list .item .img img{
	height: 160px;
	transition: .6s;
}
.id1list .item h4{
	background: #f2f2f2;
	color: #333333;
	font-size: 15px;
	padding:10px 0;
}
.id1list .item:hover img{
	transform: scale(1.1);
}
.amore{
	color: #090e1a;
	font-size: 14px;
	border:1px solid #888888;
	width: 140px;
	display: block;
	line-height: 40px;
	border-radius: 25px;
	margin:35px auto 0;
	text-align: center;
}
.id2{
	background: url(../images/abbg.jpg) no-repeat left center;
	
}
.id2 .id2con{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.id2 .id2con .id2conl{
	width: 50%;
}
.id2 .id2con .id2conl .id2conlc{
	padding-left: 10vw;
	padding-right: 3vw;
}
.id2 .id2con .id2conl .id2conlc h3{
	font-size: 36px;
	color: #333333;
	font-weight: 600;
}
.id2 .id2con .id2conl .id2conlc p{
	font-size: 16px;
	font-weight: lighter;
	margin:15px 0 25px;
}
.id2 .id2con .id2conl .id2conlc .id2ncon{
	font-size: 16px;
	color: #333333;
	font-weight: lighter;
	line-height: 1.6;
}
.id2 .id2con .id2conl .id2conlc .smore{
	display: flex;
	width: 140px;
	justify-content: space-between;
	padding:8px 20px;
	background: #009bf3;
	align-items: center;
	color: #fff;
	margin-top: 35px;
	border-radius: 20px;
}
.id2 .id2con .id2conr{
	width: 50%;
}
.ynb .ynblist{
	background: #fff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-shadow: 0px 3px 12px 0px #c1c1c1;
	margin-top:-3vw;
	z-index: 999;
	position: relative;
	padding:35px 0;
}
.ynb .ynblist .item{
	width: 25%;
	position: relative;
	text-align: center;
}
.ynb .ynblist .item:before{
	position: absolute;
	right: 0;
	top:0%;
	width: 1px;
	height: 100%;
	content: '';
	background: #c1c1c1;
}
.ynb .ynblist .item:last-child:before{
	display: none;
}
.ynb .ynblist .item h2{
	font-size: 40px;
	color: #333;
	font-weight: 600;
	display: flex;
    justify-content: center;
}
.ynb .ynblist .item span{
	color: #009bf3;
	font-size: 12px;
	display: inline-block;
	font-weight: normal;
}
.ynb .ynblist .item p{
	font-size: 14px;
	color: #333;
}
.id3{
	padding:100px 0;
	background: #f5f5f5;
}
.id3nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 35px;
}
.id3nav a{
	color: #919ba7;
	font-size: 14px;
	border:1px solid #dee2ea;
	border-radius: 20px;
	padding:5px 15px;
	margin-right: 15px;
}
.id3nav a.active{
	border-color: #009bf3;
	background: #009bf3;
	color: #fff;
}
.id3 .id3nav a:last-child{
	margin-right: 0;
}
.id3 .id3nc{
	margin-top: 30px;
}
.id3 .id3nc .ii3n{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.id3 .id3nc .ii3{
	display: none;
}
.id3 .id3nc .ii3.active{
	display: block;
}
.id3 .id3nc .ii3n .ii3nl{
	width: 49%;
}
.id3 .id3nc .ii3n .ii3nl a{
	display: block;
}
.id3 .id3nc .ii3n .ii3nl .img{
	background: #fff;
/*	padding:20px;*/
    /*display: grid;*/
    align-content: center;
    justify-content: center;
    height: 333px;
    overflow: hidden;
}
.id3 .id3nc .ii3n .ii3nl .img img{
    width:100%;
}
.id3 .id3nc .ii3n .ii3nl .icon{
	background: #fff;
	margin-top: 25px;
	padding:30px 40px;
	text-align: center;
}
.id3 .id3nc .ii3n .ii3nl .icon h3{
	font-size: 24px;
	color: #333333;
}
.id3 .id3nc .ii3n .ii3nl .icon .nicon{
	color: #6d7081;
	font-size: 16px;
	line-height: 1.6;
	margin-top: 10px;
}
.id3 .id3nc .ii3n .ii3nr{
	width: 49%;
}
.id3 .id3nc .ii3n .ii3nr .item{
	background: #fff;
	padding:8px 25px 20px;
	border-bottom: 3px solid #fff;
	transition: .6s;
	margin-top: 32px;
}
.id3 .id3nc .ii3n .ii3nr .item:first-child{
	margin-top: 0;
}
.id3 .id3nc .ii3n .ii3nr .item h4{
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	transition: .6s;
}
.id3 .id3nc .ii3n .ii3nr .item .nscon{
	color: #6d7081;
	font-size: 16px;
	line-height: 1.6;
	margin:10px 0;
	overflow: hidden;
text-overflow: ellipsis; 
display: -webkit-box; 
-webkit-box-orient: vertical; 
-webkit-line-clamp: 2; 
}
.id3 .id3nc .ii3n .ii3nr .item .ndate{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.id3 .id3nc .ii3n .ii3nr .item .ndate .date{
	color: #c3c4ca;
	font-size: 16px;
}
.id3 .id3nc .ii3n .ii3nr .item .ndate .nmore{
	color: #009bf3;
	font-size: 16px;
}
.id3 .id3nc .ii3n .ii3nr .item:hover{
	border-color: #009bf3;
}
.id3 .id3nc .ii3n .ii3nr .item:hover h4{
	color: #009bf3;
}
.id4{
	padding:100px 0 100px;
}
.id4sw{
	position: relative;
	overflow: hidden;
	padding-bottom: 55px;
	margin-top:55px;
}
.id4sw .swiper-slide .scon{
	padding:25px 15px;
	background: #f5f5f5;
}


.id4 .swiper .img .img-fluid{
    width: 100%;
    height: 270px;
}

.id4sw .swiper-slide .scon h4{
	font-size: 18px;
	color: #333333;
}
.id4sw .swiper-slide .scon .sconn{
	font-size: 14px;
	color: #333333;
	line-height: 1.6;
	margin:15px 0;
}
.id4sw .swiper-slide .scon .ssmore{
	background: #ffffff;
	padding:7px 10px;
	display: flex;
	width: 120px;
	border-radius: 20px;
	align-items: center;
	justify-content: space-between;
	color: #333333;
	font-size: 14px;
	transition: .6s;
}
.id4sw .swiper-slide .scon .ssmore img{
	filter: brightness(0.2);
	transition: .6s;
}
.id4sw .swiper-slide:hover .ssmore{
	color: #fff;
	background: #009bf3;
}
.id4sw .swiper-slide:hover .ssmore img{
	filter: brightness(1.0);
}
.id4sw .swiper-pagination-bullet{
	width:40px;
	height: 4px;
	opacity: 1;
	border-radius: 0;
	background: #e6e6e6;
}
.id4sw .swiper-pagination-bullet-active{
	background: #009bf3;
}

.id5{
	padding:100px 0;
	background: #fff;
}
.id5 .id5t{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.id5 .id5t .tl{
	color: #333333;
	font-size: 34px;
	font-weight: 600;
}
.id5 .id5t .tr a{
	display: inline-block;
	margin-right: 10px;
	background: #fff;
	border-radius: 20px;
	font-size: 15px;
	padding:5px 15px;
	color: #333;
	transition: .6s;
}
.id5 .id5t .tr a:last-child{
	margin-right: 0;
}
.id5 .id5t .tr a:hover{
	color: #fff;
	background: #009bf3;
}
.id5 .id5n{
	display: flex;
	flex-wrap: wrap;
	margin-top: 35px;
	justify-content: space-between;
}
.id5 .id5n .id5nl{
	width: 29%;

}
.id5 .id5n .id5nl a{
	background: #f5f5f5;
	display: block;
}
.id5 .id5n .id5nl a .nd5con{
	padding:25px;
}
.id5 .id5n .id5nl a .nd5con .date{
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.id5 .id5n .id5nl a .nd5con .date .nd5cl .day{
	color: #333333;
	font-size: 32px;
	font-weight: bold;
}
.id5 .id5n .id5nl a .nd5con .date .nd5cl .ym{
	color: #333333;
	font-size: 14px;
}
.id5 .id5n .id5nl a .wz{
	margin-top:25px;
}
.id5 .id5n .id5nl a .wz h4{
	font-size: 18px;
	color: #333333;
}
.id5 .id5n .id5nl a .wz .wzcon{
	font-size: 14px;
	color: rgba(51, 51, 51, 0.8);
	margin-top: 20px;
}

.id5 .id5n .id5nc{
	width: 31%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.id5 .id5n .id5nc a{
	background: #f5f5f5;
	display: block;
}
.id5 .id5n .id5nc a {
	padding:31px;
}
.id5 .id5n .id5nc a  .date{
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.id5 .id5n .id5nc a  .date .nd5cl .day{
	color: #333333;
	font-size: 32px;
	font-weight: bold;
}
.id5 .id5n .id5nc a  .date .nd5cl .ym{
	color: #333333;
	font-size: 14px;
}
.id5 .id5n .id5nc a .wz{
	margin-top:25px;
}
.id5 .id5n .id5nc a .wz h4{
	font-size: 18px;
	color: #333333;
}
.id5 .id5n .id5nc a .wz .wzcon{
	font-size: 14px;
	color: rgba(51, 51, 51, 0.8);
	margin-top: 20px;
}
.id5 .id5n .id5nr{
	width: 38%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}

.id5 .id5n .id5nr a{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding:25px;
	background: #f5f5f5;
}
.id5 .id5n .id5nr a .acl{
	width: 15%;
}
.id5 .id5n .id5nr a .acl .day{
	font-size: 32px;
	color: #999999;
	font-weight: 600;
	line-height: 1;
}
.id5 .id5n .id5nr a .acl .ym{
	font-size: 14px;
	color: #999999;
}
.id5 .id5n .id5nr a .acc{
	width: 65%;
	font-size: 16px;
	color: #333333;
}
.id5 .id5n .id5nr a .acr{
	width: 10%;
}

.fback{
	background: #f5f5f5;
	padding:10px 0;
}
.fback .fbc{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fback .fbc .fl{
	width: 24%;
}
.fback .fbc .fl h3{
	color: #333333;
	font-size: 26px;
	font-weight: normal;
}
.fback .fbc .fl h4{
	font-size: 15px;
	color: #333333;
	margin-top: 8px;
	font-weight: normal;
}
.fback .fbc .fr{
	width: 68%;
}
.fback .fbc .fr .ass{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fback .fbc .fr .ass input{
	width: 36%;
	padding:8px 3%;
	border:none;
	background: #fff;

}
.fback .fbc .fr .ass button{
	width: 20%;
	border:none;
	background: #009bf3;
	color: #fff;
	text-align: center;
	font-size: 18px;
	border-radius: 10px;
}


.page-status,.page-index,.page-last{
   display: none;
}
.pagination{
   justify-content: center;
}
.pagebar .pagination {
  display: flex;
  margin-top: 25px;
}
.pagination a {
  background: #e6e8eb;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 2px;
  border-radius: 0;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #fff;
  background: #00a8f8;
}
.pagination a.page-num-current {
  color: #fff;
  background: #00a8f8;
}


footer{
	background-size: cover;
	padding-top:30px;
	background: #262c3a;
}
footer .foot{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer .foot .ftl{
	width: 20%;
	background: url(../images/fmap.png) no-repeat center;
	background-size: contain;
}
footer .foot .ftl .ftl1{
	font-size: 23px;
	color: #ffffff;
}
footer .foot .ftl .ftlline{
	width: 22px;
	height: 2px;
	background: #fff;
	margin:15px 0;
}
footer .foot .ftl .ftl2{
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}
footer .foot .ftl .ftl3{
	font-size: 15px;
	color: #adadad;
	margin-top: 10px;
}
footer .foot .ftc{
	width: 60%;
	/*padding:0 4%;*/
	/*border-left: 1px solid #494949;*/
	/*border-right: 1px solid #494949;*/
	padding-bottom: 50px;
}

footer .foot .ftc ul{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
footer .foot .ftc ul li a{
	font-size: 16px;
	color: #ffffff;
}
footer .foot .ftc .st .item{
	margin-top: 15px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 15px;
}

footer .foot .ftr{
	width: 10%;
}
footer .foot .ftr .frr h4{
	font-size: 15px;
	color: #adadad;
	margin-top: 15px;
	text-align: center;
}
footer .ylink{
	border-top:1px solid #575757;
	border-bottom:1px solid #575757;
	padding:14px 0;
	color:#adadad;
	font-size: 12px;
}
footer .ylink a{
	color:#adadad;
	font-size: 12px;
	border-right: 1px solid #adadad;
	padding:0 5px;
}
footer .ylink a:last-child{
	border-right: none;
}
.copyright{
	padding:15px 0;
	color: #adadad;
	font-size: 12px;
}
.copyright a{
	color: #adadad;
	font-size: 12px;
}
.copyright .cp{
	display: flex;
	justify-content: space-between;
}


@media(max-width:1560px){
    .container{
        padding:0 8vw;
    }
}
@media(max-width:780px){
	.navbar-light .navbar-nav li{
		margin-top: 15px;
	}
	.container{
		padding:0 5vw;
	}
	.id1{
		padding:60px 0;
	}
	.idtitle h2{
		font-size: 26px;
	}
	.id1 .id1con .id1conl{
		width: 100%;
	}
	.id1 .id1con .id1conl .d1navt{
		padding:15px 0 15px;
	}
	.id1 .id1con .id1conl .d1navt h2{
		font-size: 24px;
	}
	.id1 .id1con .id1conl .d1navt p{
		margin-top: 6px;
	}
	.id1 .id1con .id1conl ul li a{
		padding:15px ;
	}
	.id1 .id1con .id1conl .d1navb{
	    padding:15px 0 10px;
	}
	.id1 .id1con .id1conl .d1navb h3{
	    margin:10px 0;
	}
	.id1 .id1con .id1conr{
		width: 100%;
		margin-top: 15px;
	}
	.id1 .id1con .id1conr .id1crt .idl{
		width: 100%;
	}
	.id1 .id1con .id1conr .id1crt .idr{
		width: 100%;
		margin-top: 25px;
	}
	.id1 .id1con .id1conr .id1crt .idr .idrcon h3{
		font-size: 18px;
	}
	.id1 .id1con .id1conr .id1crt .idr .idrcon .ncon{
		font-size: 12px;
	}
	.id1 .id1con .id1conr .id1crt .idr .idrcon a{
		font-size: 12px;
		padding:6px 10px;
		width: 100px;
	}
	.id1list .item{
		width: 49%;
		margin-right: 2%!important;
	}
	.id1list .item:nth-child(2n){
		margin-right: 0!important;
	}
	.id1list .item .img img{
		height: 100px;
	}
	.id1list .item h4{
		font-size: 13px;
	}
	.id3{
		padding:30px 0 60px;
	}
	.id3 .id3nc .ii3n .ii3nl{
		width: 100%;
	}
	.id3 .id3nc .ii3n .ii3nl .icon{
		margin-top: 15px;
		padding:25px;
	}
	.id3 .id3nc .ii3n .ii3nl .icon h3{
		font-size: 18px;
		overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
	}
	.id3 .id3nc .ii3n .ii3nl .icon .nicon{
		font-size: 13px;
		overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
	}
	.id3 .id3nc .ii3n .ii3nr{
		width: 100%;
		margin-top: 20px;
	}
	.id3 .id3nc .ii3n .ii3nr .item h4{
		font-size: 18px;
	}
	.id3 .id3nc .ii3n .ii3nr .item .nscon{
		font-size: 13px;
	}
	.id3 .id3nc .ii3n .ii3nr .item .ndate .date{
		font-size: 13px;
	}
	.id3 .id3nc .ii3n .ii3nr .item .ndate .nmore{
		font-size: 13px;
	}
	.id4{
		padding:60px 0;
	}
	.id2{
		padding-top: 25px;
	}
	.id2 .id2con .id2conl{
		width: 100%;
	}
	.id2 .id2con .id2conl .id2conlc h3{
		font-size: 26px;
	}
	.id2 .id2con .id2conl .id2conlc p{
		font-size: 14px;
		margin: 10px 0 15px;
	}
	.id2 .id2con .id2conl .id2conlc .id2ncon{
		font-size: 14px;
	}
	.id2 .id2con .id2conl .id2conlc .smore{
		margin-top: 20px;
		font-size: 14px;
		width: 120px;
	}
	.ynb .ynblist .item{
		width: 49%;
		margin-top: 15px;
	}
	.ynb .ynblist .item h2{
	    font-size: 32px;
	}
	.id2 .id2con .id2conr{
		width: 100%;
		margin-top: 15px;
	}
	.id5{
		padding:60px 0;
	}
	.id5 .id5n .id5nl{
		width: 100%;
	}
	.id5 .id5n .id5nl a .nd5con{
		padding:20px;
	}
	.id5 .id5n .id5nc{
		width: 100%;
	}
	.id5 .id5n .id5nc a{
		padding:20px;
	}
	.id5 .id5n .id5nc .item{
		margin-top: 20px;
	}
	.id5 .id5n .id5nr{
		width: 100%;
	}
	.id5 .id5n .id5nr a{
		margin-top: 20px;
		padding:20px;
		padding-left: 0;
	}
	.id5 .id5n .id5nc a .wz .wzcon{
	    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
	}
	.id5 .id5n .id5nr a .acc{
	    font-size: 14px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap; 
	}
	.fback .fbc .fl{
		width: 100%;
	}
	.fback .fbc .fl h3{
		font-size: 24px;
	}
	.fback .fbc .fl h4{
		font-size: 14px;
		margin-top: 10px;
	}
	.fback .fbc .fr{
		width: 100%;
		margin-top: 25px;
	}
	.fback .fbc .fr .ass input{
		padding:10px 3%;
		width: 47%;
	}
	.fback .fbc .fr .ass button{
		margin-top: 25px;
		width: 100%;
		padding:10px 0;
	}
	footer .foot .ftl{
		width: 100%;
	}
	footer .foot .ftc{
		width: 100%;
		border-left: none;
		border-right: none;
		flex-wrap: wrap;
		justify-content: space-between;
		padding:0;
		margin-top: 15px;
	}
	footer .foot .ftc ul{
	    display: none;
	}
	footer .foot .ftc ul li{
		width: 25%;
		margin-top: 10px;
		
	}
	footer .foot .ftc .item h3{
		font-size: 16px;
	}
	footer .foot .ftc .item{
		width: 100%;
		margin-top: 15px;
	}
	footer .foot .ftc .item ul li{
		margin-top: 4px;
	}
	footer .foot .ftc .item ul li a{
		font-size: 12px;
	}
	footer .foot .ftr{
		width: 100%;
		text-align: center;
		margin-top:20px;
	}
	footer .ylink{
		margin-top: 15px;
	}
	footer .foot .ftl .ftl2{
	    font-size: 30px;
	}
	.id4sw .swiper-pagination-bullet{
	    width:10px;
	    height: 1px;
	}
	.id3 .id3nc .ii3n .ii3nr .item{
	    padding:20px 25px 15px;
	    margin-top:26px;
	}
}