
button:focus{outline:none;}


.blank-w20{
    width: 1.25rem;
    height: 100%;
}
@font-face
{
    font-family: Shs;
    src:url('../font/SourceHanSerifSC-Bold.otf');
}
.navbar .container{padding: 3rem 0 1.3125rem;}
.dropdown-toggle:focus{outline: none;}
.bg-dark{background-color: #070951!important;}
.up{
    width:6.0625rem;
    height: 2.375rem;
    background: url("../img/up.png") center center no-repeat;
    border: none;
    font-size: 0.875rem;
    margin-left: 2.8125rem;
    list-style-type: none;
}
.navbar-dark .navbar-nav .up-none{display: none;}
.dropdown-toggle::after{content: none;}
.dropdown:hover>.dropdown-menu {
    display: block;
}
.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
.navbar-dark .navbar-nav .nav-link{
    padding: 0.5rem 0.6875rem;
    border-radius: 0.25rem;
    font-size: 1.0625rem;
    color: rgba(255,255,255,1);
}
.navbar-dark .navbar-nav .nav-link:hover{
    background-color: #288cfb;
    color: rgba(255,255,255,1);
}
.navbar-dark .navbar-nav .active>.nav-link{background-color: #288cfb;}
@media (max-width: 61.9375em) {
    .up{
        display: none;
    }
    .navbar-dark .navbar-nav .up-none{display: block;}
}
@media (max-width: 75em) {
    .navbar-dark .navbar-nav .blank-w20{display: none;}
}
/**/
.swiper-container {
    width: 100%;
    height: 36.5rem;
}

@keyframes lang{
    from{width: 1.2rem;}
    to{width: 2.4rem;}
}
@-moz-keyframes lang{
    from{width: 1.2rem;}
    to{width: 2.5rem;}
}
@-ms-keyframes lang{
    from{width: 1.2rem;}
    to{width: 2.5rem;}
}
@-webkit-keyframes lang{
    from{width: 1.2rem;}
    to{width: 2.5rem;}
}

.swiper-container .banner-1{
    background: url('../img/banner-1.png') top center no-repeat ;
    background-size: cover;
}
.swiper-container .banner-2{
    background: url('../img/banner-1.png') top center no-repeat ;
    background-size: cover;
}
.swiper-container .banner-3{
    background: url('../img/banner-1.png') top center no-repeat ;
    background-size: cover;
}
.swiper-container .carousel-caption{
    bottom: 7.1825rem;
}
.swiper-container .carousel-caption .index-bp{
    font-size: 1.5rem;
    margin-top: 1.875rem;
}
/*首页轮播图 end*/
/*首页内容*/
.conts{background-color: #FFFFFF;}
.conts .more{
	width: 75rem;
	margin: 0 auto;
}
.conts .product{position: relative;}
.conts .product-position{
	position: absolute;
	top:-2.3125rem;
	left:0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 999;
}
.conts .title{
	padding-top: 2.0875rem;
	text-align: center;
	background-color: #FFFFFF;
	box-shadow: 0 -0.3125rem 0.3125rem 0.3125rem rgba(0,0,0,.1);
}
.conts .title .title-top{display: inline-block;}
.conts .title .title-top img{
	float: left;
	padding-top: 0.0625rem;
	padding-right: 0.5625rem;
}
.conts .title .title-top p{
	font-size: 2.25rem;
	font-weight: bold;
	color: #288cfb;
	float: left;
	margin-bottom: 0;
	line-height: 2.25rem;
}
.conts .title .title-top p span{color: #e94b18;}



/*帮助中心*/
/*帮助中心banner*/
.news-container {
    width: 100%;
}
.news-container .swiper-slide img{
    width: 100%;
}
.link-address{
	width: 100%;
	height: 3.125rem;
	background: url(../img/news/add.png) center center no-repeat;
	margin-bottom: 2.8125rem;
}
.link-address img{
	float: left;
	margin-top: 1rem;
}
.link-address a{
	color: #666666;
	text-decoration: none;
}
.link-address a:hover{
	color: #098df9;
}
#news-list{margin-bottom: 10.3125rem;}
#news-list .list-left-top{
	width: 94%;
	padding:7.125rem 1.375rem 2.625rem;
	background: url(../img/news/l-bg.png) top center no-repeat;
	background-size: cover;
}
#news-list .list-left-top .p1{
	width: 100%;
	font-size: 1.625rem;
	font-weight: bold;
	line-height: 1.6875rem;
	padding: 0.8125rem 0 0.8125rem 4.9375rem;
	background: url(../img/news/zhengshu.png) center center no-repeat;
	background-size: cover;
	border-radius: 0.375rem;
	margin-bottom: 1.75rem;
}
#news-list .list-left-top img{padding: 0.9375rem 0;}
#news-list .list-left-top img:hover{cursor: pointer;}
#news-list .list-left-top hr{
	border-top:0.0625rem solid rgba(220,220,220,1);
	margin: 0;
}
#news-list .col-xl-3 .left-top-img{
	margin-top: 0.75rem;
}
#news-list .col-xl-3 .left-top-img2{
	margin-top: 2.3125rem;
}
#news-list .col-xl-9>a{
	font-size: 1.125rem;
	line-height: 1.125rem;
	padding: 1rem 1.8rem;
	display: inline-block;
	background-color: #4f4f4f;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 2.25rem;
}
#news-list .col-xl-9>a:hover,#news-list .col-xl-9>.active{
	background: #098df9;
	cursor: pointer;
}
#news-list .col-xl-9 h4 a{
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0.8125rem;
}
#news-list .col-xl-9 .column p img{
	float: right;
	margin-right: 0.6875rem;
}
#news-list .col-xl-9 .column p span{
	float: right;
	line-height: 1.5625rem;
	color: #888888;
}
#news-list .col-xl-9 .column .cont{
	line-height: 2.0625rem;
	color: #666666;
	margin-bottom: 0.625rem;
}
#news-list .col-xl-9 .column p a{
	color: #e94b18;
	font-size: 0.9375rem;
	line-height: 0.9375rem;
	padding:0.4rem 1.25rem;
	border: 0.0625rem solid #e94b18;
	border-radius: 1.25rem;
}
#news-list .col-xl-9 .column hr{
	width: 100%;
	border-top: 0.0625rem dashed rgba(217,217,217,1);
	margin-bottom: 2.5rem;
}
.visual-list-page{
	margin-left: 3;
}
.visual-list-page li{
	margin: 0.25rem;
}
.visual-list-page li a:hover,
.visual-list-page .active a,
.visual-list-page .active a:hover{
	color: #ffffff;
	background-color: #098df9;
}
.pagination a{
	color: #333333;
	font-size: 1.125rem;
	padding: 0.875rem 1.4rem;
	border: 0.0625rem solid #dddddd;
	margin: 0 0.5rem;
	text-decoration: none;
}
.pagination a:hover,.pagination strong{
	color: #ffffff;
	font-size: 1.125rem;
	padding: 0.875rem 1.4rem;
	border: 0.0625rem solid #098df9;
	background-color: #098df9;
}
/*新闻展示页*/
.show-list hr{
	border-top: 0.0625rem solid #dedede;
	margin: 0;
}
.show-list>div>a{
	font-size: 1.125rem;
	float: left;
	color: #666666;
	line-height: 1.125rem;
	padding: 0.5625rem 1.375rem;
	border-radius: 2rem;
	text-decoration: none;
	margin: 1.875rem 1rem 0;
}
.show-list a:hover,.show-list .active{
	color: #ffffff;
	background-color: #288cfb;
}
.show-list .container>img{
	float: left;
	margin-right: 0.625rem;
}
.show-search{
	float: right;
	margin-top: 1.25rem;
}
.show-search .row{
	padding: 0.625rem 1.125rem;
	border:0.0625rem solid #e5e5e5;
	border-radius: 1.6rem;
}
.show-search button{
	outline: none;
	background-color: #ffffff;
	border: none;
}
.show-search input{
	border: none;
	outline: none;
	font-size: 0.9375rem;
	color: #999999;
}
.show-search .row form input:focus{
	outline: none;
}
.layout_390441 #page a{
	color: #666666;
	font-size: 1rem;
}
.show-list>hr{
	margin: 0;
	border-top: 0.0625rem solid #dedede;
}
.news-all{
	box-shadow: 0 2rem 2rem 0.6rem rgba(0,0,0,.1);
	margin-bottom: 1.1875rem;
}
.news-all .title{
	font-size: 2.25rem;
	font-weight: bold;
	line-height: 4rem;
	text-align: center;
	padding-top: 2.25rem;
}
.news-all .layout_784828{
	font-size: 0.9375rem;
	padding-top: 5.3125rem;
}
.news-all .layout_390441{
	background-color: #eeeeee;
}
.news-all #page{
	font-size: 0.9375rem;
	color: #333333;
	padding: .5rem 0;
}
.news-all #page strong{
	line-height: 2.375rem;
}
/*底部*/
#footer{
	background-color: #070a51;
	border-top: 0.25rem solid #df4716;
	padding-top: 3.75rem;
}
#footer .fleft-top img{
	float: left;
	margin-right: 1rem;
}
#footer .fleft-top .p1{
	font-size: 1.25rem;
	color: #ffffff;
	line-height: 1.25rem;
	margin-bottom: 1rem;
}
#footer .fleft-top .p2{
	font-size: 1.875rem;
	color: #ffffff;
	line-height: 1.875rem;
	margin-bottom: 1rem;
}
#footer .fleft-top .p3{
	font-size: 1rem;
	color: rgba(255,255,255,.4);
	line-height: 1rem;
	margin-left: 5rem;
}
#footer .foot-limg{
	margin-top: 1.0625rem;
	margin-right: 0.625rem;
	margin-bottom: 2.75rem;
	float: left;
}
#footer .footr-title a{
	font-size: 1.125rem;
	color: #ffffff;
	text-align: right;
	line-height: 1.875rem;
}
#footer .footr-hr{
	border-top: 0.0625rem dashed #999999;
	margin-top: 0.8175rem;
	margin-bottom: 2.215rem;
}
#footer .footr-list{
	margin-bottom: 1.625rem;
}
#footer .footr-list .col a{
	color: #999999;
	line-height: 1.125rem;
}
#footer .footr-list .col:nth-child(1){
	color: #ffffff;
	font-size: 1.125rem;
	line-height: 1.125rem;
}
#footer>hr{
	border-top: 0.0625rem solid rgba(255,255,255,.2);
	margin: 0;
}
#footer .foot-bottom{
	text-align: center;
	padding: 1.5rem 0;
}
.banner-news>img{
	pointer-events: none;
}
.visual-list-page .pull-right{display: none;}
@media (max-width: 39.9375em) {
	.navbar .container{padding: 1rem 0 1.3125rem;}
	#footer{padding-top: 0;}
	.visual-list-page{
		margin-left:0;
	}
	.show-list a{
		font-size: 1rem;
		margin: 1.875rem 0;
		padding: 0.5625rem 1.282rem;
	}
	#footer .foot-bottom>img:nth-child(2){padding: 0 1rem;}
	.visual-list-page li a{
		padding:0.4rem 0.2rem;
		margin: 0;
	}
	.visual-list-page li{margin: 0.15rem}
}
@media (max-width: 62.25em) {
	#footer{padding-top: 0;}
	header>.navbar{background-color: #070951!important;}
	.swiper-container{padding-top: 70px;}
}
@media (min-width: 75em) {
    .container{
    	max-width: 75rem;
		padding: 0;
    }
	#footer .footr-list .col{
		padding-right: 0;
		padding-left: 0;
		text-align: center;
	}
	.news-all>div{padding: 0 7.375rem;}
}
@media (max-width: 74.9375rem) {
    #news-list .list-left-top .p1{
    	padding: 0.8125rem 0 0.8125rem 3rem;
    }

    /*#news-list .col-lg-3{
    	display: none;
    }*/
}
.news-all img{max-width:99%;}