* {
	padding: 0;
	margin: 0;

}

.red{
	color: #da1b1b;
}
.alert.alert-success{
	    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 60px;
    line-height: 60px;
    background: antiquewhite;
    margin: auto;
    text-align: center;
}
body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
pre {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
	font-size: 16px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
}

ul li {
	font-size: 100%;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
}

.clear {
	clear: both;
}

em,
b {
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: 0;

}

img {
	border: 0;
	vertical-align: top;
}

button,
input,
select,
textarea {
	font-size: 100%;
	outline: none;
	resize: none;
}

table {
	padding: 0;
	border: none;
	outline: none;
	border-collapse: collapse;
}

pre,
.pre {
	white-space: pre-wrap;
	word-break: break-word;
	word-wrap: break-word;
	font-family: Arial, tahoma, '\5b8b\4f53', sans-serif;
}

td,
th,
ul,
ol {
	padding: 0;
	font-weight: normal;
}

.strong {
	font-weight: bold;
}

/*ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ©Ã†â€™Ã‚Â¨*/
.header{
	width: 100%;
	height: 90px;
	position: absolute;
	left: 0;
	top: 15px;
	z-index: 2;
	font-size: 18px;
	color: #333;
	background: rgb(255 182 0 / 90%);
	box-shadow: 0px 0px 6px #00000063;
}
.header_box{
	width: 1200px;
	height: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_logo{
    height: 60px;
}
.header_r{
    width: 600px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 20px;
    font-size: 18px;
}
.header_r div{
    font-size: 18px;
    letter-spacing: 2px;
}
.header_r div.select{
	font-weight: 800
}
.header_r div.select,
.header_r div:hover,
.header_r p:hover{
	color:var(--themeColor);
	cursor:pointer;
}
.header_r p{
	font-size: 16px;
	letter-spacing: 1px;
	border:1px solid;
	padding:5px 10px;
	cursor:pointer;
}
.container{
	width: 1200px;
	margin: 30px auto;
}
.hwc_h2{
	text-align: center;
	font-size: 32px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
	line-height: 80px;
	padding-top: 30px;
	height: 120px;
}
.hwc_h2:after{
    display: block;
    margin:auto;
    content: '';
	width: 30px;
	height: 2px;
	background: #fff;
}
.flex{
	display: flex;
	justify-content: space-between;
}

footer{
height: 348px;
background: #1D1D1D;
}
.footer_flex{
    width: 1200px;
    margin: 0px auto;
    display: flex;
    justify-content: space-around;
    padding-top: 60px;
}
.fo_logo{
    height: 210px;
    border-right: 1px solid #313131;
    padding-right: 50px;
    padding-left: 50px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}
.logo{
    height: 48px;
    border-radius: 3px;
}
.f_zyyw{
	color: #e0e0e0
}
.f_zyyw h4{font-size: 16px;line-height: 3;color: var(--themeColor);}
.f_zyyw p{font-size: 14px;line-height: 2;}
.f_zyyw img{
    width: 100px;
}
.f_zyyw:hover{
	color: #fff;
}
.ffd{
	width: 100%;
	padding-top: 90px;
}

/*login*/
.login_container{
    width: 840px;
    height: 80px;
    z-index: 8;
}
.loginbox{
    height: 80px;
    font-size: 16px;
    display: flex;
}
.loginbox input{
background: #ffffff;
    width: 140px;
    border: none;
    height: 48px;
    box-shadow: 5px 5px #000;
    padding-left: 5px;
    margin-left: 10px;
    border-radius:3px;
    font-size: 20px;
}
.l1 {display: flex;justify-content: space-between;margin: 16px 25px;}
.l1 div{

}
.l1 p{text-align: justify;width: 100%;}
.l1 i{
	display:inline-block;
	width:100%;}
.l1 text{

}
.l1 .ch{
    font-size: 22px;
    height: 30px;
    width: 90px;
}
.l1 .en{
	    font-size: 16px;
	    height: 22px;
}
.login_btn{border:none;width: 100px;height: 48px;background: #ffffff;border-radius: 3px;font-size: 18px;font-family: Source Han Sans CN;font-weight: 400;color: #000000;line-height: 46px;text-align: center;cursor: pointer;margin: auto;box-shadow: 5px 5px #000;}
.login_bottom{margin: 40px;width: 110px;height: 42px;padding-top: 5px;background: #ffffff;border-radius: 4px;font-size: 14px;font-family: Source Han Sans CN;font-weight: 400;color: #000000;line-height: 20px;text-align: center;cursor: pointer;margin-top: 50px;margin: auto;box-shadow: 5px 5px #000;}


.fo_logo p{
	font-size: 20px;
    line-height: 2;
    font-weight: 800;
}
.napas_wechat_box{
	position: relative;
}
.napas_wechat{
	position: absolute;
    right: -160px;
    min-width: 150px;
    border-radius: 10px;
}
.bannerPc1{
	background: #0b4e56;
    padding-top: 105px;
}
.bannerPc1 img{
	margin: auto;
	display: block;
}