.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.header {
    width: 100%;
    position: fixed;
    height: 110px;
    top: 0;
    left: 0;
    z-index: 20005;
    background: #fff;
    border-bottom: solid 1px #ddd;
}

 




.header .header-box {}

.header .header-right {
    float: right;
    margin-top: 10px
}

.header .header-right .shang {
     display: block;
 }
 

.header .header-right .xia {
   text-align: right;
   margin-top: 50px;
   display: block;
}









.header-right .header-login {
    font-size: 14px;
    line-height: 28px;
    color: #2a2828;
    width: 50px;
    float: left;
    margin: 0 15px
}

.header-right .header-login img {
    width: 15px;
    height: 16px;
    margin-right: 5px;
    margin-top: -2px
}

.header-right .header-lans {
    font-size: 14px;
    line-height: 28px;
    color: #2a2828;
    position: relative;
    width: 117px;
    float: left;
    margin: 0 15px
}

.header-lans .lans-top {
    cursor: pointer
}

.header-lans .lans-top img {
    width: 30px;
    height: 30px;
    margin-right: 3px;
}

.header-lans .lans-bottom {
    position: absolute;
    width: 100%;
    text-align: center;
    box-shadow: 0 3px 3px 2px #d1d1d1;
    line-height: 40px;
    display: none;
    background-color: #f7f8f9
}

.header .mess {
    float: left;
    cursor: pointer;
}

.header .mess .heng {
    width: 12px;
    height: 2px;
    display: block;
    background-color: #333;
    margin: 5px;
}

.header .logo {
    width: 290px;
    float: left;
     height: 110px;
    line-height: 110px;
  
}

.triangle_border_down {
    width: 0;
    height: 0;
    border-width: 8px 8px 0;
    border-style: solid;
    border-color: #8a8a8a transparent transparent;
    display: inline-block;
    margin-left: 5px
}

  
 

@media only screen and (max-width: 1200px) {
    .header {
        background-color: #FFFFFF;
        padding-bottom: 13px
    }

    .mac .mac-right {
        width: 90%;
        margin: 0 auto;
        float: none
    }

    .mac .mac-left {
        width: 45%;
        margin: 0 auto;
        float: none
    }

    .section4-content .map {
        transform: scale(.8);
        -webkit-transform: scale(.8);
        zoom: 0.8/9;
        margin-top: 0
    }

    #index .about {
        margin-top: 0
    }
}

 

 
 
 
 


 
/* fixfix */
.header .ce_nav {
   color: #444;
    font-weight: 600;
    line-height: 28px;
    font-size: 16px;
    padding-left: 10px;
}

.arrow-right {
    width: 7px !important;
    height: 7px !important;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    margin-top: 20px;
}

.header .mess {
    float: right !important;
    padding-left: 2px;
}

.header .mess .heng {
    width: 23px !important;
    padding-left: 10px !important;
}

.header .nav {
    position: fixed;
}

/*fix*/
.nav-list {
    width: 25%;
    position: relative;
    height: calc(100vh - 120px);
    box-shadow: 2px 2px 4px 1px #555;
}

.nav-list>ul {
    display: flex;
    text-align: center;
    width: 105px;
    margin: 20px 60px;
    position: absolute;
}

 
.header .nav {
    width: 100%;
    height: 100pv;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
}

.nav .close {
    width: 95%;
    margin: .2rem auto;
}

.nav .close img {
    width: .29rem;
    height: .29rem;
    float: right;
}

.nav .main-sector {
    margin: 0px 40px;
    padding: 15px 0;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

.nav-list>li>a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
   color: #444;
    text-align: left;
    font-weight: bold;
}

 .nav-list>li>a.active {
    color: #0072c0
}

.nav-list>li>a:hover {
    color: #0072c0
}

.nav-list>li>.active::after {
    transform: scale3d(1, 1, 1);
}

/*.nav-list>li>.active::after{transform:scale3d(1,1,1);}*/
.nav-list>li>a {
    position: relative;
}

.nav-sub-list {
    position: relative;
    width: 75%;
}

.nav-sub-list>.active {
    display: flex;
    !important;
    flex-wrap: wrap;
}

.nav-sub-title {
    display: none;
}

.nav-sub-title:first-child {
    display: flex;
}

.nav-sub-title>dl {
    display: flex;
    flex-direction: column;
    width: 100%;
 }

/*.nav-sub-title>dl>.dd{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/
.nav-sub-title>dl>dd {
    margin: 0px 40px;
    padding: 15px 0;

    text-align: left;
    border-bottom: 1px solid #ccc
}

.nav-sub-title>dl>dd>.title-href {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;

   color: #444;
    text-align: left;
    font-weight: bold;
    width: 100%;
}

.nav-sub-title>dl>dd>.active {
    color: #0072c0
}

.nav-sub-title>dl>dd>.title-href:hover {
    color: #0072c0
}

.nav-sub-title>dl>.dd>a {
    color: #111;
    display: block;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
    margin: 0px 40px;
    padding: 15px 0;

    text-align: left;
    border-bottom: 1px solid #ccc;
}

.nav-sub-title>dl>.dd>a:hover {
    color: #0072c0;
}

.lang_choose>.active {
    color: #74ba28;
    font-weight: bold;
}


.m_show {
    display: none !important;
}

.modal {
    position: fixed;
    background: #fff;
    height: 100%;
    width: 100%;
    z-index: 20000;
    top: 120px;
    display: none;
}

.modal>div {
    background: white;
    width: 60%;
    margin: 10% auto 0;
    padding: 30px 50px;
    border-radius: 10px;
}

.modal h2 {
    font-weight: bold;
    padding-bottom: 20px;
}

.modal .fix-modal-footer,
.policy_button .fix-modal-footer {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 40px;
    margin-bottom: 10px;
}

.modal .fix-modal-footer button,
.policy_button .fix-modal-footer button {
    width: 80px;
    height: 30px;
    margin-left: 40px;
    border-radius: 5px;
}

.modal button:first-child,
.policy_button button:first-child {
    background: #74ba28;
    color: whitesmoke;
}

dd.dd.dd_has_sub {
    width: calc(60% - 110px);
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

div.nav-sub-title>dl>dd {
    width: 40%
}

#in_pc {
    display: block;
}

#in_mobile {
    display: none;
}

@media screen and (max-width: 750px) {



    .header {
        width: 100%;
        position: fixed;
        height: 60px;
        top: 0;
        left: 0;
        z-index: 20005;
        background: #fff;
        border-bottom: solid 1px #ddd;
    }
    
    .header .logo {
        width: 180px;
        float: left;
         height: 36px;
        line-height: 60px;
        padding: 0px 10px;
      
    }

    .header .header-right {
        float: right;
        margin-top: 15px;
        
        l
        
    }
    
    


    .header .header-right .xia {
        text-align: right;
        margin-top: 3px;
        margin-right: 5px;
        display: block;
     }
     







    .nav-sub-title>dl>dd {
        border-bottom: 0 !important;
    }

 
    .nav {
        top: 60px !important;
    }

    .nav>div {
        display: block !important;
    }

    .nav-list {
        width: 100%;
        height: calc(100vh - 81px);
    }

    .nav-list li {
        padding: 10px 0;
    }



    .nav .main-sector {
        margin: 0px 20px;
        padding: 10px 0;
        text-align: left;
        border-bottom: 1px solid #ccc;
    }
    
    .nav-list>li>a {
        display: block;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
       color: #444;
        text-align: left;
        font-weight: bold;
    }
    







    #in_pc {
        display: none !important;
    }

    .in_pc {
        display: none !important;
    }


    #in_mobile {
        display: block !important;
    }

    .nav-sub-list>.active {
        display: none !important;
    }

    .nav-sub-list>.m_active {
        display: block !important;
        width: 100%;
        top: 81px;
        height: calc(100vh - 81px);
        margin-top: calc(-100vh + 81px);
        overflow: scroll !important;
        text-align: center;
        background: white;
    }

    .nav-sub-list>.m_active>dl {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        margin: 0;
    }

    .nav-sub-list {
        width: 100% !important;
        position: absolute
    }

    .m_show {
        display: block !important;
    }


    .nav-sub-title>dl>dd {
        margin: 0px 20px;
        padding: 10px 0;
    
        text-align: left;
        border-bottom: 1px solid #ccc
    }
    
 





    .nav-sub-title>dl>dd>.title-href {
        display: block;
        font-size: 15px;
        width: calc(100% - 40px);
        color: #222222 !important;
        border-bottom: 1px solid #ccc !important;
    }

    .nav-sub-title>dl>.dd>a {
        font-size: 13px;
        color: #666;
        line-height: 20px;
        padding: 8px 0;
        margin: 0;
        border-bottom: 1px solid #eee;
        width: calc(100% - 30px);
        margin-left: 20px
    }

    dd.dd_has_sub {
        display: none
    }

    .nav-sub-list {
        box-shadow: none
    }

    dd.dd.dd_has_sub {
        width: 100%;
        position: inherit;
        right: 0;
        top: 50px;
        box-shadow: none !important;
        display: none;
        background: white !important;
    }

    div.nav-sub-title>dl>dd {
        width: calc(100% - .4rem) !important;
    }

    .arrow-right {
        width: 6px !important;
        height: 6px !important;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        transform: rotate(45deg);
        margin-top: 14px;

        
     }

    .lang_choose {
        padding-top: 0 !important;
    }

    .c-content {
        width: 100%;
        margin: 0 auto;
        background-color: #FFFFFF;
        box-sizing: border-box;
        padding: 30px 8%
    }
}

 
 