@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .header-content {
        width: 143%;
    }  
    .nav-content {
        width: 143% !important;
    }
}
.header-header {
    width: 100%;
    height: 1.88rem;
    line-height: 1.88rem;
    font-size: 0.88rem;
    background-color: #2E3130;
    color: #D1D2D2;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .header-header {
        width: 143%;
    }
}
.header-header .server-line {
    margin-left: 1.56rem;
}
.header-header a:hover {
    color: #2B8AFD;
}
.layui-container {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    width: 1200px;
}
.fr {
    float: right;
}
.header-header a {
    color: #D1D2D2;
}
.header-header .other-links a {
    padding: 0 1rem;
    line-height: 0.88rem;
    margin-top: 0.5rem;
}
.header-header .other-links a+a {
    border-left: 1px solid #626564;
}
.header-header .other-links .img-img {
    position: relative;
    align-items: center;
}
.header-header .other-links .img-img .icon {
    width: 0.85rem;
    height: 0.85rem;
    margin-left: 0.38rem;
}
.header-header .other-links .img-img .code-img {
    position: absolute;
    top: 1.88rem;
    right: 0;
    z-index: 2;
    width: 8rem;
    box-shadow: 0rem 0rem 1rem 0rem rgb(50 127 219 / 15%);
}
.header-title {
    height: 100%;
}
.header-content {
    justify-content: space-between;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    background: #FFF;
}
.honour-box img {
    width: 14.75rem;
    height: 3.25rem;
}
.honour-box {
    margin-left: 1.88rem;
}
.common-style {
    padding: 0px 9px;
    display: flex;
    align-items: center;
}
.nav-list {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #424242;
}
.header-middle {
    display: flex;
    width: 1200px;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.right-search{
    display: flex;
    margin-left: 2rem;
    align-items: center;
    justify-content: right;
}
.logo-images {
    display: flex;
    cursor: pointer;
}
.logo-images img {
    height: 5rem;
    width: auto;
}
.nav-content {
    position: relative; top: 0px;
    margin-top: -10px;
    z-index: 9999;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #FFF;
    border-bottom: 1px solid #E5E5E5;
}
.layui-nav-item .layui-nav-child a:hover {
    /* background: #2B8AFD;
    color: #FFF !important; */
}
.common-nav {
    line-height: 3.06rem;
    position: relative;
}
.common-nav>a {
    font-weight: bold;
    white-space: nowrap;
    font-size: 1rem;
}
.common-nav a:hover {
    color: #2B8AFD !important;
}
.nav-bg {
    color:#000;
    background: #fff !important;
    padding: 0;
    background-color: transparent;
    display: flex;
    justify-content: space-around;
}
.layui-nav .layui-nav-item a {
    height: 50px;
    color: #000;
}
.layui-nav .layui-this:after, .layui-nav-bar {
    background-color:#2B8AFD !important;
}
.layui-this a{
    color: #2B8AFD !important;
}
.layui-nav .layui-nav-item a:hover {
    color:#2B8AFD !important;
}
.layui-nav-bar {
    background-color:#2B8AFD !important;
}

.search {
    margin-right: 10px;
    position: relative;
    transition: all .1s ease;
    width: 20rem;
}
.search_input {
    width: 100%;
    height: 38px;
}
.search input {
    height: 100%;
    display: flex;
    padding-right: 40px;
    width: 300px;
    padding-left: 5px;
    border-radius: 4px;
    outline: none;
    display: flex;
    border: 1px solid #DDDDDD;
    padding-right: 30px;
    font-size: 14px !important;
    padding-left: 10px;
}
.search .searchImg {
    z-index: 999;
    width: 27px;
    height: 29px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 4px;
    left: 21rem;
}
.searchImg img {
    width: 15px;
    display: block;
    height: 15px;
    cursor: pointer;
}
.person-center {
    width: 100px;
}
.user-center {
    margin-left: 2rem;
    z-index: 99999;
    font-size: 1rem;
    height: 4rem;
    text-align: right;
    line-height: 3.25rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    cursor: pointer;
}
.user-center .layui-nav {
    padding: 0 !important;
    background: none !important;
}
.user-center .layui-nav-item a {
    color: #424242;
    font-weight: bold;
    padding-right: 20px !important;
    padding-left: 10px !important;
}
.mobile {
    display: flex;
    align-items: center;
    margin-left: 15px;
    position: relative;
    color: #424242;
    font-weight: bold;
}
.mobile-text {
    margin-left: 3px !important;
}
#ewm {
	position: relative;
    cursor: pointer;
}
#ewm:hover+.ewm {
	height: 124px !important;
}
.ewm {
    top: 2.4rem;
    right: 0;
    z-index: 99999999;
    width: 8rem;
    box-shadow: 0rem 0rem 1rem 0rem rgb(50 127 219 / 15%);
  	position: absolute;
  	height: 0px;
}
.transition{
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
.img-img .code-img {
    position: absolute;
    top: 1.88rem;
    right: 0;
    z-index: 2;
    width: 8rem;
    box-shadow: 0rem 0rem 1rem 0rem rgb(50 127 219 / 15%);
}
.mobile ::before {
    left: -22px;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 1px;
    height: 22px;
    background: #707070;
}
.company {
    display: flex;
    align-items: center;
    margin-left: 50px;
    position: relative;
}
.icon-company {
    font-size: 20px;
    color: #707070;
}
.company-text {
    margin-left: 3px;
}
.other {
    font-size: 1rem;
    height: 4rem;
    text-align: right;
    line-height: 3.25rem;
    display: flex;
    margin-left: 8rem;
    flex-wrap: nowrap;
    align-items: center;
}
.cooperate {
    margin-left: 3rem;
}
.other a.layui-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4370f5;
    width: 7.5rem;
    height: 2.25rem;
    line-height: 2.25rem;
    padding: 3px 0px;
}
.other a.layui-btn::before {
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/home7.png) no-repeat;
    background-size: 100%;
    margin-right: 6px;
}
.other a.cooperate-btn {
    border: 1px solid #2B8AFD;
    font-size: 14px;
    background: #FFF;
    width: 9rem;
    height: 2.25rem;
    line-height: 2.25rem;
    color: #2B8AFD;
    font-weight: bold;
    padding: 0;
}
.other a.cooperate-btn:hover {
    color: #FFF;
    background: #2B8AFD;
}
.btn-hover {
    color: #fff;
    text-align: center;
    border-radius: 2rem;
}
.other .btn-hover .other-tips {
    min-width: 4.75rem;
    margin-left: 6.2rem;
    height: 1.25rem;
    top: 2.5rem;
    line-height: 1.25rem;
    text-align: center;
    padding: 0 0.44rem;
    box-sizing: border-box;
    background: linear-gradient(90deg, #FFE6B3 0%, #ECB540 100%);
    border-radius: 1rem 1rem 1rem 0;
    font-size: 0.75rem;
    color: #7B4A1E;
    position: absolute;
}
.newLogin {
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 2rem;
    display: inline-block;
    width: 7.5rem;
    height: 2.25rem;
    line-height: 2.25rem;
    font-size: 1rem;
    color: #2B8AFD;
}
.newLogin a {
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    color: #2B8AFD;
    padding: 0 12px;
    height: 18px;
}
.newLogin a:hover {
    color: #44a3e0;
}
.newLogin a:first-child {
    border-right: 1px solid #44a3e0;
    
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .container {
        width: 143%;
    }
}
.banner {
    height: 485px;
    width: 100%;
}
.banner img {
    width: 100%;
    height: 100%;
}
.category-nav {
    transition: all .2s ease;
    display: none;
    height: 480px;
    position: fixed;
    z-index: 9999999999;
    top: -10px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.category-nav .category-mask {

    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.show {
    display: block !important;
}
.category-nav .category-nav-wrap.type2 {
    padding-bottom: 40px;
}
.category-nav .category-nav-wrap {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 60px;
    overflow-y: auto;
}
.category-nav .category-nav-wrap .category-nav-content {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 1200px;
}
.category-nav .category-nav-wrap .category-nav-content .category-nav-item {
    width: 180px;
    padding-left: 20px;
    margin-top: 30px;
}
.category-nav .category-nav-wrap .category-nav-content .category-nav-item .nav-title {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0 14px;
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    color: rgba(0, 0, 0, 0.85);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.category-nav .category-nav-wrap .category-nav-content .category-nav-item .nav-title img {
    width: 24px;
    margin-right: 8px;
}
.category-nav .category-nav-wrap .category-nav-content .category-nav-item .nav-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 1px;
    background: #E8E8E8;
}
.category-nav .category-nav-wrap .category-nav-content .category-nav-item .nav-child-list .nav-child-item {
    cursor: pointer;
    margin-top: 8px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.75);
}
.category-nav-item a:hover {
    color: #44a3e0;
}
.honour-box {
    margin-left: 1.88rem;
}
.top-child {
    position: fixed;
    left: 0;
    width: 100%;
    min-height: 15rem;
    z-index: 12;
    background-image: url('https://asset-eceshi.oss-cn-beijing.aliyuncs.com/pc/public/home/images/public-nav-bg.png'),linear-gradient(90deg, #E0EFF9 0%, #F4FAFE 100%);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.top-child .child-box {
    display: flex;
}
.top-child .top-nav-child {
    width: 15rem;
    line-height: 2rem;
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 0.94rem;
    padding-top: 0.5rem;
}
.top-child .top-nav-child .top-nav-child-item.hover {
    border-right: 0.25rem solid #2B8AFD;
    background: linear-gradient(90deg, #e4f1fa 0%, #fff 100%);
}
.top-child .top-nav-child .top-nav-child-item {
    position: relative;
    line-height: 2.69rem;
    white-space: nowrap;
    padding-left: 6rem;
}
.top-child .top-nav-child .top-nav-child-item a {
    color: #5278A4;
    padding: 0;
}
.top-child .top-nav-child .top-nav-child-item.hover a {
    font-weight: normal;
    color: #5278A4;
    padding: 0;
}
.top-child .top-nav-child-child dd a {
    font-weight: normal;
    font-size: 0.88rem;
    color: #333;
}
.top-nav .top-nav-item a {
    overflow: hidden;
    text-overflow: ellipsis;
}
.top-child .top-nav-child-child dd {
    width: 33%;
    white-space: nowrap;
    line-height: 1.88rem;
}
.top-child .top-nav-child-child {
    width: calc(100% - 15rem);
    height: auto;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-bottom: 5rem;
    box-sizing: border-box;
    background-color: #F4FAFE;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
}