/* @font-face {
    font-family: SourceHanSansCN;
    src: url(../font/SourceHanSansCN-Normal.otf)
}

@font-face {
    font-family: SourceHanSansCN;
    src: url(../font/SourceHanSansCN-Normal.otf)
} */

body {}

.mauto {
    max-width: 1200px
}

.img-scale,
.hover-scale {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

.img-scale img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

.img-scale:hover img,
.hover-scale:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

.wrap {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

/* @media (max-width:767px) {
    .wrap {
        width: 96%
    }
} */

header,
footer,
.header-m,
main,
.i-banner,
.banner {
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all .5s
}

/* main {
    overflow-x: hidden;
} */

header {
    position: fixed;
    z-index: 555;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #FFFFFF;
}

.header .top {
    height: 34px;
    line-height: 34px;
    background: #f6f6f6
}

.logo {
    height: 100px;
    line-height: 100px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:1200px) {
    .mauto {
        max-width: 94% !important
    }
}

.header-m .m-language {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ebebeb;
}

.header-m .m-language a {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #666;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    -moz-animation: slideInUp 1.5s both;
    -o-animation: slideInUp 1.5s both;
    animation: slideInUp 1.5s both;
    -webkit-animation: slideInUp 1.5s both
}

.header-m .m-language a img {
    height: 18px;
    vertical-align: -2px;
    margin: 0 5px 0 0
}

/* .header-m .m-language {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ebebeb;
}

.header-m .m-language a {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #666;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    -moz-animation: slideInUp 1.5s both;
    -o-animation: slideInUp 1.5s both;
    animation: slideInUp 1.5s both;
    -webkit-animation: slideInUp 1.5s both
}

.header-m .m-language a img {
    height: 18px;
    vertical-align: -2px;
    margin: 0 5px 0 0
} */

.main-bg {
    background-color: #FFFFFF;
    padding-bottom: 20px;
}

nav ul li {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    margin: 0 .4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

nav ul li.cur a::after,
nav ul li:hover a::after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1)
}

/* 
nav ul li.cur a {
    color: #E62129;
}
 */


.header.on ul li:hover>a {
    color: #000 !important;
}

nav ul li:hover {
    background: transparent !important;
}

nav ul li>a {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 38px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #202020;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header {

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

nav ul li a span {
    display: block;
    font-size: 12px;
    color: #aaa;
    margin-top: 5px
}

/* nav ul li>a::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #E62129;
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
} */

/* nav ul li:nth-last-child(2)>a::after,
nav ul li:last-child>a::after {
    transform: none;
    left: auto;
    bottom: auto;
} */

nav ul li:nth-last-child(2):hover,
nav ul li:last-child:hover {
    background: transparent !important;
}

nav ul li .sub-nav {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    top: 110px;
    left: 48%;
    padding: 10px;
    width: 150px;
    background: rgba(255, 255, 255, 0.9);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    box-shadow: 0 5px 20px rgb(0 0 0 / 15%);

}

nav ul li .sub-nav a {
    display: block;
    line-height: 23px;
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.fix-search {
    z-index: 999;
    top: 0;
    left: 0
}

.fix-search .hide {
    width: 20px;
    height: 50px;
    margin-right: 10px;
    cursor: pointer
}

.fix-search .hide::before,
.fix-search .hide::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 1px;
    height: 35%;
    margin-top: -35%;
    background: #000
}

.fix-search .hide::before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.fix-search .hide::after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.fix-search .hide:hover {
    opacity: .5
}

.fix-search .txt,
.fix-search .btn {
    height: 50px;
    line-height: 50px
}

.fix-search .txt {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    font-size: 15px;
    padding: 0 15px 0 5px;
    border-bottom: 1px solid #e1e1e1
}

.fix-search .txt:focus {
    border-color: #666
}

.fix-search .btn {
    width: 30px;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAilBMVEUAAABmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZmZmZmZmZlZWVmZmZlZWVlZWVlZWVmZmZmZmZmZmZmZmZmZmZiYmJmZmZmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZkZGRmZmZmZmZmZmZlZWVmZmZlZWVnZ2dmZmZmZmZnZ2dmZmZqampnZ2dmZmbkjhFbAAAALXRSTlMAr5hB9NSAem7q5YxpRjcw+thfVSsU38zHwLq2k3NkIqmhhlpRGhDuSjwKJB5esRyhAAACPElEQVRIx8WW2XaDIBCGcY9b3Go0ajQ2exre//XKclqKIpDkov8dM/NxZBhmBALFn2Pj+OmmNrroAZ5QeRgv8K+2u0QTPXsBnMuIddhV9gvYWR0wfFyr0HVFI9MmSkpiGazwZ7tQzh5pVJuX/JauT89+l7AeDSnmniFMsevyscg25KC92JnsIdYSTbyb5UsxCX0S+j6xq5ZeBI5wzgJPTzxAKovc+Nz+CBiruA1X+NHOoC4hnPKvifHDRtYrUMsQFEuHbHu2lB875W9kgEg3oKMRRXacJUIWE2hpjYuBs7TIEgM9NZPslGw3tXaTr4xYCtU6oWB/kmsL6GqLokv+8hJt2OAfV42WgzY88tndkA9Rix0yZ0vcJVQI/ww8tsQd6q4Nhyg6YktH1CGkHeXIlo24OUna1ZrLH1nq1+eJT0GvDft8ei3WmvRedDPZLC2fSLY3TeBBE66mCSrwgFJRLDTjZ3KgnbJ63nw9NgvUrSCYFNQ5IxsqNQQ4TjiHdlpvOTgJkwgtjbKGkeDubexQP0bYiTwHCBXdqOWH5PzYMF9Cv2oyhJden0toU+zOHUiULdE34rbDx7yutvBHWbL0aTTGNwvOumrprpEr/W25m5DK3nvR4Wod85VbQarKAsAj9GLjuO2hULZZ/v6qBcttJzbmaOYNrLgRLZnlD3xIpjosaGNmtC/9E7jHudcZren2MX1sU1o9GCXVdIn/hY5I/q8v0v37dHp8kc7fp2GhD8y7RwXeoB3wqopq634DOx1tNyykjbUAAAAASUVORK5CYII=) no-repeat center / 60% auto
}

nav ul li .earth,
nav ul li .search-btn {
    min-width: auto;
    cursor: pointer;
    height: 106px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-right: none;
    margin: 0
}

.header.on nav ul li>a {
    color: #000;
}

nav ul li .earth::after,
nav ul li .search-btn::after {
    padding: 33px 0;
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/search.png) no-repeat center
}

.header.on .search-btn::after {
    background: url(../images/search.png) no-repeat center
}

.header.on .earth::after {
    background: url(../images/earch.png) no-repeat center
}

nav ul li .earth::after {
    background: url(../images/earch1.png) no-repeat center
}

nav ul li .sub-nav a:hover {
    color: #fff;
    background: #E62129
}

nav ul li:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.65)), to(transparent));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.65), transparent);
}

/* nav ul li::after {
    width: 1px;
    height: 19px;
    background: #938D8C;
    content: '';
    display: block;
} */

nav ul li:last-child::after,
nav ul li:nth-last-child(2)::after {
    display: none;
}

nav ul li:hover .sub-nav {
    visibility: visible;
    opacity: 1;
    top: 100px
}


.header.active {
    background-color: #fff;
}

.header.on,
.header.cur {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);
    box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);

}

.header.active nav ul li>a {
    color: #000;
}


/* .header-active::after, */
.header-active {}

.header-ul {
    height: 100%;
}

.header-ul li>a:hover {
    color: #505050;
}



.header-search {
    width: 106px;
    height: 25px;
    border-bottom: 1px solid #CCCCCC;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.sild-float {
    position: fixed;
    z-index: 21;
    right: 0;
    bottom: 30%;
    width: 46px;
}

.sild-float .list {
    margin-bottom: 2px
}

.sild-float .list>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    background: rgba(0, 0, 0, 0.5) no-repeat center center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.sild-float .list a.a1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sild-float .list:hover>a {
    background-color: #02A0E1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.sild-float .list .rolme {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    right: 46px;
    top: 0;
    padding: 10px;
    line-height: 26px;
    width: 184px;
    background: rgba(0, 0, 0, 0.5)
}

.sild-float .list:hover .rolme {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.sild-float .list .rolme .ltt {
    font-size: 20px;
    color: #fff;
    text-align: center;
    word-break: break-all;
}

.sild-float .list .rolme .emv img {
    border-radius: 10px
}

.sild-float .list:nth-child(1) .fplae {
    border-top-left-radius: 5px;
    overflow: hidden
}

.sild-float .list:last-child>a {
    border-bottom-left-radius: 5px;
    overflow: hidden
}

.sild-float .bpmaeb {
    height: 46px;
    width: 46px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.sild-float .fplae {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 46px;
    height: 46px;
    width: 226px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.sild-float .fplae:hover {
    -webkit-transform: translateX(-180px);
    -moz-transform: translateX(-180px);
    -ms-transform: translateX(-180px);
    -o-transform: translateX(-180px);
    transform: translateX(-180px);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.sild-float .fplae:hover .bpmaeb {
    background-color: #02A0E1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.sild-float .fplae .ltt {
    width: 180px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    word-break: break-all;
}

.sild-float .email .fplae .ltt {
    font-size: 14px;
}

.sild-float .kefu .fplae .ltt {
    font-size: 14px;
}

.sild-float .friends .fplae .ltt {
    font-size: 14px;
}

/*  new  */
.public-top {
    padding-top: 101px !important;
}

.public-tobody {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.header.on .logo .i1,
.logo .i2 {
    display: none;
}

.header.on .logo .i2 {
    display: block;
}

/* downmenu */

.main-nav-m {
    display: none;
    position: relative;
    cursor: pointer;
    z-index: 2;
    /* width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px); */
    margin: auto;
    margin-top: .2rem;
}

.thr3 {
    display: none;
    padding-left: 40px
}

.thr3 a {
    line-height: 30px;
}

.main-nav-m .title {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    background: rgb(37, 61, 147);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    border-bottom: none
}

.main-nav-m .title strong {
    color: #fff;
    font-size: 16px;
    font-weight: bold
}

.main-nav-m .title i {
    position: absolute;
    content: '';
    width: 45px;
    height: 100%;
    right: 0
}

.main-nav-m .title i::before,
.main-nav-m .title i::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 12px;
    height: 1px;
    background: #fff;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
}

.main-nav-m .title i::before {
    left: 46%;
    -moz-transform: rotate(40deg) scaleY(1.5);
    -ms-transform: rotate(40deg) scaleY(1.5);
    -o-transform: rotate(40deg) scaleY(1.5);
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5)
}

.main-nav-m .title i::after {
    right: 46%;
    -moz-transform: rotate(-40deg) scaleY(1.5);
    -ms-transform: rotate(-40deg) scaleY(1.5);
    -o-transform: rotate(-40deg) scaleY(1.5);
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5)
}

.main-nav-m .title.active i::before {
    -moz-transform: rotate(-40deg) scaleY(1.5);
    -ms-transform: rotate(-40deg) scaleY(1.5);
    -o-transform: rotate(-40deg) scaleY(1.5);
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5)
}

.main-nav-m .title.active i::after {
    -moz-transform: rotate(40deg) scaleY(1.5);
    -ms-transform: rotate(40deg) scaleY(1.5);
    -o-transform: rotate(40deg) scaleY(1.5);
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5)
}

.main-nav-m>ul {
    display: none;
    position: absolute;
    top: 45px;
    width: 100%;
    padding: 0 10px;
    background-color: rgb(37, 61, 147, .8);
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-nav-m ul>li {
    -moz-animation: ReturnToNormal .5s both;
    -o-animation: ReturnToNormal .5s both;
    animation: ReturnToNormal .5s both;
    -webkit-animation: ReturnToNormal .5s both
}

.main-nav-m ul>li>a {
    display: block;
    line-height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.main-nav-m ul>li a {
    color: #fff;
}

/* downmenu */
.home-swiper .swiper-wrapper .swiper-slide,
.home-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.home-swiper {
    margin: .12rem 0 .15rem;
}


.home-swiper-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-swiper .swiper-pagination-bullet {
    width: 11px !important;
    height: 11px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.42) !important;
}

.home-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E6222A !important;
}

.home-swiper-b {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

.search-box {
    max-width: 3.18rem;
    height: 58px;
    background: #FFFFFF;
    border: 3px solid #3AA7DF;
    border-radius: 50px;
    padding: 0 20px;
}

.search-box input {
    width: 100%;
    height: 100%;
    font-size: 16px;
}

.home-model {
    margin-bottom: .17rem;
}

.home-model .top .left {
    width: 3rem;
    height: 50px;
    background: #E62129;
    border-radius: 0px 25px 0px 0px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.home-model .top .left .t1 {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}

.home-model1 .top .more,
.home-model .top .more {
    font-size: 14px;
    font-weight: 400;
    color: #292929;
}

.home-model1 .top .more img,
.home-model .top .more img {
    margin-left: 12px;
    animation: comeback 1s infinite;
    position: relative;
}

.home-model .bottom {
    height: 2.31rem;
    border-top: 3px solid #E62129;
}

.home-model .bottom .left {
    width: 3rem;
    padding: 30px;
    background: #F7F7FA;
    overflow: auto;
}

.home-model .bottom .left .left-i {
    width: 49%;
    height: max-content;
    margin-bottom: .15rem;
    font-size: 14px;
    font-weight: 400;
    color: #292929;
}

.home-model .bottom .left .left-i:hover {
    color: #E62129;
}

.home-model .bottom .right .right-i {
    width: 100%;
    height: 100%;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    text-align: center;
    padding: 1px;
}

.home-model .bottom .right .right-img {
    width: 1.52rem;
    height: 1.40rem;
    margin: .3rem auto .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-model .bottom .right .right-img img {
    width: auto;
    height: max-content;
    object-fit: contain;
}

.home-model .bottom .right {
    width: calc(100% - 3rem);
    display: flex;
    overflow-x: auto;
}

.home-model .bottom .right::-webkit-scrollbar {
    width: 100%;
    height: 6px;
    background: #e6e6e6;
}

.home-model .bottom .right::-webkit-scrollbar-thumb {
    height: 6px;
    border-radius: 50px;
    background: #868686;
}

.home-model .bottom .right .right-i .t1 {
    font-size: 14px;
    font-weight: 400;
    color: #272727;
}

.home-more {
    width: 155px;
    height: 40px;
    background: #E62129;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin: auto;
    margin-top: .4rem;
    margin-bottom: 0;
}

.home-model1 {
    margin-top: .5rem;
    padding-bottom: .24rem;
}

.public-title {
    font-size: 25px;
    font-weight: bold;
    color: #33A4DE;
}

.public-title::after {
    width: 46px;
    height: 3px;
    content: '';
    display: block;
    background: #33A4DE;
    margin-top: 9px;
}

.home-model1 .info {
    margin-top: .27rem;
}

.home-model1 .info .row {
    width: 49%;
}

.home-model1 .info .row .info-i {
    display: flex;
    width: 100%;
    height: 100%;
    background: #F7F7FA;
}

.home-model1 .info .row .info-i .info-img {
    width: 50%;
}

.home-model1 .info .row .info-i .info-img img {
    object-fit: cover;
}

.home-model1 .info .row .info-con {
    width: 50%;
    height: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.home-model1 .info .row .info-con .t1 {
    font-size: 16px;
    font-weight: bold;
    color: #191919;
}

.home-model1 .info .row .info-con .day {
    font-size: 14px;
    font-weight: 400;
    color: #A4A4A4;
    margin-top: .11rem;
}

.home-model1 .info .row .info-con .t2 {
    font-size: 14px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 24px;
    margin-top: .25rem;
}

.h-page-prev,
.h-page-next {
    width: 28px;
    height: 28px;
    background: #C1C1C3;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.h-page-prev {
    margin-right: 15px;
}

.h-page {
    margin-top: .3rem;
}

.h-page-prev:hover,
.h-page-next:hover {
    background: #3D3D3D;
}

.home-model1 .info .row .info-list {
    width: 100%;
    height: 100%;
    background: #F7F7FA;
    padding: 27px;
}

.home-model1 .info .row .info-list .info-list-i .t1 {
    font-size: 16px;
    font-weight: 400;
    color: #191919;
    position: relative;
    padding-left: .2rem;
    width: 80%;
}

.home-model1 .info .row .info-list .info-list-i .t1::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #DEDEDE;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.home-model1 .info .row .info-list .info-list-i .day {
    font-size: 14px;
    font-weight: 400;
    color: #A4A4A4;
}

.home-model1 .info .row .info-list .info-list-i {
    margin-bottom: .16rem;
}

.home-model1 .info .row .info-list .info-list-i:last-child {
    margin: 0;
}

.home-model1 .info .row .info-list .info-list-i:hover .t1 {
    color: #E62129;
}

.h-company {
    margin-top: .25rem;
    background: #F7F8FA;
    min-height: 3.82rem;
}

.h-company .left .t1 {
    font-size: 25px;
    font-weight: bold;
    color: #33A4DE;
}

.h-company .left .t2 {
    font-size: 14px;
    font-weight: 400;
    color: #191919;
    line-height: 24px;
    margin-top: .34rem;
}

.h-company .right,
.h-company .left {
    width: 50%;
}

.h-company .left {
    padding: 0 .5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.h-company .left .home-more {
    margin-left: 0;
}

.public-footer-swiper-i,
.public-footer-top>.title {
    font-size: 14px;
    font-weight: 500;
    color: #F1F7FF;
    white-space: nowrap;
}

.public-footer-swiper {
    width: 100%
}

.public-footer-top .home-news-i-swiper-page {
    height: auto;
    position: static;
    display: flex;
    justify-content: flex-end;
}

.public-footer-top .home-news-i-swiper-page .home-news-i-swiper-page-i {
    margin-right: 0 !important;
    margin-left: .2rem;
}

.public-footer-top {
    max-width: 1200px;
    width: 100%;
    padding: .32rem 0;
    margin: auto;
}

.home-news-i-swiper-page-i {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    margin-right: .2rem;
}

.public-footer-t {
    background: #082543;
}

.public-footer-info {
    background: #061C34;
}

.public-footer-info .top {
    padding: .33rem 0;
}

.public-footer-info .top .right,
.public-footer-info .top .left {
    width: 50%;
}

.public-footer-info .top .left .left-i .t1 {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: .27rem;
    margin-bottom: .27rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.public-footer-info .top .left .left-i .t2 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    display: block;
}

.public-footer-info .top .left .left-i .t2:hover {
    font-size: 15px;
}

.public-footer-info .top .left .left-i {
    width: 25%;
}

.public-footer-info .top {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.public-footer-info .top .right .right-i .title {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    padding-top: .2rem;
}

.public-footer-info .top .right .right-i .phone {
    margin-top: .24rem;
}

.public-footer-info .top .right .right-i .phone .t1 {
    font-size: 24px;
    font-weight: 800;
    color: #FFFFFF;
    margin-left: .09rem;
}

.public-footer-info .top .right {
    width: 50%;
    padding-left: .65rem;
}

.code-title {
    text-align: center;
    margin-top: .13rem;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.public-footer-info .bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.public-footer-info .bottom .t1 {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.51);
    padding: .3rem 0;
    text-align: center;
}


.product-top-l {
    width: 45%;
}

.product-d-swiper-b,
.product-d-swiper2 {
    width: 100%;
}

.product-d-swiper {
    width: 87%;
    margin: auto;
}

.product-d-swiper-b {
    position: relative;
    margin-top: .35rem;
}

.product-d-swiper2-img {
    width: 100%;
    height: 100%;
    padding: .3rem 0;
    /* border: 1px solid rgba(231, 231, 231, 0.75); */
}

.product-d-swiper2-img>img {
    width: auto;
    height: auto;
    margin: auto !important;
    max-height: 3.9rem;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-d-swiper-img {
    width: 0.8rem;
    height: 0.73rem;
    border: 2px solid #E7E7E7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    overflow: hidden;
    cursor: pointer;
}

.product-d-swiper-img img {
    width: auto;
    height: auto;
}

.product-detail-next,
.product-detail-prev {
    width: .3rem;
    height: .3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-detail-next {
    left: auto;
    right: 0;
}

.product-d-swiper-b .swiper-slide.swiper-slide-thumb-active .product-d-swiper-img {
    border-color: #E62129 !important;
}

.product-d-swiper-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-d-swiper-img img {}

.product-top-r {
    width: 50%;
}

.product-top-r>.title {
    font-size: 30px;
    font-weight: bold;
    color: #111111;
    padding-bottom: .28rem;
    margin-bottom: .41rem;
    border-bottom: 1px solid #E0E0E0;
}

.product-top-r-con .product-top-r-con-i {
    font-size: 16px;
    font-weight: 400;
    color: #232323;
    line-height: .48rem;
}

.product-top-r-con-i>.info {
    font-size: 18px;
    font-weight: bold;
    color: #DB261F;
}

.product-top-title {
    display: none;
}

.product-b {
    margin-top: .24rem;
    background: #fff;
    padding: .37rem;
}

.price-b-con .t1 {
    font-size: 16px;
    font-weight: 400;
    color: #4E4E4E;
    line-height: 30px;
}

.product-share {
    display: flex;
    justify-content: flex-end;
    margin-bottom: .34rem;
}

.product-box {
    background: #F7F7FA;
    padding-top: .2rem;
    padding-bottom: .24rem;
}

.news-detail-share-i {
    margin-left: .17rem;
}

.public-nav .title {
    font-size: 14px;
    font-weight: 400;
    color: #494949;
}

.public-nav em {
    margin: 0 5px;
}

.public-nav {}

.nav-home {
    width: auto;
    height: max-content;
    margin-right: .12rem;
}

.product-top-r-btn .download,
.product-top-r-btn .phone {
    width: 228px;
    height: 60px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}

.product-top-r-btn .download img,
.product-top-r-btn .phone img {
    margin-right: 15px;
}

.product-top-r-btn .phone {
    background: #E62129;
    margin-right: .16rem;
}

.product-top-r-btn .download {
    background: #02A0E1;
}

.product-top-r-btn {
    margin-top: .43rem;
}

.product-detail-con {
    margin-top: .72rem;
}

.product-detail-con .top {
    width: 100%;
    height: 59px;
    background: #F9F9F9;
    padding: 0 .41rem;
}

.product-detail-con .top .t1 {
    width: max-content;
    font-size: 16px;
    font-weight: 800;
    color: #414141;
    line-height: 59px;
    margin-right: .76rem;
    cursor: pointer;
}

.product-detail-con .top .t1.cur {
    color: #02A0E1;
}

.product-detail-con .top .t1.cur::after {
    display: block;
}

.product-detail-con .top .t1::after {
    width: 100%;
    height: 2px;
    background: #02A0E1;
    content: '';
    display: none;
}

.product-detail-con .con {
    padding: .6rem .3rem;
}

.product-detail-con .con .con-i {
    font-size: 16px;
    font-weight: 400;
    color: #4E4E4E;
    line-height: 30px;
    display: none;
}

.product-detail-con .con .con-i p,
.product-detail-con .con .con-i table {
    width: auto !important;
}

.product-detail-con .con .con-i table p {
    width: max-content !important;
}

/* .product-detail-con .con .con-i img {
    width: 800px !important;
    height: 323px !important;
    margin: auto !important;
    display: block !important;
    padding-right: 10px !important;
    object-fit: contain;
} */

.product-detail-con .con .con-i img {
    width: 200px !important;
    height: 120px !important;
    padding-right: 5px !important;
    object-fit: contain;
}

.public-banner {
    position: relative;
}

.public-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.public-banner-info {
    padding: 1.03rem 1.23rem;
    position: relative;
    z-index: 1;
}

.public-banner-info .t1 {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
}

.public-banner-info .t2 {
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5);
    line-height: 24px;
    margin-top: .1rem;
    text-transform: uppercase;
}

.product-hot {
    margin: .41rem auto .45rem;
}

.product-hot>.t1 {
    font-size: 25px;
    font-weight: bold;
    color: #33A4DE;
    text-align: center;
}

.product-hot-list-img {
    border: 1px solid #DDDDDD;
    padding: .3rem 0;
}

.product-hot-list-img img {
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: auto;
}

.product-hot-list-i {
    text-align: center;
    display: block;
}

.product-hot-list-i .t1 {
    font-size: 16px;
    font-weight: 400;
    color: #272727;
    margin-top: .2rem;
}

.product-hot-list {
    margin-top: .45rem;
    position: relative;
}

.hot-prev,
.hot-next {
    width: 27px;
    height: 27px;
    background: #B2B2B2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
    z-index: 2;
}

.hot-prev {
    left: 0;
}

.hot-next {
    right: 0;
}

.product-list-menu {
    width: 2.43rem;
}

.product-list-con {
    width: calc(100% - 2.63rem);
    background: #fff;
    padding: .27rem .24rem;
}

.product-list-con>.t1 {
    font-size: 18px;
    font-weight: bold;
    color: #2B2B2B;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: .27rem;
}

.product-list-con>.t1::before {
    height: 18px;
    content: '';
    display: block;
    width: 3px;
    background: #E62129;
    margin-right: .13rem;
}

.product-list-con .list {
    margin-top: .19rem;
    margin-left: -20px;
}

.product-list-con .list .list-i {
    width: calc(100% / 4);
    height: max-content;
    padding: 1px;
    margin-bottom: .27rem;
    padding-left: 20px;
}


.product-list-con .list .list-i .t1 {
    font-size: 14px;
    font-weight: 400;
    color: #292929;
    text-align: center;
    margin-top: .16rem;
    width: auto !important;
}

.product-list-con .list .list-i .list-img {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEDEDE;
    min-height: 240px;
    max-height: 240px;
}

.product-list-con .list .list-i .list-img img {
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    margin: 10px auto;

}

.product-list-menu-i {
    background: #fff;
    cursor: pointer;
}

.product-list-menu-i .list {
    padding: .22rem .26rem;
}

.product-list-b {
    background: #F7F7FA;
    padding: .36rem 0;
}

.product-list-menu-i .top {
    width: 100%;
    height: .6rem;
    padding: 0 .26rem;
    transition: all ease-out .4s;
    border-bottom: 1px solid #ECECEC;
}

.product-list-menu-i .top .t1 {
    font-size: 16px;
    font-weight: bold;
    color: #273061;
}

.product-list-menu-i.cur .top .icon .i1,
.product-list-menu-i .top .icon .i2 {
    display: none;
}

.product-list-menu-i.cur .top {
    background: #E62129;
    transition: all ease-out .4s;
}

.product-list-menu-i.cur .top .t1 {
    color: #fff;
}

.product-list-menu-i.cur .top .icon .i2 {
    display: block;
}

.product-list-menu-i .list {
    display: none;
    border-bottom: 1px solid #ECECEC;
}

.product-list-menu-i .list a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #292929;
    line-height: 36px;
}

.product-list-menu-i .list a:hover {
    color: #E62129;
}

.page-b-i,
.page-i {
    width: auto;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-b-i.cur,
.page-b-i:hover {
    font-weight: bold;
}

.page-b-i {
    width: 35px;
    height: 45px;
    margin: 0 10px;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #444444;
}

.page-i {
    height: 44px;
    background: rgba(35, 47, 61, 0);
    border: 1px solid #E0E0E0;
    border-radius: 22px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    color: #02A0E1;
}

.page-i:hover {
    background: #02A0E1;
    color: #fff;
}

.public-page {
    width: fit-content;
    margin: .4rem auto;
}

.page-b {
    margin: 0 15px;
}

.public-ban-nav {
    margin-top: .13rem;
    border-bottom: 1px solid #ECECEC;
}

.public-ban-nav-i .item {
    height: 60px;
    padding: 0 .39rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #1D1D1D;
}

.public-ban-nav-i .item.cur {
    background: #E62129;
    color: #fff;
}

.serve-list {
    margin-top: .37rem;
    margin-bottom: 1.04rem;
}

.serve-list-i {
    margin-bottom: .13rem;
    background: #F8FAFB;
    padding: 0 .19rem;
}

.serve-list-i .top .left {
    width: 85%;
}

.serve-list-i .top .left img {
    margin-right: .16rem;
}

.serve-list-i .top .left .t1 {
    font-size: 16px;
    font-weight: 400;
    color: #262626;
}


.serve-list-i.cur .top .icon .i1,
.serve-list-i .bottom,
.serve-list-i .top .icon .i2 {
    display: none;
}

.serve-list-i .top {
    padding: .2rem 0;
}

.serve-list-i .bottom .bottom-i>.info {
    font-size: 16px;
    font-weight: 500;
    color: #636363;
    line-height: 36px;
}

.serve-list-i .bottom .bottom-i>img {
    width: auto;
    height: max-content;
    margin-top: 5px;
    margin-right: .17rem;
}

.serve-list-i .bottom {
    border-top: 1px solid #E5EEF3;
    padding: .19rem 0 .28rem;
}

.serve-list-i.cur .top .icon .i2 {
    display: block;
}


.about-b {
    padding: .58rem 0;
}

.about-b .left {
    width: 50%;
    position: relative;
}

.about-b .left::after {
    width: .6rem;
    height: .6rem;
    background: url(../images/icon-play.png)no-repeat center center;
    background-size: contain;
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-b .left img {
    width: auto;
    height: auto;
}

.about-b .right {
    width: 50%;
    font-size: 16px;
    font-weight: 400;
    color: #4B4B4B;
    line-height: 30px;
    padding: 0 .37rem;
}

.contact-b {
    margin-top: .37rem;
}

.contact-b .left {
    width: 50%;
    background: #F7F7FA;
    padding: .59rem .38rem;
}

.contact-b .left .left-i {
    margin-bottom: 20px;
}

.contact-b .left .left-i:last-child {
    margin-bottom: 0;
}

.contact-b .left .left-i .a img {
    width: auto;
    height: max-content;
    margin-top: 4px;
    margin-right: .14rem;
}

.contact-b .left .left-i .a .t1 {
    font-size: 16px;
    font-weight: bold;
    color: #565656;
}

.contact-b .left .left-i .num {
    font-size: 24px;
    font-weight: bold;
    color: #E41018;
}

.contact-b .left .left-i .b {
    font-size: 16px;
    font-weight: normal;
    color: #565656;
    line-height: 24px;
}

.contact-b .right {
    width: 50%;
}

.contacts-map {
    width: 100%;
    height: 342px;
}

.lx-i-inpit-d .lx-i-inpit-i,
.lx-i-inpit-a .lx-i-inpit-i {
    width: 49%;
    margin-bottom: 30px;
    background: rgba(147, 147, 147, 0);
    border: 1px solid rgba(196, 209, 222, 0.5);
    border-radius: 10px;
}

.lx-i-inpit-d .lx-i-inpit-i {
    width: 100%;
}

.lx-i-inpit-d .lx-i-inpit-i {
    padding: 20px;
}

.lx-i-inpit-a .lx-i-inpit-i .i1 {
    padding: 20px 0;
}

.lx-i-inpit-a .lx-i-inpit-i {
    padding: 0 20px;
}

.lx-i-inpit-b .lx-i-inpit-i em,
.lx-i-inpit-a .lx-i-inpit-i em {
    color: #FF0101;
    margin-right: 3px;
}

.lx-i-inpit-c .lx-i-inpit-i img {
    margin-right: 0;
}

.lx-i-inpit-i img {
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 20px;
}

.lx-i-inpit-i .s1,
.lx-i-inpit-i .i1 {
    width: 95%;
    font-size: 16px;
    background-color: transparent;
}

.lx-i-inpit-b .lx-i-inpit-i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.lx-i-inpit-b .lx-i-inpit-i {
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    background: rgba(147, 147, 147, 0);
    border: 1px solid rgba(196, 209, 222, 0.5);
    border-radius: 10px;
}

.lx-i-inpit-i .i2 {
    width: 50%;
    background-color: transparent;
}

.lx-i-inpit-c .lx-i-inpit-i {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #E62129;
    padding: .19rem .8rem;
}

.lx-i-inpit-btn {
    background-color: #E62129;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
}

.lx-box {
    margin-top: .45rem;
}


.contact-msg {
    margin-top: .79rem;
}

.contact-msg .t1 {
    font-size: 24px;
    font-weight: bold;
    color: #232323;
}

.contact-msg .t2 {
    font-size: 16px;
    font-weight: normal;
    color: #565656;
    margin-top: .1rem;
}

.contact-serve {
    margin: 1.33rem 0 .6rem;
}

.contact-serve .t1 {
    font-size: 24px;
    font-weight: bold;
    color: #232323;
}

.contact-serve-map {
    width: 1200px;
    left: 50%;
    transform: translateX(-50%) scale(1);
}

.contact-serve-map>img {
    display: block;
    margin: auto;
}

.map-i {
    width: max-content;
    min-width: 3.36rem;
}

.map-i .icon {
    width: 40px;
    height: 40px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-i .icon img {
    margin: auto;
    display: block;
}

.map-i.cur .icon .i1,
.map-i .icon .i2 {
    display: none;
}

.map-i.cur .icon .i2 {
    display: block;
}

/* .map-i:hover .show {
    display: block !important;
} */

.map-i .show {
    width: 3.36rem;
    height: 2.32rem;
    box-shadow: 0px 0px 20px 0px rgba(32, 53, 75, 0.1);
    background: #fff;
    padding: .25rem;
    position: relative;
    margin: auto;
    margin-bottom: 10px;
    display: none;
}

.map-i .show::after {
    width: 0px;
    height: 0px;
    content: '';
    display: block;
    border: 15px solid;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    border-color: #fff transparent transparent transparent;
}

.map-i .show .row {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

.map-i .show .row::-webkit-scrollbar {
    width: 2px;
}

.map-i .show .row::-webkit-scrollbar-thumb {
    width: 2px;
    background: #D2D2D2;
}

.map-i .show .row .t1 {
    font-size: 14px;
    font-weight: bold;
    color: #E62129;
    line-height: 30px;
}

.map-i .show .row .t2 {
    font-size: 14px;
    font-weight: normal;
    color: #292929;
    line-height: 30px;
}

.map-i.m1 {
    position: absolute;
    left: 53%;
    bottom: 29%;
}

.map-i.m2 {
    position: absolute;
    left: 46.5%;
    bottom: 24.5%;
}

.map-i.m3 {
    position: absolute;
    left: 37.5%;
    bottom: 21.5%;
}

.map-i.m4 {
    position: absolute;
    left: 26.5%;
    bottom: 38.5%;
}

.map-i.m5 {
    position: absolute;
    left: 36.5%;
    bottom: 47.5%;
}

.map-i.m6 {
    position: absolute;
    left: 47.5%;
    bottom: 66.5%;
}

.business-b {
    background: url(../images/bg-business.png)no-repeat center bottom;
    background-size: contain;
}

.business {
    padding: 1rem;
}

.business .left {
    width: 40%;
}

.business .right {
    width: 60%;
    padding: 0 .64rem;
}

.business .right .right-i .t1 {
    font-size: 20px;
    font-weight: bold;
    color: #02A0E1;
}

.business .right .right-i .t2 {
    font-size: 16px;
    font-weight: 400;
    color: #090909;
    line-height: 20px;
    margin-top: .15rem;
}

.business .right .right-i {
    margin-bottom: .5rem;
}

.business .right .right-i:last-child {
    margin-bottom: 0;
}

.health-b {
    width: 100%;
    padding: .5rem 0 0 0;
}

.health-b::after {
    width: 33%;
    content: '';
}


.health-img-play::after {
    width: 0.6rem;
    height: 0.6rem;
    background: url(../images/icon-play.png)no-repeat;
    -o-background-size: contain;
    background-size: contain;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.health-con {
    margin-top: .21rem;
}

.health-con .title {
    font-size: 18px;
    font-weight: 400;
    color: #444444;
    text-align: center;
}

.health-i {
    width: 32%;
    margin-bottom: .9rem;
}

.health-b-i {
    width: 100%;
    padding: .7rem 0;
}

.health-b-i .info {
    margin-top: .37rem;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.community-i:nth-child(2),
.health-b-i:nth-child(2) {
    background: #F7F7F7;
}

.health-b-img-i {
    width: 100%;
    margin-right: .5rem;
}

.health-b-img-i:last-child {
    margin-right: 0;
}

.health-b-img {
    margin-top: .38rem;
}

.box-content {
    max-width: 1400px;
    margin: auto;
    display: flex;
    justify-content: center;
}

.box-content {}

.box-content .map-box {
    position: relative;
    display: inline-block;
}

.box-content .map-box>img {
    max-width: none !important;
}

.box-content .map-box .sign-box {
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.box-content .map-box .sign-box.fujian {
    right: 210px;
    bottom: 174px;
}

.box-content .map-box .sign-box.zhejiang {
    right: 161px;
    bottom: 256px;
}

.box-content .map-box .sign-box.jiangsu {
    right: 205px;
    bottom: 356px;
}

.box-content .map-box .sign-box.beijing {
    right: 276px;
    bottom: 492px;
}

.box-content .map-box .sign-box.tianjin {
    right: 262px;
    bottom: 480px;
}

.box-content .map-box .sign-box.hebei {
    right: 293px;
    bottom: 434px;
}

.box-content .map-box .sign-box.henan {
    right: 299px;
    bottom: 340px;
}

.box-content .map-box .sign-box.shanghai {
    right: 155px;
    bottom: 310px;
}

.box-content .map-box .sign-box.hubei {
    right: 310px;
    bottom: 288px;
}

.box-content .map-box .sign-box.guangdong {
    right: 285px;
    bottom: 130px;
}

.box-content .map-box .sign-box.guangxi {
    right: 393px;
    bottom: 110px;
}

.box-content .map-box .sign-box.shanxi {
    right: 409px;
    bottom: 328px;
}

.box-content .map-box .sign-box.sichuan {
    right: 522px;
    bottom: 258px;
}

.box-content .map-box .sign-box.anhui {
    right: 240px;
    bottom: 323px;
}

.box-content .map-box .sign-box.gansu {
    right: 481px;
    bottom: 354px;
}

.box-content .map-box .sign-box.shandong {
    right: 227px;
    bottom: 403px;
}

.box-content .map-box .sign-box.qinghai {
    right: 610px;
    bottom: 392px;
}

.box-content .map-box .sign-box.heilongjiang {
    right: 93px;
    bottom: 647px;
}

.box-content .map-box .sign-box.jilin {
    right: 111px;
    bottom: 569px;
}


.box-content .map-box .sign-box.liaoning {
    right: 153px;
    bottom: 524px;
}

.box-content .map-box .sign-box.neimenggu {
    right: 393px;
    bottom: 489px;
}


.box-content .map-box .sign-box.chongqing {
    right: 415px;
    bottom: 277px;
}

.box-content .map-box .sign-box.xinjiang {
    right: 781px;
    bottom: 532px;
}


.box-content .map-box .sign-box.xizang {
    right: 772px;
    bottom: 316px;
}

.box-content .map-box .sign-box.yunnan {
    right: 534px;
    bottom: 145px;
}

.box-content .map-box .sign-box.guizhou {
    right: 416px;
    bottom: 194px;
}


.box-content .map-box .sign-box.taiwan {right: 150px;bottom: 131px;}

.box-content .map-box .sign-box.hainan {right: 368px;bottom: 36px;}

.box-content .map-box .sign-box.xianggang {right: 257px;bottom: 112px;}

.box-content .map-box .sign-box.aomen {right: 337px;bottom: 93px;}

.box-content .map-box .sign-box.guangxi {right: 372px;bottom: 127px;}

.box-content .map-box .sign-box.jiangxi {right: 261px;bottom: 205px;}

.box-content .map-box .sign-box.hunan {right: 325px;bottom: 220px;}

.box-content .map-box .sign-box.ningxia {right: 446px;bottom: 418px;}


.box-content .map-box .sign-box:hover .icon {
    background-image: url("../images/location3.png");
}

.box-content .map-box .sign-box:hover .text-box {
    display: block;
}

.box-content .map-box .sign-box .icon {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: calc(50% - 7px);
    z-index: 1;
    width: 14px;
    height: 17px;
    background-image: url("../images/location2.png");
    background-size: 100% 100%;
}

.box-content .map-box .sign-box .text-box {
    display: none;
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: calc(50% - 175px);
    width: 336px;
    height: auto;
    box-shadow: 0px 0px 20px 0px rgba(32, 53, 75, 0.1);
    background-color: #fff;
    padding: 25px 20px 25px 25px;
    border-radius: 10px;
    cursor: pointer;
}

.box-content .map-box .sign-box .text-box .text-box-content {
    font-size: 14px;
    line-height: 30px;
    overflow-y: auto;
    width: 100%;
    height: 100%;
}

.box-content .map-box .sign-box .text-box .text-box-content::-webkit-scrollbar {
    width: 2px;
}

.box-content .map-box .sign-box .text-box .text-box-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #02A0E1;
}

.box-content .map-box .sign-box .text-box .text-box-content::-webkit-scrollbar-track {
    background: transparent;
}

.box-content .map-box .sign-box .text-box .text-box-content .title {
    color: #02A0E1;
    font-weight: bold;
}

.box-content .map-box .sign-box .text-box .text-box-content .text-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: #292929;
}

.box-content .map-box .sign-box .text-box .text-box-content::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 13px solid #fff;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    position: absolute;
    bottom: -13px;
    left: calc(50% - 6px);
}

.honor-b {
    margin-top: .57rem;
    margin-left: -20px;
}

.honor-b::after {
    display: none;
}

.honor-i {
    width: calc(100% / 4);
    padding-left: 20px;
    text-align: center;
    margin-bottom: .51rem;
}

.honor-img {
    max-height: 1.87rem;
    background: #F7F7FA;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    position: relative;
    cursor: pointer;
}

.honor-img img {
    width: auto;
    height: max-content;
    object-fit: contain;
}

.honor-img .show {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1, 0);
    background: rgba(0, 0, 0, 0.5);
    transition: all ease-out .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.honor-i:hover .honor-img .show {
    transform: scale(1);
    transition: all ease-out .3s;
}

.honor-i .t1 {
    font-size: 16px;
    font-weight: 400;
    color: #545454;
    margin-top: .24rem;
}

.public-con-r {
    width: 80%;
}

.public-con-r-top-r-nav {
    display: flex;
    align-items: center;
}

.public-con-r-top-r-nav .title {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    color: #565656;
}

.public-con-r-top-r-nav .title:hover {
    color: #FFA200;
}

.public-con-r-top-r-nav em {
    margin: 0 10px;
}

.public-con-r-top-r-nav img {
    width: fit-content;
    height: auto;
    margin-right: 10px;
}

.public-con-r-top-l,
.public-con-r-top-r {
    width: 50%;
}

.public-con-r-top {
    background: #F4F4F4;
    padding: .31rem;
}

.public-con-r-top-r-nav {
    display: flex;
    justify-content: flex-end;
}

.public-con-r-top-l {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
}

.public-con-r-con-img {
    width: 100%;
    height: 100%;
    max-width: 3.12rem;
    min-height: 2.08rem;
    max-height: 2.08rem;
    display: table;
}

.public-con-r-con-info {
    width: calc(100% - 3.42rem);
}

.public-con-r-con-info.null {
    width: 100%;
}

.public-con-r-con-i {
    margin-bottom: .31rem;
    padding-bottom: .31rem;
    border-bottom: 1px solid #F2F6FB;
}

.public-con-r-con {
    padding: .28rem .35rem;
}

.public-con-r {
    background: #fff;
    border-left: 1px solid #EFEFEF;
}

.public-con-r-con-info .left {
    width: 90%;
}

.public-con-r-con-info-title>.title,
.public-con-r-con-info .left>.title {
    font-size: 18px;
    font-weight: 400;
    color: #1D1D1D;
}

.public-con-r-con-info .left>.day {
    font-size: 14px;
    font-weight: 400;
    color: #AFAFAF;
    margin: .1rem 0 .2rem;
}

.public-con-r-con-info .left>.info {
    font-size: 14px;
    font-weight: 400;
    color: #878787;
    line-height: 24px;
}

.public-con-r-con-info>.more {
    margin-top: .2rem;
}

.public-con-r-more>.title,
.public-con-r-con-info>.more>.title {
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    margin-right: .13rem;
}

.public-con-r-more img,
.public-con-r-con-info>.more img {
    width: auto;
    height: auto;
    animation: comeback 1s infinite;
    position: relative;
}

.public-con-r-con .public-con-r-con-list-i>.title::after {
    display: none;
}

.public-con-r-con .public-con-r-con-list-i>.title {
    padding-left: 0;
}

.public-con-r-con-i:hover .public-con-r-con-info .left>.title {
    color: #E62129;
    font-weight: bold;
}

.public-con-r-con-i:hover .public-con-r-con-info-title>.title,
.public-con-r-con-i:hover .public-con-r-more>.title,
.public-con-r-con-i:hover .public-con-r-con-info>.more>.title {
    color: #E62129;
}

.public-con-r-con-i:hover .public-con-r-more .i1,
.public-con-r-con-i .public-con-r-more .i2,
.public-con-r-con-i:hover .public-con-r-con-info>.more .i1,
.public-con-r-con-info>.more .i2 {
    display: none;
}

.public-con-r-con-i:hover .public-con-r-more .i2,
.public-con-r-con-i:hover .public-con-r-con-info>.more .i2 {
    display: block;
}

.news-list {
    padding: .31rem 20px .6rem;
}

.public-con-r-con-info-null {
    width: calc(100% - 1.5rem);
}

.public-con-r-con-info-title>img {
    margin-left: 10px;
}


.news-b {
    padding-top: .37rem;
}

.news-detail-b {
    padding-top: .57rem;
}

.news-detail {
    padding: 0 0 .8rem;
    border-top: 2px solid #E62129;
}

.news-detail-b {
    background: #F7F7FA;
}

.news-detail-t {
    padding: .37rem .45rem;
    display: flex;
    align-items: flex-end;
    background: #fff;
    border-bottom: 1px solid #EEEEEE;
}

.news-detail-t-l {
    width: 80%;
}

.news-detail-t-l>.title {
    font-size: 24px;
    font-weight: bold;
    color: #393939;
}

.news-detail-t-l-menu {
    margin-top: .25rem;
}

.news-detail-t-l-menu>.title {
    font-size: 16px;
    font-weight: 400;
    color: #ADADAD;
}

.news-detail-t-l-menu>.title {
    margin-right: 20px;
}

.news-detail-t-l-menu .news-detail-t-l-menu-i.cur {
    background-color: #E62129;
    color: #fff;
}

.news-detail-c * {
    font-size: 16px;
    font-weight: 500;
    color: #3B3B3B;
    line-height: 36px;
}

.news-detail-c {
    background: #fff;
    padding: .3rem .51rem .8rem;
}

.news-detail-c img {
    width: max-content;
    height: max-content;
    object-fit: contain;
}

.news-detail-page {
    width: 100%;
    margin-top: .44rem;
}

.news-detail-page-i {
    flex: 3;
    height: inherit;
    background: #fff;
    text-align: center;
    padding: .16rem 0;
    font-size: 16px;
    font-weight: bold;
    color: #7D7D7D;
}

.news-detail-page-back {
    flex: 1;
    width: 100%;
    padding: .15rem .29rem;
    background: #E62129;
    border: 1px solid #E62129;
}

.news-detail-page-back>.title {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 10px;
    white-space: nowrap;
}

.news-detail-page-back>.title img {
    margin-right: 10px;
}

.news-detail-share-i {
    margin: 0 5px;
}

.news-detail-share>.time {
    font-size: 14px;
    font-weight: 500;
    color: #7F7F7F;
    margin-right: 2%;
}

.news-detail-share-i img {
    width: 24px;
    height: 19px;
    min-width: 24px;
    min-height: 19px;
    object-fit: contain;
}

.news-detail-share {
    margin-top: 2%;
}

.news-detail-share-b {
    height: max-content;
}

.news-detail-page-i:hover {
    background: #E62129;
    color: #fff;
}

.download-i {
    width: 100%;
    padding: .25rem .37rem;
    border-bottom: 1px solid #E9E9E9;
}

.download-i .left {
    width: 85%;
}

.download-i .left .t1 {
    font-size: 16px;
    font-weight: bold;
    color: #3B3B3B;
}

.download-i .left .t2 {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin-top: .15rem;
}

.download-i .right {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #02A0E1;
}

.download-i:hover .right .i1,
.download-i .right .i2 {
    display: none;
}

.download-i:hover {
    background: #E62129;
}

.download-i:hover .left .t2,
.download-i:hover .left .t1 {
    color: #FFFFFF;
}

.download-i:hover .right .i2 {
    display: block;
}

.download-i .right img {
    width: auto;
    height: max-content;
    margin-right: 5px;
}

.download-i:hover .right {
    color: #fff;
}


.product-eyes {
    margin-right: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #464646;
}

.product-eyes>img {
    display: block;
    margin-top: 3px;
    margin-right: 3px;
}

/*  new  */
@media (max-width:1600px) {
    .mauto {
        width: 98%;
    }
}

@media (max-width:1500px) {
    .mauto {
        width: 95%;
    }

    nav ul li {
        margin: 0 0.3rem;
    }

}

@media (max-width:1400px) {}

@media (max-width:1300px) {}

@media (max-width:1280px) {
    .mauto {
        width: 95%;
    }


}

@media (max-width:1200px) {

    .public-footer-info,
    .public-footer-t,
    .wrap,
    .public-tobody {
        padding-left: 20px;
        padding-right: 20px;
    }

    nav ul li {
        margin: 0 0.2rem;
    }
}

@media (max-width:1200px) {}

@media (max-width:1100px) {
    nav ul li {
        margin: 0 0.1rem;
    }

    .home-model .bottom {
        display: block;
        height: auto;
    }

    .home-model1 .info .row,
    .home-model .bottom .right,
    .home-model .bottom .left {
        width: 100%;
    }

    .home-model .bottom .left .left-i {
        width: 19.5%;
    }

    .home-model .bottom .right .right-i {
        border-top: 1px solid #E6E6E6;
    }

    .home-model .bottom .right .right-i:nth-child(odd) {
        border-left: 1px solid #E6E6E6;
    }

    .home-model {
        margin-bottom: 20px;
    }

    .home-model1 .info {
        display: block;
    }

    .home-model1 .info .row {
        margin-top: 20px;
    }

    .box-content .map-box {
        transform: scale(.9);
    }
}

@media (max-width:1024px) {
    body {
        padding-top: 70px !important
    }

    header {
        height: 70px
    }

    .md-db {
        display: block !important;
    }

    .ny-banner {
        padding: 6% 0 0
    }

    .ny-nav span {
        position: relative;
        display: block;
        padding: 0 55px 0 20px;
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.6);
        line-height: 52px;
        font-size: 16px;
        height: 52px
    }

    .ny-nav span:before {
        content: "";
        position: absolute;
        right: 20px;
        top: 0;
        height: 100%;
        width: 15px;
        background: url(../images/xx2.png) no-repeat center center;
        -o-background-size: 100% auto;
        background-size: 100% auto
    }

    .ny-nav p {
        float: none;
        display: none;
        position: absolute;
        z-index: 5;
        left: 0;
        top: 52px;
        width: 100%
    }

    .ny-nav p a {
        width: 100%;
        text-align: left;
        padding: 10px 20px;
        font-size: 15px;
        line-height: 25px
    }

    .mauto {
        width: 95%;
    }

    nav ul li {
        margin: 0 0px;
    }

    .header-m {
        left: 0;
        top: 0;
        width: 100%;
        height: 70px;
        background: #fff;
        -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1)
    }

    .header-m::after {
        display: none;
        position: fixed;
        content: '';
        top: 70px;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5)
    }

    .header-m .logo {
        position: absolute;
        left: 50%;
        height: 70px;
        line-height: 70px;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%)
    }

    .header-m .logo img {
        max-height: 40px
    }

    .header-m .m-menu-b {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 70px;
        cursor: pointer
    }

    .header-m .m-menu-b::before,
    .header-m .m-menu-b::after {
        position: absolute;
        content: '';
        top: 50%;
        left: -webkit-calc(35px / 2);
        left: -moz-calc(35px / 2);
        left: calc(35px / 2);
        width: 25px;
        height: 1px;
        z-index: 999;
        -o-transition: all .3s ease-out .3s;
        -moz-transition: all .3s ease-out .3s;
        transition: all .3s ease-out .3s;
        -webkit-transition: all .3s ease-out .3s;
        background: #222
    }

    .header-m .m-menu-b::before {
        -moz-transform: translateY(-4px) rotate(0);
        -ms-transform: translateY(-4px) rotate(0);
        -o-transform: translateY(-4px) rotate(0);
        transform: translateY(-4px) rotate(0);
        -webkit-transform: translateY(-4px) rotate(0)
    }

    .header-m .m-menu-b::after {
        -moz-transform: translateY(4px) rotate(0);
        -ms-transform: translateY(4px) rotate(0);
        -o-transform: translateY(4px) rotate(0);
        transform: translateY(4px) rotate(0);
        -webkit-transform: translateY(4px) rotate(0)
    }

    .header-m .m-menu {
        display: none;
        z-index: 888;
        position: fixed;
        width: 100%;
        width: 260px;
        height: 100%;
        top: 0;
        left: -260px;
        opacity: 1;
        background: #fafafa;
        text-align: left;
        padding-top: 70px
    }

    .header-m .m-menu::after {
        position: absolute;
        top: 70px;
        content: '';
        width: 100%;
        height: 1px;
        background: #ebebeb
    }

    .header-m .nav {
        height: -webkit-calc(100% - 106px);
        height: -moz-calc(100% - 106px);
        height: calc(100% - 106px);
        overflow-x: hidden;
        overflow-y: auto
    }

    .header-m .nav>li {
        border-bottom: 1px solid #ebebeb;
        -moz-animation: resize .5s both;
        -o-animation: resize .5s both;
        animation: resize .5s both;
        -webkit-animation: resize .5s both
    }

    .header-m .nav>li>a {
        position: relative;
        display: block;
        width: 100%;
        font-size: 15px;
        padding: 0 40px;
        color: #666;
        vertical-align: middle;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: break-word;
        overflow: hidden;
        height: 50px;
        line-height: 50px
    }

    .header-m .nav>li>a::after {
        position: absolute;
        content: '';
        left: 20px;
        top: 50%;
        width: 8px;
        height: 8px;
        margin-top: -5px;
        border: 1px solid #999;
        border-radius: 50%;
        background: transparent;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .header-m .nav>li .sub-nav {
        display: none
    }

    .header-m .nav>li .sub-nav a {
        position: relative;
        display: block;
        line-height: 24px;
        padding: 12px 40px;
        background: #f2f2f2;
        color: #4E4E4E
    }

    .header-m .nav>li .sub-nav a::before,
    .header-m .nav>li .sub-nav a::after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        left: 20px;
        top: 20px;
        border: 5px solid transparent;
        overflow: hidden;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .header-m .nav>li .sub-nav a::before {
        left: 21px;
        border-left: 5px solid #555
    }

    .header-m .nav>li .sub-nav a::after {
        border-left: 5px #ebebeb solid
    }

    .header-m .nav>li.cur {
        position: relative
    }

    .header-m .nav>li.cur::after,
    .header-m .nav>li.cur::before {
        position: absolute;
        content: '';
        background: #999;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        -webkit-transition: all .5s
    }

    .header-m .nav>li.cur::before {
        top: 19px;
        right: 25px;
        width: 2px;
        height: 12px
    }

    .header-m .nav>li.cur::after {
        top: 24px;
        right: 20px;
        width: 12px;
        height: 2px
    }

    .header-m .nav>li.active::after {
        background: #fff
    }

    .header-m .nav>li.active::before {
        height: 0
    }

    .header-m .nav>li.active>a {
        color: #fff;
        background: #1062A5
    }

    .header-m .nav>li.active>a::after {
        border-color: #fff;
        background: #fff
    }

    .header-m .nav>li.active .sub-nav li {
        -moz-animation: ReturnToNormal .5s both;
        -o-animation: ReturnToNormal .5s both;
        animation: ReturnToNormal .5s both;
        -webkit-animation: ReturnToNormal .5s both
    }

    .header-m .m-search-b {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 70px;
        cursor: pointer;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAVFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVW+WkCdAAAAG3RSTlMA86cS1Qd0zb+G48R+W0E4lVIhm5BKLeppGrQHXWddAAABjklEQVRIx6VV2XLDIAzkBgdf8d3o//+zg6GtB5DiTPfNi1cCrTRiV8i1Fc5aJ0yv2R30gsMv9mV7K9hekGGWtMJACf6kFOLnLyvGWShIaHCFgxOu+4rfk7GRWegcqr9y3X6SLfUOkbHSn3RfU0zx2khyrrGHiFowhcQaznewGuTpraynH4hXmpzVIZJnCELZbE6uIRBqcxNOv0oyVAXBUAsostTFtUs7fVHhos5zxoVmGunuE/+XuHcXKyOKzPvC/9LLNlYeQZ+KXFb+wCRztclCakXZ4gp6DIG6umSpn02AtswWj5Dhs+i4HNiFQZQKhQ/fEwLslJVyD+xDElMB3OhLisBRLi/x/NH0Mm6AmUOCwmxuIYEr7xWHC3ZsBawPKJAoPmBGNzwTdHqBiBXtWmP/9oTrdKpLbAAU07MdxdyYVWZr52D3cQBQGwD3GRl2asrKjqKxpVK+PtBMySCv72ukSs0j72u0T/ZO7D5eyWKk4bCtja5bakDQhUcPiGcfwMQSsE/QVbctjcFZw74Bhtc3xlH5qhwAAAAASUVORK5CYII=) no-repeat left center;
        -o-background-size: 23px;
        background-size: 23px
    }

    html.active {
        height: 100%;
        overflow: hidden
    }

    html.active body {
        height: 100%;
        overflow: hidden
    }

    html.active .header-m {
        left: 260px
    }

    html.active .header-m::after {
        display: block
    }

    html.active .header-m .m-menu-b::before,
    html.active .header-m .m-menu-b::after {
        background: #000
    }

    html.active .header-m .m-menu-b::before {
        -moz-transform: translateY(0) rotate(225deg);
        -ms-transform: translateY(0) rotate(225deg);
        -o-transform: translateY(0) rotate(225deg);
        transform: translateY(0) rotate(225deg);
        -webkit-transform: translateY(0) rotate(225deg)
    }

    html.active .header-m .m-menu-b::after {
        -moz-transform: translateY(0) rotate(-225deg);
        -ms-transform: translateY(0) rotate(-225deg);
        -o-transform: translateY(0) rotate(-225deg);
        transform: translateY(0) rotate(-225deg);
        -webkit-transform: translateY(0) rotate(-225deg)
    }

    html.active .header-m .m-menu {
        display: block;
        left: 0
    }

    html.active footer,
    html.active main,
    html.active .i-banner,
    html.active .banner {
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px);
        -webkit-transform: translateX(260px)
    }
}

@media (max-width:1024px) {
    .product-detail-con .con .con-i {
        overflow-x: auto;
    }

    .product-detail-con .con .con-i table {
        width: 100% !important;
    }

    .product-detail-con .con .con-i img {
        width: 48% !important;
        height: auto !important;
        /*   margin: auto !important;
        display: block !important;  */
    }

    .box-content .map-box {
        transform: scale(.8);
    }

    .contact-b .left {
        padding: .4rem;
    }

    .product-list-con,
    .product-list-menu,
    .contact-b .right,
    .contact-b .left {
        width: 100%;
    }

    .product-list,
    .contact-b {
        display: block;
    }

    .honor-i {
        width: calc(100% / 3);
    }

    .public-ban-nav-i .item {
        height: 50px;
        padding: 0 0.25rem;
    }

    .public-top {
        padding-top: 0 !important;
    }

    .h-company .left .t1,
    .public-title {
        font-size: 20px;
    }

    .home-model .bottom .right {
        display: flex;
        flex-wrap: wrap;
    }

    .home-model .bottom .right .right-i {
        width: calc(100% / 4);
    }
}

@media (max-width:980px) {
    .box-content .map-box {
        transform: scale(.7);
    }
}

@media (max-width:768px) {
    .product-detail-con .con .con-i img {
        width: 100% !important;
    }

    .public-nav {
        padding: 0 !important;
    }

    .business .right {
        margin-top: 20px;
    }

    .business .right .right-i .t1 {
        font-size: 18px;
    }

    .business .right .right-i {
        margin-bottom: .3rem;
    }

    .business {
        padding: .3rem 0;
        display: block;
    }

    .business .right {
        padding: 0;
    }

    .business .right,
    .business .left {
        width: 100%;
    }

    .business .left img {
        display: block;
        margin: auto;
    }

    .product-detail-con .con {
        padding: 0.3rem;
    }

    .product-detail-con {
        margin-top: .3rem;
    }

    .product-top-r>.title {
        font-size: 24px;
    }

    .product-top-r-btn .download,
    .product-top-r-btn .phone {
        width: 50%;
    }

    .product-top-r>.title {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .product-top {
        display: block;
    }

    .product-list-con .list .list-i {
        width: calc(100% / 3);
    }

    .about-b .right {
        padding: 0;
        margin-top: .2rem;
    }

    .product-top-r {
        margin-top: 20px;
    }

    .product-top-r,
    .about-b .left img {
        width: 100%;
    }

    .product-top-l,
    .about-b .right,
    .about-b .left {
        width: 100%;
    }

    .about-b {
        display: block;
        padding: .3rem 0;
    }

    .contact-msg .t1 {
        font-size: 20px;
    }

    .contact-b {
        margin-top: 0;
    }

    .contact-msg {
        margin-bottom: .5rem;
    }

    .contact-serve {
        display: none;
        margin: .3rem 0;
    }

    .health-i {
        width: 49%;
    }

    .honor-i {
        width: calc(100% / 2);
        margin-bottom: .3rem;
    }

    .public-con-r-con-img {
        max-width: 2.5rem;
    }

    .public-con-r-con-info {
        width: calc(100% - 2.7rem);
    }

    .news-detail-page-back {
        margin: 15px 0;
    }

    .news-detail-t-l,
    .news-detail-page-i {
        width: 100%;
    }

    .news-detail-page {
        display: block;
    }

    .news-detail {
        padding-bottom: .3rem;
    }

    .lx-box,
    .news-detail-page {
        margin-top: .2rem;
    }

    .news-detail-b {
        padding-top: .3rem;
    }

    .news-detail-t-l>.title {
        font-size: 20px;
    }

    .news-detail-c,
    .news-detail-t {
        padding: 0.3rem;
    }

    .news-detail-t-l-menu,
    .news-detail-share-b {
        margin-top: 15px;
    }

    .public-banner-info .t2 {
        font-size: 20px;
        line-height: 20px;
    }

    .public-banner-info .t1 {
        font-size: 26px;
    }

    .public-banner-info {
        padding: 1rem 0.5rem;
    }

    .news-detail-t,
    .main-nav-m {
        display: block;
    }

    .public-con-r-con-info>.more,
    .public-ban-nav {
        display: none;
    }

    .home-model .top .left {
        width: 4.5rem;
        height: 45px;
    }

    .home-model .bottom .left {
        padding: 20px;
    }

    .contact-msg,
    .public-footer-info .top .right .right-i:last-child {
        margin-top: 20px;
    }

    .public-footer-info .top .right .right-i .title {
        padding-top: 0;
    }

    .public-footer-info .top .right .right-i .phone {
        margin-top: .1rem;
    }

    .public-footer-info .top .right .right-i .right-img img {
        margin: auto;
        display: block;
    }

    .public-footer-info .top .right .right-i {
        width: 100%;
    }

    .public-footer-info .top .right {
        padding-left: 0;
        display: block;
    }

    .public-footer-info .top .left {
        display: none;
    }

    .h-company .left {
        padding: 20px;
    }

    .h-company .right img {
        position: static !important;
    }

    .home-model1 .info .row .info-con {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .public-footer-info .top .right,
    .h-company .right,
    .h-company .left,
    .home-model1 .info .row .info-con,
    .home-model1 .info .row .info-i .info-img {
        width: 100%;
    }

    .h-company,
    .home-model1 .info .row .info-i {
        display: block;
    }

    .home-model1 .info .row .info-con .t2 {
        margin-top: 10px;
    }

    .news-b {
        padding-top: .2rem;
    }

    .h-page,
    .home-more,
    .h-company .left .t2,
    .home-model1 {
        margin-top: .2rem;
    }

    .home-model .bottom .right .right-i {
        width: calc(100% / 2);
    }

    .home-model .bottom .left .left-i {
        width: 24.5%;
    }

    .h-company .left .home-more {
        margin: auto;
        margin-top: 20px;
    }

    .home-model1 .info .row .info-con .t2 {
        line-height: 16px;
    }

    .lx-i-inpit-btn {
        margin: auto;
    }

    .lx-i-inpit-a .lx-i-inpit-i .i1 {
        padding: 15px 0;
    }

    .lx-i-inpit-a .lx-i-inpit-i {
        padding: 0 15px;
    }

    .lx-i-inpit-b .lx-i-inpit-i {
        padding: 15px;
    }

    .product-hot>.t1 {
        font-size: 20px;
    }

    .product-hot-list {
        margin-top: .2rem;
    }
}

@media (max-width:580px) {
    .product-eyes {
        font-size: 14px;
    }

    .product-list-con .list .list-i .list-img {
        min-height: 190px;
    }

    .product-top-r>.title {
        font-size: 20px;
    }

    .product-detail-con .con {
        padding: 0.3rem 0;
    }

    .product-top-r-btn {
        display: block;
    }

    .product-top-r-btn .download {
        margin-top: 15px;
    }

    .product-top-r-btn .download,
    .product-top-r-btn .phone {
        width: 100%;
    }

    .page-i {
        height: 40px;
        padding: 0 15px;
    }

    .product-list-menu-i .list a {
        line-height: 30px;
    }

    .product-list-con .list .list-i {
        width: calc(100% / 2);
    }

    .lx-i-inpit-a .lx-i-inpit-i {
        width: 100%;
        margin-bottom: 15px;
    }

    .contact-b .left .left-i .num {
        font-size: 18px;
    }

    .health-i {
        width: 100%;
        height: max-content;
        margin-bottom: 0.5rem;
    }

    .public-con-r-con-info .left,
    .public-con-r-con-info,
    .public-con-r-con-img {
        width: 100%;
        max-width: none;
    }

    .lx-i-inpit-a,
    .public-con-r-con-i {
        display: block;
    }

    .page-b {
        margin: 0 10px;
    }

    .page-b-i {
        width: 30px;
        height: 45px;
        margin: 0 5px;
    }

    .download-i {
        padding: .2rem .3rem;
    }

    .public-con-r-con-info,
    .download-i .right {
        margin-top: 20px;
    }

    .download-i .left .t2 span,
    .download-i .left {
        width: 100%;
    }

    .download-i .left .t2,
    .download-i {
        display: block !important;
    }

    .public-footer-info .top .right .right-i .phone .t1 {
        font-size: 16px;
    }

    .public-footer-info .top .right .right-i .title {
        font-size: 14px;
    }

    .home-model1 .info .row .info-list .info-list-i .t1 {
        width: 75%;
    }

    .home-model1 .info .row .info-list {
        padding: 20px;
    }

    .home-model .bottom .right .right-i .t1 {
        margin: 10px 0;
    }

    .home-model .bottom .left .left-i {
        width: 49%;
    }

    .home-model .bottom .right .right-i {
        border: 1px solid #E6E6E6;
    }

    .home-model .top .left .t1 {
        font-size: 16px;
    }

    .home-model .bottom .right .right-img {
        width: auto;
        height: auto;
    }
}