#header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0.7rem;
	z-index: 1000;
}
@media only screen and (max-width: 990px) {
	#header{
		position: absolute;
	}
}
#header .nav{
	width: 100%;
	height: 100%;
}
#header .nav .bg{
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
}
#header .nav .logo{
	margin-top: 0.15rem;
}
#header .nav .logo-jzzx{
	margin-right: 0.45rem;
}
@media only screen and (min-width: 1200px) {
	#header .nav .content{
		width: 12.6rem;
		max-width: 12.6rem;
		padding:0;
	}
}

#header .menu>li{
	float: left;
	margin-left: 0.67rem;
	color: #fff;
	font-size: 0.16rem;
	/*border-bottom: 2px solid #F64848;*/
}
#header .menu>li>a{
	display: inline-block;
	line-height: 0.68rem;
	height: 0.68rem;
}
#header .menu>li:first-child{
	margin-left: 0;
}
#header .menu>li>a .icon{
	margin-left: 5px;
	width: 8px;
	height: 4px;
	background: url(../images/arrow_white.png) center/8px 4px;
	vertical-align: middle;
}
#header .menu>li.productAndService{
	position: relative;
}
#header .menu>li.productAndService .childrenMenu{
	display: none;
	position: absolute;
	top: 0.7rem;
	left: -0.45rem;
	padding: 0.1rem 0;
	white-space: nowrap;
	/*height: 0;*/
	overflow: hidden;
	background: #fff;
	line-height: 0.4rem;
	color: #666;
	box-shadow: 0 0.01rem 0.04rem 0 rgba(172,177,183,0.3);
}
#header .menu>li.productAndService .childrenMenu li a{
	display: inline-block;
	padding: 0 0.2rem;
	width: calc(100% - 0.4rem);
	height: 100%;
}

#header .navMobile{
	display: none;
}
#header .navMobile .box{
	position: relative;
	padding: 10px 24px;
	left: 0;
	right: 0;
	z-index: 10;
}
#header .navMobile .box .logo{
	margin-top: 3px;
}
#header .navMobile .box .icon{
	width: 30px;
	height: 30px;
	background: url(../images/index/menu.png) center/20px 13px no-repeat;
}
#header .navMobile .box .icon.close{
	background: url(../images/index/close.png) center/15px 15px no-repeat;
}
#header .navMobile .menu .menuList{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 60px 30px 0;
	color: #B8BAC9;
	background: rgba(0,2,27,0.8);
	overflow: auto;
}
#header .navMobile .menu .menuList>li a{
	display: block;
	line-height: 40px;
	border-bottom: 1px solid #363A74;
	font-size: 14px;
}
#header .navMobile .menu .menuList>li .icon{
	width: 40px;
	height: 40px;
	background: url(../images/index/arrow_d.png) center/15px 7px no-repeat;
	vertical-align: middle;
}
#header .navMobile .menu .menuList>li .icon.rotate{
	transform: rotate(180deg);
}
#header .navMobile .menu .menuList>li .childrenMenu {
	display: none;
}
#header .navMobile .menu .menuList>li .childrenMenu a{
	padding-left: 55px;
}

@media only screen and (max-width: 990px) {
	#header .nav{
		display: none;
	}
	#header .navMobile{
		display: block;
	}
}

.setBgAnimate{
	background-attachment: fixed!important;
	background-position: center 0;
	background-repeat: no-repeat;
}

#footer{
	/*padding-top: 0.4rem;*/
	background: #575f65;
}
#footer .info{
	width: calc((100% - 1.1rem) / 4);
}
#footer .info.followUs{
	width: 1.1rem;
}
#footer .info .paddingWrapper{
	padding-right: 0.1rem;
}
#footer .info.followUs .paddingWrapper{
	padding-right: 0;
}
#footer .info .title{
	font-size: 0.2rem;
	color: #E2E6EF;
	margin-bottom: 0.2rem;
}
#footer .info .list li{
	font-size: 0.14rem;
	color: #E2E6EF;
	margin-bottom: 0.15rem;
}
#footer .followUs .list{
	min-height: 1.9rem;
}
#footer .followUs .list li{
	cursor: pointer;
	margin-bottom: 0;
	padding-bottom: 0.15rem;
}
#footer .followUs .list li:hover .QRCode{
	display: block;
}
#footer .followUs .list li .textMobile{
	display: none;
}
#footer .followUs .QRCode{
	font-size: 0;
	display: none;
	margin-top: 0.05rem;
	width: 0.7rem;
	height: 0.7rem;
}
#footer .followUs .QRCode img{
	width: 100%;
	height: 100%;
}

#footer .updateLog{
	position: relative;
}
#footer .updateLog .list li a{
	padding-bottom: 0.15rem;
}
#footer .updateLog .updateDateBox{
    display: none;
    position: absolute;
    right: 20%;
    top: 0.75rem;
    color: #E2E6EF;
}
#footer .updateLog .updateDetail{
    padding: 10px;
    width:280px;
    max-height: 140px;
    overflow-y:scroll;
    background: #7a7e82;
    left: 150px;
    font-size: 12px;
    line-height:22px;
}
#footer .updateLog .upIcon1{
    width: 10px;
    height: 10px;
    left: 405px;
    background:#7a7e82;
    position: absolute;
    z-index: 10;
    top: 72px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); /* IE 9 */
    -webkit-transform:rotate(45deg); /* Safari and Chrome */
}
#footer .updateLog .showMoreupdate{
    text-align: right;
    padding-top: 8px;
}

#footer .bottom{
	border-top: 1px solid #b1b4b6;
	padding: 0 0.3rem;
}
#footer .bottom .logo{
	padding-top: 0.22rem;
	font-size: 0;
}
#footer .bottom .copyright,
#footer .bottom .copyrightMobile{
	line-height: 0.63rem;
	font-size: 0.14rem;
	color: #E2E6EF;
}
#footer .bottom .copyrightMobile{
	display: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer a:visited{
	color: inherit;
}
@media only screen and (max-width: 990px) {
	#footer{
		padding-top: 0.5rem;
		background: #575f65;
	}
	#footer .info{
		float: none!important;
		padding: 0;
		margin: 0;
		width: 100%!important;
	}
	#footer .info .paddingWrapper{
		padding: 0;
		margin-bottom: 0.4rem;
	}
	#footer .info .paddingWrapper .title{
		color: #fff;
	}
	#footer .video li,
	#footer .quickAccess li{
		float: left;
		width: 50%;
	}
	#footer .followUs .list{
		display: flex;
		justify-content: space-between;
		min-height: auto;
	}
	#footer .followUs .list li{
		padding: 0;
	}
	#footer .followUs .list li .text,
	#footer .bottom .logo,
	#footer .bottom .copyright{
		display: none;
	}
	#footer .followUs .list li .textMobile{
		margin-top: 0.1rem;
		display: block;
	}
	#footer .followUs .list li .QRCode{
		margin: 0 auto;
		display: block;
	}
	#footer .bottom{
		border-color: #b1b4b6;
	}
	#footer .bottom .copyrightMobile{
		display: block;
	}
}
/*右侧悬浮栏*/
.sidebar{
    position: fixed;
    top: 70%;
    margin-top: -145px;
    right: 5px;
    z-index:600;
    height:288px;
}
.sidebar2{
    position: fixed;
    top: 70%;
    margin-top: -145px;
    right: 5px;
    z-index:600;
    height:288px;
}
.bar{
    width: 70px;
    height: 70px;
    background-color:rgba(0,0,0,0.25);
    display: block;
    margin-bottom: 3px;
    text-align: center;
    line-height: 70px;
    position: relative;
}
.bar:hover{
    background-color: red;
}
.liveChat,.phone2{
    position: absolute;
    right:70px;
    padding-right:2px;
    top:0px;
    overflow: hidden;
}
.weixinBar{
    position: absolute;
    right:70px;
    padding-right:2px;
    top:-74px;
    height:0;
}

.phone2{
    top:0;
}
.liveChat a{
    height: 70px;
    color:#fff;
    background: red;
    display: block;
    font-size: 20px;
    z-index:20;
    margin-bottom: 2px;
    width: 0px;
    overflow: hidden;
}
.weixinBar a{
    width: 0;
    overflow: hidden;
    display: block;
}
.weixinBar a img{
    margin-top: 0;
}
.phone2 a{
    height: 70px;
    background: red;
    color:#fff !important;
    line-height: 70px;
    font-size: 20px;
    width: 0px;
    display: block;
    overflow: hidden;
}
.bar img {
    vertical-align:top !important;
    margin-top: 15px;
}

.liveChat a:hover{
    text-decoration:underline;
    padding-bottom: 4px;
    color:#fff !important;
}
.unifiedLogin{
	width: 113px;
	height: 42px;
	background: linear-gradient(180deg, #FD566B 0%, #F03B35 100%);
	/*background: #00ff40;*/
	border-radius: 30px;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	line-height: 42px;
	text-align: center;
	margin-top: 15px;
}
.unifiedLogin a{
	line-height: 40px !important;
	color: white!important;
}
/*悬浮栏结束*/
