﻿/* reset */
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

body {
    min-height: 100%;
    word-wrap: break-word;
}

body {
    _height: 100%
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
input,
select,
textarea,
button,
p,
blockquote,
th,
td,
figure {
    margin: 0;
    padding: 0
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
p,
blockquote,
figure,
header,
footer,
nav,
article,
section,
aside,
address,
figcaption {
    *zoom: 1
}

li {
    list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

iframe,
frame,
fieldset,
img {
    border: 0 none
}

img {
    vertical-align: top
}

input[type=button],
input[type=submit],
input[type=reset] {
    cursor: pointer
}

button {
    cursor: pointer
}

input,
textarea,
button {
    -webkit-border-radius: 0;
    -webkit-appearance: none
}

input[type=radio] {
    -webkit-border-radius: 100%;
    -webkit-appearance: radio
}

input[type=checkbox] {
    -webkit-appearance: checkbox
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box
}

textarea {
    overflow: auto;
    resize: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th {
    text-align: left
}

th {
    font-weight: normal
}

em,
cite,
address,
i {
    font-style: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

body,
input,
select,
button,
textarea {
    font-size: 14px;
    font-family: "PingFang SC", "Microsoft Yahei";
}

body {
    line-height: 1.5
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

a {
    blr: expression(this.onFocus=this.blur())
}

a * {
    *cursor: pointer
}

:focus {
    outline: none
}


/*所有后台编辑器区域都要引用 edit_con_original 类名*/

/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before,
.clearfix:before,
.cf:before,
body:before,
.header:before,
.main:before,
.footer:before {
    content: '';
    display: table
}

.fixed:after,
.clearfix:after,
.cf:after,
after,
.header:after,
.main:after,
.footer:after {
    content: '';
    display: table;
    clear: both
}

.fixed,
.clearfix,
.cf,
.header,
.main,
.footer {
    *zoom: 1
}


.clear,
.cl {
    display: block !important;
    float: none !important;
    clear: both;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    max-height: none !important;
    min-height: 0 !important;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 none !important;
    font-size: 0 !important;
    line-height: 0 !important
}

/* 阿里图标 */
[class*='icon'] {
    font-family: 'iconfont';
}



/*图片经过*/
.tran_scale {
    overflow: hidden;
    display: block;
}

/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img {
    -webkit-transition: opacity .4s ease-in, -webkit-transform .6s linear;
    transition: opacity .4s ease-in, transform .6s linear;
}

.tran_scale:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}


/*两端对齐*/
.justify {
    text-align: justify;
    text-justify: distribute-all-lines;
}

/*上下居中*/
.v-m-c {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    position: absolute;
    left: 0;
    top: 50%;
}

/*左右居中*/
.l-m-c {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
    top: 0;
}

/*绝对居中*/
.a-m-c {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.animate {
    transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_slowx {
    transition: 2.5s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_fast {
    transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_slow {
    transition: 10s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_normal {
    transition: 0.5s all linear;
}



body,
a {
    color: #333333;
}

input,
button,
textarea {
    border: none;
    outline: none;
    background: none;
}

.bold {
    font-weight: bold;
}

.cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.wrap {
    width: 1575px;
    max-width: 90%;
    margin: auto;
}

.wrap_1440 {
    width: 1440px;
    max-width: 90%;
    margin: auto;
}

.line24 {
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;
}

.line26 {
    line-height: 26px;
    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;
}

.line28 {
    line-height: 28px;
    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;
}
}

.line30 {
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;
}

.line32 {
    line-height: 32px;
    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;
}

.ellipsis_p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ratio-img,
.ratio-img img {
    width: 100%;
}

.bold {
    font-weight: bold;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

    .wrap,
    .wrap_1440 {
        max-width: 92%;
    }

    .line30,
    .line32,
    .line26 {
        line-height: 24px;
    }

}

/*font-size*/
.fnt_16 {
    font-size: 16px;
}

.fnt_18 {
    font-size: 18px;
}

.fnt_20 {
    font-size: 20px;
}

.fnt_22 {
    font-size: 22px;
}

.fnt_24 {
    font-size: 24px;
}

.fnt_30 {
    font-size: 30px;
}

.fnt_36 {
    font-size: 36px;
}

.fnt_48 {
    font-size: 48px;
}

.fnt_72 {
    font-size: 72px;
}

@media only screen and (max-width:1660px) {
    .fnt_72 {
        font-size: 50px;
    }

}

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

    .fnt_30 {
        font-size: 24px;
    }

    .fnt_36 {
        font-size: 30px;
    }

    .fnt_48 {
        font-size: 40px;
    }

    .fnt_72 {
        font-size: 44px;
    }

}

@media only screen and (max-width:1024px) {
    .fnt_16 {
        font-size: 16px;
    }

    .fnt_18 {
        font-size: 16px;
    }

    .fnt_20 {
        font-size: 18px;
    }

    .fnt_22 {
        font-size: 18px;
    }

    .fnt_24 {
        font-size: 18px;
    }

    .fnt_30 {
        font-size: 22px;
    }

    .fnt_36 {
        font-size: 24px;
    }

    .fnt_48 {
        font-size: 26px;
    }

    .fnt_72 {
        font-size: 30px;
    }

}

@media only screen and (max-width:767px) {
    .fnt_16 {
        font-size: 14px;
    }

    .fnt_18 {
        font-size: 14px;
    }

    .fnt_20 {
        font-size: 16px;
    }

    .fnt_22 {
        font-size: 16px;
    }

    .fnt_24 {
        font-size: 16px;
    }

    .fnt_30 {
        font-size: 18px;
    }

    .fnt_36 {
        font-size: 18px;
    }

    .fnt_48 {
        font-size: 20px;
    }

    .fnt_72 {
        font-size: 20px;
    }
}

.header,
.header a {
    color: #fff;
}

.scrollHeader .header,
.scrollHeader .header a {
    color: #333;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 133px;
    background: url(http://www.jinmaoenergy.com/App/Tpl/Home/Default/Public/static/image/header_bg.png) no-repeat;
    background-size: cover;
}

.header_insert {
    height: 90px;
    line-height: 90px;
    padding-left: 30px;
}

.height_height {
    height: 78px;
    display: none;
}

.header h1 {
    float: left;
    width: 190px;
    height: 60px;
    overflow: hidden;
    margin-top: 15px;
    margin-right: 100px;
}

.header h1 a {
    display: block;
}

.header h1 img {
    width: auto;
    height: 60px;
}

.header h1 .logo-img1 {
    display: block;
}

.header h1 .logo-img2 {
    display: none;
}

.scrollHeader .header h1 .logo-img1 {
    display: none;
}

.scrollHeader .header h1 .logo-img2 {
    display: block;
}

.nav {
    float: left;
    height: 54px;
    line-height: 54px;
    margin-top: 28px;
    width: calc(100% - 580px)
}

.nav li {
    float: left;
}

.nav li>a {
    padding: 0 40px;
    display: block;
}


.nav_re {
    float: right;
    height: 34px;
    line-height: 34px;
}

.nav .nav_re a {
    padding: 0 50px;
}

.header_re {
    float: right;
}

.h_weixin {
    float: left;
    font-size: 24px;
    margin-right: 30px;
}

.language {
    float: left;
    margin-right: 25px;
}

.search {
    float: left;
}

.menu_button {
    background: #009944;
    color: #fff;
    float: left;
    width: 78px;
    height: 78px;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: none;
}

.menu_button p {
    font-size: 12px;
    line-height: 10px;
}

.menu_i {
    width: 36px;
    margin: auto;
    margin-bottom: 6px;
}

.menu_i i {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    margin-bottom: 4px;
}

.menu_i i:nth-child(1) {
    width: 30px;
}

.menu_i i:nth-child(3) {
    width: 26px;
}


.search {
    float: left;
    position: relative;
    color: #fff;
    width: 75px;
    text-align: center;
    z-index: 2;
    background: #009944;
    height: 90px;
}

.search.cur span {
    opacity: 0.6;
}

.search span {
    cursor: pointer;
    font-size: 20px;
}

.search_box {
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 78px;
    border-radius: 2px;
    background: #fff;
    width: 0px;
    padding-left: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
}

.search_box input
 {
    height: 48px;
    line-height: 48px;
}

.search_box .icon-ic_search24px {
    width: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    float: right;
    display:inline-block;
    line-height: 48px;
}

.search_box input {
    width: calc(100% - 50px);
    float: left;
}

.search.cur .search_box {
    width: 370px;
    visibility: visible;
    opacity: 1;
}


.scrollHeader .header {
    background: #fff;
    height: 90px;
    box-shadow: 0px 0px 18px 2px rgba(156, 154, 154, .75);
}

/*.scrollHeader .header h1{margin-top: 16px;}*/
/*.scrollHeader .nav,.scrollHeader .nav_re{margin-top: 0;height: 78px;line-height: 78px;}*/

@media only screen and (max-width:1660px) {
    .nav li>a {
        padding: 0 30px;
    }
}

@media only screen and (max-width:1560px) {
    .header h1 {
        margin-right: 50px;
    }

    .nav {
        width: calc(100% - 500px)
    }

    .h_weixin,
    .language {
        margin-right: 20px;
    }

    .nav .nav_re a {
        padding: 0 40px;
    }
}

@media only screen and (max-width:1440px) {
    .nav li>a {
        padding: 0 20px;
    }

    .nav .nav_re a {
        padding: 0 30px;
    }
}

@media only screen and (max-width:1366px) {
    .nav li>a {
        padding: 0 15px;
    }
}

@media only screen and (max-width:1276px) {
    .nav li>a {
        padding: 0 10px;
    }
}

@media only screen and (max-width:1230px) {
    .nav {
        display: none;
    }

    .header_insert {
        height: 60px;
        line-height: 60px;
    }

    .height_height {
        height: 60px;
        display: block;
    }

    .menu_button {
        width: 60px;
        height: 60px;
    }

    .header {
        height: 60px;
        background: rgba(0, 0, 0, 0.8);
    }

    .header h1 {
        margin-top: 12px;
        width: 160px;
        height: 42px;
    }

    .search {
        width: 65px;
        height: 60px;
    }

    .h_ewm {
        top: 60px;
    }

    .scrollHeader .header {
        height: 60px;
    }

    .scrollHeader .nav,
    .scrollHeader .nav_re {
        height: 60px;
        line-height: 60px;
    }

    .scrollHeader .header h1 {
        margin-top: 12px;
    }

    .search_box {
        top: 60px;
    }
}

@media only screen and (max-width:1024px) {
    .header_insert {
        padding-left: 10px;
    }

    .search {
        position: static;
        border: 0;
        width: 30px;
        margin-left: 0;
        text-align: center;
    }

    .search_box input,
    .search_box button {
        height: 36px;
        line-height: 36px;
    }

    .search_box {
        margin-top: -19px;
        padding-left: 10px;
    }

    .search.cur .search_box {
        width: 240px;
    }

    .search_box,
    .search.cur .search_box {
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        top: 100%;
        border-radius: 0;
    }

}

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

    .header h1 {
        width: 120px;
        margin-top: 15px;
        margin-right: 0
    }

    .header h1 img {
        width: auto;
        height: 30px;
    }

    .h_weixin {
        font-size: 20px;
    }

    .menu_button {
        width: 50px;
        display: block;
    }

    .search {
        margin-right: 10px;
        background: none;
    }
    .scrollHeader .search span {
        color: #333;
    }

    .h_weixin,
    .language {
        margin-right: 16px;
    }

    .menu_i {
        width: 30px;
    }

    .menu_i i:nth-child(1) {
        width: 26px;
    }

    .menu_i i:nth-child(3) {
        width: 24px;
    }
}


.footer {
    background: #5c5c5c;
    padding-top: 40px;
}

.foot_bottm {
    background: #5c5c5c;
    padding: 25px 0;
    overflow: hidden;
}

.foot_bottm,
.foot_bottm a {
    color: #fff;
}

.f_le {
    float: left;
}

.f_le a {
    float: left;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #fff;
}

.f_le a:last-child {
    padding-right: 0;
    margin-right: 0;
    border: 0;
}

.f_re {
    float: right;
}

.bah_02 {
    margin: 0 5px;
}

.f_top {
    padding-bottom: 20px;
    border-bottom: 1px solid #009944;
}

.f_top_le {
    float: left;

}

.f_top_le img {
    width: 150px;
}

.f_top_re {
    float: right;
    margin-top: 45px;
}

.f_top_re ul {
    overflow: hidden;
}

.f_top_re li {
    float: left;
    margin-left: 80px;
    line-height: 50px;
}

.f_top_re li dt a {
    color: #fff;
}

.f_top_re p {
    line-height: 26px;
    margin-bottom: 10px;
}

.f_top_re p a {
    color: #fff;
}

.f_botom {
    padding: 20px 0;
    overflow: hidden;
}

.foot_ble {
    width: 100%
}

.foot_ble h3 {
    margin-bottom: 10px;
    color: #fff;
}

.foot_bre {
    float: right;
}

.foot_bre ul {
    overflow: hidden;
}

.foot_bre li {
    float: left;
    margin-left: 20px;
    width: 90px;
    text-align: center;
}

.foot_bre li dt {
    width: 90px;
    height: 90px;
    margin-bottom: 6px;
}

.foot_bre li dd {
    color: #fff;
    font-size: 14px;
}

.foot_bre li img {
    width: 100%;
    height: 100%;
}

.f_cont,
.f_cont a {
    color: #fff;
}

.f_cont ul {
    overflow: hidden;
}

.f_cont li {
    float: left;
    padding-right: 30px;
    margin-right: 30px;
    max-width: 380px;
    position: relative;
    margin-bottom: 10px;
    color: #fff;
}

.f_cont li:after {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    height: 40px;
    width: 1px;
    background: #cccccc;
}

.f_cont li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.f_cont li:last-child:after {
    display: none;
}

.f_top_re li:first-child {
    margin-left: 0;
}


@media only screen and (max-width:1520px) {
    .f_top_re li {
        margin-left: 60px;
    }
}

@media only screen and (max-width:1366px) {
    .f_top_re li {
        margin-left: 40px;
    }
}



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

    .f_top_re ul {
        padding-top: 0;
    }

    .f_top_le {
        float: none;
        margin: auto;
        margin-bottom: 20px;
    }

    .f_top_re {
        float: none;
        width: 100%;
    }

    .f_top_re li {
        float: left;
        width: 25%;
        margin: 0;
    }

    .f_top_re li:nth-child(5) {
        height: 130px;
    }

    .f_top_re li dt {
        margin-bottom: 10px;
    }

    .f_top_re li dd {
        overflow: hidden;
    }

    .f_top_re li dd p {
        float: left;
        margin-right: 20px;
    }

    .f_top_re li:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border: 0;
    }

    .f_top {
        padding-bottom: 20px;
    }

    .foot_bottm {
        padding-bottom: 40px;
    }

    .foot_ble,
    .foot_bre {
        float: none;
        width: 100%
    }

    .foot_bre {
        text-align: center;
    }

    .foot_bre ul {
        display: inline-block;
    }

    .f_cont li {
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        float: none;
    }

    .f_cont li:after {
        display: none;
    }

    .f_cont li {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }

    .f_cont li:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border: 0;
    }

}

@media only screen and (max-width:767px) {
    .f_top_le {
        text-align: center;
        margin-bottom: 10px;
    }

    .f_top_re li dd p {
        margin-right: 10px;
        margin-bottom: 0px;
    }

    .f_top_le img {
        width: 115px;
    }

    .f_cont {
        font-size: 14px;
    }

    .f_le,
    .f_re {
        float: none;
        width: 100%;
        text-align: center;
        overflow: hidden;
    }

    .f_le {
        margin-bottom: 10px;
    }

    .f_le a {
        display: inline-block;
        float: none;
    }

    .bah_01,
    .bah_02,
    .xhr {
        display: block;
        margin: 0;
    }

    .foot_bottm {
        padding: 20px 0;
        font-size: 12px;
    }

    .f_le {
        font-size: 14px;
    }

    .f_top_re li dt {
        margin-bottom: 5px;
        font-size: 14px;
        text-align: center;
        line-height: 1;
    }

    .foot_bre li {
        width: 50%;
        height: auto;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .foot_bre li dt {
        width: 90px;
        height: 90px;
        margin: auto;
    }

    .foot_bre li dl {
        margin: 0 4px;
    }

    .f_top_re p a {
        color: rgba(255, 255, 255, 0.5);
    }
}

@media only screen and (min-width:1025px) {
    a {
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
    }

    a:hover {
        color: #009944 !important;
    }

    .foot_ble dd a {
        cursor: default;
        color: #fff;
         !important;
    }

}

.h_weixin {
    position: relative;
}

.h_ewm {
    display: none;
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -45px;
    width: 90px;
    height: 90px;
}

.h_ewm img {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width:1230px) {
    .h_ewm {
        top: 60px;
    }
}

/*2021-12-17*/
.nav li>a {
    position: relative;
}

.nav li>a em {
    position: absolute;
    bottom: 0;
    left: 40px;
    height: 3px;
    width: calc(100% - 80px);
    background: #009944;
    visibility: hidden;
    opacity: 0;
}

.nav .nav_re li>a em {
    width: calc(100% - 36px);
    left: 18px;
    bottom: -20px;
}

/*.scrollHeader .nav .nav_re li>a em{bottom: 0}*/

.nav li.on>a em {
    visibility: visible;
    opacity: 1;
}

@media only screen and (max-width:1660px) {
    .nav li>a em {
        left: 30px;
        width: calc(100% - 60px);
    }

    .nav .nav_re li>a em {
        width: calc(100% - 30px);
        left: 15px;
    }
}

@media only screen and (max-width:1440px) {
    .nav li>a em {
        left: 20px;
        width: calc(100% - 40px);
    }

}

@media only screen and (max-width:1366px) {
    .nav li>a em {
        left: 15px;
        width: calc(100% - 30px);
    }

}

@media only screen and (max-width:1270px) {
    .nav li>a em {
        left: 10px;
        width: calc(100% - 20px);
    }

    .nav .nav_re li>a em {
        width: calc(100% - 20px);
        left: 10px;
    }
}

@media only screen and (max-width:1230px) {
    .nav li>a em {
        display: none;
    }
}

.menu_i {
    position: relative;
}

.menu_i span {
    font-weight: bold;
    font-size: 26px;
    visibility: hidden;
    opacity: 0;
}

.menu_i i,
.menu_i span {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.navbody .menu_i i {
    visibility: hidden;
    opacity: 0;
}

.navbody .menu_i span {
    visibility: visible;
    opacity: 1;
}

.nav {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.navbody .nav {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
}

.nav_arrow,
.nav_return {
    display: none;
}

.nav_list {
    position: absolute;
    left: 0;
    top: 78px;
    background: #fff;
    width: 100%;
    padding: 55px 0 80px 0;
    display: none;
    border-top: 1px solid #eeeeee;
}

.nav .nav_list a,
.nav .nav_list p i {
    color: #000;
}

.nav .nav_list p i {
    font-size: 18px;
}

.nav .nav_list p {
    line-height: 36px;
    border-bottom: 1px solid #e0e0e0;
}

.nav_insert {
    padding-left: 360px;
}

.nav_p {
    overflow: hidden;
}


.nav_p .nav_re {
    float: left;
    width: 382px;
    height: 215px;
    overflow: hidden;
}

.nav_p .nav_re a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
}

.nav_p .nav_re img {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width:1660px) {
    .nav_insert {
        padding-left: 350px;
    }
}

@media only screen and (max-width:1560px) {
    .nav_insert {
        padding-left: 300px;
    }
}

@media only screen and (max-width:1440px) {
    .nav_insert {
        padding-left: 260px;
    }
}

@media only screen and (max-width:1300px) {
    .nav_insert {
        padding-left: 210px;
    }
}

@media only screen and (max-width:1230px) {
    .nav {
        display: block;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        margin: 0;
        font-size: 16px;
        box-sizing: border-box;
        padding: 20px 0;
        visibility: hidden;
        opacity: 0;
        top: -200px;
    }

    .nav_re {
        float: none;
        width: 100%;
        font-size: 16px;
    }

    .nav li {
        float: none;
        display: table;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3)
    }

    .nav_arrow,
    .nav_return {
        display: block;
        cursor: pointer;
    }

    .nav_arrow {
        display: none;
        width: 50px;
        float: right;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

    .nav li>a {
        width: calc(100% - 90px);
        float: left;
    }

    .nav .nav_re a,
    .nav li>a {
        padding: 0 20px;
        color: #fff;
    }

    .scrollHeader .nav,
    .nav {
        height: 100%;
    }


    .nav_re,
    .scrollHeader .nav_re,
    .scrollHeader .nav {
        line-height: 40px;
    }

    .nav_list {
        display: block;
        position: fixed;
        top: 0px;
        left: auto;
        right: -100%;
        width: 100%;
        height: 100%;
        background: #000;
        padding: 20px 0;
        box-sizing: border-box;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        z-index: 2;
    }

    .nav_insert {
        padding: 0;
    }

    .nav_p .nav_re {
        display: none;
    }

    .nav .nav_list a,
    .nav .nav_list p i {
        color: #fff;
    }

    .nav .nav_list p a {
        padding: 0;
    }

    .nav .nav_list p {
        padding: 0 20px;
        line-height: 40px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .nav_return {
        opacity: 0.8
    }

    .nav li.cur .nav_list {
        right: 0;
    }

    .navbody .nav {
        top: 60px;
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

}


.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.site_banner_p {
    width: 100%;
    color: #fff;
}

.site_banner img {
    width: 100%;
}

.site_banner .phone_img {
    display: none;
}

.site_banner {
    position: relative;
}


@media only screen and (max-width:767px) {
    .site_banner .pc_img {
        display: none;
    }

    .site_banner .phone_img {
        display: block;
    }
}


.nav .nav_re li .nav_p {
    float: right;
    padding-left: 0;
}

.nav .nav_re li .nav_p p:last-child,
.nav .nav_re li .nav_p p:last-child a {
    padding-right: 160px;
}

.nav .nav_re li:nth-child(2) .nav_p {
    padding-right: 0
}




@media only screen and (max-width:1230px) {
    .nav_list {
        border: 0;
    }

    .nav_p {
        padding: 0 !important
    }

    .nav .nav_re li .nav_p {
        float: none;
    }
}

@media only screen and (min-width:1231px) {
    .nav_list {
        padding: 30px 0 20px 0;
    }

    .nav_list p {
        float: left;
        padding: 0 30px;
        border: none;
        line-height: 30px;
        background: url(../image/navline.jpg) no-repeat 0 center;
    }

    .nav .nav_list p {
        border: none;
    }

    .nav_list p:first-child {
        padding-left: 0;
        background: none;
    }

    .nav_list {
        border: none;
        background: rgba(255, 255, 255, 0.8);
    }

    /*.nav .nav_re a,.header_re{margin-top: -10px;}*/
    /*.scrollHeader .nav .nav_re a,.scrollHeader .header_re{margin-top: 0px;}*/
}


/*2022-02-11改*/



.f_top {
    border: none;
    position: relative;
}


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

    .f_top_re {
        clear: both;
        margin-top: 0px;
    }
}


/*右侧*/
.sidebar {
    position: fixed;
    right: 0px;
    width: 64px;
    z-index: 999;
    bottom: 0px;
    display: none;
}

.sidebar.on {
    display: block;
}

.sidebar ul {
    width: 100%;
}

.sidebar li {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    cursor: pointer;
    float: right;
    width: 70px;
    position: relative;
    background: #009944;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    box-sizing: border-box;
    height: 70px;
}

.sidebar li a {
    text-align: center;
    display: block;
}

.sidebar li a i {
    font-size: 22px;
    color: #fff;
    margin-top: 7px;
    display: inline-block;
}

.sidebar li a p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 2px;
}

.sidebar li.toTop {
    text-align: center;
    transition: all .3s;
    background: #fff;
    line-height: 70px;
}

.sidebar li.toTop a i {
    margin-top: 0;
    color: #000;
}

.toTop a {
    border-bottom: 0 !important;
}

.toTop a em {
    width: 24px;
    height: 2px;
    display: block;
    background: #fff;
    margin: 0 auto;
    display: none;
}

.toTop a span {
    font-size: 26px;
    color: #000;
}

.toTop a p {
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
    display: none;
}



@media only screen and (min-width: 1025px) {
    .sidebar li:hover {
        opacity: .8;
    }

    .sidebar li.toTop:hover span {
        color: #009944;
    }

}



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


    .sidebar {
        bottom: 0px;
        width: 42px;
    }

    .sidebar li {
        width: 42px;
        height: 42px;
        line-height: 42px;
    }

    .sidebar li.toTop {
        line-height: 42px;
        height: 42px;
    }

    .sidebar li a i {
        font-size: 16px;
        margin-top: 0;
    }

    .sidebar li a p {
        width: 25px;
        margin-left: auto;
        margin-right: auto;
        display: none;
    }

    .sidebar li.toTop a i {
        display: block;
    }

    .menu_button p {
        display: none;
    }

    .menu_i {
        margin-bottom: 0;
    }

    .menu_i i {
        margin-bottom: 6px;
        margin-top: 6px;
    }

    .h_weixin {
        display: none;
    }
}

@media only screen and (max-width: 345px) {
    .header h1 {
        width: 100px;
        margin-top: 18px;
    }

    .h_weixin,
    .language,
    .search {
        margin-right: 8px;
    }

}