.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.flex-between {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.clSAer {
	position: fixed;
	top: 0;
	right: 0;
	height: 80px;
	font-size: 14px;
	color: rgb(255, 255, 255);
	line-height: 14px;
	font-weight: bold;
	z-index: 100;
	padding: 0px 57px 0 50px;
	width: 100%;
	box-sizing: border-box;
}

.fixbg {
	background: rgb(5, 18, 51);
}



.clSAer .pcnav-left {
	flex: 1;
}

.clSAer .pcnav-left .pcnav {
	margin-left: 20px;
}

/*.clSAer .pcnav-left .pcnav li {
	float: left;
}

.clSAer .pcnav-left .pcnav li a {
	font-size: 14px;
	color: #fff;
	display: block;
	height: auto;
	line-height: 60px;
	padding: 0 20px;
	transition: all 0.3s ease-in-out;
	border-bottom: 2px solid transparent;
}*/



.clSAer .pcnav-left .pcnav li.nLi {
	float: left;
	position: relative;
	display: inline;
}

.clSAer .pcnav-left .pcnav li.nLi a {
	font-size: 16px;
	color: #fff;
	display: block;
	height: auto;
	line-height: 60px;
	padding: 0 20px;
	transition: all 0.3s ease-in-out;
	border-bottom: 2px solid transparent;
}

.clSAer .pcnav-left .pcnav .sub {
	display: none;
	width: 140px;
	left: -36px;
	top: 60px;
	position: absolute;
	background: #FFFFFF;
	line-height: 26px;
	color: #333333;
	text-align: center;
	padding: 10px 0;
}

.clSAer .pcnav-left .pcnav .sub:before {
	content: '';
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	transform: rotate(45deg);
	display: block;
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -5px;
}

.clSAer .pcnav-left .pcnav .sub li a {
	display: block;
	padding: 0 10px;
	color: #333;
	line-height: 32px;
}

.clSAer .pcnav-left .pcnav .sub a:hover {
	color: #051233;
}



.clSAer .phone-container.redbg {
	background: #fb3030;
}
.clSAer .phone-container {
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 178px;
	height: 40px;
	background: rgba(255, 255, 255, 0.15);
	font-size: 20px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	border-radius: 4px 4px 0 0;
}

.clSAer .phone-container .bASsMb {
	user-select: none;
	margin-left: 5px;
	font-family: arial;
	cursor: default;
	border-radius: 2px;
}


/*footer*/
.newfooter{background: #051233;overflow: hidden;padding: 0 70px 45px;}
.newfooter .foot{padding: 50px 0 127px;}
.newfooter .foot h4{color: #ffffff;font-size: 21px;line-height: 1;padding-bottom: 30px;font-weight: normal;}
.newfooter .foot h4.margin-bot{
	padding-bottom: 10px;
}
.newfooter .address{float: left;width: 29%;box-sizing: border-box;}
.newfooter .address h2{color: #ffffff;font-size: 32px;line-height: 1.5;font-weight: normal;}
.newfooter .address h3{color: #ffffff;font-size: 17px;line-height: 1.5;font-weight: normal;padding: 32px 0 12px;}
.newfooter .address p{color: #ffffff;font-size: 14px;line-height: 1.5;}

.newfooter .address .footNav{display: inline-block;height:43px;line-height:43px;background: url(../images/address.png) no-repeat 17px center #d62727;
padding: 0 17px 0 45px;color: #ffffff;font-size: 14px;margin-top: 19px;}
.newfooter .call_tel{float: left;width: 34%;margin: 0 0 0 3%;box-sizing: border-box;}
.newfooter .call_tel h2{color: #ffffff;font-size: 28px;line-height: 1;font-weight: normal;padding-bottom: 14px;}
.newfooter .call_tel p{color: #ffffff;font-size: 14px;line-height: 1;padding-bottom: 13px;}
.newfooter .call_tel p.wxh{
	font-size: 17px;
}
.newfooter .call_tel .copy {
    width: 160px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    background: #fb3030;
    box-sizing: border-box;
    margin-top: 0.2rem;
    border: none;
}
.newfooter .call_tel .copy-text {
    opacity: 0;
}
.newfooter .navigation{float: left;width: 26%;box-sizing: border-box;}
.newfooter .navigation a{display: inline-block;color: #ffffff;font-size: 17px;line-height: 1;margin-bottom: 13px;}
.newfooter .talk{float: left;width: 8%;box-sizing: border-box;}
.newfooter .talk img{max-width: 100%;}
.newfooter .talk p{color: #ffffff;font-size: 14px;line-height:25px;padding-top: 7px;}
.newfooter .northern,
.newfooter .copyright{float: left;width: 50%;}
.newfooter .northern p{color: #cccccc;font-size: 14px;line-height: 1;}
.newfooter .northern .link{padding-top: 12px;}
.newfooter .northern .link a{color: #cccccc;font-size: 14px;line-height: 1;margin-right: 12px;}
.newfooter .copyright{text-align: right;color: #cccccc;font-size: 14px;line-height: 1;padding-top: 29px;}
.newfooter .northern .link a:hover{color: #ffffff;}


.pcwx{
	width: 178px;
	height: 192px;
	position: fixed;
    right: 57px;
    top: 50px;
    background: #fff;
    border-radius:0 0 4px 4px;
    font-size: 14px;
    color: #333;
    text-align: center;
    z-index: 1000;
    box-sizing: border-box;
}
.pcwx.pckf{
	height: 64px;
}
.pcwx .wx{
	margin-top: 10px;
}
.pcwx .shouqi{
	color: #2287f1;
	margin-top: 5px;
	cursor: pointer;
}
.pcwx .kfshow{
	padding-top: 10px;
	display: none;
}
.pcwx .poster-btn img{
	width: 20px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.pcwx.pckf .poster-btn img{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}