.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(../images/ajaxloader.gif) no-repeat center center
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }

    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }

    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}



@font-face {
    font-family: "iconfont";

    src: url('iconfont.eot?t=1569549558598');
    /* IE9 */

    src: url('../font/iconfont.eot') format('embedded-opentype'),
        /* IE6-IE8 */

        url('../font/iconfont.woff') format('woff'),

        url('../font/iconfont.ttf') format('truetype'),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */

        url('../font/iconfont.svg') format('svg');
    /* iOS 4.1- */

}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-mail1:before {
    content: "\e601"
}

.icon-menu:before {
    content: "\e6ac"
}

.icon-youtube:before {
    content: "\e8d0"
}

.icon-icon-square:before {
    content: "\e616"
}

.icon-wechat:before {
    content: "\e694"
}

.icon-address:before {
    content: "\e994"
}

.icon-search:before {
    content: "\e610"
}

.icon-linkedin:before {
    content: "\e768"
}

.icon-kefu:before {
    content: "\e7e9"
}

.icon-socialfacebook:before {
    content: "\e887"
}

.icon-socialtwitter:before {
    content: "\e8b0"
}

.icon-dealers:before {
    content: "\e629"
}

.icon-tel:before {
    content: "\e65b"
}

.icon-TOP:before {
    content: "\e63b"
}

.icon-square-four:before {
    content: "\e752"
}

.icon-chuanzhen:before {
    content: "\e64e"
}

.icon-small-arrow-right:before {
    content: "\e617"
}

.icon-Salesman:before {
    content: "\e6e6"
}

.icon-download:before {
    content: "\e7f5"
}

.icon-youtube1:before {
    content: "\e622"
}

.icon-customservice_defau:before {
    content: "\e6c5"
}

.icon-chat:before {
    content: "\e61d"
}

.icon-whatsapp:before {
    content: "\e933"
}

.icon-service:before {
    content: "\e60d"
}

.icon-check:before {
    content: "\e641"
}

.icon-home:before {
    content: "\e603"
}

.iconfont:before {
    display: block;
    margin: 0 auto;
}



* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    color: #333;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
td,
blockquote,
pre,
a,
address,
big,
cite,
code,
del,
em,
font,
img,
ins,
small,
strong,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    margin: 0;
    padding: 0;
}

input,
select,
textarea {
    border: none;
    margin: 0;
    padding: 0;
    outline: none;
    font-size: 17px;
    font-family: Arial
}

button {
    font-family: Arial;
    font-size: 17px;
}

img {
    border: 0 none;
    vertical-align: middle;
}

a {
    color: #333;
    text-decoration: none;
    background-color: transparent;
    transition: 0.3s;
}

a:hover {
    cursor: pointer;
}

a:focus {
    outline: none;
}


dl,
dt,
dd {
    list-style: none outside none;
}



.backToTop {
    width: 46px;
    height: 46px;
    right: 10px;
    bottom: 50px;
    background: #da251c url(../images/icon_top.png) no-repeat center;
    z-index: 3;
    background-size: 120%;
    cursor: pointer;
    position: fixed;
    text-indent: 9999px;
    color: #fff;
    border-radius: 23px;
    transition: all .3s
}

.backToTop:hover {
    opacity: .8;
}



header {
    height: 170px;
    width: 100%;
    z-index: 9;
    background: #fff;
}

.logo {
    position: absolute;
    top: 21px;
    left: 0
}

.logo a {
    display: block;
}

.logo img {
    display: block;
    width: 186px;
    height: auto;
}

#nav {
    box-sizing: border-box;
    float: right;
    margin-top: 80px;
}

nav>ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

nav li {
    display: inline-block;
    float: left;
    position: relative;
}

nav li>a {
    display: block;
    padding: 0 12px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    line-height: 90px;
    transition: 0.5s;
    position: relative;
}

nav li.on>a,
nav li:hover>a {
    color: #DC5314;
}

nav li.on>a i,
nav li:hover>a i {
    background-image: url(../images/right_red.png);
    background-size: 11px;
}

nav dl {
    position: absolute;
    background: #ebebed;
    text-align: left;
    display: block;
    top: 90px;
    opacity: 0;
    transition: opacity 1s ease;
    left: 9999px;
    z-index: 999;
    min-width: 260px;
}

nav dl.downpro {
    width: 700px;
    padding: 15px 10px;
}

nav dl.downpro1 {}

nav dl dt {
    width: 23%;
    float: left;
    margin: 0 1% 10px;
    position: relative;
}

nav dl dt a {
    font-weight: 100;
    padding: 0
}

nav dl dt .pic {
    background: #fff;
    overflow: hidden;
}

nav dl dt .pic img {
    width: 100%;
}

nav dl dt .con {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 40px;
    line-height: 1;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.28);
    white-space: wrap;
}

nav dl dd {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

nav dl dd a {
    color: #333
}

nav dl dd a:hover {
    background: #DC5314;
    color: #fff;
}

nav dl dd:last-child {
    border: 0;
}

nav dl a {
    color: #fff;
    display: block;
    font-weight: 600;
    padding: 12px 15px;
    white-space: nowrap;
}

nav dl a:hover {
    background: rgba(255, 255, 255, .1);
    color: #DC5314;
}

nav li:hover dl {
    opacity: 1;
    left: 0;
}

nav li:hover dl.downpro2 {
    left: -143px;
}

nav li:hover dl.downpro3 {
    left: -250px;
}

nav li:hover .menu {
    opacity: 1;
    left: 50%;
    margin-left: -720px;
}

.mark {
    display: none
}



.head_rcon {
    position: absolute;
    right: 0;
    top: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.head_rcon span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 20px;
}

.head_rcon a {
    margin: 0 8px;
    display: inline-block;
}

.head_rcon a:hover,
.head_rcon a.on {
    color: #e0130d
}

.searchbox {
    width: 270px;
    float: right;
}

.searchbox form {
    border: 1px solid #999999;
    border-radius: 2px;
    height: 40px;
    overflow: hidden;
}

.searchbox form i {
    font-size: 24px;
    color: #fff
}

.searchbox input {
    width: 220px;
    line-height: 38px;
    padding-left: 5px;
    background: none;
    float: left;
    transition: all .3s;
}

.searchbox button {
    font-size: 25px;
    width: 48px;
    background: #DC5314;
    line-height: 40px;
    font-weight: 100;
    text-align: center;
    border: 0;
}

.searchbox input::-webkit-input-placeholder {
    color: #666;
}

.searchbox input:-moz-placeholder {
    color: #666;
}

.searchbox:hover button {
    background: #e0130d;
}



.languagebox {
    line-height: 40px;
    display: block;
    text-align: right;
}

.languagebox ul {
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    overflow: visible;
    transition: all .3s;
}

.languagebox ul li {
    padding: 5px;
    line-height: 30px;
    float: left;
    font-size: 16px;
}

.languagebox a {
    color: #888;
    font-weight: 600
}



.bigbg {
    /* background: rgba(0,0,0,.5); */
    width: 350px;
    /* height: 100%; */
    position: fixed;
    top: 30%;
    right: 0;
    /* z-index: 1000; */
    z-index: 999999;
}

.allhide {
    display: none;
}

.getinquire {
    width: 100%;
    height: auto;
    background-color: #eee;
    right: 47px;
    margin-left: -266px;
    margin-top: 10%;
    position: absolute;
    z-index: 100;
    border: 1px solid #ebeaea;
}

.top_nav {
    width: 100%;
    height: 46px;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 0 20px;
}

.top_nav h2 {
    font-size: 18px;
    line-height: 46px;
}

.close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}

.close img {
    width: 100%;
}

.proinfo_form {
    padding: 20px;
}

.proinfo_form p {
    font-size: 15px;
    color: #666;
    line-height: 22px;
}


.switcher-popup {
    padding-left: 20px;
}

.switcher-popup span,
.skiptranslate {
    display: none;
}

#nav .nav-button {
    width: 35px;
    height: 35px;
    border-radius: 3px;
    background: #333;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 19px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    display: none;
}

#nav .nav-button i {
    font-size: 22px;
}

.close-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: 88;
}

.nav-open {
    transform: translateX(0);
}

.close-open {
    opacity: 0.5;
    visibility: visible;
}

.body-hidden {
    overflow: hidden !important;
}

.position {
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    top: 0;
    z-index: 99;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .07)
}



.footer {
    overflow: hidden;
    position: relative;
}



.foot_num {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.foot_num:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.footer .warper {
    overflow: hidden;
    padding: 55px 0;
}

.footer .item {
    width: 22%;
    float: left;
}

.footer .item2 {
    width: 31%;
}

.footer .item3 {
    float: right;
    width: 25%
}

.footer .item h4 {
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.footer .item a {
    color: #666;
}

.footer dd,
.footer .item2 li {
    line-height: 30px;
    margin-bottom: 7px;
    position: relative;
    padding-left: 30px;
    color: #666;
    list-style: none;
}

.footer dd {
    background: url(../images/arrow.png) left 10px no-repeat;
}

.footer li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
}

.footer .media,
.p_lcon .media {
    margin-top: 25px;
}

.footer .media a,
.p_lcon .media a {
    display: inline-block;
    background: #DC5314;
    overflow: hidden;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    margin-right: 7px;
}

.footer .media a.icon-socialfacebook {
    font-size: 26px;
}

.footer .media a:hover {
    color: #fff;
}

.footer form li {
    float: left;
    overflow: hidden;
    margin-bottom: 8px;
    width: 100%;
    position: relative;
}

.footer form i {
    position: absolute;
    left: 8px;
    color: #e0130d;
    top: 10px;
    width: 10px;
}

.footer form input,
.footer form textarea {
    width: 100%;
    border-radius: 1px;
    line-height: 20px;
    border: 1px solid #999999;
    background: none;
    resize: none;
    padding: 8px;
    padding-left: 20px;
}

.footer form textarea {
    line-height: 20px;
    height: 80px;
}

.footer input::-webkit-input-placeholder,
footer textarea::-webkit-input-placeholder {
    color: #666;
}

.footer input:-moz-placeholder,
footer textarea:-moz-placeholder {
    color: #666;
}

.footer button {
    background: #DC5314;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    height: 40px;
    border-radius: 1px;
    border: 0;
}

button {
    cursor: pointer;
}

.copyright {
    padding: 15px;
    max-width: 1200px;
    background: #eeeeee;
    margin: 0 auto;
    text-align: center;
    line-height: 18px;
    color: #999;
    overflow: hidden;
}

.copyright a {
    color: #999;
}

.footer a:hover {
    color: #DC5314
}



.fixnav {
    position: fixed;
    right: 10px;
    bottom: 20%;
    z-index: 10;
}

.fixnav li {
    transition: all .3s;
    position: relative;
    list-style: none;
}

.fixnav li h6 {
    display: block;
    font-weight: 100;
    width: 38px;
    z-index: 0;
    height: 38px;
    font-size: 22px;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
}

.fixnav li.item1,
.fixnav li.item1 span {
    background: #DC5314
}

.fixnav li.item2,
.fixnav li.item2 span {
    background: #03c305
}

.fixnav li.item3,
.fixnav li.item3 span {
    background: #00aff0
}

.fixnav li.item4,
.fixnav li.item4 span {
    background: #00aff0
}

.fixnav li span {
    transition: all .3s;
    overflow: hidden;
    padding: 10px;
    margin-right: 38px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    display: none;
    width: 140px;
}

/*.fixnav li:hover span{display: block;}

.fixnav li.item1:hover span{width:140px;}*/

.fixnav a {
    color: #fff
}



#banner {
    position: relative;
}

#banner img {
    width: 100%;
    display: block;
}

#banner .owl-controls {
    margin-top: 0;
    text-align: center;
}

#banner .owl-controls .owl-buttons {
    display: none;
}

#banner .owl-pagination {
    position: absolute;
    left: 50%;
    padding: 8px 0;
    bottom: 30px;
    background: #da251c;
    display: block;
    text-align: center;
    width: 150px;
    margin-left: -75px;
    border-radius: 30px;
}

#banner .owl-controls .owl-page span {
    border: 2px solid #fff;
    background: none;
    opacity: 1;
    margin: 0 5px;
    width: 14px;
    height: 14px;
}

#banner .owl-controls .owl-page.active span {
    background: #fff;
}



/*index*/

.warper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.container {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: flex;
    max-width: 1200px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.row {
    overflow: hidden;
}

.conbox {
    padding: 60px 0;
}

.productbox {
    overflow: hidden;
}

.pro_lis {
    overflow: hidden;
    margin: 0 -9px;
}

.pro_lis li,
.advbox li {
    overflow: hidden;
    width: 23%;
    margin: 0 1%;
    float: left;
    transition: all .3s;
    text-align: center;
}

.pro_lis a {
    display: block;
    overflow: hidden;
}

.pro_lis .pic,
.news_lis .pic,
.case_lis .pic,
.lis_pro .pic {
    overflow: hidden;
}

.pro_lis .pic {
    width: 180px;
    height: 180px;
    border-radius: 90px;
    border: 5px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    background: #eeeeee;
    margin: 5px auto;
}

.pro_lis h3 {
    line-height: 30px;
    margin-bottom: 12px;
    font-size: 22px;
    overflow: hidden;
    text-transform: uppercase;
    transition: all .3s;
}

.pro_lis img,
.advbox .pic img,
.aboutbox img,
.lis_news img,
.lis_pro img,
.lis_case img,
.side_pdf img,
.pro_filter .pic img {
    display: block;
    width: 100%;
    transition: all .3s;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.pro_lis img {
    height: 100%
}

.pro_lis p,
.news_lis p,
.case_lis p,
.lis_pro p {
    line-height: 24px;
    color: #666;
    font-size: 15px;
}

.pro_lis p {
    overflow: hidden;
    height: 48px;
}

.pro_lis .con {
    padding: 35px 10px 0;
}

.pro_lis .con p{
    margin: 0 0;
    padding: 0 0;
    font-size: ;
}

.pro_lis .con em,
.news_lis .con em,
.lis_news .con em,
.case_lis .con em {
    padding: 0 35px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #DC5314 url(../images/right.png) 90% center no-repeat;
    background-size: 15px;
    margin-top: 15px;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    font-style: normal
}

.pro_lis li:hover h3,
.news_lis li:hover h3,
.case_lis li:hover h3,
.lis_news li:hover h3 {
    color: #DC5314;
}

.pro_lis li:hover em,
.news_lis li:hover em,
.case_lis li:hover em {
    background: #DC5314 url(../images/right.png) 90% center no-repeat;
    background-size: 15px;
}



.aboutbox {
    width: 100%;
    overflow: hidden;
}

.aboutbox h1 {
    font-size: 20px;
    margin-bottom: 15px;
}

.aboutbox .menu {
    overflow: hidden;
    width: 800px;
}

.aboutbox .menu h2 {
    padding: 15px 0 13px;
    font-size: 18px;
    cursor: pointer;
    -webkit-border-top-left-radius: 5px;

    -webkit-border-top-right-radius: 5px;

    -moz-border-radius-topleft: 5px;

    -moz-border-radius-topright: 5px;

    border-top-left-radius: 5px;

    border-top-right-radius: 5px;
    width: 23.5%;
    background: #d4d4d4;
    text-transform: uppercase;
    display: block;
    float: left;
    text-align: center;
    margin-right: 1px
}

.aboutbox .menu.m3.height h2 {
    width: 32%;
    min-height: 70px;
    padding: 15px 5px;
}

.aboutbox .menu.m3 h2 {
    width: 32%;
}

.aboutbox .menu.height h2 {
    min-height: 70px;
}

.aboutbox .menu h2.on {
    color: #fff;
    background: #037fc9;
}

.bx {
    padding: 20px;
    background: #eeeeee;
}

.bx .item {
    display: none;
    overflow: hidden;
    padding: 20px;
    background: #fff;
}

.bx .item.on {
    display: block;
}



.news_lis {
    overflow: hidden;
}

.news_lis ul {
    overflow: hidden;
}

.news_lis li,
.case_lis li {
    transition: all .3s;
    overflow: hidden;
}

.news_lis .pic {
    width: 190px;
    border: 2px solid #d2d2d2;
    float: left;
}

.news_lis .con {
    margin-left: 190px;
    padding: 10px 0 0 30px;
}

.news_lis h3,
.case_lis h3,
.lis_faq h3 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 15px;
    font-weight: 100;
}

.news_lis .owl-controls,
.case_lis .owl-controls {
    margin-top: 15px;
}

.news_lis .owl-buttons,
.case_lis .owl-buttons {
    display: none;
}

.news_lis .owl-controls .owl-page span,

.case_lis .owl-controls .owl-page span {
    border: 2px solid #ccc;
    background: #ccc;
    margin: 0 3px;
    opacity: 1;
    width: 15px;
    height: 15px;
}

.news_lis .owl-controls .owl-page.active span,

.case_lis .owl-controls .owl-page.active span {
    border-color: #e0130d;
    background: none
}

.case_lis .pic {
    width: 240px;
    float: left;
}

.case_lis .con {
    margin-left: 240px;
    padding: 10px 0 0 30px;
}



.aboutbox .lcon {
    width: 50%;
    float: left;
    line-height: 26px;
}

.aboutbox .rcon {
    width: 48%;
    float: right;
}



.lis_faq {
    overflow: hidden;
}

.lis_faq li {
    padding-left: 40px;
    margin-bottom: 20px;
    position: relative;
}

.lis_faq li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/arrow_top.png) no-repeat center;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    border: 1px solid #999;
    background-size: 18px;
    transform: rotate(180deg);
}

.lis_faq .a {
    line-height: 24px;
    display: none;
    overflow: hidden;
}

.lis_faq li.on:before {
    border-color: #DC5314;
    background-color: #DC5314;
    background-image: url(../images/jiantou_b.png);
    transform: rotate(0deg);
}

.lis_faq li:nth-child(1) .a {
    display: block;
}



.advbox {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.advbox.pic {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.advbox .pic h6 {
    width: 66px;
    height: 66px;
    line-height: 66px;
    font-weight: normal;
    font-size: 36px;
    text-align: center;
    color: #da251c;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -33px;
    bottom: -33px;
    border-radius: 33px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.advbox .pic h6.icon-square-four {
    font-size: 30px;
}

.advbox .con {
    padding: 50px 10px 0;
    line-height: 24px;
    color: #666;
}

.advbox h3 {
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.advbox .con p {
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}



/*second*/

.main {
    padding: 60px 0 80px 0;
    overflow: hidden;
}

.fl {
    float: left;
    overflow: hidden;
}

.fr {
    float: right;
    overflow: hidden;
}

.positionline {
    font-size: 16px;
    text-align: right;
}

.positionline h1 {
    font-size: 26px;
    float: left;
    text-transform: uppercase;
}

.positionline .warper {
    position: relative;
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    padding: 30px 0;
}

.positionline a.iconfont {
    color: #DC5314;
    display: inline-block;
    padding-right: 8px;
    font-size: 22px;
    margin-bottom: -7px;
    overflow: hidden;
}

.positionline a:hover,
.news_lis li:hover h3,
.advbox li:hover a,
.lis_news li:hover h3,
.lis_pro li:hover h3 {
    color: #DC5314
}

.positionline a.iconfont:hover {
    color: #DC5314;
}

.sidebar {
    width: 25%;
}

.sidebar h2 {
    font-size: 20px;
    text-align: center;
    padding: 25px 0;
    text-transform: uppercase;
    color: #fff;
    background: #037fc9;
}

.side_mail {
    padding: 40px 20px 55px;
    background: #eeeeee;
    margin-bottom: 30px;
    text-align: center;
}

.side_mail input {
    width: 100%;
    line-height: 60px;
    padding-left: 5px;
    background: #fff;
    text-align: center;
}

.side_mail input::-webkit-input-placeholder {
    color: #999;
    text-align: center;
}

.side_mail button,
.side_pdf a {
    background: #DC5314;
    color: #fff;
    border: none;
    display: block;
    width: 160px;
    line-height: 40px;
    border-radius: 20px;
    margin: 20px auto 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600
}

.side_pdf {
    padding: 20px 20px 20%;
    background: #eeeeee;
    text-align: center;
    line-height: 28px;
}

.side_pdf h3 {
    font-size: 18px;
    padding: 20px 0;
}

.content {
    width: 71.5%;
}

.digg4 {
    text-align: center;
    line-height: 30px;
    padding: 10px 0;
}

.digg4 a,
.digg4 span.miy,
.digg4 span.disabled,
.digg4 span.current {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
    color: #888;
    border-radius: 50%;
    text-decoration: none;
    margin: 0 5px;
    font-family: Arial
}

.digg4 span.current {
    color: #333333;
    background: #fff;
    border-color: #333333;
    font-weight: 600;
}

.digg4 span.disabled {
    font-size: 30px;
    line-height: 26px;
    background: #333333;
    color: #fff;
    border-color: #333333
}

.sidebar .item h3 {
    padding-bottom: 20px;
}

.sidebar .item form li {
    float: left;
    overflow: hidden;
    margin-bottom: 8px;
    width: 100%;
    position: relative;
}

.sidebar .item form i {
    position: absolute;
    left: 8px;
    color: #e0130d;
    top: 10px;
    width: 10px;
}

.sidebar .item form input,
.sidebar form textarea {
    width: 100%;
    border-radius: 1px;
    line-height: 20px;
    border: 1px solid #999999;
    background: none;
    resize: none;
    padding: 8px;
    padding-left: 20px;
}

.sidebar .item form textarea {
    line-height: 20px;
    height: 80px;
}

.sidebar .item input::-webkit-input-placeholder,
footer textarea::-webkit-input-placeholder {
    color: #666;
}

.sidebar .item input:-moz-placeholder,
footer textarea:-moz-placeholder {
    color: #666;
}

.sidebar .item button {
    background: #DC5314;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    height: 40px;
    border-radius: 1px;
    border: 0;
}



/*info*/

.infocon {
    color: #666;
}

.infocon h1 {
    font-size: 24px;
    font-weight: inherit;
    text-align: center;
    color: #222;
}

.infocon img {
    display: inline-block;
    max-width: 100%;
}

.infocon .time {
    text-align: center;
    margin: 20px 0;
    color: #999
}

.infocon .time i {
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
}

.infocon .other {
    padding: 0 0 15px 0;
    color: #e0130d;
    margin: 50px 0 0 0;
    line-height: 26px;
}

.infocon .other a {
    color: #666
}

.infocon .other a:hover {
    color: #e0130d
}

.infocon .other div {
    margin: 5px 0;
}

.infocon p {
    line-height: 32px;
    /*margin: 22px 0;*/
}



/*list*/

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

.case_nav li {
    width: 14.28%;
    float: left;
    list-style: none;
    text-align: center
}

.case_nav img {
    width: 114px;
    height: 114px;
    padding: 5px;
    border-radius: 57px;
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, .2);
    margin: 5px auto;
}

.case_nav span {
    display: block;
    padding: 10px 0
}

.case_nav a:hover {
    color: #e0130d;
}

.lis_case {
    overflow: hidden;
    padding: 10px;
    margin: 0 -10px;
}

.lis_case li {
    background: #f4f4f4;
    padding: 20px;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
    width: 100%;
}

.lis_case .pic {
    width: 320px;
    float: left;
}

.lis_case .con {
    margin-left: 320px;
    padding: 10px 0 0 30px;
}

.lis_case .con em,
.lis_news .con em {
    background-color: #DC5314;
}



.lis_news {
    overflow: hidden;
}

.lis_news li {
    padding: 40px;
    margin-bottom: 30px;
    background: #eeeeee;
    overflow: hidden;
    transition: all .3s;
}

.lis_news .pic {
    width: 280px;
    float: right;
}

.lis_news .con {
    margin-right: 280px;
    padding-right: 20px;
    position: relative;
}

.lis_news .time {
    width: 90px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    text-align: center;
}

.lis_news strong {
    font-size: 36px;
    display: block
}

.lis_news h3 {
    font-size: 18px;
    padding-left: 100px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.lis_news p {
    line-height: 26px;
    color: #666;
    margin-top: 20px
}



.p_lcon {
    width: 340px;
    float: left;
}

.p_rcon {
    margin-left: 340px;
    padding-left: 40px;
}

.p_lcon h2 {
    padding: 20px 30px;
    font-size: 22px;
    color: #fff;
    background: #037fc9;
}

.p_lcon .tit {
    font-size: 20px;
    font-weight: 600;
    background: #f4110b;
    padding: 15px;
    color: #fff;
    display: none;
}

.p_lcon .tit {
    text-transform: uppercase;
    position: relative;
}

.p_lcon .tit i {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.pro_nav {
    overflow: hidden;
}

.pro_nav li,
.pro_td {
    margin-bottom: 3px;
    background: #eeeeee;
    padding: 20px;
}

.pro_nav li>a,
.pro_td h4 {
    font-weight: 600;
    display: block;
    font-size: 20px;
    padding: 0 0 10px
}

.pro_nav dl i {
    display: inline-block;
    font-size: 30px;
    color: #999;
    vertical-align: middle;
    margin-left: -7px;
    margin-top: -3px;
}

.pro_nav dl a {
    line-height: 32px;
}

.pro_td a {
    display: block;
    padding: 8px 0 8px 25px;
    position: relative;
    color: #666;
}

.pro_td a:before,
.pro_td a.checked:before {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 19px;
    height: 19px;
    content: "\e616";
    overflow: hidden;
    font-size: 19px;
    line-height: 19px;
    color: #999;
    font-family: iconfont !important;
}

.pro_td a.checked:before {
    top: 7px;
    content: "\e641";
    font-size: 19px;
    line-height: 19px;
    color: #e0130d;
}

.pronav_more {
    width: 100%;
    position: relative;
    margin: -3px 0 3px;
}

.pronav_more a {
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #aaaaaa;
    display: block;
}

.pro_nav dl dd {
    margin-bottom: 6px;
    font-size: 16px;
    padding-left: 15px;
    background: url(../images/arrow.png) no-repeat left 10px
}

.pro_nav a:hover {
    color: #e0130d;
}

.pro01 {
    padding: 15px 0;
    background: #eeeeee
}

.pro_item {
    overflow: hidden;
    position: relative;
}

.pro_list a {
    width: 100%;
    padding: 6px 0 6px 30px;
    display: block;
}

.pro_nav h3 {
    font-size: 18px;
    padding: 15px 0 10px 50px;
}

.pro_item span {
    position: absolute;
    left: 20px;
    top: 15px;
    background: url(../images/plus.png) no-repeat 0 0;
    width: 19px;
    height: 19px;
    cursor: pointer;
}

.pro_list {
    line-height: 24px;
    display: none;
    overflow: hidden;
    padding: 10px 20px;
}

.pro_item span.on {
    background: url(../images/minus.png) no-repeat 0 0;
    cursor: pointer;
}

.lis_pro li {
    width: 31.33%;
    float: left;
    margin: 10px 1% 20px;
    list-style: none;
}

.lis_pro li .pic {
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, .1);
    margin-top: 5px;
}

.lis_pro h3 {
    font-size: 16px;
    padding-top: 15px;
    height: 80px;
    text-align: center;
    line-height: 24px;
    font-weight: 100;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.pro_top {
    border-bottom: 2px solid #d6d6d6;
    overflow: hidden;
    margin-bottom: 60px;
}

.pro_top h1 {
    font-size: 22px;
    padding: 15px 0;
    margin-bottom: 20px;
}

.pro_top .media {
    float: right;
}

.pro_top .media a {
    display: inline-block;
    font-weight: normal;
    background: #e0130d;
    overflow: hidden;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 18px;
    background: #acacac;
    color: #fff;
    border-radius: 5%;
    margin-right: 5px;
}

.pro_top_left {
    width: 70%;
    float: left;
    padding: 0 20px;
    line-height: 28px;
}

.pro_top_left h2 {
    font-size: 18px;
    padding-bottom: 10px;
}

.pro_top_left p {
    color: #666;
}

.pro_top_right {
    width: 30%;
    float: right;
    padding: 25px;
    background: #037fc9;
    color: #fff;
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
}

.pro_top_right h4 {
    font-size: 18px;
    padding-bottom: 15px;
}

.pro_top_right i {
    display: inline-block;
    font-weight: normal;
    font-size: 24px;
    margin-right: 5px;
    height: 24px;
    overflow: hidden;
}

.pro_top_right h5 {
    font-size: 17px;
    font-weight: bold;
}

.pro_top_right p {
    line-height: 26px;
    padding-top: 8px;
}

.pro_top_right a {
    color: #fff;
}

.pro_top_right a.detail {
    width: 85px;
    line-height: 32px;
    display: block;
    text-align: center;
    font-weight: bold;
    position: absolute;
    right: 20px;
    bottom: 30px;
    background: #DC5314
}

.pro_filter h4 {
    font-size: 22px;
    padding-bottom: 25px;
}

.pro_filter li {
    width: 47%;
    float: left;
    overflow: hidden;
    padding-bottom: 35px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.pro_filter li:nth-child(even) {
    float: right;
}

.pro_filter .pic {
    width: 180px;
    float: left;
}

.pro_filter .con {
    margin-left: 180px;
    padding: 0 0 0 20px;
}

.pro_filter p {
    line-height: 26px;
    color: #666;
    height: 80px;
    overflow: hidden;
}

.pro_filter strong {
    display: block;
    color: #333;
    margin-bottom: 7%;
}

.pro_filter .con a {
    color: #fff;
    background: #333333;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    transition: all .3s;
    padding: 6px 8px;
}

.pro_filter .con a.price {
    background: #e0130d;
    color: #fff;
    margin-left: 8px;
}

.pro_filter .con a:hover {
    opacity: 0.8;
}



/*contact*/

.map {
    overflow: hidden;
    width: 100%;
    margin-top: 60px;
}
.map iframe{
    width: 100% !important;
}

.map img {
    width: 100%;
}

.edit-box {
    overflow: hidden;
    width: 30%;
    float: left;
}

.edit-box h2,
.contact_form h2 {
    font-size: 22px;
    padding-bottom: 10px;
}

.edit-box p,
.contact_form .desc {
    padding-bottom: 15px;
}

.edit-box li {
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 25px;
    position: relative;
    color: #666
}

.edit-box label {
    display: block;
    color: #333
}

.edit-box li a {
    color: #666;
}

.edit-box li a:hover {
    color: #e0130d
}

.edit-box .media a {
    display: inline-block;
    text-align: center;
    width: 36px;
    margin-right: 10px;
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
    color: #fff;
    font-size: 22px;
}

.edit-box .media a.icon-socialfacebook {
    background: #4460a0;
    font-size: 26px;
}

.edit-box .media a.icon-socialtwitter {
    background: #2fb0ec
}

.edit-box .media a.icon-linkedin {
    background: #0084b1
}

.edit-box .media a.icon-youtube {
    background: #dd1829
}

.contact_form {
    width: 60%;
    float: right;
    overflow: hidden;
}

.contact_form input,
.contact_form select,
.contact_form textarea {
    width: 100%;
    color: #333;
    background: #fff;
    resize: none;
    height: 44px;
    line-height: 26px;
    padding: 10px 15px;
}

.contact_form input::-webkit-input-placeholder,
.contact_form textarea::-webkit-input-placeholder {
    color: #333;
}

.contact_form input:-moz-placeholder,
.contact_form textarea:-moz-placeholder {
    color: #333;
}

.contact_form textarea {
    height: 160px;
}

.contact_form button {
    border: none;
    font-size: 18px;
    background: #DC5314;
    transition: all .3s;
    border-radius: 5px;
    color: #fff;
    height: 52px;
    width: 230px;
    cursor: pointer;
}

button:hover {
    opacity: .8
}

.contact_form form li {
    position: relative;
    width: 100%;
    border: 1px solid #999999;
    border-radius: 3px;
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
}

.contact_form form li:nth-child(even) {
    margin-left: 0%
}

.contact_form form li:last-child {
    width: 100%;
}

.contact_form form li font {
    position: absolute;
    left: 6px;
    top: 16px;
    color: #e0130d;
    font-size: 16px;
}

.contact_form li label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #666;
}



/*about*/

.about_main img {
    max-width: 100%
}

.about_nav {
    margin-bottom: 40px;
    overflow: hidden;
}

.about_nav h2 {
    display: inline;
}

.about_nav a {
    display: inline-block;
    padding: 13px 20px;
    font-size: 20px;
    background: #d4d4d4;
    font-weight: bold;
    margin-right: 5px;
}

.about_nav a:hover,
.about_nav a.on {
    color: #fff;
    background: #DC5314;
}

.about_main p {
    margin-bottom: 20px;
    line-height: 28px;
}

.about_main .lis_faq p {
    line-height: 24px;
    margin-bottom: 0
}

.about_main h3 {
    font-size: 22px;
    padding-bottom: 15px;
}

.about_com,
.about_service,
.about_honor,
.lis_pro,
.pro_filter,
.pro_top_con {
    overflow: hidden;
}

.about_com .lcon {
    width: 48%;
    float: left;
}

.about_com .rcon {
    width: 44%;
    float: right;
    margin: 10px;
}

.about_com .rcon img {
    padding: 6px;
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, .2)
}

.about_logo{
    box-sizing: border-box;
    width: 100%;
}

.about_logo ul,
.about_honor ul {
    margin: 0 -8px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    /* 同一行的高度相同 */
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.list_pro li .pic img {}


.download ul {
    margin: 0 0px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    /* 同一行的高度相同 */
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}


.factory_show li {
    margin: 0px;
    padding: 0 0;
    overflow: hidden;
    float: left;
    margin-bottom: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.factory_show li span {
    text-align: center;
    display: block;
    padding: 10px 0;
}

.factory_show li img,
.about_service img,
.about_logo img,
.about_honor img,
.download img {
    display: block;
    width: 100%;
    transition: all .3s;
	aspect-ratio:190/250;
}

.about_service li {
    width: 49%;
    float: left;
    padding: 20px;
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
    min-height: 180px;
    list-style: none;
}

.about_service li:nth-child(even) {
    float: right;
}

.about_service li .pic {
    width: 150px;
    float: left;
    overflow: hidden;
}

.about_service li .con {
    margin-left: 150px;
    padding-left: 40px;
}

.about_service h4 {
    font-size: 20px;
    margin-bottom: 12px;
}

.about_logo{
    width: 100%;
}
.about_logo li {
    box-sizing: border-box;
    width: 100%;
    margin: 0 .5%;
    float: left;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #d2d2d2;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}
.about_logo li img{
    max-height: 70px;
}

.about_honor li {
    width: 100%;
    margin: 0 1%;
    float: left;
    transition: all .3s;
}

.about_honor p {
    height: 56px;
    overflow: hidden;
    text-align: center;
    margin: 15px 0
}

.factory_show .owl-pagination {
    position: absolute;
    right: 10px;
    top: -35px;
}

.factory_show .owl-theme .owl-controls .owl-page span {
    background: #ccc;
    opacity: 1;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 2px solid #c1c1c1;
}

.factory_show .owl-theme .owl-controls .owl-page.active span {
    background: #e0130d;
    border: 2px solid #e0130d
}



/*service*/

.con_tit {
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 15px;
    position: relative;
    color: #666;
    clear: both;
}

.con_tit a {
    width: 80px;
    line-height: 32px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 16px;
    color: #fff;
    text-align: center;
    float: right;
    display: block;
    background: #e0130d;
}

.download li {
    width: 100%;
    float: left;
    margin: 0 .5% 20px;
    text-align: center;
    list-style-type: none;
}

.download h4 {
    font-size: 16px;
    font-weight: 100;
    padding: 10px 0 0;
    line-height: 22px;
    height: 55px;
    overflow: hidden;
}

.lis_faq h3 {
    font-size: 18px;
}

.calibration {
    margin-bottom: 20px;
}

.calibration li {
    width: 48.5%;
    float: left;
    padding: 30px;
    line-height: 26px;
    margin-bottom: 30px;
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, .2);
    list-style: none;
}

.calibration li:nth-child(even) {
    float: right;
}

.calibration li h6 {
    width: 100px;
    height: 100px;
    float: left;
    overflow: hidden;
    border-radius: 50%;
}

.calibration li h6>img {
    width: 100%;
    height: auto;
    border-radius: 100%;
    object-fit: cover;
}

.calibration li h6.item1 {}

.calibration li h6.item2 {
    background-position: 32px -48px;
}

.calibration li h6.item3 {
    background-position: 0 -160px;
}

.calibration li h6.item4 {
    background-position: 0 -240px;
}

.calibration li .con {
    margin-left: 120px;
}

.calibration p {
    margin-bottom: 0
}

.calibration li h4 {
    font-size: 20px;
    color: #e0130d;
    padding-bottom: 5px;
}

.repair li {
    width: 32.33%;
    float: left;
    margin: 0 .5% 20px;
}

.repair h4 {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    padding: 10px 0
}



.pro_detail {
    margin-bottom: 60px;
}

.propicflash {
    width: 460px;
    float: left;
    position: relative;
}

.propicflash img {
    border: 1px solid #dcdcdc;
    width: 100%;

}

div.jqZoomTitle {
    z-index: 5000;
    display;
    none;
}

.jqZoomPup {
    overflow: hidden;
    background-color: #fff;
    -moz-opacity: .6;
    opacity: .6;
    z-index: 10;
    border-color: #c4c4c4;
    border-style: solid;
    cursor: crosshair
}

.jqZoomPup img {
    border: 0
}

.preload {
    -moz-opacity: .8;
    opacity: .8;
    color: #333;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 8px;
    text-align: center;
    background-image: url(../images/zoomloader.gif);
    background-repeat: no-repeat;
    background-position: 43px 30px;
    width: 90px;
    height: 43px;
    z-index: 10;
    position: absolute;
    top: 3px;
    left: 3px
}

.jqZoomWindow {
    border: 1px solid #999;
    background-color: #fff
}



.pro_detail .rcon {
    margin-left: 460px;
    padding: 15px 0 0 50px;
    overflow: hidden;
    line-height: 36px;
    color: #666;
}

.pro_detail .rcon strong {
    font-size: 18px;
    color: #333;
}

.addthis_inline_share_toolbox {
    padding: 10px 0 0;
    display: inline-block;
}

.pro_detail h1 {
    font-size: 28px;
    margin-bottom: 15px
}

.pro_detail .fon {
    font-size: 18px;
    color: #666;
    line-height: 30px;
    padding: 20px 0
}

.pro_detail .links {
    overflow: hidden;
}

.pro_detail .links i {
    display: inline-block;
    margin-right: 6px;
    font-weight: 100;
    font-size: 18px;
    vertical-align: middle;
}

.pro_detail .links a {
    background: #DC5314;
    width: 180px;
    color: #fff;
    border-radius: 4px;
    display: block;
    float: left;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    margin-bottom: 1px;
}

.pro_detail .links a:nth-child(1) {
    margin-right: 10px;
    background: #037fc9;
}

.pro_detail .links a:hover {
    opacity: .8
}



.proinfomenu {
    text-align: center;
    overflow: hidden;
    width: 100%;
}

.proinfomenu .warper {
    overflow: hidden;
}

.proinfomenu h2 {
    display: inline;
}

.proinfomenu a {
    width: 25%;
    position: relative;
    border-right: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    float: left;
    background: #037fc9;
    display: block;
    text-transform: capitalize;
    line-height: 46px;
}

.proinfomenu a.on,
.proinfomenu a:hover {
    background: #DC5314;
    border-color: #DC5314
}

.proinfomenu.top0 {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 0;
    z-index: 3;
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, .1);
    display: block;
}



.proinfo_main {
    overflow: hidden;
}

.proinfo_main .pro_desc {
    margin: 10px 0
}

.proinfo_main strong {
    color: #333;
    font-size: 18px;
}

.proinfo_main img {
    max-width: 100%;
    display: inline-block;
    aspect-ratio: 1/1;
}

.resource-imgs img {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    height: auto;
    border: solid 1px #eee;
}

.proinfo_sp {
    position: relative;
    padding-left: 50px;
    margin-bottom: 10px;
}

.proinfo_main .row {
    line-height: 26px;
}

.proinfo_main .row i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    color: #fff;
    background: #e0130d;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
}

.proinfo_main .row iframe {
    float: left;
    margin-right: 5px;
}

.tabbox {
    overflow-x: auto;
}

.tabbox table {
    width: 100%;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    margin: 0 auto;
}

.tabbox td {
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 8px 10px;
}

.tabbox table tr {
    transition: all .3s;
}

.tabbox table:not(:has(table)) tr:hover {
    transition: all .3s;
    background-color: #f7b393;
}

.tabbox table tr:nth-child(odd) {
    background: #f4f4f4;
}


.tabbox table p {
    margin: 0;
    line-height: inherit;
    font-size: 16px !important;
}

.tabbox table p span {
    font-size: 16px !important;
}

.infotit {
    color: #333;
    font-size: 28px;
    margin: 0 0 22px 0;
    padding-top: 30px;
    position: relative;
    font-weight: bold;
}

.proinfo_main .contact_form {
    width: 100%;
    float: none;
    text-align: center;
    padding-top: 0
}

.proinfo_main .contact_form li:nth-child(even) {
    margin-left: 0%;
}

.proinfo_main .contact_form li:last-child {
    width: 100%;
}



.rel_pro {
    margin: 0 0px;
    box-sizing: border-box;
}

.rel_pro .lis_pro {
    overflow: inherit;
    box-sizing: border-box;
}

.rel_pro .lis_pro li {
    width: 94%;
    margin: 0 auto;
    float: none;
}

.rel_pro .lis_pro .pic {
    box-shadow: none;
    border: 1px solid #dcdcdc;
}

.rel_pro .owl-controls {
    margin-top: 0;
    position: absolute;
    right: 5px;
    top: -35px;
}

.rel_pro .owl-controls .owl-page span {
    background: #ccc;
    opacity: 1;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 2px solid #c1c1c1;
}

.rel_pro .owl-controls .owl-page.active span {
    background: #e0130d;
    border: 2px solid #e0130d
}

.proinfo_main .contact_form {
    margin-top: 0;
    text-align: left;
}


.fo_form form li {
    float: left;
    overflow: hidden;
    margin-bottom: 8px;
    width: 100%;
    position: relative;
}

.fo_form form i {
    position: absolute;
    left: 8px;
    color: #DC5314;
    top: 10px;
    width: 10px;
}

.fo_form form input,
.fo_form form textarea {
    width: 100%;
    border-radius: 1px;
    line-height: 20px;
    border: 1px solid #999999;
    background: #fff;
    resize: none;
    padding: 8px;
    padding-left: 20px;
}

.fo_form form textarea {
    line-height: 20px;
    height: 120px;
}

.fo_form input::-webkit-input-placeholder {
    color: #666;
}

.fo_form input:-moz-placeholder,
.fo_form textarea:-moz-placeholder {
    color: #666;
}

.fo_form button {
    background: #DC5314;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    height: 40px;
    border-radius: 1px;
    border: 0;
}


/*404*/
.no_fun {
    text-align: center;
    margin-bottom: 60px;
}

.no_fun h5 {
    font-size: 36px;
    margin-bottom: 30px;
}

.no_fun p {
    color: #888;
    line-height: 30px;
}

.no_fun a {
    display: inline-block;
    margin-top: 34px;
    font-size: 20px;
    border-radius: 40px;
    padding: 16px 64px;
    background: #c81f21;
    color: #fff;
    text-transform: uppercase;
}

.no_fun a:hover {
    transform: translateY(5px);
}

.areatextClass::-webkit-input-placeholder {
    color: red !important;
}

@media screen and (max-width: 1650px) {}



@media screen and (max-width: 1590px) {}



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


    .bigbg {
        top: 16%;
    }


}



@media screen and (max-width: 1400px) {
    .advbox img {
        width: 100%;
    }

    nav li>a {
        font-size: 15px;
    }

    .warper {
        padding: 0 0%;
    }

    .conbox {
        padding: 40px 0;
    }


    .logo img {
        display: block;
        width: 166px;
        height: auto;
    }

    .footer .warper {
        padding: 45px 5%;
    }

    .pro_lis .con {
        padding: 25px 10px 0;
    }

    .pro_lis h3,
    .footer .item h4,
    .about_main h3,
    .edit-box h2,
    .contact_form h2 {
        font-size: 20px;
    }

    .foot_num {
        width: 260px;
    }

    .foot_num img {
        width: 90%;
    }

    .positionline .warper {
        margin: 0 6%;
        padding: 20px 0
    }

    .positionline h1 {
        font-size: 22px;
    }

    .main {
        padding: 40px 0;
    }

    .p_lcon {
        width: 300px;
    }

    .p_rcon {
        margin-left: 300px;
    }

    .p_lcon h2 {
        padding: 15px 20px;
    }

    .pro_nav li,
    .pro_td {
        padding: 15px;
    }

    .pro_nav li>a,
    .pro_td h4 {
        font-size: 18px;
    }

    .pro_nav dl a {
        line-height: 30px;
    }

    .sidebar h2 {
        font-size: 18px;
        padding: 20px 0;
    }

    .side_mail {
        padding: 30px 15px 45px;
    }

    .side_pdf {
        padding: 15px 15px 20%;
        line-height: 26px;
    }

    .side_pdf h3 {
        font-size: 16px;
        padding: 10px 0;
    }

    .pro_detail {
        margin-bottom: 40px;
    }

    .pro_detail h1 {
        font-size: 26px;
    }

    .pro_detail .rcon {
        line-height: 30px;
    }

    .pro_top h2 {
        font-size: 20px;
        padding: 10px 0;
    }

    .pro_top_left {
        padding: 0 20px 0 0;
        line-height: 26px;
    }

    .pro_top {
        margin-bottom: 40px;
    }

    .pro_filter h4 {
        font-size: 20px;
    }

    .pro_filter li {
        width: 48%;
    }

    .pro_filter .pic {
        width: 160px;
        float: left;
    }

    .pro_filter .con {
        margin-left: 160px;
        padding: 0 0 0 10px;
    }

    .lis_news li {
        padding: 20px;
    }

    .lis_news .time {
        height: 50px;
    }

    .lis_news strong {
        font-size: 32px;
    }

    .lis_news h3 {
        line-height: 26px;
        height: 50px;
        overflow: hidden
    }

    .lis_case li {
        padding: 15px;
    }

    .about_nav {
        margin-bottom: 30px;
    }

    .news_lis h3,
    .case_lis h3,
    .lis_faq h3,
    .about_nav a,
    .about_service h4 {
        font-size: 18px;
    }

    .edit-box {
        width: 35%;
    }

    .map {
        margin-top: 40px;
    }



}

@media screen and (max-width: 1366px) {
    .bigbg {
        top: 3%;
    }
}

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

    .logo img {
        display: block;
        width: 136px;
        height: auto;
    }

    .positionline .warper {
        margin: 0 5%;
    }

    .logo {
        left: 10px;
        top: 30px;
    }

    .head_rcon {
        right: 10px;
    }

    .fixnav {
        display: none
    }

    header {
        height: 140px;
    }

    nav li>a {
        padding: 0 10px;
        line-height: 60px;
    }

    .pro_lis .pic {
        width: 160px;
        height: 160px;
    }

    .pro_detail .fon {
        font-size: 16px;
    }

    .edit-box li {
        font-size: 17px;
    }

}

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

    .logo img {
        display: block;
        width: 116px;
        height: auto;
    }

    nav li>a {
        font-size: 14px;
    }

    .advbox img {
        width: 100%;
    }

    .pro_lis h3,
    .footer .item h4,
    .about_main h3,
    .edit-box h2,
    .contact_form h2,
    .pro_top h2,
    .pro_filter h4,
    .con_tit,
    .calibration li h4 {
        font-size: 18px;
    }

    .aboutbox .menu h2,
    .sidebar h2 {
        font-size: 16px;
    }

    .positionline h1,
    .p_lcon h2 {
        font-size: 20px;
    }

    .lis_news strong {
        font-size: 30px;
    }

    .calibration li {
        padding: 20px;
    }

    .news_lis h3,
    .case_lis h3,
    .lis_news h3,
    .lis_faq h3,
    .about_nav a,
    .about_service h4,
    .pro_top_left h3,
    .repair h4 {
        font-size: 16px;
        font-weight: bold;
    }

    .pro_top_left {
        width: 65%;
    }

    .pro_top_right {
        width: 35%;
    }

    .pro_filter li {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .pro_filter .con a {
        width: 100px;
        text-align: center;
        margin-bottom: 5px;
    }

    .pro_filter .con a.price {
        margin-left: 0
    }

    .pro_detail {
        margin-bottom: 30px;
    }

    .pro_detail h1 {
        font-size: 24px;
    }

    .propicflash {
        float: none;
    }

    .pro_detail .rcon {
        margin-left: 0;
        padding: 15px 0 0 0;
    }

    .infotit {
        font-size: 17px;
        margin: 0 0 22px 0;
        font-weight: bold;
        padding-top: 20px;
    }

    .tabbox td {
        padding: 8px 20px;
    }

}

@media screen and (max-width: 1024px) {
    .advbox img {
        width: 100%;
    }

    .warper {
        padding: 0 2%;
    }

    .positionline .warper {
        margin: 0 2%;
    }

    header {
        height: 52px;
    }

    .logo {
        top: 5px;
    }

    .logo img {
        width: auto !important;
        height: 40px;
    }

    header .warper {
        padding: 0
    }

    .head_rcon {
        right: 60px;
    }

    .head_rcon span {
        display: none;
    }

    .searchbox {
        width: 250px;
        position: absolute;
        right: 140px;
        top: 7px;
    }

    .searchbox form {
        height: 36px;
    }

    .searchbox input {
        width: 200px;
        line-height: 34px;
    }

    .searchbox button {
        font-size: 24px;
        width: 48px;
        line-height: 34px;
    }

    .languagebox {
        margin-top: 6px;
    }

    nav {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: 260px;
        box-shadow: 0 3px 5px #666;
        z-index: 99;
        overflow: auto;
        background: #fff;
        transform: translateX(-300px);
        transition: 0.3s;
        margin-left: 0
    }

    nav li {
        display: block;
        width: 100%;
        margin: 0;
    }

    nav li>a {
        line-height: 42px;
        font-size: 16px;
        text-align: left;
        color: #333;
        display: block;
        height: auto;
        padding: 0 15px;
    }

    nav li.on>a:before,
    nav li:hover>a:before {
        display: none;
    }

    nav li.on>a {
        height: auto;
        line-height: 42px;
    }

    nav li b {
        position: inherit;
        bottom: auto;
    }

    nav dl.downpro {
        display: none
    }

    nav li dl {
        left: 0;
        top: 0;
        background: #f9f9f9;
        position: inherit;
        opacity: 1;
        min-width: 100%;
        width: 100%;
    }

    nav dl a {
        padding: 10px 0 10px 30px;
        word-break: break-all;
        white-space: normal;
        color: #333;
        font-weight: 100;
        line-height: 20px;
    }

    nav li:hover dl {
        position: inherit;
    }

    nav .menu h3 {
        font-size: 16px;
        margin-bottom: 13px;
    }

    nav .menu h3 b {
        display: none;
    }

    nav .menu a.img img {
        display: none;
    }

    nav ul>li:nth-child(1) {
        display: block;
    }

    #nav .nav-button {
        display: block;
        top: 9px;
        right: 10px;
        background: #e63931
    }

    .mark {
        display: block
    }

    #banner .owl-pagination {
        bottom: 10px;
    }

    .conbox {
        padding: 30px 0
    }

    .aboutbox .menu {
        width: 700px;
    }

    .pro_lis li,
    .advbox li {
        width: 48%;
        margin: 0 1% 30px;
    }

    .footer .warper {
        padding: 40px 2%;
    }

    .footer .item {
        width: 50%;
    }

    .footer .item1 {
        display: none
    }

    .main {
        padding: 30px 0
    }

    .infocon h1 {
        font-size: 22px;
    }

    .p_lcon,
    .content {
        width: 100%;
        float: none;
    }

    .pro_top {
        margin-bottom: 30px;
    }

    .p_rcon {
        margin-left: 0;
        padding-left: 0;
        padding-top: 30px;
    }

    .p_lcon .tit,
    .p_lcon .tit i {
        display: block;
    }

    .p_lcon .tit i {
        right: 20px;
        top: 8px;
        font-size: 30px;
    }

    .pro_nav {
        display: none;
    }

    .pro_filter .con a.price {
        margin-left: 8px;
    }

    .factory_show ul,
    .about_logo ul,
    .about_honor ul,
    .download ul {
        margin: 0;
        overflow: hidden;
    }

    .download li {
        width: 24%;
        margin: 0 .5% 20px;
    }

    .p_lcon h2,
    .sidebar {
        display: none;
    }

    .pro_detail h1 {
        font-size: 20px;
    }

    .infocon p {
        line-height: 30px;
        margin: 10px 0;
    }

    .infocon .other {
        margin: 40px 0 0 0;
    }

    .about_service li {
        min-height: 205px
    }



}



@media screen and (max-width: 990px) {
    .advbox img {
        width: 100%;
    }

    .edit-box,
    .contact_form {
        width: 100%;
    }

    .edit-box {
        margin-bottom: 20px
    }

}



@media screen and (max-width:900px) {
    .advbox img {
        width: 100%;
    }

    .pro_top_left,
    .pro_top_right,
    .about_com .lcon,
    .about_com .rcon,
    .about_service li {
        width: 100%;
    }

    .about_service li {
        min-height: auto;
    }

    .about_com .rcon {
        margin: 0;
        padding: 8px;
    }

    .pro_top_left {
        padding: 0 0 10px 0
    }

    .case_nav li {
        width: 25%;
    }

    .lis_case .pic {
        width: 300px;
    }

    .lis_case .con {
        margin-left: 300px
    }

    .calibration {
        overflow: hidden;
        padding: 8px;
    }

    .calibration p {
        height: 84px;
    }

    .con_tit {
        margin-bottom: 10px;
    }

}



@media screen and (max-width: 860px) {
    .advbox img {
        width: 100%;
    }

    .about_logo li {
        width: 24%;
        margin: 0 .5% 10px;
        padding: 15px;
    }

    .about_honor li {
        width: 31.33%;
        margin: 0 1%;
    }

    .pro_filter .con a.price {
        margin-left: 0;
        display: block;
    }

    .aboutbox h1,
    .positionline h1,
    .p_lcon h2,
    .p_lcon .tit {
        font-size: 18px;
    }

    .positionline .warper {
        padding: 15px 0;
    }

}



@media screen and (max-width: 768px) {
    .advbox img {
        width: 100%;
    }

    .advbox .con {
        padding: 50px 0 0;
    }

    .positionline .warper {
        margin: 0;
        padding: 10px;
    }

    .aboutbox .menu {
        width: 600px;
    }

    .lis_news strong {
        font-size: 28px;
    }

    .lis_news .time {
        width: 80px;
    }

    .lis_news h3 {
        padding-left: 90px;
    }

    .edit-box li {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .infocon h1 {
        font-size: 20px;
    }



}



@media screen and (max-width: 640px) {
    .advbox img {
        width: 100%;
    }

    .searchbox {
        width: 200px;
        right: 0
    }

    .searchbox input {
        width: 150px;
    }

    .languagebox {
        display: none
    }

    .pro_lis .con {
        padding: 15px 5px 0;
    }

    .aboutbox .menu {
        width: 100%;
    }

    .aboutbox .lcon,
    .aboutbox .rcon {
        width: 100%;
        float: none
    }

    .bx {
        padding: 10px;
    }

    .bx .item {
        padding: 10px;
    }

    .lis_news li {
        padding: 15px;
    }

    .case_lis .pic {
        width: 190px;
    }

    .case_lis .con,
    .news_lis .con {
        margin-left: 190px;
        padding: 10px 0 0 20px
    }

    .pro_lis p,
    .news_lis p,
    .case_lis p,
    .lis_pro p {
        height: 72px;
        overflow: hidden
    }

    .lis_news .pic,
    .lis_case .pic {
        width: 220px;
    }

    .lis_news .con {
        margin-right: 220px;
    }

    .lis_case .con {
        margin-left: 220px;
    }

    .download li {
        width: 32%;
    }

    .calibration {
        margin-bottom: 0
    }

    .calibration li {
        width: 100%;
        padding: 15px;
    }

    .repair li {
        width: 49%
    }

    .case_nav li {
        width: 33.333%;
    }

    .proinfomenu {
        display: none
    }

    .infocon h1 {
        font-size: 18px;
    }

    .infocon .time {
        margin: 10px 0;
    }

}



@media screen and (max-width:480px) {
    .advbox img {
        width: 100%;
    }

    .warper {
        padding: 0 4%;
    }

    .case_lis .pic,
    .news_lis .pic {
        width: 160px;
    }

    .case_lis .con,
    .news_lis .con {
        margin-left: 160px;
        padding: 0 0 0 20px
    }

    .news_lis p,
    .case_lis p {
        display: none
    }

    .aboutbox .menu h2 {
        font-size: 15px;
    }

    .footer:before {
        top: 30px;
    }

    .footer .warper {
        padding: 30px 4%;
    }

    .footer .media,
    .p_lcon .media {
        margin: 10px 0 20px
    }

    .foot_num {
        width: 100%;
    }

    .foot_num img {
        height: 100px;
    }

    .footer .item {
        width: 100%;
    }

    .positionline .warper {
        margin: 0;
        padding: 10px 4%;
    }

    .positionline {
        text-align: left
    }

    .positionline h1 {
        display: none
    }

    .lis_news .pic,
    .lis_case .pic {
        width: 100%;
        float: none
    }

    .lis_news .con {
        margin: 10px 0 0
    }

    .lis_case .con {
        margin-left: 0;
        padding: 10px 0 0 0;
    }

    .about_nav {
        margin-bottom: 20px;
    }

    .about_nav a {
        padding: 13px 15px;
    }

    .about_com iframe {
        width: 100% !important;
    }

    .about_honor li {
        width: 48%;
    }

    .about_logo li {
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
    }

    .pro_filter li {
        width: 100%;
    }

    .pro_filter li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .pro_top_right {
        padding: 15px
    }

    .pro_top_right h5 {
        font-size: 16px;
    }

    .lis_pro li {
        width: 48%;
    }

    .pro_detail {
        margin-bottom: 20px;
    }

    .propicflash {
        width: 100%;
    }

    .pro_detail h1 {
        font-size: 18px;
    }

    .proinfo_main .row iframe {
        width: 100%
    }

    .tabbox td {
        padding: 5px 10px;
    }

    .about_service li {
        padding: 10px
    }

    .contact_form button {
        font-size: 16px;
        height: 46px;
        width: 180px;
    }





}



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

    .head_rcon {
        display: none
    }

    .pro_lis .con {
        padding: 15px 0 0;
    }

    .pro_lis h3 {
        font-size: 16px;
    }

    nav li>a,
    .news_lis h3,
    .case_lis h3,
    .lis_news h3,
    .lis_faq h3,
    .about_nav a,
    .about_service h4,
    .pro_top_left h3,
    .repair h4 {
        font-size: 15px
    }

    .aboutbox .menu h2 {
        font-size: 14px;
    }

    .advbox h3 {
        height: 51px;
        font-size: 15px;
    }

    .contact_form form li {
        width: 100%;
    }

    .proinfo_main .contact_form li:nth-child(even),
    .contact_form form li:nth-child(even) {
        margin-left: 0;
    }

    .about_nav a {
        font-size: 14px;
        padding: 13px 10px;
    }

    .download li {
        width: 49%;
    }

    .about_service li .pic {
        width: 120px;
    }

    .about_service li .con {
        margin-left: 120px;
        padding-left: 20px;
    }

    .pro_detail .links a {
        margin-bottom: 10px
    }

    .case_nav li {
        width: 50%;
    }

}




@-webkit-keyframes chatra-chat-appear-from-bottom {
    from {
        opacity: 0;
        -webkit-transform: translateY(20px) scale(.97);
        transform: translateY(20px) scale(.97);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}

@keyframes chatra-chat-appear-from-bottom {
    from {
        opacity: 0;
        -webkit-transform: translateY(20px) scale(.97);
        transform: translateY(20px) scale(.97);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}

@-webkit-keyframes chatra-chat-appear-from-top {
    from {
        opacity: 0;
        -webkit-transform: translateY(-20px) scale(.97);
        transform: translateY(-20px) scale(.97);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}

@keyframes chatra-chat-appear-from-top {
    from {
        opacity: 0;
        -webkit-transform: translateY(-20px) scale(.97);
        transform: translateY(-20px) scale(.97);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}

@-webkit-keyframes chatra-chat-appear {
    from {
        opacity: 0;
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes chatra-chat-appear {
    from {
        opacity: 0;
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes chatra-round-button-appear {
    from {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes chatra-round-button-appear {
    from {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes chatra-tab-button-appear {
    from {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes chatra-tab-button-appear {
    from {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes chatra-transparent-appear {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes chatra-transparent-appear {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

html.chatra-mobile-widget-expanded,
body.chatra-mobile-widget-expanded {
    overflow: hidden !important;
    height: 100% !important;
    width: 100% !important;
    position: fixed !important;
    margin: 0 !important;
    top: 0 !important;
    left: 0 !important;
}

#chatra {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    max-height: calc(100% - 40px);
    max-width: calc(100% - 40px);
    -webkit-transition: .2s linear;
    transition: .2s linear;
    -webkit-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: auto;
    height: auto;
    min-height: 0;
    min-width: 0;
    display: block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
}

@media print {
    #chatra {
        display: none;
    }
}

#chatra__iframe-wrapper,
#chatra__iframe {
    left: 0 !important;
    top: 0 !important;
    height: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    background: transparent !important;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

#chatra__iframe-wrapper {
    position: absolute;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.3);
    overflow: hidden !important;
}

#chatra #chatra__iframe-wrapper,
#chatra.chatra--safari #chatra__iframe,
#chatra.chatra--webkit.chatra--expanded #chatra__iframe {
    border-radius: 12px;
}

#chatra.chatra--mobile-widget:not(.chatra--expanded),
#chatra.chatra--mobile-widget:not(.chatra--expanded) * {
    cursor: pointer;
}

#chatra.chatra--safari #chatra__iframe {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    -webkit-mask-image: linear-gradient(#000, #000);
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    mask-image: linear-gradient(#000, #000);
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

#chatra:not(.chatra--expanded) #chatra__iframe-wrapper {
    -webkit-transition: .2s linear;
    transition: .2s linear;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
}

#chatra:not(.chatra--expanded):hover #chatra__iframe-wrapper {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 0 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 0 15px rgba(0, 0, 0, 0.4);
}

#chatra.chatra--visible {
    visibility: visible;
    opacity: 1;
}

#chatra.chatra--animating {
    -webkit-transition: 350ms cubic-bezier(.25, .1, 0, 1);
    transition: 350ms cubic-bezier(.25, .1, 0, 1);
    -webkit-transition-property: height, width, max-width, max-height, top, bottom, left, right, -webkit-transform;
    transition-property: height, width, max-width, max-height, top, bottom, left, right, -webkit-transform;
    transition-property: height, width, max-width, max-height, top, bottom, left, right, transform;
    transition-property: height, width, max-width, max-height, top, bottom, left, right, transform, -webkit-transform;
}

#chatra.chatra--style-round:not(.chatra--expanded) #chatra__iframe-wrapper,
#chatra.chatra--style-round.chatra--safari:not(.chatra--expanded) #chatra__iframe {
    border-radius: 50%;
}

#chatra.chatra--custom-button:not(.chatra--expanded) {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none;
    -webkit-transition: none;
    transition: none;
}

#chatra.chatra--fast-toggle.chatra--style-round:not(.chatra--expanded) #chatra__iframe-wrapper {
    -webkit-animation: chatra-round-button-appear 150ms ease-out 50ms both;
    animation: chatra-round-button-appear 150ms ease-out 50ms both;
}

#chatra.chatra--fast-toggle.chatra--style-tab:not(.chatra--expanded) #chatra__iframe-wrapper {
    -webkit-animation: chatra-tab-button-appear 150ms ease-out 50ms both;
    animation: chatra-tab-button-appear 150ms ease-out 50ms both;
}

#chatra.chatra--fast-toggle.chatra--expanded #chatra__iframe-wrapper {
    -webkit-animation: chatra-chat-appear 150ms ease-out 50ms both;
    animation: chatra-chat-appear 150ms ease-out 50ms both;
}

#chatra.chatra--fast-toggle.chatra--transparent #chatra__iframe-wrapper {
    -webkit-animation-name: chatra-transparent-appear;
    animation-name: chatra-transparent-appear;
}

#chatra.chatra--fast-toggle.chatra--expanded:not(.chatra--mobile-widget):not(.chatra--transparent) #chatra__iframe-wrapper {
    -webkit-animation-name: chatra-chat-appear-from-bottom;
    animation-name: chatra-chat-appear-from-bottom;
}

#chatra.chatra--fast-toggle.chatra--pos-top.chatra--expanded:not(.chatra--mobile-widget):not(.chatra--transparent) #chatra__iframe-wrapper {
    -webkit-animation-name: chatra-chat-appear-from-top;
    animation-name: chatra-chat-appear-from-top;
}

#chatra.chatra--expanded #chatra__iframe-wrapper {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 5px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 5px 50px rgba(0, 0, 0, 0.2);
}

#chatra.chatra--side-bottom {
    bottom: 20px;
}

#chatra.chatra--side-left {
    left: 20px;
}

#chatra.chatra--side-left.chatra--style-tab:not(.chatra--expanded) {
    left: 10px;
}

#chatra.chatra--side-right {
    right: 20px;
}

#chatra.chatra--side-right.chatra--style-tab:not(.chatra--expanded) {
    right: 10px;
}

#chatra.chatra--side-left.chatra--expanded {
    bottom: 20px;
    left: 20px;
}

#chatra.chatra--side-right.chatra--expanded {
    bottom: 20px;
    right: 20px;
}

#chatra.chatra--pos-right {
    right: 20px;
}

#chatra.chatra--pos-left {
    left: 20px;
}

#chatra.chatra--pos-center {
    left: 50%;
}

#chatra.chatra--pos-top.chatra--style-tab:not(.chatra--expanded) {
    bottom: 100%;
    margin-bottom: -20px;
}

#chatra.chatra--pos-top.chatra--style-round:not(.chatra--expanded) {
    top: 20px;
}

#chatra.chatra--pos-bottom:not(.chatra--expanded) {
    bottom: 20px;
}

#chatra.chatra--pos-middle:not(.chatra--expanded) {
    bottom: 50%;
}

#chatra.chatra--mobile-widget.chatra--expanded:not(.chatra--transparent) {
    max-width: none;
    max-height: none;
    top: 0 !important;
    bottom: 0 !important;
}

#chatra.chatra--mobile-widget.chatra--expanded #chatra__iframe-wrapper,
#chatra.chatra--safari.chatra--mobile-widget.chatra--expanded #chatra__iframe,
#chatra.chatra--webkit.chatra--mobile-widget.chatra--expanded #chatra__iframe {
    border-radius: .1px;
}

#chatra.chatra--mobile-widget.chatra--expanded.chatra--pos-right:not(.chatra--transparent) {
    right: 0;
}

#chatra.chatra--mobile-widget.chatra--expanded.chatra--pos-left:not(.chatra--transparent) {
    left: 0;
}

#chatra.chatra--mobile-widget.chatra--expanded.chatra--pos-center:not(.chatra--transparent) {
    left: 0;
}

#chatra.chatra--mobile-widget.chatra--expanded.chatra--side-right:not(.chatra--transparent) {
    right: 0;
}

#chatra.chatra--mobile-widget.chatra--expanded.chatra--side-left:not(.chatra--transparent) {
    left: 0;
}

#chatra.chatra--transparent.chatra--expanded {
    bottom: 10px;
}

#chatra.chatra--transparent.chatra--expanded #chatra__iframe-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#chatra.chatra--side-left.chatra--transparent,
#chatra.chatra--pos-left.chatra--transparent {
    left: 10px;
}

#chatra.chatra--side-right.chatra--transparent,
#chatra.chatra--pos-right.chatra--transparent {
    right: 10px;
}

#chatra.chatra--mobile-widget.chatra--transparent {
    max-height: 300px;
}

#chatra.chatra--bg-white {
    background: #fff;
}


.about_service img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}






















.homepartners-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homepartners {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1200px;
    height: auto;
    min-height: 30px;
    margin: 30px 0px 10px 0;
    padding: 0px 10px;
}

.homepartners-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homepartners-t>.label1 {
    padding: 0px 0px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
    letter-spacing: 1px;
}

.homepartners-t-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 4px;
    margin: 0px auto;
    padding: 0px 0px;
    background: #DF120D;
}

.homepartners-m1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 30px 0px;
    padding: 0px 0px;
}

.homepartners-m2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homepartners-m2>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}

.homepartners-d {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px auto;
    padding: 0px 0px;
}

.homepartners-d>.label-desc {
    padding: 0px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.homepartners-e {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px auto;
    padding: 0px 0px;
    max-width: 1200px;
}
.homepartners-e img{
    width: 100%;
    max-width: 100%;
    height: auto;
}

.homepartners-f {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.homepartners-f>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}

.homepartners-g {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px auto;
    padding: 0px 0px;
}

.homepartners-g>.homecontact-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 0px 0px;
    padding: 8px 30px;
    border-radius: 30px;
    background: #DD5314;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.homepartners-g>.homecontact-link:hover {
    color: #fff;
    text-decoration: none;
}

.homepartners-g>.homecontact-link:active {
    color: #fff;
    text-decoration: none;
}

.homepartners-g>.homecontact-link:visited {
    color: #fff;
    text-decoration: none;
}

/*--------自适应--------*/