*{
    box-sizing: border-box;
}
body{
    margin: 0;
    min-width: 1200px;
}
a{
    text-decoration: none;
    color: unset;
}
.header{
    width: 100%;
    display: flex;
    position: sticky;
    top: 0;
    border-bottom: 1px solid #CECACA;
    z-index: 10;
    background: #ffffff;
}
.center-12{
    width: 1200px;
    flex-shrink: 0;
}
.header-line{
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 24px;
    position: relative;
}
.logo{
    height: 80px;
}
.d-flex-between{
    display: flex;
    justify-content: space-between;
}
.flex-between-center{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-nav{
    margin-top: 27px;
    width: 100%;
}
.nav{
    padding-bottom: 22px;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #686868;
    cursor: pointer;
}
.header-nav .on{
    color: #F49D1A;
    border-bottom: 3px solid #ffffff;
}
.nav:hover{
    color: #F49D1A;
    border-bottom: 3px solid #F49D1A;
}
.nav-warp{
    position: absolute;
    top: 173px;
    width: 100%;
    z-index: 100;
    background: #ffffff;
}
.nav-index{
    padding: 38px 0 42px 152px;
    width: 1200px;
    margin: auto;
    display: none;
    overflow: hidden;
}
.nav-list{
    margin-right:96px;
    float: left;
}
.nav-list div{
    margin-bottom: 38px;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #686868;
    cursor: pointer;
}
.nav-list .on{
    color: #F49D1A;
}
.nav-list div:hover{
    color: #F49D1A;
}
.page-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-title-name{
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    color: #686868;
    white-space: nowrap;
    padding-right: 50px;
}
.page-title-line{
    width: 100%;
    height: 1px;
    background: #F49D1A;
}
.en-footer{
    display: flex;
    justify-content: center;
    background: #333333;
}
.footer-line1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 42px 0 32px;
    border-bottom: 1px solid #6A6A6A;
}
.footer-line1-left{
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #B8B8B8;
    line-height: 24px;
}
.footer-line1-right{
    width: 260px;
}
.footer-line2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 41px 0 26px;
    border-bottom: 1px solid #6A6A6A;
}
.footer-line2-left{
    display: flex;
}
.footer-line2-title{
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.footer-line2-right{
    width: 111px;
    height: 111px;
}
.footer-line2-btn{
    padding-top: 44px;
    display: flex;
}
.footer-line2-btn div{
    margin-right: 14px;
    width: 43px;
    height: 43px;
    background: #F49D1A;
    border-radius: 50%;
    text-align: center;
    line-height: 43px;
    color: #ffffff;
    font-size: 40px;
}
.footer-line3{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #B8B8B8;
    padding: 34px 0 35px;
}
.page-nav-line{
    display: flex;
    justify-content: center;
    background: #ffffff;
}
.page-nav-line .center-12{
    display: flex;
    align-items: center;
    height: 58px;
    position: relative;
}
.page-nav{
    cursor: pointer;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #636866;
    margin-right: 15px;
}
.page-nav-line .on{
    color: #F49D1A;
}
.page-nav-line .layui-icon-right{
    margin-right: 15px;
    font-size: 12px;
}
.page-nav-right{
    display: flex;
    align-items: center;
    right: 0;
    position: absolute;
}
.page-count{
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #686868;
    margin-right: 29px;
}
.page-btn{
    padding: 0 15px;
    height: 34px;
    background: #F49D1A;
    border-radius: 17px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
}
.top-menu{
    width: 185px;
    height: 44px;
    display: flex;
    justify-content: space-between;
    top: 53px;
    right: 0;
    align-items: center;
    z-index: 10;
    border-top: none;
    position: absolute;
}
.top-menu .iconfontEn{
    color: #1F1F1F;
    cursor: pointer;
    font-size: 20px;
    padding-right: 16px;
    border-right: 1px solid #e0e0e0;
    height: 25px;
}
.top-menu a{
    font-size: 14px;
    color: #666666;
}
.top-menu a:hover{
    color: #F49D1A;
}
.search_mod{
    padding: 150px 20px 16px;
    position: fixed;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 10;
    display: none;
    left: 0;
    top: 0;
}
.search_mod .iconEn-search-1-copy{
    cursor: pointer;
    margin-left: -50px;
    margin-top: -10px;
    margin-right: 15px;
    color: #000000;
    font-size: 20px;
    display: inline-block;
    position: absolute;
}
.search_middle_top_input {
    border: 0;
    box-sizing: border-box;
    display: inline-block;
    line-height: 1;
    margin: 0;
    vertical-align: middle;
    white-space: normal;
    background: #fff;
    color: #000;
    padding: 0 28px 0 0;
    border-bottom: 1px solid;
    width: 100%;
    font-size: 16px;
}
.search_mod .searchPop .menu-nav {
    border-bottom: 1px solid #e5e5e5;
    line-height: 42px;
}
.flex_center {
    position: relative;
    display: flex;
    align-items: center;
}
.search_mod .searchPop .menu-nav .list.on {
    color: #41577c;
}
.search_mod .searchPop .menu-nav .list {
    text-align: center;
    font-size: 14px;
    color: #363636;
    flex: 1;
}
.search_mod .searchPop .menu-nav .list.on .text {
    position: relative;
    z-index: 2;
    border-bottom: 2px solid #41577c;
}
.search_mod .searchPop .menu-nav .list .text {
    display: inline-block;
    vertical-align: middle;
    padding: 0 6px;
    line-height: 42px;
    cursor: pointer;
    font-weight: normal;
}
.search_mod .searchPop .searchGroup{
    display: none;
}
.search_mod .searchPop .searchGroup .list {
    padding: 18px 20px;
    border-bottom: 1px solid #f9f9f9;
}
.search_mod .searchPop .searchGroup .list h2 {
    margin-bottom: 7px;
    font-size: 14px;
    color: #363636;
    font-weight: normal;
}
.search_mod .searchPop .searchGroup .list span, .search_mod .searchPop .searchGroup .list a {
    display: inline-block;
    font-size: 14px;
    color: #898989;
    line-height: 22px;
    margin-right: 15px;
}
.rotate-180{
    transform: rotate(180deg);
}
.page-bar ul{
    display: flex;
}
.page-bar ul li span{
    margin: 0 37px;
    line-height: 32px;
    color: #686868;
}
.page-bar ul li a{
    height: 38px;
    width: 38px;
    background: #ffffff;
    border: 1px solid #D5D2D2;
    margin: 0 6px;
    display: block;
    text-align: center;
    line-height: 38px;
    white-space: nowrap;
    color: #686868;
}
.page-bar .active a{
    color: #ffffff;
    border: none;
    background: #F49D1A;
}
.page-bar .next-btn a,.page-bar .last-btn a,.page-bar .layui-form{
    width: 76px;
}
.d-dialog .d-title {
    background: none;
    border: none;
    text-align: center;
    line-height: 40px;
}
.d-content {
    padding: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
.nav-more-wrap {
    width: 1200px;
    margin: 0 auto;
}
.morePop2 {
    position: relative;
    min-height: 400px;
    padding: 30px 0 50px 282px;
}
.morePop2 .moreLeft {
    width: 232px;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 1;
}
.morePop2 .moreLeft .list {
    margin-bottom: 20px;
    display: block;
}
.morePop2 .moreLeft .list h2 {
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    font-family: roboto;
}
.morePop2 .moreLeft .list .img,.morePop2 .moreLeft .list .img img {
    width: 232px;
}
.moreRight {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 430px;
    padding-bottom: 20px;
    width: 910px;
    overflow-x: scroll;
    font-size: 0;
}
.moreRight p {
    width: max-content;
    font-size: 14px;
    height: 29px;
    line-height: 29px;
    margin-right: 20px;
}
.more-list{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 380px;
}
.test-class{
    top: 40vh !important;
}
#user-login-info{
    line-height: 42px;
}
.sigin {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.sigin .not_log span, .sigin .not_log i, .sigin .not_log a {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    /*color: #363636;*/
}

.sigin .not_log i {
    margin: 0 4px;
}

.sigin .not_log a:hover,.headFixed .top .right .icon a:hover,#user-login-message .icon a:hover {
    color: #ffb700;
    font-weight: bold;
}

.sigin .not_log:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 25px;
    margin-top: -12px;
    background: #e0e0e0;
}

.sigin .log_after {
    position: relative;
}

.sigin .log_after .log_show {
    text-align: right;
    position: relative;
    margin-left: 20px;
}

.sigin .log_after .log_show .img1 {
    width: 42px;
    height: 42px;
    margin-right: 32px;
    object-fit: contain;
}

.sigin .log_after .log_show .img2 {
    width: 12px;
    height: 8px;
    margin-right: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.sigin .log_after .log_show:after {
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*content: '';*/
    /*font-size: 0;*/
    /*width: 1px;*/
    /*height: 25px;*/
    /*background-color: #e0e0e0;*/
    /*right: -18px;*/
}

.sigin .log_after .log_hide {
    display: none;
    position: absolute;
    width: 375px;
    right: 0;
    top: 46px;
    z-index: 99;
    box-sizing: border-box;
    padding-top: 22px;
    background-color: transparent;
}

.sigin .log_after .log_hide .img_jiantou {
    width: 22px;
    height: 13px;
    position: absolute;
    top: 7.5px;
    right: 60px;
}

.sigin .log_after .log_hide .hide_cont {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    box-sizing: border-box;
}

.sigin .log_after .log_hide .hide_cont .hide_user {
    padding: 15px 20px;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    justify-content: space-between;
}

.sigin .log_after .log_hide .hide_cont .hide_user .user_head {
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 50%;
}

.sigin .log_after .log_hide .hide_cont .hide_user .user_head img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sigin .log_after .log_hide .hide_cont .hide_user .user_info {
    padding-left: 15px;
    box-sizing: border-box;
    text-align: right;
}

.sigin .log_after .log_hide .hide_cont .hide_user .user_info h2 {
    font-size: 16px !important;
    color: #0a0a0a !important;
    line-height: 1 !important;
    margin-top: 5px;
}

.sigin .log_after .log_hide .hide_cont .hide_user .user_info h3 {
    color: #686868 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    margin-top: 8px;
}

.sigin .log_after .log_hide .hide_cont .hide_link {
    padding: 15px 20px;
    text-align: right;
}

.sigin .log_after .log_hide .hide_cont .hide_link a {
    display: block;
    font-size: 15px;
    color: #313131;
    line-height: 27px;
    margin-bottom: 10px;
}

.sigin .log_after .log_hide .hide_cont .hide_link a:hover {
    color: #ffb700;
}

.sigin .log_after:hover .log_hide {
    display: inline-block;
}

.sigin .log_after:hover .img2 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.lang {
    padding: 0 20px;
    font-size: 14px;
    color: #363636;
    cursor: pointer;
}
