


html{
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.fr_l ul li a,
.header_nav ul>li a,
.header_nav ul>li:hover a,
.fr_l ul li:hover a{
    transition: all 0.6s cubic-bezier(0.35, 0.75, 0.55, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.35, 0.75, 0.55, 1);
    -moz-transition: all 0.6s cubic-bezier(0.35, 0.75, 0.55, 1);
    -o-transition: all 0.6s cubic-bezier(0.35, 0.75, 0.55, 1);
    -ms-transition: all 0.6s cubic-bezier(0.35, 0.75, 0.55, 1);
  }

a{
    width: 100%;
    height: 100%;
    display: inline-block;
}
header{
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    z-index: 1000;
    box-shadow: 0 0 31px -18px #000;
}
.sjj_nav{
    display: none;
}
.newBox{
    width: 1200px;
    margin: 0 auto;
}
header .newBox{
    position: relative;
}
header .newBox>div{
    display: inline-block;
    vertical-align: middle;
}
.header_logo{
    width: 40%;
}
.header_logo img{
    max-width: 100%;
}
.header_nav{
    width: 38%;
}

.header_nav ul>li{
    width: 20%;
    line-height: 94px;
    display: inline-block;
    text-align: center;
}

.header_search{
    line-height: 94px;
    cursor: pointer;
}
.header_translate{
    width: 20%;
    padding-left: 2%;
    box-sizing: border-box;
}
.header_translate a{
    display: inline-block;
    width: auto;
}
.header_translate span{
    width: 31px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #8ec31f;
    display: inline-block;
    background: url(../images/icon.png) no-repeat center center;
    background-size: 100% auto;
    vertical-align: middle;
    margin: 0 8px;
    font-size: 14px;
    font-weight: bold;
}
.header_nav ul>li a{
    color: #282828;
    font-size: 16px;
}
.header_translate p{
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    color: #8ec31f;
}
.header_search{
    width: 92px;
    height: 100%;
    text-align: center;
    position: absolute;
    right: -92px;
    background-color: #8ec31f;
}
.header_search span{
    font-size: 30px;
    color: #fff;
}


.footer_top{
    background-color: #454b4e;
    padding: 70px 0;
}
.footer_btm{
    background-color: #005eac;
}

.footer_top .newBox>div{
    display: inline-block;
    vertical-align: top;
}
.fr_l{
    width: 70%;
}
.fr_r{
    width: 30%;
}

.fr_l ul{
    width: 25%;
    display: inline-block;
    vertical-align: top;
}
.fr_l ul li a{
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    opacity: .4;
}
.fr_l ul li:hover a{
    color: #98c834;
    opacity: 1;
}
.fr_l ul li:first-of-type a{
    font-size: 18px;
    padding-bottom: 26px;
    position: relative;
    opacity: 1;
}
.fr_l ul li:first-of-type a::after{
    content: '';
    display: block;
    width: 16px;
    height: 1px;
    background-color: #98c834;
    position: absolute;
    left: 0;
    bottom: 0;
}
.fr_l ul li:nth-of-type(2) a{
    padding-top: 26px;
}


.fr_rt{
    padding-bottom: 20px;
}
.fr_rt>div{
    display: inline-block;
    text-align: center;
}、

.fr_rt>div img{
    max-width: 100%;
}
.fr_rt>div p{
    font-size: 12px;
    color: #c0c0c0;
    line-height: 28px;
}
.fr_rt>div:first-of-type{
    padding-right: 30px;
}


.fr_rb i{
    color: #fff;
    display: inline-block; 
    vertical-align: middle;
    font-size: 14px;
    opacity: .5;
}
.fr_rb i a{
    color: #fff;
    display: inline-block; 
    vertical-align: middle;
    font-size: 14px;
}
.fr_rb p{
    padding: 4px 0;
}

.fr_rb i span{
    color: #fff;
    font-size: 14px;
    transform: translateX(1px);
    display: inline-block;
    font-size: 12px;
}
.fr_rb i:first-of-type{
    width: 31px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    opacity: 1;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
.fr_rb i:first-of-type::after{
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/icon.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    opacity: .3;
}
.fr_rb i:last-of-type{
    width: calc(100% - 31px);
    width: -moz-calc(100% - 31px);
    width: -webkit-calc(100% - 31px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 4%;
    box-sizing: border-box;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}
.footer_btm .newBox>div{
    padding: 10px 0;
    display: inline-block;
    vertical-align: middle;
}
.ftm_l{
    width: 70%;
}
.ftm_r{
    width: 30%;
}
.ftm_l p{
    display: inline-block;
    color: #fff;
    font-size: 12px;
}
.ftm_l p:last-of-type{margin-left: 10px;}
.ftm_l p a{display: initial;     font-size: 12px;     color: #fff; }
.ftm_r{
    text-align: right;
}
.ftm_r ul{
    width: 50%;
}
.ftm_r ul,.ftm_r div{
    display: inline-block;
    vertical-align: middle;
}
.ftm_r ul li{
    display: inline-block;
    text-align: center;
}
.ftm_r ul li a{
    font-size: 12px;
    color: #fff;
    opacity: .7;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
}

.ftm_r ul li a::after{
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background-color: #fff;
    opacity: .7;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ftm_r ul li:last-of-type a::after{
    opacity: 0;
}
.footer_btm  .footer_a {
    width: 50%;
    text-align: left;
    box-sizing: border-box;
}
.footer_btm  .footer_a a{
    width: 31px;
    height: 36px;
    display: inline-block;
    float: none;
    margin: 0 8px;
    padding: 0;
}
.footer_btm .footer_a a:first-of-type{
    background: url(../images/footer_03.png) no-repeat center center;
    background-size: auto;
    margin-left: 0;
}
.footer_btm .footer_a a:nth-of-type(2) {
    background: url(../images/footer_05.png) no-repeat center center;
    background-size: auto;
}
.footer_btm .footer_a a:nth-of-type(3) {
    background: url(../images/footer_07.png) no-repeat center center;
    background-size: auto;
}
.footer_btm .footer_a a:nth-of-type(4) {
    background: url(../images/asd_03.png) no-repeat center center;
    background-size: auto;
}

.drop-down{
    width: 100%;
    height: auto;
    position: absolute;
}
.drop-down ul,.drop-down ol{
    width: auto;
    position: absolute;
    display: inline-block;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 100;
    display: none;
}

.drop-down ul li,.drop-down ol li{
    background-color: #8ec31f;
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-align: center;
    padding: 0 26px;
    border-bottom: 1px solid #bedd8c;
}
.drop-down ul li a,.drop-down ol li a{
    color: #fff;
    font-size: 14px;
}
.drop-down ul li:last-of-type{
    border: none;
}

header .newBox>.header_searchs{
    width: 300px;
    height: 52px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    right: -92px;
    display: none;
}
.header_searchs form{
    font-size: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #8ec31f;
    background: #fff;
}
.header_searchs input{
    width: 80%;
    height: 100%;
    outline: none;
    border: none;
    color: #282828;
    font-size: 16px;
    text-indent: 12px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
.header_searchs span{
    width: 20%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    font-size: 30px;
    color: #8ec31f;
    outline: none;
    border: none;
}
.header_nav ul>li:hover a{
    color: #8ec31f;
}




.fr_rt{
    overflow: hidden;
}



