body {
    min-width: 1360px;
    /*margin-top: 55px; !*导航栏fixed布局需要*!*/
    /*user-select: none;*/  /* 禁止别人鼠标复制网站文字内容 */
}
:root{
    --a-hover-color: #E5A414;
}

body, button, input, select, textarea, pre {
    color: #444;
    font: 14px/1.6 "PingFang SC", Arial, "Microsoft YaHei", 微软雅黑, STHeiti, 华文黑体, STSong, 华文宋体, sans-serif;
}

ul,ol {
    list-style-type: none;
}

a {
    color: #444;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    -webikit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
}

a:hover {
    color: #e5a414;
}

* {
    margin: 0;
    padding: 0;
}
.nav img.transparent{
    display: inline;
}
.nav img.white{
    display: none;
}

body > div.main{
    /*position: absolute;*/
    height: 100%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-direction: column;
}
body > div.main main{
    flex: 1;
}
.nav-box{
    width: 100%;
    min-width: 1280px;
    height: 55px;
    flex-shrink: 0;
    background: #FFFFFF;
    /* position: relative; */
    position: fixed;
    top: 0px;
    left: 0px;
    color: white;
    z-index: 99;
    transition-property: all;
    transition-duration: .2s;
    box-shadow: -6px -22px 45px #888888;
}
/* 白色导航栏 */
.nav {
    width: 100%;
    min-width: 1280px;
    z-index: 99;
    height: 55px;
    flex-shrink: 0;
    background: #FFFFFF;
    position: relative;
    color: white;
}


.nava {
    line-height: 55px;
    vertical-align: baseline;
    text-align: center;
}

.nava a {
    text-decoration: none;
    color: #666666 !important;
    font-size: 16px;
    font-weight: bold;
    /*color: #999999;*/
    display: inline-block;
    margin-left: 50px;
}


.nava .active {
    background-color: #5B5B5B;
}

.login {
    top: 13px;
    position: absolute;
    right: 0px;
    width: 300px;
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-top: 0px !important;
}
.login-en {
    width: 92px !important;
    margin-top: 0px !important;
}
.login > div {
    margin-right: 20px;
}


#login {
    width: 51px;
    background-color: #E5A414;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    border: 1px solid #E5A414;
}



.login-btn{
    width: 81px !important;
    background-color: #E5A414 !important;
    border-radius: 3px !important;
    text-align: center !important;
    color: #FFFFFF !important;
    height: 25px !important;
    line-height: 25px !important;
    display: inline-block !important;
    border: 1px solid #E5A414 !important;
    margin-top: 3px !important;
    opacity: 1;
    border: 1px solid #E5A414 !important;
    border-radius: 14px 14px 14px 14px !important;
    align-items: center;!important;
    padding: 2px 0px !important;
}

.login-btn img{
    width: 17px;
    height: 19px;

}

.login-btn:hover{
    color: #FFFFFF;
}
.head-phone{
    margin-left: 28px;
    /*margin-left: 48px;*/
    padding: 2px 10px;
    border-radius: 14px 14px 14px 14px;
    opacity: 1;
    border: 1px solid rgba(68, 68, 68, 1);
    color: rgba(68, 68, 68, 1);
    font-size: 14px;
    font-weight: bold;
    align-items: center;

}

.margin-right-0{
    margin-right: 0px !important;
    margin-left: 48px !important;
}

.index_search_v2 img{
    width: 30px;
    height: 30px;
    /*padding-top: 4px;*/
}
.indexLangBtn{
    margin-top: -3px;
}
.language-switching{
    padding: 0px 9px;
}

.head-phone img{
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.language{
    width: 82px;
    /*border: 1px solid #999999;*/
    color:#999999 ;
    /*border-radius: 3px;*/
    text-align: center;
    line-height: 27px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background: #4A4747;
}
.language span{
    margin-left: -10px;
}
.language::after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid white;
    top: 10px;
    margin-left: 3px;
}
.language .langmore{
    background-color: white;
    position: absolute;
    list-style: none;
    width: 100%;
    border: 1px solid #999999;
    border-radius: 3px;
    display: none;
}
.langmore a{
    color:#999999;
    margin-left: 0px;
    font-weight: normal;
}

.langmore a:hover{
    color:#E5A414;
}

.nav .aproductPlan::after{
    content: "";
    background:url(/img/assets/xiahui.svg) ;
    background-size: 100%;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 3px;
    vertical-align: middle;
}

.nav .activityPlan::after,.nav .resources-new::after,.nav .communityPlan::after,.nav .aboutPlan::after{
    content: "";
    background: url(/img/assets/xiahui.svg);
    background-size: 100%;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 3px;
    vertical-align: middle;
}


.nav .click::after{
    content: "";
    background:url(/img/assets/jianshang.svg) ;
    background-size: 100%;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 3px;
    vertical-align: middle;
}

.nav .click {
    color: #E5A414 !important;
}

.nava a:hover {
    color: #E5A414;
}

/* 产品方案下拉 */
.dropList {
    width: 100%;
    margin: -2px auto;
    background-color: white;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    overflow: hidden;
    height: 0;
    max-height: 0;
    transition-property: all;
    transition-duration: .2s;
}

.dropList .dropAuto {
    width: 1440px;
    margin: auto;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    justify-content: space-between;
}
.dropList dl:nth-child(1){
    /*flex: 0.8;*/
}
.dropList dl:nth-child(2){
    /*flex: 0.9;*/
}
.dropList dl:nth-child(3){
    /*flex: 0.9;*/
}
.dropList dl:nth-child(4){
    /*flex: 0.8;*/
}
.dropList dl {
    /*margin-right: 118px;*/
    flex: 1;
}
.dropList dl dt {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin: 20px 0 22px 30px;
    text-decoration: underline;
}
.dropList dl dd {
    margin-bottom: 20px;
    margin-left: 20px;
}
.productContents span {
    display: inline-block;
    margin: 3px 10px;
    width: 100%;
}
.productContents {
    display: block;
}
.productContents .content1 {
    /*font-weight: bold;*/
    font-size: 14px;
    color: #333333;
}

.productContents .content2 {
    font-size: 12px;
    color: #777777;
}

.productIntro {
    flex: 6;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    height: 40%;
    margin: 15px 0 15px 15px;
}

.plan {
    flex: 5;
    margin: 12px 20px 12px 12px;
}

.productTitle {
    color: #E5A414;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    margin-left: 20px;
    overflow: hidden;
}

.proContent {
    border-right: 1px solid #e8e8e8;
    flex: 6;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    height: 40%;
    margin: 0px 20px 20px 20px;
}

.proContent a {
    display: block;
}

.productContent {
    width: 47%;
    border: 1px solid rgba(243, 243, 243, 0.6);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    cursor: pointer;
    margin: 7px;
    height: 70px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    background-color: #fbfbfb;
}

.productContent span {
    display: inline-block;
    margin: 3px 10px;
    width: 100%;
}

.productContent .content1 {
    font-weight: bold;
    font-size: 14px;
    color: #444;
}

.productContent .content2 {
    font-size: 12px;
    color: #bdbdbd;
}

.productIntro .proactive {
    border: 1px solid #E5A414;
}

.proactive .content1 {
    color: #E5A414;
}

.proactive .content2 {
    /*color: #E5A414;*/
}

.planShow {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    height: 74%;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
}

.plan1 {
    background-color: #fbfbfb;
    cursor: pointer;
    height: 100%;
    width: 30%;
    margin-top: 5px;
    position: relative;
    border: 1px solid rgba(243, 243, 243, 0.6);
}

.planContent {
    position: relative;
    top: 90px;
}

.planContent1 {
    font-weight: bold;
    font-size: 14px;
    color: #444;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.planContent2 {
    font-size: 12px;
    color: #bdbdbd;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.planactive .planContent1 {
    color: #E5A414;
}

.planactive .planContent2 {
    color: #E5A414;
}

.planactive {
    border: 1px solid #E5A414
}

.planImg1{
    background: url(/img/assets/hyfa.png) no-repeat;
    background-position:50% 30%;
    background-color: #fbfbfb;
    height: 100%;
}
.planImg2{
    background: url(/img/assets/jcfa.png) no-repeat;
    background-position:50% 30%;
    background-color: #fbfbfb;
    height: 100%;
}
.planImg3{
    background: url(/img/assets/sjwh.png) no-repeat;
    background-position:50% 30%;
    background-color: #fbfbfb;
    height: 100%;
}
.planactive .planImg1{
    background: url(/img/assets/hyfa-xt.png) no-repeat;
    background-position:50% 30%;
    background-color: #fbfbfb;
    height: 100%;
}
.planactive .planImg2{
    background: url(/img/assets/jcfa-xt.png) no-repeat;
    background-position:50% 30%;
    background-color: #fbfbfb;
    height: 100%;
}
.planactive .planImg3{
    background: url(/img/assets/sjwh-xt.png) no-repeat;
    background-position:50% 30%;
    background-color: #fbfbfb;
    height: 100%;
}


/* 这部分是页尾的公司联系方式 */
.aboutUsBlack {
    height: 127px ;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    line-height: 22px;
    margin: auto;
}

.aboutUsBlack-div{
    background-color: #1B1B1B;
    padding-bottom: 30px;
}

.zhaoxian {
    flex: 2.5;
    margin-left: 40px;
}

.youqing {
    /*flex: 2.5;*/
    /*margin-left: 40px;*/
}

.yewu {
    /*flex: 5;*/
    /*margin-left: 40px;*/
}

.blackColumn {
    font-size: 12px;
    color: #5B5B5B;
    font-weight: bold;
}

.aboutUs {
    height: 104px;

    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    /*padding: 1px 93px;*/
    margin: auto;

}
.aboutUs-div{
    /*background-color: #FFFFFF;*/
}

.aboutUsBlack .aboutUsDetail-2 {
    height: 57px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
}

.aboutUs .aboutUsDetail {
    height: 57px;
    width: 400px;
    border-right: 1px solid rgba(255, 255, 255, 0.39);
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;

}

.aboutUsDetail .about :first-child{
    font-size: 18px;
}

.aboutUs img {
    width: 60px;
    height: 60px;
}

.about {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    margin-left: 21px;
    font-weight: 550px;
}

.about span {
    color: #444;
    font-size: 18px;
}f

.about div {
    margin-top: 6px;
    font-size: 14px;
    color: rgba(68, 68, 68, 0.6);
}

#blackColumn1,#blackColumn3,#blackColumn5 {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    font-size: 12px;
    color: #999999;
    margin: 10px 0;
}

#blackColumn2,#blackColumn4,#blackColumn6 {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    font-size: 12px;
    color: #999999;
}

.blackColumn a {
    color: #999999;
}

.footer-main #youqing-item-box{
    display: flex;
    width: 360px;
    flex-wrap: wrap;
}

.footer-main #youqing-item-box div{
    width: 150px;
}
#blackColumn4 #seo, #youqing-item-box #seo{
    position: relative;
}
#blackColumn4 #seo ul,#youqing-item-box #seo ul {
    position: absolute;
    /*bottom: 30px;*/
    bottom: 15px;
    left: 60px;
    /*width: 200px;*/
    width: 120px;
    background: #fff;
    display: none;
}
#blackColumn4 #seo ul li ,#youqing-item-box #seo ul li{
    width: 100%;
    border-bottom: 1px solid #cccccc;
}
#blackColumn4 #seo ul li a ,#youqing-item-box #seo ul li a {
    display: block;
    padding: 3px 0 3px 8px;
}
#blackColumn4 #seo ul li a:hover,#youqing-item-box #seo ul li a:hover {
    color: #E5A414;
}
/*#blackColumn4 #see,#youqing-item-box #see {*/
/*    cursor: pointer;*/
/*    margin: 0 0 !important;*/
/*}*/

.aboutBlackDetail {
    width: 130px;
    height: 29px;
}
.blackColumn-hint{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
}

.companyNumber {
    text-align: center;
    line-height: 38px;
    background-color: #1B1B1B;
    font-size: 12px;
    color: #888888;
    border-top: 1px solid rgba(192, 192, 192, 0.1);
}
.companyNumber a{
    color: #888888;
}
label.require:after{
    content: "*";
    color: red;
}
/**右边分享按钮*/
#right_tool {
    position: fixed;
    bottom: 150px;
    right: 5px;
    z-index: 9999;
}
.right_tool_list {
    position: relative;
    z-index: 1;

    width: 40px !important;
    height: 36px !important;
    background-color: #FFFFFF !important;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16) !important;
    border-radius: 18px 0px 0px 18px !important;
}
.right_tool_list li .tool-btn:hover {
    /*background-color: rgba(255, 102, 0, .9);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ff6600,endColorstr=#e5ff6600 );*/
}
.right_tool_list li .tool-btn {
    position: relative;
    z-index: 100;
    display: block;
    /*padding: 0 10px;*/
    color: #fff;
    font-size: 14px;
    /*margin-bottom: 2px;*/
    /*background-color: var(--a-hover-color);*/
    cursor: pointer;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.right_tool_list li {
    width: 100%;
    height: 100%;
}
.right_tool_list li .tool-btn img {
    width: 18px;
    height: 22px;
    margin-left: 5px;
}

/** layui定制样式 */
.layui-form .layui-btn{
    background-color: #E5A414;
}
.layui-icon-delete{
    cursor: pointer;
}
.layui-form a.link{
    color: #0070FF;
}
.layui-form a.link:hover{
    color: #E5A414;
}
/** layer弹框表单样式 */
.layer-form > fieldset{
    margin-top: 20px;border-width: 0;text-align: center;
}
.layer-form .layer-title{
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    color: #E2A215;
}
.layer-form .layer-code{
    display: flex;
}
.layer-form .layer-code :nth-child(1){
    flex: .7
}
.layer-form .layer-code :nth-child(2){
    flex: .3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #E5A414;
}

.search, .login {
    top: 11px;
    position: absolute;
}

.search {
    background-color: #444444ba;
    border: 2px solid #ededed;
    border-radius: 20px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    padding: 0 0px 0 2px;
    height: 30px;
    right: 349px;
}
.search-en{
    right: 100px;
}
.formBox {
    display: none;
}
.search .search-input {
    -webkit-appearance: none;
    border: none;
    background: transparent;
    outline: none;
    resize: none;
    width: 230px;
    font-size: 14px;
    /*color: #666666;*/
    color: white;
    letter-spacing: 0;
    font-weight: 400;
}

.search .search-input::-webkit-input-placeholder {
    color: #bbb;
    display: block;
}

.search .search-btn {
    background-image: url(/img/indexNewV2/index_search_v2.png);
    background-repeat: no-repeat;
    /*background-position: -30px 0;*/
    background-position: 3px 3px;
    width: 30px;
    border: none;
    border-radius: 15px 0px 0px 15px;
    background-color: #44444408;
    background-size: 25px;
}

/* 搜索框的样式 */
.often {
    width: 400px;
    /* height: 250px; */
    display: none;
    border: 1px solid #ededed;
    background-color: #fff;
    position: absolute;
    top: 30px;
    left: 9px;
    padding: 12px 0 8px;
    box-sizing: border-box;
}
.often dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: #F6F6F6; */
    padding: 0 18px;
    height: 40px;
    /* margin-bottom: 5px; */
}
.often dl dt {
    color: #666;
    font-size: 14px;
    width: 400px;
    white-space: nowrap;/*设置不换行*/
    overflow: hidden; /*设置隐藏*/
    text-overflow: ellipsis; /*设置隐藏部分为省略号*/
}
.often dl dd {
    color: #E09F0E;
    cursor: pointer;
    font-size: 12px;
    display: none;
}

.often .btn {
    color: #E09F0E;
    text-align: right;
    margin-right: 18px;
    margin-top: 6px;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
}

.iconHide {
    position: absolute !important;
    right: 320px !important;
    top: 8px !important;
    font-size: 20px !important;
    color: #999999 !important;
}

.iconHide-en {

    right: 149px !important;

}

.close {
    color: #999999 !important;
    position: absolute !important;
    right: 359px !important;
    top: 15px !important;
    cursor: pointer !important;
    display: none !important;
}
.close-en {
    right: 119px !important;
}
.searchId{
    display: none;
}

/*----------TV 咨询侧边栏----------*/

/* 第一个图标样式 */
#CV-question-corner {
    bottom: 110px !important;
    right: 0 !important;
}
#CV-question-button-inner {
    width: 40px !important;
    height: 36px !important;
    background-color: #FFFFFF !important;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16) !important;
    border-radius: 18px 0px 0px 18px !important;
    background-position: 60% !important;
}

.cv-question-button-open {
    background-image: url(./img/question.png) !important;
    background-size: 12px 18px !important;
}
.cv-question-button-close {
    background-image: url(./img/question3.png) !important;
    background-size: 14px 14px !important;
}


/* 第二个图标样式 */
#CV-button-frame.fixed-frame {
    bottom: 60px !important;
    right: -10px !important;
}
#CV-chat-frame {
    right: 38px !important;
}

/* 菜单栏移入样式 */
.nav .resources::after {
    content: "";
    background: url(../img/assets/arrow-down-gray.svg);
    background-size: 100%;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 3px;
    vertical-align: middle;
}

.nav .resources::after {
    content: "";
    background: url(../img/assets/arrow-down-gray.svg);
    background-size: 100%;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 3px;
    vertical-align: middle;
}


.nav .click::after {
    content: "";
    background: url(../img/assets/arrow-up.svg);
    background-size: 100%;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 3px;
    vertical-align: middle;
}

.menuTwoBox,.menuTwoBox-1,.menuTwoBox-2,.menuTwoBox-3,.menuTwoBox-4,.dropList-new,.menuTwoBox-5{
    overflow: hidden;
    position: absolute;
    width: 50%;
    /* left: 400px; */
    /*top: 55px;*/
    max-height: 0;
    float: left;
}
.menuTwoBox-5{
    margin-top: -15px !important;
}

.menuTwo {
    width: 210px;
    background-color: #fff;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1607843137254902);
    padding-left: 0px !important;
    margin-top: -2px;
}
.menuTwo li {
    /*height: 46px;*/
    /*line-height: 46px;*/
    font-size: 14px !important;
    position: relative !important;

    font-family: PingFang SC-Bold, PingFang SC !important;
    font-weight: bold !important;

    /*padding-left: 20px;*/
    padding-top: 30px !important;
    margin-bottom: 0px !important;
}

.menuTwo-5 li{
    padding-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 14px !important;
    color: #444444 !important;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
}
.menuTwo li a {
    color: #666666 !important;
    padding: 0 14px 0 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
    box-sizing: border-box !important;
    color: #333333!important;
}

.menuTwo .menu-current a {
    color: #DF9E0E !important;

}
.menuTwo .menu-current a span{
    border-bottom: 2px solid #DF9E0E;
}
.menuTwo li{
    padding-top: 17px;
}
.menuTwo li:first-child {
    padding-top: 30px !important;
}
.menuTwo li:last-child {
    padding-bottom: 20px;
}

.menuTwo li .tertiary {
    width: 192px;
    height: 46px;
    line-height: 46px;
    position: absolute;
    left: 192px;
    top: 0;
    background-color: #fff;
    color: #333;
    display: none;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1607843137254902);
}

.menuTwo li .tertiary li {
    padding-left: 26px;
    box-sizing: border-box;
    border-left: 1px solid #e5a414;
}

.menuTwo li .tertiary li a {
    color: #333;
}

/*表单隐私复选框样式*/
.checkBox1 {
    padding-left: 46px !important;
    margin-bottom: 10px !important;
    margin-top: -28px !important;
}
.checkBox2 {
    margin-bottom: 0 !important;
    margin-top: -10px !important;
}
.checkBox1 .layui-input-block,.checkBox2 .layui-input-block {
    margin: 0 !important;
}
.checkBox {
    display: flex !important;
    align-items: center !important;
}
.checkBox .layui-input-block {
    width: auto !important;
}
.checkBox span {
    font-size: 12px !important;
}
.checkBox .privacy {
    font-size: 12px !important;
    color: #ff6a00 !important;
    cursor: pointer !important;
    display: contents !important;
}
.checkBox .layui-form-checkbox span {
    padding-right: 1px !important;
}
.che1.checkBox {
    margin-bottom: 0 !important;
}
.che2.checkBox {
    margin-left: -20%;
}
.che2 span {
    vertical-align: bottom;
    color: #666666;
}
.che2 .layui-input-block {
    text-align: start;
}

/*登录弹框的隐私复选框*/
.loginChe1.checkBox .layui-input-block {
    margin-left: 0 !important;
}


.loginChe1.checkBox {
    margin-bottom: 0 !important;
}
.loginChe2.checkBox {
    width: 340px !important;
    display: none !important;
}
.loginChe2.checkBox.show {
    display: flex !important;
}


.loginChe2.checkBox .layui-input-block {
    margin-left: 0 !important;
}


/*登录页面隐私复选框*/
.checkLogin.checkBox .layui-form-checkbox {
    margin-top: 10px !important;
}


/* -------------------新产品方案下拉 开始--------------------- */
.dropList-new {
    width: 1380px;
    margin: -2px 50px 0px 0px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    overflow: hidden;
    height: 0;
    max-height: 0;
    transition-property: all;
    transition-duration: .2s;
    display: flex;
    background: #FFFFFF;
    border-radius: 14px 14px 14px 14px;
}

.dropAuto{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    justify-content: flex-start;
    margin: 19px 5px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #E4E4E4;
}
.dropList-new .dropAuto .dropAuto-left-product{
    min-width: 106px;
    opacity: 1;
    width: 106px;
    height: 400px;
    background: linear-gradient( 180deg, #FFF5DA 0%, #FFFFFF 100%);
}

.dropAuto .dropAuto-left-product .product-current{
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #E4E4E4;
    background: rgba(224, 159, 14, 0.3) !important;
}

.dropAuto .dropAuto-left-product ul li{
    height: 24px;
    margin: 24px 9px 0px 9px;
    width: 90px;
    font-family: Lato, Lato;
    font-weight: bold;
    font-size: 16px;
    color: #393838 !important;
    text-align: left;
    font-style: normal;
    text-transform: none;
    /*  flex: 1;   */             /* 每个 li 平分剩余高度 */
    /*         display: flex;       */   /* 可选：让 li 里的文字垂直居中 */
    /*         align-items: center; */
}
.dropAuto .dropAuto-left-product ul{
    padding-left: 0px!important;
    margin-left: 0px!important;
    /*   height: 100%; */
   /*    display: flex; */
   /*    flex-direction: column; */

}

.dropAuto .dropAuto-left-product ul li a{
    color: #666666 !important;
    padding-left: 12px;
}
.dropList-new .dropAuto .dropAuto-right-productItem{

    height: 358px;
    width: 1020px;
    position: relative;
}
.dropList-new .dropAuto .dropAuto-right-productItem .productItem-title{

    font-size: 18px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
    width: 1080px;
    opacity: 1;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 7px;
    margin-bottom: 25px;

}
.dropList-new .dropAuto .dropAuto-right-productItem .productItem-box{
    display: flex;
    justify-content: flex-start;
   /* justify-content: center; */
}

.dropList-new .dropAuto .dropAuto-right-productItem .productItem-box  dl{
    /*width: 205px;*/
    width: 185px;
    margin-left: 17px;
   /* flex: 0 0 185px; */
}

.dropList-new .dropAuto .dropAuto-right-productItem .productItem-box dl dt{
    margin-left: 10px;
    align-items: center;
    font-family: Lato, Lato;
    font-weight: bold  !important;
    font-size: 14px !important;
    color: #707070  !important;
    font-style: normal;
    text-transform: none;
    margin-top: 27px;
    /* display: flex;*/
}
.dropList-new .dropAuto .dropAuto-right-productItem .productItem-box dl dt img{
    padding-right: 3px;
    width: 20px;
    max-height: 26px;
    vertical-align: middle;
}
.dropList-new .dropAuto .dropAuto-right-productItem .productItem-box dl dt a{
    font-family: Lato, Lato;
    font-weight: bold  !important;
    font-size: 14px !important;
    color: #707070  !important;
    font-style: normal;
    text-transform: none;
    vertical-align: middle;

}
.dropList-new .dropAuto .dropAuto-right-productItem .productItem-box  dl dd{
    margin-top: 10px;
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.dropList-new .dropAuto .dropAuto-right-productItem .productItem-box  dl dd a{
    padding-left: 33px;
    font-family: Lato, Lato;

    font-size: 14px;
    color: #393838;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.dropList-new .dropAuto .dropAuto-right-productItem .productItem-box  dl dd .content1{
    font-size: 14px;
    /*font-family: PingFang SC-Bold, PingFang SC;*/
    /*font-weight: bold;*/
    color: #333333;
    margin: 0px;
}
.dropList-new .dropAuto .dropAuto-right-productItem .productItem-box  dl dd .content2{

    font-size: 11px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    padding: 3px 0px;
}


.dropList-new .productItem-box .content1-current{
    background: #E09F0E;
    border-radius: 4px 4px 4px 4px;
}
.hot_current{
    background: #FFB400;
    border-radius: 8px 8px 8px 8px;
}
.nav_hot_li{
    padding: 5px 0px 5px 10px;
}

.dropList-new .dropAuto .dropAuto-right-productItem .productItem{
    display: none;
}

.dropList-new .dropAuto .dropAuto-right-productItem .productItem-current{
    display: block;
}

.dmkshare{
    display: none !important;
}

footer {  position: relative;  z-index: 2;}
/* -------------------新产品方案下拉 结束--------------------- */

.lead-en{
    width: 100% !important;
    background-color: #306BEA;
    text-align: center;
    padding-top: 16px;

    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    padding: 16px 0px;
}

.lead-en .lead-en-but{
    font-size: 13px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #306BEA;
    padding: 4px 27px;
    background: #FFFFFF;
    border-radius: 30px;
    margin-left: 30px;
}

.lead-en-hide{
    display: none;
}

.lead-but-close{
    background: #306BEA !important;
    color:#FFFFFF !important;
    border: 1px solid #FFFFFF !important;
}
footer a{
    color: #999999 !important;
}


footer{
    background-color: #1B1B1B !important;
}
.footer-main{
    padding: 20px 0px;
    /*padding-top: 61px;*/
    /*padding-bottom: 41px;*/
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 1) !important;
    font-size: 14px;
    text-align: left;
    font-family: MicrosoftYaHeiUI;
    margin: 0px auto;
    max-width: 1300px;
}

.footer-main .language-box{
    display: flex;
    align-items: center;
    justify-content: start;
}

.footer-main .explore-div-new a{
    color: rgba(255,255,255,0.8) !important;
}
.footer-main .aboutUs-text-box p{
    margin-bottom: 15px;
}
.footer-main .aboutUs-text-box .zhaoxiannashi .top-13{
    display: flex;
    margin-top: 0px !important;
}
.footer-main .aboutUs-text-box .zhaoxiannashi .top-13 .item{
    width: 130px;
}
.footer-main .aboutUs-text-box .zhaoxiannashi .top-13 .item a{
    color: rgba(255,255,255,0.8) !important;
}
.footer-main .footer-text{
    color: rgba(255,255,255,0.8) !important;
    text-align: left;
    font-family: MicrosoftYaHeiUI-Bold;
    margin-bottom: 15px;
    padding-top: 10px;
}
.footer-main .recruit-div-new{
    padding-left: 90px !important;
    border-left: 1px solid #4A4747;
    width: 320px;
}

.footer-main .aboutUs-section{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.footer-main .aboutUs-section .aboutUs-item{
    text-align: center;
}

.footer-main .aboutUs-section .aboutUs-item .about-text{
    padding-top: 9px;
    font-family: MicrosoftYaHeiUI, MicrosoftYaHeiUI;
    font-weight: bold;
    font-size: 14px !important;
    color: #FFFFFF !important;
}
.footer-main  .box-title{
    color: rgba(255, 255, 255, 1) !important;
    font-size: 16px !important;
    text-align: left;
    font-family: MicrosoftYaHeiUI-Bold;
    margin-bottom: 15px;
}

.footer-main  .top-13{
    margin-top: 13px !important;
    color: rgba(255,255,255,0.8) !important;
}

.footer-main .aboutUs-box .aboutUs-item img{
    width: 87px;
    height: 87px;
}
.footer-bottom-box{
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    text-align: left;
    font-family: MicrosoftYaHeiUI;
    padding-left: 20px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.position-navigation{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #3F3F3F;
    padding-top: 46px;
}
.position-navigation img{
    width: 7px;
}

.position-navigation img:nth-child(1){
    width: 20px !important;
}
.position-navigation img,.position-navigation div{
    margin-right: 20px;
}
.position-navigation img:nth-child(1){
    margin-right: 0px !important;
}
/*.position-navigation img,.position-navigation div:nth-child(1){*/
/*    margin-right: 0px !important;*/
/*}*/

.position-navigation-home-ico{
    padding-bottom: 3px;
}

.position-navigation-main{
    width: 1200px;
    margin: auto;
    box-sizing: border-box;
}

.position-navigation-1280{
    width: 1280px;
    margin: auto;
    box-sizing: border-box;
}

.position-navigation-1120{
    width: 1120px;
    margin: auto;
    box-sizing: border-box;
}

.position-navigation-1440{
    width: 1440px;
    margin: auto;
    box-sizing: border-box;
}

/*.footer-main .top-13 a{*/
/*    color: rgba(255, 255, 255, 1) !important;*/
/*}*/

.footer-main .explore-div-new{
    padding-right: 100px;
}

.footer-main .left-10{
    margin-left: 10px !important;
}

.footer-main .aboutUs-div-new{
    /*border-right: 1px solid #4A4747;*/
    /*padding-right: 115px !important;*/
}

.footer-bottom-box .youqing-div-new {
    display: flex;
    justify-content: flex-start;
}
.company-nofollow-box{
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    text-align: left;
    font-family: MicrosoftYaHeiUI;
    padding-right: 20px;
}
.company-nofollow-box a{
    color: rgba(255, 255, 255, 1) !important;
}

/* 面包屑 */
.bread-crumb {
    max-width: 1220px;
    padding-top: 50px;
    margin: 0 auto;
}
.bread-crumb .bread-crumb-list {
    display: flex;
    align-items: center;
}
.bread-crumb .bread-crumb-list .home {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bread-crumb .bread-crumb-list .home > img {
    display: inline-block;
    vertical-align: top;
}
.bread-crumb .bread-crumb-list dd {
    margin: 0 16px;
    width: 7px;
    height: 13px;
    background: url('/img/bread_crumb_arrow.png') no-repeat center/100% 100%;
}
.bread-crumb .bread-crumb-list a {
    font-size: 14px;
    font-weight: bold;
    color: #3F3F3F;
}

.footer-main .aboutUs-section .aboutUs-item .about-text a{
    padding-top: 9px;
    font-family: MicrosoftYaHeiUI, MicrosoftYaHeiUI;
    font-weight: bold;
    font-size: 14px !important;
    color: #FFFFFF !important;
}

.company-box{
    color: rgba(255, 255, 255, 1) !important;
    text-align: center;
    margin-top: 20px;

    font-family: MicrosoftYaHeiUI;
    font-size: 12px;
    color: rgba(212,212,212,0.6) !important;
    line-height: 16px;
    font-style: normal;
}

.dropList-new .dropAuto .dropAuto-right-productItem .hot-recommend{
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
}
.dropList-new .dropAuto .dropAuto-right-productItem .hot-recommend .recommend-label{
    font-size: 16px;
    font-weight: bold;
    color: #4A4747;
}
.dropList-new .dropAuto .dropAuto-right-productItem .hot-recommend .recommend-list a{
    display: inline-block;
    vertical-align: middle;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    padding: 0 16px;
    background: rgba(153,153,153,0.2);
    margin-left: 20px;
    font-size: 15px;
    color: #4A4747;
}
.dropList-new .dropAuto .dropAuto-right-productItem .hot-recommend .recommend-list a:hover {
    background-color: #EBAB14;
    color: #fff;
}

.dropList-new  .dropAuto-hot {
    margin: 19px 0px;
    background: linear-gradient( 180deg, #FFFEFE 0%, #FFF6DE 100%);
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #F4F4F4;
}
.dropList-new  .dropAuto-hot .hot-box img{
    padding-right: 11px;
    width: 46px;
}
.dropList-new  .dropAuto-hot .hot-box .hot-title{
    font-family: PangMenZhengDao, PangMenZhengDao;
    font-weight: 400;
    font-size: 21px;
    color: #444444;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 28px 12px;
}
.dropList-new  .dropAuto-hot .hot-box .product-box ul li{
    margin: 18px 12px;
    align-items: center;
    font-family: Lato, Lato;
    font-weight: bold;
    font-size: 15px;
    color: #707070;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 200px;
}
.dropList-new  .dropAuto-hot  .hot-box .product-box ul li img{
    width: 28px;
}