


ul, li {
    list-style: none;
}
input:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input[type="text"] {
    -webkit-appearance: none;
}
textarea {
    -webkit-appearance: none;
}


.container_1400 {
    width: 1400px;
    margin: auto;
}
.container_1500 {
    width: 1500px;
    margin: auto;
}
.container_1200 {
    width: 1200px;
    margin: auto;
}


.index_banner {
    position: relative;
}
.index_banner .banner_bg .bg_col {
    width: 100%;
    padding-top: 42.4%;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.index_banner .banner_fl {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 42.4%;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.index_banner .gallery-thumbs {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.index_banner .gallery-thumbs .swiper-slide-thumb-active .img_box img:first-child {
    margin-top: -75px;
}
.index_banner .gallery-thumbs .swiper-slide-thumb-active p {
    opacity: 1;
    moz-opacity: 1;
    filter: alpha(opacity=10);
}
.index_banner .slick_col {
    text-align: center;
}
.index_banner .slick_col .img_box {
    display: inline-block;
    height: 75px;
    margin-bottom: 5px;
}
.index_banner .slick_col .img_box img {
    display: block;
    webkit-transition: -webkit-transform .8s ease;
    transition: -webkit-transform .8s ease;
    transition: transform .8s ease;
    transition: transform .8s ease,-webkit-transform .8s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.index_banner .slick_col h1 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 5px;
}
.index_banner .slick_col p {
    opacity: 0;
    moz-opacity: 0;
    filter: alpha(opacity=0);
    font-size: 24px;
    color: #d0cecf;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.index_banner .item {
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.z_container {
    padding: 0 70px;
}
.main_tit {
    position: relative;
    margin-bottom: 44px;
}
.main_tit h4 {
    font-size: 48px;
    color: #1f1f1f;
    font-weight: bold;
    letter-spacing: 2px;
}
.len_more {
    position: absolute;
    right: 0;
    bottom: 10px;
    display: block;
    padding-right: 58px;
    color: #2c2c2c;
    font-size: 17px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.add_len .len_more{
    position: relative;
    display: inline-block;
    margin-top: 48px;
}
.len_more:hover {
    color: #f6ac2a;
}
.len_more:hover .z_arrow {
    padding-right: 0;
}
.len_more .z_arrow {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -27px;
}
.z_arrow {
    position: relative;
    padding-right: 5px;
    display: inline-block;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.z_arrow:hover {
    padding-right: 0;
}
.z_arrow.black i {
    color: #2c2c2c;
}
.z_arrow i {
    position: relative;
    font-size: 50px;
    color: #fff;
    z-index: 1;
}
.z_arrow::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 36px;
    height: 22px;
    margin-top: -11px;
    background-color: #f6ac2a;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.main_padding {
    padding: 85px 0;
}
.index_product .row {
    margin: 0 -8px;
}
.index_product .col_lg_12 {
    padding: 0 8px;
    margin-bottom: 18px;
}
.index_product .col {
    display: block;
    position: relative;
}
.index_product .col:hover .img {
    transform: scale(1.1) translateZ(0);
    -ms-transform: scale(1.1) translateZ(0);
    -webkit-transform: scale(1.1) translateZ(0);
    -o-transform: scale(1.1) translateZ(0);
    -moz-transform: scale(1.1) translateZ(0);
}
.index_product .col:hover .z_arrow {
    padding-right: 0px;
}
.index_product .img {
    width: 100%;
    padding-top: 43.8%;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    webkit-transition: -webkit-transform .8s ease;
    transition: -webkit-transform .8s ease;
    transition: transform .8s ease;
    transition: transform .8s ease,-webkit-transform .8s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.index_product .pro_fl {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 30px;
    color: #fff;
    padding: 25px 20% 25px 36px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_product .z_arrow {
    position: absolute;
    right: 36px;
    top: 50%;
    margin-top: -27px;
}
.index_product .len_more .z_arrow {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -27px;
}
.index_company {
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}
.index_company .con {
    padding: 87px 370px 95px;
}
.index_company h1 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 42px;
}
.index_company ul {
    margin-bottom: 24px;
}
.index_company p {
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
}
.index_company .z_arrow {
    margin-top: 50px;
}
.scroll_num li {
    display: inline-block;
    text-align: left;
    width: 24%;
    vertical-align: top;
}
.scroll_num span, .scroll_num i {
    font-family: 'Impact';
    font-size: 98px;
    color: #fff;
    line-height: 1;
}
.scroll_num em {
    display: block;
    font-size: 14px;
    color: #fff;
}
#uptop {
    display: none;
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 80px;
    padding: 8px 0 10px;
    text-align: center;
    background: #323232;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    z-index: 999999999;
}
#uptop i {
    display: block;
    text-align: center;
    font-size: 28px;
    color: #fff;
    margin-bottom: 7px;
}
#uptop:hover {
    background: #f6ac2a;
}
.index_news .news_slick {
    margin: 0 -13px;
}
.index_news .col {
    padding: 0 13px;
}
.index_news .item {
    display: block;
    position: relative;
}
.index_news .item:hover .img {
    transform: scale(1.1) translateZ(0);
    -ms-transform: scale(1.1) translateZ(0);
    -webkit-transform: scale(1.1) translateZ(0);
    -o-transform: scale(1.1) translateZ(0);
    -moz-transform: scale(1.1) translateZ(0);
}
.index_news .item:hover h1 {
    color: #f6ac2a;
}
.index_news .item:hover .z_arrow {
    padding-right: 0;
}
.index_news .img {
    width: 100%;
    padding-top: 75%;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    webkit-transition: -webkit-transform .8s ease;
    transition: -webkit-transform .8s ease;
    transition: transform .8s ease;
    transition: transform .8s ease,-webkit-transform .8s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.index_news span {
    display: block;
    font-size: 13px;
    color: #787878;
    padding: 20px 0 5px;
}
.index_news h1 {
    font-size: 19px;
    color: #1f1f1f;
    margin-bottom: 12px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.index_news p {
    width: 83%;
    font-size: 14px;
    color: #787878;
    height: 38px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.index_news .z_arrow {
    position: absolute;
    right: 0;
    bottom: -11px;
}
.index_news .slick-prev, .index_news .slick-next {
    display: block;
    position: absolute;
    top: -18%;
    height: auto;
    width: auto;
    font-size: 20px;
    margin-top: 0;
    background-color: transparent;
}
.index_news .slick-prev:hover i, .index_news .slick-next:hover i {
    color: #f6ac2a;
}
.index_news .slick-prev i, .index_news .slick-next i {
    color: #ccc;
    font-size: 40px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.index_news .slick-prev {
    left: auto;
    right: 66px;
}
.contact_way {
    background-color: #f6ac2a;
    padding: 88px 0 70px;
}
.contact_way .row {
    margin: 0;
    padding: 0 150px;
}
.contact_way .col_lg_8 {
    text-align: center;
}
.contact_way .col_lg_8:hover p {
    color: #67440b;
}
.contact_way img {
    webkit-transition: -webkit-transform .8s ease;
    transition: -webkit-transform .8s ease;
    transition: transform .8s ease;
    transition: transform .8s ease,-webkit-transform .8s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.contact_way span {
    display: block;
    font-size: 20px;
    color: #1f1f1f;
    padding: 8px 0 10px;
}
.contact_way p {
    font-size: 15px;
    color: #886223;
}
.footer {
    position: relative;
    z-index: -2;
}
.footer .footer_top {
    position: relative;
    background-color: #373737;
    padding: 80px 0 56px;
    z-index: -2;
}
.footer .footer_top .footer_logo {
    display: block;
    margin-bottom: 18px;
}
.footer .footer_top ul a {
    font-size: 18px;
    color: #fff;
}
.footer .footer_top ul a:hover {
    color: #f6ac2a;
}
.footer .footer_top li {
    display: inline-block;
    margin-right: 60px;
}
.footer .bdsharebuttonbox i {
    color: #919191;
    font-size: 28px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.footer .footer_right {
    padding-top: 65px;
}
.footer .bdsharebuttonbox a {
    padding: 0 20px;
}
.footer .bdsharebuttonbox a:hover i {
    color: #f6ac2a;
}
.footer .copyright {
    padding: 35px 10px;
    text-align: center;
    background-color: #fff;
}
.footer .copyright em, .footer .copyright span, .footer .copyright a {
    display: inline-block;
    font-size: 14px;
    color: #929292;
}
.footer .copyright a:hover {
    color: #f6ac2a;
}
.footer .copyright em {
    margin-right: 20px;
}
.footer .copyright span {
    margin-left: 40px;
}
.bd_weixin_popup .bd_weixin_popup_foot {
    display: none;
}
#bdshare_weixin_qrcode_dialog {
    height: 268px !important;
}
.about_banner {
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 306px 0 278px;
    text-align: center;
}
.about_banner h1 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 5px;
}
.about_banner p {
    font-size: 18px;
    color: #fff;
}
.about_banner ul {
    margin-top: 96px;
    padding: 0 10%;
}
.about_wrap {
    position: relative;
}
.about_wrap ul {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999999;
    padding-top: 90px;
}
.about_wrap ul li {
    padding: 8px 0 8px 42px;
}
.about_wrap ul li.current {
    border-bottom: 1px solid #f6ac2a;
}
.about_wrap ul li.current a {
    color: #f6ac2a;
}
.about_wrap ul li.current img {
    opacity: 1;
    moz-opacity: 1;
    filter: alpha(opacity=10);
}
.about_wrap ul li img {
    margin-right: 8px;
    height: 23px;
    vertical-align: bottom;
    opacity: 0;
    moz-opacity: 0;
    filter: alpha(opacity=0);
}
.about_wrap ul li a {
    font-size: 16px;
    color: #787878;
}
.about_wrap .compa .top {
    padding: 126px 0 100px;
}
.about_wrap .compa .top .list {
    margin-top: 28px;
}
.about_wrap .compa .top p {
    font-size: 16px;
    color: #787878;
    margin-bottom: 22px;
    line-height: 1.6;
}
.about_wrap .compa .bottom {
    width: 100%;
    padding-top: 23.6%;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about_wrap .intro {
    padding: 0 180px;
}
.about_wrap .about_tit {
    font-size: 48px;
    color: #000;
    text-align: center;
}
.about_wrap .about_tit img {
    margin-right: 8px;
    vertical-align: bottom;
}
.about_wrap .deve {
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 98px 0 150px;
}
.about_wrap .deve .about_tit {
    color: #fff;
}
.about_wrap .deve_s {
    position: relative;
    margin-top: 150px;
    padding: 0 40px;
}
.about_wrap .de_line {
    position: absolute;
    left: 0;
    top: 57px;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.35);
}
.about_wrap .deve_item {
    padding: 0 10px;
}
.about_wrap .deve_slick {
    padding: 0 100px;
}
.about_wrap .deve_slick span {
    display: block;
    font-family: 'Arial';
    font-size: 24px;
    color: #fff;
    opacity: .5;
    moz-opacity: .5;
    filter: alpha(opacity=5);
}
.about_wrap .deve_slick em {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: rgba(239, 167, 43, 0.3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 20px 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.about_wrap .deve_slick em::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    margin-top: -4px;
    background-color: #efa72b;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.about_wrap .deve_slick h1 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 10px;
}
.about_wrap .deve_slick p {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 10px;
}
.about_wrap .deve_slick img {
    max-width: 100%;
    margin-top: 20px;
    opacity: 0;
    moz-opacity: 0;
    filter: alpha(opacity=0);
    webkit-transition: -webkit-transform .8s ease;
    transition: -webkit-transform .8s ease;
    transition: transform .8s ease;
    transition: transform .8s ease,-webkit-transform .8s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.about_wrap .deve_slick .slick-current span {
    color: #f6ac2a;
    opacity: 1;
    moz-opacity: 1;
    filter: alpha(opacity=10);
}
.about_wrap .deve_slick .slick-current em {
    transform: scale(1.1) translateZ(0);
    -ms-transform: scale(1.1) translateZ(0);
    -webkit-transform: scale(1.1) translateZ(0);
    -o-transform: scale(1.1) translateZ(0);
    -moz-transform: scale(1.1) translateZ(0);
}
.about_wrap .deve_slick .slick-current h1 {
    color: #f6ac2a;
}
.about_wrap .deve_slick .slick-current img {
    opacity: 1;
    moz-opacity: 1;
    filter: alpha(opacity=10);
}
.about_wrap .deve_slick .slick-prev, .about_wrap .deve_slick .slick-next {
    top: 57px;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
}
.about_wrap .deve_slick .slick-prev i, .about_wrap .deve_slick .slick-next i {
    color: #fff;
    font-size: 20px;
    line-height: 60px;
}
.about_wrap .deve_slick .slick-prev:hover, .about_wrap .deve_slick .slick-next:hover {
    background-color: rgba(239, 167, 43, 0.3);
}
.about_wrap .organ {
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 168px 0 180px;
}
.about_wrap .organ .row {
    margin: 46px 0 0;
}
.about_wrap .organ .col_lg_8 {
    padding: 0 23px;
}
.about_wrap .organ .col_lg_8:nth-child(2) .col {
    background-color: rgba(239, 167, 43, 0.7);
}
.about_wrap .organ .col_lg_8:nth-child(3) .col {
    background-color: rgba(239, 167, 43, 0.9);
}
.about_wrap .organ .col_lg_8:nth-child(3) dd {
    padding: 10px 5px;
    margin: 12px 0;
}
.about_wrap .organ .col {
    position: relative;
    background-color: rgba(239, 167, 43, 0.5);
    height: 470px;
}
.about_wrap .organ dl {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding: 0 86px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.about_wrap .organ dd {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #000;
    padding: 23px 5px;
    text-align: center;
    border: 1px solid #fff;
    margin: 36px 0;
}
.about_wrap .organ .arr {
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -12.5px;
    width: 55px;
    height: 25px;
    background: url(../image/about_icon5.png) no-repeat center;
    background-size: cover;
}
.about_wrap .quali .left {
    width: 18%;
}
.about_wrap .quali .right {
    max-width: 76%;
}
.about_wrap .quali .bot {
    background-color: #f5f5f5;
    padding: 70px 0 54px;
}
.about_wrap .quali .bot .col_lg_6 {
    padding: 0 14px;
}
.about_wrap .quali .bot .col_lg_6 img {
    width: 100%;
}
.about_wrap .quali .bot span {
    display: block;
    padding: 18px 0 10px;
    margin-bottom: 13px;
    border-bottom: 1px solid #b0b0b0;
    font-size: 18px;
    color: #f6ac2a;
}
.about_wrap .quali .bot p {
    position: relative;
    font-size: 14px;
    color: #646464;
    margin-bottom: 9px;
    padding-left: 10px;
}
.about_wrap .quali .bot p::after {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.5px;
    content: '';
    width: 3px;
    height: 3px;
    background-color: #f6ac2a;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.about_wrap .quali .top .row {
    margin-top: 48px;
}
.about_wrap .quali .top .col_lg_6 {
    padding: 0 26px;
}
.about_wrap .quali .top .col {
    background: url(../image/about_img5.jpg) no-repeat left top, url(../image/about_img6.jpg) no-repeat right top;
    text-align: center;
    padding: 48px 56px 40px;
}
.about_wrap .quali .top span {
    display: block;
    font-family: 'Impact';
    font-size: 48px;
    color: #f6ac2a;
    margin-bottom: 5px;
}
.about_wrap .quali .top span i {
    font-family: 'Impact';
    font-size: 48px;
    color: #f6ac2a;
}
.about_wrap .quali .top p {
    font-size: 14px;
    color: #646464;
    height: 38px;
    overflow: hidden;
}
.pro_banner {
    position: relative;
    padding-top: 26%;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pro_banner .pro_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
}
.pro_banner h1 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 30px;
}
.pro_banner .pro_search {
    display: inline-block;
    width: 628px;
    height: 43px;
    font-size: 0;
    line-height: 0;
}
.pro_banner input {
    width: 75%;
    height: 100%;
    font-size: 14px;
    color: #2d2d2d;
    padding: 10px 20px;
    border: none;
    line-height: normal;
    background-color: rgba(255, 255, 255, 0.7);
    vertical-align: top;
}
.pro_banner input.sea_btn {
    width: 25%;
    text-align: center;
    color: #fff;
    background-color: #f6ac2a;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    padding: 0;
}
.pro_banner input.sea_btn:hover {
    background-color: #de8d00;
}
.pro_banner input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #7e797a;
}
.pro_banner input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #7e797a;
}
.pro_banner input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #7e797a;
}
.pro_banner input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #7e797a;
}
.pro_screen {
    position: relative;
    padding-top: 33.7%;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pro_screen .scr_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
}
.pro_screen h1 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 16px;
}
.pro_screen p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 58px;
}
.two_blo .tan {
    display: none;
}
.two_blo .row {
    margin: 0 -30px;
}
.two_blo .col_lg_12 {
    padding: 0 30px;
}
.two_blo .col {
    display: block;
}
.two_blo .col:hover .img {
    transform: scale(1.1) translateZ(0);
    -ms-transform: scale(1.1) translateZ(0);
    -webkit-transform: scale(1.1) translateZ(0);
    -o-transform: scale(1.1) translateZ(0);
    -moz-transform: scale(1.1) translateZ(0);
}
.two_blo .title {
    position: relative;
    font-size: 48px;
    color: #333;
    margin-bottom: 20px;
}
.two_blo .z_arrow {
    position: absolute;
    right: 0;
    bottom: 0;
}
.two_blo .img {
    padding-top: 56.26%;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    webkit-transition: -webkit-transform .8s ease;
    transition: -webkit-transform .8s ease;
    transition: transform .8s ease;
    transition: transform .8s ease,-webkit-transform .8s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.pro_de_banner {
    position: relative;
    padding-top: 29.4%;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pro_intro {
    position: relative;
    text-align: center;
    padding-bottom: 110px;
    margin-top: -100px;
}
.pro_intro .row {
    margin-top: 33px;
}
.pro_intro .col_lg_8 {
    padding: 0 9px;
}
.pro_intro h1 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 80px;
}
.pro_intro p {
    font-size: 16px;
    color: #828282;
    line-height: 1.7;
}
.pro_intro h2 {
    font-size: 30px;
    color: #333;
    margin-bottom: 6px;
}
.pro_intro span {
    display: block;
    font-size: 16px;
    color: #828282;
    line-height: 1.6;
    height: 50px;
    overflow: hidden;
}
.pro_intro .col {
    border: 1px solid #e8e8e8;
    text-align: left;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 52px 10px 52px 40px;
}
.pro_mes {
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 20%;
}
.pro_mes1{
    padding: 82px 0 58px;
}
.pro_mes1 .fl{
    position: relative;
    border: 1px solid #fad086;
    text-align:center;
    padding:54px 12px 38px;
}
.pro_mes1 .fl .tit{
    position:absolute;
    left: 50%;
    top:0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 35px;
    color: #fff;
    background:#f6ac2a;
    padding: 0 36px;
    letter-spacing: 1px;
}
.pro_mes1 .fl h1{
    font-size:36px;
    color:#fff;
    margin-bottom: 34px;
    letter-spacing: 1px;
}
.pro_mes1 .fl em{
    font-size:36px;
    color:#1d1d1d;
    font-weight: bold;
    margin: 0 5px;
    letter-spacing: 1px;
}
.pro_mes1 .len_more{
    position: relative;
    display: inline-block;
    color:#f6ac2a;
    padding-right:86px;
    right: auto;
    bottom: auto;
    font-size:20px;
}
.pro_mes1 .len_box{
    display:inline-block;
    padding: 15px 26px;
    background: #fff;
}
.pro_mes .fl {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 20px;
}
.pro_mes h1 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 33px;
    letter-spacing: 2px;
}
.pro_mes em {
    font-size: 36px;
    color: #f6ac2a;
}
.col_box {
    margin-bottom: 20px;
}
.price .item {
    position: relative;
    display: inline-block;
    width: 145px;
}
.price .item label {
    font-size: 16px;
    color: #787878;
    margin-left: 6px;
}
.price .radio_fl {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #cbcbcb;
}
.price .radio_fl.active::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    margin-top: -4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    background: #cbcbcb;
}
.price input[type="radio"] {
    opacity: 0;
    moz-opacity: 0;
    filter: alpha(opacity=0);
}
.price .block {
    border: 1px solid #bababa;
    margin-bottom: 38px;
}
.price .block .item {
    width: auto;
    margin-right: 30px;
}
.price .block .con {
    padding: 0 36px 35px;
}
.price .block h1 {
    font-size: 24px;
    color: #323232;
    background: #f6ac2a;
    padding: 18px 0 18px 26px;
    margin-bottom: 54px;
}
.price .block textarea {
    width: 91%;
    height: 92px;
    background: #f5f5f5;
    border: none;
    padding: 12px 10px;
    resize: none;
}
.price .block em {
    display: inline-block;
    width: 11%;
    font-size: 16px;
    color: #323232;
    vertical-align: top;
}
.price li {
    display: inline-block;
    margin-right: 22px;
}
.price li label {
    font-size: 16px;
    color: #323232;
}
.price li input {
    width: 210px;
    height: 53px;
    background: #f5f5f5;
    border: none;
    padding: 12px 10px;
}
.price .unit {
    opacity: 0;
    moz-opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    display: inline-block;
    margin-left: 16px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.price .unit.on {
    opacity: 1;
    moz-opacity: 1;
    filter: alpha(opacity=10);
}
.price .unit input {
    width: 207px;
    height: 53px;
    background: #f5f5f5;
    border: none;
    padding: 12px 78px 12px 10px;
}
.price .unit i {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    line-height: 53px;
    background: #323232;
    text-align: center;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
}
.spe_form label {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #787878;
    margin-bottom: 10px;
}
.spe_form input {
    width: 100%;
    height: 53px;
    background: #f5f5f5;
    border: none;
    padding: 12px 10px;
}
.spe_form textarea {
    width: 100%;
    height: 92px;
    background: #f5f5f5;
    border: none;
    padding: 12px 10px;
    resize: none;
}
.spe_form button {
    width: 280px;
    height: 64px;
    background: #f6ac2a;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    border: none;
    margin-bottom: 98px;
}
.spe_form button:hover {
    background: #de8d00;
}
.spe_form h6 {
    text-align: center;
    font-size: 24px;
    color: #f6ac2a;
    margin-bottom: 25px;
}
.currency_banner {
    position: relative;
    padding-top: 26%;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.currency_banner p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 48px;
    color: #fff;
    letter-spacing: 2px;
}
.gua_form {
    padding-top: 60px;
}
.gua_form h3 {
    font-size: 14px;
    color: #787878;
    line-height: 1.8;
    margin-bottom: 34px;
}
.gua_form .spe_form textarea {
    height: 236px;
}
.news_main {
    text-align: center;
}
.news_main span {
    font-size: 12px;
    color: #787878;
}
.news_main h1 {
    font-size: 36px;
    color: #323232;
    margin: 5px 0 22px;
}
.news_main h1 p {
    font-size: 16px;
    color: #787878;
    line-height: 1.6;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.news_main .z_arrow {
    margin-top: 60px;
}
.news_main .news_col {
    display: block;
    padding: 36px 0 46px;
    border-bottom: 1px solid #d4d4d4;
    text-align: left;
}
.news_main .news_col:hover h1 {
    color: #f6ac2a;
}
.news_main .news_col:hover .img {
    transform: scale(1.1) translateZ(0);
    -ms-transform: scale(1.1) translateZ(0);
    -webkit-transform: scale(1.1) translateZ(0);
    -o-transform: scale(1.1) translateZ(0);
    -moz-transform: scale(1.1) translateZ(0);
}
.news_main .news_col:hover .z_arrow {
    padding-right: 0;
}
.news_main .col_lg_15 {
    padding-right: 195px;
}
.news_main .img {
    padding-top: 75%;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    webkit-transition: -webkit-transform .8s ease;
    transition: -webkit-transform .8s ease;
    transition: transform .8s ease;
    transition: transform .8s ease,-webkit-transform .8s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.load_more {
    display: inline-block;
    padding: 18px 46px;
    border: 1px solid #f6ac2a;
    font-size: 16px;
    color: #f6ac2a;
    margin-top: 42px;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.load_more:hover {
    background: #f6ac2a;
    color: #fff;
}
.layui-layer-content .spe_form {
    padding: 46px;
}
.layui-layer-content .spe_form button {
    margin-bottom: 0;
}
.spe_form .preview, .spe_form .pre-add {
    position: relative;
    display: inline-block;
    width: 12%;
    height: 122px;
    line-height: 122px;
    border: 1px solid #e3e3e3;
    padding: 30px 0;
    background-size: cover;
    margin-right: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
}
.spe_form .preview:hover, .spe_form .pre-add:hover {
    border: 1px solid #f6ac2a;
}
.spe_form .preview:hover em, .spe_form .pre-add:hover em {
    color: #f6ac2a;
}
.spe_form #add-preview-dd-case {
    background-color: #f5f5f5;
    border: 1px dashed #f3f3f3;
}
.spe_form #add-preview-dd-case:hover {
    border: 1px dashed #f6ac2a;
}
.spe_form .preview.on .img_box {
    display: none;
}
.spe_form .preview.on em {
    display: none;
}
.no-touchevents .spe_form .preview.on:hover .dele {
    display: block;
}
.spe_form .preview .img_box, .spe_form .pre-add .img_box {
    display: block;
    width: 36px;
    height: 34px;
    background: url(../image/gua_icon.png) no-repeat center;
    background-size: cover;
    margin: 0 auto 12px;
}
.spe_form .preview:hover .img_box, .spe_form .pre-add:hover .img_box {
    background: url(../image/gua_icon11.png) no-repeat center;
    background-size: cover;
}
.spe_form .preview em, .spe_form .pre-add em {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #787878;
    line-height: 1;
}
.preview.on img {
    width: auto !important;
    height: auto !important;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    z-index: 20;
    vertical-align: middle;
}
.spe_form .preview.on {
    padding: 0;
}
.spe_form .preview input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}
.spe_form .preview .dele {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5) url(../image/gua_icon1.png) no-repeat center;
    cursor: pointer;
    z-index: 23;
}
.news_detail .news_title {
    text-align: center;
    padding-bottom: 26px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d8d7d7;
}
.news_detail .news_title h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 20px;
}
.news_detail .news_title span {
    font-family: Arial;
    font-size: 15px;
    color: #666;
}
.news_detail .news_con {
    text-align: center;
}
.news_detail h1 {
    text-align: left;
    font-size: 18px;
    color: #333;
    margin-bottom: 17px;
}
.news_detail p {
    text-align: left;
    font-size: 15px;
    color: #666;
    margin-bottom: 33px;
    line-height: 1.8;
}
.news_detail img {
    margin-bottom: 48px;
}
.news_detail .back {
    display: block;
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    color: #f6ac2a;
    background: #f1f0f0;
    margin-top: 77px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.news_detail .back:hover {
    background: #f6ac2a;
    color: #fff;
}
.layui-layer {
    max-height: 80% !important;
}
.product_show {
    background-color: #f3f3f3;
}
.product_show .row {
    margin: 0 -15px;
}
.product_show h1 {
    font-size: 48px;
    color: #333;
    text-align: center;
    margin-bottom: 28px;
}
.product_show .col_lg_8 {
    padding: 0 15px;
    margin-bottom: 20px;
}
.product_show .col {
    position: relative;
    display: block;
    text-align: center;
    height: 320px;
    line-height: 320px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}
.product_show img {
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle;
    webkit-transition: -webkit-transform .8s ease;
    transition: -webkit-transform .8s ease;
    transition: transform .8s ease;
    transition: transform .8s ease,-webkit-transform .8s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.product_show .tip {
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0 32px;
    line-height: normal;
    width: 100%;
    text-align: left;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.product_show p {
    width: 100%;
    padding: 22px 0;
    border-top: 1px solid #e7e7e7;
}
.product_show em {
    display: block;
    width: 84%;
    font-size: 20px;
    color: #464646;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product_show .z_arrow {
    position: absolute;
    right: 32px;
    top: 50%;
    margin-top: -27px;
}
.no-touchevents .product_show .col:hover .tip {
    transform: translateY(-71px);
    -ms-transform: translateY(-71px);
    -webkit-transform: translateY(-71px);
    -o-transform: translateY(-71px);
    -moz-transform: translateY(-71px);
}
.no-touchevents .product_show .col:hover img {
    -ms-transform: scale(0.9) translateY(-20%);
    -webkit-transform: scale(0.9) translateY(-20%);
    -o-transform: scale(0.9) translateY(-20%);
    -moz-transform: scale(0.9) translateY(-20%);
    transform: scale(0.9) translateY(-20%);
}
.touchevents .product_show .tip {
    transform: translateY(-71px);
    -ms-transform: translateY(-71px);
    -webkit-transform: translateY(-71px);
    -o-transform: translateY(-71px);
    -moz-transform: translateY(-71px);
}
.touchevents .product_show img {
    -ms-transform: scale(0.9) translateY(-20%);
    -webkit-transform: scale(0.9) translateY(-20%);
    -o-transform: scale(0.9) translateY(-20%);
    -moz-transform: scale(0.9) translateY(-20%);
    transform: scale(0.9) translateY(-20%);
}
.layui-layer-setwin .layui-layer-close2:hover {
    background-position: -149px -31px !important;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.animate {
    position: relative;
    margin: 48px 0 70px;
    padding-top: 40%;
}
.animate .img_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.ie8 .radio_fl {
    display: none;
}
.ie8 .price input[type="radio"] {
    opacity: 1;
    moz-opacity: 1;
    filter: alpha(opacity=100);
}
@media (max-width: 1770px) {
  
  
}
@media (max-width: 1650px) {
   
   
    .index_company .con {
        padding: 87px 200px 95px;
    }
    .contact_way .row {
        padding: 0 80px;
    }
    .pro_mes h1 {
        font-size: 32px;
    }
    .pro_mes em {
        font-size: 32px;
    }
}
@media (max-width: 1530px) {
    .container_1500 {
        width: 100%;
        padding: 0 20px;
    }
    .news_main h1 {
        font-size: 30px;
    }
}
@media (max-width: 1420px) {
    .container_1400 {
        width: 100%;
        padding: 0 20px;
    }
    .index_banner .slick_col h1 {
        font-size: 36px;
    }
    .index_banner .slick_col p {
        font-size: 18px;
    }
    .index_banner .slick_col .img_box img {
        height: 66px;
    }
    .index_banner .slick_col .img_box {
        height: 66px;
    }
    .index_banner .gallery-thumbs .swiper-slide-thumb-active .img_box img:first-child {
        margin-top: -66px;
    }
    .main_padding {
        padding: 56px 0;
    }
    .main_tit h4 {
        font-size: 42px;
    }
    .z_container {
        padding: 0 40px;
    }
    .index_product .pro_fl {
        font-size: 24px;
        padding: 18px 20% 18px 20px;
    }
    .index_product .z_arrow {
        right: 18px;
    }
    .scroll_num span, .scroll_num i {
        font-size: 80px;
    }
    .index_company h1 {
        font-size: 44px;
    }
    .index_company .con {
        padding: 60px 150px 70px;
    }
    .footer .copyright {
        padding: 18px 10px;
    }
    .contact_way {
        padding: 70px 0 62px;
    }
    .contact_way .row {
        padding: 0 54px;
    }
    .index_news p {
        width: 79%;
    }
    .pro_banner {
        padding-top: 34%;
    }
    .pro_banner h1 {
        font-size: 40px;
        margin-bottom: 26px;
    }
    .pro_banner .pro_search {
        width: 555px;
    }
    .pro_screen h1 {
        font-size: 40px;
    }
    .pro_screen p {
        font-size: 14px;
        margin-bottom: 28px;
    }
    .two_blo .title {
        font-size: 32px;
        margin-bottom: 18px;
    }
    .two_blo .row {
        margin: 0;
    }
    .two_blo .col_lg_12 {
        padding: 0 18px;
    }
    .pro_intro h1 {
        font-size: 36px;
        margin-bottom: 56px;
    }
    .pro_intro {
        margin-top: -79px;
        padding-bottom: 60px;
    }
    .pro_intro .row {
        margin: 33px 0 0;
    }
    .pro_intro h2 {
        font-size: 24px;
    }
    .pro_intro .col {
        padding: 52px 10px 52px 26px;
    }
    .pro_intro span {
        font-size: 14px;
        height: 44px;
    }
    .pro_mes h1 {
        font-size: 26px;
    }
    .pro_mes em {
        font-size: 26px;
    }
    .product_show h1 {
        font-size: 33px;
    }
    .product_show .row {
        margin: 0;
    }
    .product_show em {
        width: 80%;
        font-size: 16px;
    }
    .product_show p {
        padding: 15px 0;
    }
    .product_show .tip {
        padding: 0 20px;
    }
    .no-touchevents .product_show .col:hover .tip {
        transform: translateY(-52px);
        -ms-transform: translateY(-52px);
        -webkit-transform: translateY(-52px);
        -o-transform: translateY(-52px);
        -moz-transform: translateY(-52px);
    }
    .touchevents .product_show .tip {
        transform: translateY(-52px);
        -ms-transform: translateY(-52px);
        -webkit-transform: translateY(-52px);
        -o-transform: translateY(-52px);
        -moz-transform: translateY(-52px);
    }
    .product_show .z_arrow {
        right: 20px;
    }
}
@media (max-width: 1400px) {
   
   
    .price .block h1 {
        font-size: 20px;
        padding: 9px 0 9px 20px;
        margin-bottom: 44px;
    }
    .price .block .con {
        padding: 0 20px 35px;
    }
    .price .block em {
        width: 12%;
    }
    .price .block textarea {
        width: 87%;
    }
    .about_banner {
        padding: 200px 0;
    }
    .about_wrap .about_tit {
        font-size: 40px;
    }
    .about_wrap .about_tit img {
        height: 44px;
    }
    .about_wrap .compa .top {
        padding: 100px 0;
    }
    .about_wrap .deve_slick h1 {
        font-size: 36px;
    }
    .about_wrap .deve_slick p {
        font-size: 14px;
    }
    .about_wrap .organ {
        padding: 100px 0;
    }
    .about_wrap .quali .top .row {
        margin: 48px 0 0;
    }
    .currency_banner p {
        font-size: 40px;
    }
    .news_main h1 {
        font-size: 26px;
    }
    .news_main .z_arrow {
        margin-top: 37px;
    }
    .news_detail .news_title h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .add_len .len_more {
        margin-top: 25px;
    }
    .pro_mes1 .fl em,.pro_mes1 .fl h1{
        font-size:33px;
    }
    .pro_mes1 .fl .tit{
        font-size:32px;
    }
}
@media (max-width: 1240px) {
    .container_1200 {
        width: 100%;
        padding: 0 20px;
    }
}
@media (max-width: 1200px) {
    #about_nav {
        display: none;
    }


    .footer .footer_top {
        display: none;
    }
    .m_header .logo_box img {
        height: 40px;
        margin: 5px 0 0 10px;
    }
    .nav_toggle span, .nav_toggle span:before, .nav_toggle span:after {
        background: #f6ac2a;
    }
    .index_banner .slick_col h1 {
        font-size: 30px;
    }
    .index_banner .slick_col p {
        font-size: 15px;
    }
    .index_banner .slick_col .img_box img {
        height: 56px;
    }
    .index_banner .slick_col .img_box {
        height: 56px;
    }
    .index_banner .gallery-thumbs .swiper-slide-thumb-active .img_box img:first-child {
        margin-top: -56px;
    }
    .index_product .img {
        padding-top: 49.8%;
    }
    .scroll_num span, .scroll_num i {
        font-size: 64px;
    }
    .index_company .con {
        padding: 60px 60px 70px;
    }
    .index_company p {
        font-size: 14px;
    }
    .z_container {
        padding: 0 20px;
    }
    .index_news .col {
        padding: 0 8px;
    }
    .contact_way .row {
        padding: 0;
    }
    .contact_way img {
        height: 46px;
    }
    .contact_way p {
        font-size: 12px;
    }
    .contact_way span {
        font-size: 18px;
    }
    .contact_way {
        padding: 30px 0;
    }
    .pro_banner h1 {
        font-size: 33px;
        margin-bottom: 15px;
    }
    .pro_screen h1 {
        font-size: 32px;
    }
    .pro_screen p {
        margin-bottom: 10px;
    }
    .two_blo .title {
        font-size: 25px;
        margin-bottom: 16px;
    }
    .two_blo .z_arrow {
        bottom: -10px;
    }
    .pro_intro h1 {
        font-size: 30px;
    }
    .pro_intro p {
        font-size: 14px;
    }
    .pro_intro {
        margin-top: -70px;
    }
    .pro_intro .col {
        background-size: 40%;
    }
    .pro_mes .fl {
        position: static;
        transform: translate(0);
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -moz-transform: translate(0);
        -o-transform: translate(0);
    }
    .pro_mes {
        padding: 45px 10px;
    }
    .price li input {
        width: 180px;
    }
    .price .block em {
        width: 15%;
    }
    .price .block textarea {
        width: 100%;
        margin-top: 10px;
    }
    .about_banner {
        padding: 100px 0;
    }
    .about_banner h1 {
        font-size: 40px;
    }
    .about_wrap .compa .top {
        padding: 50px 0;
    }
    .about_wrap .intro {
        padding: 0 80px;
    }
    .about_wrap .deve {
        padding: 70px 0;
    }
    .about_wrap .deve_s {
        margin-top: 90px;
    }
    .about_wrap .organ {
        padding: 80px 0;
    }
    .about_wrap .organ .col_lg_8 {
        padding: 0 10px;
    }
    .about_wrap .organ dl {
        padding: 0 9%;
    }
    .about_wrap .organ .arr {
        right: -16px;
        margin-top: -6px;
        width: 27px;
        height: 12px;
    }
    .about_wrap .quali .top .col_lg_6 {
        padding: 0 10px;
    }
    .about_wrap .quali .top span {
        font-size: 40px;
    }
    .about_wrap .quali .top span i {
        font-size: 40px;
    }
    .about_wrap .quali .top p {
        font-size: 12px;
        height: 32px;
    }
    .about_wrap .quali .bot .col_lg_6 {
        padding: 0 10px;
    }
    .news_main .col_lg_15 {
        padding-right: 95px;
    }
    .layui-layer-content .spe_form {
        padding: 36px 20px;
    }
    .product_show .col {
        height: 208px;
        line-height: 208px;
    }
    .product_show p {
        padding: 10px 0;
    }
    .product_show em {
        font-size: 13px;
    }
    .no-touchevents .product_show .col:hover .tip {
        transform: translateY(-38px);
        -ms-transform: translateY(-38px);
        -webkit-transform: translateY(-38px);
        -o-transform: translateY(-38px);
        -moz-transform: translateY(-38px);
    }
    .touchevents .product_show .tip {
        transform: translateY(-38px);
        -ms-transform: translateY(-38px);
        -webkit-transform: translateY(-38px);
        -o-transform: translateY(-38px);
        -moz-transform: translateY(-38px);
    }
    .pro_mes1 .fl em,.pro_mes1 .fl h1{
        font-size:30px;
    }
}
@media (max-width: 992px) {
    .index_banner .slick_col h1 {
        font-size: 20px;
    }
    .index_banner .slick_col p {
        font-size: 12px;
    }
    .index_banner .slick_col .img_box img, .index_banner .slick_col .img_box {
        height: 40px;
    }
    .index_banner .gallery-thumbs .swiper-slide-thumb-active .img_box img:first-child {
        margin-top: -40px;
    }
    .main_tit h4 {
        font-size: 34px;
    }
    .len_more {
        font-size: 14px;
    }
    .index_product .pro_fl {
        font-size: 20px;
        padding: 10px 20% 10px 10px;
    }
    .main_padding {
        padding: 30px 0;
    }
    .main_tit {
        margin-bottom: 24px;
    }
    .index_company h1 {
        font-size: 36px;
    }
    .scroll_num span, .scroll_num i {
        font-size: 55px;
    }
    .scroll_num em {
        font-size: 12px;
    }
    .index_company p {
        font-size: 12px;
    }
    .index_company .z_arrow {
        margin-top: 16px;
    }
    .index_company .con {
        padding: 40px 30px;
    }
    .index_news .slick-prev, .index_news .slick-next {
        top: -11%;
    }
    .contact_way {
        padding: 24px 0;
    }
    .footer .copyright {
        padding: 10px 5px;
    }
    .pro_banner h1 {
        font-size: 29px;
        margin-bottom: 15px;
    }
    .pro_banner .pro_search {
        width: 419px;
    }
    .pro_banner .pro_search {
        height: 38px;
    }
    .pro_banner input {
        font-size: 12px;
    }
    .pro_screen h1 {
        font-size: 28px;
        margin-bottom: 12px;
    }
    .pro_screen p {
        font-size: 12px;
    }
    .two_blo .col_lg_12 {
        padding: 0 10px;
    }
    .pro_intro h1 {
        margin-bottom: 39px;
    }
    .pro_intro {
        margin-top: -60px;
        padding-bottom: 36px;
    }
    .pro_intro .col {
        padding: 32px 10px 32px 10px;
        background-size: 33%;
    }
    .pro_intro h2 {
        font-size: 18px;
    }
    .pro_intro span {
        font-size: 12px;
        height: 38px;
    }
    .pro_mes em {
        font-size: 22px;
    }
    .pro_mes h1 {
        font-size: 22px;
        margin-bottom: 14px;
    }
    .price li label {
        font-size: 14px;
    }
    .price li {
        margin-right: 14px;
    }
    .price li input {
        width: 133px;
    }
    .price .block em {
        font-size: 14px;
    }
    .spe_form button {
        margin-bottom: 35px;
    }
    .about_banner ul {
        margin-top: 58px;
        padding: 0 6%;
    }
    .about_wrap .about_tit {
        font-size: 32px;
    }
    .about_wrap .about_tit img {
        height: 35px;
    }
    .about_wrap .deve {
        padding: 53px 0;
    }
    .about_wrap .deve_s {
        margin-top: 50px;
        padding: 0 20px;
    }
    .about_wrap .deve_slick .slick-prev i, .about_wrap .deve_slick .slick-next i {
        font-size: 15px;
        line-height: 40px;
    }
    .about_wrap .deve_slick .slick-prev, .about_wrap .deve_slick .slick-next {
        top: 40px;
        height: 40px;
        width: 40px;
        margin-top: -20px;
    }
    .about_wrap .deve_slick {
        padding: 0 60px;
    }
    .about_wrap .deve_slick h1 {
        font-size: 24px;
        margin-bottom: 6px;
    }
    .about_wrap .deve_slick p {
        font-size: 12px;
    }
    .about_wrap .deve_slick span {
        font-size: 16px;
    }
    .about_wrap .deve_slick em {
        margin: 12px 0;
    }
    .about_wrap .de_line {
        top: 39px;
    }
    .about_wrap .organ dd {
        font-size: 12px;
        padding: 15px 5px;
    }
    .about_wrap .organ .col {
        height: 378px;
    }
    .about_wrap .organ {
        padding: 48px 0;
    }
    .about_wrap .quali .top .col {
        padding: 13px 45px 46px;
        background-size: 53px;
    }
    .about_wrap .quali .top span {
        font-size: 30px;
        margin-bottom: 0px;
    }
    .about_wrap .quali .top .row {
        margin: 28px 0 0;
    }
    .about_wrap .quali .top span {
        font-size: 30px;
    }
    .about_wrap .quali .top span i {
        font-size: 30px;
    }
    .about_wrap .quali .left {
        width: auto;
        float: none;
        display: inline-block;
        margin-bottom: 15px;
    }
    .about_wrap .quali .right {
        max-width: none;
        float: none;
    }
    .about_wrap .quali .bot {
        padding: 16px 0 30px;
    }
    .currency_banner {
        padding-top: 31%;
    }
    .currency_banner p {
        font-size: 30px;
    }
    .news_main h1 {
        font-size: 20px;
        margin: 5px 0 16px;
    }
    .news_main .news_col {
        padding: 28px 0 10px;
    }
    .news_main p {
        font-size: 12px;
        line-height: 1.6;
    }
    .news_main .z_arrow {
        margin-top: 5px;
    }
    .load_more {
        padding: 12px 35px;
        font-size: 14px;
        margin-top: 42px;
    }
    .news_detail .news_title h2 {
        font-size: 24px;
    }
    .news_detail p {
        font-size: 14px;
        margin-bottom: 26px;
    }
    .news_detail h1 {
        font-size: 17px;
        margin-bottom: 9px;
    }
    .gua_form {
        padding-top: 35px;
    }
    .spe_form label {
        font-size: 14px;
    }
    .spe_form .preview em, .spe_form .pre-add em {
        font-size: 14px;
    }
    .spe_form .preview, .spe_form .pre-add {
        width: 15%;
    }
    .product_show h1 {
        font-size: 26px;
    }
    .product_show .col_lg_8 {
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .product_show em {
        width: 73%;
    }
    .animate {
        margin: 24px 0 44px;
    }
    .add_len .len_more {
        margin-top: 19px;
    }.pro_mes1 {
         padding: 64px 0 47px;
     }
    .pro_mes1 .fl em, .pro_mes1 .fl h1 {
        font-size: 25px;
    }
    .pro_mes1 .fl .tit {
        font-size: 28px;
        padding: 0 32px;
    }
    .pro_mes1 .len_box {
        padding: 12px 15px;
    }
    .pro_mes1 .len_more {
        padding-right: 66px;
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .index_banner .banner_bg .bg_col {
        padding-top: 52.4%;
    }
    .index_banner .banner_fl {
        padding-top: 52.4%;
    }
    .index_banner .slick_col h1 {
        font-size: 16px;
    }
    .index_banner .slick_col p {
        font-size: 10px;
    }
    .index_banner .slick_col .img_box img, .index_banner .slick_col .img_box {
        height: 28px;
    }
    .index_banner .gallery-thumbs .swiper-slide-thumb-active .img_box img:first-child {
        margin-top: -28px;
    }
    .z_container {
        padding: 0 10px;
    }
    .main_tit h4 {
        font-size: 22px;
    }
    .len_more {
        font-size: 12px;
    }
    .z_arrow::after {
        width: 28px;
        height: 16px;
        margin-top: -8px;
    }
    .z_arrow i {
        font-size: 42px;
    }
    .index_product .len_more .z_arrow {
        margin-top: -23px;
    }
    .main_tit {
        margin-bottom: 15px;
    }
    .main_padding {
        padding: 20px 0;
    }
    .index_product .pro_fl {
        font-size: 14px;
    }
    .index_product .img {
        padding-top: 43.8%;
    }
    .index_product .row {
        margin: 0;
    }
    .index_product .col_lg_12 {
        padding: 0;
        margin-bottom: 10px;
    }
    .index_company h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .index_company .con {
        padding: 22px 0px;
    }
    .index_company .z_arrow {
        margin-top: 3px;
    }
    .index_news .slick-prev i, .index_news .slick-next i {
        font-size: 20px;
    }
    .index_news .news_slick {
        margin: 0;
    }
    .index_news .slick-prev {
        right: 40px;
    }
    .index_news h1 {
        font-size: 15px;
        margin-bottom: 6px;
    }
    .index_news span {
        font-size: 10px;
        padding: 14px 0 2px;
    }
    .scroll_num span, .scroll_num i {
        font-size: 28px;
    }
    .scroll_num em {
        font-size: 10px;
    }
    .index_news p {
        width: 100%;
        font-size: 12px;
        height: 30px;
    }
    .index_news .z_arrow {
        position: relative;
        right: 0;
        bottom: 0px;
    }
    .index_news .col {
        padding: 0 5px;
    }
    .contact_way .col_lg_8 {
        margin-bottom: 20px;
    }
    .contact_way .col_lg_8:last-child {
        margin-bottom: 0;
    }
    .contact_way img {
        height: 30px;
    }
    #uptop i {
        font-size: 16px;
        margin-bottom: 5px;
    }
    #uptop {
        right: 16px;
        bottom: 48px;
        width: 60px;
        padding: 8px 0 10px;
        font-size: 12px;
    }
    .footer .copyright em {
        margin-right: 0;
        display: block;
    }
    .footer .copyright em, .footer .copyright span, .footer .copyright a {
        font-size: 12px;
    }
    .footer .copyright span {
        margin-left: 0;
    }
    .pro_banner h1 {
        font-size: 20px;
        margin-bottom: 0px;
    }
    .pro_banner .pro_search {
        width: 320px;
    }
    .pro_banner {
        padding-top: 41%;
    }
    .pro_screen h1 {
        font-size: 20px;
        margin-bottom: 9px;
    }
    .pro_screen {
        padding: 15px 10px;
    }
    .pro_screen .scr_text {
        position: static;
        transform: translate(0);
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -moz-transform: translate(0);
        -o-transform: translate(0);
    }
    .two_blo .title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .two_blo .col_lg_12 {
        padding: 0;
        margin-bottom: 15px;
    }
    .pro_de_banner {
        padding-top: 39.4%;
    }
    .pro_intro h1 {
        font-size: 22px;
    }
    .pro_intro h1 {
        margin-bottom: 26px;
    }
    .pro_intro p {
        font-size: 12px;
    }
    .pro_intro {
        margin-top: -44px;
        padding-bottom: 28px;
    }
    .pro_intro .col_lg_8 {
        padding: 0;
        margin-bottom: 10px;
    }
    .pro_intro .col {
        padding: 26px 10px;
        background-size: 28%;
    }
    .container_1200 {
        padding: 0 10px;
    }
    .pro_mes h1 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .pro_mes em {
        font-size: 15px;
    }
    .pro_mes .fl {
        padding: 0;
    }
    .pro_mes {
        padding: 40px 10px 20px;
    }
    .contact_way span {
        font-size: 16px;
    }
    .price li {
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .price li label {
        font-size: 13px;
        margin-bottom: 10px;
        display: block;
    }
    .price li input {
        width: 100%;
    }
    .price .item {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .price .item label {
        font-size: 12px;
        margin-left: 2px;
    }
    .price .radio_fl {
        margin-top: -7px;
        width: 14px;
        height: 14px;
    }
    .price .radio_fl.active::after {
        width: 6px;
        height: 6px;
        margin-left: -3px;
        margin-top: -3px;
    }
    .pri_form em {
        margin-bottom: 8px;
        display: block;
    }
    .price .block h1 {
        font-size: 16px;
        padding: 9px 0 9px 10px;
        margin-bottom: 22px;
    }
    .price .block .con {
        padding: 0 10px 6px;
    }
    .price .block em {
        font-size: 12px;
    }
    .price .block em {
        font-size: 13px;
        width: 100%;
    }
    .price .block {
        margin-bottom: 22px;
    }
    .spe_form label {
        font-size: 14px;
    }
    .spe_form button {
        width: 114px;
        height: 54px;
    }
    .about_banner h1 {
        font-size: 28px;
    }
    .about_banner p {
        font-size: 12px;
    }
    .about_banner {
        padding: 40px 0;
    }
    .about_banner ul {
        margin-top: 36px;
        padding: 0;
    }
    .about_wrap .intro {
        padding: 0;
    }
    .about_wrap .about_tit {
        font-size: 24px;
    }
    .about_wrap .about_tit img {
        height: 29px;
    }
    .about_wrap .compa .top {
        padding: 27px 0 10px;
    }
    .about_wrap .compa .top p {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .about_wrap .compa .top .list {
        margin-top: 20px;
    }
    .about_wrap .deve {
        padding: 38px 0;
    }
    .about_wrap .deve_s {
        margin-top: 40px;
        padding: 0 10px;
    }
    .about_wrap .deve_slick h1 {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .about_wrap .deve_slick span {
        font-size: 14px;
    }
    .about_wrap .organ {
        padding: 30px 0;
    }
    .container_1500 {
        padding: 0 10px;
    }
    .about_wrap .organ .col_lg_8:nth-child(3) dd {
        padding: 5px 5px;
        margin: 6px 0;
    }
    .about_wrap .organ .col {
        height: 263px;
    }
    .about_wrap .organ dd {
        font-size: 12px;
        padding: 10px 5px;
        margin: 18px 0;
    }
    .about_wrap .organ .row {
        margin: 25px 0 0;
    }
    .about_wrap .quali .bot p {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .about_wrap .quali .bot .col_lg_6 {
        padding: 0 5px;
    }
    .currency_banner p {
        font-size: 20px;
    }
    .currency_banner {
        padding-top: 36%;
    }
    .news_main .col_lg_15 {
        padding-right: 0;
    }
    .news_main .news_col {
        padding: 16px 0 23px;
        margin: 0;
    }
    .news_main h1 {
        font-size: 16px;
        margin: 5px 0 12px;
    }
    .news_detail .news_title h2 {
        font-size: 20px;
        margin-bottom: 13px;
    }
    .news_detail .news_title span {
        font-size: 12px;
    }
    .news_detail .news_title {
        padding-bottom: 16px;
    }
    .news_detail p {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .news_detail h1 {
        font-size: 14px;
        margin-bottom: 9px;
    }
    .news_detail img {
        margin-bottom: 24px;
    }
    .news_detail .back {
        padding: 13px 0;
        font-size: 15px;
        margin-top: 34px;
    }
    .gua_form h3 {
        font-size: 12px;
        margin-bottom: 30px;
    }
    .spe_form .preview, .spe_form .pre-add {
        width: 21%;
        height: 80px;
        line-height: 80px;
        padding: 17px 0;
        margin-right: 10px;
    }
    .spe_form .preview .img_box, .spe_form .pre-add .img_box {
        width: 26px;
        height: 23px;
    }
    .gua_form .spe_form textarea {
        height: 174px;
    }
    .spe_form .preview em, .spe_form .pre-add em {
        font-size: 12px;
    }
    .spe_form h6 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .layui-layer-content .spe_form {
        padding: 25px 15px;
    }
    .spe_form input {
        height: 40px;
    }
    .layui-layer-content .spe_form .col_box {
        margin-bottom: 12px;
    }
    .spe_form textarea {
        height: 80px;
    }
    .product_show h1 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .product_show .col_lg_8 {
        padding: 0;
    }
    .product_show .z_arrow {
        margin-top: -23px;
    }
    .animate {
        margin: 10px 0 26px;
    }
    .add_len .len_more {
        margin-top: 17px;
    }
    .pro_mes1 .fl .tit {
        font-size: 23px;
    }
    .pro_mes1 {
        padding: 38px 0 30px;
    }
    .pro_mes1 .fl em, .pro_mes1 .fl h1 {
        font-size: 17px;
    }
    .pro_mes1 .fl {
        padding: 37px 12px 22px;
    }
    .pro_mes1 .fl h1 {
        margin-bottom: 23px;
    }
    .pro_mes1 .len_more {
        padding-right: 62px;
        font-size: 13px;
    }
    .len_more .z_arrow {
        margin-top: -24px;
    }
    .about_wrap .quali .top span {
        font-size: 25px;
    }
    .about_wrap .quali .top span i {
        font-size: 25px;
    }
    .about_wrap .quali .top em{
        font-size: 12px;
    }
}
@media (max-width: 360px){
    .about_wrap .quali .top .col_lg_6 {
        padding: 0 3px;
    }
    .about_wrap .quali .top .col {
        padding: 13px 36px 46px;
    }
}
@media (max-width: 350px){
    .pro_mes1 .fl .tit {
        font-size: 20px;
        padding: 0 22px;
    }
}
@media (max-width: 345px){
    .spe_form .preview, .spe_form .pre-add {
        width: 27%;
    }
}
@media (max-width: 340px) {
    .scroll_num span, .scroll_num i {
        font-size: 18px;
    }
    .pro_banner .pro_search {
        width: 300px;
    }
    .pro_banner {
        padding-top: 49%;
    }
    .pro_banner .pro_search {
        height: 30px;
    }
    .price .unit input {
        width: 165px;
        height: 42px;
        padding: 12px 70px 12px 10px;
    }
    .price .unit i {
        width: 65px;
        line-height: 42px;
        font-size: 14px;
    }
    .about_wrap .organ .col {
        height: 288px;
    }
    .about_wrap .quali .top span {
        font-size: 23px;
    }
    .about_wrap .quali .top span i {
        font-size: 23px;
    }
}