@charset "utf-8";
/*Common_start*/
body {
    font-size: 14px;
    min-width: 1260px;
    background-color: #ffffff;
}

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

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

input, button, textarea, select, optgroup, option, small {
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

a:link, a:hover, a:visited, a:active {
    color: #333333;
    text-decoration: none;
}

span:focus {
    outline: none;
}

ul, ol {
    list-style: none;
}

dl, dt, i, em {
    font-style: normal;
}

.clear {
    clear: both;
    line-height: 0px;
}

img {
    border: none;
}

#fp-nav {
    left: 30px;
    width: 6px;
}

#fp-nav ul li, .fp-slidesNav ul li {
    width: 6px;
    height: 38px;
    margin: 2px 0px;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    width: 6px;
    height: 38px;
    margin: 0px;
    border-radius: 0px;
    opacity: 1;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    width: 6px;
    height: 38px;
    margin: 0px;
    border-radius: 0px;
    left: 0px;
    top: 0px;
    opacity: 0.37;
    background: #ffffff;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    width: 6px;
    height: 38px;
    margin: 0px;
}

/*Common_end*/
.section1 {
    background: #6798c7;
}

.section2 {
    background: #8a99a3;
}

.section3 {
    background: #ffffff;
}

/*header*/
.header {
    min-width: 1260px;
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 999;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.inner_header {
    background: #ffffff;
}

.inner_line {
    height: 80px;
}

.header::after {
    content: "";
    background: #ffffff;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 0.15;
}

.inner_header::after {
    content: "";
    background: #eeeeee;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 1;
}

.header_center {
    width: 100%;
    margin: 0 auto;
}

.header_left {
    position: absolute;
    left: 30px;
    top: 15px;
}

.header_left .logo {
    float: left;
    line-height: 0px;
}

.header_left .logo img {
    height: 50px;
}

.header_left .stockcode {
    float: left;
    color: #ffffff;
    font-size: 16px;
    margin-left: 14px;
}

.header_left .stockcode span {
    display: block;
    line-height: 25px;
}

.inner_header .stockcode {
    color: #445877;
}

.header_right {
    position: absolute;
    right: 30px;
    top: 30px;
}

.header_right_btn {
    float: right;
    width: 106px;
    height: 40px;
    line-height: 40px;
    color: #2062c2;
    font-size: 12px;
    text-align: center;
    background: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.header_right_btn a {
    color: #2062c2 !important;
}

.header_right_btn a:hover {
    color: #4e96ff !important;
}

.inner_header .header_right_btn {
    background: #146ee9;
    color: #ffffff;
}

.inner_header .header_right_btn a {
    color: #ffffff !important;
}

.inner_header .header_right_btn a:hover {
    color: #eaeaea !important;
}

.language {
    float: right;
    margin: 0px 14px 0px 0px;
}

.language ul {
    display: none;
    padding-left: 29px;
}

.language ul li {
    padding: 2px 0px;
}

.language ul li a {
    font-size: 14px;
    color: #ffffff;
}

.language ul li a:hover {
    color: #2062c2 !important;
}

.language span {
    padding-left: 29px;
    background: url(../images/language_icon1.png) left center no-repeat;
    font-size: 14px;
    color: #ffffff;
    padding-right: 19px;
    position: relative;
}

.language span::after {
    width: 8px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -3px;
    background: url(../images/language_icon2.png) right center no-repeat;
}

.language:hover ul {
    display: block;
}

.inner_header .language ul li a {
    color: #41587a;
}

.inner_header .language span {
    background: url(../images/inner_language_icon1.png) left center no-repeat;
    color: #41587a;
}

.inner_header .language span::after {
    background: url(../images/inner_language_icon2.png) right center no-repeat;
}

/* pro-menu */
.pro_menu_container {
    display: none;
    position: fixed;
    top: 80px;
    left: 50%;
    margin-left: -280px;
    z-index: 999;
    text-align: center;
}

.pro_menu_container ul {
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
}

.pro_menu_container ul li {
    display: inline-block;
    vertical-align: top;
    line-height: 0;
}

.pro_menu_container ul li a {
    display: inline-block;
    padding: 15px 15px 0 15px;
}

.pro_menu_click div:nth-child(2) {
    font-size: 14px;
    line-height: normal;
    color: #777D85;
    margin-bottom: 20px;
}

.pro_menu_click div:nth-child(3) {
    height: 2px;
}

.pro_menu_click_current div:nth-child(2) {
    font-weight: bold;
    color: #000000;
}

.pro_menu_click_current div:nth-child(3) {
    background-color: #383F47;
}

/*nav*/
.nav {
}

.nav ul {
    margin: 0 auto;
    text-align: center;
}

.nav ul li {
    line-height: 0px;
    display: inline-block;
    position: relative;
}

.nav ul li a {
    font-size: 18px;
    color: #ffffff;
    padding: 25px 12px;
    display: inline-block;
    line-height: 30px;
}

.inner_header .nav ul li a {
    color: #494f57;
}

.inner_header .nav ul li .nav-current {
    color: #0a74eb;
    font-weight: bolder;
}

.nav ul li .nav-current {
    color: #0a74eb;
    font-weight: bolder;
}

.nav ul li .nav-1 {
    position: absolute;
    top: 89px;
    background-color: #ffffff;
    display: none;
    line-height: 40px;
    z-index: 100;
}

.nav ul li .nav-1 div {
    display: inline-block;
    line-height: 0;
}

.nav ul li .nav-1 div a {
    line-height: 40px;
}

/*.nav ul li:hover .nav-1{display: block;}*/
/*banner*/
.banner video {
    display: block;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner_mask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
}

.banner img {
    width: 100%;
}

.banner, .banner .swiper-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner .swiper-slide {
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.banner .swiper-container-horizontal > .swiper-pagination {
    width: 100%;
    bottom: 15px;
}

.banner .swiper-pagination-bullet {
    width: 84px;
    height: 3px;
    border-radius: 0px;
    margin: 0 6px !important;
    background: #ffffff;
    opacity: 0.46;
    position: relative;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
}

.banner .swiper-pagination-bullet-active::after {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    background: #004fbf;
    animation: progress 17s linear;
}

@-webkit-keyframes progress {
    0% {
        width: 0px;
    }
    100% {
        width: 100%;
    }
}

.banner_con1 {
    position: absolute;
    width: 100%;
    top: 30%;
    line-height: normal;
    color: #ffffff;
    z-index: 9999;
    text-align: center;
    text-shadow: 2px 2px 10px rgba(0, 0, 255, 0.3);
}

.banner_con1 strong {
    font-size: 46px;
    margin-bottom: 10px;
    font-weight: normal;
    display: block;
    letter-spacing: 10px;
}

.banner_con1 em {
    font-size: 20px;
    letter-spacing: 1px;
}

.banner_con1 .banner_btn {
    padding-top: 50px;
    text-align: center;
}

.banner_btn a {
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #ffffff !important;
    border: 1px solid #ffffff;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.banner_btn a:hover {
    background: #ffffff;
    color: #333333 !important;
}

.banner_con2 {
    position: absolute;
    width: 100%;
    top: 38%;
    left: 5%;
    line-height: normal;
    color: #ffffff;
    z-index: 9999;
}

.banner_con2 strong {
    font-size: 72px;
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
    letter-spacing: 5px;
}

.banner_con2 em {
    font-size: 28px;
}

.banner_con3 {
    position: absolute;
    width: 100%;
    top: 35%;
    left: 12%;
    line-height: normal;
    color: #ffffff;
    z-index: 9999;
}

.banner_con3 strong {
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
    letter-spacing: 4px;
}

.banner_con3 em {
    font-size: 20px;
}

.banner_con3 .banner_btn {
    padding-top: 50px;
}

/*main_a*/
.main_a {
    display: flex;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.main_a_left {
    width: 50%;
    position: relative;
    display: flex;
}

.main_a_right {
    width: 50%;
    background: url(../images/main_a_right.jpg) center bottom no-repeat;
    background-size: 100%;
    position: relative;
    display: flex;
    transition: all 5s;
    -webkit-transition: all 5s;
}

.main_a_right:hover {
    background-size: 110%;
}

.main_a_con {
    margin-left: 106px;
    padding-top: 20vh;
    position: relative;
    text-shadow: 2px 2px 10px rgba(0, 0, 255, 0.3);
}

.main_a_con::after {
    content: "";
    width: 125px;
    height: 21px;
    /*background: url(../images/main_a_bottom_icon.png) left center no-repeat;*/
    position: absolute;
    left: 0px;
    bottom: 0;
}

.main_a_title {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 1vh;
    line-height: 1.2em;
}

.main_a_title_en {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 7vh;
}

.main_a_list ul li {
    float: left;
    width: 150px;
    height: 150px;
    background: #ffffff;
    margin-right: 9px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.main_a_list ul li i {
    width: 56px;
    height: 56px;
    padding: 28px 0px 5px 0px;
    margin: 0 auto;
    display: block;
}

.main_a_list ul li i img {
    max-width: 56px;
    max-height: 56px;
}

.main_a_list ul li span {
    font-size: 20px;
    color: #636f7d;
    font-weight: bold;
    display: block;
}

/*main_b*/
.main_b {
    width: 100%;
    height: 100vh;
    position: relative;
    background: #069 url(../images/main_b_bg.jpg) center top repeat;
}

.main_b_con {
    padding: 32vh 0px 0px 8%;
    width: 40%;
    position: relative;
    z-index: 999;
}

.main_b_title {
    font-size: 40px;
    color: #3a4d64;
    line-height: 1.2em;
    margin-bottom: 2vh;
}

.main_b_note {
    font-size: 20px;
    color: #5c6e83;
    line-height: 1.8em;
    margin-bottom: 5vh;
}

.main_b_btn {
    width: 225px;
    height: 68px;
    line-height: 68px;
    color: #ffffff !important;
    font-size: 22px;
    text-align: center;
    display: block;
    background: #2083ff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.main_b_btn:hover {
    background: #0071ff;
}

.main_b_bg1 {
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 3;
    line-height: 0px;
}

.main_b_bg2 {
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 2;
    line-height: 0px;
}

.main_b_bg1 img, .main_b_bg2 img {
    width: 100%;
}

.main_b_car {
    width: 60%;
    position: absolute;
    right: 1%;
    bottom: 15vh;
    text-align: right;
    z-index: 4;
}

.main_b_car img {
    max-width: 100%;
}

.windmill_a {
    width: 62px;
    height: 93px;
    position: absolute;
    left: 20.5%;
    top: -52px;
    z-index: -1;
    background: url(../images/windmill_a_bottom.png) center bottom no-repeat;
}

.windmill_a::after {
    content: "";
    width: 62px;
    height: 62px;
    position: absolute;
    margin-top: -31px;
    background: url(../images/windmill_a_top.png) center center no-repeat;
    display: block;
    animation: spin 4s linear infinite;
}

.windmill_b {
    width: 105px;
    height: 157px;
    position: absolute;
    left: 23%;
    top: -85px;
    z-index: -1;
    background: url(../images/windmill_b_bottom.png) center bottom no-repeat;
}

.windmill_b::after {
    content: "";
    width: 105px;
    height: 105px;
    position: absolute;
    margin-top: -52.5px;
    background: url(../images/windmill_b_top.png) center center no-repeat;
    display: block;
    animation: spin 5s linear infinite;
}

.windmill_c {
    width: 82px;
    height: 123px;
    position: absolute;
    right: 3%;
    top: -82px;
    z-index: -1;
    background: url(../images/windmill_c_bottom.png) center bottom no-repeat;
}

.windmill_c::after {
    content: "";
    width: 82px;
    height: 82px;
    position: absolute;
    margin-top: -41px;
    background: url(../images/windmill_c_top.png) center center no-repeat;
    display: block;
    animation: spin 3s linear infinite;
}

.hydrogen_station {
    width: 58%;
    position: absolute;
    left: 15%;
    bottom: 0px;
    z-index: 1;
}

.hydrogen_station img {
    max-width: 100%;
}

.hydrogen_station i {
    width: 41px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    display: block;
    font-size: 12px;
    color: #2083ff;
    background: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 40%;
}

.hydrogen_station i:nth-child(1) {
    left: 45%;
    animation: fly 3s linear infinite;
}

.hydrogen_station i:nth-child(2) {
    left: 51%;
    animation: fly 4s linear infinite;
}

.hydrogen_station i:nth-child(3) {
    left: 57%;
    animation: fly 5s linear infinite;
}

@-webkit-keyframes fly {
    0% {
        opacity: 1;
        transform: translateY(0px) scale(1);
    }
    100% {
        opacity: 0;
        transform: translateY(-210px) scale(2);
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*footer*/
.footer {
    width: 100%;
    background: #ffffff;
    position: relative;
    z-index: 10;
}

.footer_wrapper {
    padding: 47px 53px;
}

.footer_left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
}

.footer_left img {
    height: 33px;
}

.footer_center {
    color: #737373;
    line-height: 33px;
    text-align: center;
}

.footer_center a {
    color: #737373;
}

.footer_logo img {
    float: left;
    margin-right: 23px;
}

.footer_logo_cn {
    padding-top: 9px;
    font-size: 19px;
    color: #272b2f;
    letter-spacing: 11px;
    font-weight: bold;
}

.footer_logo_en {
    padding-top: 5px;
    font-size: 12px;
    color: #272b2f;
}

.footer_right {
    text-align: right;
    font-size: 14px;
    color: #4c5763;
    position: absolute;
    top: 50%;
    right: 10%;
    margin-top: -16px;
}

.subsidiary {
    width: 226px;
    height: 100%;
    font-size: 14px;
    text-align: left;
    position: relative;
}

.subsidiary_title {

}

.subsidiary span {
    padding-left: 33px;
    height: 33px;
    line-height: 33px;
    background: url(../images/subsidiary_icon1.png) left center no-repeat;
    position: relative;
    display: block;
    color: #4C5864;
    font-weight: bold;
    font-size: 16px;
}

.subsidiary span::after {
    width: 12px;
    height: 7px;
    display: block;
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -3px;
    background: url(../images/subsidiary_icon2.png) right center no-repeat;
}

.subsidiary span i {
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #D4DFE4;
    margin-right: 10px;
    vertical-align: text-bottom;
}

.subsidiary ul {
    display: none;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 100%;
    background: #dfe9f1;
    padding: 5px 0px;
}

.subsidiary ul li {
    padding: 5px 7px;
}

.subsidiary ul li a {
    color: #555555;
}

.subsidiary ul li a:hover {
    color: #000000;
}

.subsidiary:hover ul {
    display: block;
}

.copyright {
    padding: 5px 0px 13px 0px;
}

/*内页*/
.inner_banner {
    line-height: 0px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner_banner img {
    width: 100%;
}

/*inner_footer*/
.inner_footer {
    border-top: 1px solid #edf1f4;
}

.inner_footer_center {
    padding: 0px 260px;
}

.inner_footer_top {
    padding: 47px 0px;
    border-bottom: 1px solid #edf1f4;
}

.inner_footer_top_left {
    float: left;
    width: 50%;
}

.inner_footer_top_right {
    float: right;
}

.inner_footer_wechat {
    position: relative;
    float: right;
    margin: 8px 15px 0px 0px;
}

.inner_footer_wechat span {
    width: 37px;
    height: 37px;
    display: block;
    background: #eef3f8 url(../images/footer_wechat.png) center center no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
}

.inner_footer_wechat .erweima {
    display: none;
    position: absolute;
    bottom: 40px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
}

.inner_footer_wechat .erweima img {
    width: 100%;
}

.inner_footer_wechat:hover .erweima {
    display: block;
}

.inner_footer_language {
    float: right;
    margin: 8px 0px 0px 0px;
    background: #eef3f8;
    padding: 9px 18px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.inner_footer_language ul {
    display: none;
    padding-left: 29px;
}

.inner_footer_language ul li {
    padding: 2px 0px;
}

.inner_footer_language ul li a {
    font-size: 14px;
    color: #6883bc;
}

.inner_footer_language ul li a:hover {
    color: #2062c2 !important;
}

.inner_footer_language span {
    padding-left: 29px;
    background: url(../images/footer_language_icon1.png) left center no-repeat;
    font-size: 14px;
    color: #6883bc;
    padding-right: 19px;
    position: relative;
}

.inner_footer_language span::after {
    width: 8px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -3px;
    background: url(../images/footer_language_icon2.png) right center no-repeat;
}

.inner_footer_language:hover ul {
    display: block;
}

.inner_footer_bottom {
    padding: 47px 0px;
}

.inner_footer_bottom_left {
    float: left;
}

.inner_footer_bottom_left ul {
    float: left;
    margin-right: 50px;
}

.inner_footer_bottom_left ul strong {
    font-size: 18px;
    color: #333840;
    display: block;
    margin-bottom: 35px;
}

.inner_footer_bottom_left ul li {
    margin-bottom: 10px;
}

.inner_footer_bottom_left ul li a {
    font-size: 16px;
    color: #677283;
}

.inner_footer_bottom_left ul li a:hover {
    text-decoration: underline;
    color: #333840;
}

.inner_footer_bottom_right {
    float: right;
    width: 25%;
    color: #4c5864;
    font-size: 16px;
    line-height: 2.2em;
}

.inner_footer_bottom_right a {
    color: #4c5864;
}

.inner_footer_contact {
    margin-bottom: 12px;
}

.inner_footer_contact_url {
    color: #a7b1bb !important;
}

.inner_footer_contact_url img {
    vertical-align: middle;
}

.inner_footer_contact_url:hover {
    color: #4c5864 !important;
}

.inner_copyright {
    padding: 47px 260px;
    border-top: 1px solid #edf1f4;
}

.inner_copyright_left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
}

.inner_copyright_left img {
    height: 100%;
}

.inner_copyright_center {
    color: #737373;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
}

.inner_copyright_center a {
    color: #737373;
}

.inner_copyright_right {
    position: absolute;
    top: 0;
    right: 10%;
    bottom: 0;
}

/*about*/
.about_banner_con {
    position: absolute;
    top: 250px;
    line-height: normal;
    color: #ffffff;
    letter-spacing: 15px;
}

.about_banner_con strong {
    font-size: 72px;
    padding-bottom: 15px;
    font-weight: normal;
}

.about_banner_con i {
    width: 0px;
    height: 20px;
    display: block;
    margin: 0px auto 15px auto;
    background: #fff;
}

.about_banner_con span {
    font-size: 24px;
    margin-bottom: 25px;
    display: block;
}

.about_banner_con p {
    font-size: 36px;
    letter-spacing: 5px;
}

.about_a {
    padding: 94px 0px 0px 0px;
}

.about_a_center {
    padding: 0px 260px;
}

.about_a_one {
    margin-bottom: 90px;
}

.about_a_one_left {
    float: left;
    width: 48%;
    color: #303030;
}

.about_a_title {
    font-size: 30px;
    /* margin-bottom: 50px; */
    padding-bottom: 30px;
    position: relative;
}

.about_a_title::after {

    width: 25px;
    height: 4px;
    display: block;

    position: absolute;
    bottom: 0px;
    left: 0px;
}

.about_a_note1 {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 70px;
}

.about_a_note2 {
    font-size: 20px;
    line-height: 2em;
}

.about_a_note1 img, .about_a_note2 img {
    max-width: 100%;
}

.about_a_one_right {
    float: right;
    width: 50%;
    text-align: right;
    line-height: 0px;
}

.about_a_one_right img {
    max-width: 100%;
}

.about_a_two {
    margin-bottom: 90px;
}

.about_a_three {
}

.about_a_two_left {
    width: 47%;
    height: 250px;
    margin-left: 2%;
    float: left;
    color: #303030;
    line-height: 0px;
}

.about_a_two_left img {
    max-width: 100%;
}

.about_a_two_en {
    font-size: 30px;
    color: #2e3945;
    margin-bottom: 10px;
}

.about_a_two_title {
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
}

.about_a_two_title img {
    vertical-align: middle;
    margin-left: 15px;
}

.about_a_two_note {
    font-size: 20px;
    line-height: 1.9em;
    color: #2e3945;
}

.about_a_two_note img {
    max-width: 100%;
}

.about_a_two_right {
    width: 50%;
    float: right;
}

.about_a_two_bottom {
    background: #146ee9;
    padding: 45px 0px;
    margin-top: 35px;
    position: relative;
    z-index: -1;
}

.about_a_two_bottom ul {
    padding-left: 50%;
    text-align: center;
    color: #ffffff;
}

.about_a_two_bottom ul li {
    width: 40%;
    float: left;
}

.about_a_two_bottom ul li em {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 40px;
    position: relative;
}

.about_a_two_bottom ul li i {
    position: absolute;
    right: -25px;
    top: -15px;
    font-size: 30px;
}

.about_a_two_bottom ul li span {
    display: block;
    font-size: 14px;
}

.about_a_three_left {
    float: left;
    width: 48%;
    color: #303030;
}

.about_a_three_en {
    font-size: 30px;
    color: #2e3945;
    margin-bottom: 20px;
}

.about_a_three_title {
    font-size: 30px;
    margin-bottom: 25px;
    position: relative;
}

.about_a_three_title img {
    vertical-align: middle;
    margin-left: 15px;
}

.about_a_three_note {
    font-size: 20px;
    line-height: 1.6em;
    color: #2e3945;
}

.about_a_three_note img {
    max-width: 100%;
}

.about_a_three_right {
    float: right;
    width: 50%;
    text-align: right;
    line-height: 0px;
    padding-top: 80px;
}

.about_a_three_right img {
    max-width: 100%;
}

.about_b {
    width: 100%;
    background-color: #F6F6F6;
    padding: 94px 0px;
}

.about_b_center {
    padding: 0px 200px;
}

.about_b_title {
    font-size: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}

.about_b_title::after {
    content: "";
    width: 25px;
    height: 4px;
    display: block;
    background: #373a3e;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.about_b_motor {
    width: 100%;
    margin-bottom: 30px;
}

.about_b_motor_title {
    font-size: 20px;
    font-weight: 400;
    color: #394249;
    margin-bottom: 20px;
}

.about_b_motor ul {
    font-size: 0;
    width: 102%;
}

.about_b_motor li {
    width: 31.3%;
    display: inline-block;
    margin-right: 2%;
}

.about_b_motor li img {
    width: 100%;
}

.about_b_one_title {
    width: 100%;
    padding-top: calc(116 / 453 * 100%);
    position: relative;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.about_b_one_title div {
    position: absolute;
}

.about_b_one_title div:nth-child(1) {
    font-size: 20px;
    font-weight: 400;
    color: #394249;
    left: 8%;
    top: 27%;
}

.about_b_one_title div:nth-child(2) {
    font-size: 18px;
    font-weight: 400;
    color: #9DA7AE;
    left: 8%;
    top: 60%;
}

.about_b_powertrain {
    border-bottom: 1px solid #CBD2DB;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.about_b_powertrain_background {
    background-image: url(../images/20210313140400000.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
}

.about_b_powertrain_title {
    font-size: 30px;
    font-weight: 400;
    color: #394249;
    margin-bottom: 70px;
}

.about_b_powertrain_row {
    margin-bottom: 30px;
}

.about_b_powertrain_cell {
    display: inline-block;
}

.about_b_powertrain_cell img {
    margin-right: 40px;
}

.about_b_powertrain_cell:nth-child(2) {
    width: 2px;
    height: 150px;
    background-color: #CBD2DB;
    vertical-align: top;
    margin: 0 80px;
}

.about_b_powertrain_name {
    font-size: 20px;
    font-weight: 400;
    color: #2E343B;
    padding: 5px 0;
}

.about_b_powertrain_name span {
    line-height: 80px;
    vertical-align: top;
}

.about_b_electric {
    padding-bottom: 30px;
    overflow: hidden;
}

.about_b_electric_left {
    float: left;
    width: 45%;
}

.about_b_electric_title {
    font-size: 30px;
    font-weight: 400;
    color: #394249;
    margin-bottom: 30px;
}

.about_b_electric_right {
    float: right;
    width: 55%;
}

.about_b_electric_right img {
    width: 100%;
}

.about_b_fuel {
    background-color: #ffffff;
    padding: 60px;
    overflow: hidden;
}

.about_b_fuel_left {
    float: left;
}

.about_b_fuel_title {
    font-size: 30px;
    font-weight: 400;
    color: #394249;
    margin-bottom: 30px;
}

.about_b_fuel_left div:nth-child(3) {
    width: 350px;
    height: 87px;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    background-image: url(../images/20210313171500001.png);
    background-repeat: no-repeat;
    text-align: center;
    line-height: 87px;
    margin-bottom: 20px;
}

.about_b_fuel_advantage {
    font-size: 20px;
    color: #2E3945;
    line-height: 40px;
}

.about_b_fuel_right {
    float: right;
}

.about_b_fuel_right div {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    color: #2E3945;
    text-align: center;
    padding-bottom: 20px;
}

.about_c {
    padding: 0px 0px 0px 0px;
}

.about_c_center {
    padding: 0px 260px;
}

.about_c_title {
    font-size: 30px;
    margin-bottom: 0px;
    padding-bottom: 30px;
    position: relative;
}

.about_c_title::after {
    width: 25px;
    height: 4px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.about_c_center ul {
    column-count: 2;
    column-gap: 26px;

}

.about_c_center ul li {
    width: 100%;
    float: left;
    margin-bottom: 26px;
    line-height: 0px;
    position: relative;
    overflow: hidden;
}

.about_c_center ul li img {
    width: 100%;
    box-sizing: border-box;
}

.about_c_center ul li .about_c_box {
    position: relative;
}

.about_c_center ul li .about_c_box img {
    height: 100%;
}

.about_c_center ul li .txt {
    position: absolute;
    width: 100%;
    box-sizing: border-box;

    z-index: 999;
    bottom: 0px;
    line-height: normal;
    color: #ffffff;
}

.about_c_center ul li .txt strong {
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding-bottom: 20px;
}

.about_c_center ul li .txt {
    font-size: 15px;
    line-height: 1.8em;
    height: 369px;
    color: #000000;
    overflow: hidden;
    padding-top: 0px;

}

.about_c_center ul li p {
    height: 0;
    line-height: 1.6em;
    overflow: hidden;
}



.txt2 {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 35px;
}



.about_d {
    width: 100%;
}

.about_d_center {
    display: flex;
}

.about_d_left {
    width: 37%;
}

.about_d_right::after {
    content: "";
    width: 25px;
    height: 50px;
    background: url(../images/about_d_icon.png) left center no-repeat;
    position: absolute;
    top: 126px;
    left: -25px;
}

.about_d_con {
    padding: 20% 5% 0px 33%;
    overflow: hidden;
    position: relative;
}

.about_d_title {
    font-size: 30px;
    line-height: 1.5em;
    color: #2e343b;
    font-weight: bold;
    margin-bottom: 55px;
    padding-bottom: 25px;
    position: relative;
    width: 100%;
    display: block;
}

.about_d_title::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 4px;
    background: #2a86ee;
    left: 0px;
    bottom: 0px;
}

.about_d_p {
    font-size: 20px;
    color: #2e343b;
    margin-bottom: 30px;
}

.about_d_p_en {
    font-size: 16px;
    color: #8a949f;
    margin-bottom: 70px;
}

.about_d_con .pageState {
    font-size: 20px;
    color: #313942;
    display: block;
    width: 100%;
    margin-bottom: 35px;
    letter-spacing: 5px;
}

.about_d_con .pageState span {
    color: #1f76ee;
}

.about_d_con .bd {
    position: relative;
}

.about_d_con .bd ul li {
    margin-bottom: 70px;
}

.about_d_con .bd ul li table, .about_d_con .bd ul li img {
    maxwidth: 100%;
}

.about_d_con .hd ul li {
    float: left;
    width: 12px;
    height: 12px;
    margin-right: 12px;
    overflow: hidden;
    text-indent: -999px;
    background: #1f76ee;
    opacity: 0.36;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
}

.about_d_con .hd ul li.on {
    opacity: 1;
}

.about_d_right {
    width: 63%;
    float: right;
    line-height: 0px;
    position: relative;
}

.about_d_right img {
    width: 100%;
}

.about_d_right_icon1 {
    position: absolute;
    left: 20%;
    bottom: 33%;
    width: 20.5%;
}

.about_d_right_icon1 img:nth-child(2) {
    display: none;
}

.about_d_right_icon1:hover img:nth-child(1), .about_d_right_icon1.about_d_right_icon_hover img:nth-child(1) {
    display: none;
}

.about_d_right_icon1:hover img:nth-child(2), .about_d_right_icon1.about_d_right_icon_hover img:nth-child(2) {
    display: block;
}

.about_d_right_icon2 {
    position: absolute;
    left: 39%;
    bottom: 20%;
    width: 28.5%;
}

.about_d_right_icon2 img:nth-child(2) {
    display: none;
}

.about_d_right_icon2:hover img:nth-child(1), .about_d_right_icon2.about_d_right_icon_hover img:nth-child(1) {
    display: none;
}

.about_d_right_icon2:hover img:nth-child(2), .about_d_right_icon2.about_d_right_icon_hover img:nth-child(2) {
    display: block;
}

.about_d_right_icon3 {
    position: absolute;
    right: 16%;
    bottom: 30%;
    width: 20.5%;
}

.about_d_right_icon3 img:nth-child(2) {
    display: none;
}

.about_d_right_icon3:hover img:nth-child(1), .about_d_right_icon3.about_d_right_icon_hover img:nth-child(1) {
    display: none;
}

.about_d_right_icon3:hover img:nth-child(2), .about_d_right_icon3.about_d_right_icon_hover img:nth-child(2) {
    display: block;
}

.about_d_right_icon1 img, .about_d_right_icon2 img.about_d_right_icon3 img {
    max-width: 100%;
}

.about_e_left {
    float: left;
    width: 63%;
    position: relative;
    line-height: 0px;
}

.about_e_left::after {
    content: "";
    width: 25px;
    height: 50px;
    background: url(../images/about_e_icon.png) left center no-repeat;
    position: absolute;
    top: 126px;
    right: -25px;
}

.about_e_left img {
    width: 100%;
}

.about_e_right {
    float: right;
    width: 37%;
}

.about_e_right_center {
    padding: 100px 50px 0px 150px;
}

.about_e_title {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 50px;
    padding-bottom: 30px;
    position: relative;
}

.about_e_title::after {
    content: "";
    width: 25px;
    height: 4px;
    display: block;
    background: #2a86ee;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.about_e_right ul li {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 50px;
}

.about_e_right ul li strong {
    font-size: 20px;
    color: #2c3037;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
}

.about_e_right ul li span {
    font-size: 20px;
    color: #1f76ee;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
}

.about_e_right ul li span i {
    position: absolute;
    top: 0px;
    right: -15px;
    margin-top: -10px;
    font-size: 20px;
}

.about_e_right ul li em {
    font-size: 20px;
    color: #6c7580;
    display: block;
}

.about_f {
    padding-top: 50px;
    margin-bottom: 80px;
}

.about_f_title_box {
    padding: 0px 0px 0px 17%;
}

.about_f_title {
    font-weight: bold;
    color: #404956;
    font-size: 48px;
    margin-bottom: 60px;
    padding-bottom: 35px;
    position: relative;
}

.about_f_title::after {
    content: "";
    width: 40px;
    height: 6px;
    display: block;
    background: #2a86ee;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.about_f_note {
    display: block;
    font-size: 72px;
    color: #2a3037;
    line-height: 2em;
    font-weight: bold;
}

.about_f_center .swiper-slide {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.about_f_center .swiper-slide:nth-child(1) {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_f_center .swiper-slide:nth-child(2) {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_f_center {
    width: 95%;
    margin: 0 auto;
}

.about_f_center img {
    max-width: 100%;
}

.about_f_center .swiper-container {
    padding-bottom: 100px;
}

.about_f_center .swiper-pagination {
    bottom: 0px;
}

.about_f_center .swiper-pagination-bullet {
    width: 3px;
    height: 13px;
    border-radius: 0px;
    margin: 0px 11px !important;
}

.about_f_center .swiper-button-prev {
    top: auto;
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 60px;
    background: url(../images/about_f_btn_left.png) center center no-repeat;
}

.about_f_center .swiper-button-next {
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 60px;
    height: 60px;
    background: url(../images/about_f_btn_right.png) center center no-repeat;
}

.about_f_center .swiper-pagination-bullet-active, .about_f_before {
    background: #404956 !important;
    opacity: 1 !important;
}

/*hr*/
.hr_banner_con {
    position: absolute;
    line-height: normal;
    color: #ffffff;
}

.hr_banner_con strong {
    font-size: 18px;
    margin-bottom: 45px;
    font-weight: normal;
    display: block;
}

.hr_banner_con p {
    font-size: 60px;
}

.hr_banner_btn {
    padding-top: 70px;
    text-align: center;
}

.hr_banner_btn a {
    width: 220px;
    height: 59px;
    line-height: 59px;
    font-size: 18px;
    color: #3f444b !important;
    background: #ffffff;
    display: inline-block;
    margin: 0px 18px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.hr_banner_btn a:hover {
    background: #0f52b7;
    color: #ffffff !important;
}

.hr_a {
    padding: 35px 0px 35px 0px;
}

.hr_a_content {
    text-align: center;
    color: #24262a;
}

.hr_a_title {
    font-size: 30px;
    margin-bottom: 20px;
}

.hr_a_p {
    font-size: 20px;
    line-height: 2em;
    width: 670px;
    margin: 0 auto;
}

.hr_a_pic {
    padding: 90px 40px 0px 40px;
    margin: 0 auto;
    text-align: center;
    line-height: 0px;
    margin-top: -50px;
    position: relative;
    z-index: -1;
}

.hr_a_pic img {
    max-width: 100%;
}

.hr_a_pic .pic {
    position: relative;
    display: inline-block;
}

.hr_a_pic_left {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 50px;
    top: -90px;
}

.hr_a_pic_right {
    width: 90px;
    height: 90px;
    position: absolute;
    right: 50px;
    top: -90px;
}

.hr_a_pic_left i, .hr_a_pic_right i {
    width: 30px;
    height: 50px;
    display: block;
    background: url(../images/hr_a_icon1.png) center center no-repeat;
    position: absolute;
    bottom: 0px;
}

.hr_a_pic_right i {
    background: url(../images/hr_a_icon2.png) center center no-repeat;
}

.hr_a_pic_left i:nth-child(1), .hr_a_pic_right i:nth-child(1) {
    left: 0%;
    animation: arrow 1.9s linear infinite;
}

.hr_a_pic_left i:nth-child(2), .hr_a_pic_right i:nth-child(2) {
    left: 35%;
    animation: arrow 1.7s linear infinite;
}

.hr_a_pic_left i:nth-child(3), .hr_a_pic_right i:nth-child(3) {
    right: 0%;
    animation: arrow 2s linear infinite;
}

@-webkit-keyframes arrow {
    0% {
        opacity: 1;
        transform: translateY(0px) scale(0.3);
    }
    100% {
        opacity: 0;
        transform: translateY(-90px) scale(1);
    }
}

.hr_b {
    width: 100%;
    padding: 75px 0px 140px 0px;
    background: #1166e7;
}

.hr_b_center {
}

.hr_b_title {
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: center;
}

.hr_b_note {
    width: 600px;
    font-size: 16px;
    color: #ffffff;
    line-height: 2em;
    margin: 0px auto 60px auto;
    text-align: center;
}

.hr_b_search {
    width: 660px;
    height: 61px;
    margin: 0 auto;
}

.hr_b_search_input {
    width: calc(100% - 92px);
    margin-right: 10px;
    padding: 10px 0px;
    height: 40px;
    font-size: 24px;
    float: left;
    background: none;
    border: none;
    color: #fff;
    border-bottom: 1px solid #ffffff;
    outline-style: none;
}

.hr_b_search_btn {
    display: inline;
    float: left;
    width: 82px;
    height: 48px;
    margin: 0px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border: none;
    cursor: pointer;
    background: url(../images/hr_b_search_btn.png) center center no-repeat;
    -webkit-appearance: none;
    outline-style: none;
}

.hr_b_search_input:-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.hr_b_search_input::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.hr_b_search_input:-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.hr_b_search_input::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.hr_c {
    position: relative;
    z-index: 1;
}

.hr_c_top ul {
    display: flex;
}

.hr_c_top ul li {
    width: 33.333%;
    line-height: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212529;
    background: #ffffff;
}

.hr_c_top ul li.bg {
    background: #1166e7;
    color: #ffffff;
}

.hr_c_top ul li .txt {
    font-size: 60px;
    line-height: 1.3em;
    text-align: center;
    letter-spacing: 10px;
    padding: 59px;
    background: url(../images/hr_c_img_icon6.png) left bottom no-repeat;
    position: relative;
}

.hr_c_top ul li .txt::before {
    content: "";
    width: 46px;
    height: 42px;
    background: url(../images/hr_c_img_icon5.png) center center no-repeat;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.hr_c_top ul li .txt::after {
    content: "";
    width: 46px;
    height: 42px;
    background: url(../images/hr_c_img_icon4.png) center center no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
}

.hr_c_top ul li .txt2 {
    padding: 59px;
    background: url(../images/hr_c_img_icon3.png) left bottom no-repeat;
    text-align: left;
}

.hr_c_top ul li .pic img {
    width: 100%;
}

.hr_c_top ul li .pic2 img {
    width: 50%;
}

.hr_c_bottom {
    display: flex;
}

.hr_c_bottom .hr_c_bottom_left {
    width: 66.7%;
}

.hr_c_bottom .hr_c_bottom_right {
    width: 33.3%;
    display: flex;
    align-items: flex-start;
}

.hr_c_bottom ul {
    display: flex;
}

.hr_c_bottom ul li {
    width: 50%;
    line-height: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212529;
    background: #ffffff;
}

.hr_c_bottom .bg {
    background: #1166e7;
    color: #ffffff;
}

.hr_c_bottom ul li .txt {
    font-size: 60px;
    line-height: 1.3em;
    text-align: center;
    letter-spacing: 10px;
    padding: 50px;
    background: url(../images/hr_c_img_icon6.png) left bottom no-repeat;
    position: relative;
}

.hr_c_bottom ul li .txt::before {
    content: "";
    width: 46px;
    height: 42px;
    background: url(../images/hr_c_img_icon2.png) center center no-repeat;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.hr_c_bottom ul li .txt::after {
    content: "";
    width: 46px;
    height: 42px;
    background: url(../images/hr_c_img_icon1.png) center center no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
}

.hr_c_bottom ul li .txt3::before {
    content: "";
    width: 46px;
    height: 42px;
    background: url(../images/hr_c_img_icon5.png) center center no-repeat;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.hr_c_bottom ul li .txt3::after {
    content: "";
    width: 46px;
    height: 42px;
    background: url(../images/hr_c_img_icon4.png) center center no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
}

.hr_c_bottom ul li .txt2 {
    padding: 59px;
    background: url(../images/hr_c_img_icon3.png) left bottom no-repeat;
    text-align: left;
}

.hr_c_bottom ul li .pic img {
    width: 100%;
}

.hr_c_bottom ul li .pic2 {
    display: flex;
    align-items: flex-start;
}

.hr_c_bottom ul li .pic2 img {
    width: 100%;
}

.hr_c_bottom ul li .pic3_box {
    display: flex;
    align-items: flex-start;
}

.hr_c_bottom ul li .pic3 {
    width: 50%;
    text-align: right;
}

.hr_c_bottom ul li .pic3 img {
    max-width: 100%;
}

.hr_c_bottom ul li .pic4 {
    text-align: right;
}

.hr_c_bottom ul li .pic4 img {
    width: 50%;
}

.hr_c_bottom_right img {
    width: 100%;
}

.hr_c .pic_box {
    line-height: 0px;
    position: relative;
    overflow: hidden;
}

.hr_c .pic_box span {
    background: #212529;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
}

.hr_d {
    padding: 100px 0px 70px 0px;
}

.hr_d_title {
    font-size: 30px;
    margin-bottom: 25px;
    text-align: center;
    color: #2b2d30;
}

.hr_d_p {
    font-size: 20px;
    line-height: 2em;
    width: 650px;
    margin: 0 auto 40px auto;
    text-align: center;
    color: #2b2d30;
}

.hr_d_list {
    display: flex;
    width: 84%;
    margin: 0 auto;
}

.hr_d_list i {
    width: 54px;
    display: block;
    background: url(../images/hr_d_icon.png) center center no-repeat;
    float: left;
}

.hr_d_list ul {
    float: left;
    text-align: center;
    width: 20%
}

.hr_d_list ul li {
    padding: 60px 0px;
    color: #212529;
    font-size: 16px;
}

.hr_d_list ul li .pic {
    margin-bottom: 5px;
    line-height: 0px;
}

.hr_d_list ul li span {
    display: block;
}

.hr_e {
    width: 100%;
}

.hr_e_con {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
}

.hr_e_con .hd {
    overflow: hidden;
    float: left;
    width: 50%;
    padding: 0px 20px 0px 120px;
    box-sizing: border-box;
    background: url(../images/hr_e_img1.jpg) left top no-repeat;
}

.hr_e_title {
    padding-top: 110px;
    font-size: 40px;
    line-height: 1.5em;
    color: #ffffff;
    margin-bottom: 25px;
}

.hr_e_con .hr_e_p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 65px;
}

.hr_e_con .pageState {
    font-size: 26px;
    color: #a0a4ab;
    display: block;
    margin-bottom: 30px;
    letter-spacing: 5px;
}

.hr_e_con .pageState span {
    color: #ffffff;
}

.hr_e_con .hd ul li {
    float: left;
    width: 12px;
    height: 12px;
    margin-right: 13px;
    overflow: hidden;
    text-indent: -999px;
    background: #ffffff;
    opacity: 0.36;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
}

.hr_e_con .hd ul li.on {
    opacity: 1;
}

.hr_e_con .bd {
    width: 50%;
    float: right;
}

.hr_e_con .bd ul li {
    line-height: 0px;
}

.hr_e_con .bd ul li img {
    width: 100%;
}

.hr_search {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    padding: 30px;
    z-index: 9998;
    display: none;
}

.hr_favorites {
    display: none;
    z-index: 9999;
}

.mask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hr_search_center {
    background: #fff;
    width: calc(100% - 60px);
    height: calc(100vh - 60px);
    position: relative;
    z-index: 2;
    display: flex;
}

.hr_search_left {
    width: 23%;
    border-right: 1px solid #dce2eb;
    position: relative;
}

.hr_search_left_top {
    border-bottom: 1px solid #dce2eb;
    padding: 50px 15% 46px 15%;
}

.hr_search_left_top_title {
    font-size: 36px;
    color: #272b30;
    font-weight: bold;
    margin-bottom: 46px;
}

.hr_search_left_top_title span {
    color: #156ce6;
}

.hr_search_left_top_search {
    width: 100%;
    height: 45px;
    background: #f4f6f8;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
}

.hr_search_input2 {
    width: calc(100% - 80px);
    padding: 5px 0px 5px 15px;
    height: 35px;
    font-size: 16px;
    float: left;
    background: none;
    border: none;
    color: #9c9c9c;
    outline-style: none;
}

.hr_search_btn2 {
    display: inline;
    float: left;
    width: 65px;
    height: 45px;
    margin: 0px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border: none;
    cursor: pointer;
    color: #9c9c9c;
    background: url(../images/hr_search_btn.png) center center no-repeat;
    -webkit-appearance: none;
    outline-style: none;
}

.hr_search_input2:-moz-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.hr_search_input2::-moz-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.hr_search_input2:-ms-input-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.hr_search_input2::-webkit-input-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.hr_search_left_bottom {
    padding: 15px 15% 0px 15%;
}

.hr_search_reset {
    color: #383f47;
    font-size: 14px;
    border-bottom: 1px solid #383f47;
    padding: 22px 0px;
    display: block;
    cursor: pointer;
}

.hr_menu dl {
    display: none;
}

.hr_menu {
    margin-bottom: 40px;
}

.hr_menu ul li {
    border-bottom: 1px solid #383f47;
    padding: 22px 0px;
}

.hr_menu ul li span {
    font-size: 18px;
    display: block;
    position: relative;
}

.hr_menu ul li span a {
    color: #383f47;
}

.hr_menu ul li span i {
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -7.5px;
    background: url(../images/category_menu_open.png) center center no-repeat;
}

.hr_menu ul li .current_a i {
    background: url(../images/category_menu_close.png) center center no-repeat;
}

.hr_menu dl {
    display: none;
    padding-bottom: 0px;
    padding-top: 20px;
}

.hr_menu dl dt {
    margin-bottom: 15px;
}

.hr_menu dl dt {
    float: left;
    width: 50%;
}

.hr_menu dl dt a {
    font-size: 14px;
    color: #383f47;
    padding-left: 29px;
    position: relative;
    display: block;
}

.hr_menu dl dt a:hover {
    color: #156ce6;
}

.hr_menu dl dt i {
    width: 20px;
    height: 20px;
    background: #e8e8e8;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.hr_menu_current {
    background: #1978fa url(../images/click_icon.png) center center no-repeat !important;
}

.hr_search_right {
    width: 77%;
    background: #f4f6f8;
    position: relative;
    padding: 96px 52px 52px 52px;
    display: flex;
}

.hr_favorites_btn_box {
    position: absolute;
    left: 0px;
    bottom: 40px;
    padding: 0px 15% 0px 15%;
    width: 100%;
    box-sizing: border-box;
}

.hr_favorites_btn {
    padding-left: 35px;
    background: url(../images/hr_favorites_icon.png) left center no-repeat;
    line-height: 32px;
    font-size: 16px;
    display: block;
    position: relative;
}

.hr_favorites_btn span {
    font-size: 14px;
    color: #383f47;
    position: absolute;
    right: 0px;
}

.hr_search_close {
    width: 22px;
    height: 22px;
    background: url(../images/hr_search_close.png) center center no-repeat;
    display: block;
    position: absolute;
    right: 32px;
    top: 32px;
    cursor: pointer;
}

.hr_search_right_center {
    width: 100%;
    background: #ffffff;
    overflow-y: scroll;
}

.hr_search_list ul li {
    border-top: 2px solid #f4f6f8;
    border-bottom: 2px solid #f4f6f8;
}

.hr_search_list_box {
    padding: 25px 34px;
    cursor: pointer;
}

.hr_search_list_left {
    float: left;
}

.hr_search_list_left i {
    display: block;
    font-size: 12px;
    color: #85898e;
    display: block;
    margin-bottom: 5px;
}

.hr_search_list_left strong {
    display: block;
    font-size: 18px;
    color: #363d48;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.hr_search_list_left span {
    display: block;
    font-size: 14px;
    color: #85898e;
    display: block;
}

.hr_search_list_right {
    float: right;
    padding-top: 25px;
}

.hr_search_list_right a {
    float: left;
    margin-left: 16px;
    width: 26px;
    height: 26px;
    display: block;
}

.hr_search_favorites_btn {
    background: url(../images/hr_search_list_icon1.png) center center no-repeat;
}

.hr_search_favorites_btn_on {
    background: url(../images/hr_search_list_icon1_hover.png) center center no-repeat !important;
}

.hr_search_share_btn {
    background: url(../images/hr_search_list_icon2.png) center center no-repeat;
}

.hr_search_share_btn:hover {
    background: url(../images/hr_search_list_icon2_hover.png) center center no-repeat;
}

.hr_search_display {
    padding: 34px;
    display: flex;
    display: none;
}

.hr_search_display_left {
    width: 60%;
    float: left;
    color: #414751;
}

.hr_search_display_left_title {
    font-size: 24px;
    margin-bottom: 20px;
}

.hr_search_display_left_con {
    font-size: 14px;
    line-height: 2em;
}

.hr_search_display_right {
    width: 25%;
    padding-left: 5%;
    float: right;
    border-left: 1px solid #eceff2;
}

.hr_search_display_right_title {
    font-size: 24px;
    margin-bottom: 30px;
}

.hr_search_display_right_btn {
    max-width: 287px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
    background: #156ce6;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.hr_search_display_right_btn:hover {
    background: #006aff;
    color: #fff;
}

.hr_zhiwei_name {
    font-size: 14px;
    color: #414751;
    border-bottom: 1px solid #dde5ed;
    margin-bottom: 25px;
    padding: 0px 15px 25px 15px;
}

.hr_zhiwei_name span {
    font-weight: bold;
    width: 40%;
    float: left;
}

.hr_zhiwei_info {
    font-size: 14px;
    color: #414751;
    border-bottom: 1px solid #dde5ed;
    margin-bottom: 15px;
    padding: 0px 15px 15px 15px;
}

.hr_zhiwei_info div {
    padding: 8px 0px;
    display: flex;
}

.hr_zhiwei_info span {
    font-weight: bold;
    width: 40%;
    float: left;
}

.hr_zhiwei_info em {
    width: 60%;
}

.hr_zhiwei_xinzi {
    font-size: 14px;
    color: #414751;
    padding: 0px 15px;
    margin-bottom: 35px;
}

.hr_zhiwei_xinzi span {
    font-weight: bold;
    width: 40%;
    float: left;
}

.hr_zhiwei_xinzi strong {
    font-weight: bold;
    color: #eb1721;
}

.hr_favorites_left_top_title span {
    float: right;
}

.hr_favorites_left_top_btn {
    width: 24px;
    height: 21px;
    background: url(../images/hr_favorites_left_top_btn.png) center center no-repeat;
    display: block;
    margin-bottom: 25px;
    cursor: pointer;
}

/*products*/
.menu {
    width: 100%;
    height: 75px;
    line-height: 75px;
    background: #fff;
    border-bottom: 1px solid #dfe4eb;
    text-align: center;
    margin: 0 auto;
    /*transition: all 0.5s;*/
    /*-webkit-transition: all 0.5s;*/
}

.menu ul li {
    display: inline-block;
    margin: 0px 45px;
}

.menu ul li a {
    font-size: 18px;
    color: #494f57;
    display: block;
    position: relative;
}

.menu ul li .current, .menu ul li a:hover {
    font-weight: bold;
    background: url(../images/menu_icon.jpg) center bottom no-repeat;
}

.menu_fixer {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.menu_fixer_1 {
    top: 80px;
    height: 40px;
    line-height: 40px;
}

.products {
    width: 100%;
    min-height: 500px;
    background: url(../images/products_bg.jpg) left top repeat;
}

.products_top {
    margin-bottom: 10px;
}

.products_top_center {
    padding: 30px 60px;
}

.products_top_left {
    float: left;
    color: #146ee9;
    font-weight: bold;
    color: #146ee9;
    font-size: 30px;
}

.products_top_right {
    float: right;
    padding-top: 30px;
}

.products_top_right a {
    font-size: 24px;
    margin: 0px 22px;
    cursor: pointer;
}

.products_top_category {
    background: url(../images/products_top_category.png) left center no-repeat;
    padding-left: 47px;
}

.products_top_search {
    background: url(../images/products_top_search.png) left center no-repeat;
    padding-left: 34px;
}

.products_search {
    padding: 10px 60px;
    display: none;
    clear: both;
}

.products_search_center {
    height: 60px;
    border: 1px solid #eaeef3;
    background: #ffffff;
    box-shadow: 0px 0px 5px #e6e6e6;
}

.products_search_input {
    width: calc(100% - 82px);
    padding: 10px 0px;
    height: 40px;
    font-size: 24px;
    float: left;
    background: none;
    border: none;
    text-align: center;
    color: #494f57;
    outline-style: none;
}

.products_search_btn {
    display: inline;
    float: left;
    width: 82px;
    height: 60px;
    margin: 0px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border: none;
    cursor: pointer;
    color: #494f57;
    background: #146ee9 url(../images/products_search_btn.png) center center no-repeat;
    -webkit-appearance: none;
    outline-style: none;
}

.products_search_input:-moz-placeholder {
    color: #494f57;
    opacity: 1;
}

.products_search_input::-moz-placeholder {
    color: #494f57;
    opacity: 1;
}

.products_search_input:-ms-input-placeholder {
    color: #494f57;
    opacity: 1;
}

.products_search_input::-webkit-input-placeholder {
    color: #494f57;
    opacity: 1;
}

.products_center {
    padding: 0px 60px 100px 60px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.products_left {
    float: left;
    width: 250px;
    margin-right: 20px;
    /*overflow: hidden;*/
}

.products_left_center {
    width: 210px;
}

.products_right {
    padding-left: 270px;
    min-height: 200px;
}

.category_menu {
    margin-bottom: 40px;
}

.category_menu ul li a {
    display: block;
}

.category_menu ul li span {
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
}

.category_menu ul li span a {
    color: #383f47;
    padding-right: 20px;
}

.category_menu ul li span i {
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -7.5px;
    background: url(../images/category_menu_open.png) center center no-repeat;
}

.category_menu dl {
    display: none;
    padding-bottom: 25px;
}

.category_menu dl dt {

}

.category_menu dl dt a {
    font-size: 16px;
    color: #929ba5;
    margin-bottom: 15px;
}

.category_menu dl dt dl {
    padding-bottom: 0px;
}

.category_menu dl dt dl dt {
    padding-left: 15px;
}

.category_menu dl dt dl dt a {
    position: relative;
    padding-left: 16px;
}

.category_menu dl dt dl dt a:before {
    content: "·";
    font-weight: bolder;
    font-size: 16px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.category_menu dl dt a:hover, .category_menu dl dt a.current, .product_current {
    color: #1978fa !important;
}

.category_menu ul li .current_a i {
    background: url(../images/category_menu_close.png) center center no-repeat;
}

.filter_menu {
    border-top: 1px solid #383f47;
    padding: 25px 0px;
}

.filter_menu span {
    font-size: 18px;
    color: #383f47;
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
}

.filter_menu ul li {
    padding: 8px 0px;
    line-height: 20px;
    position: relative;
}

.filter_menu ul li a {
    display: block;
    font-size: 14px;
    color: #383f47;
}

.filter_menu ul li i {
    width: 20px;
    height: 20px;
    background: #e8e8e8;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.filter_current {
    background: #1978fa url(../images/click_icon.png) center center no-repeat !important;
}

.products_right_bottom {
    position: relative;
}

.products_right_bottom_pic {
    width: 100%;
    height: 560px;
    background: #146ee9 url(../images/products_bottom_bg.jpg) right top no-repeat;
    position: relative;
    background-size: 100% 100%;
}

.products_right_bottom_pic_box {
    width: 85%;
    height: 470px;
    background: #146ee9;
    margin-top: 90px;
    float: left;
}

.products_right_bottom_pic_con {
    display: flex;
}

.products_right_bottom_pic_con .bd {
    width: 80%;
}

.products_right_bottom_pic_con .bd li {
    line-height: 0px;
}

.products_right_bottom_pic_con .bd li img {
    max-width: 100%;
    max-height: 100%;
}

.products_right_bottom_pic_con .hd {
    width: 20%;
    padding-top: 100px;
}

.products_right_bottom_pic_con .pageState {
    font-size: 72px;
    color: #ffffff;
    display: block;
    letter-spacing: 5px;
    text-align: center;
    margin: 0px auto 0px auto;
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    writing-mode: vertical-rl;
}

.products_right_bottom_pic_con .hd ul {
    width: 12px;
    margin: 0 auto;
    padding-top: 50px;
}

.products_right_bottom_pic_con .hd ul li {
    width: 12px;
    height: 12px;
    margin: 10px 0px;
    overflow: hidden;
    text-indent: -999px;
    background: #ffffff;
    opacity: 0.36;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
}

.products_right_bottom_pic_con .hd ul li.on {
    opacity: 1;
}

.products_right_bottom_logo {
    width: 100%;
    background: #146ee9;
}

.products_right_bottom_logo_box {
    width: 85%;
    height: 245px;
    background: #ffffff;
}

.products_right_bottom_icon {
    width: 67px;
    height: 378px;
    background: url(../images/products_right_bottom_icon.png) center center no-repeat;
    position: absolute;
    right: 47px;
    top: 100px;
}

.products_right_bottom_logo_list {
    width: 100%;
    padding-top: 85px;
    overflow: hidden;
}

.products_right_bottom_logo_list ul li {
    width: 20%;
    text-align: center;
}

.products_right_bottom_logo_list ul li .pic {
    float: left;
    margin-right: 10px;
}

.products_right_bottom_logo_list ul li img {
    max-width: 100%;
    max-height: 100%;
}

.products_right_bottom_logo_list .tempWrap {
    margin: 0 auto;
}

.pro_item_display {
    width: 100%;
    padding-bottom: 60px;
    display: none;
}

.pro_item_display_left {
    width: 50%;
    float: left;
}

.pro_item_display_right {
    width: 50%;
    float: right;
    padding-left: 168px;
    box-sizing: border-box;
    position: relative;
}

.pro_item_display_erweima {
    width: 111px;
    background: #d8dce1;
    position: absolute;
    left: 0px;
    top: 0px;
}

.pro_item_display_erweima_center {
    padding: 29px 12px 5px 12px;
    text-align: center;
}

.pro_item_display_erweima_center img {
    width: 100%;
}

.pro_item_display_erweima_center span {
    display: block;
    font-size: 14px;
    color: #44444b;
    display: block;
    padding: 5px 0px;
}

.pro_item_display_title {
    font-size: 48px;
    color: #2b2b35;
    margin-bottom: 25px;
    padding-top: 40px;
}

.pro_item_display_title2 {
    font-size: 24px;
    color: #2b2b35;
    margin-bottom: 15px;
}

.pro_item_display_p {
    font-size: 14px;
    color: #2b2b35;
    margin-bottom: 30px;
}

.pro_item_display_parameter {
    color: #424953;
    font-size: 14px;
    margin-bottom: 30px;
}

.pro_item_display_parameter div {
    padding: 3px 0px;
}

.pro_item_display_parameter span {
    width: 70px;
    float: left;
}

.pro_item_display_btn {
    width: 176px;
    height: 48px;
    line-height: 48px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff !important;
    background: #146ee9;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.pro_item_display_btn:hover {
    background: #004fbf;
}

.products_list {
    background: #ffffff;
}

.products_list dl {
    border: 1px solid #eaeef3;
    border-bottom: none;
    height: 20px;
    padding: 25px 0px;
    display: flex;
    align-items: center;
}

.products_list dl dt {
    float: left;
    color: #383f47;
    font-size: 14px;
}

.products_list dl dt:nth-child(1) {
    width: 22%;
    padding-left: 3%;
}

.products_list dl dt:nth-child(2) {
    width: 14%;
}

.products_list dl dt:nth-child(3) {
    width: 14%;
}

.products_list dl dt:nth-child(4) {
    width: 14%;
}

.products_list dl dt:nth-child(5) {
    width: 14%;
}

.products_list dl dt:nth-child(6) {
    width: 22%;
}

.products_list ul {
    margin-bottom: 50px;
}

.products_list ul {
    border: 1px solid #eaeef3;
    padding: 0px 0px;
    border-bottom: none;
}

.products_list ul li {
    width: 100%;
    border-bottom: 1px solid #eaeef3;
}

.products_list ul li .pro_item_box {
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 0px;
}

.products_list ul li .pro_item {
    float: left;
    color: #677283;
    font-size: 14px;
}

.products_list ul li .pro_item img {
    vertical-align: middle;
    width: 100px;
}

.products_list ul li .pro_item1 {
    width: 22%;
    padding-left: 3%;
    color: #545d68;
    font-size: 18px;
    font-weight: bold;
}

.products_list ul li .pro_item2 {
    width: 14%;
}

.products_list ul li .pro_item3 {
    width: 14%;
}

.products_list ul li .pro_item4 {
    width: 14%;
}

.products_list ul li .pro_item5 {
    width: 14%;
}

.products_list ul li .pro_item6 {
    width: 22%;
}

.products_list ul li:hover, .products_list_current {
    background: #f5f5f5;
}

.products_display_pic {
    width: 467px;
    line-height: 0px;
    margin: 0 auto;
    text-align: center;
}

.products_display_pic img {
    width: 100%;
}

.products_display_pic .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.products_display_pic .swiper-slide {
    background-size: cover;
    background-position: center;
}

.products_display_pic .gallery-top {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
}

.products_display_pic .gallery-top img {
    max-width: 80%;
}

.products_display_pic .swiper-button-prev, .products_display_pic .swiper-button-next {
    width: 30px;
    height: 100%;
    left: 0px;
    top: 0px;
    line-height: 100%;
    text-align: center;
}

.products_display_pic .swiper-button-prev {
    background: url(../images/products_display_left.png) center center no-repeat;
}

.products_display_pic .swiper-button-next {
    background: url(../images/products_display_right.png) center center no-repeat;
    left: auto;
    right: 0px;
}

.products_display_pic .gallery-thumbs {
    box-sizing: border-box;
    padding: 0px 30px;
}

.products_display_pic .gallery-thumbs .swiper-wrapper {
}

.products_display_pic .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 1;
    line-height: 0px;
}

.products_display_pic .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.products_display_pic .swiper-button-next, .products_display_pic .swiper-button-prev {
    width: 30px;
    height: 100%;
    margin: 0px;
}

.products_display_pic .swiper-button-next.swiper-button-disabled, .products_display_pic .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto !important;
    opacity: 1;
    cursor: pointer;
}

.products_display_pic .gallery-thumbs img {
    border: 1px solid #c0cad6;
    box-sizing: border-box;
}

.products_display_pic .gallery-thumbs .swiper-slide-thumb-active img {
    border: 1px solid #98a3b0;
    box-sizing: border-box;
}

.pro_model_box {
    position: relative;
}

.products_display_pic .swiper-button-next-promodel, .products_display_pic .swiper-button-next-promodel {
    width: 30px;
    height: 100%;
    left: 0px;
    top: 0px;
    line-height: 100%;
    text-align: center;
}

.products_display_pic .swiper-button-prev-promodel {
    background: url(../images/products_display_big_left.png) center center no-repeat;
}

.products_display_pic .swiper-button-next-promodel {
    background: url(../images/products_display_big_right.png) center center no-repeat;
    left: auto;
    right: 0px;
}

/*investment*/
.investment {
    background: #f8f8f8;
    padding: 73px 0px 100px 0px;
}

.investment_center {
    max-width: 1400px;
    margin: 0 auto;
}

.investment_right {
    float: right;
    width: 24%;
    min-height: 200px;
    background: #fff;
}

.investment_right_center {
    padding: 25px 10px 25px 59px;
}

.investment_right ul li {
    height: 20px;
    line-height: 20px;
    margin-bottom: 25px;
}

.investment_right ul li a {
    padding: 5px 0px;
    font-size: 16px;
}

.investment_right ul li a:hover, .investment_current {
    font-size: 18px !important;
    color: #0a74eb !important;
    font-weight: bold;
}

.investment_left {
    float: left;
    width: 70%;
    min-height: 200px;
}

.investment_gaikuang_title {
    line-height: 36px;
    margin-bottom: 34px;
}

.investment_gaikuang_title span {
    float: left;
    font-size: 30px;
    color: #172635;
    border-left: 4px solid #1365ec;
    padding-left: 18px;
}

.investment_gaikuang_title a {
    float: right;
    line-height: 36px;
    box-sizing: border-box;
    padding: 0px 27px;
    text-align: center;
    font-size: 14px;
    color: #172635;
    border: 1px solid #595e61;
}

.investment_gaikuang_title a:hover {
    border: 1px solid #1365ec;
    color: #1365ec;
}

.investment_gaikuang_a {
    margin-bottom: 65px;
}

.investment_gaikuang_a_con {
    color: #696f76;
    font-size: 16px;
    line-height: 2em;
}

.investment_gaikuang_a_con img, .investment_gaikuang_a_con table {
    max-width: 100%;
}

.investment_gaikuang_b {
    margin-bottom: 65px;
}

.investment_gaikuang_b_box {
    width: 100%;
}

.investment_gaikuang_b_box img {
    width: 100%;
}

.investment_gaikuang_b_box .pic {
    line-height: 0px;
}

.investment_gaikuang_b_box .txt {
    background: #fff;
    padding: 20px 30px 35px 30px;
}

.investment_gaikuang_b_box .txt span {
    width: 100%;
    font-size: 24px;
    line-height: 1.6em;
    height: 4.8em;
    overflow: hidden;
    margin-bottom: 50px;
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
}

.investment_gaikuang_c {
    margin-bottom: 65px;
}

.investment_gaikuang_b_box .txt em {
    display: block;
    font-size: 14px;
    color: #33393e;
    height: 1em;
    line-height: 1em;
    overflow: hidden;
}

.investment_gaikuang_b_list .swiper-container {
    padding-bottom: 50px;
}

.investment_gaikuang_b_list .swiper-pagination {
    bottom: 0px;
}

.investment_gaikuang_c {
}

.investment_gaikuang_c_box {
    height: 134px;
    padding: 30px 40px;
    background: #fff;
}

.investment_gaikuang_c_box span {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #343c44;
    font-weight: bold;
    overflow: hidden;
    display: block;
    margin-bottom: 40px;
}

.investment_gaikuang_c_box em {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #33393e;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.investment_gaikuang_c_box em::after {
    content: "";
    width: 22px;
    height: 1px;
    background: #c4cdd7;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.investment_gaikuang_c_box a {
    padding-left: 26px;
    background: url(../images/pdf_icon.png) left center no-repeat;
    font-size: 14px;
    color: #88939e;
}

.investment_gaikuang_c_box a:hover {
    color: #000;
}

.investment_gaikuang_c_list .swiper-container {
    padding-bottom: 50px;
}

.investment_gaikuang_c_list .swiper-pagination {
    bottom: 0px;
}

/*investment_report*/
.investment_report_title {
    padding-bottom: 25px;
    border-bottom: 1px solid #5d626b;
}

.investment_report_title strong {
    font-size: 30px;
    color: #282a2f;
    float: left;
    font-weight: 400;
}

.investment_report_year {
    float: right;
    font-size: 30px;
    color: #282a2f;
    padding-right: 32px;
    position: relative;
    margin-top: 7px;
}

investment_report_year span {
    cursor: pointer;
}

.investment_report_year::after {
    content: "";
    width: 18px;
    height: 11px;
    background: url(../images/year_icon.png) center center no-repeat;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -5.5px;
}

.investment_report_year ul {
    padding: 5px 0px;
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    text-align: center;
}

.investment_report_year ul li {
    padding: 5px 0px;
    font-size: 24px;
}

.investment_report_year:hover ul {
    display: block;
}

.investment_report_year ul li a:hover {
    color: #146ee9;
}

.investment_report_list ul {
    padding: 30px 0px;
    border-bottom: 1px solid #bfc5d0;
    display: flex;
}

.investment_report_list_left {
    width: 140px;
    float: left;
    font-size: 36px;
    color: #c3cbd4;
}

.investment_report_list_right {
    width: calc(100% - 140px);
}

.investment_report_list_right dl dt {
    padding: 7px 0px;
    height: 40px;
}

.investment_report_list_right dl dt em {
    float: left;
    width: 80px;
    font-size: 14px;
    color: #646f7c;
}

.investment_report_list_right dl dt span {
    width: calc(100% - 175px);
    height: 20px;
    line-height: 20px;
    display: block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.investment_report_list_right dl dt a {
    padding-left: 26px;
    background: url(../images/pdf_icon.png) left center no-repeat;
    font-size: 14px;
    color: #88939e;
    display: block;
    float: right;
}

.investment_report_list_right dl dt a:hover {
    color: #000;
}

.investment_report_list {
    margin-bottom: 50px;
}

.investment_report_more {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #f0f0f0;
    color: #282a2f;
    text-align: center;
    font-size: 14px;
    display: block;
}

.investment_report_more:hover {
    background: #1757b1;
    color: #ffffff;
}

/*investment_fair*/
.investment_fair_title {
    padding-bottom: 25px;
    border-bottom: 1px solid #5d626b;
}

.investment_fair_title strong {
    font-size: 30px;
    color: #282a2f;
    font-weight: 400;
}

.investment_fair_list {
    padding: 35px 0px 5px 0px;
}

.investment_fair_list_title {
    font-size: 20px;
    color: #282a2f;
    margin-bottom: 35px;
}

.investment_fair_list ul {
    margin-bottom: 30px;
}

.investment_fair_list ul li {
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    overflow: hidden;
}

.investment_fair_list ul li em {
    border-top: 1px solid #bfc5d0;
    color: #646f7c;
    width: 163px;
    height: 64px;
    line-height: 64px;
    overflow: hidden;
    display: block;
    float: left;
}

.investment_fair_list ul li span {
    border-top: 1px solid #bfc5d0;
    color: #282a2f;
    height: 64px;
    line-height: 64px;
    overflow: hidden;
    float: right;
    width: calc(100% - 200px);
    white-space: nowrap;
    text-overflow: ellipsis;
}

.investment_fair_list ul li a:hover em, .investment_fair_list ul li a:hover span {
    color: #146ee9;
}

/*investment_visit*/
.investment_visit_title {
    padding-bottom: 25px;
    border-bottom: 1px solid #5d626b;
}

.investment_visit_title strong {
    font-size: 30px;
    color: #282a2f;
    font-weight: 400;
}

.investment_form {
    padding: 40px 0px;
    border-bottom: 1px solid #d7dde7;
    margin-bottom: 40px;
}

.investment_form_left {
    width: 48%;
    float: left;
}

.investment_form_right {
    width: 48%;
    float: right;
}

.investment_form_item {
    margin-bottom: 20px;
}

.investment_form_item span {
    display: block;
    font-size: 14px;
    color: #282a2f;
    margin-bottom: 10px;
    padding-left: 15px;
}

.investment_form input {
    width: 100%;
    height: 50px;
    padding: 1px 15px;
    box-sizing: border-box;
    border: none;
    background: #f2f2f2;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.investment_form textarea {
    width: 100%;
    height: 247px;
    border: none;
    resize: none;
    background: #f2f2f2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.verification_img {
    width: 149px;
    height: 52px;
    float: right;
}

.verification_input {
    width: calc(100% - 175px) !important;
    float: left;
}

.investment_form_btn_box {
    padding-top: 15px;
    width: 100%;
    text-align: right;
}

.investment_form_btn {
    width: 146px;
    height: 52px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    padding: 0px;
    border: none;
    cursor: pointer;
}

.investment_form_btn1 {
    background: #f2f2f2;
    color: #889096;
    margin-right: 10px;
}

.investment_form_btn1:hover {
    background: #dedede;
}

.investment_form_btn2 {
    background: #146ee9;
    color: #ffffff;
}

.investment_form_btn2:hover {
    background: #2f87ff;
}

.investment_form_con {
    padding-top: 20px;
    font-size: 24px;
    line-height: 1.8em;
}

/*contact*/
.contact_a {
    background: #fafbfc;
    padding: 40px 0px;
}

.contact_a_center {
    width: 1200px;
    height: 510px;
    margin: 0 auto;
    background: url(../images/contact_map.png) center bottom no-repeat;
    position: relative;
}

.contact_a_title {
    font-size: 30px;
    color: #2b3036;
    /*margin-bottom: 50px;*/
    text-align: center;
}

.contact_a ul {
}

.contact_a ul li {
    width: 127px;
    height: 127px;
    background: #f0f2f5;
    margin-bottom: 9px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

.contact_a ul li .contact_a_num {
    font-size: 48px;
    display: block;
    padding-top: 20px;
    color: #464f5c;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
}

.contact_a ul li .contact_a_num i {
    position: absolute;
    width: 16px;
    height: 16px;
    font-size: 20px;
    line-height: 14px;
    font-weight: bold;
    right: 20px;
    top: 20px;
}

.contact_a ul li span {
    font-size: 14px;
    color: #464f5c;
    display: block;
}

.country {
    position: absolute;
    width: 53px;
    padding-top: 63px;
    background: url(../images/contact_a_icon.png) top center no-repeat;
    text-align: center;
}

.country span {
    display: block;
    font-size: 16px;
    color: #2a2f34;
    font-weight: bold;
}

.country i {
    width: 1px;
    height: 63px;
    display: block;
    background: #0070ed;
    margin: 8px auto;
}

.country1 {
    right: 282px;
    bottom: 187px;
}

.country1 i {
    height: 63px;
}

.country2 {
    right: 403px;
    bottom: 325px;
}

.country2 i {
    height: 51px;
}

.country3 {
    right: 335px;
    bottom: 163px;
}

.country3 i {
    height: 20px;
}

.country4 {
    right: 434px;
    bottom: 185px;
}

.country4 i {
    height: 24px;
}

.country5 {
    right: 593px;
    bottom: 320px;
}

.country5 i {
    height: 21px;
}

.country6 {
    left: 232px;
    bottom: 305px;
}

.country6 i {
    height: 34px;
}

.country7 {
    left: 180px;
    bottom: 230px;
}

.country7 i {
    height: 68px;
}

.country8 {
    left: 286px;
    bottom: 182px;
}

.country8 i {
    height: 16px;
}

.contact_b {

}

.contact_b_center {
    width: 1200px;
    margin: 0 auto;
}

.contact_b_tab .hd {
    border: 1px solid #0c69d2;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    color: #0c69d2;
    text-align: center;
    margin-bottom: 48px;
}

.contact_b_tab .hd ul li {
    width: 50%;
    float: left;
    cursor: pointer;
}

.contact_b_tab .hd ul li.on {
    background: #0c69d2;
    color: #fff;
}

.contact_b_list {
    border-top: 1px solid #e2e2e2;
}

.contact_b_list ul li {
    display: flex;
    position: relative;
}

.contact_b_list_left {
    width: 223px;
    margin-right: 30px;
    border-bottom: 1px solid #e2e2e2;
    padding: 45px 0px;
}

.contact_b_list_left strong {
    display: block;
    font-weight: bold;
    color: #0c69d2;
    margin-bottom: 5px;
    font-size: 24px;
}

.contact_b_list_left span {
    font-size: 14px;
    color: #2a2e34;
}

.contact_b_list_right {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    padding: 45px 0px;
    padding-right: 210px;
}

.contact_b_list_right_title {
    margin-bottom: 10px;
    font-weight: bold;
    color: #2a2e34;
    font-size: 18px;
}

.contact_b_list_right_title i {
    display: inline-block;
    width: 2px;
    height: 18px;
    background-color: #5288D9;
    vertical-align: middle;
    margin: 0 20px;
}

.contact_b_list_right_title span {
    color: #5288D9;
}

.contact_b_list_right_con {
    font-size: 14px;
    color: #26292e;
    margin-bottom: 10px;
}

.contact_b_list_right_con span {
    display: inline-block;
    margin-bottom: 10px;
}

.contact_b_list_right_con a {
    color: #7b8492;
    text-decoration: underline;
}

.contact_b_list_right_tool {
    color: #7b8492;
}

.contact_b_list_right_tool img {
    vertical-align: middle;
}

.contact_b_list_right_tool a {
    color: #7b8492;
    text-decoration: underline;
}

.contact_b_list_right_erweima {
    position: relative;
}

.contact_b_list_right_erweima_pic {
    display: none;
    position: absolute;
    bottom: 20px;
    right: 0px;
    line-height: 0px;
}

.contact_b_list_right_erweima_pic img {
    width: 160px;
}

.contact_b_list_right_erweima:hover .contact_b_list_right_erweima_pic {
    display: block;
}

.contact_b_list_right_tool dl dt {
    margin-right: 30px;
    float: left;
}

.contact_b_list_right_btn {
    width: 122px;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
    color: #7a8693 !important;
    text-align: center;
    border: 1px solid #e5e6f3;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -20.5px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}

.contact_b_list_right_btn:hover {
    background: #0c69d2;
    color: #ffffff !important;
    border: 1px solid #0c69d2;
}

/*cooperation*/
.cooperation {
    display: flex;
    min-height: 500px;
    background: #f5f6f7;
}

.cooperation_left {
    width: 324px;
    background: #ffffff;
    border-right: 1px solid #ebebeb;
}

.cooperation_title {
    font-size: 30px;
    font-weight: bold;
    color: #172635;
    padding: 30px 40px;
    border-bottom: 1px solid #dbdcde;
}

.cooperation_menu {
    padding: 30px 40px;
}

.cooperation_menu_title {
    color: #bec5cc;
    font-size: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dbdcde;
}

.cooperation_menu ul li {
    height: 35px;
    line-height: 34px;
    padding: 0px 0px;
}

.cooperation_menu ul li a {
    color: #383f47;
    font-size: 14px;
    display: block;
}

.cooperation_menu ul li a:hover, .cooperation_menu ul li a.current {
    font-size: 16px;
    color: #146ee9;
    font-weight: bold;
    background: url(../images/cooperation_menu_icon.png) right center no-repeat;
}

.cooperation_right_top {
    line-height: 0px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    position: relative;
}

.cooperation_right_top img {
    width: 100%;
}

.cooperation_right_top_center {
    position: absolute;
    left: 20%;
    top: 50%;
    margin-top: -22px;
    line-height: normal;
}

.cooperation_right_top_center span {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ffffff;
}

.cooperation_form {
    padding: 80px 20% 80px 20%;
}

.cooperation_form_item {
    margin-bottom: 30px;
}

.cooperation_form span {
    display: block;
    color: #2d3339;
    font-size: 18px;
    margin-bottom: 13px;
}

.cooperation_form input, .cooperation_form select {
    width: 100%;
    height: 49px;
    line-height: 49px;
    background: #fff;
    border: none;
    padding: 0px 20px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
}

.cooperation_form textarea {
    width: 100%;
    padding: 20px;
    height: 210px;
    box-sizing: border-box;
    border: none;
    resize: none;
    background: #ffffff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
}

.cooperation_form_item_radio label {
    margin-right: 10px;
}

.cooperation_form_item_radio input {
    width: auto;
    padding: 0px;
    height: auto;
    background: none;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.cooperation_form_item_left {
    float: left;
    width: 48.5%;
}

.cooperation_form_item_right {
    float: right;
    width: 48.5%;
}

.cooperation_form_item_marginbottom {
    margin-bottom: 20px;
}

.cooperation_form_item_verification input {
    width: calc(100% - 148px) !important;
    margin-right: 2px;
    float: left;
}

.cooperation_form_item_verification img {
    width: 146px;
    height: 49px;
}

.cooperation_form_btn_box {
    padding-top: 30px;
}

.cooperation_form_btn {
    width: 100%;
    height: 56px;
    text-align: center;
    font-size: 18px;
    padding: 0px;
    border: none;
    cursor: pointer;
    background: #005fca;
    color: #ffffff;
}

.cooperation_form_btn:hover {
    background: #0078ff;
}

.cooperation_form input:-moz-placeholder {
    color: #a6b3c0;
    opacity: 1;
}

.cooperation_form input::-moz-placeholder {
    color: #a6b3c0;
    opacity: 1;
}

.cooperation_form input:-ms-input-placeholder {
    color: #a6b3c0;
    opacity: 1;
}

.cooperation_form input::-webkit-input-placeholder {
    color: #a6b3c0;
    opacity: 1;
}

.cooperation_form select:-moz-placeholder {
    color: #a6b3c0;
    opacity: 1;
}

.cooperation_form select::-moz-placeholder {
    color: #a6b3c0;
    opacity: 1;
}

.cooperation_form select:-ms-input-placeholder {
    color: #a6b3c0;
    opacity: 1;
}

.cooperation_form select::-webkit-input-placeholder {
    color: #a6b3c0;
    opacity: 1;
}

/*details*/
.details {
    background: #fff;
    padding: 15px;
    min-height: 350px;
}

.details img, .details table {
    max-width: 100%;
}

.details_title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    padding: 20px 0px;
    border-bottom: 1px solid #f1f1f1;
}

.details_tool {
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px;
}

.details_tool em {
    margin: 0px 15px;
}

.details_brief {
    background: #f1f1f1;
    padding: 15px;
    line-height: 1.6em;
    font-size: 14px;
    margin-bottom: 25px;
}

.details_content {
    font-size: 16px;
    line-height: 1.8em;
}

@media screen and (max-width: 1800px) {
    .header_left {
        left: 40px;
    }

    .header_right {
        right: 40px;
    }

    /*banner*/
    /*.banner_con1 strong {*/
    /*font-size: 60px;*/
    /*letter-spacing: 5px;*/
    /*}*/
    /*.banner_con1 em {*/
    /*font-size: 20px;*/
    /*letter-spacing: 1px;*/
    /*}*/
    /* .banner_btn a {
         width: 200px;
         height: 50px;
         line-height: 50px;
     }*/
    .banner_con2 {
        position: absolute;
        width: 100%;
        top: 38%;
        left: 5%;
        line-height: normal;
        color: #ffffff;
        z-index: 9999;
    }

    .banner_con2 strong {
        font-size: 50px;
    }

    .banner_con2 em {
        font-size: 18px;
    }

    /*.banner_con3 strong {*/
    /*font-size: 40px;*/
    /*}*/
    /*.banner_con3 em {*/
    /*font-size: 14px;*/
    /*}*/
    /*main_a*/
    .main_a_con {
        padding-top: 22vh;
    }

    /*.main_a_title {*/
    /*font-size: 46px;*/
    /*}*/
    .main_a_list ul li {
        width: 110px;
        height: 110px;
    }

    .main_a_list ul li i {
        padding: 10px 0px 5px 0px;
    }

    .main_a_list ul li span {
        font-size: 16px;
    }

    /*main_b*/
    .main_b_con {
        padding: 28vh 0px 0px 8%;
    }

    /*.main_b_title {*/
    /*font-size: 46px;*/
    /*}*/
    /*.main_b_note {*/
    /*font-size: 18px;*/
    /*}*/
    .main_b_btn {
        width: 170px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }

    .main_b_btn:hover {
        background: #0071ff;
    }

    .hydrogen_station {
        width: 58%;
    }

    .hydrogen_station i {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .main_b_car {
        width: 50%;
    }

    /*footer*/
    .footer_wrapper {
        padding: 47px 40px;
    }

    .inner_footer_center {
        padding: 0px 40px;
    }

    .inner_copyright {
        padding: 47px 40px;
    }

    .inner_footer_bottom_right {
        width: 26%;
    }

    /*内页*/
    /*contact*/
    .contact_b_tab .hd {
        height: 60px;
        line-height: 60px;
    }

    .cooperation_form {
        padding: 60px 15% 60px 15%;
    }

    /*investment*/
    .investment_center {
        padding: 0px 40px;
    }

    /*products*/
    .products_top_center {
        padding: 30px 40px;
    }

    .products_center {
        padding: 0px 40px 100px 40px;
    }
}

@media screen and (max-width: 1600px) {
    /*.banner_btn a {*/
    /*font-size: 20px;*/
    /*}*/
    .about_a_center {
        padding: 0px 150px;
    }

    .about_b_center {
        padding: 0px 100px;
    }

    .about_b_fuel {
        padding: 40px;
    }

    .about_c_center {
        padding: 0px 150px;
    }

    .about_d_left {
        width: 30%;
    }

    .about_d_con {
        padding: 15% 3% 0px 40px;
    }

    /*.about_d_p {*/
        /*font-size: 30px;*/
    /*}*/

    .about_d_right {
        width: 70%;
    }

    .about_d_right_icon1 img, .about_d_right_icon2 img, .about_d_right_icon3 img {
        width: 85%;
    }

    .about_e_left {
        width: 70%;
    }

    .about_e_right {
        width: 30%;
    }

    .about_e_right_center {
        padding: 100px 20px 0px 70px;
    }

    /*.about_e_right ul li span {*/
        /*font-size: 40px;*/
    /*}*/

    /*.about_e_right ul li span i {*/
        /*margin-top: -10px;*/
    /*}*/

    .hr_favorites_left_top_btn {
        margin-bottom: 15px;
    }

    .hr_search_left_top_title {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .hr_search_left_top {
        padding: 25px 5% 30px 5%;
    }

    .hr_search_left_bottom {
        padding: 0px 5% 0px 5%;
    }

    .hr_menu {
        height: 250px;
        overflow-y: scroll;
    }

    .hr_menu ul {
        padding-right: 8px;
    }

    .hr_menu ul li {
        padding: 12px 0px;
    }

    .hr_d_list {
        width: 90%
    }

    .hr_favorites_btn_box {
        bottom: 10px;
        padding: 0px 5% 0px 5%;
    }
}

@media screen and (max-width: 1400px) {
    .main_a_left, .main_a_right {
        background-size: cover;
    }

    .main_a_left:hover, .main_a_right:hover {
        background-size: cover;
    }

    .about_banner_con {
        letter-spacing: 0px;
    }

    .about_banner_con strong {
        font-size: 42px;
    }

    .about_banner_con i {
        height: 20px;
    }

    .about_banner_con span {
        font-size: 20px;
    }

    .about_banner_con p {
        font-size: 30px;
    }

    /*.about_a_title, .about_b_title, .about_c_title, .about_d_title, .about_e_title, .about_f_title {*/
    /*font-size: 36px;*/
    /*}*/
    .about_a_one_left {
        width: 55%;
    }

    .about_a_one_right {
        width: 43%;
    }

    /*.about_a_note1 {*/
    /*font-size: 32px;*/
    /*margin-bottom: 50px;*/
    /*}*/
    .about_a_two_left {
        width: 46%;
    }

    .about_a_center {
        padding: 0px 40px;
    }

    .about_b_center {
        padding: 0px 40px;
    }

    .about_b_powertrain_cell img {
        width: 120px;
        margin-right: 10px;
    }

    .about_c_center {
        padding: 0px 40px;
    }

    .about_b_powertrain_cell:nth-child(2) {
        margin: 0 40px;
    }

    .about_b_fuel {
        padding: 40px;
    }



    .about_d_right_icon2 {
        bottom: 25%;
    }

    .about_e_right_center {
        padding: 60px 20px 0px 50px;
    }

    /*.about_e_right ul li strong {*/
        /*margin-bottom: 18px;*/
    /*}*/

    /*.about_e_right ul li span {*/
        /*font-size: 42px;*/
    /*}*/

    /*.about_e_right ul li span i {*/
        /*font-size: 20px;*/
        /*margin-top: -10px;*/
        /*right: -15px;*/
    /*}*/

    .about_f_note {
        font-size: 42px;
    }

    .hr_banner_con p {
        font-size: 42px;
    }

    .hr_banner_btn a {
        width: 200px;
        height: 50px;
        line-height: 50px
    }

    /*.hr_a_title, .hr_b_title, .hr_d_title, .hr_e_title {*/
        /*font-size: 30px;*/
    /*}*/

    .hr_c_top ul li .txt, .hr_c_bottom ul li .txt {
        font-size: 38px;
    }

    .hr_menu ul li span {
        font-size: 16px;
    }

    .products_top_left {
        font-size: 26px;
    }

    .products_top_right a {
        font-size: 20px;
    }

    .category_menu ul li span {
        font-size: 18px;
    }

    .filter_menu span {
        font-size: 16px;
    }

    .pro_item_display_title {
        font-size: 38px;
        padding-top: 0px;
    }

    .products_list ul li .pro_item1 {
        font-size: 16px;
    }

    /*.contact_a_title {*/
        /*font-size: 42px;*/
    /*}*/

    .investment {
        padding: 45px 0px 60px 0px;
    }

    .details_title {
        font-size: 20px;
    }

    .about_c_center ul li .about_c_box {

    }

    .about_b_one_title div:nth-child(2) {
        font-size: 14px;
    }
}

.top {
    width: 100%;
    position: relative;
    z-index: 1000;
    background-color: #fff;
}

element.style {
}
.header-v3 .top-bar, .header-v3 .top-bar p {
    /* line-height: 36px; */
}
.top-bar {
    line-height: 36px;
    font-size: 13px;
    color: #808080;
    background-color: #fafafa;
    position: relative;
    z-index: 101;
}
.header-v3 .top-main {
    width: 100%;
    position: fixed;
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
}
.page-width {
    width: 1200px;
    margin: 0 auto;
}
.QHDEmptyArea {
    line-height: 0;
    height: 0;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.header_left {
    position: absolute;
    left: 40px;
    top: 15px;
}
.header_left .logo {
    float: left;
    line-height: 0px;
}
.header-v3 .logo {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -107px;
    text-align: center;
}
.header_left .stockcode {
    float: left;
    color: #017c76;
    font-size: 16px;
    padding-left: 165px;
    padding-top: 7px;
}
.header-v3 a {
    color: #999;
}
.header_left .logo img {
    height: 67px;
}
.header-v3 .logo img {
    display: inline-block;
    margin-bottom: -5px;
    margin-top: 0px;
}
.header_left .stockcode span {
    display: block;
    line-height: 25px;
}
.header-v3 .nav {
    padding-left: 310px;
}
.header-v3 .main-nav-left {
    float: left;
}
.header-v3 .main-nav .sf-menu li {
    background-color: transparent;
    line-height: 80px;
}
.sf-menu li {
    float: left;
    position: relative;
}
.header-v3 .main-nav .sf-menu a {
    border: none;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    font-size: 14px;
    color: #017c3e;
    font-weight: normal;
    text-align: center;
    line-height: normal;
    text-transform: uppercase;
}
.header-v3 .main-nav .sf-menu a strong {
    font-weight: bolder;
    display: block;
    font-size: 16px;
}

element.style {
}
.header-v3 .main-nav .sf-menu li {
    background-color: transparent;
    line-height: 80px;
}
.header-v3{}.header-v3 a{color:#999;}.header-v3 a:hover{color:#f30;text-decoration:none;}.header-v3 .top-main{width:100%;position:fixed;padding:10px;background-color:#fff;border-bottom:1px solid #f1f1f1;}.header-v3 .page-width{position:relative;}.header-v3 .logo{position:absolute;top:0;left:50%;margin-left:-107px;text-align:center;}.header-v3 .logo img{display:inline-block;margin-bottom:-5px;margin-top:0px;}.header-v3 .language{padding-left:25px;}.header-v3 .language a{margin-right:10px;}.header-v3 .top-main-content{position:absolute;right:0;bottom:-5px;}.header-v3 .top-widget{color:#808080;}.header-v3 .top-bar,.header-v3 .top-bar p{line-height:36px;}.header-v3 .main-nav-left{float:left;}.header-v3 .main-nav-right{float:right;}.header-v3 .nav{    padding-left: 250px;}.header-v3 .main-nav .sf-menu a,.header-v3 .main-nav .sf-menu a:visited{color:#017c3e;}.header-v3 .main-nav .sf-menu a:hover{text-decoration:none;color:#1e8b3c;}.header-v3 .main-nav .sf-menu a{border:none;padding-top:20px;padding-bottom:20px;display:block;font-size:14px;color:#017c3e;font-weight:normal;text-align:center;line-height:normal;text-transform:uppercase;}.header-v3 .main-nav .sf-menu a strong{font-weight:bolder;display:block;font-size:16px;}.header-v3 .main-nav .sf-menu li{background-color:transparent;line-height:80px;}.header-v3 .main-nav .sf-menu li.last{background-image:none;}.header-v3 .main-nav .sf-menu li:hover,.header-v3 .main-nav .sf-menu li.sfHover,.header-v3 .main-nav .sf-menu li.sfHover>a,.header-v3 .main-nav .sf-menu a:focus,.header-v3 .main-nav .sf-menu a:hover,.header-v3 .main-nav .sf-menu a:active{background-color:#fff;color:#017c3e;}.header-v3 .main-nav .sf-menu li.current,.header-v3 .main-nav .sf-menu li.current .first-level,.header-v3 .main-nav .sf-menu li.current .first-level:visited{background-color:#fff;color:#017c3e;}.header-v3 .main-nav .sf-sub-indicator{background-image:url(../images/superfish-arrows.gif);}.header-v3 .main-nav .sf-menu .first-level{border-right:none;margin-right:3px;}.header-v3 .main-nav .sf-menu .first-level .sf-sub-indicator{display:none;}.header-v3 .main-nav .sf-menu .last .first-level{border-right:none;}.header-v3 .main-nav .sf-menu li i{display:none;width:100%;_width:expression((this.parentElement.clientWidth) +'px'); height:2px; overflow:hidden; background-color:#1C984E; position:absolute; bottom:0; left:0; }.header-v3 .main-nav .sf-menu li:hover i,.header-v3 .main-nav .sf-menu .nav-hover i,.header-v3 .main-nav .sf-menu .current i,.header-v3 .main-nav .sf-menu .sfHover i{display:block;}.header-v3 .main-nav .sf-menu ul{width:10em;}.header-v3 .main-nav .sf-menu ul a{text-align:left;}.header-v3 .main-nav .sf-menu li:hover ul,.header-v3 .main-nav .sf-menu li.sfHover ul{top:81px;box-shadow:2px 2px 2px 0 rgba(0,0,0,0.1);}.header-v3 .main-nav .sf-menu li li:hover ul,.header-v3 .main-nav .sf-menu li li.sfHover ul{top:0;left:10em;}.header-v3 .main-nav .sf-menu li li{margin-right:0;background-color:rgba(255,255,255,0.8);background-color:#fff\9;border-top:none;background-image:none;}.header-v3 .main-nav .sf-menu li li a,.header-v3 .main-nav .sf-menu li li a:visited{padding-top:0;padding-bottom:0;line-height:36px;font-weight:normal;font-size:13px;color:#4d4d4d;}.header-v3 .main-nav .sf-menu li li:hover,.header-v3 .main-nav .sf-menu li.sfHover li.sfHover,.header-v3 .main-nav .sf-menu li.sfHover li.sfHover>a,.header-v3 .main-nav .sf-menu li li a:focus,.header-v3 .main-nav .sf-menu li li a:hover,.header-v3 .main-nav .sf-menu li li a:active{background-color:#fff;color:#017c3e;}.header-v3 .main-nav .sf-menu li li .sf-sub-indicator{top:1em;display:block;}.header-v3 .top-search{width:190px;margin-top:10px;}.header-v3 .top-search .search-form .form-text{width:128px;margin-right:1px;background-color:#fff;}.header-v3 .logo-main,.header-v4 .logo-main{background:#fff;height:106px;border-bottom:1px solid #ECECEC;}.header-v3 .logo-main,.header-v3 .logo-left-icon,.header-v3 .logo-right-icon,.header-v4 .logo-main,.header-v4 .logo-left-icon,.header-v4 .logo-right-icon{display:inline-block;vertical-align:top;}.header-v3 .logo-left-icon,.header-v3 .logo-right-icon,.header-v4 .logo-left-icon,.header-v4 .logo-right-icon{width:76px;height:106px;}.header-v3 .logo-left-icon{background:url(../images/logo-left-icon.png) no-repeat;}.header-v4 .logo-left-icon{background:url(../images/logo-left-icon.png) no-repeat;}.header-v3 .logo-right-icon{background:url(../images/logo-right-icon.png) no-repeat;}
.header_right {
    position: absolute;
    right: 30px;
    top: 30px;
}

.header_right_btn {
    float: right;
    width: 106px;
    height: 40px;
    line-height: 40px;
    color: #2062c2;
    font-size: 12px;
    text-align: center;
    background: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.header_right_btn a {
    color: #2062c2 !important;
}

.header_right_btn a:hover {
    color: #4e96ff !important;
}

.inner_header .header_right_btn {
    background: #146ee9;
    color: #ffffff;
}

.inner_header .header_right_btn a {
    color: #ffffff !important;
}

.inner_header .header_right_btn a:hover {
    color: #eaeaea !important;
}
.header_left {
    position: absolute;
    left: 40px;
    top: 15px;
}

.header_left .logo {
    float: left;
    line-height: 0px;
}

.header_left .logo img {
    height: 67px;
}

.header_left .stockcode {
    float: left;
    color: #017c76;
    font-size: 16px;
    padding-left: 165px;
	    padding-top: 7px;
}

.header_left .stockcode span {
    display: block;
    line-height: 25px;
}
.header_right {
    position: absolute;
    right: 40px;
    top: 10px;
}
.header_right .stockcode {
    float: left;
    color: #017c76;
    font-size: 16px;
    padding-left: 15px;
	    padding-top: 7px;
}

.header_right .stockcode span {
    display: block;
    line-height: 25px;
	font-weight: bold;
	text-align:center;
}