a,
select,
textarea,
input,
button,
html,
body,
div,
ul,
li {
    tap-highlight-color: transparent !important;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="text"] {
    -webkit-appearance: none;
}

button,
input,
textarea,
select {
    border: none;
    border-radius: 0;
    outline: none;
}

.fn {
    float: none !important;
}

.w100 {
    width: 100% !important;
}

body,
html {
    font-family: Arial;
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@font-face {
    font-family: "DIN-Light";
    src: url("fonts/DIN-Light.woff2") format("woff2"), url("fonts/DIN-Light.woff") format("woff"),
        url("fonts/DIN-Light.ttf") format("truetype"),
        url("fonts/DIN-Light.eot") format("embedded-opentype"),
        url("fonts/DIN-Light.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "DIN-Medium";
    src: url("fonts/DIN-Medium.woff2") format("woff2"), url("fonts/DIN-Medium.woff") format("woff"),
        url("fonts/DIN-Medium.ttf") format("truetype"),
        url("fonts/DIN-Medium.eot") format("embedded-opentype"),
        url("fonts/DIN-Medium.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@keyframes wave {
    0% {
        width: 0%;
    }
    100% {
        width: 218px;
    }
}
@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
        opacity: 0;
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes mk_bottom_to_top_scale {
    0% {
        -webkit-transform: translate(0, 50px) scale(0.8);
        transform: translate(0, 50px) scale(0.8);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }
}
@keyframes moveSlideshow {
    100% {
        -webkit-transform: translateX(-180%);
    }
}
@keyframes WavePart2 {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }
    50% {
        transform: translate(-5%, -5%);
        opacity: .8;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes pa_imgwrap {
    0% {
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes pa_imgwrap_img {
    0% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes balloon2 {
    0%,
    100% {
        transform: translate(0, 0) rotate(6deg);
    }
    50% {
        transform: translate(30px, -2px) rotate(-8deg);
    }
}
@keyframes scroll_on2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes scroll_on22 {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}
@keyframes split_text {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.2) translateY(20px);
        transform: scale(0.2) translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }
}
@keyframes mk_spt {
    0% {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
* {
    outline: none;
}

.swiper-slide {
    min-height: 0 !important;
}

body {
    width: 100%;
    overflow: hidden;
    height: auto;
}

.ellipsis,
.main.welcome .box .index_product ul li a .txt,
.main.news .nbox .detail .page .left2 a,
.main.product .product_detail .related .slick_box .item .item_box a .txt,
.menu_box .navMobile li .subnav.subnav2 a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

::-webkit-input-placeholder {
    color: #fff !important;
}

:-moz-placeholder {
    color: #fff !important;
}

::-moz-placeholder {
    color: #fff !important;
}

:-ms-input-placeholder {
    color: #fff !important;
}

.support ::-webkit-input-placeholder {
    color: #999 !important;
}

.support :-moz-placeholder {
    color: #999 !important;
}

.support ::-moz-placeholder {
    color: #999 !important;
}

.support :-ms-input-placeholder {
    color: #999 !important;
}

.proup_box ::-webkit-input-placeholder {
    color: #686868 !important;
}

.proup_box :-moz-placeholder {
    color: #686868 !important;
}

.proup_box ::-moz-placeholder {
    color: #686868 !important;
}

.proup_box :-ms-input-placeholder {
    color: #686868 !important;
}

@media (min-width: 1024px) {
    .scaleDown,
    .main.case .case_box .case_list ul li {
        visibility: hidden;
    }
    .scaleDown.animate,
    .main.case .case_box .case_list ul li.animate {
        transition: box-shadow 0.5s ease;
        visibility: visible;
        animation: mk_bottom_to_top_scale 1s 1 cubic-bezier(0.77, 0, 0.175, 1) both;
    }
}

@media (min-width: 1024px) {
    .img_ani {
        visibility: hidden;
    }
    .img_ani.animate {
        animation: pa_imgwrap_img 1.2s 1 ease;
        visibility: visible;
    }
}

@media (min-width: 1024px) {
    .top,
    .main.welcome .box .case_box,
    .main.welcome .box .news_box .news_tit,
    .main.welcome .box .news_box .flexslider,
    .main.about .honor_box .honor_cen .honor_list ul li,
    .main.about .honor_box .honor_cen .honor_list .more,
    .main.news .news_box .news_cen ul li,
    .main.news .news_box .news_cen .more2,
    .main.news .nbox .detail,
    .main.product .pbox .pbox_cen ul li,
    .main.product .pbox .pbox_cen .more,
    .main.product .container_box .box,
    .main.product .product_detail .product_detail_cen .detail_top,
    .main.product .product_detail .product_detail_cen .info,
    .main.product .product_detail .related,
    .main.case .case_box .case_list .more,
    .main.solution .solution_box .solution_list ul .li,
    .main.contact .contact_box .map_box,
    .main.support .support_box .support_top,
    .main.support .support_box .support_bot .support_bot_cen {
        transform: translateY(40px);
        opacity: 0;
    }
    .top.animate,
    .main.welcome .box .animate.case_box,
    .main.welcome .box .news_box .animate.news_tit,
    .main.welcome .box .news_box .animate.flexslider,
    .main.about .honor_box .honor_cen .honor_list ul li.animate,
    .main.about .honor_box .honor_cen .honor_list .animate.more,
    .main.news .news_box .news_cen ul li.animate,
    .main.news .news_box .news_cen .animate.more2,
    .main.news .nbox .animate.detail,
    .main.product .pbox .pbox_cen ul li.animate,
    .main.product .pbox .pbox_cen .animate.more,
    .main.product .container_box .animate.box,
    .main.product .product_detail .product_detail_cen .animate.detail_top,
    .main.product .product_detail .product_detail_cen .animate.info,
    .main.product .product_detail .animate.related,
    .main.case .case_box .case_list .animate.more,
    .main.solution .solution_box .solution_list ul .animate.li,
    .main.contact .contact_box .animate.map_box,
    .main.support .support_box .animate.support_top,
    .main.support .support_box .support_bot .animate.support_bot_cen {
        transform: translateY(0px);
        opacity: 1;
        transition: transform 0.65s, opacity 0.65s, box-shadow 0.5s ease;
    }
}

@media (min-width: 1024px) {
    .scaleY {
        transform: scale(0.5) rotateY(45deg);
        opacity: 0;
        transform-origin: center center;
    }
    .scaleY.animate {
        transform: scale(1) rotate(0deg);
        opacity: 1;
        transition: transform 0.65s, opacity 0.65s, box-shadow 0.5s ease;
    }
}

@media (min-width: 1024px) {
    .bottom {
        transform: translateY(-40px);
        opacity: 0;
    }
    .bottom.animate {
        transform: translateY(0px);
        opacity: 1;
        transition: transform 0.65s, opacity 0.65s;
    }
}

@media (min-width: 1024px) {
    .left,
    .main.product .pbox .pbox_cen .classification a {
        transform: translateX(50px);
        filter: alpha(opacity=0);
        opacity: 0;
    }
    .left.animate,
    .main.product .pbox .pbox_cen .classification a.animate {
        transform: translateX(0px);
        filter: alpha(opacity=100);
        opacity: 1;
        transition: transform 0.65s, opacity 0.65s;
    }
}

@media (min-width: 1024px) {
    .right {
        transform: translateX(-50px);
        filter: alpha(opacity=0);
        opacity: 0;
    }
    .right.animate {
        transform: translateX(0px);
        filter: alpha(opacity=100);
        opacity: 1;
        transition: transform 0.65s, opacity 0.65s;
    }
}

.light,
.header .header_cen .nav ul > li .hide_box .hide_cen .list ul li a .txt,
.header .header_cen .nav ul > li .hide_box .hide_cen .pl a .more span,
.abanner .txt_box .txt,
.abanner .txt_box .search .text,
.main.welcome .box .index_product ul li a .txt,
.main.welcome .box .case_box .case_tit .more,
.main.welcome .box .case_box .case_m ul li a .cont .con .msg,
.main.welcome .box .case_box .case_list .wrap ul li .cont .more,
.main.welcome .box .img_box .txt_box .txt .con,
.main.welcome .box .img_box .txt_box .txt .more,
.main.welcome .box .news_box .news_tit .more,
.main.welcome .box .news_box .flexslider .slides li a .cont .con,
.main.welcome .box .news_box .flexslider .slides li a .cont .more,
.main.about .container .box2 .box_cen .cont .cont_l .txt_box .txt,
.main.about .container .box2 .box_cen .cont .cont_l .num_list ul li .text,
.main.about .container .certificates_box .certificates_cen .certificates_tit .more,
.main.about .container .why_box .why_cen .why_list ul li .hover_box .cbox .con,
.main.about .container .box .box_cen .about_box .cont .text,
.main.about .container .box .box_cen .about_box .cont .msg ul li .txt,
.main.about .container .box .box_cen .swiper_brand .swiper-container .swiper-wrapper .swiper-slide .cont .en,
.main.about .container .box .box_cen .brand_list ul li .cont .en,
.main.about .container .history_box .history_cen .history_main .his_top ul li .text_box,
.main.about .container .history_box .his_bot .his_bot_cen .his_wrap ul li .year,
.main.about .honor_box .honor_cen .honor_list .more span,
.main.news .news_box .news_cen ul li a .cont .con,
.main.news .news_box .news_cen ul li a .cont .more,
.main.news .news_box .news_cen .more2 span,
.main.news .nbox .detail .title2 .tit .day,
.main.news .nbox .detail .page .left2 a,
.main.news .nbox .detail .page .return,
.main.product .pbox .pbox_cen .classification a,
.main.product .pbox .pbox_cen .more span,
.main.product .container_box .box .tit .more,
.main.product .container_box .box .list_box .txt,
.main.product .product_detail .product_detail_cen .detail_top .dr .text .item .con,
.main.product .product_detail .product_detail_cen .info .content .cont,
.main.case .case_box .case_list .more span,
.main.solution .solution_box .solution_tit .en,
.main.solution .solution_box .solution_list ul .li .cont_cen .item .ds span,
.main.solution .solution_box .solution_list ul .li .cont_cen .item .con,
.main.solution .solution_box .solution_list ul .li .cont_cen .item .text_box .text ul li .txt .co,
.main.solution .solution_box .solution_list ul .li .cont_cen .item .text_box .link,
.main.solution .solution_box .solution_list ul .li .cont_cen .item .more span,
.main.contact .contact_box .map_box .message ul li .t,
.main.support .support_box .support_top .slick_box .item .ibox a .pic .btn,
.main.support .support_box .support_bot .support_bot_cen .download_box .down_l .form_box select,
.main.support .support_box .support_bot .support_bot_cen .download_box .dowload_list .item .item_box a .btn span,
.proup_box .cont .form_box .btn input,
.proup_box .cont .form_box .input_box .input input,
.proup_box .cont .form_box .input_box .input_l input,
.proup_box .cont .form_box .input_box .input_l textarea,
.footer .footer_top .footer_top_cen .btn a .number,
.footer .footer_top .footer_top_cen .link_box ul li .links a,
.footer .footer_bot .footer_bot_cen .address,
.footer .footer_bot .footer_bot_cen .email,
.footer .footer_bot .footer_bot_cen .powered_by {
    font-family: "DIN-Light";
}

.med,
.header .header_cen .nav ul > li .hide_box .hide_cen .pl a .pic .txt,
.nav_box .nav_box_cen a .txt,
.main.welcome .box .case_box .case_tit .t,
.main.welcome .box .case_box .case_m ul li a .cont .con .t,
.main.welcome .box .case_box .case_m ul li a .cont .con .msg span,
.main.welcome .box .case_box .case_list .wrap ul li .cont .t,
.main.welcome .box .img_box .txt_box .txt .en,
.main.welcome .box .news_box .news_tit .t,
.main.welcome .box .news_box .flexslider .slides li a .cont .t,
.main.about .container .box2 .box_cen .tit .t,
.main.about .container .box2 .box_cen .cont .cont_l .num_list ul li .num,
.main.about .container .box2 .box_cen .bot_box .list_box .item .place span,
.main.about .container .foot_link ul li a .txt,
.main.about .container .cooperation .cooperation_tit .t,
.main.about .container .certificates_box .certificates_cen .certificates_tit .t,
.main.about .container .certificates_box .certificates_cen .flister_box ul li .txt,
.main.about .container .why_box .why_cen .tit,
.main.about .container .why_box .why_cen .why_list ul li .hover_box .cbox .t,
.main.about .container .why_box .why_cen .why_list ul li .cont .txt .tbox,
.main.about .container .box .box_cen .tit,
.main.about .container .box .box_cen .about_box .cont .t,
.main.about .container .box .box_cen .about_box .cont .msg ul li .num,
.main.about .container .box .box_cen .ds,
.main.about .container .box .box_cen .swiper_brand .swiper-container .swiper-wrapper .swiper-slide .cont .t,
.main.about .container .box .box_cen .brand_list ul li .txt,
.main.about .container .box .box_cen .brand_list ul li .cont .t,
.main.about .container .history_box .history_cen .tit,
.main.about .container .history_box .his_bot .his_bot_cen .his_wrap ul li.active .year,
.main.about .honor_box .honor_cen .t,
.main.about .honor_box .honor_cen .honor_list ul li .txt,
.main.news .news_box .news_cen ul li a .cont .t,
.main.news .nbox .detail .title2 .tit .t,
.main.product .pbox .pbox_cen ul li .txt,
.main.product .container_box .box .tit .t,
.main.product .container_box .foot_link ul li a .txt,
.main.product .product_detail .product_detail_cen .detail_top .dr .tit h3,
.main.product .product_detail .product_detail_cen .detail_top .dr .text .item .t,
.main.product .product_detail .product_detail_cen .info .list ul li,
.main.product .product_detail .related .tit,
.main.product .product_detail .related .slick_box .item .item_box a .txt,
.main.case .case_box .case_list ul li .cont .t,
.main.case .case_box .foot_link ul li a .txt,
.main.solution .solution_box .solution_tit .t,
.main.solution .solution_box .solution_list ul .li .cont_cen .item .t,
.main.solution .solution_box .solution_list ul .li .cont_cen .item .text_box .ti,
.main.solution .solution_box .solution_list ul .li .cont_cen .item .text_box .text ul li .txt .tit,
.main.solution .foot_link ul li a .txt,
.main.contact .contact_box .map_box .message ul li .text,
.main.support .support_box .login_box .login_wrapper .t,
.main.support .support_box .support_top .cooperation_tit .t,
.main.support .support_box .support_top .slick_box .item .ibox a .txt,
.main.support .support_box .support_bot .support_bot_cen .cooperation_tit .t,
.main.support .support_box .support_bot .support_bot_cen .download_box .down_l .form_box .submit,
.main.support .support_box .support_bot .support_bot_cen .download_box .dowload_list .item .item_box a .txt,
.menu_box .navMobile li .a,
.menu_box .navMobile li .subnav a,
.proup_box .cont .t,
.footer .footer_top .footer_top_cen .link_box ul li .large {
    font-family: "DIN-Medium";
}

.w1366 {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1400px) {
    .w1366 {
        width: 90%;
    }
}
@media (max-width: 1024px) {
    .w1366 {
        width: 94%;
    }
}

.header {
    width: 100%;
    height: 80px;
    background: #fff;
    position: relative;
    left: 0;
    top: 0;
    background: #00824b;
}
@media (max-width: 1024px) {
    .header {
        height: 50px;
    }
}
.header .header_cen {
    height: 100%;
}
.header .header_cen .logo {
    display: block;
    line-height: 80px;
    float: left;
    width: 150px;
}
.header .header_cen .logo  img{
  width: 100%;
  filter:invert(1) brightness(5) ;
}
@media (max-width: 1024px) {
    .header .header_cen .logo {
        line-height: 50px;
        width: 100px;
    }
    .header .header_cen .logo img {
        height: auto;
    }
}
@media (max-width: 600px) {
    .header .header_cen .logo img {
        height: auto;
    }
}
.header .header_cen .push-line {
    overflow: hidden;
    width: 32px;
    height: 50px;
    cursor: pointer;
    float: right;
    position: relative;
    display: none;
    transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
}
@media (max-width: 1024px) {
    .header .header_cen .push-line {
        display: block;
    }
}
.header .header_cen .push-line span {
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    width: 100%;
    display: block;
    z-index: 5;
    top: 13px;
    left: 50%;
    margin: 0px 0px 0px -16px;
    transform-origin: center;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.header .header_cen .push-line span.line-2 {
    top: 23px;
}
.header .header_cen .push-line span.line-3 {
    top: 33px;
}
.header .header_cen .push-line.currentDd .line-1 {
    transform: rotate(225deg);
    top: 25px;
}
.header .header_cen .push-line.currentDd .line-2 {
    opacity: 0;
    left: -100%;
}
.header .header_cen .push-line.currentDd .line-3 {
    top: 25px;
    transform: rotate(-225deg);
}
.header .header_cen .header_right {
    float: right;
    width: 108px;
    height: 30px;
    margin-left: 50px;
    border-left: 1px solid #80c1a5;
    margin-top: 25px;
}
@media (max-width: 1150px) {
    .header .header_cen .header_right {
        margin-left: 35px;
    }
}
@media (max-width: 1024px) {
    .header .header_cen .header_right {
        border-left: none;
        margin-left: 0;
        width: auto;
        height: 100%;
        margin-top: 0;
    }
}
.header .header_cen .header_right .search {
    float: right;
    margin-top: 3px;
    width: 22px;
    height: 22px;
    margin-right: 30px;
    text-align: center;
    position: relative;
}
.header .header_cen .header_right .search .iconfont {
    font-size: 22px;
    line-height: 22px;
    color: #fff;
}
.header .header_cen .header_right .search img {
    max-width: 100%;
}
@media (max-width: 1024px) {
    .header .header_cen .header_right .search {
        margin-top: 13px;
        margin-right: 15px;
    }
}
.header .header_cen .header_right .language {
    float: right;
    width: 25px;
    height: 25px;
    text-align: center;
    position: relative;
}
.header .header_cen .header_right .language .iconfont {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
}
@media (max-width: 1024px) {
    .header .header_cen .header_right .language {
        margin-top: 13px;
        margin-right: 15px;
    }
}
.header .header_cen .search_alert {
    position: absolute;
    height: 100%;
    width: 1366px;
    left: 50%;
    top: 0;
    z-index: 10;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all 0.4s;
    visibility: hidden;
    margin-left: -683px;
}
@media (max-width: 1400px) {
    .header .header_cen .search_alert {
        width: 90%;
        margin-left: -45%;
    }
}
@media (max-width: 1024px) {
    .header .header_cen .search_alert {
        width: 94%;
        margin-left: -47%;
    }
}
.header .header_cen .search_alert.show {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}
.header .header_cen .search_alert.show .input_box .input {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateY(0);
}
.header .header_cen .search_alert form {
    display: block;
    height: 100%;
}
.header .header_cen .search_alert .close {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
    margin-top: -7px;
    background: url(../img/close.png) no-repeat center center;
    cursor: pointer;
    transition: transform 0.65s ease;
}
@media (min-width: 1024px) {
    .header .header_cen .search_alert .close:hover {
        transform: rotate(360deg);
    }
}
.header .header_cen .search_alert .input_box {
    height: 100%;
    width: 80%;
    position: relative;
    position: absolute;
    right: 0;
    background: #00824b;
    top: 0;
}
@media (max-width: 850px) {
    .header .header_cen .search_alert .input_box {
        width: 64%;
    }
}
@media (max-width: 500px) {
    .header .header_cen .search_alert .input_box {
        width: 100%;
    }
}
.header .header_cen .search_alert .input_box .input {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: translateY(15px);
    filter: alpha(opacity=0);
    opacity: 0;
    transition: transform 0.4s, opacity 0.4s;
}
.header .header_cen .search_alert .input_box .submit {
    width: 22px;
    height: 100%;
    display: block;
    border: none;
    float: left;
    background: url(../img/search.png) no-repeat left center;
}
.header .header_cen .search_alert .input_box .text {
    width: 70%;
    float: left;
    height: 100%;
    font-size: 18px;
    line-height: 80px;
    color: #fff;
    font-family: "DIN-Light";
    background: none;
    padding: 0 15px;
    box-sizing: border-box;
    display: block;
}
@media (max-width: 1024px) {
    .header .header_cen .search_alert .input_box .text {
        font-size: 16px;
        line-height: 60px;
    }
}
@media (max-width: 500px) {
    .header .header_cen .search_alert .input_box .text {
        width: 80%;
    }
}
.header .header_cen .nav {
    float: right;
    display: block;
    height: 100%;
}
@media (max-width: 1024px) {
    .header .header_cen .nav {
        display: none;
    }
}
.header .header_cen .nav ul {
    height: 100%;
}
.header .header_cen .nav ul > li {
    height: 100%;
    float: left;
    margin-left: 58px;
}
.header .header_cen .nav ul > li:first-child {
    margin-left: 0;
}
.header .header_cen .nav ul > li.active > a::after {
    transform: scaleX(1);
    transform-origin: left center;
}
.header .header_cen .nav ul > li:hover > a::after {
    transform: scaleX(1);
    transform-origin: left center;
}
.header .header_cen .nav ul > li > a {
    font-size: 18px;
    line-height: 80px;
    height: 100%;
    display: block;
    font-family: "DIN-Light";
    text-align: center;
    color: #fff;
    position: relative;
}
.header .header_cen .nav ul > li > a::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    bottom: 0px;
    left: 0;
    z-index: 1;
    transition: transform 0.4s ease;
    transform: scaleX(0);
    transform-origin: right center;
}
@media(max-width:1500px){
  .header .header_cen .nav ul > li{
    margin-left: 52px;
  }
}
@media (max-width: 1440px) {
    .header .header_cen .nav ul > li {
        margin-left: 20px;
    }
}
@media (max-width: 1250px) {
    .header .header_cen .nav ul > li {
        margin-left: 20px;
    }
    .header .header_cen .nav ul > li > a{
      font-size: 14px;
    }
}
@media (max-width: 1200px) {
    .header .header_cen .nav ul > li {
        margin-left: 20px;
    }
}
@media (max-width: 1100px) {
    .header .header_cen .nav ul > li {
        margin-left: 10px;
    }
}
.header .header_cen .nav ul > li .hide_box {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    background: #f7f7f7;
    padding-top: 37px;
    padding-bottom: 60px;
    display: none;
    z-index: 100;
}
.header .header_cen .nav ul > li .hide_box .hide_cen.hide_cen2 .list {
    width: 100%;
}
.header .header_cen .nav ul > li .hide_box .hide_cen.hide_cen2 .list li {
    width: 16.66%;
}
.header .header_cen .nav ul > li .hide_box .hide_cen.hide_cen2 .list li:nth-child(3n)::after {
    display: block;
}
.header .header_cen .nav ul > li .hide_box .hide_cen.hide_cen2 .list li:last-child::after {
    display: none;
}
.header .header_cen .nav ul > li .hide_box .hide_cen .list {
    width: 74.36%;
    float: right;
}
.header .header_cen .nav ul > li .hide_box .hide_cen .list ul li {
    width: 33.33%;
    float: left;
    margin-left: 0;
    padding: 0 5px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 17px;
    position: relative;
}
.header .header_cen .nav ul > li .hide_box .hide_cen .list ul li:nth-child(3n)::after,
.header .header_cen .nav ul > li .hide_box .hide_cen .list ul li:last-child::after {
    display: none;
}
.header .header_cen .nav ul > li .hide_box .hide_cen .list ul li::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 80px;
    background: #dfdfdf;
    top: 50%;
    right: 0;
    display: block;
    margin-top: -40px;
}
.header .header_cen .nav ul > li .hide_box .hide_cen .list ul li a {
    display: block;
}
.header .header_cen .nav ul > li .hide_box .hide_cen .list ul li a::after {
    display: none;
}
@media (min-width: 1024px) {
    .header .header_cen .nav ul > li .hide_box .hide_cen .list ul li a:hover .icon img {
        filter: alpha(opacity=0);
        opacity: 0;
    }
    .header .header_cen .nav ul > li .hide_box .hide_cen .list ul li a:hover .icon img.active {
        filter: alpha(opacity=100);
        opacity: 1;
    }
}
.header .header_cen .nav ul > li .hide_box .hide_cen .list ul li a .icon {
    width: 62px;
    height: 55px;
    margin: 0 auto;
    position: relative;
}
.header .header_cen .nav ul > li .hide_box .hide_cen .list ul li a .icon img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    transition: opacity 0.5s;
    margin: auto;
}
.header .header_cen .nav ul > li .hide_box .hide_cen .list ul li a .icon img.active {
    filter: alpha(opacity=0);
    opacity: 0;
}
@media (max-width: 768px) {
    .header .header_cen .nav ul > li .hide_box .hide_cen .list ul li a .icon {
        width: 50px;
        height: 44px;
    }
}
@media (max-width: 650px) {
    .header .header_cen .nav ul > li .hide_box .hide_cen .list ul li a .icon {
        width: 40px;
        height: 35px;
    }
}
@media (max-width: 450px) {
    .header .header_cen .nav ul > li .hide_box .hide_cen .list ul li a .icon {
        width: 30px;
        height: 27px;
    }
}
.header .header_cen .nav ul > li .hide_box .hide_cen .list ul li a .txt {
    font-size: 22px;
    line-height: 30px;
    color: #282828;
    text-align: center;
    transition: color 0.5s;
    word-break: break-word;
    text-transform: capitalize;
    margin-top: 18px;
}
@media (max-width: 1200px) {
    .header .header_cen .nav ul > li .hide_box .hide_cen .list ul li a .txt {
        font-size: 20px;
        line-height: 24px;
        margin-top: 12px;
    }
}
.header .header_cen .nav ul > li .hide_box .hide_cen .pl {
    float: left;
    display: block;
    width: 23.63%;
}
.header .header_cen .nav ul > li .hide_box .hide_cen .pl a {
    display: block;
    position: relative;
}
.header .header_cen .nav ul > li .hide_box .hide_cen .pl a .more {
    position: absolute;
    width: 150px;
    height: 50px;
    background: #00824b;
    text-align: center;
    font-size: 0;
    border-radius: 6px;
    bottom: -10px;
    right: -17px;
    z-index: 10;
}
.header .header_cen .nav ul > li .hide_box .hide_cen .pl a .more span {
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    margin: 0 9px;
    display: inline-block;
    vertical-align: middle;
}
.header .header_cen .nav ul > li .hide_box .hide_cen .pl a .more i {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 14px;
    background: url(../img/r.png) no-repeat;
    margin: 0 9px;
    color: #333;
}
.header .header_cen .nav ul > li .hide_box .hide_cen .pl a .pic {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
@media (min-width: 1024px) {
    .header .header_cen .nav ul > li .hide_box .hide_cen .pl a .pic:hover img {
        transform: scale(1.05);
    }
}
.header .header_cen .nav ul > li .hide_box .hide_cen .pl a .pic img {
    width: 100%;
    border-radius: 5px;
    height: auto;
    transition: all 0.5s ease;
}
.header .header_cen .nav ul > li .hide_box .hide_cen .pl a .pic .txt {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    position: absolute;
    width: 100%;
    padding: 0 15px;
    z-index: 10;
    box-sizing: border-box;
    margin-top: 8px;
    text-align: center;
}

@keyframes split_text {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.2) translateY(20px);
        transform: scale(0.2) translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }
}
@keyframes mk_scale_x {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.w1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1300px) {
    .w1200 {
        width: 88%;
    }
}
@media (max-width: 1024px) {
    .w1200 {
        width: 92%;
    }
}

.w1100 {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1200px) {
    .w1100 {
        width: 88%;
    }
}
@media (max-width: 1024px) {
    .w1100 {
        width: 92%;
    }
}

.abanner {
    overflow: hidden;
    position: relative;
}
.abanner .txt_box {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 1300px) {
    .abanner .txt_box {
        width: 88%;
        margin-left: -44%;
    }
}
@media (max-width: 1024px) {
    .abanner .txt_box {
        width: 92%;
        margin-left: -46%;
    }
}
.abanner .txt_box .line {
    width: 60px;
    height: 3px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    transform-origin: left center;
}
@media (max-width: 600px) {
    .abanner .txt_box .line {
        width: 25px;
        height: 2px;
    }
}
.abanner .txt_box .txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 60px;
    line-height: 60px;
    margin-left: 45px;
    color: #fff;
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    .abanner .txt_box .txt {
        font-size: 50px;
        line-height: 50px;
        margin-left: 25px;
    }
}
@media (max-width: 600px) {
    .abanner .txt_box .txt {
        font-size: 30px;
        line-height: 30px;
        margin-left: 10px;
    }
}
.abanner .txt_box .txt span {
    display: inline-block;
}
.abanner .txt_box .txt span.char6 {
    width: 12px;
}
.abanner .txt_box .search {
    border: 1px solid #bbb;
    border-radius: 3px;
    width: 650px;
    margin-left: auto;
    margin-top: 50px;
    margin-right: auto;
    background-color: #fff;
    height: 50px;
    padding-left: 48px;
    box-sizing: border-box;
    position: relative;
}
@media (max-width: 750px) {
    .abanner .txt_box .search {
        width: 90%;
        margin-top: 15px;
        height: 40px;
        padding-left: 50px;
    }
}
.abanner .txt_box .search .submit {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 48px;
    border: none;
    background: url(../img/s.png) no-repeat center center;
}
@media (max-width: 750px) {
    .abanner .txt_box .search .submit {
        height: 38px;
        width: 40px;
        background-size: 18px auto;
    }
}
.abanner .txt_box .search .text {
    width: 100%;
    height: 48px;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 18px;
    line-height: 48px;
    color: #999;
    padding: 0 10px;
    box-sizing: border-box;
}
@media (max-width: 750px) {
    .abanner .txt_box .search .text {
        height: 38px;
        font-size: 14px;
        line-height: 38px;
    }
}
.abanner img {
    width: 100%;
    height: auto;
}
@media (max-width: 1500px) {
    .abanner img {
        width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 1024px) {
    .abanner img {
        width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 500px) {
    .abanner img {
        width: 170%;
        margin-left: -35%;
    }
}

.solution #id1,
.solution #id2,
.solution #id3,
.solution #id4 {
    width: 0;
    height: 0;
    position: relative;
    top: -80px;
}
@media (max-width: 1024px) {
    .solution #id1,
    .solution #id2,
    .solution #id3,
    .solution #id4 {
        top: -60px;
    }
}

#id1,
#id2,
#id3,
#id4,
#id5,
#id6,
#id7 {
    width: 0;
    height: 0;
    position: relative;
    top: -116px;
}
@media (max-width: 600px) {
    #id1,
    #id2,
    #id3,
    #id4,
    #id5,
    #id6,
    #id7 {
        top: -77px;
    }
}
@media (max-width: 450px) {
    #id1,
    #id2,
    #id3,
    #id4,
    #id5,
    #id6,
    #id7 {
        top: -59px;
    }
}

#typeid1 {
    width: 0;
    height: 0;
    position: relative;
    top: -20px;
}
@media (max-width: 1024px) {
    #typeid1 {
        top: -65px;
    }
}

.nav_box {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #dfdfdf;
}
.nav_box.fix {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}
.nav_box .slick-track {
    margin: 0 auto;
}
.nav_box .nav_box_cen {
    padding: 20px 0;
    margin-bottom: 0;
    overflow: hidden;
    height: 116px;
}
@media (max-width: 600px) {
    .nav_box .nav_box_cen {
        width: 100%;
        padding: 8px 10px;
        height: 77px;
    }
}
@media (max-width: 450px) {
    .nav_box .nav_box_cen {
        height: 59px;
    }
}
.nav_box .nav_box_cen .slick-prev {
    width: 20px;
    height: 20px;
    background: url(../img/btn_l.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    display: none;
}
@media (max-width: 600px) {
    .nav_box .nav_box_cen .slick-prev {
        display: block;
    }
}
.nav_box .nav_box_cen .slick-next {
    width: 20px;
    height: 20px;
    background: url(../img/btn_r.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    display: none;
}
@media (max-width: 600px) {
    .nav_box .nav_box_cen .slick-next {
        display: block;
    }
}
.nav_box .nav_box_cen .item.active a .icon img {
    filter: alpha(opacity=0);
    opacity: 0;
}
.nav_box .nav_box_cen .item.active a .icon img.active {
    filter: alpha(opacity=100);
    opacity: 1;
}
.nav_box .nav_box_cen .item.active a .txt {
    color: #00824b;
}
.nav_box .nav_box_cen a {
    padding: 0 3px;
    display: block;
}
@media (min-width: 1024px) {
    .nav_box .nav_box_cen a:hover .icon img {
        filter: alpha(opacity=0);
        opacity: 0;
    }
    .nav_box .nav_box_cen a:hover .icon img.active {
        filter: alpha(opacity=100);
        opacity: 1;
    }
    .nav_box .nav_box_cen a:hover .txt {
        color: #00824b;
    }
}
.nav_box .nav_box_cen a .icon {
    width: 52px;
    height: 40px;
    margin: 0 auto;
    position: relative;
}
.nav_box .nav_box_cen a .icon img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: opacity 0.5s;
    max-width: 100%;
    max-height: 100%;
}
.nav_box .nav_box_cen a .icon img.active {
    filter: alpha(opacity=0);
    opacity: 0;
}
@media (max-width: 600px) {
    .nav_box .nav_box_cen a .icon {
        width: 40px;
        height: 31px;
    }
}
@media (max-width: 450px) {
    .nav_box .nav_box_cen a .icon {
        width: 26px;
        height: 20px;
    }
}
.nav_box .nav_box_cen a .txt {
    font-size: 18px;
    line-height: 26px;
    color: #282828;
    text-align: center;
    transition: color 0.5s;
    margin-top: 10px;
    text-transform: capitalize;
}
@media (max-width: 600px) {
    .nav_box .nav_box_cen a .txt {
        margin-top: 6px;
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 450px) {
    .nav_box .nav_box_cen a .txt {
        font-size: 12px;
        line-height: 14px;
        margin-top: 3px;
    }
}

.tc {
    text-align: center;
}

.main.welcome {
    padding-top: 80px;
}
@media (max-width: 1024px) {
    .main.welcome {
        padding-top: 50px;
    }
}
.main.welcome .banner {
    margin-bottom: 0;
    overflow: hidden;
    height: 0;
    padding-top: 30%;
}
@media (max-width: 1500px) {
    .main.welcome .banner {
        padding-top: 35.6%;
    }
}
@media (max-width: 1024px) {
    .main.welcome .banner {
        padding-top: 41.21%;
    }
}
@media (max-width: 500px) {
    .main.welcome .banner {
        padding-top: 49.2%;
    }
}
.main.welcome .banner .slick-list {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.main.welcome .banner .item img {
    width: 100%;
    height: auto;
}
@media (max-width: 1500px) {
    .main.welcome .banner .item img {
        width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 1024px) {
    .main.welcome .banner .item img {
        width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 500px) {
    .main.welcome .banner .item img {
        width: 170%;
        margin-left: -35%;
    }
}
.main.welcome .banner .slick-dots {
    bottom: 30px;
}
@media (max-width: 600px) {
    .main.welcome .banner .slick-dots {
        bottom: 10px;
    }
}
.main.welcome .banner .slick-dots li {
    margin: 0 8px;
    width: 14px;
    height: 14px;
    transition: all 0.3s;
}
@media (max-width: 600px) {
    .main.welcome .banner .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
}
.main.welcome .banner .slick-dots li button {
    width: 100%;
    height: 100%;
    border: 2px solid #898b8d;
    box-sizing: border-box;
    background: none;
    transition: all 0.3s;
}
.main.welcome .banner .slick-dots li.slick-active {
    background: #00824b;
}
.main.welcome .banner .slick-dots li.slick-active button {
    border-color: #00824b;
}
.main.welcome .box .index_product {
    padding-top: 50px;
    padding-bottom: 42px;
    border-bottom: 1px solid #dfdfdf;
}
@media (max-width: 1024px) {
    .main.welcome .box .index_product {
        width: 100%;
        padding: 40px 0;
    }
}
@media (max-width: 768px) {
    .main.welcome .box .index_product {
        padding-top: 5px;
        padding-bottom: 25px;
    }
}
@media (max-width: 650px) {
    .main.welcome .box .index_product {
        padding-bottom: 15px;
    }
}
.main.welcome .box .index_product ul {
    font-size: 0;
}
.main.welcome .box .index_product ul li {
    width: 16.66%;
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 768px) {
    .main.welcome .box .index_product ul li {
        width: 33.33%;
        margin-top: 20px;
    }
}
@media (min-width: 1024px) {
    .main.welcome .box .index_product ul li {
        transform: translateY(40px);
        opacity: 0;
    }
    .main.welcome .box .index_product ul li.animate {
        transform: translateY(0px);
        opacity: 1;
        transition: transform 0.65s, opacity 0.65s;
    }
    .main.welcome .box .index_product ul li:nth-child(1) {
        transition-delay: 0.15s;
    }
    .main.welcome .box .index_product ul li:nth-child(2) {
        transition-delay: 0.3s;
    }
    .main.welcome .box .index_product ul li:nth-child(3) {
        transition-delay: 0.45s;
    }
    .main.welcome .box .index_product ul li:nth-child(4) {
        transition-delay: 0.6s;
    }
    .main.welcome .box .index_product ul li:nth-child(5) {
        transition-delay: 0.75s;
    }
    .main.welcome .box .index_product ul li:nth-child(6) {
        transition-delay: 0.9s;
    }
}
.main.welcome .box .index_product ul li a {
    display: block;
    font-weight: bold;
}
@media (min-width: 1024px) {
    .main.welcome .box .index_product ul li a:hover .icon img {
        filter: alpha(opacity=0);
        opacity: 0;
    }
    .main.welcome .box .index_product ul li a:hover .icon img.active {
        filter: alpha(opacity=100);
        opacity: 1;
    }
    .main.welcome .box .index_product ul li a:hover .txt {
        color: #00824b;
    }
}
.main.welcome .box .index_product ul li a .icon {
    width: 62px;
    height: 55px;
    margin: 0 auto;
    position: relative;
}
.main.welcome .box .index_product ul li a .icon img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    transition: opacity 0.5s;
    margin: auto;
}
.main.welcome .box .index_product ul li a .icon img.active {
    filter: alpha(opacity=0);
    opacity: 0;
}
@media (max-width: 768px) {
    .main.welcome .box .index_product ul li a .icon {
        width: 50px;
        height: 44px;
    }
}
@media (max-width: 650px) {
    .main.welcome .box .index_product ul li a .icon {
        width: 40px;
        height: 35px;
    }
}
@media (max-width: 450px) {
    .main.welcome .box .index_product ul li a .icon {
        width: 30px;
        height: 27px;
    }
}
.main.welcome .box .index_product ul li a .txt {
    font-size: 18px;
    line-height: 30px;
    color: #282828;
    text-align: center;
    transition: color 0.5s;
    word-break: break-word;
    margin-top: 18px;
}
@media (max-width: 1024px) {
    .main.welcome .box .index_product ul li a .txt {
        margin-top: 12px;
    }
}
@media (max-width: 768px) {
    .main.welcome .box .index_product ul li a .txt {
        white-space: normal;
    }
}
@media (max-width: 650px) {
    .main.welcome .box .index_product ul li a .txt {
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
    }
}
@media (max-width: 450px) {
    .main.welcome .box .index_product ul li a .txt {
        font-size: 14px;
        line-height: 16px;
        margin-top: 5px;
    }
}
.main.welcome .box .case_box {
    margin-top: 92px;
    padding-bottom: 98px;
}
@media (max-width: 1024px) {
    .main.welcome .box .case_box {
        margin-top: 70px;
        padding-bottom: 75px;
    }
}
@media (max-width: 768px) {
    .main.welcome .box .case_box {
        margin-top: 50px;
        padding-bottom: 50px;
    }
}
@media (max-width: 500px) {
    .main.welcome .box .case_box {
        margin-top: 25px;
        padding-bottom: 30px;
    }
}
.main.welcome .box .case_box .case_tit .t {
    float: left;
    font-size: 38px;
    line-height: 50px;
    color: #00824b;
}
@media (max-width: 1024px) {
    .main.welcome .box .case_box .case_tit .t {
        font-size: 30px;
        line-height: 46px;
    }
}
@media (max-width: 1024px) {
    .main.welcome .box .case_box .case_tit .t {
        font-size: 30px;
        line-height: 46px;
    }
}
@media (max-width: 500px) {
    .main.welcome .box .case_box .case_tit .t {
        font-size: 24px;
        line-height: 36px;
    }
}
.main.welcome .box .case_box .case_tit .more {
    float: right;
    font-size: 22px;
    line-height: 50px;
    color: #282828;
    transition: 0.4s;
}
.main.welcome .box .case_box .case_tit .more .iconfont {
    margin-left: 20px;
    color: #333;
    font-weight: bold;
    transition: 0.4s;
}
@media (max-width: 500px) {
    .main.welcome .box .case_box .case_tit .more .iconfont {
        margin-left: 12px;
    }
}
@media (max-width: 1024px) {
    .main.welcome .box .case_box .case_tit .more {
        font-size: 18px;
        line-height: 46px;
    }
}
@media (max-width: 500px) {
    .main.welcome .box .case_box .case_tit .more {
        font-size: 16px;
        line-height: 36px;
        background-size: 7px auto;
    }
}
@media (min-width: 1024px) {
    .main.welcome .box .case_box .case_tit .more:hover {
        color: #00824b;
    }
    .main.welcome .box .case_box .case_tit .more:hover .iconfont {
        color: #00824b;
    }
}
.main.welcome .box .case_box .case_m {
    display: none;
    margin-top: 25px;
}
@media (max-width: 500px) {
    .main.welcome .box .case_box .case_m {
        display: block;
    }
}
.main.welcome .box .case_box .case_m ul li {
    margin-top: 15px;
}
.main.welcome .box .case_box .case_m ul li a {
    display: block;
    overflow: hidden;
    background: #daede5;
    position: relative;
}
.main.welcome .box .case_box .case_m ul li a .pic {
    width: 50%;
    float: left;
    overflow: hidden;
}
.main.welcome .box .case_box .case_m ul li a .pic img {
    width: 100%;
    height: auto;
}
.main.welcome .box .case_box .case_m ul li a .cont {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    box-sizing: border-box;
}
.main.welcome .box .case_box .case_m ul li a .cont .con {
    position: absolute;
    left: 25px;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}
@media (max-width: 400px) {
    .main.welcome .box .case_box .case_m ul li a .cont .con {
        left: 10px;
        right: 10px;
    }
}
.main.welcome .box .case_box .case_m ul li a .cont .con .t {
    font-size: 16px;
    line-height: 28px;
    color: #333;
}
.main.welcome .box .case_box .case_m ul li a .cont .con .msg {
    font-size: 14px;
    line-height: 20px;
    color: #282828;
    margin-top: 15px;
    height: 40px;
}
@media (max-width: 400px) {
    .main.welcome .box .case_box .case_m ul li a .cont .con .msg {
        margin-top: 5px;
    }
}
.main.welcome .box .case_box .case_list {
    margin-top: 68px;
    position: relative;
}
@media (max-width: 1024px) {
    .main.welcome .box .case_box .case_list {
        margin-top: 50px;
    }
}
@media (max-width: 500px) {
    .main.welcome .box .case_box .case_list {
        padding: 0 20px;
        margin-top: 25px;
        display: none;
    }
}
.main.welcome .box .case_box .case_list .prev {
    width: 11px;
    height: 24px;
    background: url(../img/prev.png) no-repeat center center;
    position: absolute;
    left: -40px;
    cursor: pointer;
    top: 50%;
    margin-top: -12px;
}
@media (max-width: 1024px) {
    .main.welcome .box .case_box .case_list .prev {
        left: -25px;
    }
}
@media (max-width: 700px) {
    .main.welcome .box .case_box .case_list .prev {
        left: -18px;
    }
}
@media (max-width: 500px) {
    .main.welcome .box .case_box .case_list .prev {
        left: -20px;
        background-size: 8px auto;
    }
}
.main.welcome .box .case_box .case_list .next {
    width: 11px;
    height: 24px;
    background: url(../img/next.png) no-repeat center center;
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -12px;
    cursor: pointer;
}
@media (max-width: 1024px) {
    .main.welcome .box .case_box .case_list .next {
        right: -25px;
    }
}
@media (max-width: 700px) {
    .main.welcome .box .case_box .case_list .next {
        right: -18px;
    }
}
@media (max-width: 500px) {
    .main.welcome .box .case_box .case_list .next {
        right: -20px;
        background-size: 8px auto;
    }
}
.main.welcome .box .case_box .case_list .dots {
    font-size: 0;
    margin-top: 50px;
    text-align: center;
}
@media (max-width: 768px) {
    .main.welcome .box .case_box .case_list .dots {
        margin-top: 30px;
    }
}
.main.welcome .box .case_box .case_list .dots span {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    margin: 0 4px;
    cursor: pointer;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    box-sizing: border-box;
}
.main.welcome .box .case_box .case_list .dots span.active {
    background: #00824b;
    border-color: #00824b;
}
@media (max-width: 600px) {
    .main.welcome .box .case_box .case_list .dots span {
        width: 10px;
        height: 10px;
    }
}
.main.welcome .box .case_box .case_list .cbox {
    position: relative;
}
.main.welcome .box .case_box .case_list .wrap {
    overflow: hidden;
}
.main.welcome .box .case_box .case_list .wrap ul li {
    width: 324px;
    float: left;
    border-radius: 5px;
    background: #daede5;
}
@media (min-width: 1024px) {
    .main.welcome .box .case_box .case_list .wrap ul li:hover .pic img {
        transform: scale(1.05);
    }
}
.main.welcome .box .case_box .case_list .wrap ul li .pic {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.main.welcome .box .case_box .case_list .wrap ul li .pic img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    height: auto;
    transition: all 0.5s ease;
}
.main.welcome .box .case_box .case_list .wrap ul li .cont {
    padding: 32px 12.3%;
}
@media (max-width: 1024px) {
    .main.welcome .box .case_box .case_list .wrap ul li .cont {
        padding: 25px 10%;
    }
}
@media (max-width: 600px) {
    .main.welcome .box .case_box .case_list .wrap ul li .cont {
        padding: 20px;
    }
}
.main.welcome .box .case_box .case_list .wrap ul li .cont .t {
    font-size: 22px;
    line-height: 34px;
    color: #282828;
    height: 68px;
    overflow: hidden;
}
@media (max-width: 1024px) {
    .main.welcome .box .case_box .case_list .wrap ul li .cont .t {
        font-size: 18px;
        line-height: 30px;
        height: 60px;
    }
}
.main.welcome .box .case_box .case_list .wrap ul li .cont .msg {
    font-size: 16px;
    line-height: 30px;
    color: #282828;
    margin-top: 12px;
    height: 90px;
}
@media (max-width: 1024px) {
    .main.welcome .box .case_box .case_list .wrap ul li .cont .msg {
        font-size: 14px;
        line-height: 28px;
        height: 78px;
    }
}
@media (max-width: 500px) {
    .main.welcome .box .case_box .case_list .wrap ul li .cont .msg {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
        margin-top: 8px;
    }
}
.main.welcome .box .case_box .case_list .wrap ul li .cont .more {
    font-size: 22px;
    line-height: 26px;
    color: #282828;
    margin-top: 25px;
}
@media (max-width: 1024px) {
    .main.welcome .box .case_box .case_list .wrap ul li .cont .more {
        font-size: 18px;
        line-height: 26px;
    }
}
@media (max-width: 500px) {
    .main.welcome .box .case_box .case_list .wrap ul li .cont .more {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }
}
.main.welcome .box .case_box .case_list .wrap ul li .cont .more i {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 7px;
    background: url(../img/more.png) no-repeat;
    background-size: cover;
    margin-left: 18px;
}
@media (max-width: 1024px) {
    .main.welcome .box .case_box .case_list .wrap ul li .cont .more i {
        margin-left: 10px;
    }
}
.main.welcome .box .img_box {
    position: relative;
    padding: 11.5% 0;
    box-sizing: border-box;
}
.main.welcome .box .img_box img {
    width: 100%;
    height: auto;
}
.main.welcome .box .img_box .txt_box .txt {
    padding-left: 20%;
    height: 100%;
    text-align: right;
}
@media (max-width: 500px) {
    .main.welcome .box .img_box .txt_box .txt {
        padding-left: 10%;
    }
}
@media (min-width: 1024px) {
    .main.welcome .box .img_box .txt_box .txt .en,
    .main.welcome .box .img_box .txt_box .txt .con,
    .main.welcome .box .img_box .txt_box .txt .more {
        transform: translateY(40px);
        opacity: 0;
    }
    .main.welcome .box .img_box .txt_box .txt.animate .en,
    .main.welcome .box .img_box .txt_box .txt.animate .con,
    .main.welcome .box .img_box .txt_box .txt.animate .more {
        transform: translateY(0px);
        opacity: 1;
        transition: transform 0.65s, opacity 0.65s;
    }
    .main.welcome .box .img_box .txt_box .txt.animate .con {
        transition-delay: 0.15s;
    }
    .main.welcome .box .img_box .txt_box .txt.animate .more {
        transition-delay: 0.3s;
    }
    .main.welcome .box .img_box .txt_box .txt:nth-child(1) {
        transition-delay: 0.15s;
    }
    .main.welcome .box .img_box .txt_box .txt:nth-child(2) {
        transition-delay: 0.3s;
    }
    .main.welcome .box .img_box .txt_box .txt:nth-child(3) {
        transition-delay: 0.45s;
    }
    .main.welcome .box .img_box .txt_box .txt:nth-child(4) {
        transition-delay: 0.6s;
    }
    .main.welcome .box .img_box .txt_box .txt:nth-child(5) {
        transition-delay: 0.75s;
    }
    .main.welcome .box .img_box .txt_box .txt:nth-child(6) {
        transition-delay: 0.9s;
    }
}
.main.welcome .box .img_box .txt_box .txt .en {
    font-size: 48px;
    line-height: 56px;
    color: #fff;
}
@media (max-width: 1024px) {
    .main.welcome .box .img_box .txt_box .txt .en {
        font-size: 38px;
        line-height: 46px;
    }
}
@media (max-width: 500px) {
    .main.welcome .box .img_box .txt_box .txt .en {
        font-size: 24px;
        line-height: 32px;
    }
}
.main.welcome .box .img_box .txt_box .txt .con {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-top: 17px;
}
.main.welcome .box .img_box .txt_box .txt .con p {
    margin-top: 10px;
}
@media (max-width: 500px) {
    .main.welcome .box .img_box .txt_box .txt .con {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }
    .main.welcome .box .img_box .txt_box .txt .con p {
        margin-top: 0;
    }
}
.main.welcome .box .img_box .txt_box .txt .more {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    margin-top: 45px;
    display: inline-block;
    cursor: pointer;
}
@media (max-width: 1024px) {
    .main.welcome .box .img_box .txt_box .txt .more {
        font-size: 18px;
        line-height: 26px;
    }
}
@media (max-width: 500px) {
    .main.welcome .box .img_box .txt_box .txt .more {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }
}
.main.welcome .box .img_box .txt_box .txt .more i {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 7px;
    transition: transform 0.4s;
    background: url(../img/more3.png) no-repeat;
    background-size: cover;
    margin-left: 18px;
}
@media (max-width: 1024px) {
    .main.welcome .box .img_box .txt_box .txt .more i {
        margin-left: 10px;
    }
}
.main.welcome .box .news_box {
    padding-top: 75px;
    padding-bottom: 100px;
}
@media (max-width: 1024px) {
    .main.welcome .box .news_box {
        padding-top: 65px;
        padding-bottom: 85px;
    }
}
@media (max-width: 500px) {
    .main.welcome .box .news_box {
        padding-top: 25px;
        padding-bottom: 50px;
    }
}
.main.welcome .box .news_box .news_tit .t {
    float: left;
    font-size: 38px;
    line-height: 50px;
    color: #282828;
}
@media (max-width: 1024px) {
    .main.welcome .box .news_box .news_tit .t {
        font-size: 30px;
        line-height: 46px;
    }
}
@media (max-width: 1024px) {
    .main.welcome .box .news_box .news_tit .t {
        font-size: 30px;
        line-height: 46px;
    }
}
@media (max-width: 500px) {
    .main.welcome .box .news_box .news_tit .t {
        font-size: 24px;
        line-height: 36px;
    }
}
.main.welcome .box .news_box .news_tit .more {
    float: right;
    font-size: 22px;
    line-height: 50px;
    color: #282828;
    transition: 0.4s;
}
@media (max-width: 1024px) {
    .main.welcome .box .news_box .news_tit .more {
        font-size: 18px;
        line-height: 46px;
    }
}
@media (max-width: 500px) {
    .main.welcome .box .news_box .news_tit .more {
        font-size: 16px;
        line-height: 36px;
        background-size: 7px auto;
    }
}
.main.welcome .box .news_box .news_tit .more .iconfont {
    margin-left: 20px;
    color: #333;
    font-weight: bold;
    transition: 0.4s;
}
@media (max-width: 500px) {
    .main.welcome .box .news_box .news_tit .more .iconfont {
        margin-left: 12px;
    }
}
@media (min-width: 1024px) {
    .main.welcome .box .news_box .news_tit .more:hover {
        color: #00824b;
    }
    .main.welcome .box .news_box .news_tit .more:hover .iconfont {
        color: #00824b;
    }
}
.main.welcome .box .news_box .flexslider {
    margin-top: 50px;
}
@media (max-width: 500px) {
    .main.welcome .box .news_box .flexslider {
        margin-top: 25px;
    }
}
.main.welcome .box .news_box .flexslider .flex-control-nav {
    display: none;
    bottom: -30px;
}
@media (max-width: 500px) {
    .main.welcome .box .news_box .flexslider .flex-control-nav {
        display: block;
        line-height: 0;
    }
}
.main.welcome .box .news_box .flexslider .flex-control-nav li {
    margin: 0;
}
.main.welcome .box .news_box .flexslider .flex-control-nav li a {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    margin: 0 4px;
    cursor: pointer;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    box-sizing: border-box;
}
.main.welcome .box .news_box .flexslider .flex-control-nav li a.flex-active {
    background: #00824b;
    border-color: #00824b;
}
@media (max-width: 600px) {
    .main.welcome .box .news_box .flexslider .flex-control-nav li a {
        width: 10px;
        height: 10px;
    }
}
.main.welcome .box .news_box .flexslider .flex-direction-nav {
    display: block;
}
.main.welcome .box .news_box .flexslider .flex-direction-nav .flex-prev {
    width: 11px;
    height: 24px;
    background: url(../img/left.png) no-repeat center center;
    position: absolute;
    left: -40px;
    cursor: pointer;
    top: 50%;
    overflow: hidden;
    text-indent: 200px;
    margin-top: -12px;
}
@media (max-width: 1024px) {
    .main.welcome .box .news_box .flexslider .flex-direction-nav .flex-prev {
        left: -25px;
    }
}
@media (max-width: 700px) {
    .main.welcome .box .news_box .flexslider .flex-direction-nav .flex-prev {
        left: -18px;
    }
}
@media (max-width: 500px) {
    .main.welcome .box .news_box .flexslider .flex-direction-nav .flex-prev {
        left: -20px;
        background-size: 8px auto;
        display: none;
    }
}
.main.welcome .box .news_box .flexslider .flex-direction-nav .flex-next {
    width: 11px;
    height: 24px;
    background: url(../img/right.png) no-repeat center center;
    position: absolute;
    right: -40px;
    top: 50%;
    overflow: hidden;
    text-indent: 200px;
    margin-top: -12px;
    cursor: pointer;
}
@media (max-width: 1024px) {
    .main.welcome .box .news_box .flexslider .flex-direction-nav .flex-next {
        right: -25px;
    }
}
@media (max-width: 700px) {
    .main.welcome .box .news_box .flexslider .flex-direction-nav .flex-next {
        right: -18px;
    }
}
@media (max-width: 500px) {
    .main.welcome .box .news_box .flexslider .flex-direction-nav .flex-next {
        right: -20px;
        display: none;
        background-size: 8px auto;
    }
}
.main.welcome .box .news_box .flexslider .slides li a {
    display: block;
    overflow: hidden;
    position: relative;
}
@media (min-width: 1024px) {
    .main.welcome .box .news_box .flexslider .slides li a:hover .pic img {
        transform: scale(1.05);
    }
}
.main.welcome .box .news_box .flexslider .slides li a .pic {
    width: 49.63%;
    overflow: hidden;
    border-radius: 5px;
    float: right;
}
.main.welcome .box .news_box .flexslider .slides li a .pic img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    transition: all 0.5s ease;
}
@media (max-width: 500px) {
    .main.welcome .box .news_box .flexslider .slides li a .pic {
        width: 100%;
        float: none;
    }
}
.main.welcome .box .news_box .flexslider .slides li a .cont {
    position: absolute;
    width: 50.37%;
    top: 54px;
    box-sizing: border-box;
    bottom: 54px;
    background: #daede5;
    left: 0;
    border-radius: 5px 0 0 5px;
}
@media (max-width: 850px) {
    .main.welcome .box .news_box .flexslider .slides li a .cont {
        top: 25px;
        bottom: 25px;
    }
}
@media (max-width: 500px) {
    .main.welcome .box .news_box .flexslider .slides li a .cont {
        position: static;
        width: 100%;
        border-radius: 0 0 5px 5px;
        padding: 20px 15px;
        margin-top: -5px;
    }
}
.main.welcome .box .news_box .flexslider .slides li a .cont .txt_box {
    position: absolute;
    left: 7.2%;
    right: 7.2%;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 500px) {
    .main.welcome .box .news_box .flexslider .slides li a .cont .txt_box {
        transform: translateY(0);
        position: static;
    }
}
.main.welcome .box .news_box .flexslider .slides li a .cont .t {
    font-size: 28px;
    line-height: 32px;
    color: #222;
    height: 64px;
    overflow: hidden;
}
@media (max-width: 1024px) {
    .main.welcome .box .news_box .flexslider .slides li a .cont .t {
        height: 60px;
        font-size: 24px;
        line-height: 30px;
    }
}
@media (max-width: 600px) {
    .main.welcome .box .news_box .flexslider .slides li a .cont .t {
        height: 48px;
        font-size: 20px;
        line-height: 24px;
    }
}
.main.welcome .box .news_box .flexslider .slides li a .cont .con {
    font-size: 18px;
    line-height: 28px;
    color: #222;
    margin-top: 6px;
    padding-right: 28%;
    overflow: hidden;
}
@media (max-width: 1024px) {
    .main.welcome .box .news_box .flexslider .slides li a .cont .con {
        padding-right: 15%;
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 700px) {
    .main.welcome .box .news_box .flexslider .slides li a .cont .con {
        height: 48px;
    }
}
.main.welcome .box .news_box .flexslider .slides li a .cont .con p {
    margin-top: 20px;
}
.main.welcome .box .news_box .flexslider .slides li a .cont .con p:first-child {
    margin-top: 0;
}
.main.welcome .box .news_box .flexslider .slides li a .cont .more {
    font-size: 22px;
    line-height: 26px;
    color: #282828;
    margin-top: 35px;
}
@media (max-width: 1024px) {
    .main.welcome .box .news_box .flexslider .slides li a .cont .more {
        font-size: 18px;
        line-height: 26px;
        margin-top: 20px;
    }
}
@media (max-width: 500px) {
    .main.welcome .box .news_box .flexslider .slides li a .cont .more {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }
}
.main.welcome .box .news_box .flexslider .slides li a .cont .more i {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 7px;
    background: url(../img/more.png) no-repeat;
    background-size: cover;
    margin-left: 18px;
}
@media (max-width: 1024px) {
    .main.welcome .box .news_box .flexslider .slides li a .cont .more i {
        margin-left: 10px;
    }
}
@media (max-width: 500px) {
    .main.about .abanner img {
        width: 170%;
        margin-left: -49%;
    }
}
.main.about .container {
    padding-top: 90px;
    padding-bottom: 95px;
}
@media (max-width: 1024px) {
    .main.about .container {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
@media (max-width: 500px) {
    .main.about .container {
        padding-top: 25px;
        padding-bottom: 30px;
    }
}
.main.about .container .box2 {
    background: #00824b;
    padding: 60px 0 50px 0;
}
@media (max-width: 768px) {
    .main.about .container .box2 {
        padding: 40px 0 30px 0;
    }
}
@media (max-width: 500px) {
    .main.about .container .box2 {
        padding: 25px 0 20px 0;
    }
}
.main.about .container .box2 .box_cen .tit .t {
    font-size: 22px;
    line-height: 36px;
    color: #fff;
    text-transform: capitalize;
}
@media (max-width: 1024px) {
    .main.about .container .box2 .box_cen .tit .t {
        font-size: 18px;
        line-height: 30px;
    }
}
.main.about .container .box2 .box_cen .tit .line {
    width: 25px;
    height: 2px;
    background: #fff;
    margin-top: 15px;
}
@media (max-width: 600px) {
    .main.about .container .box2 .box_cen .tit .line {
        margin-top: 10px;
    }
}
.main.about .container .box2 .box_cen .cont {
    margin-top: 22px;
    overflow: hidden;
}
@media (max-width: 600px) {
    .main.about .container .box2 .box_cen .cont {
        margin-top: 10px;
    }
}
.main.about .container .box2 .box_cen .cont .cont_l {
    float: left;
    width: 37.85%;
}
@media (max-width: 700px) {
    .main.about .container .box2 .box_cen .cont .cont_l {
        width: 100%;
        float: none;
    }
}
.main.about .container .box2 .box_cen .cont .cont_l .txt_box {
    height: 96px;
    overflow: hidden;
}
.main.about .container .box2 .box_cen .cont .cont_l .txt_box .txt {
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.main.about .container .box2 .box_cen .cont .cont_l .btn_box {
    font-size: 0;
    margin-top: 28px;
}
@media (max-width: 600px) {
    .main.about .container .box2 .box_cen .cont .cont_l .btn_box {
        margin-top: 15px;
    }
}
.main.about .container .box2 .box_cen .cont .cont_l .btn_box div {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    transition: border-color 0.5s;
    margin-right: 10px;
    cursor: pointer;
}
@media (min-width: 1024px) {
    .main.about .container .box2 .box_cen .cont .cont_l .btn_box div:hover {
        border-color: white;
    }
    .main.about .container .box2 .box_cen .cont .cont_l .btn_box div:hover img {
        filter: alpha(opacity=0);
        opacity: 0;
    }
    .main.about .container .box2 .box_cen .cont .cont_l .btn_box div:hover img.active {
        filter: alpha(opacity=100);
        opacity: 1;
    }
}
@media (max-width: 600px) {
    .main.about .container .box2 .box_cen .cont .cont_l .btn_box div {
        width: 28px;
        height: 28px;
    }
}
.main.about .container .box2 .box_cen .cont .cont_l .btn_box div img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 50%;
    max-height: 50%;
    margin: auto;
    transition: opacity 0.5s;
}
.main.about .container .box2 .box_cen .cont .cont_l .btn_box div img.active {
    filter: alpha(opacity=0);
    opacity: 0;
}
.main.about .container .box2 .box_cen .cont .cont_l .num_list {
    margin-top: 44px;
}
@media (max-width: 1200px) {
    .main.about .container .box2 .box_cen .cont .cont_l .num_list {
        margin-top: 30px;
    }
}
@media (max-width: 500px) {
    .main.about .container .box2 .box_cen .cont .cont_l .num_list {
        margin-top: 15px;
    }
}
.main.about .container .box2 .box_cen .cont .cont_l .num_list ul {
    font-size: 0;
}
.main.about .container .box2 .box_cen .cont .cont_l .num_list ul li {
    width: 36.2%;
    display: inline-block;
    vertical-align: top;
    margin-right: 11%;
    box-sizing: border-box;
}
.main.about .container .box2 .box_cen .cont .cont_l .num_list ul li:last-child {
    margin-right: 0;
}
@media (max-width: 1024px) {
    .main.about .container .box2 .box_cen .cont .cont_l .num_list ul li {
        width: 50%;
        padding-right: 20px;
        margin-right: 0;
    }
}
@media (max-width: 500px) {
    .main.about .container .box2 .box_cen .cont .cont_l .num_list ul li {
        width: 50%;
        margin-right: 0;
        padding-right: 10px;
        margin-top: 10px;
    }
}
.main.about .container .box2 .box_cen .cont .cont_l .num_list ul li .num {
    font-size: 36px;
    line-height: 38px;
    color: #fff;
    margin-left: -3px;
}
@media (max-width: 1024px) {
    .main.about .container .box2 .box_cen .cont .cont_l .num_list ul li .num {
        font-size: 30px;
        line-height: 30px;
    }
}
@media (max-width: 500px) {
    .main.about .container .box2 .box_cen .cont .cont_l .num_list ul li .num {
        font-size: 24px;
        line-height: 26px;
    }
}
.main.about .container .box2 .box_cen .cont .cont_l .num_list ul li .text {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin-top: 10px;
    word-break: break-all;
}
.main.about .container .box2 .box_cen .cont .map {
    float: right;
    width: 59.08%;
}
@media (max-width: 700px) {
    .main.about .container .box2 .box_cen .cont .map {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
}
.main.about .container .box2 .box_cen .cont .map img {
    width: 100%;
    height: auto;
}
.main.about .container .box2 .box_cen .bot_box {
    margin-top: -20px;
}
@media (max-width: 1300px) {
    .main.about .container .box2 .box_cen .bot_box {
        margin-top: 0;
    }
}
@media (max-width: 1024px) {
    .main.about .container .box2 .box_cen .bot_box {
        margin-top: 10px;
    }
}
.main.about .container .box2 .box_cen .bot_box .list_box {
    width: 102%;
    margin-bottom: 0;
    margin-top: 30px;
    padding-bottom: 10px;
}
@media (max-width: 600px) {
    .main.about .container .box2 .box_cen .bot_box .list_box {
        margin-top: 15px;
    }
}
.main.about .container .box2 .box_cen .bot_box .list_box .item .ib {
    margin-right: 6.66%;
}
@media (min-width: 1024px) {
    .main.about .container .box2 .box_cen .bot_box .list_box .item:hover .pic img {
        transform: scale(1.05);
    }
}
.main.about .container .box2 .box_cen .bot_box .list_box .item .pic {
    overflow: hidden;
}
.main.about .container .box2 .box_cen .bot_box .list_box .item .pic img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}
.main.about .container .box2 .box_cen .bot_box .list_box .item .place {
    margin-top: 10px;
    text-align: center;
}
.main.about .container .box2 .box_cen .bot_box .list_box .item .place span {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding-left: 20px;
    background: url(../img/address_icon.png) no-repeat left center;
}
@media (max-width: 500px) {
    .main.about .container .box2 .box_cen .bot_box .list_box .item .place span {
        font-size: 14px;
        line-height: 24px;
    }
}
.main.about .container .foot_link {
    margin-top: 80px;
}
@media (max-width: 1024px) {
    .main.about .container .foot_link {
        margin-top: 60px;
    }
}
@media (max-width: 600px) {
    .main.about .container .foot_link {
        margin-top: 0px;
    }
}
@media (min-width: 1024px) {
    .main.about .container .foot_link ul li {
        transform: translateY(40px);
        opacity: 0;
    }
    .main.about .container .foot_link.animate ul li {
        transform: translateY(0px);
        opacity: 1;
        transition: transform 0.65s, opacity 0.65s;
    }
    .main.about .container .foot_link.animate ul li:nth-child(1) {
        transition-delay: 0.15s;
    }
    .main.about .container .foot_link.animate ul li:nth-child(2) {
        transition-delay: 0.3s;
    }
    .main.about .container .foot_link.animate ul li:nth-child(3) {
        transition-delay: 0.45s;
    }
    .main.about .container .foot_link.animate ul li:nth-child(4) {
        transition-delay: 0.6s;
    }
    .main.about .container .foot_link.animate ul li:nth-child(5) {
        transition-delay: 0.75s;
    }
    .main.about .container .foot_link.animate ul li:nth-child(6) {
        transition-delay: 0.9s;
    }
}
.main.about .container .foot_link ul li {
    width: 25%;
    float: left;
    text-align: left;
    box-sizing: border-box;
    padding-left: 4.9%;
}
.main.about .container .foot_link ul li:first-child {
    padding-left: 0;
    text-align: left;
}
.main.about .container .foot_link ul li:nth-child(3) {
    padding-left: 9.7%;
    text-align: left;
}
.main.about .container .foot_link ul li:last-child {
    padding-left: 0;
    text-align: right;
}
@media (max-width: 800px) {
    .main.about .container .foot_link ul li {
        padding-left: 0 !important;
        text-align: center !important;
    }
}
.main.about .container .foot_link ul li a {
    display: inline-block;
}
@media (min-width: 1024px) {
    .main.about .container .foot_link ul li a:hover .icon {
        background: #00824b;
        border-color: #00824b;
    }
    .main.about .container .foot_link ul li a:hover .icon img {
        filter: alpha(opacity=0);
        opacity: 0;
    }
    .main.about .container .foot_link ul li a:hover .icon img.active {
        filter: alpha(opacity=100);
        opacity: 1;
    }
    .main.about .container .foot_link ul li a:hover .txt {
        color: #00824b;
    }
}
.main.about .container .foot_link ul li a .icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    transition: background 0.5s, border-color 0.5s;
}
@media (max-width: 1024px) {
    .main.about .container .foot_link ul li a .icon {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 700px) {
    .main.about .container .foot_link ul li a .icon {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 450px) {
    .main.about .container .foot_link ul li a .icon {
        width: 50px;
        height: 50px;
    }
}
.main.about .container .foot_link ul li a .icon img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.5s;
    margin: auto;
    max-width: 50%;
    max-height: 50%;
}
.main.about .container .foot_link ul li a .icon img.active {
    filter: alpha(opacity=0);
    opacity: 0;
}
.main.about .container .foot_link ul li a .txt {
    font-size: 22px;
    line-height: 30px;
    color: #282828;
    transition: color 0.5s;
    text-align: center;
    word-break: break-word;
    margin-top: 20px;
}
@media (max-width: 1024px) {
    .main.about .container .foot_link ul li a .txt {
        margin-top: 12px;
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 500px) {
    .main.about .container .foot_link ul li a .txt {
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px;
    }
}
.main.about .container .cooperation {
    padding-top: 90px;
    padding-bottom: 30px;
}
@media (max-width: 1024px) {
    .main.about .container .cooperation {
        padding-top: 70px;
    }
}
@media (max-width: 500px) {
    .main.about .container .cooperation {
        padding-top: 25px;
    }
}
.main.about .container .cooperation .cooperation_tit .t {
    float: left;
    font-size: 38px;
    line-height: 50px;
    color: #282828;
}
@media (max-width: 1024px) {
    .main.about .container .cooperation .cooperation_tit .t {
        font-size: 30px;
        line-height: 46px;
    }
}
@media (max-width: 1024px) {
    .main.about .container .cooperation .cooperation_tit .t {
        font-size: 30px;
        line-height: 46px;
    }
}
@media (max-width: 500px) {
    .main.about .container .cooperation .cooperation_tit .t {
        font-size: 24px;
        line-height: 36px;
    }
}
.main.about .container .cooperation .cooperation_tit .btn {
    float: right;
    margin-top: 5px;
}
@media (max-width: 1024px) {
    .main.about .container .cooperation .cooperation_tit .btn {
        margin-top: 3px;
    }
}
@media (max-width: 850px) {
    .main.about .container .cooperation .cooperation_tit .btn {
        margin-top: 5px;
    }
}
@media (max-width: 500px) {
    .main.about .container .cooperation .cooperation_tit .btn {
        margin-top: 3px;
    }
}
.main.about .container .cooperation .cooperation_tit .btn .prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    float: left;
    background: url(../img/bl.png) no-repeat center center #eeeeee;
    transition: background 0.5s;
    margin-left: 30px;
}
@media (min-width: 1024px) {
    .main.about .container .cooperation .cooperation_tit .btn .prev:hover {
        background: url(../img/bl2.png) no-repeat center center #00824b;
    }
}
@media (max-width: 850px) {
    .main.about .container .cooperation .cooperation_tit .btn .prev {
        width: 36px;
        height: 36px;
        background-size: 24% auto;
    }
}
@media (max-width: 500px) {
    .main.about .container .cooperation .cooperation_tit .btn .prev {
        width: 30px;
        height: 30px;
        margin-left: 10px;
    }
}
.main.about .container .cooperation .cooperation_tit .btn .next {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 30px;
    cursor: pointer;
    background: url(../img/br.png) no-repeat center center #eeeeee;
    transition: background 0.5s;
}
@media (min-width: 1024px) {
    .main.about .container .cooperation .cooperation_tit .btn .next:hover {
        background: url(../img/br2.png) no-repeat center center #00824b;
    }
}
@media (max-width: 850px) {
    .main.about .container .cooperation .cooperation_tit .btn .next {
        width: 36px;
        height: 36px;
        background-size: 24% auto;
    }
}
@media (max-width: 500px) {
    .main.about .container .cooperation .cooperation_tit .btn .next {
        width: 30px;
        height: 30px;
        margin-left: 10px;
    }
}
.main.about .container .cooperation .item_box {
    width: 1216px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 25px;
}
@media (max-width: 1300px) {
    .main.about .container .cooperation .item_box {
        width: 89%;
    }
}
@media (max-width: 1024px) {
    .main.about .container .cooperation .item_box {
        width: 93.8%;
    }
}
@media (max-width: 500px) {
    .main.about .container .cooperation .item_box {
        margin-top: 15px;
    }
}
.main.about .container .cooperation .item_box .item .item_list {
    margin: 8px;
    border: 1px solid #dfdfdf;
    height: 100px;
    position: relative;
    box-sizing: border-box;
}
@media (min-width: 1024px) {
    .main.about .container .cooperation .item_box .item .item_list:hover img {
        transform: scale(1.05);
    }
}
.main.about .container .cooperation .item_box .item .item_list img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 80%;
    max-height: 80%;
    transition: transform 0.5s ease;
}
.main.about .container .certificates_box {
    background: #f7f7f7;
}
.main.about .container .certificates_box .certificates_cen {
    padding-top: 56px;
    padding-bottom: 110px;
}
@media (max-width: 768px) {
    .main.about .container .certificates_box .certificates_cen {
        padding-top: 40px;
    }
}
@media (max-width: 500px) {
    .main.about .container .certificates_box .certificates_cen {
        padding: 25px 0 80px 0;
    }
}
.main.about .container .certificates_box .certificates_cen .certificates_tit .t {
    float: left;
    font-size: 38px;
    line-height: 50px;
    color: #282828;
}
@media (max-width: 1024px) {
    .main.about .container .certificates_box .certificates_cen .certificates_tit .t {
        font-size: 30px;
        line-height: 46px;
    }
}
@media (max-width: 1024px) {
    .main.about .container .certificates_box .certificates_cen .certificates_tit .t {
        font-size: 30px;
        line-height: 46px;
    }
}
@media (max-width: 500px) {
    .main.about .container .certificates_box .certificates_cen .certificates_tit .t {
        font-size: 24px;
        line-height: 36px;
    }
}
.main.about .container .certificates_box .certificates_cen .certificates_tit .more {
    float: right;
    font-size: 22px;
    line-height: 50px;
    color: #282828;
    padding-right: 27px;
    transition: 0.4s;
    background: url(../img/r2.png) no-repeat right center;
}
@media (max-width: 1024px) {
    .main.about .container .certificates_box .certificates_cen .certificates_tit .more {
        font-size: 18px;
        line-height: 46px;
    }
}
@media (max-width: 500px) {
    .main.about .container .certificates_box .certificates_cen .certificates_tit .more {
        font-size: 16px;
        line-height: 36px;
        background-size: 7px auto;
        padding-right: 18px;
    }
}
@media (min-width: 1024px) {
    .main.about .container .certificates_box .certificates_cen .certificates_tit .more:hover {
        color: #00824b;
        background: url(../img/icon_r.png) no-repeat right center;
    }
}
.main.about .container .certificates_box .certificates_cen .flister_box {
    height: 500px;
    position: relative;
    margin-top: 50px;
}
@media (max-width: 600px) {
    .main.about .container .certificates_box .certificates_cen .flister_box {
        margin-top: 25px;
    }
}
.main.about .container .certificates_box .certificates_cen .flister_box .prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    z-index: 12;
    background: url(../img/bl.png) no-repeat center center #fff;
    transition: background 0.5s;
}
@media (min-width: 1024px) {
    .main.about .container .certificates_box .certificates_cen .flister_box .prev:hover {
        background: url(../img/bl2.png) no-repeat center center #00824b;
    }
}
@media (max-width: 1200px) {
    .main.about .container .certificates_box .certificates_cen .flister_box .prev {
        left: 0;
    }
}
@media (max-width: 850px) {
    .main.about .container .certificates_box .certificates_cen .flister_box .prev {
        width: 36px;
        height: 36px;
        background-size: 24% auto;
        margin-top: -18px;
    }
}
@media (max-width: 500px) {
    .main.about .container .certificates_box .certificates_cen .flister_box .prev {
        width: 30px;
        margin-top: -15px;
        height: 30px;
    }
}
.main.about .container .certificates_box .certificates_cen .flister_box .next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: 50px;
    z-index: 12;
    top: 50%;
    margin-top: -20px;
    background: url(../img/br.png) no-repeat center center #fff;
    transition: background 0.5s;
}
@media (min-width: 1024px) {
    .main.about .container .certificates_box .certificates_cen .flister_box .next:hover {
        background: url(../img/br2.png) no-repeat center center #00824b;
    }
}
@media (max-width: 1200px) {
    .main.about .container .certificates_box .certificates_cen .flister_box .next {
        right: 0;
    }
}
@media (max-width: 850px) {
    .main.about .container .certificates_box .certificates_cen .flister_box .next {
        width: 36px;
        height: 36px;
        margin-top: -18px;
        background-size: 24% auto;
    }
}
@media (max-width: 500px) {
    .main.about .container .certificates_box .certificates_cen .flister_box .next {
        width: 30px;
        margin-top: -15px;
        height: 30px;
    }
}
.main.about .container .certificates_box .certificates_cen .flister_box ul {
    height: 100%;
}
@media (max-width: 600px) {
    .main.about .container .certificates_box .certificates_cen .flister_box ul {
        width: 150%;
        margin-left: -25%;
        position: relative;
        height: 100%;
    }
}
.main.about .container .certificates_box .certificates_cen .flister_box ul li {
    position: absolute;
    width: 12.16%;
    left: 42%;
    top: 21.08%;
    z-index: 3;
}
.main.about .container .certificates_box .certificates_cen .flister_box ul li.l3 {
    width: 28.75%;
    top: 0;
    left: 35.83%;
    z-index: 10;
}
.main.about .container .certificates_box .certificates_cen .flister_box ul li.l3 .txt {
    filter: alpha(opacity=100);
    opacity: 1;
}
.main.about .container .certificates_box .certificates_cen .flister_box ul li.l4 {
    width: 21.16%;
    left: 61.91%;
    top: 13.34%;
    z-index: 8;
}
.main.about .container .certificates_box .certificates_cen .flister_box ul li.l5 {
    width: 21.16%;
    left: 78.66%;
    top: 13.34%;
    z-index: 5;
    filter: alpha(opacity=30);
    opacity: 0.3;
}
.main.about .container .certificates_box .certificates_cen .flister_box ul li.l1 {
    width: 21.16%;
    left: 0%;
    top: 13.34%;
    z-index: 5;
    filter: alpha(opacity=30);
    opacity: 0.3;
}
.main.about .container .certificates_box .certificates_cen .flister_box ul li.l2 {
    width: 21.16%;
    left: 17.08%;
    top: 13.34%;
    z-index: 8;
}
.main.about .container .certificates_box .certificates_cen .flister_box ul li .pic {
    border: 1px solid #dfdfdf;
    overflow: hidden;
}
.main.about .container .certificates_box .certificates_cen .flister_box ul li .pic img {
    width: 100%;
    height: auto;
}
.main.about .container .certificates_box .certificates_cen .flister_box ul li .txt {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    text-align: center;
    margin-top: 20px;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    text-align: center;
}
@media (max-width: 1100px) {
    .main.about .container .certificates_box .certificates_cen .flister_box ul li .txt {
        font-size: 14px;
        line-height: 20px;
        margin-top: 15px;
    }
}
@media (max-width: 600px) {
    .main.about .container .certificates_box .certificates_cen .flister_box ul li .txt {
        width: 200%;
        margin-left: -50%;
    }
}
.main.about .container .why_box .why_cen {
    padding-bottom: 100px;
    padding-top: 90px;
}
@media (max-width: 1024px) {
    .main.about .container .why_box .why_cen {
        padding: 70px 0;
    }
}
@media (max-width: 600px) {
    .main.about .container .why_box .why_cen {
        padding: 30px 0;
    }
}
.main.about .container .why_box .why_cen .tit {
    font-size: 38px;
    line-height: 50px;
    color: #282828;
}
@media (max-width: 1024px) {
    .main.about .container .why_box .why_cen .tit {
        font-size: 30px;
        line-height: 46px;
    }
}
@media (max-width: 500px) {
    .main.about .container .why_box .why_cen .tit {
        font-size: 24px;
        line-height: 36px;
    }
}
@media (max-width: 650px) {
    .main.about .container .why_box .why_cen .why_list {
        margin-top: 15px;
    }
}
.main.about .container .why_box .why_cen .why_list ul {
    width: 110%;
}
@media (max-width: 650px) {
    .main.about .container .why_box .why_cen .why_list ul {
        width: 100%;
    }
}
.main.about .container .why_box .why_cen .why_list ul li {
    width: 20.45%;
    float: left;
    margin-right: 3%;
    margin-top: 6%;
    position: relative;
}
.main.about .container .why_box .why_cen .why_list ul li:hover .hover_box {
    transform: translate(0%, 0%) rotate(0deg);
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}
@media (max-width: 650px) {
    .main.about .container .why_box .why_cen .why_list ul li {
        width: 48%;
        margin-right: 0;
        margin-top: 20px;
    }
    .main.about .container .why_box .why_cen .why_list ul li:nth-child(even) {
        float: right;
    }
}
.main.about .container .why_box .why_cen .why_list ul li .hover_box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00824b;
    border-radius: 5px;
    z-index: 10;
    padding-top: 63px;
    box-sizing: border-box;
    transition: all 0.5s;
    visibility: hidden;
    transform: translate(-3%, 3%) rotate(0deg);
    filter: alpha(opacity=0);
    opacity: 0;
}
@media (max-width: 1024px) {
    .main.about .container .why_box .why_cen .why_list ul li .hover_box {
        padding-top: 40px;
    }
}
@media (max-width: 500px) {
    .main.about .container .why_box .why_cen .why_list ul li .hover_box {
        padding-top: 24px;
    }
}
.main.about .container .why_box .why_cen .why_list ul li .hover_box .img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fff;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    top: -45px;
}
.main.about .container .why_box .why_cen .why_list ul li .hover_box .img img {
    width: 100%;
    border-radius: 50%;
    height: auto;
}
@media (max-width: 1024px) {
    .main.about .container .why_box .why_cen .why_list ul li .hover_box .img {
        width: 60px;
        height: 60px;
        top: -35px;
        margin-left: -35px;
    }
}
@media (max-width: 500px) {
    .main.about .container .why_box .why_cen .why_list ul li .hover_box .img {
        width: 40px;
        height: 40px;
        top: -25px;
        margin-left: -25px;
    }
}
.main.about .container .why_box .why_cen .why_list ul li .hover_box .cbox {
    padding: 0 30px;
    width: 100%;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
}
@media (max-width: 1024px) {
    .main.about .container .why_box .why_cen .why_list ul li .hover_box .cbox {
        padding: 0 10px;
    }
}
.main.about .container .why_box .why_cen .why_list ul li .hover_box .cbox .t {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}
@media (max-width: 850px) {
    .main.about .container .why_box .why_cen .why_list ul li .hover_box .cbox .t {
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 500px) {
    .main.about .container .why_box .why_cen .why_list ul li .hover_box .cbox .t {
        font-size: 13px;
        line-height: 20px;
    }
}
.main.about .container .why_box .why_cen .why_list ul li .hover_box .cbox .con {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-top: 18px;
}
@media (max-width: 1024px) {
    .main.about .container .why_box .why_cen .why_list ul li .hover_box .cbox .con {
        margin-top: 10px;
    }
}
@media (max-width: 850px) {
    .main.about .container .why_box .why_cen .why_list ul li .hover_box .cbox .con {
        font-size: 13px;
        line-height: 20px;
    }
}
@media (max-width: 500px) {
    .main.about .container .why_box .why_cen .why_list ul li .hover_box .cbox .con {
        font-size: 12px;
        line-height: 18px;
    }
}
.main.about .container .why_box .why_cen .why_list ul li .cont {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}
.main.about .container .why_box .why_cen .why_list ul li .cont .pic {
    position: relative;
    height: 214px;
    border-raidus: 5px 5px 0 0;
}
.main.about .container .why_box .why_cen .why_list ul li .cont .pic img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
@media (max-width: 600px) {
    .main.about .container .why_box .why_cen .why_list ul li .cont .pic img {
        min-width: 80%;
        max-height: 80%;
    }
}
.main.about .container .why_box .why_cen .why_list ul li .cont .txt {
    height: 80px;
    border-top: 1px solid #dfdfdf;
    position: relative;
}
@media (max-width: 650px) {
    .main.about .container .why_box .why_cen .why_list ul li .cont .txt {
        height: 60px;
    }
}
.main.about .container .why_box .why_cen .why_list ul li .cont .txt .tbox {
    font-size: 16px;
    line-height: 24px;
    color: #535353;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    padding: 0 10px;
    text-align: center;
    word-break: break-word;
    box-sizing: border-box;
}
@media (max-width: 1024px) {
    .main.about .container .why_box .why_cen .why_list ul li .cont .txt .tbox {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width: 650px) {
    .main.about .container .why_box .why_cen .why_list ul li .cont .txt .tbox {
        font-size: 13px;
        line-height: 20px;
    }
}
.main.about .container .box {
    position: relative;
}
.main.about .container .box.box3 {
    padding-top: 90px;
}
@media (max-width: 1024px) {
    .main.about .container .box.box3 {
        padding-top: 70px;
    }
}
@media (max-width: 500px) {
    .main.about .container .box.box3 {
        padding-top: 25px;
    }
}
.main.about .container .box.box3 .box_cen .tit {
    text-transform: capitalize;
}
.main.about .container .box .bg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.main.about .container .box .box_cen {
    position: relative;
    z-index: 10;
    padding-bottom: 98px;
}
@media (max-width: 850px) {
    .main.about .container .box .box_cen {
        padding-bottom: 70px;
    }
}
@media (max-width: 500px) {
    .main.about .container .box .box_cen {
        padding-bottom: 35px;
    }
}
.main.about .container .box .box_cen .tit {
    font-size: 38px;
    line-height: 50px;
    color: #282828;
}
@media (max-width: 1024px) {
    .main.about .container .box .box_cen .tit {
        font-size: 30px;
        line-height: 46px;
    }
}
@media (max-width: 500px) {
    .main.about .container .box .box_cen .tit {
        font-size: 24px;
        line-height: 36px;
    }
}
.main.about .container .box .box_cen .about_box {
    margin-top: 42px;
    position: relative;
}
@media (max-width: 1200px) {
    .main.about .container .box .box_cen .about_box {
        margin-top: 30px;
    }
}
@media (max-width: 850px) {
    .main.about .container .box .box_cen .about_box {
        margin-top: 10px;
    }
}
.main.about .container .box .box_cen .about_box .pic {
    width: 44.167%;
    overflow: hidden;
}
.main.about .container .box .box_cen .about_box .pic img {
    width: 100%;
    height: auto;
}
@media (max-width: 850px) {
    .main.about .container .box .box_cen .about_box .pic {
        margin-top: 25px;
    }
}
@media (max-width: 500px) {
    .main.about .container .box .box_cen .about_box .pic {
        width: 100%;
    }
}
.main.about .container .box .box_cen .about_box .cont {
    width: 47.5%;
    position: absolute;
    top: 50%;
    right: 4.166%;
    transform: translateY(-50%);
}
@media (max-width: 1050px) {
    .main.about .container .box .box_cen .about_box .cont {
        transform: translateY(0%);
        top: 0;
    }
}
@media (max-width: 1024px) {
    .main.about .container .box .box_cen .about_box .cont {
        right: 0;
        width: 50%;
    }
}
@media (max-width: 850px) {
    .main.about .container .box .box_cen .about_box .cont {
        width: 100%;
        position: static;
    }
}
.main.about .container .box .box_cen .about_box .cont .t {
    font-size: 22px;
    line-height: 36px;
    color: #282828;
}
@media (max-width: 1024px) {
    .main.about .container .box .box_cen .about_box .cont .t {
        font-size: 18px;
        line-height: 30px;
    }
}
@media (max-width: 500px) {
    .main.about .container .box .box_cen .about_box .cont .t {
        font-size: 16px;
        line-height: 24px;
    }
}
.main.about .container .box .box_cen .about_box .cont .line {
    width: 25px;
    height: 2px;
    background: #00824b;
    margin-top: 6px;
}
@media (max-width: 850px) {
    .main.about .container .box .box_cen .about_box .cont .line {
        margin-top: 10px;
    }
}
.main.about .container .box .box_cen .about_box .cont .text {
    font-size: 14px;
    line-height: 22px;
    color: #686868;
    margin-top: 25px;
    height: 201px;
    overflow: hidden;
}
@media (max-width: 1200px) {
    .main.about .container .box .box_cen .about_box .cont .text {
        height: 179px;
    }
}
@media (max-width: 1024px) {
    .main.about .container .box .box_cen .about_box .cont .text {
        height: 132px;
    }
}
@media (max-width: 850px) {
    .main.about .container .box .box_cen .about_box .cont .text {
        margin-top: 15px;
    }
}
.main.about .container .box .box_cen .about_box .cont .text .text_box {
    position: relative;
}
.main.about .container .box .box_cen .about_box .cont .text .text_box p {
    margin-top: 25px;
}
@media (max-width: 850px) {
    .main.about .container .box .box_cen .about_box .cont .text .text_box p p {
        margin-top: 10px;
    }
}
.main.about .container .box .box_cen .about_box .cont .text .text_box p:first-child {
    margin-top: 0;
}
.main.about .container .box .box_cen .about_box .cont .btn_box {
    font-size: 0;
    margin-top: 32px;
}
@media (max-width: 1200px) {
    .main.about .container .box .box_cen .about_box .cont .btn_box {
        margin-top: 20px;
    }
}
.main.about .container .box .box_cen .about_box .cont .btn_box div {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}
@media (min-width: 1024px) {
    .main.about .container .box .box_cen .about_box .cont .btn_box div:hover img {
        filter: alpha(opacity=0);
        opacity: 0;
    }
    .main.about .container .box .box_cen .about_box .cont .btn_box div:hover img.active {
        filter: alpha(opacity=100);
        opacity: 1;
    }
}
@media (max-width: 600px) {
    .main.about .container .box .box_cen .about_box .cont .btn_box div {
        width: 28px;
        height: 28px;
    }
}
.main.about .container .box .box_cen .about_box .cont .btn_box div img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 50%;
    max-height: 50%;
    margin: auto;
    transition: opacity 0.5s;
}
.main.about .container .box .box_cen .about_box .cont .btn_box div img.active {
    filter: alpha(opacity=0);
    opacity: 0;
}
.main.about .container .box .box_cen .about_box .cont .msg {
    margin-top: 44px;
}
@media (max-width: 1200px) {
    .main.about .container .box .box_cen .about_box .cont .msg {
        margin-top: 30px;
    }
}
@media (max-width: 500px) {
    .main.about .container .box .box_cen .about_box .cont .msg {
        margin-top: 15px;
    }
}
.main.about .container .box .box_cen .about_box .cont .msg ul {
    font-size: 0;
}
.main.about .container .box .box_cen .about_box .cont .msg ul li {
    width: 26%;
    display: inline-block;
    vertical-align: top;
    margin-right: 11%;
    box-sizing: border-box;
}
.main.about .container .box .box_cen .about_box .cont .msg ul li:last-child {
    margin-right: 0;
}
@media (max-width: 500px) {
    .main.about .container .box .box_cen .about_box .cont .msg ul li {
        width: 50%;
        margin-right: 0;
        padding-right: 10px;
        margin-top: 10px;
    }
}
.main.about .container .box .box_cen .about_box .cont .msg ul li .num {
    font-size: 38px;
    line-height: 38px;
    color: #00824b;
    margin-left: -3px;
}
@media (max-width: 1024px) {
    .main.about .container .box .box_cen .about_box .cont .msg ul li .num {
        font-size: 30px;
        line-height: 30px;
    }
}
@media (max-width: 500px) {
    .main.about .container .box .box_cen .about_box .cont .msg ul li .num {
        font-size: 24px;
        line-height: 26px;
    }
}
.main.about .container .box .box_cen .about_box .cont .msg ul li .txt {
    font-size: 16px;
    line-height: 28px;
    color: #686868;
    margin-top: 10px;
    word-break: break-word;
}
@media (max-width: 1200px) {
    .main.about .container .box .box_cen .about_box .cont .msg ul li .txt {
        font-size: 15px;
        line-height: 24px;
    }
}
@media (max-width: 850px) {
    .main.about .container .box .box_cen .about_box .cont .msg ul li .txt {
        font-size: 14px;
        line-height: 20px;
    }
}
.main.about .container .box .box_cen .ds {
    font-size: 22px;
    line-height: 36px;
    color: #282828;
    margin-top: 20px;
    text-align: center;
}
@media (max-width: 1024px) {
    .main.about .container .box .box_cen .ds {
        font-size: 18px;
        line-height: 28px;
    }
}
@media (max-width: 600px) {
    .main.about .container .box .box_cen .ds {
        margin-top: 10px;
    }
}
.main.about .container .box .box_cen .swiper_brand {
    display: none;
    margin-top: 40px;
}
@media (max-width: 1024px) {
    .main.about .container .box .box_cen .swiper_brand {
        display: block;
    }
}
@media (max-width: 600px) {
    .main.about .container .box .box_cen .swiper_brand {
        margin-top: 20px;
    }
}
.main.about .container .box .box_cen .swiper_brand .swiper-container .swiper-pagination {
    position: static;
    line-height: 0;
    margin-top: 15px;
    transition: none;
}
.main.about .container .box .box_cen .swiper_brand .swiper-container .swiper-pagination span {
    margin: 0 8px;
    width: 14px;
    height: 14px;
    border: 2px solid #898b8d;
    box-sizing: border-box;
    background: none;
    border-radius: 50%;
}
@media (max-width: 600px) {
    .main.about .container .box .box_cen .swiper_brand .swiper-container .swiper-pagination span {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
}
.main.about .container .box .box_cen .swiper_brand .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
    background: #00824b;
    border-color: #00824b;
}
.main.about .container .box .box_cen .swiper_brand .swiper-container .swiper-wrapper .swiper-slide {
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 45%;
}
@media (max-width: 600px) {
    .main.about .container .box .box_cen .swiper_brand .swiper-container .swiper-wrapper .swiper-slide {
        padding-bottom: 60%;
    }
}
@media (max-width: 450px) {
    .main.about .container .box .box_cen .swiper_brand .swiper-container .swiper-wrapper .swiper-slide {
        padding-bottom: 94%;
    }
}
.main.about .container .box .box_cen .swiper_brand .swiper-container .swiper-wrapper .swiper-slide .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.main.about .container .box .box_cen .swiper_brand .swiper-container .swiper-wrapper .swiper-slide .cont {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    padding: 0 20px;
    transform: translateY(-50%);
    width: 100%;
    box-sizing: border-box;
}
@media (max-width: 600px) {
    .main.about .container .box .box_cen .swiper_brand .swiper-container .swiper-wrapper .swiper-slide .cont {
        padding: 0 10px;
    }
}
.main.about .container .box .box_cen .swiper_brand .swiper-container .swiper-wrapper .swiper-slide .cont .en {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.main.about .container .box .box_cen .swiper_brand .swiper-container .swiper-wrapper .swiper-slide .cont .line {
    width: 18px;
    height: 3px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}
@media (max-width: 600px) {
    .main.about .container .box .box_cen .swiper_brand .swiper-container .swiper-wrapper .swiper-slide .cont .line {
        margin-top: 15px;
    }
}
.main.about .container .box .box_cen .swiper_brand .swiper-container .swiper-wrapper .swiper-slide .cont .t {
    font-size: 22px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    margin-top: 18px;
}
@media (max-width: 1024px) {
    .main.about .container .box .box_cen .swiper_brand .swiper-container .swiper-wrapper .swiper-slide .cont .t {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 600px) {
    .main.about .container .box .box_cen .swiper_brand .swiper-container .swiper-wrapper .swiper-slide .cont .t {
        margin-top: 10px;
    }
}
.main.about .container .box .box_cen .brand_list {
    margin-top: 45px;
}
@media (max-width: 1024px) {
    .main.about .container .box .box_cen .brand_list {
        display: none;
    }
}
.main.about .container .box .box_cen .brand_list ul li {
    width: 17.25%;
    float: left;
    overflow: hidden;
    position: relative;
    height: 527px;
    transition: width 0.4s;
}
@media (max-width: 1100px) {
    .main.about .container .box .box_cen .brand_list ul li {
        height: 480px;
    }
}
.main.about .container .box .box_cen .brand_list ul li.active {
    width: 31%;
}
.main.about .container .box .box_cen .brand_list ul li.active .txt {
    filter: alpha(opacity=0);
    opacity: 0;
}
.main.about .container .box .box_cen .brand_list ul li.active .mask {
    transform: scaleX(1);
    transform-origin: left center;
}
.main.about .container .box .box_cen .brand_list ul li.active .cont {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateY(-50%);
}
.main.about .container .box .box_cen .brand_list ul li .txt {
    font-size: 22px;
    line-height: 36px;
    color: #fff;
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    word-break: break-word;
    transition: 0.2s;
}
.main.about .container .box .box_cen .brand_list ul li .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.4s;
}
.main.about .container .box .box_cen .brand_list ul li .cont {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    padding: 0 28px;
    transform: translateY(-55%);
    width: 100%;
    box-sizing: border-box;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: transform 0.4s 0.3s, opacity 0.4s 0.3s;
}
.main.about .container .box .box_cen .brand_list ul li .cont .en {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}
.main.about .container .box .box_cen .brand_list ul li .cont .line {
    width: 18px;
    height: 3px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
}
.main.about .container .box .box_cen .brand_list ul li .cont .t {
    font-size: 22px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    margin-top: 18px;
}
.main.about .container .history_box {
    background: #f7f7f7;
    padding: 60px 0 70px 0;
    position: relative;
}
@media (max-width: 600px) {
    .main.about .container .history_box {
        padding: 30px 0 35px 0;
    }
}
.main.about .container .history_box .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.main.about .container .history_box .history_cen {
    position: relative;
    z-index: 10;
}
.main.about .container .history_box .history_cen .tit {
    font-size: 38px;
    line-height: 50px;
    color: #282828;
}
@media (max-width: 1024px) {
    .main.about .container .history_box .history_cen .tit {
        font-size: 30px;
        line-height: 46px;
    }
}
@media (max-width: 500px) {
    .main.about .container .history_box .history_cen .tit {
        font-size: 24px;
        line-height: 36px;
    }
}
.main.about .container .history_box .history_cen .history_main {
    margin-top: 35px;
}
@media (max-width: 600px) {
    .main.about .container .history_box .history_cen .history_main {
        margin-top: 20px;
    }
}
.main.about .container .history_box .history_cen .history_main .his_top {
    width: 91.66%;
    margin: 0 auto;
    overflow: hidden;
}
@media (max-width: 1024px) {
    .main.about .container .history_box .history_cen .history_main .his_top {
        width: 100%;
    }
}
.main.about .container .history_box .history_cen .history_main .his_top ul {
    position: relative;
}
.main.about .container .history_box .history_cen .history_main .his_top ul li {
    float: left;
    height: 202px;
}
@media (max-width: 700px) {
    .main.about .container .history_box .history_cen .history_main .his_top ul li {
        height: auto;
    }
}
.main.about .container .history_box .history_cen .history_main .his_top ul li .text_box {
    float: left;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    color: #282828;
    height: 100%;
    width: 50%;
}
.main.about .container .history_box .history_cen .history_main .his_top ul li .text_box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #00824b;
    width: 3px;
    border-radius: 0 !important;
}
.main.about .container .history_box .history_cen .history_main .his_top ul li .text_box .mCSB_scrollTools .mCSB_draggerRail {
    background: #dfdfdf;
    width: 3px;
}
.main.about .container .history_box .history_cen .history_main .his_top ul li .text_box .mCSB_scrollTools {
    width: 4px;
}
@media (max-width: 700px) {
    .main.about .container .history_box .history_cen .history_main .his_top ul li .text_box {
        width: 100%;
        float: none;
        height: 200px;
    }
}
@media (max-width: 500px) {
    .main.about .container .history_box .history_cen .history_main .his_top ul li .text_box {
        font-size: 14px;
        line-height: 20px;
    }
}
.main.about .container .history_box .history_cen .history_main .his_top ul li .img {
    float: right;
    width: 36.36%;
    overflow: hidden;
}
@media (max-width: 700px) {
    .main.about .container .history_box .history_cen .history_main .his_top ul li .img {
        width: 100%;
        float: none;
        height: auto;
        margin-top: 20px;
    }
}
.main.about .container .history_box .history_cen .history_main .his_top ul li .img img {
    width: 100%;
    height: auto;
}
.main.about .container .history_box .his_bot {
    position: relative;
    z-index: 10;
    margin-top: 60px;
}
@media (max-width: 1024px) {
    .main.about .container .history_box .his_bot {
        margin-top: 40px;
    }
}
@media (max-width: 600px) {
    .main.about .container .history_box .his_bot {
        margin-top: 20px;
    }
}
.main.about .container .history_box .his_bot::after {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    height: 1px;
    background: #dfdfdf;
    width: 100%;
}
@media (max-width: 500px) {
    .main.about .container .history_box .his_bot::after {
        top: 15px;
    }
}
.main.about .container .history_box .his_bot .his_bot_cen {
    position: relative;
    z-index: 10;
}
.main.about .container .history_box .his_bot .his_bot_cen .btn_l {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0px;
    cursor: pointer;
    background: url(../img/bl.png) no-repeat center center #fff;
    transition: background 0.5s;
}
@media (min-width: 1024px) {
    .main.about .container .history_box .his_bot .his_bot_cen .btn_l:hover {
        background: url(../img/bl2.png) no-repeat center center #00824b;
    }
}
@media (max-width: 850px) {
    .main.about .container .history_box .his_bot .his_bot_cen .btn_l {
        width: 36px;
        height: 36px;
        background-size: 24% auto;
    }
}
@media (max-width: 500px) {
    .main.about .container .history_box .his_bot .his_bot_cen .btn_l {
        width: 30px;
        height: 30px;
    }
}
.main.about .container .history_box .his_bot .his_bot_cen .btn_r {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0px;
    background: url(../img/br.png) no-repeat center center #fff;
    transition: background 0.5s;
}
@media (min-width: 1024px) {
    .main.about .container .history_box .his_bot .his_bot_cen .btn_r:hover {
        background: url(../img/br2.png) no-repeat center center #00824b;
    }
}
@media (max-width: 850px) {
    .main.about .container .history_box .his_bot .his_bot_cen .btn_r {
        width: 36px;
        height: 36px;
        background-size: 24% auto;
    }
}
@media (max-width: 500px) {
    .main.about .container .history_box .his_bot .his_bot_cen .btn_r {
        width: 30px;
        height: 30px;
    }
}
.main.about .container .history_box .his_bot .his_bot_cen .his_wrap {
    width: 91.66%;
    margin: 0 auto;
    overflow: hidden;
}
.main.about .container .history_box .his_bot .his_bot_cen .his_wrap ul {
    position: relative;
    left: 50%;
}
.main.about .container .history_box .his_bot .his_bot_cen .his_wrap ul li {
    float: left;
    width: 20%;
    margin-top: 17px;
    cursor: pointer;
}
@media (max-width: 700px) {
    .main.about .container .history_box .his_bot .his_bot_cen .his_wrap ul li {
        width: 33.33%;
    }
}
@media (max-width: 500px) {
    .main.about .container .history_box .his_bot .his_bot_cen .his_wrap ul li {
        margin-top: 13px;
    }
}
.main.about .container .history_box .his_bot .his_bot_cen .his_wrap ul li.active .dots {
    background: #00824b;
}
.main.about .container .history_box .his_bot .his_bot_cen .his_wrap ul li.active .dots::after {
    transform: scale(1);
    filter: alpha(opacity=100);
    opacity: 1;
}
.main.about .container .history_box .his_bot .his_bot_cen .his_wrap ul li.active .year {
    font-size: 38px;
    line-height: 36px;
    color: #00824b;
}
.main.about .container .history_box .his_bot .his_bot_cen .his_wrap ul li.active .year span {
    font-size: 18px;
    line-height: 18px;
    color: #00824b;
}
@media (max-width: 900px) {
    .main.about .container .history_box .his_bot .his_bot_cen .his_wrap ul li.active .year {
        font-size: 30px;
        line-height: 30px;
    }
    .main.about .container .history_box .his_bot .his_bot_cen .his_wrap ul li.active .year span {
        font-size: 16px;
        line-height: 16px;
    }
}
@media (max-width: 500px) {
    .main.about .container .history_box .his_bot .his_bot_cen .his_wrap ul li.active .year {
        font-size: 20px;
        line-height: 20px;
    }
    .main.about .container .history_box .his_bot .his_bot_cen .his_wrap ul li.active .year span {
        font-size: 14px;
        line-height: 14px;
    }
}
.main.about .container .history_box .his_bot .his_bot_cen .his_wrap ul li .dots {
    width: 7px;
    height: 7px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}
@media (max-width: 500px) {
    .main.about .container .history_box .his_bot .his_bot_cen .his_wrap ul li .dots {
        width: 4px;
        height: 4px;
    }
}
.main.about .container .history_box .his_bot .his_bot_cen .his_wrap ul li .dots::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border: 1px solid #00824b;
    box-sizing: border-box;
    border-radius: 50%;
    left: 50%;
    margin-left: -12px;
    top: 50%;
    margin-top: -12px;
    filter: alpha(opacity=0);
    opacity: 0;
    transform: scale(0.5);
}
@media (max-width: 500px) {
    .main.about .container .history_box .his_bot .his_bot_cen .his_wrap ul li .dots::after {
        width: 14px;
        height: 14px;
        margin-left: -7px;
        margin-top: -7px;
    }
}
.main.about .container .history_box .his_bot .his_bot_cen .his_wrap ul li .year {
    font-size: 22px;
    line-height: 36px;
    color: #282828;
    margin-top: 47px;
    text-align: center;
}
.main.about .container .history_box .his_bot .his_bot_cen .his_wrap ul li .year span {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    display: inline-block;
    vertical-align: bottom;
}
@media (max-width: 900px) {
    .main.about .container .history_box .his_bot .his_bot_cen .his_wrap ul li .year {
        font-size: 18px;
        line-height: 30px;
        margin-top: 25px;
    }
}
@media (max-width: 500px) {
    .main.about .container .history_box .his_bot .his_bot_cen .his_wrap ul li .year {
        font-size: 16px;
        line-height: 20px;
        margin-top: 15px;
    }
    .main.about .container .history_box .his_bot .his_bot_cen .his_wrap ul li .year span {
        font-size: 14px;
        line-height: 14px;
    }
}
.main.about .honor_box {
    background: #f7f7f7;
}
.main.about .honor_box .honor_cen {
    padding-top: 75px;
}
@media (max-width: 1024px) {
    .main.about .honor_box .honor_cen {
        padding-top: 60px;
    }
}
@media (max-width: 600px) {
    .main.about .honor_box .honor_cen {
        padding-top: 25px;
    }
}
.main.about .honor_box .honor_cen .t {
    font-size: 38px;
    line-height: 50px;
    color: #282828;
}
@media (max-width: 1024px) {
    .main.about .honor_box .honor_cen .t {
        font-size: 30px;
        line-height: 46px;
    }
}
@media (max-width: 500px) {
    .main.about .honor_box .honor_cen .t {
        font-size: 24px;
        line-height: 36px;
    }
}
.main.about .honor_box .honor_cen .honor_list {
    padding-bottom: 100px;
}
@media (max-width: 1024px) {
    .main.about .honor_box .honor_cen .honor_list {
        padding-top: 15px;
        padding-bottom: 70px;
    }
}
@media (max-width: 600px) {
    .main.about .honor_box .honor_cen .honor_list {
        padding-bottom: 30px;
    }
}
@media (max-width: 450px) {
    .main.about .honor_box .honor_cen .honor_list {
        padding-top: 10px;
    }
}
.main.about .honor_box .honor_cen .honor_list ul {
    width: 110%;
}
@media (max-width: 650px) {
    .main.about .honor_box .honor_cen .honor_list ul {
        width: 100%;
    }
}
.main.about .honor_box .honor_cen .honor_list ul li {
    float: left;
    width: 28.78%;
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    padding-bottom: 0;
    box-sizing: border-box;
    margin-right: 2.27%;
    margin-top: 2.8%;
}
@media (min-width: 1024px) {
    .main.about .honor_box .honor_cen .honor_list ul li:hover {
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    }
    .main.about .honor_box .honor_cen .honor_list ul li:hover .pic img {
        transform: scale(1.05);
    }
}
@media (max-width: 1024px) {
    .main.about .honor_box .honor_cen .honor_list ul li {
        padding: 15px;
        padding-bottom: 0;
    }
}
@media (max-width: 650px) {
    .main.about .honor_box .honor_cen .honor_list ul li {
        width: 48%;
        padding: 10px;
        padding-bottom: 0;
        margin-right: 0;
    }
    .main.about .honor_box .honor_cen .honor_list ul li:nth-child(even) {
        float: right;
    }
}
@media (max-width: 450px) {
    .main.about .honor_box .honor_cen .honor_list ul li {
        width: 100%;
        float: none !important;
        margin-top: 15px;
    }
}
.main.about .honor_box .honor_cen .honor_list ul li .pic {
    position: relative;
    overflow: hidden;
}
.main.about .honor_box .honor_cen .honor_list ul li .pic img {
    position: absolute;
    left: 0;
    transition: all 0.5s ease;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.main.about .honor_box .honor_cen .honor_list ul li .txt {
    height: 76px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    word-break: break-word;
    text-align: center;
}
@media (max-width: 800px) {
    .main.about .honor_box .honor_cen .honor_list ul li .txt {
        font-size: 14px;
        line-height: 24px;
        height: 60px;
    }
}
.main.about .honor_box .honor_cen .honor_list ul li .txt .tab {
    width: 100%;
    height: 100%;
    display: table;
}
.main.about .honor_box .honor_cen .honor_list ul li .txt .tab .tab_cell {
    display: table-cell;
    vertical-align: middle;
}
.main.about .honor_box .honor_cen .honor_list .more {
    width: 200px;
    margin-top: 50px;
    height: 50px;
    background: #00824b;
    border-radius: 50px;
    text-align: center;
    font-size: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-transform: capitalize;
}
@media (min-width: 1024px) {
    .main.about .honor_box .honor_cen .honor_list .more:hover i {
        transform: rotate(180deg);
    }
}
@media (max-width: 1024px) {
    .main.about .honor_box .honor_cen .honor_list .more {
        width: 160px;
        height: 40px;
    }
}
@media (max-width: 600px) {
    .main.about .honor_box .honor_cen .honor_list .more {
        width: 120px;
        height: 36px;
        margin-top: 25px;
    }
}
.main.about .honor_box .honor_cen .honor_list .more span {
    font-size: 22px;
    line-height: 50px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}
@media (max-width: 1024px) {
    .main.about .honor_box .honor_cen .honor_list .more span {
        font-size: 18px;
        line-height: 40px;
        margin: 0 3px;
    }
}
@media (max-width: 600px) {
    .main.about .honor_box .honor_cen .honor_list .more span {
        font-size: 14px;
        line-height: 36px;
        margin: 0 3px;
    }
}
.main.about .honor_box .honor_cen .honor_list .more i {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin: 0 8px;
    transition: transform 0.3s;
    background: url(../img/j.png) no-repeat center center;
}
@media (max-width: 1024px) {
    .main.about .honor_box .honor_cen .honor_list .more i {
        margin: 0 3px;
    }
}
@media (max-width: 600px) {
    .main.about .honor_box .honor_cen .honor_list .more i {
        width: 7px;
        height: 7px;
        background-size: cover;
    }
}
.main.news {
    padding-top: 80px;
}
@media (max-width: 1024px) {
    .main.news {
        padding-top: 50px;
    }
}
.main.news .abanner .txt_box .txt span:nth-child(6) {
    width: auto;
}
.main.news .news_box {
    background: #f7f7f7;
}
.main.news .news_box .news_cen {
    padding-top: 35px;
    padding-bottom: 100px;
}
@media (max-width: 1024px) {
    .main.news .news_box .news_cen {
        padding-top: 30px;
        padding-bottom: 70px;
    }
}
@media (max-width: 600px) {
    .main.news .news_box .news_cen {
        padding-top: 15px;
        padding-bottom: 30px;
    }
}
.main.news .news_box .news_cen ul li {
    float: left;
    width: 47.5%;
    background: #fff;
    border-radius: 5px;
    margin-top: 5%;
}
.main.news .news_box .news_cen ul li:nth-child(even) {
    float: right;
}
@media (max-width: 600px) {
    .main.news .news_box .news_cen ul li {
        width: 100%;
        float: none !important;
        margin-top: 15px;
    }
}
@media (min-width: 1024px) {
    .main.news .news_box .news_cen ul li:hover {
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    }
    .main.news .news_box .news_cen ul li:hover a .pic {
        overflow: hidden;
    }
    .main.news .news_box .news_cen ul li:hover a .pic img {
        transform: scale(1.05);
    }
}
.main.news .news_box .news_cen ul li a {
    overflow: hidden;
    display: block;
    position: relative;
}
.main.news .news_box .news_cen ul li a .pic {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
@media (max-width: 600px) {
    .main.news .news_box .news_cen ul li a .pic {
        width: 46%;
        border-radius: 5px;
    }
}
.main.news .news_box .news_cen ul li a .pic img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    height: auto;
    transition: transform 0.5s ease;
}
.main.news .news_box .news_cen ul li a .cont {
    padding: 40px 50px;
}
@media (max-width: 1024px) {
    .main.news .news_box .news_cen ul li a .cont {
        padding: 30px;
    }
}
@media (max-width: 600px) {
    .main.news .news_box .news_cen ul li a .cont {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 54%;
        padding: 15px;
        box-sizing: border-box;
    }
}
.main.news .news_box .news_cen ul li a .cont .t {
    font-size: 28px;
    line-height: 42px;
    color: #222222;
    overflow: hidden;
    height: 84px;
}
@media (max-width: 1024px) {
    .main.news .news_box .news_cen ul li a .cont .t {
        font-size: 24px;
        line-height: 36px;
        height: 72px;
    }
}
@media (max-width: 500px) {
    .main.news .news_box .news_cen ul li a .cont .t {
        overflow: hidden;
        height: 150px;
        font-size: 18px;
        line-height: 30px;
    }
}
.main.news .news_box .news_cen ul li a .cont .con {
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    height: 56px;
    overflow: hidden;
    margin-top: 12px;
}
@media (max-width: 1024px) {
    .main.news .news_box .news_cen ul li a .cont .con {
        font-size: 16px;
        line-height: 24px;
        margin-top: 8px;
        height: 48px;
    }
}
@media (max-width: 500px) {
    .main.news .news_box .news_cen ul li a .cont .con {
        font-size: 14px;
        line-height: 24px;
        display: none;
    }
}
.main.news .news_box .news_cen ul li a .cont .more {
    font-size: 22px;
    line-height: 26px;
    color: #282828;
    margin-top: 40px;
    margin-bottom: 7px;
}
@media (max-width: 1024px) {
    .main.news .news_box .news_cen ul li a .cont .more {
        font-size: 18px;
        line-height: 26px;
        margin-top: 25px;
    }
}
@media (max-width: 500px) {
    .main.news .news_box .news_cen ul li a .cont .more {
        display: none;
    }
}
.main.news .news_box .news_cen ul li a .cont .more i {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 7px;
    background: url(../img/more.png) no-repeat;
    background-size: cover;
    margin-left: 18px;
}
@media (max-width: 1024px) {
    .main.news .news_box .news_cen ul li a .cont .more i {
        margin-left: 10px;
    }
}
.main.news .news_box .news_cen .more2 {
    width: 200px;
    margin-top: 70px;
    height: 50px;
    background: #00824b;
    border-radius: 50px;
    text-align: center;
    font-size: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-transform: capitalize;
}
@media (min-width: 1024px) {
    .main.news .news_box .news_cen .more2:hover i {
        transform: rotate(180deg);
    }
}
@media (max-width: 1024px) {
    .main.news .news_box .news_cen .more2 {
        width: 160px;
        height: 40px;
    }
}
@media (max-width: 600px) {
    .main.news .news_box .news_cen .more2 {
        width: 120px;
        height: 36px;
        margin-top: 25px;
    }
}
.main.news .news_box .news_cen .more2 span {
    font-size: 22px;
    line-height: 50px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}
@media (max-width: 1024px) {
    .main.news .news_box .news_cen .more2 span {
        font-size: 18px;
        line-height: 40px;
        margin: 0 3px;
    }
}
@media (max-width: 600px) {
    .main.news .news_box .news_cen .more2 span {
        font-size: 14px;
        line-height: 36px;
        margin: 0 3px;
    }
}
.main.news .news_box .news_cen .more2 i {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin: 0 8px;
    transition: transform 0.3s;
    background: url(../img/j.png) no-repeat center center;
}
@media (max-width: 1024px) {
    .main.news .news_box .news_cen .more2 i {
        margin: 0 3px;
    }
}
@media (max-width: 600px) {
    .main.news .news_box .news_cen .more2 i {
        width: 7px;
        height: 7px;
        background-size: cover;
    }
}
.main.news .nbox {
    background: #f7f7f7;
}
.main.news .nbox .detail {
    padding: 100px 0;
}
@media (max-width: 1024px) {
    .main.news .nbox .detail {
        padding: 70px 0;
    }
}
@media (max-width: 600px) {
    .main.news .nbox .detail {
        padding: 30px 0;
    }
}
.main.news .nbox .detail .title2 {
    position: relative;
    padding-bottom: 16px;
    border-bottom: 1px solid #e4e2e2;
    text-align: center;
}
.main.news .nbox .detail .title2 .tit {
    padding-right: 0px;
    box-sizing: border-box;
}
.main.news .nbox .detail .title2 .tit .t {
    font-size: 24px;
    line-height: 44px;
    color: #333;
}
.main.news .nbox .detail .title2 .tit .day {
    font-size: 14px;
    line-height: 20px;
    color: #696969;
    margin-top: 6px;
    display: inline-block;
}
.main.news .nbox .detail .content {
    font-size: 16px;
    line-height: 26px;
    padding-top: 7px;
    border-bottom: 1px solid #e4e2e2;
    padding-bottom: 45px;
    color: #565656;
}
.main.news .nbox .detail .content img {
    max-width: 100%;
    height: auto !important;
}
.main.news .nbox .detail .content p {
    padding-top: 20px;
}
.main.news .nbox .detail .page {
    margin-top: 42px;
    position: relative;
}
.main.news .nbox .detail .page .left2 {
    width: 100%;
    box-sizing: border-box;
    padding-right: 210px;
}
.main.news .nbox .detail .page .left2 a {
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #666;
}
@media (min-width: 1024px) {
    .main.news .nbox .detail .page .left2 a:hover {
        color: #00824b;
    }
}
.main.news .nbox .detail .page .return {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 58px;
    display: block;
    border-radius: 58px;
    background: #00824b;
    font-size: 16px;
    line-height: 58px;
    color: #fff;
    text-align: center;
}
@media (max-width: 1420px) {
    .main.news .nbox .detail {
        padding-top: 55px;
        padding-bottom: 80px;
    }
    .main.news .nbox .detail .title2 .tit .t {
        font-size: 20px;
        line-height: 30px;
    }
    .main.news .nbox .detail .title2 .tit .day {
        font-size: 13px;
    }
    .main.news .nbox .detail .content {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 30px;
    }
    .main.news .nbox .detail .page {
        margin-top: 30px;
    }
    .main.news .nbox .detail .page .left2 a {
        font-size: 14px;
        line-height: 24px;
    }
    .main.news .nbox .detail .page .return {
        width: 160px;
        height: 50px;
        font-size: 14px;
        line-height: 50px;
    }
}
@media (max-width: 1024px) {
    .main.news .nbox .detail {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .main.news .nbox .detail .title2 .tit .t {
        font-size: 16px;
        line-height: 24px;
    }
    .main.news .nbox .detail .title2 .tit .day {
        font-size: 13px;
        background-size: 14px 14px;
        padding-left: 20px;
    }
    .main.news .nbox .detail .content {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 25px;
    }
    .main.news .nbox .detail .page {
        margin-top: 25px;
    }
    .main.news .nbox .detail .page .left2 {
        padding-right: 160px;
    }
    .main.news .nbox .detail .page .left2 a {
        font-size: 14px;
        line-height: 24px;
    }
    .main.news .nbox .detail .page .return {
        width: 140px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }
}
@media (max-width: 650px) {
    .main.news .nbox .detail {
        padding-bottom: 40px;
        padding-top: 30px;
    }
    .main.news .nbox .detail .title2 .tit {
        padding-right: 0;
    }
    .main.news .nbox .detail .title2 .share {
        position: static;
    }
    .main.news .nbox .detail .content {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 25px;
    }
    .main.news .nbox .detail .content p {
        padding-top: 15px;
    }
    .main.news .nbox .detail .page {
        margin-top: 25px;
    }
    .main.news .nbox .detail .page .left2 {
        padding-right: 110px;
    }
    .main.news .nbox .detail .page .left2 a {
        font-size: 14px;
        line-height: 24px;
    }
    .main.news .nbox .detail .page .return {
        width: 100px;
        height: 36px;
        font-size: 14px;
        line-height: 36px;
        top: 6px;
    }
}
.main.product .abanner .txt_box .txt span:nth-child(6) {
    width: auto;
}
.main.product .pbox {
    background: #f7f7f7;
}
.main.product .pbox .pbox_cen {
    padding-top: 60px;
    padding-bottom: 100px;
}
@media (max-width: 1024px) {
    .main.product .pbox .pbox_cen {
        padding-top: 45px;
        padding-bottom: 70px;
    }
}
@media (max-width: 600px) {
    .main.product .pbox .pbox_cen {
        padding-bottom: 30px;
        padding-top: 20px;
    }
}
.main.product .pbox .pbox_cen .classification {
    text-align: center;
    font-size: 0;
    padding-bottom: 5px;
    margin-top: 26px;
}
@media (max-width: 500px) {
    .main.product .pbox .pbox_cen .classification.classification2 {
        display: none;
    }
}
@media (max-width: 850px) {
    .main.product .pbox .pbox_cen .classification {
        padding-bottom: 10px;
    }
}
@media (max-width: 600px) {
    .main.product .pbox .pbox_cen .classification {
        margin-top: 10px;
    }
}
.main.product .pbox .pbox_cen .classification a {
    margin: 15px;
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
    min-width: 200px;
    height: 50px;
    border-radius: 50px;
    background: #fff;
    font-size: 18px;
    line-height: 50px;
    transition: background 0.5s, color 0.5s;
    color: #282828;
    text-align: center;
}
@media (max-width: 1300px) {
    .main.product .pbox .pbox_cen .classification a {
        margin: 10px;
        min-width: 180px;
    }
}
@media (max-width: 850px) {
    .main.product .pbox .pbox_cen .classification a {
        font-size: 16px;
        line-height: 40px;
        height: 40px;
        min-width: 120px;
        margin: 5px;
    }
}
@media (max-width: 500px) {
    .main.product .pbox .pbox_cen .classification a {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
}
.main.product .pbox .pbox_cen .classification a.active {
    background: #00824b;
    color: #fff;
}
@media (min-width: 1024px) {
    .main.product .pbox .pbox_cen .classification a:hover {
        background: #00824b;
        color: #fff;
    }
}
.main.product .pbox .pbox_cen ul {
    width: 110%;
    margin-top: 30px;
}
@media (max-width: 650px) {
    .main.product .pbox .pbox_cen ul {
        width: 100%;
        margin-top: 0;
    }
}
.main.product .pbox .pbox_cen ul li {
    float: left;
    width: 28.78%;
    background: #fff;
    border-radius: 6px;
    padding-bottom: 0;
    box-sizing: border-box;
    margin-right: 2.27%;
    margin-top: 2.27%;
}
@media (min-width: 1024px) {
    .main.product .pbox .pbox_cen ul li:hover {
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    }
    .main.product .pbox .pbox_cen ul li:hover .pic img {
        transform: scale(1.05);
    }
}
@media (max-width: 650px) {
    .main.product .pbox .pbox_cen ul li {
        width: 48%;
        margin-right: 0;
        margin-top: 15px;
    }
    .main.product .pbox .pbox_cen ul li:nth-child(even) {
        float: right;
    }
}
@media (max-width: 450px) {
    .main.product .pbox .pbox_cen ul li {
        width: 100%;
        float: none !important;
    }
}
.main.product .pbox .pbox_cen ul li .pic {
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}
.main.product .pbox .pbox_cen ul li .pic img {
    width: 100%;
    height: auto;
    border-radius: 6px 6px 0 0;
    transition: all 0.5s ease;
}
.main.product .pbox .pbox_cen ul li .txt {
    height: 80px;
    position: relative;
    font-size: 22px;
    line-height: 80px;
    color: #333;
    padding: 0 5px;
    word-break: break-word;
    text-align: center;
}
@media (max-width: 1024px) {
    .main.product .pbox .pbox_cen ul li .txt {
        height: 60px;
        font-size: 18px;
        line-height: 60px;
    }
}
@media (max-width: 600px) {
    .main.product .pbox .pbox_cen ul li .txt {
        font-size: 16px;
        line-height: 44px;
        height: 44px;
    }
}
.main.product .pbox .pbox_cen .plist2 .classification {
    display: none;
    width: 32%;
    float: left;
    margin-top: 15px;
}
@media (max-width: 500px) {
    .main.product .pbox .pbox_cen .plist2 .classification {
        display: block;
    }
}
.main.product .pbox .pbox_cen .plist2 .classification a {
    min-width: inherit;
    width: 100%;
    height: 36px;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
    border-radius: 0;
    padding: 0;
    justify-content: center;
}
@media (max-width: 500px) {
    .main.product .pbox .pbox_cen .plist2 .pr {
        width: 65%;
        float: right;
    }
}
.main.product .pbox .pbox_cen .more {
    width: 200px;
    margin-top: 50px;
    height: 50px;
    background: #00824b;
    border-radius: 50px;
    text-align: center;
    font-size: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-transform: capitalize;
}
@media (min-width: 1024px) {
    .main.product .pbox .pbox_cen .more:hover i {
        transform: rotate(180deg);
    }
}
@media (max-width: 1024px) {
    .main.product .pbox .pbox_cen .more {
        width: 160px;
        height: 40px;
    }
}
@media (max-width: 600px) {
    .main.product .pbox .pbox_cen .more {
        width: 120px;
        height: 36px;
        margin-top: 25px;
    }
}
.main.product .pbox .pbox_cen .more span {
    font-size: 22px;
    line-height: 50px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}
@media (max-width: 1024px) {
    .main.product .pbox .pbox_cen .more span {
        font-size: 18px;
        line-height: 40px;
        margin: 0 3px;
    }
}
@media (max-width: 600px) {
    .main.product .pbox .pbox_cen .more span {
        font-size: 14px;
        line-height: 36px;
        margin: 0 3px;
    }
}
.main.product .pbox .pbox_cen .more i {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin: 0 8px;
    transition: transform 0.3s;
    background: url(../img/j.png) no-repeat center center;
}
@media (max-width: 1024px) {
    .main.product .pbox .pbox_cen .more i {
        margin: 0 3px;
    }
}
@media (max-width: 600px) {
    .main.product .pbox .pbox_cen .more i {
        width: 7px;
        height: 7px;
        background-size: cover;
    }
}
.main.product .container_box {
    padding-top: 87px;
    padding-bottom: 100px;
}
@media (max-width: 1024px) {
    .main.product .container_box {
        padding-top: 60px;
        padding-bottom: 80px;
    }
}
@media (max-width: 600px) {
    .main.product .container_box {
        padding-top: 25px;
        padding-bottom: 40px;
    }
}
.main.product .container_box .box {
    margin-bottom: 83px;
}
@media (max-width: 1024px) {
    .main.product .container_box .box {
        margin-bottom: 60px;
    }
}
@media (max-width: 600px) {
    .main.product .container_box .box {
        margin-bottom: 20px;
    }
}
.main.product .container_box .box.water a {
    border: 1px solid #eee;
    box-sizing: border-box;
    text-align: left;
}
.main.product .container_box .box.water .tit {
    border: none;
}
.main.product .container_box .box.solution .tit {
    color: #fff;
}
.main.product .container_box .box.solution a {
    text-align: left;
}
.main.product .container_box .box .tit {
    display: block;
}
@media (min-width: 1024px) {
    .main.product .container_box .box .tit:hover .t {
        color: #00824b;
    }
    .main.product .container_box .box .tit:hover .more {
        color: #00824b;
        background: url(../img/icon_r.png) no-repeat right center;
    }
}
.main.product .container_box .box .tit .t {
    transition: color 0.4s;
    float: left;
    font-size: 38px;
    line-height: 50px;
    color: #282828;
}
@media (max-width: 1024px) {
    .main.product .container_box .box .tit .t {
        font-size: 30px;
        line-height: 46px;
    }
}
@media (max-width: 1024px) {
    .main.product .container_box .box .tit .t {
        font-size: 30px;
        line-height: 46px;
    }
}
@media (max-width: 500px) {
    .main.product .container_box .box .tit .t {
        font-size: 24px;
        line-height: 36px;
    }
}
.main.product .container_box .box .tit .more {
    float: right;
    font-size: 22px;
    line-height: 50px;
    color: #282828;
    padding-right: 27px;
    transition: 0.4s;
    background: url(../img/r2.png) no-repeat right center;
}
@media (max-width: 1024px) {
    .main.product .container_box .box .tit .more {
        font-size: 18px;
        line-height: 46px;
    }
}
@media (max-width: 500px) {
    .main.product .container_box .box .tit .more {
        font-size: 16px;
        line-height: 36px;
        background-size: 7px auto;
        padding-right: 18px;
    }
}
.main.product .container_box .box .list_box {
    margin-top: 45px;
}
@media (max-width: 1024px) {
    .main.product .container_box .box .list_box {
        margin-top: 30px;
    }
}
@media (max-width: 500px) {
    .main.product .container_box .box .list_box {
        margin-top: 20px;
    }
}
.main.product .container_box .box .list_box .txt {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    font-size: 22px;
    line-height: 24px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 0 28px;
    box-sizing: border-box;
    z-index: 10;
}
.main.product .container_box .box .list_box .txt.color {
    color: #282828;
}
@media (max-width: 1024px) {
    .main.product .container_box .box .list_box .txt {
        font-size: 18px;
        line-height: 20px;
        padding: 0 20px;
        top: 20px;
    }
}
@media (max-width: 600px) {
    .main.product .container_box .box .list_box .txt {
        font-size: 15px;
        line-height: 20px;
        padding: 0 12px;
        top: 10px;
    }
}
.main.product .container_box .box .list_box .pic {
    overflow: hidden;
}
@media (min-width: 1024px) {
    .main.product .container_box .box .list_box .pic:hover img {
        transform: scale(1.05);
    }
}
.main.product .container_box .box .list_box .pic img {
    width: 100%;
    transition: all 0.5s ease;
    height: auto;
}
.main.product .container_box .box .list_box .list_l {
    float: left;
    width: 49.16%;
    display: block;
    position: relative;
    margin-right: 0.833%;
}
@media (max-width: 500px) {
    .main.product .container_box .box .list_box .list_l {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 2%;
    }
}
.main.product .container_box .box .list_box .list_c {
    width: 24.58%;
    display: block;
    position: relative;
    margin-right: 0.833%;
    float: left;
    text-align: center;
}
@media (max-width: 500px) {
    .main.product .container_box .box .list_box .list_c {
        width: 49%;
        margin-right: 2%;
    }
}
.main.product .container_box .box .list_box .list_c a {
    display: block;
    margin-bottom: 3.485%;
    position: relative;
}
.main.product .container_box .box .list_box .list_c a:last-child {
    margin-bottom: 0;
}
.main.product .container_box .box .list_box .list_r {
    width: 24.58%;
    display: block;
    position: relative;
    float: left;
    text-align: right;
}
@media (max-width: 500px) {
    .main.product .container_box .box .list_box .list_r {
        width: 49%;
    }
}
.main.product .container_box .box .list_box .list_r a {
    display: block;
    margin-bottom: 3.389%;
    position: relative;
}
.main.product .container_box .box .list_box .list_r a:last-child {
    margin-bottom: 0;
}
.main.product .container_box .foot_link {
    padding-top: 20px;
}
@media (min-width: 1024px) {
    .main.product .container_box .foot_link ul li {
        transform: translateY(40px);
        opacity: 0;
    }
    .main.product .container_box .foot_link.animate ul li {
        transform: translateY(0px);
        opacity: 1;
        transition: transform 0.65s, opacity 0.65s;
    }
    .main.product .container_box .foot_link.animate ul li:nth-child(1) {
        transition-delay: 0.15s;
    }
    .main.product .container_box .foot_link.animate ul li:nth-child(2) {
        transition-delay: 0.3s;
    }
    .main.product .container_box .foot_link.animate ul li:nth-child(3) {
        transition-delay: 0.45s;
    }
    .main.product .container_box .foot_link.animate ul li:nth-child(4) {
        transition-delay: 0.6s;
    }
    .main.product .container_box .foot_link.animate ul li:nth-child(5) {
        transition-delay: 0.75s;
    }
    .main.product .container_box .foot_link.animate ul li:nth-child(6) {
        transition-delay: 0.9s;
    }
}
.main.product .container_box .foot_link ul li {
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}
.main.product .container_box .foot_link ul li:last-child::after {
    display: none;
}
.main.product .container_box .foot_link ul li::after {
    content: '';
    width: 1px;
    height: 80px;
    display: block;
    background: #eee;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -40px;
}
@media (max-width: 700px) {
    .main.product .container_box .foot_link ul li::after {
        display: none;
    }
}
.main.product .container_box .foot_link ul li a {
    display: inline-block;
}
@media (min-width: 1024px) {
    .main.product .container_box .foot_link ul li a:hover .icon {
        background: #00824b;
        border-color: #00824b;
    }
    .main.product .container_box .foot_link ul li a:hover .icon img {
        filter: alpha(opacity=0);
        opacity: 0;
    }
    .main.product .container_box .foot_link ul li a:hover .icon img.active {
        filter: alpha(opacity=100);
        opacity: 1;
    }
    .main.product .container_box .foot_link ul li a:hover .txt {
        color: #00824b;
    }
}
.main.product .container_box .foot_link ul li a .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    transition: background 0.5s, border-color 0.5s;
}
@media (max-width: 700px) {
    .main.product .container_box .foot_link ul li a .icon {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 450px) {
    .main.product .container_box .foot_link ul li a .icon {
        width: 50px;
        height: 50px;
    }
}
.main.product .container_box .foot_link ul li a .icon img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.5s;
    margin: auto;
    max-width: 50%;
    max-height: 50%;
}
.main.product .container_box .foot_link ul li a .icon img.active {
    filter: alpha(opacity=0);
    opacity: 0;
}
.main.product .container_box .foot_link ul li a .txt {
    font-size: 22px;
    line-height: 30px;
    color: #282828;
    transition: color 0.5s;
    text-align: center;
    word-break: break-word;
    margin-top: 20px;
}
@media (max-width: 1024px) {
    .main.product .container_box .foot_link ul li a .txt {
        margin-top: 12px;
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 500px) {
    .main.product .container_box .foot_link ul li a .txt {
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px;
    }
}
.main.product .product_detail {
    background: #f7f7f7;
}
.main.product .product_detail .product_detail_cen {
    padding-top: 100px;
}
@media (max-width: 1024px) {
    .main.product .product_detail .product_detail_cen {
        padding-top: 70px;
    }
}
@media (max-width: 500px) {
    .main.product .product_detail .product_detail_cen {
        padding-top: 30px;
    }
}
.main.product .product_detail .product_detail_cen .detail_top {
    background: #fff;
    padding: 4.16%;
}
.main.product .product_detail .product_detail_cen .detail_top .dl {
    float: left;
    width: 54.54%;
    overflow: hidden;
}
.main.product .product_detail .product_detail_cen .detail_top .dl img {
    width: 100%;
    height: auto;
}
@media (max-width: 950px) {
    .main.product .product_detail .product_detail_cen .detail_top .dl {
        width: 100%;
        float: none;
    }
}
.main.product .product_detail .product_detail_cen .detail_top .dr {
    width: 40.9%;
    padding-top: 10px;
    float: right;
}
@media (max-width: 950px) {
    .main.product .product_detail .product_detail_cen .detail_top .dr {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
}
.main.product .product_detail .product_detail_cen .detail_top .dr .tit {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
    padding-right: 150px;
    position: relative;
}
@media (max-width: 500px) {
    .main.product .product_detail .product_detail_cen .detail_top .dr .tit {
        padding-right: 100px;
    }
}
.main.product .product_detail .product_detail_cen .detail_top .dr .tit .page {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 0;
}
.main.product .product_detail .product_detail_cen .detail_top .dr .tit .page a {
    width: 40px;
    height: 40px;
    display: inline-block;
    transition: background 0.5s;
}
@media (max-width: 850px) {
    .main.product .product_detail .product_detail_cen .detail_top .dr .tit .page a {
        width: 36px;
        height: 36px;
        background-size: 24% auto;
    }
}
@media (max-width: 500px) {
    .main.product .product_detail .product_detail_cen .detail_top .dr .tit .page a {
        width: 30px;
        height: 30px;
    }
}
.main.product .product_detail .product_detail_cen .detail_top .dr .tit .page a.prev {
    background: url(../img/d1.png) no-repeat center center #f8f8f8;
}
@media (min-width: 1024px) {
    .main.product .product_detail .product_detail_cen .detail_top .dr .tit .page a.prev:hover {
        background: url(../img/d1_active.png) no-repeat center center #00824b;
    }
}
.main.product .product_detail .product_detail_cen .detail_top .dr .tit .page a.center {
    margin-left: 14px;
    background: url(../img/menu.png) no-repeat center center #f8f8f8;
}
@media (min-width: 1024px) {
    .main.product .product_detail .product_detail_cen .detail_top .dr .tit .page a.center:hover {
        background: url(../img/menu2.png) no-repeat center center #00824b;
    }
}
@media (max-width: 500px) {
    .main.product .product_detail .product_detail_cen .detail_top .dr .tit .page a.center {
        margin-left: 5px;
    }
}
.main.product .product_detail .product_detail_cen .detail_top .dr .tit .page a.next {
    margin-left: 14px;
    background: url(../img/d2.png) no-repeat center center #f8f8f8;
}
@media (min-width: 1024px) {
    .main.product .product_detail .product_detail_cen .detail_top .dr .tit .page a.next:hover {
        background: url(../img/d2_active.png) no-repeat center center #00824b;
    }
}
@media (max-width: 500px) {
    .main.product .product_detail .product_detail_cen .detail_top .dr .tit .page a.next {
        margin-left: 5px;
    }
}
.main.product .product_detail .product_detail_cen .detail_top .dr .tit h3 {
    font-size: 38px;
    line-height: 50px;
    color: #282828;
    word-break: break-word;
}
@media (max-width: 1024px) {
    .main.product .product_detail .product_detail_cen .detail_top .dr .tit h3 {
        font-size: 30px;
        line-height: 46px;
    }
}
@media (max-width: 1024px) {
    .main.product .product_detail .product_detail_cen .detail_top .dr .tit h3 {
        font-size: 30px;
        line-height: 46px;
    }
}
@media (max-width: 500px) {
    .main.product .product_detail .product_detail_cen .detail_top .dr .tit h3 {
        font-size: 24px;
        line-height: 36px;
    }
}
.main.product .product_detail .product_detail_cen .detail_top .dr .text {
    padding-top: 20px;
}
@media (max-width: 600px) {
    .main.product .product_detail .product_detail_cen .detail_top .dr .text {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.main.product .product_detail .product_detail_cen .detail_top .dr .text .item {
    margin-top: 18px;
}
@media (max-width: 1200px) {
    .main.product .product_detail .product_detail_cen .detail_top .dr .text .item {
        margin-top: 10px;
    }
}
.main.product .product_detail .product_detail_cen .detail_top .dr .text .item .t {
    font-size: 22px;
    line-height: 32px;
    color: #333;
}
@media (max-width: 1024px) {
    .main.product .product_detail .product_detail_cen .detail_top .dr .text .item .t {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 600px) {
    .main.product .product_detail .product_detail_cen .detail_top .dr .text .item .t {
        font-size: 16px;
        line-height: 20px;
    }
}
.main.product .product_detail .product_detail_cen .detail_top .dr .text .item .con {
    font-size: 14px;
    line-height: 24px;
    color: #686868;
    margin-top: 4px;
}
@media (max-width: 1200px) {
    .main.product .product_detail .product_detail_cen .detail_top .dr .text .item .con {
        font-size: 13px;
        line-height: 20px;
    }
}
.main.product .product_detail .product_detail_cen .info {
    background: #fff;
    margin-top: 50px;
}
@media (max-width: 600px) {
    .main.product .product_detail .product_detail_cen .info {
        margin-top: 25px;
    }
}
.main.product .product_detail .product_detail_cen .info .list {
    border-bottom: 1px solid #dfdfdf;
}
.main.product .product_detail .product_detail_cen .info .list ul {
    font-size: 0;
    text-align: center;
}
.main.product .product_detail .product_detail_cen .info .list ul li {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    font-size: 22px;
    line-height: 72px;
    color: #282828;
}
@media (max-width: 1024px) {
    .main.product .product_detail .product_detail_cen .info .list ul li {
        font-size: 18px;
        line-height: 60px;
    }
}
@media (max-width: 600px) {
    .main.product .product_detail .product_detail_cen .info .list ul li {
        font-size: 14px;
        line-height: 40px;
    }
}
.main.product .product_detail .product_detail_cen .info .list ul li.active {
    color: #00824b;
}
.main.product .product_detail .product_detail_cen .info .list ul li.active.li1 span {
    background: url(../img/d12.png) no-repeat left center;
}
.main.product .product_detail .product_detail_cen .info .list ul li.active.li2 span {
    background: url(../img/d14.png) no-repeat left center;
}
.main.product .product_detail .product_detail_cen .info .list ul li.active.li3 span {
    background: url(../img/d16.png) no-repeat left center;
}
@media (min-width: 1024px) {
    .main.product .product_detail .product_detail_cen .info .list ul li:hover {
        color: #00824b;
    }
    .main.product .product_detail .product_detail_cen .info .list ul li:hover.li1 span {
        background: url(../img/d12.png) no-repeat left center;
    }
    .main.product .product_detail .product_detail_cen .info .list ul li:hover.li2 span {
        background: url(../img/d14.png) no-repeat left center;
    }
    .main.product .product_detail .product_detail_cen .info .list ul li:hover.li3 span {
        background: url(../img/d16.png) no-repeat left center;
    }
}
.main.product .product_detail .product_detail_cen .info .list ul li.li1 span {
    background: url(../img/d11.png) no-repeat left center;
}
.main.product .product_detail .product_detail_cen .info .list ul li.li2 span {
    background: url(../img/d13.png) no-repeat left center;
}
.main.product .product_detail .product_detail_cen .info .list ul li.li3 span {
    background: url(../img/d15.png) no-repeat left center;
}
.main.product .product_detail .product_detail_cen .info .list ul li span {
    padding-left: 38px;
    display: inline-block;
}
@media (max-width: 500px) {
    .main.product .product_detail .product_detail_cen .info .list ul li span {
        padding-left: 0;
        background: none !important;
    }
}
.main.product .product_detail .product_detail_cen .info .content {
    padding: 4.16%;
}
.main.product .product_detail .product_detail_cen .info .content .cont {
    font-size: 14px;
    line-height: 24px;
    color: #282828;
    display: none;
    text-align: center;
}
.main.product .product_detail .product_detail_cen .info .content .cont.show {
    display: block;
}
.main.product .product_detail .product_detail_cen .info .content .cont img {
    max-width: 100%;
    height: auto !important;
}
.main.product .product_detail .related {
    margin-top: 85px;
    padding-bottom: 80px;
}
@media (max-width: 1024px) {
    .main.product .product_detail .related {
        margin-top: 65px;
        padding-bottom: 80px;
    }
}
@media (max-width: 600px) {
    .main.product .product_detail .related {
        margin-top: 25px;
        padding-bottom: 35px;
    }
}
.main.product .product_detail .related .tit {
    font-size: 38px;
    line-height: 50px;
    color: #282828;
    word-break: break-word;
}
@media (max-width: 1024px) {
    .main.product .product_detail .related .tit {
        font-size: 30px;
        line-height: 46px;
    }
}
@media (max-width: 1024px) {
    .main.product .product_detail .related .tit {
        font-size: 30px;
        line-height: 46px;
    }
}
@media (max-width: 500px) {
    .main.product .product_detail .related .tit {
        font-size: 24px;
        line-height: 36px;
    }
}
.main.product .product_detail .related .slick_box {
    margin-top: 38px;
    width: 102%;
    margin-left: -1%;
    margin-bottom: 0;
}
@media (max-width: 600px) {
    .main.product .product_detail .related .slick_box {
        margin-top: 20px;
    }
}
.main.product .product_detail .related .slick_box .slick-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    background: url(../img/bl.png) no-repeat center center #eeeeee;
    transition: background 0.5s;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
}
@media (min-width: 1024px) {
    .main.product .product_detail .related .slick_box .slick-prev:hover {
        background: url(../img/bl2.png) no-repeat center center #00824b;
    }
}
@media (max-width: 850px) {
    .main.product .product_detail .related .slick_box .slick-prev {
        width: 36px;
        height: 36px;
        background-size: 24% auto;
        margin-top: -18px;
    }
}
@media (max-width: 500px) {
    .main.product .product_detail .related .slick_box .slick-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
}
.main.product .product_detail .related .slick_box .slick-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    background: url(../img/br.png) no-repeat center center #eeeeee;
    transition: background 0.5s;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
}
@media (min-width: 1024px) {
    .main.product .product_detail .related .slick_box .slick-next:hover {
        background: url(../img/br2.png) no-repeat center center #00824b;
    }
}
@media (max-width: 850px) {
    .main.product .product_detail .related .slick_box .slick-next {
        width: 36px;
        height: 36px;
        background-size: 24% auto;
        margin-top: -18px;
    }
}
@media (max-width: 500px) {
    .main.product .product_detail .related .slick_box .slick-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
}
.main.product .product_detail .related .slick_box .item .item_box {
    padding-bottom: 20px;
    margin: 0 3.3%;
}
@media (max-width: 1024px) {
    .main.product .product_detail .related .slick_box .item .item_box {
        padding-bottom: 0;
    }
}
.main.product .product_detail .related .slick_box .item .item_box a {
    background: #fff;
    border-radius: 6px;
    display: block;
    transition: box-shadow 0.5s ease;
}
@media (min-width: 1024px) {
    .main.product .product_detail .related .slick_box .item .item_box a:hover {
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    }
    .main.product .product_detail .related .slick_box .item .item_box a:hover .pic img {
        transform: scale(1.05);
    }
}
.main.product .product_detail .related .slick_box .item .item_box a .pic {
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}
.main.product .product_detail .related .slick_box .item .item_box a .pic img {
    width: 100%;
    height: auto;
    border-radius: 6px 6px 0 0;
    transition: all 0.5s ease;
}
.main.product .product_detail .related .slick_box .item .item_box a .txt {
    height: 60px;
    position: relative;
    font-size: 18px;
    line-height: 60px;
    color: #333;
    word-break: break-word;
    padding: 0 5px;
    text-align: center;
}
@media (max-width: 1024px) {
    .main.product .product_detail .related .slick_box .item .item_box a .txt {
        height: 50px;
        font-size: 16px;
        line-height: 50px;
    }
}
@media (max-width: 800px) {
    .main.product .product_detail .related .slick_box .item .item_box a .txt {
        font-size: 14px;
        line-height: 36px;
        height: 36px;
    }
}
.main.product .product_detail .related .slick_box .item .item_box a .txt .tab {
    width: 100%;
    height: 100%;
    display: table;
}
.main.product .product_detail .related .slick_box .item .item_box a .txt .tab .tab_cell {
    display: table-cell;
    vertical-align: middle;
}
.main.case {
    padding-top: 80px;
}
@media (max-width: 1024px) {
    .main.case {
        padding-top: 50px;
    }
}
.main.case .abanner .txt_box .txt span:nth-child(6) {
    width: auto;
}
.main.case .case_box {
    background: #f7f7f7;
    padding-bottom: 95px;
    padding-top: 40px;
}
@media (max-width: 1024px) {
    .main.case .case_box {
        padding-bottom: 70px;
    }
}
@media (max-width: 500px) {
    .main.case .case_box {
        padding-bottom: 30px;
        padding-top: 15px;
    }
}
.main.case .case_box .case_list {
    padding-bottom: 100px;
}
@media (max-width: 1024px) {
    .main.case .case_box .case_list {
        padding-bottom: 70px;
    }
}
@media (max-width: 500px) {
    .main.case .case_box .case_list {
        padding-bottom: 30px;
    }
}
.main.case .case_box .case_list ul {
    font-size: 0;
}
.main.case .case_box .case_list ul li {
    width: 47.5%;
    background: #fff;
    border-radius: 5px;
    margin-top: 5%;
    display: inline-block;
    vertical-align: top;
    transition: box-shadow 0.5s ease;
}
.main.case .case_box .case_list ul li:nth-child(even) {
    margin-left: 5%;
}
@media (min-width: 1024px) {
    .main.case .case_box .case_list ul li:hover {
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    }
    .main.case .case_box .case_list ul li:hover .pic img {
        transform: scale(1.05);
    }
}
@media (max-width: 600px) {
    .main.case .case_box .case_list ul li {
        width: 100%;
        margin-top: 15px;
        margin-left: 0 !important;
    }
}
.main.case .case_box .case_list ul li .pic {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.main.case .case_box .case_list ul li .pic img {
    width: 100%;
    transition: all 0.5s ease;
    height: auto;
    border-radius: 5px 5px 0 0;
}
.main.case .case_box .case_list ul li .cont {
    padding: 0 10.5%;
}
@media (max-width: 1024px) {
    .main.case .case_box .case_list ul li .cont {
        padding: 0 7%;
    }
}
.main.case .case_box .case_list ul li .cont .t {
    font-size: 22px;
    line-height: 32px;
    color: #282828;
    padding-top: 22px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dfdfdf;
}
@media (max-width: 1024px) {
    .main.case .case_box .case_list ul li .cont .t {
        font-size: 18px;
        line-height: 24px;
        padding-top: 15px;
        padding-bottom: 10px;
    }
}
.main.case .case_box .case_list ul li .cont .msg {
    margin-top: 15px;
    padding-bottom: 23px;
}
@media (max-width: 500px) {
    .main.case .case_box .case_list ul li .cont .msg {
        padding-bottom: 15px;
    }
}
.main.case .case_box .case_list ul li .cont .msg .txt {
    font-size: 16px;
    line-height: 30px;
    color: #282828;
    float: left;
    max-width: 50%;
}
@media (max-width: 1024px) {
    .main.case .case_box .case_list ul li .cont .msg .txt {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width: 800px) {
    .main.case .case_box .case_list ul li .cont .msg .txt {
        width: 100%;
        float: none !important;
        max-width: 100%;
    }
}
.main.case .case_box .case_list ul li .cont .msg .txt:nth-child(even) {
    float: right;
    width: auto;
    min-width: 120px;
    text-align: left;
}
.main.case .case_box .case_list .more {
    width: 200px;
    margin-top: 50px;
    height: 50px;
    background: #00824b;
    border-radius: 50px;
    text-align: center;
    font-size: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-transform: capitalize;
}
@media (min-width: 1024px) {
    .main.case .case_box .case_list .more:hover i {
        transform: rotate(180deg);
    }
}
@media (max-width: 1024px) {
    .main.case .case_box .case_list .more {
        width: 160px;
        height: 40px;
    }
}
@media (max-width: 600px) {
    .main.case .case_box .case_list .more {
        width: 120px;
        height: 36px;
        margin-top: 25px;
    }
}
.main.case .case_box .case_list .more span {
    font-size: 22px;
    line-height: 50px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}
@media (max-width: 1024px) {
    .main.case .case_box .case_list .more span {
        font-size: 18px;
        line-height: 40px;
        margin: 0 3px;
    }
}
@media (max-width: 600px) {
    .main.case .case_box .case_list .more span {
        font-size: 14px;
        line-height: 36px;
        margin: 0 3px;
    }
}
.main.case .case_box .case_list .more i {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin: 0 8px;
    transition: transform 0.3s;
    background: url(../img/j.png) no-repeat center center;
}
@media (max-width: 1024px) {
    .main.case .case_box .case_list .more i {
        margin: 0 3px;
    }
}
@media (max-width: 600px) {
    .main.case .case_box .case_list .more i {
        width: 7px;
        height: 7px;
        background-size: cover;
    }
}
@media (min-width: 1024px) {
    .main.case .case_box .foot_link ul li {
        transform: translateY(40px);
        opacity: 0;
    }
    .main.case .case_box .foot_link.animate ul li {
        transform: translateY(0px);
        opacity: 1;
        transition: transform 0.65s, opacity 0.65s;
    }
    .main.case .case_box .foot_link.animate ul li:nth-child(1) {
        transition-delay: 0.15s;
    }
    .main.case .case_box .foot_link.animate ul li:nth-child(2) {
        transition-delay: 0.3s;
    }
    .main.case .case_box .foot_link.animate ul li:nth-child(3) {
        transition-delay: 0.45s;
    }
    .main.case .case_box .foot_link.animate ul li:nth-child(4) {
        transition-delay: 0.6s;
    }
    .main.case .case_box .foot_link.animate ul li:nth-child(5) {
        transition-delay: 0.75s;
    }
    .main.case .case_box .foot_link.animate ul li:nth-child(6) {
        transition-delay: 0.9s;
    }
}
.main.case .case_box .foot_link ul li {
    width: 25%;
    float: left;
    text-align: left;
    box-sizing: border-box;
    padding-left: 4.9%;
}
.main.case .case_box .foot_link ul li:first-child {
    padding-left: 0;
    text-align: left;
}
.main.case .case_box .foot_link ul li:nth-child(3) {
    padding-left: 9.7%;
    text-align: left;
}
.main.case .case_box .foot_link ul li:last-child {
    padding-left: 0;
    text-align: right;
}
@media (max-width: 800px) {
    .main.case .case_box .foot_link ul li {
        padding-left: 0 !important;
        text-align: center !important;
    }
}
.main.case .case_box .foot_link ul li a {
    display: inline-block;
}
@media (min-width: 1024px) {
    .main.case .case_box .foot_link ul li a:hover .icon {
        border-color: #00824b;
    }
    .main.case .case_box .foot_link ul li a:hover .icon img {
        filter: alpha(opacity=0);
        opacity: 0;
    }
    .main.case .case_box .foot_link ul li a:hover .icon img.active {
        filter: alpha(opacity=100);
        opacity: 1;
    }
    .main.case .case_box .foot_link ul li a:hover .txt {
        color: #00824b;
    }
}
.main.case .case_box .foot_link ul li a .icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    transition: border-color 0.5s;
}
@media (max-width: 1024px) {
    .main.case .case_box .foot_link ul li a .icon {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 700px) {
    .main.case .case_box .foot_link ul li a .icon {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 450px) {
    .main.case .case_box .foot_link ul li a .icon {
        width: 50px;
        height: 50px;
    }
}
.main.case .case_box .foot_link ul li a .icon img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.5s;
    margin: auto;
    max-width: 50%;
    max-height: 50%;
}
.main.case .case_box .foot_link ul li a .icon img.active {
    filter: alpha(opacity=0);
    opacity: 0;
}
.main.case .case_box .foot_link ul li a .txt {
    font-size: 22px;
    line-height: 30px;
    color: #282828;
    transition: color 0.5s;
    text-align: center;
    word-break: break-word;
    margin-top: 20px;
}
@media (max-width: 1024px) {
    .main.case .case_box .foot_link ul li a .txt {
        margin-top: 12px;
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 500px) {
    .main.case .case_box .foot_link ul li a .txt {
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px;
    }
}
.main.solution {
    padding-top: 80px;
}
@media (max-width: 1024px) {
    .main.solution {
        padding-top: 50px;
    }
}
.main.solution .abanner .txt_box .txt span:nth-child(6) {
    width: auto;
}
.main.solution .solution_box {
    padding-top: 85px;
}
@media (max-width: 1024px) {
    .main.solution .solution_box {
        padding-top: 70px;
    }
}
@media (max-width: 600px) {
    .main.solution .solution_box {
        padding-top: 20px;
    }
}
.main.solution .solution_box .solution_tit {
    text-align: center;
}
.main.solution .solution_box .solution_tit .t {
    font-size: 38px;
    line-height: 50px;
    color: #282828;
}
@media (max-width: 1024px) {
    .main.solution .solution_box .solution_tit .t {
        font-size: 30px;
        line-height: 46px;
    }
}
@media (max-width: 500px) {
    .main.solution .solution_box .solution_tit .t {
        font-size: 24px;
        line-height: 36px;
    }
}
.main.solution .solution_box .solution_tit .en {
    font-size: 18px;
    line-height: 24px;
    color: #282828;
    margin-top: 10px;
}
@media (max-width: 768px) {
    .main.solution .solution_box .solution_tit .en {
        margin-top: 0;
        font-size: 14px;
        line-height: 24px;
    }
}
@media (min-width: 1024px) {
    .main.solution .solution_box .solution_tit .t,
    .main.solution .solution_box .solution_tit .en {
        transform: translateY(40px);
        filter: alpha(opacity=0);
        opacity: 0;
    }
    .main.solution .solution_box .solution_tit.animate .t,
    .main.solution .solution_box .solution_tit.animate .en {
        transform: translateY(0px);
        filter: alpha(opacity=100);
        opacity: 1;
        transition: transform 0.65s, opacity 0.65s;
    }
    .main.solution .solution_box .solution_tit.animate .en {
        transition-delay: 0.2s;
    }
}
.main.solution .solution_box .solution_list {
    margin-top: 30px;
}
.main.solution .solution_box .solution_list ul .li {
    margin-top: 20px;
    height: 840px;
    position: relative;
}
.main.solution .solution_box .solution_list ul .li:nth-of-type(even) .cont_cen .item {
    right: 0;
    left: auto;
}
@media (max-width: 1100px) {
    .main.solution .solution_box .solution_list ul .li {
        height: 750px;
    }
}
@media (max-width: 1024px) {
    .main.solution .solution_box .solution_list ul .li {
        height: 650px;
    }
}
@media (max-width: 768px) {
    .main.solution .solution_box .solution_list ul .li {
        height: 500px;
    }
}
@media (max-width: 600px) {
    .main.solution .solution_box .solution_list ul .li {
        height: auto;
    }
}
.main.solution .solution_box .solution_list ul .li .bg {
    width: 100%;
    height: 100%;
}
@media (max-width: 600px) {
    .main.solution .solution_box .solution_list ul .li .bg {
        height: 300px;
    }
}
@media (max-width: 440px) {
    .main.solution .solution_box .solution_list ul .li .bg {
        height: 200px;
    }
}
.main.solution .solution_box .solution_list ul .li.active .cont_cen .item {
    height: 100%;
}
.main.solution .solution_box .solution_list ul .li.active .cont_cen .item .more {
    display: none;
}
.main.solution .solution_box .solution_list ul .li.active .cont_cen .item .text_box {
    display: block;
    filter: alpha(opacity=100);
    opacity: 1;
}
.main.solution .solution_box .solution_list ul .li .cont_cen {
    height: 100%;
    position: absolute;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    top: 0;
}
@media (max-width: 1300px) {
    .main.solution .solution_box .solution_list ul .li .cont_cen {
        width: 88%;
        margin-left: -44%;
    }
}
@media (max-width: 1024px) {
    .main.solution .solution_box .solution_list ul .li .cont_cen {
        width: 92%;
        margin-left: -46%;
    }
}
@media (max-width: 600px) {
    .main.solution .solution_box .solution_list ul .li .cont_cen {
        position: static;
        width: 100%;
        margin-left: 0;
    }
}
.main.solution .solution_box .solution_list ul .li .cont_cen .item {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    padding: 28px;
    box-sizing: border-box;
    background-color: rgba(145, 145, 147, 0.9);
}
@media (max-width: 650px) {
    .main.solution .solution_box .solution_list ul .li .cont_cen .item {
        width: 66%;
    }
}
@media (max-width: 600px) {
    .main.solution .solution_box .solution_list ul .li .cont_cen .item {
        position: static;
        width: 100%;
        transform: translateY(0%);
    }
}
@media (max-width: 550px) {
    .main.solution .solution_box .solution_list ul .li .cont_cen .item {
        width: 100%;
        padding: 15px;
    }
}
.main.solution .solution_box .solution_list ul .li .cont_cen .item .t {
    font-size: 36px;
    line-height: 44px;
    color: #fff;
}
@media (max-width: 1300px) {
    .main.solution .solution_box .solution_list ul .li .cont_cen .item .t {
        font-size: 30px;
        line-height: 36px;
    }
}
@media (max-width: 768px) {
    .main.solution .solution_box .solution_list ul .li .cont_cen .item .t {
        font-size: 24px;
        line-height: 30px;
    }
}
@media (max-width: 500px) {
    .main.solution .solution_box .solution_list ul .li .cont_cen .item .t {
        font-size: 20px;
        line-height: 26px;
    }
}
.main.solution .solution_box .solution_list ul .li .cont_cen .item .ds {
    display: inline-block;
    position: relative;
    margin-top: 14px;
}
.main.solution .solution_box .solution_list ul .li .cont_cen .item .ds span {
    display: inline-block;
    background: #f7f7f7;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #919294;
    text-transform: uppercase;
    padding-left: 8px;
    padding-right: 20px;
    z-index: 10;
}
@media (max-width: 1300px) {
    .main.solution .solution_box .solution_list ul .li .cont_cen .item .ds span {
        font-size: 16px;
        line-height: 30px;
    }
}
@media (max-width: 768px) {
    .main.solution .solution_box .solution_list ul .li .cont_cen .item .ds span {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width: 500px) {
    .main.solution .solution_box .solution_list ul .li .cont_cen .item .ds span {
        font-size: 13px;
        line-height: 20px;
    }
}
.main.solution .solution_box .solution_list ul .li .cont_cen .item .ds::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    width: 20px;
    height: 100%;
    background: url(../img/1.png) no-repeat;
    background-size: cover;
}
@media (max-width: 1024px) {
    .main.solution .solution_box .solution_list ul .li .cont_cen .item .ds::after {
        display: none;
    }
}
.main.solution .solution_box .solution_list ul .li .cont_cen .item .con {
    font-size: 12px;
    line-height: 18px;
    color: #fefeff;
    margin-top: 25px;
}
@media (max-width: 768px) {
    .main.solution .solution_box .solution_list ul .li .cont_cen .item .con {
        margin-top: 15px;
    }
}
.main.solution .solution_box .solution_list ul .li .cont_cen .item .text_box {
    margin-top: 20px;
    display: none;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: opacity 0.5s;
}
.main.solution .solution_box .solution_list ul .li .cont_cen .item .text_box .ti {
    font-size: 18px;
    line-height: 30px;
    color: #fefeff;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 6px;
}
@media (max-width: 768px) {
    .main.solution .solution_box .solution_list ul .li .cont_cen .item .text_box .ti {
        font-size: 16px;
        line-height: 26px;
    }
}
.main.solution .solution_box .solution_list ul .li .cont_cen .item .text_box .text ul li {
    min-height: 50px;
    position: relative;
    margin-top: 25px;
    padding-left: 70px;
}
@media (max-width: 768px) {
    .main.solution .solution_box .solution_list ul .li .cont_cen .item .text_box .text ul li {
        padding-left: 50px;
        min-height: 36px;
        margin-top: 10px;
    }
}
.main.solution .solution_box .solution_list ul .li .cont_cen .item .text_box .text ul li .img {
    width: 50px;
    position: absolute;
    left: 0;
    top: 6px;
}
.main.solution .solution_box .solution_list ul .li .cont_cen .item .text_box .text ul li .img img {
    max-width: 100%;
    max-height: 100%;
}
@media (max-width: 768px) {
    .main.solution .solution_box .solution_list ul .li .cont_cen .item .text_box .text ul li .img {
        width: 36px;
    }
}
.main.solution .solution_box .solution_list ul .li .cont_cen .item .text_box .text ul li .txt .tit {
    font-size: 18px;
    line-height: 30px;
    color: #fefeff;
}
@media (max-width: 768px) {
    .main.solution .solution_box .solution_list ul .li .cont_cen .item .text_box .text ul li .txt .tit {
        font-size: 16px;
        line-height: 26px;
    }
}
.main.solution .solution_box .solution_list ul .li .cont_cen .item .text_box .text ul li .txt .co {
    font-size: 12px;
    line-height: 18px;
    color: #f7f7f7;
    margin-top: 4px;
}
.main.solution .solution_box .solution_list ul .li .cont_cen .item .text_box .link {
    width: 220px;
    height: 40px;
    border: 1px solid #f7f7f7;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    display: block;
    color: #fff;
    border-radius: 20px;
    margin-top: 45px;
}
@media (max-width: 600px) {
    .main.solution .solution_box .solution_list ul .li .cont_cen .item .text_box .link {
        margin-top: 20px;
        font-size: 14px;
        line-height: 36px;
        width: 180px;
        height: 36px;
    }
}
.main.solution .solution_box .solution_list ul .li .cont_cen .item .more {
    width: 170px;
    height: 40px;
    border: 1px solid #f7f7f7;
    border-radius: 20px;
    font-size: 0;
    margin-top: 25px;
    text-align: center;
    cursor: pointer;
}
.main.solution .solution_box .solution_list ul .li .cont_cen .item .more span {
    margin: 0 10px;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 600px) {
    .main.solution .solution_box .solution_list ul .li .cont_cen .item .more span {
        margin: 0 3px;
        font-size: 14px;
        line-height: 36px;
    }
}
.main.solution .solution_box .solution_list ul .li .cont_cen .item .more i {
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 14px;
    background: url(../img/x.png) no-repeat center center;
}
@media (max-width: 600px) {
    .main.solution .solution_box .solution_list ul .li .cont_cen .item .more {
        width: 120px;
        height: 36px;
        margin-top: 15px;
    }
}
.main.solution .foot_link {
    padding: 100px 0;
}
@media (max-width: 1024px) {
    .main.solution .foot_link {
        padding: 75px 0;
    }
}
@media (max-width: 600px) {
    .main.solution .foot_link {
        padding: 30px 0;
    }
}
@media (min-width: 1024px) {
    .main.solution .foot_link ul li {
        transform: translateY(40px);
        opacity: 0;
    }
    .main.solution .foot_link.animate ul li {
        transform: translateY(0px);
        opacity: 1;
        transition: transform 0.65s, opacity 0.65s;
    }
    .main.solution .foot_link.animate ul li:nth-child(1) {
        transition-delay: 0.15s;
    }
    .main.solution .foot_link.animate ul li:nth-child(2) {
        transition-delay: 0.3s;
    }
    .main.solution .foot_link.animate ul li:nth-child(3) {
        transition-delay: 0.45s;
    }
    .main.solution .foot_link.animate ul li:nth-child(4) {
        transition-delay: 0.6s;
    }
    .main.solution .foot_link.animate ul li:nth-child(5) {
        transition-delay: 0.75s;
    }
    .main.solution .foot_link.animate ul li:nth-child(6) {
        transition-delay: 0.9s;
    }
}
.main.solution .foot_link ul li {
    width: 25%;
    float: left;
    text-align: left;
    box-sizing: border-box;
    padding-left: 4.9%;
}
.main.solution .foot_link ul li:first-child {
    padding-left: 0;
    text-align: left;
}
.main.solution .foot_link ul li:nth-child(3) {
    padding-left: 9.7%;
    text-align: left;
}
.main.solution .foot_link ul li:last-child {
    padding-left: 0;
    text-align: right;
}
@media (max-width: 800px) {
    .main.solution .foot_link ul li {
        padding-left: 0 !important;
        text-align: center !important;
    }
}
.main.solution .foot_link ul li a {
    display: inline-block;
}
@media (min-width: 1024px) {
    .main.solution .foot_link ul li a:hover .icon {
        border-color: #00824b;
    }
    .main.solution .foot_link ul li a:hover .icon img {
        filter: alpha(opacity=0);
        opacity: 0;
    }
    .main.solution .foot_link ul li a:hover .icon img.active {
        filter: alpha(opacity=100);
        opacity: 1;
    }
    .main.solution .foot_link ul li a:hover .txt {
        color: #00824b;
    }
}
.main.solution .foot_link ul li a .icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    transition: border-color 0.5s;
}
@media (max-width: 1024px) {
    .main.solution .foot_link ul li a .icon {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 700px) {
    .main.solution .foot_link ul li a .icon {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 450px) {
    .main.solution .foot_link ul li a .icon {
        width: 50px;
        height: 50px;
    }
}
.main.solution .foot_link ul li a .icon img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.5s;
    margin: auto;
    max-width: 50%;
    max-height: 50%;
}
.main.solution .foot_link ul li a .icon img.active {
    filter: alpha(opacity=0);
    opacity: 0;
}
.main.solution .foot_link ul li a .txt {
    font-size: 22px;
    line-height: 30px;
    color: #282828;
    transition: color 0.5s;
    text-align: center;
    word-break: break-word;
    margin-top: 20px;
}
@media (max-width: 1024px) {
    .main.solution .foot_link ul li a .txt {
        margin-top: 12px;
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 500px) {
    .main.solution .foot_link ul li a .txt {
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px;
    }
}
.main.contact .abanner .txt_box .txt span:nth-child(6) {
    width: auto;
}
.main.contact .abanner .txt_box .txt span.char8 {
    width: 12px;
}
.main.contact .contact_box {
    padding-bottom: 100px;
    padding-top: 100px;
}
@media (max-width: 1024px) {
    .main.contact .contact_box {
        padding: 80px 0;
    }
}
@media (max-width: 500px) {
    .main.contact .contact_box {
        padding: 30px 0;
    }
}
.main.contact .contact_box .map_box {
    position: relative;
    padding-top: 130px;
}
@media (max-width: 800px) {
    .main.contact .contact_box .map_box {
        padding-top: 0;
    }
}
.main.contact .contact_box .map_box .message {
    position: absolute;
    left: 50%;
    padding: 50px 36px;
    box-sizing: border-box;
    border-radius: 6px;
    z-index: 10;
    width: 91.66%;
    background-color: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    margin-left: -45.83%;
    top: 0;
}
@media (max-width: 1024px) {
    .main.contact .contact_box .map_box .message {
        padding: 40px 30px;
    }
}
@media (max-width: 800px) {
    .main.contact .contact_box .map_box .message {
        padding: 10px;
        width: 100%;
        position: static;
        padding-top: 25px;
        margin: 0;
    }
}
.main.contact .contact_box .map_box .message ul li {
    width: 25%;
    float: left;
    padding: 0 5px;
    position: relative;
    box-sizing: border-box;
}
.main.contact .contact_box .map_box .message ul li:last-child::after {
    display: none;
}
.main.contact .contact_box .map_box .message ul li::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 114px;
    background: #dfdfdf;
    right: 0;
    top: 50%;
    display: block;
    margin-top: -57px;
}
@media (max-width: 850px) {
    .main.contact .contact_box .map_box .message ul li::after {
        display: none;
    }
}
@media (min-width: 1024px) {
    .main.contact .contact_box .map_box .message ul li:hover .img img {
        filter: alpha(opacity=0);
        opacity: 0;
    }
    .main.contact .contact_box .map_box .message ul li:hover .img img.active {
        filter: alpha(opacity=100);
        opacity: 1;
    }
}
@media (max-width: 850px) {
    .main.contact .contact_box .map_box .message ul li {
        width: 50%;
        margin-bottom: 15px;
    }
}
.main.contact .contact_box .map_box .message ul li .img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
}
@media (max-width: 1024px) {
    .main.contact .contact_box .map_box .message ul li .img {
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 500px) {
    .main.contact .contact_box .map_box .message ul li .img {
        width: 40px;
        height: 40px;
    }
}
.main.contact .contact_box .map_box .message ul li .img img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    max-width: 100%;
    transition: opacity 0.5s;
    max-height: 100%;
    margin: auto;
}
.main.contact .contact_box .map_box .message ul li .img img.active {
    filter: alpha(opacity=0);
    opacity: 0;
}
.main.contact .contact_box .map_box .message ul li .t {
    font-size: 16px;
    line-height: 20px;
    color: #686868;
    text-align: center;
    margin-top: 25px;
}
@media (max-width: 1024px) {
    .main.contact .contact_box .map_box .message ul li .t {
        margin-top: 15px;
    }
}
@media (max-width: 500px) {
    .main.contact .contact_box .map_box .message ul li .t {
        margin-top: 10px;
        font-size: 14px;
        line-height: 18px;
    }
}
.main.contact .contact_box .map_box .message ul li .text {
    font-size: 16px;
    line-height: 26px;
    color: #282828;
    text-align: center;
    margin-top: 22px;
}
@media (max-width: 1024px) {
    .main.contact .contact_box .map_box .message ul li .text {
        margin-top: 15px;
    }
}
@media (max-width: 500px) {
    .main.contact .contact_box .map_box .message ul li .text {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
}
.main.contact .contact_box .map_box .map {
    margin: 0 auto;
    height: 600px;
}
@media (max-width: 1024px) {
    .main.contact .contact_box .map_box .map {
        height: 500px;
    }
}
@media (max-width: 500px) {
    .main.contact .contact_box .map_box .map {
        height: 240px;
    }
}
.main.contact .contact_box .map_box .map .amap-copyright {
    display: none !important;
}
.main.contact .contact_box .map_box .map .amap-logo {
    display: none !important;
}
.main.contact .contact_box .map_box .map iframe {
    width: 100%;
    height: 100%;
}
.main.contact .contact_box .map_box .map .gmnoprint {
    display: none !important;
}
.main.support .abanner .txt {
    text-transform: inherit;
    margin-left: 0;
}
@media (max-width: 500px) {
    .main.support .abanner .txt {
        font-size: 28px;
    }
}
.main.support .abanner .txt span:nth-child(6) {
    width: auto;
}
.main.support .abanner .txt span.char8,
.main.support .abanner .txt span.char11,
.main.support .abanner .txt span.char15 {
    width: 12px;
}
@media (max-width: 500px) {
    .main.support .abanner .txt span.char8,
    .main.support .abanner .txt span.char11,
    .main.support .abanner .txt span.char15 {
        width: 5px;
    }
}
.main.support .support_box {
    padding-top: 75px;
}
@media (max-width: 1024px) {
    .main.support .support_box {
        padding-top: 55px;
    }
}
@media (max-width: 600px) {
    .main.support .support_box {
        padding-top: 10px;
    }
}
.main.support .support_box .login_box {
    background: #f7f7f7;
    border-radius: 5px;
    padding: 55px 50px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
@media (max-width: 1024px) {
    .main.support .support_box .login_box {
        padding: 30px;
    }
}
@media (max-width: 850px) {
    .main.support .support_box .login_box {
        padding: 15px;
        margin-bottom: 20px;
    }
}
@media (max-width: 600px) {
    .main.support .support_box .login_box {
        margin-top: 20px;
    }
}
.main.support .support_box .login_box .login_wrapper {
    position: relative;
    padding-left: 100px;
}
@media (max-width: 850px) {
    .main.support .support_box .login_box .login_wrapper {
        padding-left: 0;
    }
}
.main.support .support_box .login_box .login_wrapper .t {
    font-size: 38px;
    line-height: 50px;
    color: #282828;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
}
@media (max-width: 1024px) {
    .main.support .support_box .login_box .login_wrapper .t {
        font-size: 30px;
    }
}
@media (max-width: 850px) {
    .main.support .support_box .login_box .login_wrapper .t {
        position: static;
        margin: 0;
    }
}
@media (max-width: 500px) {
    .main.support .support_box .login_box .login_wrapper .t {
        font-size: 24px;
        line-height: 36px;
    }
}
@media (max-width: 850px) {
    .main.support .support_box .login_box .login_wrapper .input_box {
        margin-top: 10px;
        padding-bottom: 10px;
    }
}
.main.support .support_box .login_box .login_wrapper .input_box .user,
.main.support .support_box .login_box .login_wrapper .input_box .pwd {
    width: 33%;
    margin-right: 2%;
    display: block;
    float: left;
    background-color: #fff;
    border-radius: 50px;
    padding-left: 70px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    border: none;
    color: #282828;
    padding-right: 10px;
}
@media (max-width: 850px) {
    .main.support .support_box .login_box .login_wrapper .input_box .user,
    .main.support .support_box .login_box .login_wrapper .input_box .pwd {
        font-size: 14px;
        line-height: 44px;
        height: 44px;
        padding-left: 55px;
    }
}
@media (max-width: 650px) {
    .main.support .support_box .login_box .login_wrapper .input_box .user,
    .main.support .support_box .login_box .login_wrapper .input_box .pwd {
        width: 100%;
        float: none;
        margin-top: 10px;
        margin-right: 0;
    }
}
.main.support .support_box .login_box .login_wrapper .input_box .login,
.main.support .support_box .login_box .login_wrapper .input_box .reset {
    width: 14%;
    display: block;
    float: left;
    margin-right: 2%;
    height: 50px;
    border: none;
    font-size: 16px;
    line-height: 50px;
    color: #282828;
    text-align: center;
    background: #fff;
    border-radius: 25px;
    transition: color 0.3s, background 0.3s;
}
@media (min-width: 1024px) {
    .main.support .support_box .login_box .login_wrapper .input_box .login:hover,
    .main.support .support_box .login_box .login_wrapper .input_box .reset:hover {
        color: #fff;
        background: #00824b;
    }
}
@media (max-width: 850px) {
    .main.support .support_box .login_box .login_wrapper .input_box .login,
    .main.support .support_box .login_box .login_wrapper .input_box .reset {
        height: 44px;
        line-height: 44px;
        font-size: 14px;
    }
}
@media (max-width: 650px) {
    .main.support .support_box .login_box .login_wrapper .input_box .login,
    .main.support .support_box .login_box .login_wrapper .input_box .reset {
        width: 100px;
        margin-top: 10px;
        margin-right: 10px;
    }
}
.main.support .support_box .login_box .login_wrapper .input_box .reset {
    margin-right: 0;
}
.main.support .support_box .login_box .login_wrapper .input_box .user {
    background: url(../img/login.png) no-repeat 30px center #fff;
}
@media (max-width: 850px) {
    .main.support .support_box .login_box .login_wrapper .input_box .user {
        background-position: 20px center;
    }
}
.main.support .support_box .login_box .login_wrapper .input_box .pwd {
    background: url(../img/pwd.png) no-repeat 30px center #fff;
}
@media (max-width: 850px) {
    .main.support .support_box .login_box .login_wrapper .input_box .pwd {
        background-position: 20px center;
    }
}
.main.support .support_box .support_top {
    padding-top: 20px;
    padding-bottom: 100px;
}
@media (max-width: 1024px) {
    .main.support .support_box .support_top {
        padding-bottom: 70px;
    }
}
@media (max-width: 600px) {
    .main.support .support_box .support_top {
        padding-bottom: 30px;
        padding-top: 20px;
    }
}
.main.support .support_box .support_top .cooperation_tit .t {
    float: left;
    font-size: 38px;
    line-height: 50px;
    color: #282828;
}
@media (max-width: 1024px) {
    .main.support .support_box .support_top .cooperation_tit .t {
        font-size: 30px;
        line-height: 46px;
    }
}
@media (max-width: 1024px) {
    .main.support .support_box .support_top .cooperation_tit .t {
        font-size: 30px;
        line-height: 46px;
    }
}
@media (max-width: 500px) {
    .main.support .support_box .support_top .cooperation_tit .t {
        font-size: 24px;
        line-height: 36px;
    }
}
.main.support .support_box .support_top .cooperation_tit .btn {
    float: right;
    margin-top: 5px;
}
@media (max-width: 1024px) {
    .main.support .support_box .support_top .cooperation_tit .btn {
        margin-top: 3px;
    }
}
@media (max-width: 850px) {
    .main.support .support_box .support_top .cooperation_tit .btn {
        margin-top: 5px;
    }
}
@media (max-width: 500px) {
    .main.support .support_box .support_top .cooperation_tit .btn {
        margin-top: 3px;
    }
}
.main.support .support_box .support_top .cooperation_tit .btn .prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    float: left;
    background: url(../img/bl.png) no-repeat center center #eeeeee;
    transition: background 0.5s;
    margin-left: 30px;
}
@media (min-width: 1024px) {
    .main.support .support_box .support_top .cooperation_tit .btn .prev:hover {
        background: url(../img/bl2.png) no-repeat center center #00824b;
    }
}
@media (max-width: 850px) {
    .main.support .support_box .support_top .cooperation_tit .btn .prev {
        width: 36px;
        height: 36px;
        background-size: 24% auto;
    }
}
@media (max-width: 500px) {
    .main.support .support_box .support_top .cooperation_tit .btn .prev {
        width: 30px;
        height: 30px;
        margin-left: 10px;
    }
}
.main.support .support_box .support_top .cooperation_tit .btn .next {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 30px;
    cursor: pointer;
    background: url(../img/br.png) no-repeat center center #eeeeee;
    transition: background 0.5s;
}
@media (min-width: 1024px) {
    .main.support .support_box .support_top .cooperation_tit .btn .next:hover {
        background: url(../img/br2.png) no-repeat center center #00824b;
    }
}
@media (max-width: 850px) {
    .main.support .support_box .support_top .cooperation_tit .btn .next {
        width: 36px;
        height: 36px;
        background-size: 24% auto;
    }
}
@media (max-width: 500px) {
    .main.support .support_box .support_top .cooperation_tit .btn .next {
        width: 30px;
        height: 30px;
        margin-left: 10px;
    }
}
.main.support .support_box .support_top .slick_box {
    margin-top: 37px;
    width: 1220px;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
}
@media (max-width: 1300px) {
    .main.support .support_box .support_top .slick_box {
        width: 89%;
    }
}
@media (max-width: 1024px) {
    .main.support .support_box .support_top .slick_box {
        width: 92%;
        margin-top: 30px;
    }
}
@media (max-width: 600px) {
    .main.support .support_box .support_top .slick_box {
        margin-top: 20px;
    }
}
.main.support .support_box .support_top .slick_box .slick-dots {
    line-height: 0;
    margin-top: 30px;
    position: static;
}
.main.support .support_box .support_top .slick_box .slick-dots li {
    margin: 0 8px;
    width: 14px;
    height: 14px;
    transition: all 0.3s;
}
@media (max-width: 600px) {
    .main.support .support_box .support_top .slick_box .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
}
.main.support .support_box .support_top .slick_box .slick-dots li button {
    width: 100%;
    height: 100%;
    border: 2px solid #dfdfdf;
    box-sizing: border-box;
    background: none;
    transition: all 0.3s;
}
.main.support .support_box .support_top .slick_box .slick-dots li.slick-active {
    background: #00824b;
}
.main.support .support_box .support_top .slick_box .slick-dots li.slick-active button {
    border-color: #00824b;
}
.main.support .support_box .support_top .slick_box .item .ibox {
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    background-color: #fff;
    margin: 0 3%;
}
.main.support .support_box .support_top .slick_box .item .ibox a {
    display: block;
    padding: 20px;
    padding-bottom: 0;
}
@media (max-width: 850px) {
    .main.support .support_box .support_top .slick_box .item .ibox a {
        padding: 15px;
        padding-bottom: 0;
    }
}
@media (min-width: 1024px) {
    .main.support .support_box .support_top .slick_box .item .ibox a:hover .pic .mask {
        filter: alpha(opacity=100);
        opacity: 1;
    }
    .main.support .support_box .support_top .slick_box .item .ibox a:hover .pic .btn {
        filter: alpha(opacity=100);
        opacity: 1;
        transform: translateY(0);
    }
}
.main.support .support_box .support_top .slick_box .item .ibox a .pic {
    overflow: hidden;
    position: relative;
}
.main.support .support_box .support_top .slick_box .item .ibox a .pic .icon_m {
    width: 40px;
    height: 40px;
    background: url(../img/download.png) no-repeat center center #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    display: none;
}
@media (max-width: 1024px) {
    .main.support .support_box .support_top .slick_box .item .ibox a .pic .icon_m {
        display: block;
    }
}
.main.support .support_box .support_top .slick_box .item .ibox a .pic .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: transform 0.5s, opacity 0.5s;
}
.main.support .support_box .support_top .slick_box .item .ibox a .pic .btn {
    border-radius: 15px;
    width: 120px;
    height: 30px;
    background-color: #f7f7f7;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    color: #007d5a;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 50%;
    filter: alpha(opacity=0);
    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.5s, opacity 0.5s;
}
.main.support .support_box .support_top .slick_box .item .ibox a .pic .btn span {
    padding-left: 25px;
    background: url(../img/download.png) no-repeat left center;
}
.main.support .support_box .support_top .slick_box .item .ibox a .pic img {
    width: 100%;
}
.main.support .support_box .support_top .slick_box .item .ibox a .txt {
    width: 100%;
    height: 74px;
    font-size: 18px;
    line-height: 24px;
    color: #282828;
    text-align: center;
}
.main.support .support_box .support_top .slick_box .item .ibox a .txt .tab {
    width: 100%;
    height: 100%;
    display: table;
}
.main.support .support_box .support_top .slick_box .item .ibox a .txt .tab .tab_cell {
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 850px) {
    .main.support .support_box .support_top .slick_box .item .ibox a .txt {
        font-size: 16px;
        line-height: 24px;
        height: 60px;
    }
}
@media (max-width: 500px) {
    .main.support .support_box .support_top .slick_box .item .ibox a .txt {
        font-size: 16px;
        line-height: 20px;
        height: 50px;
    }
}
.main.support .support_box .support_bot {
    background: #f7f7f7;
    padding-bottom: 100px;
    padding-top: 89px;
}
@media (max-width: 1024px) {
    .main.support .support_box .support_bot {
        padding: 70px 0;
    }
}
@media (max-width: 600px) {
    .main.support .support_box .support_bot {
        padding: 30px 0;
    }
}
.main.support .support_box .support_bot .support_bot_cen .cooperation_tit .t {
    float: left;
    font-size: 38px;
    line-height: 50px;
    color: #282828;
}
@media (max-width: 1024px) {
    .main.support .support_box .support_bot .support_bot_cen .cooperation_tit .t {
        font-size: 30px;
        line-height: 46px;
    }
}
@media (max-width: 1024px) {
    .main.support .support_box .support_bot .support_bot_cen .cooperation_tit .t {
        font-size: 30px;
        line-height: 46px;
    }
}
@media (max-width: 500px) {
    .main.support .support_box .support_bot .support_bot_cen .cooperation_tit .t {
        font-size: 24px;
        line-height: 36px;
    }
}
.main.support .support_box .support_bot .support_bot_cen .cooperation_tit .btn {
    float: right;
    margin-top: 5px;
}
@media (max-width: 1024px) {
    .main.support .support_box .support_bot .support_bot_cen .cooperation_tit .btn {
        margin-top: 3px;
    }
}
@media (max-width: 850px) {
    .main.support .support_box .support_bot .support_bot_cen .cooperation_tit .btn {
        margin-top: 5px;
    }
}
@media (max-width: 600px) {
    .main.support .support_box .support_bot .support_bot_cen .cooperation_tit .btn {
        display: none;
    }
}
@media (max-width: 500px) {
    .main.support .support_box .support_bot .support_bot_cen .cooperation_tit .btn {
        margin-top: 3px;
    }
}
.main.support .support_box .support_bot .support_bot_cen .cooperation_tit .btn .prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    float: left;
    background: url(../img/bl.png) no-repeat center center #eeeeee;
    transition: background 0.5s;
    margin-left: 30px;
}
@media (min-width: 1024px) {
    .main.support .support_box .support_bot .support_bot_cen .cooperation_tit .btn .prev:hover {
        background: url(../img/bl2.png) no-repeat center center #00824b;
    }
}
@media (max-width: 850px) {
    .main.support .support_box .support_bot .support_bot_cen .cooperation_tit .btn .prev {
        width: 36px;
        height: 36px;
        background-size: 24% auto;
    }
}
@media (max-width: 500px) {
    .main.support .support_box .support_bot .support_bot_cen .cooperation_tit .btn .prev {
        width: 30px;
        height: 30px;
        margin-left: 10px;
    }
}
.main.support .support_box .support_bot .support_bot_cen .cooperation_tit .btn .next {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 30px;
    cursor: pointer;
    background: url(../img/br.png) no-repeat center center #eeeeee;
    transition: background 0.5s;
}
@media (min-width: 1024px) {
    .main.support .support_box .support_bot .support_bot_cen .cooperation_tit .btn .next:hover {
        background: url(../img/br2.png) no-repeat center center #00824b;
    }
}
@media (max-width: 850px) {
    .main.support .support_box .support_bot .support_bot_cen .cooperation_tit .btn .next {
        width: 36px;
        height: 36px;
        background-size: 24% auto;
    }
}
@media (max-width: 500px) {
    .main.support .support_box .support_bot .support_bot_cen .cooperation_tit .btn .next {
        width: 30px;
        height: 30px;
        margin-left: 10px;
    }
}
.main.support .support_box .support_bot .support_bot_cen .download_box {
    position: relative;
    margin-top: 35px;
}
@media (max-width: 1024px) {
    .main.support .support_box .support_bot .support_bot_cen .download_box {
        margin-top: 30px;
    }
}
@media (max-width: 600px) {
    .main.support .support_box .support_bot .support_bot_cen .download_box {
        margin-top: 20px;
    }
}
.main.support .support_box .support_bot .support_bot_cen .download_box .down_l {
    width: 27.66%;
    background: #00824b;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
@media (max-width: 750px) {
    .main.support .support_box .support_bot .support_bot_cen .download_box .down_l {
        width: 33%;
    }
}
@media (max-width: 600px) {
    .main.support .support_box .support_bot .support_bot_cen .download_box .down_l {
        width: 100%;
        position: static;
        height: auto;
    }
}
.main.support .support_box .support_bot .support_bot_cen .download_box .down_l .form_box {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px;
    transform: translateY(-50%);
}
@media (max-width: 1024px) {
    .main.support .support_box .support_bot .support_bot_cen .download_box .down_l .form_box {
        padding: 0 25px;
    }
}
@media (max-width: 600px) {
    .main.support .support_box .support_bot .support_bot_cen .download_box .down_l .form_box {
        position: static;
        padding: 25px;
        transform: translateY(0%);
    }
}
.main.support .support_box .support_bot .support_bot_cen .download_box .down_l .form_box select {
    width: 100%;
    display: block;
    height: 44px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 44px;
    color: #686868;
    padding: 0 20px;
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/xia.png) no-repeat 92% center #f7f7f7;
}
.main.support .support_box .support_bot .support_bot_cen .download_box .down_l .form_box .submit {
    display: block;
    width: 100%;
    height: 44px;
    background: #f7f7f7;
    border: none;
    font-size: 22px;
    line-height: 44px;
    color: #282828;
    padding: 0;
    margin: 0;
    text-align: center;
}
@media (max-width: 1024px) {
    .main.support .support_box .support_bot .support_bot_cen .download_box .down_l .form_box .submit {
        font-size: 18px;
        line-height: 44px;
    }
}
.main.support .support_box .support_bot .support_bot_cen .download_box .dowload_list {
    width: 68.75%;
    margin-bottom: 0;
    float: right;
}
@media (max-width: 750px) {
    .main.support .support_box .support_bot .support_bot_cen .download_box .dowload_list {
        width: 65%;
    }
}
@media (max-width: 600px) {
    .main.support .support_box .support_bot .support_bot_cen .download_box .dowload_list {
        width: 100%;
        margin-top: 25px;
    }
}
@media (max-width: 500px) {
    .main.support .support_box .support_bot .support_bot_cen .download_box .dowload_list {
        margin-top: 15px;
    }
}
.main.support .support_box .support_bot .support_bot_cen .download_box .dowload_list .slick-dots {
    line-height: 0;
    margin-top: 30px;
    position: static;
    display: none !important;
}
@media (max-width: 600px) {
    .main.support .support_box .support_bot .support_bot_cen .download_box .dowload_list .slick-dots {
        display: block !important;
    }
}
.main.support .support_box .support_bot .support_bot_cen .download_box .dowload_list .slick-dots li {
    margin: 0 8px;
    width: 14px;
    height: 14px;
    transition: all 0.3s;
}
@media (max-width: 600px) {
    .main.support .support_box .support_bot .support_bot_cen .download_box .dowload_list .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
}
.main.support .support_box .support_bot .support_bot_cen .download_box .dowload_list .slick-dots li button {
    width: 100%;
    height: 100%;
    border: 2px solid #dfdfdf;
    box-sizing: border-box;
    background: none;
    transition: all 0.3s;
}
.main.support .support_box .support_bot .support_bot_cen .download_box .dowload_list .slick-dots li.slick-active {
    background: #00824b;
}
.main.support .support_box .support_bot .support_bot_cen .download_box .dowload_list .slick-dots li.slick-active button {
    border-color: #00824b;
}
.main.support .support_box .support_bot .support_bot_cen .download_box .dowload_list .item .item_box {
    margin: 0 2.18%;
    background: #fff;
}
@media (max-width: 400px) {
    .main.support .support_box .support_bot .support_bot_cen .download_box .dowload_list .item .item_box {
        margin: 0;
    }
}
.main.support .support_box .support_bot .support_bot_cen .download_box .dowload_list .item .item_box a {
    display: block;
    padding: 27px 55px 65px 55px;
    position: relatve;
}
@media (max-width: 1300px) {
    .main.support .support_box .support_bot .support_bot_cen .download_box .dowload_list .item .item_box a {
        padding: 25px 40px 45px 40px;
    }
}
@media (max-width: 750px) {
    .main.support .support_box .support_bot .support_bot_cen .download_box .dowload_list .item .item_box a {
        padding: 25px 20px 45px 20px;
    }
}
.main.support .support_box .support_bot .support_bot_cen .download_box .dowload_list .item .item_box a::after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    background: url(../img/xie.jpg) no-repeat;
    bottom: 0;
    right: 2.18%;
}
@media (max-width: 400px) {
    .main.support .support_box .support_bot .support_bot_cen .download_box .dowload_list .item .item_box a::after {
        right: 0;
    }
}
@media (min-width: 1024px) {
    .main.support .support_box .support_bot .support_bot_cen .download_box .dowload_list .item .item_box a:hover .btn {
        background: #00824b;
        border-color: #00824b;
    }
    .main.support .support_box .support_bot .support_bot_cen .download_box .dowload_list .item .item_box a:hover .btn span {
        color: #fff;
        background: url(../img/download3.png) no-repeat left center;
    }
}
.main.support .support_box .support_bot .support_bot_cen .download_box .dowload_list .item .item_box a .logo {
    text-align: center;
}
.main.support .support_box .support_bot .support_bot_cen .download_box .dowload_list .item .item_box a .logo img {
    display: inline-block;
}
.main.support .support_box .support_bot .support_bot_cen .download_box .dowload_list .item .item_box a .txt {
    font-size: 16px;
    line-height: 22px;
    color: #282828;
    text-align: center;
    margin-top: 36px;
    height: 88px;
}
@media (max-width: 750px) {
    .main.support .support_box .support_bot .support_bot_cen .download_box .dowload_list .item .item_box a .txt {
        font-size: 14px;
        margin-top: 25px;
    }
}
@media (max-width: 450px) {
    .main.support .support_box .support_bot .support_bot_cen .download_box .dowload_list .item .item_box a .txt {
        margin-top: 15px;
        line-height: 20px;
        height: 80px;
    }
}
.main.support .support_box .support_bot .support_bot_cen .download_box .dowload_list .item .item_box a .btn {
    width: 120px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 30px;
    font-size: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    text-align: center;
    transition: background 0.5s, border-color 0.5s;
}
.main.support .support_box .support_bot .support_bot_cen .download_box .dowload_list .item .item_box a .btn span {
    font-size: 12px;
    line-height: 30px;
    color: #282828;
    display: inline-block;
    vertical-align: middle;
    transition: background 0.5s, olor 0.5s;
    padding-left: 28px;
    background: url(../img/download2.png) no-repeat left center;
}

.menu_box {
    position: fixed;
    left: 0;
    top: 50px;
    bottom: 0;
    overflow: auto;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 901;
    box-sizing: border-box;
}
.menu_box .navMobile {
    width: 100%;
    height: auto;
}
.menu_box .navMobile li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e1e1e1;
}
.menu_box .navMobile li .a {
    display: block;
    font-size: 16px;
    color: #454545;
    line-height: 24px;
    padding: 10px 20px;
    box-sizing: border-box;
    position: relative;
}
.menu_box .navMobile li .a a {
    color: #454545;
}
.menu_box .navMobile li .a.show i {
    transform: rotate(-180deg);
}
.menu_box .navMobile li .a i {
    width: 14px;
    transition: transform 0.3s;
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    line-height: 24px;
    background-size: 100% 100%;
    margin-top: -12px;
    font-size: 14px;
    color: #00824b;
    font-weight: bold;
}
.menu_box .navMobile li .subnav {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: none;
    background-color: #fbfbfb;
    border-top: 1px solid #e1e1e1;
    overflow: hidden;
}
.menu_box .navMobile li .subnav.subnav2 a {
    width: 50%;
    float: left;
    padding-left: 20px;
    padding-right: 0;
}
.menu_box .navMobile li .subnav.subnav2 a.none {
    border: none;
}
.menu_box .navMobile li .subnav.subnav2 a:nth-child(even) {
    padding-right: 20px;
    padding-left: 0;
}
.menu_box .navMobile li .subnav.subnav2 a img {
    height: 17px;
    display: inline-block;
    vertical-align: -3px;
    margin-right: 2px;
}
.menu_box .navMobile li .subnav a {
    display: block;
    color: #666;
    font-size: 13px;
    padding: 0 30px;
    line-height: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e1e1;
}
.menu_box .navMobile li .subnav a:last-child {
    border: none;
}
.menu_box .navMobile li .subnav a span {
    font-size: 12px;
    padding: 0 3px;
    position: relative;
    top: -4px;
}

.proup_mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    z-index: 1001;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: opacity 0.5s;
}
.proup_mask.active {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

.proup_box {
    border-radius: 6px;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 1200px;
    height: 750px;
    margin-left: -600px;
    background-color: #fff;
    transform: translateY(-50%);
    padding: 0 72px;
    box-sizing: border-box;
    z-index: 1002;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: opacity 0.5s;
}
.proup_box.active {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}
@media (max-width: 1300px) {
    .proup_box {
        width: 88%;
        margin-left: -44%;
    }
}
@media (max-width: 1024px) {
    .proup_box {
        width: 92%;
        margin-left: -46%;
    }
}
@media (max-height: 800px) and (min-width: 1024px) {
    .proup_box {
        height: 580px;
    }
}
@media (max-width: 1024px) {
    .proup_box {
        height: auto;
        padding: 50px;
    }
}
@media (max-width: 600px) {
    .proup_box {
        padding: 20px;
    }
}
@media (max-width: 450px) {
    .proup_box {
        width: 100%;
        height: 100%;
        transform: translateY(0);
        top: 0;
        left: 0;
        border-radius: 0;
        overflow: auto;
        margin-left: 0;
    }
}
.proup_box .close {
    border: 1px solid #dfdfdf;
    border-radius: 36px;
    width: 36px;
    height: 36px;
    position: absolute;
    right: -18px;
    top: -18px;
    background: url(../img/close2.png) no-repeat center center;
    background-color: #fff;
    cursor: pointer;
    transition: transform 0.5s;
}
@media (min-width: 1024px) {
    .proup_box .close:hover {
        transform: rotate(360deg);
    }
}
@media (max-width: 600px) {
    .proup_box .close {
        right: 10px;
        top: 10px;
    }
}
@media (max-width: 400px) {
    .proup_box .close {
        width: 30px;
        height: 30px;
        background-size: 14px auto;
    }
}
.proup_box .cont {
    padding-top: 60px;
}
@media (max-height: 800px) and (min-width: 1024px) {
    .proup_box .cont {
        padding-top: 35px;
    }
}
@media (max-width: 1024px) {
    .proup_box .cont {
        padding-top: 0px;
    }
}
.proup_box .cont .t {
    font-size: 28px;
    line-height: 36px;
    color: #282828;
}
@media (max-width: 1024px) {
    .proup_box .cont .t {
        font-size: 24px;
        line-height: 30px;
    }
}
@media (max-width: 600px) {
    .proup_box .cont .t {
        font-size: 18px;
        line-height: 24px;
    }
}
.proup_box .cont .form_box {
    margin-top: 25px;
}
@media (max-height: 800px) and (min-width: 1024px) {
    .proup_box .cont .form_box {
        margin-top: 15px;
    }
}
@media (max-width: 1024px) {
    .proup_box .cont .form_box {
        margin-top: 15px;
    }
}
.proup_box .cont .form_box .btn {
    margin-top: 1.9%;
    width: 38.25%;
}
@media (max-width: 1200px) {
    .proup_box .cont .form_box .btn {
        width: 42%;
    }
}
@media (max-width: 850px) {
    .proup_box .cont .form_box .btn {
        width: auto;
    }
}
@media (max-width: 600px) {
    .proup_box .cont .form_box .btn {
        margin-top: 15px;
    }
}
.proup_box .cont .form_box .btn input {
    width: 190px;
    height: 50px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
    font-size: 16px;
    line-height: 50px;
    color: #282828;
    transition: 0.5s;
    float: left;
}
.proup_box .cont .form_box .btn input.reset {
    float: right;
}
@media (max-width: 850px) {
    .proup_box .cont .form_box .btn input.reset {
        float: left;
        margin-left: 20px;
    }
}
@media (min-width: 1024px) {
    .proup_box .cont .form_box .btn input:hover {
        background: #00824b;
        border-color: #00824b;
        color: #fff;
    }
}
@media (max-width: 1300px) {
    .proup_box .cont .form_box .btn input {
        width: 170px;
    }
}
@media (max-width: 1100px) {
    .proup_box .cont .form_box .btn input {
        width: 150px;
    }
}
@media (max-height: 800px) and (min-width: 1024px) {
    .proup_box .cont .form_box .btn input {
        height: 40px;
        line-height: 40px;
    }
}
@media (max-width: 1024px) {
    .proup_box .cont .form_box .btn input {
        height: 40px;
        line-height: 40px;
        width: 130px;
    }
}
@media (max-width: 600px) {
    .proup_box .cont .form_box .btn input {
        width: 100px;
        font-size: 14px;
    }
}
@media (max-width: 500px) {
    .proup_box .cont .form_box .btn input {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
}
.proup_box .cont .form_box .input_box .input {
    margin-top: 1.9%;
    float: left;
    width: 38.25%;
}
@media (max-width: 1200px) {
    .proup_box .cont .form_box .input_box .input {
        width: 42%;
    }
}
@media (max-width: 600px) {
    .proup_box .cont .form_box .input_box .input {
        margin-top: 15px;
        width: 60%;
    }
}
@media (max-width: 450px) {
    .proup_box .cont .form_box .input_box .input {
        width: 48%;
    }
}
.proup_box .cont .form_box .input_box .input input {
    border-radius: 5px;
    font-size: 16px;
    line-height: 50px;
    color: #686868;
    background-color: #f3f3f3;
    display: block;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
@media (max-height: 800px) and (min-width: 1024px) {
    .proup_box .cont .form_box .input_box .input input {
        height: 40px;
        line-height: 40px;
    }
}
@media (max-width: 1024px) {
    .proup_box .cont .form_box .input_box .input input {
        height: 40px;
        line-height: 40px;
    }
}
@media (max-width: 500px) {
    .proup_box .cont .form_box .input_box .input input {
        padding: 0 10px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
}
.proup_box .cont .form_box .input_box .code {
    margin-top: 1.9%;
    margin-left: 20px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    height: 50px;
    box-sizing: border-box;
    float: left;
}
@media (max-height: 800px) and (min-width: 1024px) {
    .proup_box .cont .form_box .input_box .code {
        height: 40px;
    }
}
@media (max-width: 1024px) {
    .proup_box .cont .form_box .input_box .code {
        height: 40px;
    }
}
@media (max-width: 600px) {
    .proup_box .cont .form_box .input_box .code {
        margin-top: 15px;
        margin-left: 10px;
    }
}
@media (max-width: 500px) {
    .proup_box .cont .form_box .input_box .code {
        height: 36px;
    }
}
.proup_box .cont .form_box .input_box .code img {
    height: 100%;
    width: auto;
    border-radius: 5px;
}
.proup_box .cont .form_box .input_box .input_l {
    width: 49.05%;
    float: left;
    margin-top: 1.9%;
}
.proup_box .cont .form_box .input_box .input_l:nth-child(even) {
    float: right;
}
@media (max-width: 1024px) {
    .proup_box .cont .form_box .input_box .input_l {
        margin-top: 15px;
        width: 100%;
        float: none;
    }
}
.proup_box .cont .form_box .input_box .input_l.w100 {
    width: 100%;
}
.proup_box .cont .form_box .input_box .input_l input {
    border-radius: 5px;
    font-size: 16px;
    line-height: 50px;
    color: #686868;
    background-color: #f3f3f3;
    display: block;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    font-family: inherit;
}
@media (max-height: 800px) and (min-width: 1024px) {
    .proup_box .cont .form_box .input_box .input_l input {
        height: 40px;
        line-height: 40px;
    }
}
@media (max-width: 1024px) {
    .proup_box .cont .form_box .input_box .input_l input {
        height: 40px;
        line-height: 40px;
    }
}
@media (max-width: 500px) {
    .proup_box .cont .form_box .input_box .input_l input {
        padding: 0 10px;
        height: 36px;
        line-height: 36px;
    }
}
.proup_box .cont .form_box .input_box .input_l textarea {
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    color: #686868;
    height: 190px;
    background-color: #f3f3f3;
    display: block;
    resize: none;
    width: 100%;
    padding: 0 20px;
    padding-top: 10px;
    box-sizing: border-box;
}
@media (max-height: 800px) and (min-width: 1024px) {
    .proup_box .cont .form_box .input_box .input_l textarea {
        height: 140px;
    }
}
@media (max-width: 1024px) {
    .proup_box .cont .form_box .input_box .input_l textarea {
        height: 140px;
    }
}
@media (max-width: 600px) {
    .proup_box .cont .form_box .input_box .input_l textarea {
        height: 100px;
    }
}
@media (max-width: 500px) {
    .proup_box .cont .form_box .input_box .input_l textarea {
        padding: 0 10px;
        padding-top: 10px;
        height: 80px;
    }
}

.fancybox-button--thumbs {
    display: none !important;
}

.pswp__caption__center small {
    display: none;
}

.footer .footer_top {
    background: #f0f0f0;
}
.footer .footer_top .footer_top_cen {
    padding: 65px 0;
}
@media (max-width: 1024px) {
    .footer .footer_top .footer_top_cen {
        padding: 30px 0;
    }
}
.footer .footer_top .footer_top_cen .btn {
    float: right;
    margin-top: 5px;
}
@media (max-width: 1024px) {
    .footer .footer_top .footer_top_cen .btn {
        display: none;
    }
}
.footer .footer_top .footer_top_cen .btn a {
    display: block;
    width: 24px;
    height: 25px;
    margin-bottom: 30px;
    position: relative;
    transition: 0.3s;
}
@media (min-width: 1024px) {
    .footer .footer_top .footer_top_cen .btn a:hover .number {
        transform: translate(0, 0);
        filter: alpha(opacity=100);
        opacity: 1;
    }
    .footer .footer_top .footer_top_cen .btn a:hover.tel {
        background: url(../img/tel2.png) no-repeat center center;
    }
    .footer .footer_top .footer_top_cen .btn a:hover.email {
        background: url(../img/email2.png) no-repeat center center;
    }
    .footer .footer_top .footer_top_cen .btn a:hover.skype {
        background: url(../img/skype2.png) no-repeat center center;
    }
}
.footer .footer_top .footer_top_cen .btn a .number {
    position: absolute;
    height: 24px;
    width: 160px;
    right: 30px;
    top: 0;
    background: #282828;
    color: #fff;
    text-align: center;
    border-radius: 24px;
    font-size: 16px;
    line-height: 24px;
    transform: translateX(-10px);
    transition: 0.3s;
    filter: alpha(opacity=0);
    opacity: 0;
}
.footer .footer_top .footer_top_cen .btn a.tel {
    background: url(../img/tel.png) no-repeat center center;
}
.footer .footer_top .footer_top_cen .btn a.email {
    background: url(../img/email.png) no-repeat center center;
}
.footer .footer_top .footer_top_cen .btn a.skype {
    background: url(../img/skype.png) no-repeat center center;
}
.footer .footer_top .footer_top_cen .link_box {
    float: left;
}
@media (max-width: 1024px) {
    .footer .footer_top .footer_top_cen .link_box {
        float: none;
    }
}
.footer .footer_top .footer_top_cen .link_box ul {
    font-size: 0;
}
.footer .footer_top .footer_top_cen .link_box ul li {
    margin-right: 110px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}
@media (max-width: 1200px) {
    .footer .footer_top .footer_top_cen .link_box ul li {
        margin-right: 90px;
    }
}
@media (max-width: 1100px) {
    .footer .footer_top .footer_top_cen .link_box ul li {
        margin-right: 75px;
    }
}
@media (max-width: 1024px) {
    .footer .footer_top .footer_top_cen .link_box ul li {
        margin-right: 0;
        width: 100%;
        margin-top: 15px;
    }
    .footer .footer_top .footer_top_cen .link_box ul li:first-child {
        margin-top: 0;
    }
}
.footer .footer_top .footer_top_cen .link_box ul li:last-child {
    margin-right: 0;
}
.footer .footer_top .footer_top_cen .link_box ul li .large {
    font-size: 22px;
    line-height: 28px;
    color: #282828;
    position: relative;
}
@media (max-width: 768px) {
    .footer .footer_top .footer_top_cen .link_box ul li .large {
        font-size: 16px;
    }
}
.footer .footer_top .footer_top_cen .link_box ul li .large::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    width: 17px;
    height: 17px;
    background: url(../img/footer_icon1.png) center center;
    display: none;
}
@media (max-width: 1024px) {
    .footer .footer_top .footer_top_cen .link_box ul li .large::after {
        display: block;
    }
}
.footer .footer_top .footer_top_cen .link_box ul li .large.active::after {
    background: url(../img/footer_icon2.png) center center;
}
.footer .footer_top .footer_top_cen .link_box ul li .large i {
    display: inline-block;
    width: 8px;
    height: 14px;
    vertical-align: middle;
    background: url(../img/i1.png) no-repeat center center;
    margin-left: 25px;
}
@media (max-width: 1024px) {
    .footer .footer_top .footer_top_cen .link_box ul li .large {
        display: block;
        border-bottom: 1px solid #ddd;
        padding-bottom: 12px;
    }
    .footer .footer_top .footer_top_cen .link_box ul li .large i {
        display: none;
    }
}
.footer .footer_top .footer_top_cen .link_box ul li .links {
    margin-top: 20px;
}
@media (max-width: 1024px) {
    .footer .footer_top .footer_top_cen .link_box ul li .links {
        display: none;
    }
}
.footer .footer_top .footer_top_cen .link_box ul li .links a {
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #282828;
    margin-top: 7px;
    transition: color 0.3s;
    text-transform: capitalize;
}
@media (min-width: 1024px) {
    .footer .footer_top .footer_top_cen .link_box ul li .links a:hover {
        color: #00824b;
    }
}
@media (max-width: 1024px) {
    .footer .footer_top .footer_top_cen .link_box ul li .links a {
        line-height: 24px;
        margin-top: 4px;
        font-family: "DIN-Medium";
    }
}
.footer .footer_bot {
    background: #282828;
}
.footer .footer_bot .footer_bot_cen {
    position: relative;
}
@media (max-width: 1024px) {
    .footer .footer_bot .footer_bot_cen {
        padding: 15px 0;
        text-align: center;
    }
}
.footer .footer_bot .footer_bot_cen .address {
    width: 100%;
    position: absolute;
    left: 0;
    padding: 0 130px;
    box-sizing: border-box;
    text-align: center;
    top: 0;
    height: 100%;
    font-size: 14px;
    line-height: 50px;
    color: #fff;
}
@media (max-width: 1024px) {
    .footer .footer_bot .footer_bot_cen .address {
        font-size: 14px;
        line-height: 24px;
        position: static;
        padding: 0;
    }
}
@media (max-width: 500px) {
    .footer .footer_bot .footer_bot_cen .address {
        font-size: 13px;
        line-height: 20px;
    }
}
.footer .footer_bot .footer_bot_cen .email {
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    float: left;
}
.footer .footer_bot .footer_bot_cen .email span {
    padding-left: 25px;
    background: url(../img/em.png) no-repeat left center;
    display: inline-block;
    height: 100%;
}
@media (max-width: 1024px) {
    .footer .footer_bot .footer_bot_cen .email {
        font-size: 14px;
        line-height: 24px;
        float: none;
    }
}
@media (max-width: 500px) {
    .footer .footer_bot .footer_bot_cen .email {
        font-size: 13px;
        line-height: 20px;
    }
    .footer .footer_bot .footer_bot_cen .email span {
        background-size: 16px auto;
    }
}
.footer .footer_bot .footer_bot_cen .powered_by {
    float: right;
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    position: relative;
    z-index: 10;
}
.footer .footer_bot .footer_bot_cen .powered_by a {
    color: #fff;
    transition: color 0.3s;
}
@media (min-width: 1024px) {
    .footer .footer_bot .footer_bot_cen .powered_by a:hover {
        color: #00824b;
    }
}
@media (max-width: 1024px) {
    .footer .footer_bot .footer_bot_cen .powered_by {
        float: none;
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width: 500px) {
    .footer .footer_bot .footer_bot_cen .powered_by {
        font-size: 13px;
        line-height: 20px;
    }
}

.go_top {
    width: 47px;
    height: 47px;
    position: fixed;
    right: 30px;
    cursor: pointer;
    bottom: 30px;
    z-index: 1000;
    transform: translateY(30px);
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.5s, opacity 0.5s;
}
.go_top.active {
    visibility: visible;
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
}
@media (min-width: 1024px) {
    .go_top:hover img.active {
        filter: alpha(opacity=100);
        opacity: 1;
    }
}
@media (max-width: 1024px) {
    .go_top {
        width: 36px;
        height: 36px;
        right: 20px;
        bottom: 20px;
    }
}
.go_top img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
}
.go_top img.active {
    filter: alpha(opacity=100);
    opacity: 1;
}

/*# sourceMappingURL=style.css.map */
