body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
ol, ul, li {
    list-style: none;
}
a:link, a:visited, a:active {
    text-decoration: none;
}
#headHome{padding: 42px 0;}
.headeron, .headeractive {
    background: url(../../statics/images/index/bg.png) no-repeat 55%;
    box-shadow: 0 1px 0 0 rgb(175 168 168 / 10%);
    background-size: cover;
}
.cf {
    display: block;
}
.byh-header {
    position: fixed;
    top: 0;
    z-index: 200;
    width: 100%;
    height: 154px;
    font-size: 16px;
    color: #666666;
    box-shadow: 0 1px 0 0 rgb(255 255 255 / 10%);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.byh-headerinner {
    padding: 0;
    box-sizing: border-box;
    height: 100%;
    margin: 0 auto;
}
.byh-headerinner .headerlog {
    position: relative;
    float: left;
    width: 160px;
    overflow: hidden;
}
.byh-headerinner .headerlog a {
    display: block;
    width: 160px;
    height: 80px;
    margin-top: 30px;
    background: url(/upload/default/20211003/3e4ddcc9ef82f52b9e0c56ce89e02add.png) 100% 100%/160px 80px no-repeat;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.byh-headerinner .headermenu {
    float: left;
    margin-left: 50px;
    height: 80px;
}
.byh-headerinner .headermenu ul {
    height: 80px;
}
.byh-headerinner .headermenu li {
    float: left;
    margin: 0px 15px;
    position: relative;
    height: 80px;
}
@media (min-width: 1400px){
.byh-headerinner .headermenu li {
    margin: 0px 25px;
}
}
.byh-headerinner .headermenu li a {
    display: block;
    height: 80px;
    line-height: 80px;
    color: #fff;
    box-sizing: border-box;
    padding: 0 18px;
    font-size: 16px;
}

.byh-headerinner .headermenu li .hot {
    position: absolute;
    top: 39px;
    margin-top: -25px;
    margin-left: -25px;
    width: 24px;
}
.byh-headerinner .headermenu li .dropdownmenu {
    position: relative;
}
.byh-header .byh-headerinner .headermenu li .dropdownmenu::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 35px;
    right: 0px;
    background: url(../../statics/images/index/whitedownarrow.png);
}
.byh-header.headeron .byh-headerinner .headermenu li .dropdownmenu::after, .byh-header.headeractive .byh-headerinner .headermenu li .dropdownmenu::after {
    background: url(../../statics/images/index/blackdownarrow.png);
    background-size: cover;
}
.byh-header .byh-headerinner .headermenu li .dropdownmenu:hover::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 35px;
    right: 0px;
    background: url(../../statics/images/index/whiteuparrow.png);
}
.byh-header.headeron .byh-headerinner .headermenu li .dropdownmenu:hover::after, .byh-header.headeractive .byh-headerinner .headermenu li .dropdownmenu:hover::after {
    background: url(../../statics/images/index/blackuparrow.png);
    background-size: cover;
}
.byh-headerinner .hedersetting {
    display: block;
    float: right;
    margin-top: -15px;
}
.byh-headerinner .hedersetting .nologin {
    float: left;
}
.byh-headerinner .hedersetting a, .byh-headerinner .hedersetting span {
    float: left;
    color: #fff;
    margin: 0 4.5px;
    line-height: 30px;
    font-size: 14px;
}
.hedersetting a.btn-kzt, .hedersetting a.btn-login {
    width: 90px!important;
    height: 30px!important;
    line-height: 30px!important;
    background-color: #336aff!important;
    color: #fff!important;
    text-align: center;
}
.hedersetting a.logout, .hedersetting a.btn-register {
    width: 58px!important;
    height: 28px!important;
    line-height: 28px!important;
    color: #000!important;
    text-align: center;
    border: 1px solid #ccc;
}
.byh-headerinner .headermenu li .moremenu {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    background: #FFFFFF;
    box-shadow: 0px 1px 14px 0px rgb(0 0 0 / 18%);
    padding: 16px;
    padding-bottom: 29px;
}
.byh-headerinner .headermenu li .moremenu dl {
    float: left;
    width: 120px;
    padding-right: 10px;
}
.byh-headerinner .headermenu li .moremenu dl dt {
    line-height: 45px;
    height: 45px;
    padding-left: 18px;
    color: #C5C5C5;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
}
.byh-headerinner .headermenu li .moremenu dl dd {
    height: 34px;
    line-height: 34px;
}
.byh-headerinner .headermenu li .moremenu dl dd a {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #333333;
    border-radius: 2px;
}


.byh-footer{
	background: #131314;
}
.byh-footerinner{
	width: 1180px;
    height: 100%;
    margin: 0 auto;
}
.byh-footerinner .footerbg1{
	width: 1180px;
	height: 140px;
	border-bottom: 1px solid #363637;
	overflow: hidden;
}

.byh-footerinner .footerbg1 ul {
	width: 1280px;
	height: 100%;
}

.byh-footerinner .footerbg1 ul li {
	width: 25%;
	float: left;
	line-height: 140px;
}

.byh-footerinner .footerbg1 ul li img {
	vertical-align: middle;
	margin-right: 15px;
	margin-bottom: 7px;
}

.byh-footerinner .footerbg1 ul li span{
	font-size: 18px;
	color: #A3AAB6;
}
.cf {
    display: block;
}
.cf:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.footerlistwrap{
		padding: 20px 0;
		border-bottom: 1px solid #363637;
}
.footerlistwrap-left{
	float: left;
	margin-right: 28px;
}
.footerlistwrap-left dl{
	float: left;
  min-width: 165px;
    /* margin-right: 35px; */
}

.footerlistwrap-left .footerlistwrap-flex {
	display: flex;
	flex-wrap: wrap;
}
.footerlistwrap-left dt{
	color: #fff;
    font-size: 18px;
		line-height: 50px;
		font-weight: 400;
}
.footerlistwrap-left dd{
	color: #9096a1;
	height: 30px;
}
.footerlistwrap-left dd a{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
    color: #6f6f6f;
    text-decoration: none;
}
.footerlistwrap-right{
	margin-top: 17px;
	float: right;
	border-left: 1px solid #363637;
	height: 270px;
}
.footerlistwrap-right .footer-code{
	width: 120px;
	height: 120px;
	background: url(../../statics/images/footer/ewmbg.jpg) no-repeat 0 0/120px 120px;
    margin: 31px 0 0 40px;
}

.footerlistwrap-right p {
		font-size: 18px;
    color: #FFFFFF;
    line-height: 16px;
    /* margin-top: 20px; */
    margin-left: 37px;
}
.footerlink{
	/* border-top:1px solid #363637; */
	border-bottom:1px solid #363637;
	height: 60px;
}
.footerlink dl,
.footerlink dd,
.footerlink dd a{
	float: left;
	height: 60px;
	line-height: 60px;
}
.footerlink dl{
	color: #fff;
}
.footerlink dd{
	margin: 0 26px;
}
.footerright{
	margin-top: 30px;
	height: 70px;
	color: #6f6f6f;
	font: 12px/100% "Microsoft YaHei";
}
.footerright p{
	height: 20px; 
	line-height: 14px;
	text-align: center;
	color: #6f6f6f;
}

.footerlistwrap .interior {
    min-width: 120px;
}
a:hover {
    color: #fff;
}
.footerright a{
    color: #6f6f6f;
    text-decoration: none;
}