/*base*/
.y-1320{
    width: 1320px;
    margin: 0 auto;
}
.y-top{
    padding-top: 80px;
}

/*导航*/

.qedge-com-accordion-menu {
    position: relative;
    z-index: 1;
    height: 80px;
    display: flex;
    align-items: center;
}
.accordion-body {
    top: 100%;
    position: absolute;
    left: 0;
    white-space: nowrap;
    visibility: hidden;
    /*visibility: visible;*/
}
.qedge-com-accordion-menu .accordion-header{
    height: 100%;
        display: flex;
    align-items: center;
    cursor: pointer;
}
.qedge-com-accordion-menu .accordion-header .title {
    white-space: nowrap;
    font-size: 16px;
    color: #666;
    font-weight: 500;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
}
.qedge-com-accordion-menu .accordion-header .title span{
    margin-left: 6px;
}
.chuxian .accordion-header .title span img{
    transform: rotateZ(180deg);
}
.head-lf{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 78.5%;
    padding-right: 5%;
    position: relative;
}
.accordion-body ul{
    opacity: 0;
    top: -30px;
    position: relative;
    transition: all .3s;
    
    /*opacity: 1;*/
    /*top: 0;*/
    
}
.chuxian .accordion-body ul{
    opacity: 1;
    top: 0px;
    transition-delay: .1s;
}
.chuxian .accordion-body{
    visibility: visible;
    z-index: 1;
}
.accordion-body ul li a {
border-bottom: 1px solid transparent;
    color: #666;
    display: block;
    position: relative;
    text-decoration: none;
    -webkit-transition: none;
    transition: none;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    height: auto;
    line-height: inherit;
}
.accordion-body ul li a:hover{
    font-weight: bold !important;
    color: #000 !important;
    border: none !important;
}
.accordion-body ul li{
    line-height: 47px;
}
.accordion-body ul li:nth-child(1){
    margin-top: 20px;
}
.accordion-body ul li:last-child{
    margin-bottom: 20px;
}
.menu_hover{
    top: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,.15);
    transition: all .3s;
    height: 0px;
}
.search-controls{
    position: absolute;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
}
.search-controls .search-trigger{
    position: absolute;
    right: 0;
    background: #fff;
    line-height: 0;
    height: 100%;
    cursor: pointer;
    width: 17px;
}
.search-controls .search-box {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: absolute;
    background-color: transparent;
    top: 0;
    left: auto;
    right: 100%;
    width: 100%;
    bottom: 0;
    z-index: 0;
}
.search-controls .search-box .control input{
    width: 100%;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    background: none;
    outline: none;
}
.search-controls .search-box .search-input {
    flex: 1;
}


/**/
.search-controls.search-active .search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    padding-left: 33px;
}
.search-controls.search-active{
    width: 85%;
}
.search-controls .search-box .search-content {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}

/**/
.search-controls.search-active .search-box .control:nth-child(1) {
    padding: 9px 10px;
}

.field.has-addons{
    display: flex;
    align-items: center;
}

.search-controls .search-box .search-close {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
    background-color: transparent;
    height: 100%;
    padding: 0 1em;
    display: flex;
}

/**/
.search-controls.search-active .search-trigger {
    right: 98%;
}



.nav-section{
    z-index: 9999;
    background-color: #fff;
    position: relative;
}
.nav-section::after{
    position: absolute;
    bottom: -1px;
    left: 0;
    content:'';
    width: 100%;
    height: 1px;
    background: #d7d7d7;
}
.nav-section .y-1320{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-logo{
    width: 200px;
}
.nav-logo img{
    max-width: 100%;
}
.nav-option-list{
    display: flex;
}
.nav-option{
    margin-right: 40px;
    position: relative;
}
.nav-option:nth-last-of-type(1){
    margin-right: 0;
}
.nav-option a{
    display: block;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #666666;
}
.nav-active,
.nav-active1,
.nav-option a:hover{
    border-bottom: 2px solid #71bf44;
    font-weight: bold;
    color: #71bf44 !important;
}
#nav-fixed{
    position: fixed;
    width: 100%;
    animation:nav_animation 800ms;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.22);
}
@keyframes nav_animation {
    0%{
        top: -80px;
        opacity: 0;
    }
    100%{
        top: 0;
        opacity: 1;
    }
}


/*手机导航*/
.m_header{
    display: none;
}
@media (max-width: 990px) {
    .nav-section{
        display: none;
    }
    /*后加*/
    .m-header-search{
        display: flex;
        justify-content: center;
        padding-top: 30px;
    }
    .m-header-search .nav-search{
        width: 90%;
    }
    .m-header-search .nav-search input{
        width: 70%;
    }
    .m-header-search .nav-search button{
        width: 30%;
    }
    /*end*/
    .m_header {
        display: block;
        position: relative;
        height: 50px;
        left: 0;
        top: 0
    }
    .sp_header {
        height: 50px;
        overflow: hidden;
        background: #fff;
        position: fixed;
        z-index: 10;
        width: 100%;
        top: 0;
        z-index: 999999
    }
    .sp_logo {
        padding: 10px;
        float: left;
        height: 50px
    }
    .sp_logo img {
        margin: auto;
        max-height: 30px
    }
    .sp_nav {
        width: 50px;
        float: right;
        position: relative;
        cursor: pointer;
        height: 30px;
        margin-top: 15px
    }
    .sp_nav span {
        display: block;
        background: #71bf44;
        width: 30px;
        height: 2px;
        position: absolute;
        left: 10px;
        transition: all ease 0.35s
    }
    .sp_nav span:nth-of-type(1) {
        top: 0px
    }
    .sp_nav span:nth-of-type(2) {
        top: 10px
    }
    .sp_nav span:nth-of-type(3) {
        top: 20px
    }
    .sp_nav_se span:nth-of-type(1) {
        top: 10px;
        transform: rotate(45deg)
    }
    .sp_nav_se span:nth-of-type(2) {
        width: 0
    }
    .sp_nav_se span:nth-of-type(3) {
        top: 10px;
        transform: rotate(-45deg)
    }
    .sjj_nav {
        position: fixed;
        z-index: 9;
        background: #ffffff;
        width: 100%;
        height: calc(100% - 50px);
        font-size: 14px;
        line-height: 40px;
        top: -100%;
        left: 0;
        overflow: auto;
        overflow-x: hidden;
        transition: top ease 0.35s;
    }
    .nav_show {
        top: 50px;
        z-index: 999;
    }
    .sjj_nav>ul>li:first-child {
        overflow: hidden;
        border-top: 0
    }
    .sjj_nav>ul>li:first-child>a {
        float: left;
        width: calc(100% - 70px);
    }
    .sjj_nav>ul>li:first-child .language {
        float: right;
        width: 70px;
        overflow: hidden;
        line-height: 30px;
        margin-top: 5px
    }
    .sjj_nav>ul>li:first-child .language a {
        width: 35px;
        float: left;
        border-left: 1px #ddd solid;
        text-align: center;
        color: #999
    }
    .sjj_nav ul li i {
        position: absolute;
        top: 5px;
        right: 0px;
        border-left: 1px #ddd solid;
        height: 30px;
        padding: 0px 7px 0 7px
    }
    .sjj_nav ul li i svg {
        transform: rotate(-90deg);
        transition: all ease 0.35s
    }
    .sjj_nav ul li .sjj_nav_i_se svg {
        transform: rotate(0deg)
    }
    .sjj_nav ul li {
        border-top: 1px #ddd solid;
        margin: 0 20px;
        position: relative;
        line-height: 40px;
        font-size: 14px
    }
    .sjj_nav>ul>li:last-child {
        border-bottom: 1px #ddd solid
    }
    .sjj_nav ul li ul {
        display: none
    }
    .sjj_nav ul li a {
        color: #666;
        width: 100%;
        display: block
    }
    .sjj_nav ul li ul li a {
        color: #999;
        display: block;
        text-align: left
    }
    .sjj_nav ul li i svg {
        width: 20px;
        height: 20px;
        fill: #555
    }
    .sjj_nav ul li .sjj_nav_i_se svg {
        fill: #f5b247
    }
    .sjj_nav ul li ul li>ul {
        margin-left: 10px
    }
}


/*标题基础*/
.title-base{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 11px;
    border-bottom: 1px solid #e6e6e6;
}
.title-base h3{
    font-weight: bold;
    font-size: 26px;
    line-height: 1;
    color: #333333;
    border-bottom: 3px solid #71bf44;
}
.title-base p{
    font-size: 14px;
    line-height: 26px;
    color: #cccccc;
}
.title-base p img{
    margin-left: 11px;
}
.title-box>p{
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    padding-top: 5px;
}


/*底部导航*/
.foot-section{
    margin-top: 60px;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.foot-title{
    display: flex;
    justify-content: center;
}
.foot-title h3{
    border-bottom: 1px solid #c7c7c7;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
    padding:50px 0 12px;
    position: relative;
}
.foot-title h3::after{
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    width: 32px;
    height: 3px;
    background-color: #71bf44;
    left: 50%;
    transform: translateX(-50%);
}
.foot-list{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.foot-list{
    padding: 24px 0 32px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.foot-list li{
    margin: 0 35px;
}
.foot-list li a{
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}
.foot-bottom{
    display: flex;
    justify-content: space-between;
    padding: 34px 0;
}
.foot-bottom>div>h3{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #71bf44;
    padding-bottom: 12px;
}
.foot-center{
    width: 125px;
}
.foot-center h3{
    text-align: center;
}
.foot-lf,
.foot-rg{
    width: 322px;
}
.foot-lf ul li{
    font-size: 14px;
    line-height: 22px;
    color: rgba(51,51,51,0.8);
}
.foot-lf ul li:nth-of-type(2n){
    padding-bottom: 5px;
}
.foot-rg p{
    font-size: 14px;
    line-height: 30px;
    color: rgba(51,51,51,0.8);
}
.foot-bottom .foot-center h3{
    padding-bottom: 16px;
}
.foot-span{
    border-top: 1px solid rgba(153,153,153,0.17);
    padding: 17px 0;
}
.foot-span .y-1320{
    display: flex;
    justify-content: space-between;
}
.foot-span .y-1320 span{
    font-size: 14px;
    color: rgba(102,102,102,0.5);
}
.foot-rg div{
    max-width: 322px;
    height: 48px;
    margin-top: 20px;
    border-radius: 12px;
    background-color: rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 17px 0 40px;
}
.foot-rg div p{
    font-size: 14px;
    color:rgba(255,255,255,0.8);
}

@media (max-width: 1335px){
    .y-1320{
        width: 100%;
        padding: 0 50px;
    }
    .y-top{
        padding-top: 60px;
    }

    /*导航*/
    .nav-option{
        margin-right: 30px;
    }
    .head-lf{
        width: 75.5%;
    }
    .search-controls.search-active {
    width: 80%;
}
}
@media (max-width: 1200px){
    .foot-list li{
        margin: 0 30px;
    }
    .nav-logo{
        width: 200px;
    }
    .nav-logo img{
        max-width: 100%;
    }
    .nav-option{
        margin-right: 24px;
    }
    .title-base h3{
        font-size: 22px;
    }
    .nav-option a{
        font-size: 14px;
    }
    .nav-option {
    margin-right: 12px;
}
.head-lf {
    width: 76.5%;
    padding-right: 4%;
}
.search-input{
    border: none;
}
}
@media (max-width: 990px){
    .y-1320{
        padding: 0 25px;
    }
    .y-top{
        padding-top: 40px;
    }
    .foot-list li{
        margin: 0 16px;
    }
    .foot-bottom{
        flex-wrap: wrap;
    }
    .foot-lf{
        width: 48%;
        order: 1;
    }
    .foot-rg{
        order: 2;
        width: 48%;
    }
    .foot-center{
        order: 3;
        margin-top: 10px;
    }
    .title-base h3{
        font-size: 18px;
    }
    .title-box>p{
        font-size: 12px;
    }
    .foot-section{
        margin-top: 50px;
    }
}
@media (max-width: 767px){
    .y-top{
        padding-top: 25px;
    }
    .y-1320{
        padding: 0 10px;
    }
    .title-base h3{
        font-size: 16px;
    }
    .title-base{
        padding-bottom: 4px;
    }
    .title-box>p{
        padding-top: 2px;
    }
    .foot-section{
        margin-top: 40px;
    }
    .foot-title h3{
        font-size: 16px;
        padding: 25px 0 6px;
    }
    .foot-list li a{
        font-size: 14px;
    }
    .foot-list{
        padding: 12px 0 18px;
    }
    .foot-lf,
    .foot-rg{
        width: 100%;
    }
    .foot-bottom{
        justify-content: center;
        padding: 18px 0;
    }
    .foot-bottom>div>h3{
        font-size: 15px;
        padding-bottom: 8px;
    }
    .foot-lf ul li{
        line-height: 20px;
    }
    .foot-rg p{
        line-height: 22px;
    }
    .foot-bottom .foot-center h3{
        padding-bottom: 5px;
    }
    .foot-rg{
        margin-top: 10px;
    }
    .foot-rg div{
        width: 300px;
        height: 42px;
        margin-top: 12px;
    }
    .foot-span{
        padding: 10px 0;
    }
    .foot-span .y-1320{
        flex-wrap: wrap;
        justify-content: center;
    }
    .foot-span .y-1320 span{
        text-align: center;
    }
    .foot-span .y-1320 span:nth-last-of-type(1){
        margin-top: 5px;
    }
}