@charset "utf-8";
li{list-style:none;}
a{text-decoration:none!important;}
p{margin:0;}
/* CSS Document */
html {font-size:100px;}
@media(max-width:768px){ html { font-size:100px; } }
@media(max-width:640px){ html { font-size:85.33px; } }  /*Android常用宽度*/
@media(max-width:540px){ html { font-size:72px; } }     /*Android常用宽度*/
@media(max-width:480px){ html { font-size:64px; } }     /*Android常用宽度*/
@media(max-width:445px){ html { font-size:60px; } }
@media(max-width:414px){ html { font-size:55.2px; } }   /*i6Plus,i7Plus宽度*/
@media(max-width:375px){ html { font-size:50px; } }     /*i6,i7宽度*/
@media(max-width:360px){ html { font-size:48px; } }     /*Android常用宽度*/
@media(max-width:320px){ html { font-size:42.67px; } }
/*top*/	.top{background:#F5F5F5;position:fixed;top:0;left:0;right:0;z-index:100;}
	.top-bj{background:#F5F5F5;padding:3% 0;}
	.top .top-bj .logo{width:65%;float:left;text-align:center;}
	.top .top-bj .logo img{width:92%;}
	.top .top-bj .right{width:35%;float:right;position:absolute;right:0;top:32%;text-align:right;}
	.top .top-bj .right1{width:35%;float:right;position:absolute;right:0;top:18%;text-align:right;}
	.top .top-bj .right img{width:25%;text-align:right;padding-right:10%;}
	.top .top-bj .right1 img{width:25%;text-align:right;padding-right:10%;}
	
	.top .nav-sub{position:fixed;top:0;right:0;width:0;height:7rem;background: #2e2e2e; z-index:500;overflow: hidden;display:block;}
    .top .nav-sub ul{width: 100%;height: auto;padding:0;}
    .top .nav-sub ul li{width: 100%;height: 0.85rem;float: none;}
    .top .nav-sub li:first-child{background: #0286c2;border-top: none;transition: all .5s ease-in;}
	.top .nav-sub li:first-child:hover{background-image: Linear-gradient(to top,#0286c2,#0174a6);}
	#closeBtn{height: 0.85rem;}
    .top .nav-sub li:first-child i{ display: block;margin: 0 auto;width: 0.85rem;height: 0.85rem;background: url(../images/sj-index/btn-close-h.png) no-repeat center; background-size: 50% 50%;background-position:center 60%;}
    .top .nav-sub li a{display: block; width: 80%;height: 0.85rem;line-height: 0.85rem;color: #fff;text-align: center;font-size: 0.28rem;font-family:helvetiac;font-weight: 500;border-bottom:1px solid #424242;margin:0 auto;}
	.nei-top{height:0.9rem;}
	.test {width: 100%;height: 100%;text-align: center;margin:0 auto;position: fixed;top: 0;left:0;background-color: rgba(0,0,0,.5);z-index:99;display: none;}

/*备案*/
    .ba{background:#333;}
	.ba span{padding:2.4% 0;font-size:0.22rem;color:#fff;display:inline-block;}	
/*footer*/
    .sj-footer{padding: 3% 4% 1.5% 4%;background:#F2F2F2;position:fixed;bottom:0;right:0;left:0;z-index:120;}	
	.sj-foot .sy img{width:33%;}
	.sj-foot .cp img{width:31%;}
	.sj-foot .tel img{width:34%;}
	.sj-foot .zx img{width:31%;}
	.sj-foot .col-xs-3 p{padding-top:3%;margin:0;font-size:0.26rem;color:#1A1A1A;font-weight:600;}
	.nei-footer{height:1.1rem;}