html {
    scroll-behavior: smooth
}
body {
    background: #f8faff;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    text-decoration: none;
    transition: all .3s ease-out 0s
}

a:hover {
    text-decoration: none
}

button {
    transition: all .3s ease-out 0s
}

@media (max-width: 767px) {
    .container {
        padding: 0 15px
    }
}

.scroll-top {
    width: 45px;
    height: 45px;
    background: #2f80ed;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    transition: all .3s ease-out 0s
}

.scroll-top:hover {
    color: #fff;
    background: rgba(47, 128, 237, .8)
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
    color: #323450;
    margin-bottom: 0;
    font-family: "Fira Sans", sans-serif
}

h1, .h1 {
    font-size: 80px;
    letter-spacing: .7px
}

h2, .h2 {
    font-size: 60px;
    letter-spacing: .7px
}

h3, .h3 {
    font-size: 40px;
    letter-spacing: .4px
}

h4, .h4 {
    font-size: 30px;
    letter-spacing: .35px
}

h5, .h5 {
    font-size: 24px
}

h6, .h6 {
    font-size: 20px
}

.font-weight-bold {
    font-weight: 700
}

.font-weight-semi-bold {
    font-weight: 600
}

.font-weight-medium {
    font-weight: 500
}

.font-weight-regular {
    font-weight: 400
}

.font-weight-light {
    font-weight: 300
}

.body-font-size {
    font-size: 16px
}

.font-size-sm {
    font-size: 14px
}

.font-size-xs {
    font-size: 12px
}

.caption-font-size {
    font-size: 14px
}

p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0
}

.button {
    height: 44px;
    font-size: 18px;
    font-weight: 500;
    box-sizing: border-box;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #2f80ed;
    color: #fff;
    border: 1px solid transparent;
    position: relative;
    z-index: 1;
    padding: 0 25px;
    overflow: hidden
}

.button i {
    padding-left: 20px
}

.button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    padding: 50%;
    border-radius: 50%;
    margin: auto;
    background: rgba(0, 0, 0, .1);
    z-index: -1;
    transition: all .4s linear;
    transform: translate3d(-50%, -50%, 0) scale(0)
}

.button:hover {
    color: #fff
}

.button:hover::before {
    transform: translate3d(-50%, -50%, 0) scale(1.5)
}

.button.border-button {
    background: transparent;
    color: #2f80ed;
    border-color: #2f80ed
}

.button.border-button::before {
    background: rgba(47, 128, 237, .16)
}

.button-lg {
    height: 64px
}

.button-sm {
    height: 34px;
    font-size: 16px;
    font-weight: 400
}

.header {
    width: 100%;
    z-index: 1000;
    border-bottom: 5px solid #ff2850;
}
.menu{
    justify-content: flex-end;
}
.menu span{
    display: inline-block;
    padding: 10px 5px;
}
.top{
    height: 45px;
    background: #ff2850;
}
.notice{
    height: 45px;
    overflow: hidden;
    background: url("../images/icon1.png") no-repeat left center;
    background-size: 18px 18px;
    padding-left: 30px;
}
.notice a{
    font-size: 14px;
    color: #ffffff;
    line-height: 45px;
    display: block;
}
.top-user{
    float: right;
    padding-left: 30px;
}
.user-icon{
    display: inline-block;
    width: 26px;
    height: 26px;
    float: left;
    margin-top: 9.5px;
}
.top-language{
    float: right;
    padding-left: 30px;
    line-height: 45px;
}
.top-language1{
    color: #ffffff;
    float: left;
    font-size: 14px;
}
.top-language2{
    color: #ffffff;
    float: left;
    position: relative;
}
.top-language2 .choose{
    display: block;
    background: url("../images/icon11.png") no-repeat right center;
    background-size: 8px auto;
    padding-right: 12px;
    color: #ffffff;
    font-size: 14px;
}
.top-language2 .choose img{
    width: 22px;
    margin-right: 3px;
}
.top-language-list {
    background: #ffffff;
    overflow: hidden;
    position: absolute;
    left: 0;
    top:100%;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    display: none;
}
.top-language-list a{
    display: block;
    line-height: 32px;
    color: #000000;
    font-size: 14px;
    padding: 0 15px;
    white-space: nowrap;
}
.top-language-list img{
    width: 22px;
    margin-right: 3px;
}
.top-language-list a:hover{
    background: #ff2850;
    color: #fff;
}
.top-language2:hover .top-language-list{
    display: block;
}
.top-share{
    float: left;
    line-height: 45px;
    vertical-align: middle;
    display: inline-flex;
}
.top-share img{
    width: auto;
    height: 18px;
    margin-left: 10px;
}
.top-contact{
    float: right;
    line-height: 45px;
    vertical-align: middle;
    display: inline-flex;
    font-size: 16px;
    color: #fff;
}
.top-contact a{
    color: #fff;
}
.top-contact img{
    width: auto;
    height: 18px;
    margin-left: 10px;
}
.nav-box{
    background: url(../images/top_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 19px 0;
}
.navbar-brand img{
    height: 56px;
}
.margin-left-150{
    margin-left: 150px;
}
.header-action{
    padding-left: 100px;
}
.nav-item {
    position: relative;
}
.nav-item a {
    font-family: Source Han Sans;
    font-size: 18px;
    color: #1A1A1A;
    transition: all .3s ease-out 0s;
    padding: 10px 15px;
    position: relative;
    display: inline-block;
    z-index: 1;
    font-weight: bold;
}
.nav-item a.active {
    color: #ff2850;
}
.dropdown{
    position: relative;
}
.dropdown-a{
    /*background: url("../images/icon12.png") no-repeat right center;*/
    /*background-size: 8px auto;*/
}
.nav-item .dropdown-menu{
    background: #ffffff;
    overflow: hidden;
    position: absolute;
    left: 25px;
    top:98%;
    width: calc( 100% - 50px );
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    display: none;
}
.nav-item .dropdown-menu a{
    display: block;
    line-height: 32px;
    color: #1A1A1A;
    font-size: 14px;
    padding: 0 15px;
    white-space: nowrap;
    font-weight: normal;
}
.nav-item .dropdown-menu a:hover{
    color: #ff2850;
}
.dropdown:hover .dropdown-menu{
    display: block;
}
.menu-search{
    margin-right: 10px;
    flex-wrap: nowrap;
    display: flex;
}
.menu-search input{
    box-sizing: border-box;
    border: 0;
    border-bottom: 2px solid #9E9E9E;
    width: 175px;
    text-align: center;
    height: 28px;
    line-height: 26px;
    font-size: 14px;
    color: #000000;
}
.menu-search a{
    display: block;
    margin-left: 5px;
}
.menu-search a img{
    width: 20px;
    height: auto;
}
.menu-cart{
    flex-wrap: nowrap;
    display: flex;
    box-sizing: border-box;
    border: 1px solid #000000;
    border-radius: 8px;
    padding: 3px 5px;
}
.menu-cart a{
    display: flex;
}
.menu-cart img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.menu-cart span{
    font-size: 16px;
    color:#3D3D3D;
    font-weight: 400;
    display: inline-block;
}
.space-165{
    width: 100%;
    height: 165px;
    overflow: hidden;
}
.banner-box{
    width: 100%;
    height: auto;
}
.banner-slide{
    position: relative;
    height: 558px;
}
.banner-bg{
    width: 100%;
    height: auto;
}
.banner-content{
    padding: 110px 0;
    width: 100%;
    overflow: hidden;
}
.banner-content .content{
    width: 55%;
    float: left;
}
.banner-content .content h3{
    font-size: 64px;
    font-weight: 700;
    padding-bottom: 30px;
    color: #fff;
}
.banner-content .content h5{
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #fff;
}
.banner-content .content p{
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    padding-bottom: 25px;
}
.banner-content .content .more{
    background: #ff2850;
    height: auto;
    font-size: 18px;
    border-radius: 10px;
    padding: 10px 25px;
    display: inline-block;
    color: #fff;
}
.banner-content .img{
    width: 45%;
    float: right;
    text-align: center;
}
.banner-content .img img{
    max-width: 100%;
    max-height: 90%;
    height: auto;
}
.swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    background: none;
    border: 2px solid #D8D8D8;
}
.swiper-pagination-bullet-active{
    border: 2px solid #ff2850;
    background: #ff2850;
}
.banner-button-next{
    color: #fff;
}
.banner-button-prev{
    color: #fff;
}
.advantage-box{
    padding: 20px 0;
    margin-top: -80px;
}
.main-container{
    padding: 0 100px;
}
.advantage{
    padding: 35px 0;
    box-shadow: 0px 10px 15px 0px rgba(195, 195, 195, 0.3);
    background: #fff;
    position: relative;
}
.advantage-item{
    padding: 0 40px;
    display: flex;
}
.advantage-item .img{
    margin-right: 25px;
}
.advantage-item .img img{
    width: 52px;
    height: 52px;
}
.advantage-item .content{

}
.advantage-item .content h5{
    font-size: 18px;
    color: #131313;
    line-height: 1.2;
}
.advantage-item .content p{
    font-size: 14px;
    color: #9E9E9E;
    line-height: 1.2;
    margin-top: 8px;
}
.week-box{
    padding: 70px 0;
}
.main-title{
    color:#222222;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 42px;
}
.product-item{
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.product-item h3{
    font-size: 20px;
    color: #000;
    padding: 0 10px 10px 10px;
    white-space: nowrap;
    overflow: hidden;
}
.product-item h3 a{
    color: #000;
}
.product-item .img{
    width: 100%;
    height: 188px;
    position: relative;
}
.product-item .img img{
    position: absolute;
    width: 100%;
    height: 188px;
    object-fit: cover;
    object-position: center center;
}
.product-item .content {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
}
.product-item .content p{
    font-size: 14px;
    color: #616379;
    height: 96px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.product-item .content a{
    color: #fff;
    background: #ff2850;
    margin-top: 10px;
    padding: 5px 20px;
    font-size: 17px;
}
.main-more{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.main-more .more{
    display: inline-block;
    box-sizing: border-box;
    border: 2px solid #272636;
    height: 50px;
    line-height: 46px;
    padding: 0 42px;
    background: url("../images/icon20.png") no-repeat right center;
    background-position: right 16px center;
    background-size: 7px 22px;
    border-radius: 60px;
    color: #272636;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: 400;
}
.ad-box{
    width: 100%;
    height: auto;
}
.ad-slide{
    position: relative;
}
.ad-bg{
    width: 100%;
    height: auto;
}
.ad-content{
    padding: 40px 220px 0 220px;
    position: absolute;
    top: 0;
    width: 100%;
}
.ad-content .content{
    width: 55%;
    float: left;
    padding-top: 70px;
}
.ad-content .content h3{
    font-size: 54px;
    font-weight: 700;
    padding-bottom: 30px;
    color: #fff;
}
.ad-content .content p{
    font-size: 30px;
    color: #fff;
    padding-bottom: 25px;
}
.ad-content .content .more{
    background: none;
    height: auto;
    font-size: 24px;
    border-radius: 60px;
    padding: 10px 25px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    border: 2px solid #fff;
}
.ad-content .img{
    width: 45%;
    float: right;
    text-align: center;
}
.ad-content .img img{
    max-width: 100%;
    max-height: 90%;
    height: auto;
}
.swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    background: none;
    border: 2px solid #fff;
}
.swiper-pagination-bullet-active{
    border: 2px solid #fff;
    background: #fff;
}
.ad-button-next{
    color: #fff;
}
.ad-button-prev{
    color: #fff;
}
.brand-tab-box{
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    text-align: center;
}
.brand-tab{
    width: auto;
    padding: 0 140px;
    display: inline-block;
    border-bottom: 2px solid #f0f0f2;
}
.brand-tab a{
    display: inline-block;
    height: 45px;
    line-height: 45px;
    position: relative;
    padding: 0 16px;
    font-size: 20px;
    color: #000000;
    font-weight: 400;
}
.brand-tab a.active{
    color: #1178BE;
}
.brand-tab a.active:after{
    content:"";
    position: absolute;
    width: 100%;
    height: 2px;
    background:#ff2850;
    left: 0;
    bottom: -1px;
}
.brand{
    width: 100%;
}
.brand-top{
    margin: 10px;
    overflow: hidden;
    position: relative;
}
.brand-top-bg{
    width:100%;
    height: auto;
}
.brand-top-content{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
}
.brand-top-content .content{
    padding: 50px 0 0 35px;
    float: left;
    width: 70%;
    height: auto;
    overflow: hidden;
}
.brand-top-content .content h5{
    font-size: 24px;
    color: #fff;
    padding-bottom: 20px;
    font-weight: normal;
}
.brand-top-content .content h3{
    font-size: 42px;
    font-weight: 700;
    padding-bottom: 35px;
    color: #fff;
}
.brand-top-content .content a{
    width: auto;
    height: 50px;
    line-height: 46px;
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    border: 2px solid rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    font-size: 24px;
    color: #fff;
    padding: 0 60px;
    display: inline-block;
}
.brand-top-content .img{
    float: right;
    width: 30%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.brand-top-content .img img{
    width: 160%;
    height: auto;
    margin-top: 30px;
}
.solution-item{
    margin: 10px;
    height: 590px;
    border-radius: 10px;
    background: url("../images/img8.png") no-repeat center center;
    background-size: cover;
}
.solution-item .img{
    width: 55%;
    height: auto;
    overflow: hidden;
    padding: 60px 0;
    float: left;
}
.solution-item .img img{
    width: 100%;
    height: auto;
}
.solution-item .content{
    width: 45%;
    height: auto;
    overflow: hidden;
    padding: 190px 35px 0 35px;
    float: right;
}
.solution-item .content h3{
    padding-bottom: 30px;
    color: #3D3D3D;
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
    text-transform: uppercase;
}
.solution-item .content h3 a{
    color: #3D3D3D;
}
.solution-item .content .line{
    width: 100%;
    height: 20px;
    overflow: hidden;
    background: url("../images/icon21.png") no-repeat left center;
    background-size: 90% auto;
    margin-bottom: 30px;
}
.solution-item .content .more{
    color:#3D3D3D;
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
    padding-right: 34px;
    height: 28px;
    line-height: 28px;
    background: url("../images/icon22.png") no-repeat right center;
}
.solution-item1{
    margin: 10px;
    height: 280px;
    border-radius: 10px;
    background: url("../images/img10.png") no-repeat center center;
    background-size: cover;
    overflow: hidden;
}
.solution-item1 .content{
    width: 60%;
    height: auto;
    overflow: hidden;
    padding: 70px 0 0 50px;
    float: left;
}
.solution-item1 .content h3{
    padding-bottom: 30px;
    color: #3D3D3D;
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
    text-transform: uppercase;
}
.solution-item1 .content h3 a{
    color: #3D3D3D;
}
.solution-item1 .content .line{
    width: 100%;
    height: 20px;
    overflow: hidden;
    background: url("../images/icon21.png") no-repeat left center;
    background-size: 90% auto;
    margin-bottom: 30px;
}
.solution-item1 .content .more{
    color:#3D3D3D;
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
    padding-right: 34px;
    height: 28px;
    line-height: 28px;
    background: url("../images/icon22.png") no-repeat right center;
}
.solution-item1 .img{
    width: 40%;
    height: auto;
    overflow: hidden;
    padding: 45px 0 0 0;
    float: right;
    position: relative;
}
.solution-item1 .img img{
    width: 200%;
    height: auto;
}
.about-box{
    background-size: cover;
    padding: 50px 0;
}
.about-left{
    padding: 30px;
}
.about-left .content{
    overflow: hidden;
    padding-bottom: 30px;
}
.about-left .content h3{
    font-size: 34px;
    color: #000;
    margin-bottom: 25px;
}
.about-left .content p{
    font-size: 16px;
    color: #616379;
    line-height: 1.5;
}
.about-left .content ul{
    margin-top: 20px;
}
.about-left .content ul li{
    font-size: 16px;
    color: #616379;
    list-style: inside;
}
.about-left .more{
    color: #fff;
    background: #ff2850;
    margin-top: 10px;
    padding: 10px 25px;
    font-size: 18px;
}
.about-right{
    padding: 30px;
}
.about-right-bg{
    /*background-image: url(../images/bg_img.png);*/
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}
.about-right-bg img{
    width: 100%;
    border-radius: 50%;
    /*-webkit-mask-image: url(../images/masking_img.png);*/
    /*-webkit-mask-size: cover;*/
    /*-webkit-mask-position: center center;*/
}
.main-info{
    font-size: 18px;
    color: #7a7979;
    line-height: 1.2;
    text-align: center;
}
.about{
    padding: 20px 50px;
}
.full-left{
    float: left;
}
.full-right{
    float: right;
}
.about-item1{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 100px;
    background: url("../images/line1.png") no-repeat bottom center;
    background-size: 100% auto;
    margin-bottom: 50px;
}
.about-item1 .content{
    width: 95%;
    height: auto;
    overflow: hidden;
}
.about-item1 .content .img{
    width: 120px;
    height: auto;
    margin-right: 15px;
}
.about-item1 .content .img img{
    width: 100%;
    height: auto;
}
.about-item1 .content .info{
    width: calc( 100% - 135px );
    height: auto;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    padding: 25px;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
}
.about-item2{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
    background: url("../images/line3.png") no-repeat bottom center;
    background-size: 100% auto;
}
.about-item2 .content{
    width: 95%;
    height: auto;
    overflow: hidden;
}
.about-item2 .content .img{
    width: 120px;
    height: auto;
    margin-right: 15px;
}
.about-item2 .content .img img{
    width: 100%;
    height: auto;
}
.about-item2 .content .info{
    width: calc( 100% - 135px );
    height: auto;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    padding: 25px;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
}
.about-center{
    margin-top: 210px;
}
.about-center img{
    width: 100%;
    height: auto;
}
.about-item3{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 100px;
    background: url("../images/line2.png") no-repeat bottom center;
    background-size: 100% auto;
    margin-bottom: 120px;
}
.about-item3 .content{
    width: 95%;
    height: auto;
    overflow: hidden;
    float: right;
}
.about-item3 .content .img{
    width: 120px;
    height: auto;
    margin-left: 15px;
}
.about-item3 .content .img img{
    width: 100%;
    height: auto;
}
.about-item3 .content .info{
    width: calc( 100% - 135px );
    height: auto;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    padding: 25px;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
}
.about-item4{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
    background: url("../images/line4.png") no-repeat bottom center;
    background-size: 100% auto;
    margin-bottom: 50px;
}
.about-item4 .content{
    width: 95%;
    height: auto;
    overflow: hidden;
    float: right;
}
.about-item4 .content .img{
    width: 120px;
    height: auto;
    margin-left: 15px;
}
.about-item4 .content .img img{
    width: 100%;
    height: auto;
}
.about-item4 .content .info{
    width: calc( 100% - 135px );
    height: auto;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    padding: 25px;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
}
.news-item{
    border-radius: 3px;
    margin: 10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.news-item2{
    border-radius: 3px;
    margin: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.news-item .img{
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.news-item .img img{
    width: 100%;
    height: auto;
}
.news-item .content{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px;
}
.news-item .content h3{
    width: 100%;
    height: 52px;
    line-height: 26px;
    font-size: 20px;
    font-weight: bold;
    color: #616379;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.news-item .content p{
    width: 100%;
    height: 80px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
.news-item .content .more{
    font-size: 16px;
    color: #616379;
    display: inline-block;
    font-weight: bold;
}

.news-item2 .img{
    width: 100%;
    height: 160px;
    overflow: hidden;
}
.news-item2 .img img{
    width: 100%;
    height: auto;
}

.news-item2 .content{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px;
}
.news-item2 .content h3{
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.news-item2 .content p{
    width: 100%;
    height: 80px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
.news-item2 .content .more{
    font-size: 16px;
    color: #616379;
    display: inline-block;
    font-weight: bold;
}

.video-item{
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 20px 0px rgba(41, 101, 225, 0.1);
    position: relative;
    overflow: hidden;
}
.video-img{
    width: 100%;
    height: 248px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.video-img1{
    width: 100%;
    height: 516px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.video-a{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.video-menu{
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    background: url("../images/icon27.png") no-repeat center center;
    background-size: auto 100%;
}
.video-item .content{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 87%);
    padding: 17px 24px;
}
.video-item .content h3{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.video-item .content p{
    font-size: 14px;
    color: #fff;
    overflow: hidden;
}
.partner-box{
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
.partner{
    width: 100%;
    position: relative;
}
.partner-item{
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    padding: 20px;
    display: inline-block;
}
.partner-item img{
    width: 100%;
    height: 58px;
}
.partner-button-next{
    color: #222222;
    right: -40px;
}
.partner-button-prev{
    color: #222222;
    left: -40px;
}
.footer-box{
    background: url(../images/foot_bg.jpg) no-repeat center center;
    background-size: cover;
}
.footer{
    background: none;
    padding: 30px 0;
}
.footer-title{
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}
.footer-title2{
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}
.footer-title2 img{
    max-width: 50%;
}
.footer-link{
    padding: 10px 0;
}
.footer-link a{
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #000;
}
.footer .col-2{
    padding: 0;
}
.footer .col-6{
    padding: 0;
}
.footer-info{
    padding: 10px 0;
}
.footer-info a{
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #000;
}
.footer-info p{
    display: block;
    line-height: 24px;
    font-size: 16px;
    color: #000;
}
.footer-form{
    padding: 10px 0;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.footer-input1{
    width: calc( 50% - 5px );
    height: 40px;
    background: #fff;
    border: 0;
    padding: 0 15px;
    color: #000;
    font-size: 16px;
}
.footer-input2{
    width: 100%;
    height: 40px;
    background: #fff;
    border: 0;
    padding: 0 15px;
    color: #000;
    font-size: 16px;
}
.footer-btn{
    width: 100%;
    color: #fff;
    background: #ff2850;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}
.footer-btn:hover{
    color: #fff;
}
.footer-share{
    padding: 10px 0;
}
.footer-share img{
    width: auto;
    height: 24px;
    margin-right: 30px;
}
.copyright{
    padding: 15px 0;
    background: none;
    overflow: hidden;
}
.copyright-logo{
    width: auto;
    height: 48px;
    float: left;
}
.copyright-logo img{
    width: auto;
    height: 48px;
}
.copyright-link{
    width: auto;
    height: 48px;
    float: left;
    font-size: 16px;
    line-height: 48px;
    color: #000;
}
.copyright-link a{
    font-size: 16px;
    line-height: 48px;
    color: #000;
    margin: 0 15px;
}

.main-banner-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.main-banner-img{
    width: 100%;
    height: auto;
}
.main-banner{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 130px;
}
.main-banner h3{
    font-family: Arial;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 15px;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.main-banner p{
    font-family: Arial;
    font-size: 24px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.question{
    border: 1px solid #EFEFEF;
    border-radius: 8px;
    background: #ffffff;
    padding: 25px 35px;
    margin-bottom: 25px;
}
.question .title{
    font-family: Arial;
    font-size: 18px;
    padding: 10px 30px 10px 0;
    line-height: 1.5;
    color: #1A1A1A;
    border-bottom: 1px solid #EFEFEF;
    background: url(../images/icon28.png) no-repeat right center;
    background-size: auto 9px;
    cursor: pointer;
}
.question .content{
    font-family: Arial;
    font-size: 16px;
    padding: 15px 0;
    line-height: 1.5;
    color: #1A1A1A;
    display: none;
}
.right-form{
    border: 1px solid #EFEFEF;
    border-radius: 8px;
    background: #ffffff;
    padding: 25px 35px;
    margin-bottom: 25px;
}
.right-form .title{
    font-family: Arial;
    font-size: 18px;
    padding: 10px 30px 10px 0;
    line-height: 1.5;
    color: #606266;
    font-weight: 700;
    border-bottom: 1px solid #EFEFEF;
}
.right-form .content{
    padding: 15px 0;
}
.lianxi{
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    margin: 30px 0;
}
.lianxi_a{
    width: 50%;
    float: left;
    overflow: hidden;
}
.lianxi_a img{
    width: 100%;
}
.lianxi_b{
    width: 50%;
    float: left;
    overflow: hidden;
    padding: 50px;
}
.lianxi_b h3{
    font-size: 24px;
    font-weight: bold;
    color: #2E2D3C;
    margin-bottom: 25px;
}
.lianxi-box{
    background: #2E2D3C;
}
.lianxi_b p{
    font-size: 16px;
    color: #222;
    margin-bottom: 20px;
}

.form-label{
    font-family: Arial;
    font-size: 14px;
    color: #303133;
    font-weight: 400;
    line-height: 38px;
}
.form-label span{
    color: #f00;
}
.form-group{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 5px;
}
.form-input{
    width: 100%;
    height: 45px;
    line-height: 43px;
    font-family: Arial;
    font-size: 16px;
    color: #222222;
    padding: 0 15px;
    border-radius: 4px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #DCDFE6;
}
.form-textarea{
    width: 100%;
    min-height: 160px;
    line-height: 24px;
    font-family: Arial;
    font-size: 16px;
    color: #222222;
    padding: 5px 15px;
    border-radius: 4px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #DCDFE6;
}
.form-button-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: right;
    padding-top: 20px;
}
.form-button{
    display: inline-block;
    padding: 10px 30px;
    gap: 4px;
    border-radius: 32px;
    background: #0681F4;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    font-weight: 700;
}
.form-button:hover{
    color: #fff;
}
.pop-box{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: rgba(0,0,0,0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
}
.pop{
    width: 610px;
    height: auto;
    overflow: hidden;
    min-height: 500px;
    border-radius: 47px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -305px;
    padding: 5px 30px 50px 30px;
}
.pop-close{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.pop-close a{
    display: block;
    float: right;
    color: #3D3D3D;
    font-weight: 700;
    font-size: 32px;
}
.pop-logo{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.pop-logo img{
    width: 60%;
    height: auto;
}
.pop-content{
    height: auto;
    overflow: hidden;
    padding: 0 70px;
}
.form-info{
    padding: 20px 0 20px 0;
}
.form-radio-label{
    color: #606266;
    font-size: 16px;
    float: left;
}
.form-radio{
    width: 14px;
    height: 14px;
    border: 1px solid #DCDFE6;
}
.form-link{
    font-family: Arial;
    float: right;
    color: #ff2850;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 400;
}
.form-button1-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 20px;
}
.form-button2-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 140px 0 140px;
}
.form-button1{
    display: block;
    padding: 10px 30px;
    gap: 4px;
    border-radius: 32px;
    background: #0681F4;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.form-button1:hover{
    color: #fff;
}
.form-button2{
    display: block;
    padding: 10px 30px;
    gap: 4px;
    border-radius: 32px;
    background: #fff;
    border: 1px solid #0681F4;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: #0681F4;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
}
.form-button2:hover{
    color: #fff;
}
.main-search-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 50px 0;
}
.main-search{
    width: 60%;
    height: 52px;
    border-radius: 8px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid rgba(201, 201, 201, 0.4);
    padding: 0 25px;
    margin: 0 auto;
}
.main-search-input{
    width: calc( 100% - 50px );
    height: 50px;
    border: 0;
    line-height: 50px;
    font-size: 18px;
    color: #222222;
    float: left;
}
.main-search-button{
    width: 50px;
    height: 50px;
    float: left;
    display: block;
    cursor: pointer;
    background: url(../images/icon29.png) no-repeat center center;
    background-size: 26px 26px;
}
.order-head{
    width: 100%;
    height: 56px;
    border-radius: 8px;
    background: #ff2850;
    box-sizing: border-box;
    padding: 12px 15px;
    margin-bottom: 20px;
}
.order-head .title{
    font-family: Arial;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    line-height: 32px;
    float: left;
}
.order-head .button{
    color: #FFFFFF;
    font-family: Arial;
    font-size: 14px;
    float: right;
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 32px;
    padding: 0 15px;
}
.order-list{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #EFEFEF;
    background: #fff;
    margin-bottom: 20px;
}
.order-top{
    padding: 0 29px;
    height: 68px;
    line-height: 68px;
    border-radius: 8px 8px 0px 0px;
    background: #ECECEC;
}
.order-number{
    width: 25%;
    float: left;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #606266;
}
.order-time{
    width: 25%;
    float: left;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #606266;
    text-align: center;
}
.order-code{
    width: 25%;
    float: left;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #606266;
}
.order-type{
    width: 25%;
    float: left;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #606266;
    text-align: right;
}
.order-content{
    padding: 0 29px;
    overflow: hidden;
    border: 1px solid #EFEFEF;
}
.order-item{
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px solid #C3C3C3;
}
.order-content .order-item:last-child{
    border: 0;
}
.order-item .img{
    width: 160px;
    height: 160px;
    position: relative;
    background: #F2F2F2;
    float: left;
    margin-right: 49px;
}
.order-item .img img{
    max-width: 160px;
    max-height: 160px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.order-item .title{
    width: 42%;
    height: auto;
    overflow: hidden;
    float: left;
    padding-top: 32px;
}
.order-item .title h3{
    font-family: Arial;
    font-size: 20px;
    height: 60px;
    line-height: 30px;
    color: #606266;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.order-item .title p{
    font-family: Arial;
    font-size: 16px;
    color: #9E9E9E;
}
.order-item .price{
    width: 12%;
    height: auto;
    overflow: hidden;
    text-align: center;
    float: left;
    font-family: Arial;
    font-size: 20px;
    color: #606266;
    padding-top: 32px;
}
.order-item .num{
    width: 12%;
    height: auto;
    overflow: hidden;
    text-align: center;
    float: left;
    font-family: Arial;
    font-size: 20px;
    color: #606266;
    padding-top: 32px;
}
.order-item .total{
    width: 12%;
    height: auto;
    overflow: hidden;
    text-align: center;
    float: right;
    font-family: Arial;
    font-size: 20px;
    color: #606266;
    padding-top: 32px;
}
.order-price{
    width: 100%;
    height: 70px;
    overflow: hidden;
}
.order-price .gold{
    float: right;
    padding-right: 29px;
}
.order-price .gold .gold-info{
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #767676;
    line-height: 70px;
    float: left;
}
.order-price .gold .gold-number{
    font-family: Arial;
    font-weight: 400;
    font-size: 24px;
    color: #606266;
    line-height: 70px;
    float: left;
}
.in-main-title{
    color:#222222;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    font-size: 42px;
}
.in-main-title .more{
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #ff2850;
    height: 36px;
    line-height: 34px;
    padding: 0 28px;
    background: url("../images/icon30.png") no-repeat right center;
    background-position: right 12px center;
    background-size: 16px 16px;
    border-radius: 36px;
    color: #ff2850;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: 400;
    float: right;
    text-transform: none;
}
.cart-head{
    width: 100%;
    height: 68px;
    border-radius: 8px 8px 0px 0px;
    border-bottom: 1px solid #E1E1E1;
    background: #ECECEC;
    padding: 0 25px;
}
.cart-head .title{
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    line-height: 68px;
    color: #606266;
}
.cart-content{
    padding: 0 25px;
    overflow: hidden;
    border: 1px solid #EFEFEF;
    background: #fff;
    border-top: 0;
}
.cart-item{
    padding: 34px 0;
    overflow: hidden;
    border-bottom: 1px solid #C3C3C3;
}
.cart-content .cart-item{
    border: 0;
}
.cart-del{
    width: 28px;
    height: 28px;
    background: url(../images/icon31.png) no-repeat center center;
    background-size: cover;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 30px;
    margin-top: 40px;
}
.cart-item .img{
    width: 120px;
    height: 120px;
    position: relative;
    background: #F2F2F2;
    float: left;
    margin-right: 49px;
}
.cart-item .img img{
    max-width: 120px;
    max-height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.cart-item .img2{
    width: 120px;
    height: 120px;
    position: relative;
    background: #F2F2F2;
    float: left;
    margin-right: 15px;
}
.cart-item .img2 img{
    max-width: 120px;
    max-height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.cart-item .title{
    width: calc( 100% - 120px - 49px - 28px - 30px );
    height: auto;
    overflow: hidden;
    padding-top: 30px;
}
.cart-item .title h3{
    font-family: Arial;
    font-size: 20px;
    height: 60px;
    line-height: 30px;
    color: #606266;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cart-item .price{
    font-family: Arial;
    font-size: 20px;
    color: #606266;
    font-weight: 400;
    padding-top: 30px;
}
.cart-item .num{
    padding-top: 30px;
    text-align: center;
    margin: 0 auto;
    width: 114px;
    height: auto;
    overflow: hidden;
}
.cart-item .reduce{
    width: 32px;
    height: 32px;
    border: 1px solid #d9d9d9;
    color: #222222;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    float: left;
}
.cart-item .plus{
    width: 32px;
    height: 32px;
    border: 1px solid #d9d9d9;
    color: #222222;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    float: left;
}
.num-input{
    width: 50px;
    height: 32px;
    text-align: center;
    border: 0;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    font-size: 18px;
    color: #222222;
    font-weight: 400;
    float: left;
}
.cart-result{
    padding: 10px 39px;
    overflow: hidden;
    border: 1px solid #EFEFEF;
    background: #fff;
    border-top: 0;
}
.cart-result-item{
    padding: 25px 0;
    overflow: hidden;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    align-items: center;
}
.cart-result .cart-result-item:last-child{
    border: 0;
}
.cart-result-item .title{
    width: 25%;
    height: auto;
    overflow: hidden;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #606266;
}
.cart-result-item .info{
    width: 75%;
    height: auto;
    overflow: hidden;
    text-align: right;
}
.cart-result-item .info .price{
    font-family: Arial;
    font-size: 16px;
    color: #606266;
    font-weight: 400;
}
.cart-result-item .info .shipping{
    font-family: Arial;
    font-size: 16px;
    color: #606266;
}
.cart-result-item .info .shipping span{
    color: #ff2850;
}
.cart-result-item .info .text{
    font-family: Arial;
    font-size: 16px;
    color: #AAAAAA;
}
.cart-result-item .info .total{
    font-family: Arial;
    font-size: 20px;
    color: #ff2850;
    font-weight: bold;
}
.cart-button-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 50px 0 25px;
}
.cart-button-box .button{
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-radius: 8px;
    background: #0681F4;
    font-family: Arial;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.editor{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px;
    background: #fff;
    margin-bottom: 25px;
    font-family: Arial;
    font-size: 16px;
    line-height: 1.5;
}
.editor p{
    font-family: Arial;
    font-size: 16px;
    line-height: 2;
}
.editor img{
    max-width: 100%;
    height: auto;
}
.in-advantage{
    width: 100%;
    height: 245px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0 25px;
}
.in-advantage .info{
    width: 65%;
    height: auto;
    overflow: hidden;
}
.in-advantage .info h3{
    font-family: Arial;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}
.in-advantage .info p{
    font-family: Arial;
    font-size: 20px;
    color: #B7B7B7;
}
.in-advantage .button-box{
    width: 35%;
    text-align: right;
    height: auto;
    overflow: hidden;
}
.in-advantage .button-box .button{
    width: auto;
    height: 52px;
    line-height: 52px;
    border-radius: 8px;
    background: #0681F4;
    font-family: Arial;
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 0 25px;
}
.main-title.underline{
    position: relative;
}
.main-title.underline:after{
    content: "";
    width: 100px;
    height: 4px;
    background: #1890FF;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -50px;
}
.process-box{
    padding: 0 200px;
    overflow: hidden;
}
.process{
    display: flex;
    padding: 25px 0;
    align-items: center;
}
.process .icon{
    width: 54px;
    height: 54px;
    border-radius: 32px;
    background: linear-gradient(215deg, rgba(255, 255, 255, 0.8) 9%, rgba(33, 148, 227, 0) 85%), #1890FF;
    box-sizing: border-box;
    border: 1px solid #1890FF;
    text-align: center;
    display: flex;
    align-items: center;
}
.process .icon img{
    width: 22px;
    margin: 0 auto;
}
.process .content{
    width: calc( 90% - 54px - 20px );
    height: auto;
    overflow: hidden;
    padding-left: 20px;
}
.process .content h3{
    font-family: Arial;
    font-size: 18px;
    color: #000000;
    display: flex;
    align-items: center;
}
.process .content span{
    display: inline-block;
    width: 180px;
    height: 1px;
    background: #E0E0E0;
    margin-left: 20px;
}
.process .content p{
    font-family: Arial;
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
}
.process.active .content span{
    background: #1890FF;
}
.category-search-box{
    border: 1px solid #EFEFEF;
    background: #fff;
    padding: 10px 25px;
    overflow: hidden;
}
.category-search-box .title{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #E1E1E1;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    color: #606266;
}
.category-search-box .content{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 35px 0;
}
.category-search{
    width: 100%;
    height: 52px;
    border-radius: 8px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid rgba(201, 201, 201, 0.4);
    padding: 0 25px;
    margin: 0 auto;
}
.category{
    margin-top: 16px;
}
.category a{
    width: 100%;
    height: 52px;
    padding-left: 15px;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #EFEFEF;
    margin-bottom: 16px;
    color: #606266;
    font-family: Arial;
    font-size: 18px;
    line-height: 50px;
    background-image: url(../images/icon35.png);
    background-size: auto 14px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    display: block;
}
.category a:hover{
    color: #ff2850;
    border: 1px solid #ff2850;
}
.category-contact-box{
    border: 1px solid #EFEFEF;
    background: #fff;
    padding: 10px 25px;
    overflow: hidden;
}
.category-contact-box .title{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #E1E1E1;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    color: #606266;
}
.category-contact-box .content{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 35px 0;
}
.category-contact-box .content .share{
    padding: 0 0 30px 0;
    border-bottom: 1px dashed #D8D8D8;
    margin-bottom: 30px;
}
.category-contact-box .content .share img{
    width: auto;
    height: 24px;
    margin-left: 10px;
}
.category-contact-box .content .info{
    font-family: Source Han Sans;
    font-size: 14px;
    line-height: 1.5;
    color:#9E9E9E
}
.category-contact-box .content .info a{
    font-family: Source Han Sans;
    font-size: 16px;
    color: #ff2850;
    line-height: 1.5;
}
.category-contact-box .content .info .email{
    padding-left: 35px;
    background: url(../images/icon36.png) no-repeat left center;
    background-size: 26px 26px;
}
.margin-0{
    margin: 0;
}
.padding-20{
    padding: 20px;
}
.page-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    padding: 25px 0;
}
.page-box li{
    display: inline-block;
    list-style: none;
}
.page-box a{
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: Arial;
    display: block;
}
.right-form2{
    border: 1px solid #EFEFEF;
    border-radius: 8px;
    background: #ffffff;
    padding: 0 32px;
    margin-bottom: 25px;
}
.right-form2 .title{
    font-family: Arial;
    font-size: 18px;
    line-height: 68px;
    color: #606266;
    font-weight: 700;
    border-bottom: 1px solid #EFEFEF;
}
.right-form2 .content{
    padding: 15px 0 30px 0 !important;
}
.form-input1{
    width: 80%;
    height: 45px;
    line-height: 43px;
    font-family: Arial;
    font-size: 16px;
    color: #222222;
    padding: 0 15px;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #DCDFE6;
    float: left;
}
.form-unit{
    width: 20%;
    height: 45px;
    line-height: 43px;
    font-family: Arial;
    font-size: 16px;
    color: #9E9E9E;
    padding: 0 15px;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #DCDFE6;
    border-left: 0;
    float: left;
}
.right-form2 .title1{
    font-family: Arial;
    font-size: 18px;
    line-height: 68px;
    color: #606266;
    font-weight: 700;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 10px;
}
.left-form{
    border: 1px solid #EFEFEF;
    border-radius: 8px;
    background: #ffffff;
    margin-bottom: 25px;
}
.left-form .title{
    font-family: Arial;
    font-size: 18px;
    line-height: 68px;
    color: #606266;
    font-weight: 700;
    background: #ECECEC;
    border-bottom: 1px solid #EFEFEF;
    padding: 0 32px;
}
.left-form .content{
    padding: 10px 32px;
}
.order-confirm{
    border: 1px solid #EFEFEF;
    border-radius: 8px;
    background: #ffffff;
    margin-bottom: 25px;
    padding: 0 32px;
}
.order-confirm .top-title{
    font-family: Arial;
    font-size: 18px;
    line-height: 68px;
    color: #606266;
    font-weight: 700;
    border-bottom: 1px solid #EFEFEF;
}
.order-confirm-head{
    width: 100%;
    height: 45px;
    background: #ECECEC;
    padding: 0 25px;
    margin-top: 10px;
}
.order-confirm-head .title{
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    line-height: 45px;
    color: #606266;
}
.cart-item .content{
    width: calc( 100% - 120px - 49px - 28px - 30px );
    height: auto;
    overflow: hidden;
}
.cart-item .content h3{
    font-family: Arial;
    font-size: 20px;
    height: 48px;
    line-height: 24px;
    font-weight: 500;
    color: #606266;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cart-item .content p{
    font-family: Arial;
    font-size: 14px;
    color: #B5B5B5;
}
.order-confirm .num{
    padding: 10px 0 0 0;
    margin: 0;
}
.order-confirm-content{
    padding: 0 25px;
    overflow: hidden;
    border-bottom: 1px solid #EFEFEF;
    background: #fff;
    border-top: 0;
}
.order-confirm-content .cart-item:last-child{
    border: 0;
}
.order-confirm-info{
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #eeeeee;
}
.order-confirm-info .title{
    width:30%;
    height: auto;
    overflow: hidden;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    float: left;
}
.order-confirm-info .info{
    width:60%;
    height: auto;
    overflow: hidden;
    font-family: Arial;
    font-size: 18px;
    float: right;
    text-align: right;
}
.order-confirm-info1{
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #eeeeee;
    background: #FAFAFA;
}
.order-confirm-info1 .title{
    width:30%;
    height: auto;
    overflow: hidden;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    float: left;
}
.order-confirm-info1 .info{
    width:60%;
    height: auto;
    overflow: hidden;
    font-family: Arial;
    font-size: 24px;
    float: right;
    text-align: right;
}
.order-confirm .center-title{
    font-family: Arial;
    font-size: 18px;
    line-height: 68px;
    color: #606266;
    font-weight: 700;
    border-bottom: 1px solid #EFEFEF;
    margin: 30px 0;
}
.order-confirm-main{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
}
.order-confirm-main label{
    width: auto;
    height: 43px;
    line-height: 41px;
    border-radius: 4px;
    padding: 0 15px;
    border: 1px solid #DCDFE6;
    font-family: Arial;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}
.order-confirm-main label input{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #DCDFE6;
    margin-right: 10px;
}
.order-confirm-main label input:checked{
    background: #0052D9;
}
.order-confirm-editor{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    font-family: Arial;
    font-size: 16px;
    line-height: 1.5;
}
.order-confirm-editor p{
    font-family: Arial;
    font-size: 16px;
    line-height: 2;
}
.order-confirm-editor img{
    max-width: 100%;
    height: auto;
}
.pay-type-title{
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-family: Arial;
    color: #4C4D4D;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #D8D8D8;
}
.process .icon2{
    background: #1890FF;
    width: 54px;
    height: 54px;
    border-radius: 32px;
    box-sizing: border-box;
    border: 1px solid #1890FF;
    text-align: center;
    line-height: 54px;
    color: #fff;
    font-size: 18px;
}
.process-box2{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
}
.process-img{
    width: 100%;
    height: auto;
    padding: 15px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.process-img img{
    width: 100%;
    height: auto;
}
.editor2{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
    margin-bottom: 25px;
    font-family: Arial;
    font-size: 16px;
    line-height: 1.5;
    color: #222222;
}
.editor2 h2{
    font-size: 22px;
    margin-bottom: 15px;
}
.editor2 p{
    font-family: Arial;
    font-size: 16px;
    line-height: 2;
    color: #222222;
}
.editor2 img{
    max-width: 100%;
    height: auto;
}
.quote{
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.quote_a{
    overflow: hidden;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #222;
}
.quote_b{
    overflow: hidden;
    padding-bottom: 10px;
    font-size: 14px;
    color: #616379;
}
.quote_c{
    overflow: hidden;
}
.right-input1{
    width: 100%;
    height: 40px;
    background: #fff;
    padding: 0 15px;
    color: #000;
    font-size: 16px;
    border: 1px solid #efefef;
}
.right-input2{
    width: 100%;
    height: 40px;
    background: #fff;
    padding: 0 15px;
    color: #000;
    font-size: 16px;
    border: 1px solid #efefef;
}
.right-btn{
    width: 100%;
    color: #fff;
    background: #ff2850;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}
.right-btn:hover{
    color: #fff;
}
.right-contact{
    margin-top: 20px;
    background: #231f20;
    padding: 20px;
    border-bottom: 5px solid #ff2850;
}
.right-contact h3{
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}
.right-contact p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}
.right-contact p a{
    color: #fff;
}
.right-contact p a img{
    width: 20px;
}
.service-title{
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-family: Arial;
    color: #4C4D4D;
    font-size: 32px;
    font-weight: bold;
}
.service-info{
    width: 70%;
    height: auto;
    overflow: hidden;
    line-height: 1.5;
    font-family: Arial;
    font-size: 16px;
    color: #9E9E9E;
}
.service-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0 20px 0;
}
.service-item{
    padding: 20px;
    overflow: hidden;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    border: 1px solid rgba(216, 216, 216, 0.5);
}
.service-item .img{
    width: 89px;
    height: 89px;
    border-radius: 10px;
    float: left;
}
.service-item .img img{
    width: 89px;
    height: auto;
}
.service-item .content{
    width: calc( 100% - 109px );
    padding-left: 20px;
    height: auto;
    overflow: hidden;
}
.service-item .content h3{
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 0;
    color: #222222;
}
.service-item .content p{
    width: 100%;
    height: 40px;
    line-height: 20px;
    font-family: Arial;
    font-size: 14px;
    color: #9E9E9E;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.process-box2{
    overflow: hidden;
}
.process-box2 .process{
    align-items: normal;
}
.service-contact{
    border-left: 3px solid #D8D8D8;
    overflow: hidden;
    padding: 10px 0 10px 35px;
    margin: 10px 0 10px 40px;
}
.service-contact-item{
    overflow: hidden;
    margin: 10px 0;
}
.service-contact-item .img{
    width: 42px;
    height: auto;
    overflow: hidden;
    margin-right: 15px;
    float: left;
}
.service-contact-item .img img{
    width: 100%;
    height: auto;
}
.service-contact-item .content{
    height: auto;
    overflow: hidden;
}
.service-contact-item .content h3{
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: #222222;
}
.service-contact-item .content p{
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: #9E9E9E;
}
.form-input3{
    width: 50%;
    height: 45px;
    line-height: 43px;
    font-family: Arial;
    font-size: 16px;
    color: #222222;
    padding: 0 15px;
    border-radius: 4px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #DCDFE6;
}
.vcode{
    width: 50%;
    height: 45px;
    line-height: 43px;
    font-family: Arial;
    font-size: 16px;
    color: #0681F4;
    text-align: center;
    border-radius: 4px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #0681F4;
    display: inline-block;
    float: right;
}
.register-box{
    overflow: hidden;
    padding: 60px 250px;
    border-radius: 16px;
    background: #fff;
}
.form-input4{
    width: 70%;
    height: 45px;
    line-height: 43px;
    font-family: Arial;
    font-size: 16px;
    color: #222222;
    padding: 0 15px;
    border-radius: 4px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #DCDFE6;
}
.vcode2{
    width: 30%;
    height: 45px;
    line-height: 43px;
    font-family: Arial;
    font-size: 16px;
    color: #0681F4;
    text-align: center;
    border-radius: 4px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #0681F4;
    display: inline-block;
    float: right;
}
.form-line-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 30px 0;
}
.form-line-title span{
    display: inline-block;
    font-family: Arial;
    font-size: 18px;
    color: #9E9E9E;
}
.form-line-title:before{
    content: "";
    width: 20%;
    position: absolute;
    height: 1px;
    background: #9E9E9E;
    left: 5%;
    top: 12px;
}
.form-line-title:after{
    content: "";
    width: 20%;
    position: absolute;
    height: 1px;
    background: #9E9E9E;
    right: 5%;
    top: 12px;
}
.service-item2{
    overflow: hidden;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    border: 1px solid rgba(216, 216, 216, 0.5);
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.service-item2 .img{
    width: 180px;
    height: 180px;
    border-radius: 10px;
    float: left;
}
.service-item2 .img img{
    width: 180px;
    height: auto;
}
.service-item2 .content{
    width: calc( 100% - 20px );
    padding-left: 20px;
    height: auto;
    overflow: hidden;
}
.service-item2 .content h3{
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 0;
    color: #606266;
}
.service-item2 .content p{
    width: 100%;
    height: 80px;
    line-height: 20px;
    font-family: Arial;
    font-size: 14px;
    color: #9E9E9E;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.process-box3{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 1px solid #D8D8D8;
}
.process .icon3{
    width: 54px;
    height: 54px;
    border-radius: 32px;
    box-sizing: border-box;
    border: 1px solid #1890FF;
    text-align: center;
    line-height: 54px;
    color: #1890FF;
    font-size: 18px;
}
.main2-container {
    padding: 0 260px;
}
.banner-block{
    width: 100%;
    height: 175px;
    border-radius: 200px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    position: relative;
    margin-top: -90px;
}
.banner-block-item{
    text-align: center;
    overflow: hidden;
}
.banner-block-item .img{
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin: 0 auto 20px auto;
}
.banner-block-item .title{
    font-family: Arial;
    font-size: 20px;
    color: #3D3D3D;
}
.main-title2{
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-family: Arial;
    color: #4C4D4D;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #D8D8D8;
}
.solution-product-box{
    width: 100%;
    height: auto;
    padding: 0 0 20px 0 !important;
}
.solution-product-item{
    background: #fff;
    border-radius: 8px;
    border: 1px solid #EFEFEF;
    height: auto;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
}
.solution-product-item .img{
    width: 240px;
    height: 180px;
    background: radial-gradient(58% 58% at 50% 50%, #FFFFFF 57%, #E5E5E5 100%, #E5E5E5 100%);
    position: relative;
    margin-right: 20px;
    display: flex;
    align-items: center;
    border-radius: 8px;
}
.solution-product-item .img img{
    max-width: 90%;
    max-height: 90%;
    margin: 0 auto;
}
.solution-product-item .content{
    width: 58%;
    height: auto;
    overflow: hidden;
}
.solution-product-item .content h3{
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    color: #606266;
    padding-bottom: 10px;
}
.solution-product-item .content p{
    font-family: Arial;
    font-size: 18px;
    color: #9E9E9E;
    padding-bottom: 20px;
    border-bottom: 1px solid #EFEFEF;
}
.solution-product-item .content a{
    margin-top: 28px;
    padding: 0 30px;
    display: inline-block;
    height: 38px;
    line-height: 36px;
    border-radius: 8px;
    border: 1px solid #D8D8D8;
    font-family: Arial;
    font-size: 16px;
    color: #9E9E9E;
}
.solution-product-item .content a:hover{
    border: 1px solid #0a53be;
    color: #fff;
    background: #0a53be;
}
.solution-title{
    width: 100%;
    height: auto;
    line-height: 1.2;
    font-family: Arial;
    color: #4C4D4D;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}
.solution-info{
    width: 70%;
    height: auto;
    overflow: hidden;
    line-height: 1.5;
    font-family: Arial;
    font-size: 16px;
    color: #9E9E9E;
    padding-bottom: 20px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 20px;
}
.solution-editor{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 25px;
    font-family: Arial;
    font-size: 16px;
    line-height: 1.5;
    color: #767676;
}
.solution-editor p{
    font-family: Arial;
    font-size: 16px;
    line-height: 2;
}
.solution-editor img{
    max-width: 100%;
    height: auto;
}
.solution-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 !important;
}
.solution-info-item{
    padding: 26px 24px;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #D8D8D8;
    margin-bottom: 20px;
}
.solution-info-item2{
    padding: 26px 53px;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #D8D8D8;
    margin-bottom: 20px;
}
.solution-info-item h3{
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    color: #3D3D3D;
}
.solution-info-item p{
    height: 84px;
    line-height: 28px;
    font-family: Arial;
    font-size: 18px;
    color: #9E9E9E;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.solution-info-item2 h3{
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    color: #3D3D3D;
}
.solution-info-item2 .progress{
    width: 100%;
    overflow: hidden;
    margin: 5px 0 30px 0;
    height: 32px;
    border-radius: 50px;
    background: #1A1A1A;
    position: relative;
}
.solution-info-item2 .progress div{
    position: absolute;
    height: 32px;
    overflow: hidden;
    top: 0;
    left: 0;
    border-radius: 50px;
    background: #1890FF;
    text-align: right;
    padding-right: 20px;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    color: #fff;
}
.solution-content-title{
    width: 100%;
    overflow: hidden;
}
.title-left{
    width: 50%;
    overflow: hidden;
    float: left;
}
.title-left h3{
    font-family: Arial;
    font-size: 32px;
    font-weight: bold;
    color: #3D3D3D;
}
.title-left p{
    font-family: Arial;
    font-size: 15px;
    color: #9E9E9E;
}
.title-right{
    width: 50%;
    overflow: hidden;
    float: right;
}
.title-right .more {
    display: inline-block;
    box-sizing: border-box;
    border: 2px solid #272636;
    height: 50px;
    line-height: 46px;
    padding: 0 35px;
    background: url(../images/icon20.png) no-repeat right center;
    background-position: right 12px center;
    background-size: auto 20px;
    border-radius: 50px;
    color: #272636;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: 400;
    float: right;
    text-transform: none;
}
.solution-content{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0 0 0 !important;
}
.solution-product-item2{
    background: #fff;
    border-radius: 8px;
    border: 1px solid #EFEFEF;
    height: auto;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
}
.solution-product-item2 .img{
    width: 100%;
    height: 522px;
    background: radial-gradient(58% 58% at 50% 50%, #FFFFFF 57%, #E5E5E5 100%, #E5E5E5 100%);
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 8px;
}
.solution-product-item2 .img img{
    width: 50%;
    max-height: 90%;
    margin: 0 auto;
}
.solution-product-item3{
    background: #fff;
    border-radius: 8px;
    border: 1px solid #EFEFEF;
    height: auto;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 26px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
}
.solution-product-item3 .img{
    width: 439px;
    height: 206px;
    background: radial-gradient(58% 58% at 50% 50%, #FFFFFF 57%, #E5E5E5 100%, #E5E5E5 100%);
    position: relative;
    margin-right: 20px;
    display: flex;
    align-items: center;
    border-radius: 8px;
}
.solution-product-item3 .img img{
    max-width: 90%;
    max-height: 90%;
    margin: 0 auto;
}
.solution-product-item3 .content{
    width: 58%;
    height: auto;
    overflow: hidden;
}
.solution-product-item3 .content h3{
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    color: #606266;
    padding-bottom: 10px;
}
.solution-product-item3 .content p{
    font-family: Arial;
    font-size: 18px;
    color: #9E9E9E;
    padding-bottom: 20px;
    border-bottom: 1px solid #EFEFEF;
}
.solution-product-item3 .content a{
    margin-top: 28px;
    padding: 0 30px;
    display: inline-block;
    height: 38px;
    line-height: 36px;
    border-radius: 8px;
    border: 1px solid #D8D8D8;
    font-family: Arial;
    font-size: 16px;
    color: #9E9E9E;
}
.solution-product-item3 .content a:hover{
    border: 1px solid #0a53be;
    color: #fff;
    background: #0a53be;
}
.solution-product-item3 .content .price{
    font-family: Arial;
    font-size: 24px;
    color: #3D3D3D;
    margin-top: 25px;
}
.solution-product-item4{
    background: #fff;
    border-radius: 8px;
    border: 1px solid #EFEFEF;
    height: auto;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 26px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.solution-product-item4 .img{
    width: 100%;
    height: 214px;
    background: radial-gradient(58% 58% at 50% 50%, #FFFFFF 57%, #E5E5E5 100%, #E5E5E5 100%);
    position: relative;
    margin-right: 20px;
    display: flex;
    align-items: center;
    border-radius: 8px;
}
.solution-product-item4 .img img{
    max-width: 90%;
    max-height: 90%;
    margin: 0 auto;
}
.solution-product-item4 .content{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.solution-product-item4 .content h3{
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    color: #606266;
    padding-top: 25px;
    padding-bottom: 10px;
}
.solution-product-item4 .content p{
    font-family: Arial;
    font-size: 18px;
    color: #9E9E9E;
    padding-bottom: 20px;
    border-bottom: 1px solid #EFEFEF;
}
.solution-product-item4 .content a{
    margin-top: 28px;
    padding: 0 30px;
    display: inline-block;
    height: 38px;
    line-height: 36px;
    border-radius: 8px;
    border: 1px solid #D8D8D8;
    font-family: Arial;
    font-size: 16px;
    color: #9E9E9E;
}
.solution-product-item4 .content a:hover{
    border: 1px solid #0a53be;
    color: #fff;
    background: #0a53be;
}
.solution-product-item4 .content .price{
    font-family: Arial;
    font-size: 24px;
    color: #3D3D3D;
    margin-top: 25px;
}
.solution-product-item5{
    background: #fff;
    border-radius: 8px;
    border: 1px solid #EFEFEF;
    height: auto;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
}
.solution-product-item5 .img{
    width: 100%;
    height: 430px;
    background: radial-gradient(58% 58% at 50% 50%, #FFFFFF 57%, #E5E5E5 100%, #E5E5E5 100%);
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 8px;
}
.solution-product-item5 .img img{
    width: 50%;
    max-height: 90%;
    margin: 0 auto;
}
.solution-product-item6{
    background: #fff;
    border-radius: 8px;
    border: 1px solid #EFEFEF;
    height: auto;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 26px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.solution-product-item6 .img{
    width: 100%;
    height: 286px;
    background: radial-gradient(58% 58% at 50% 50%, #FFFFFF 57%, #E5E5E5 100%, #E5E5E5 100%);
    position: relative;
    margin-right: 20px;
    display: flex;
    align-items: center;
    border-radius: 8px;
}
.solution-product-item6 .img img{
    max-width: 90%;
    max-height: 90%;
    margin: 0 auto;
}
.solution-product-item6 .content{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.solution-product-item6 .content h3{
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    color: #606266;
    padding-top: 25px;
    padding-bottom: 10px;
}
.solution-product-item6 .content .price{
    font-family: Arial;
    font-size: 24px;
    color: #3D3D3D;
}
.news-content{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 38px 40px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #EFEFEF;
}
.news-content .img{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.news-content .img img{
    width: 100%;
    height: auto;
}
.news-content h1{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px 0;
    font-family: Arial;
    font-size: 36px;
    font-weight: 400;
    color: #1A1A1A;
}
.news-content .time{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 35px;
    border-bottom: 1px solid #E5E5E5;
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #9E9E9E;
    line-height: 21px;
    background: url(../images/icon57.png) no-repeat left top 3px;
    background-size: auto 15px;
    padding-left: 15px;
}
.news-editor{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
    margin-bottom: 25px;
    font-family: Arial;
    font-size: 16px;
    line-height: 1.5;
    color:#9E9E9E;
}
.news-editor p{
    font-family: Arial;
    font-size: 16px;
    line-height: 2;
}
.news-editor img{
    max-width: 100%;
    height: auto;
}
.right-editor{
    padding: 15px 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family: Arial;
    font-size: 16px;
    line-height: 1.5;
    color:#9E9E9E;
}
.right-editor p{
    font-family: Arial;
    font-size: 16px;
    line-height: 2;
}
.right-editor img{
    max-width: 100%;
    height: auto;
}
.right-list{
    padding: 15px 0 0 0;
}
.container-fuild{
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
}
.news-item2{
    border-radius: 16px;
    margin: 0 0 20px 0;
}
.news-item2 .img{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 16px;
}
.news-item2 .img img{
    width: 100%;
    height: auto;
    border-radius: 16px;
}
.news-item2 .content{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 20px;
}
.news-item2 .content h3{
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.news-item2 .content p{
    width: 100%;
    height: 48px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #9E9E9E;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
.news-item2 .content .more{
    font-size: 16px;
    font-weight: 400;
    color: #9E9E9E;
    padding: 5px 15px;
    display: inline-block;
    border: 1px solid #DCDCDC;
}
.news-item2 .content .time{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 35px;
    border-bottom: 1px solid #E5E5E5;
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #9E9E9E;
    line-height: 21px;
    background: url(../images/icon57.png) no-repeat left top 3px;
    background-size: auto 15px;
    padding-left: 15px;
}
.news-item3{
    border-radius: 16px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
    padding-bottom: 15px;
}
.news-item3 .img{
    width: 180px;
    height: auto;
    overflow: hidden;
    border-radius: 16px;
    margin-right: 15px;
    float: left;
}
.news-item3 .img img{
    width: 100%;
    height: auto;
    border-radius: 16px;
}
.news-item3 .content{
    height: auto;
    overflow: hidden;
    padding: 0;
}
.news-item3 .content h3{
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 20px;
    font-weight: bold;
    color: #9E9E9E;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.news-item3 .content p{
    width: 100%;
    height: 48px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #9E9E9E;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
.news-item3 .content .more{
    font-size: 16px;
    font-weight: 400;
    color: #9E9E9E;
    padding: 10px 30px;
    display: inline-block;
    border: 1px solid #DCDCDC;
}
.news-item3 .content .time{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #9E9E9E;
    line-height: 21px;
    background: url(../images/icon57.png) no-repeat left top 3px;
    background-size: auto 15px;
    padding-left: 15px;
}
.order-result{
    border: 1px solid #EFEFEF;
    border-radius: 8px;
    background: #ffffff;
    margin-bottom: 25px;
    padding: 0;
}
.order-result .top-title{
    font-family: Arial;
    font-size: 18px;
    line-height: 68px;
    color: #606266;
    font-weight: 700;
    border-bottom: 1px solid #EFEFEF;
    padding: 0 32px;
}
.order-result .content{
    padding: 10px 35px;
}
.order-result .content .item{
    width: 100%;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    border-bottom: 1px dashed #D8D8D8;
    padding: 0 15px;
}
.order-result .content .item:last-child{
    border: 0;
}
.order-result .content .item .title{
    width: 35%;
    height: auto;
    overflow: hidden;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #606266;
    float: left;
}
.order-result .content .item .info{
    width: 60%;
    height: auto;
    overflow: hidden;
    font-family: Arial;
    font-size: 16px;
    color: #606266;
    text-align: right;
    float: right;
}
.order-result .content .item .info span{
    color: #ff2850;
}
.order-result .content .item2{
    width: 100%;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    background: #FAFAFA;
    padding: 0 15px;
    border-top: 1px dashed #D8D8D8;
}
.order-result .content .item2 .title{
    width: 35%;
    height: auto;
    overflow: hidden;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #606266;
    float: left;
}
.order-result .content .item2 .info{
    width: 60%;
    height: auto;
    overflow: hidden;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color: #ff2850;
    text-align: right;
    float: right;
}
.order-confirmation{
    width: 100%;
    height: 203px;
    overflow: hidden;
    background: url(../images/img40.png) no-repeat center center;
    background-size: cover;
    border-radius: 8px;
    margin-top: 20px;
    padding: 30px 50px;
    display: flex;
    align-items: center;
}
.order-confirmation .content{
    width: 60%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-right: 20%;
}
.order-confirmation .content h3{
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}
.order-confirmation .content .info{
    padding: 10px 0;
}
.order-confirmation .content .info span{
    display: inline-block;
    border: 1px solid #fff;
    padding: 13px 20px;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.order-confirmation .content p{
    font-family: Arial;
    font-size: 16px;
    color: #fff;
}
.order-confirmation .button{
    display: block;
    height: 42px;
    border-radius: 8px;
    background: #1890FF;
    padding: 13px 26px;
    font-family: Arial;
    font-size: 18px;
    color: #fff;
}
.package-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 55px;
    font-family: Arial;
    font-size: 16px;
    color: #3D3D3D;
    border-bottom: 1px solid #D8D8D8;
    padding: 0 20px;
}
.package-content{
    padding: 20px;
    height: auto;
    overflow: hidden;
}
.package-content ul{
    border-left: 1px solid #D8D8D8;
    padding-left: 25px;
    margin: 0 25px;
}
.package-content ul li{
    padding-bottom: 40px;
    position: relative;
}
.package-content ul li h4{
    font-family: Source Han Sans;
    font-size: 16px;
    color: #767676;
    padding-bottom: 10px;
}
.package-content ul li p{
    font-family: Source Han Sans;
    font-size: 16px;
    color: #767676;
}
.package-content ul li:before{
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 15px;
    border: 1px solid #D8D8D8;
    position: absolute;
    left: -33.5px;
}
.package-content ul li.active h4{
    font-family: Source Han Sans;
    font-size: 16px;
    color: #F56C6C;
    padding-bottom: 10px;
}
.package-content ul li.active:before{
    content: "";
    width: 15px;
    height: 15px;
    background: #F56C6C;
    border-radius: 15px;
    border: 1px solid #F56C6C;
    position: absolute;
    left: -33.5px;
}
.package-content .info{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px 0;
    margin-top: 10px;
    border-top: 1px solid #D8D8D8;
    background: url(../images/icon58.png) no-repeat left center;
    background-size: 54px 54px;
    padding-left: 74px;
    line-height: 27px;
    font-family: Arial;
    font-size: 16px;
    color: #3D3D3D;
}
.package-content .info p{
    line-height: 27px;
    font-family: Arial;
    font-size: 16px;
    color: #3D3D3D;
}
.staff-title{
    font-family: Arial;
    font-size: 32px;
    font-weight: bold;
    color: #222222;
    text-transform: uppercase;
}
.staff-info{
    font-family: Arial;
    font-size: 16px;
    color: #3D3D3D;
}
.staff-form{
    padding: 0 200px;
}
.form-select{
    width: 100%;
    height: 52px;
    line-height: 50px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #DCDFE6;
    padding: 0 15px;
}
.form-input5{
    width: 100%;
    height: 52px;
    line-height: 50px;
    font-family: Arial;
    font-size: 16px;
    color: #222222;
    padding: 0 15px;
    border-radius: 4px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #DCDFE6;
}
.staff-form .button{
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-radius: 8px;
    background: #0681F4;
    font-family: Arial;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.contact{
    border-radius: 8px;
    background: #FFFFFF;
    overflow: hidden;
    border: 1px solid #D8D8D8;
}
.contact-info{
    padding: 40px;
    overflow: hidden;
}
.contact-info-item{
    padding: 10px 0;
    overflow: hidden;
}
.contact-info-item .img{
    width: 35px;
    height: auto;
    overflow: hidden;
    margin-right: 15px;
    float: left;
}
.contact-info-item .img img{
    max-width: 100%;
    height: auto;
}
.contact-info-item .content{
    height: auto;
    overflow: hidden;
}
.contact-info-item .content h3{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #222222;
}
.contact-info-item .content p{
    font-family: Arial;
    font-size: 18px;
    color: #3D3D3D;
}
.contact-info-item .content p a{
    color: #3D3D3D;
}
.contact-form{
    padding: 50px 60px;
    border-left: 1px solid #D8D8D8;
}
.team{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.team-title{
    font-family: Arial;
    font-size: 32px;
    font-weight: bold;
    color: #222222;
    text-transform: uppercase;
}
.team-info{
    font-family: Arial;
    font-size: 16px;
    color: #3D3D3D;
}
.team-item{
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    border: 1px solid #EFEFEF;
    border-radius: 8px;
    margin-bottom: 20px;
}
.team-item .img{
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.team-item .img img{
    object-fit:fill;
}
.team-item .content{
    padding: 10px 0;
    text-align: center;
}
.team-item .content h3{
    font-family: Arial;
    font-weight: bold;
    font-size: 22px;
    color: #3D3D3D;
}
.team-item .content p{
    font-family: Arial;
    font-size: 14px;
    color: #9E9E9E;
}
.team-item .info{
    overflow: hidden;
}
.team-item .info .info-text1{
    width: 100%;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    background-color: rgba(216, 216, 216, 0.1);
    display: block;
    font-family: Arial;
    font-size: 16px;
    color: #31303D;
    background-image: url(../images/icon66.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 20px auto;
    padding-left: 40px;
}
.team-item .info .info-text2{
    width: 100%;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    display: block;
    font-family: Arial;
    font-size: 16px;
    color: #31303D;
    background-image: url(../images/icon67.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 20px auto;
    padding-left: 40px;
}
.team-item .info .info-text3{
    width: 100%;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    background-color: rgba(216, 216, 216, 0.1);
    display: block;
    font-family: Arial;
    font-size: 16px;
    color: #31303D;
    background-image: url(../images/icon68.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 20px auto;
    padding-left: 40px;
}
.address{
    width: 100%;
    height: 260px;
    overflow: hidden;
    background: url(../images/img44.png) no-repeat center center;
    background-size: cover;
    border-radius: 8px;
    padding: 20px 50px;
    margin-bottom: 20px;
}
.address .img{
    width: 340px;
    height: 200px;
    box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    border-radius: 35px;
    float: left;
    margin-right: 120px;
}
.address .img img{
    object-fit:fill;
}
.address .content{
    height: auto;
    overflow: hidden;
}
.address .content h3{
    line-height: 100px;
    font-family: Arial;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}
.address .content p{
    font-family: Arial;
    font-size: 20px;
    color: #fff;
}
.map{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.map img{
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.user-menu{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
}
.user-menu-title{
    padding: 16px 23px;
    overflow: hidden;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: #222222;
    border-bottom: 1px solid #D8D8D8;
}
.user-menu-link{
    padding: 20px 23px;
    overflow: hidden;
}
.user-menu-link a{
    width: 100%;
    height: 60px;
    padding: 17px 18px;
    display: block;
    margin-bottom: 20px;
    border-radius: 6px;
    background: rgba(248, 248, 248, 0.8);
    font-family: Arial;
    font-size: 16px;
    color: #3d3d3d;
    line-height: 26px;
}
.user-menu-link a img{
    width: auto;
    height: 26px;
    margin-right: 20px;
    float: left;
}
.user-menu-link a:hover{
    background: #0a53be;
    color: #fff;
}
.user-top{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.user-top-info{
    height: auto;
    overflow: hidden;
    float: left;
    display: flex;
    align-items: center;
}
.user-top-info .img{
    width: 54px;
    height: 54px;
    margin-right: 10px;
}
.user-top-info .img img{
    width: 100%;
    height: auto;
}
.user-top-info .content{
    width: 200px;
    height: auto;
    overflow: hidden;
}
.user-top-info .content h3{
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    color: #222222;
}
.user-top-info .content p{
    font-family: Arial;
    font-size: 16px;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.user-top-grant{
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    float: left;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #EBEBEB;
}
.user-top-grant .info{
    height: 48px;
    overflow: hidden;
    float: left;
    border-right: 1px solid #EBEBEB;
    padding: 0 19px;
    font-family: Arial;
    font-size: 16px;
    color: #9E9E9E;
}
.user-top-grant .link{
    overflow: hidden;
    float: left;
    padding: 0 40px;
    font-family: Arial;
    font-size: 16px;
    color: #9E9E9E;
}
.user-top-grant a{
    height: 48px;
    overflow: hidden;
    float: left;
    border-left: 1px solid #EBEBEB;
    padding: 0 19px;
    font-family: Arial;
    font-size: 16px;
    color: #409EFF;
    display: inline-block;
}
.user-top-logout{
    height: auto;
    overflow: hidden;
    float: left;
    display: flex;
    align-items: center;
    padding-left: 100px;
}
.user-top-logout .button {
    height: 54px;
    line-height: 54px;
    border-radius: 8px;
    padding: 0 28px;
    background: #0681F4;
    font-family: Arial;
    font-size: 20px;
    color: #fff;
    text-align: center;
    float: right;
}
.user-finance{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
    padding: 20px 220px;
    margin-top: 27px;
}
.user-finance1{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
    padding: 20px 120px;
    margin-top: 27px;
}
.user-finance-button{
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 100%;
}
.user-finance-button a{
    height: 38px;
    line-height: 36px;
    border: 1px solid #409EFF;
    padding: 0 16px;
    border-radius: 48px;
    color: #409EFF;
    font-family: Arial;
    font-size: 16px;
    display: inline-block;
}
.user-finance-item{
    overflow: hidden;
    display: flex;
    align-items: center;
}
.user-finance-item .img{
    width: 54px;
    height: 54px;
    margin-right: 12px;
}
.user-finance-item .img img{
    width: 100%;
}
.user-finance-item .content{
    overflow: hidden;
}
.user-finance-item .content h3{
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: 400;
    color: #1D2129;
    margin-bottom: 5px;
}
.user-finance-item .content p{
    font-family: Microsoft YaHei;
    font-size: 22px;
    font-weight: bold;
    color: #1D2129;
}
.user-main{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px 35px;
    background: #fff;
    border-radius: 8px;
    margin-top: 25px;
}
.user-main-top{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.user-main-top .title{
    width: 50%;
    height: 45px;
    line-height: 45px;
    float: left;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    color: #222222;
}
.user-main-top .right-box{
    width: 50%;
    height: 45px;
    line-height: 45px;
    float: left;
}
.right-box-input{
    width: 44%;
    height: 45px;
    overflow: hidden;
    float: left;
    margin-right: 1%;
}
.right-box-select{
    width: 29%;
    height: 45px;
    overflow: hidden;
    float: left;
    margin-right: 1%;
}
.right-box-button{
    width: 20%;
    height: 45px;
    overflow: hidden;
}
.form-input6{
    width: 100%;
    height: 45px;
    line-height: 43px;
    font-family: Arial;
    font-size: 16px;
    color: #222222;
    padding: 0 15px;
    border-radius: 4px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #DCDFE6;
    float: left;
}
.form-select1{
    width: 100%;
    height: 45px;
    line-height: 43px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #DCDFE6;
    padding: 0 15px;
}
.right-box-button .button{
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 8px;
    background: #0681F4;
    font-family: Arial;
    font-size: 18px;
    color: #fff;
    text-align: center;
    float: right;
}
.user-main-center{
    margin-top: 15px;
    overflow: hidden;
}
.order-center-head{
    width: 100%;
    height: 58px;
    border-radius: 8px 8px 0px 0px;
    background: #E5ECF1;
    padding: 0 25px;
}
.order-center-head .title{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 58px;
    color: #606266;
}
.order-center-content{
    padding: 0 25px;
    overflow: hidden;
    border: 1px solid #EFEFEF;
    background: #fff;
    border-top: 0;
}
.order-center-item{
    padding: 34px 0;
    overflow: hidden;
    border-bottom: 1px solid #EFEFEF;
}
.order-center-item .img{
    width: 100%;
    height: 160px;
    position: relative;
    background: #F2F2F2;
    float: left;
}
.order-center-item .img img{
    max-width: 100%;
    max-height: 160px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.order-center-item .title{
    width: 100%;
    margin-top: 30px;
    font-family: Arial;
    font-size: 20px;
    height: 60px;
    line-height: 30px;
    color: #606266;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.order-center-item .info{
    font-family: Arial;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    color: #9E9E9E;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.order-center-item .price{
    font-family: Arial;
    font-size: 20px;
    color: #606266;
    font-weight: 400;
    padding-top: 30px;
}
.order-center-total{
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 70px;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #767676;
    text-align: right;
}
.order-center-total span{
    font-family: Arial;
    font-size: 24px;
    color: #606266;
    margin-left: 10px;
}
.user-center-head{
    width: 100%;
    height: 58px;
    border-radius: 8px 8px 0px 0px;
    background: #E5ECF1;
    padding: 0 25px;
}
.user-center-head .title{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 58px;
    color: #606266;
}
.user-center-content{
    padding: 0 25px;
    overflow: hidden;
    border: 1px solid #EFEFEF;
    background: #fff;
    border-top: 0;
}
.user-center-item{
    padding: 24px 0;
    overflow: hidden;
    border-bottom: 1px solid #EFEFEF;
    display: flex;
    align-items: center;
}
.user-center-content .user-center-item:last-child{
    border: 0;
}
.user-center-item .info{
    font-family: Arial;
    font-size: 16px;
    color: #606266;
    font-weight: 400;
}
.user-center-item .img{
    width: 60%;
    height: auto;
    position: relative;
    background: #F2F2F2;
    margin: 0 auto;
    border-radius: 8px;
    border: 1px solid #E5ECF1;
}
.user-center-item .img img{
    max-width: 100%;
    height: auto;
    padding: 2px;
    border-radius: 8px;
}
.user-center-item1{
    min-height: 43px;
    line-height: 23px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 15px 0;
}
.user-center-item1:nth-child(odd){
    background: #fff;
}
.user-center-item1:nth-child(even){
    background: #E5ECF1;
}
.user-center-item1 .info{
    font-family: Arial;
    font-size: 16px;
    color: #606266;
    font-weight: 400;
}
.user-commission-set{
    padding: 30px 80px;
    overflow: hidden;
}
.user-commission-set .title{
    font-family: Arial;
    font-size: 16px;
    color: #303133;
    padding-bottom: 16px;
    overflow: hidden;
}
.user-commission-set .set-box{
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #D8D8D8;
}




/*```*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header.header-6 .header-action {
        position: absolute;
        right: 60px
    }
    .margin-left-60{
        margin-left: 0;
    }
    .margin-right-150{
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .header.header-6 .header-action {
        position: absolute;
        right: 60px
    }
}

.header.header-6 .navbar {
    padding: 20px 0;
    border-radius: 0;
    position: relative;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header.header-6 .navbar {
        padding: 17px 0
    }
}

@media (max-width: 767px) {
    .header.header-6 .navbar {
        padding: 17px 0
    }
}

.header.header-6 .navbar-brand {
    padding: 0
}

.header.header-6 .navbar-brand img {
    max-width: 180px
}

@media (max-width: 767px) {
    .header.header-6 .navbar-brand img {
        max-width: 80px;
    }
    .feature-style-5 .single-feature{
        padding: 25px 40px;
    }
}
.header.header-6 .navbar-toggler {
    padding: 0
}

.header.header-6 .navbar-toggler:focus {
    outline: none;
    box-shadow: none
}

.header.header-6 .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #323450;
    display: block;
    margin: 5px 0;
    position: relative;
    transition: all .3s ease-out 0s
}

.header.header-6 .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    transform: rotate(45deg);
    top: 7px
}

.header.header-6 .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0
}

.header.header-6 .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    transform: rotate(135deg);
    top: -7px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header.header-6 .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .1);
        padding: 5px 12px
    }
}

@media (max-width: 767px) {
    .header.header-6 .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        box-shadow: 0 15px 20px 0 rgba(50, 52, 80, .1);
        padding: 5px 12px
    }
}

.header.header-6 .navbar-nav .nav-item {
    position: relative;
}

.header.header-6 .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 400;
    color: #797979;
    transition: all .3s ease-out 0s;
    padding: 7px 27px;
    margin: 0 3px;
    position: relative;
    display: inline-block;
    z-index: 1;
    border: 1px solid transparent;
}
.header.header-6 .navbar-nav .nav-item .nav-dropdown {
    min-width: 200%;
    position: absolute;
    z-index: 99;
    background: #fff;
    border-top: 3px solid #7b7b7b;
    top:40px;
    left: -50%;
    display: none;
}
.header.header-6 .navbar-nav .nav-item:hover .nav-dropdown{
    display: block;
}
.header.header-6 .navbar-nav .nav-item .nav-dropdown a{
    width: 100%;
    padding: 0 25px;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    color: #797979 !important;
    border-bottom: 1px solid #f2f2f2;
    white-space: nowrap;
    margin: 0;
    border-radius: 0;
    background: none !important;
}
.header.header-6 .navbar-nav .nav-item .nav-dropdown a:hover{
    color: #a70901 !important;
    background: none !important;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header.header-6 .navbar-nav .nav-item a {
        display: inline-block;
        padding: 6px 20px;
        color: #323450
    }
}

@media (max-width: 767px) {
    .header.header-6 .navbar-nav .nav-item a {
        display: inline-block;
        padding: 6px 20px;
        color: #323450
    }
}

.header.header-6 .navbar-nav .nav-item:hover a, .header.header-6 .navbar-nav .nav-item a.active {
    color: #fff;
    background: #a70901;
}

.header.header-6 .navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header.header-6 .navbar-nav .nav-item:hover .sub-menu {
        top: 0
    }
}

@media (max-width: 767px) {
    .header.header-6 .navbar-nav .nav-item:hover .sub-menu {
        top: 0
    }
}

.header.header-6 .navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header.header-6 .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible
    }
}

@media (max-width: 767px) {
    .header.header-6 .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible
    }
}

.header.header-6 .navbar-nav .nav-item .sub-menu li {
    display: block
}

.header.header-6 .navbar-nav .nav-item .sub-menu li a {
    display: block;
    padding: 8px 20px;
    color: #000
}

.header.header-6 .navbar-nav .nav-item .sub-menu li a.active, .header.header-6 .navbar-nav .nav-item .sub-menu li a:hover {
    padding-left: 25px;
    color: #2f80ed
}

.header.header-6 .navbar-nav .sub-nav-toggler {
    display: none
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header.header-6 .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        color: #000;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px
    }
}

@media (max-width: 767px) {
    .header.header-6 .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        color: #000;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px
    }
}

.header.header-6 .navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg);
    position: relative;
    top: -5px
}

.img-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

input, textarea, button {
    transition: all .3s ease-out 0s
}

input:focus, textarea:focus, button:focus {
    outline: none;
    box-shadow: none
}

.radius-3 {
    border-radius: 3px
}

.radius-10 {
    border-radius: 10px
}

.radius-30 {
    border-radius: 30px
}

.radius-50 {
    border-radius: 50px
}

.radius-full {
    border-radius: 50%
}

.radius-10-0 {
    border-radius: 10px 0
}

.mt-6 {
    margin-top: 6px
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mt-65 {
    margin-top: 65px
}

.mt-70 {
    margin-top: 70px
}

.mt-75 {
    margin-top: 75px
}

.mt-80 {
    margin-top: 80px
}

.mt-85 {
    margin-top: 85px
}

.mt-90 {
    margin-top: 90px
}

.mt-95 {
    margin-top: 95px
}

.mt-100 {
    margin-top: 100px
}

.mt-105 {
    margin-top: 105px
}

.mt-110 {
    margin-top: 110px
}

.mt-115 {
    margin-top: 115px
}

.mt-120 {
    margin-top: 120px
}

.mt-125 {
    margin-top: 125px
}

.mt-130 {
    margin-top: 130px
}

.mt-135 {
    margin-top: 135px
}

.mt-140 {
    margin-top: 140px
}

.mt-145 {
    margin-top: 145px
}

.mt-150 {
    margin-top: 150px
}

.mt-155 {
    margin-top: 155px
}

.mt-160 {
    margin-top: 160px
}

.mt-165 {
    margin-top: 165px
}

.mt-170 {
    margin-top: 170px
}

.mt-175 {
    margin-top: 175px
}

.mt-180 {
    margin-top: 180px
}

.mt-185 {
    margin-top: 185px
}

.mt-190 {
    margin-top: 190px
}

.mt-195 {
    margin-top: 195px
}

.mt-200 {
    margin-top: 200px
}

.mt-205 {
    margin-top: 205px
}

.mt-210 {
    margin-top: 210px
}

.mt-215 {
    margin-top: 215px
}

.mt-220 {
    margin-top: 220px
}

.mt-225 {
    margin-top: 225px
}

.mb-6 {
    margin-bottom: 6px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-105 {
    margin-bottom: 105px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-115 {
    margin-bottom: 115px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-125 {
    margin-bottom: 125px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-135 {
    margin-bottom: 135px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-145 {
    margin-bottom: 145px
}

.mb-150 {
    margin-bottom: 150px
}

.mb-155 {
    margin-bottom: 155px
}

.mb-160 {
    margin-bottom: 160px
}

.mb-165 {
    margin-bottom: 165px
}

.mb-170 {
    margin-bottom: 170px
}

.mb-175 {
    margin-bottom: 175px
}

.mb-180 {
    margin-bottom: 180px
}

.mb-185 {
    margin-bottom: 185px
}

.mb-190 {
    margin-bottom: 190px
}

.mb-195 {
    margin-bottom: 195px
}

.mb-200 {
    margin-bottom: 200px
}

.mb-205 {
    margin-bottom: 205px
}

.mb-210 {
    margin-bottom: 210px
}

.mb-215 {
    margin-bottom: 215px
}

.mb-220 {
    margin-bottom: 220px
}

.mb-225 {
    margin-bottom: 225px
}

.ml-6 {
    margin-left: 6px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.ml-55 {
    margin-left: 55px
}

.ml-60 {
    margin-left: 60px
}

.ml-65 {
    margin-left: 65px
}

.ml-70 {
    margin-left: 70px
}

.ml-75 {
    margin-left: 75px
}

.ml-80 {
    margin-left: 80px
}

.ml-85 {
    margin-left: 85px
}

.ml-90 {
    margin-left: 90px
}

.ml-95 {
    margin-left: 95px
}

.ml-100 {
    margin-left: 100px
}

.mr-6 {
    margin-right: 6px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

.mr-55 {
    margin-right: 55px
}

.mr-60 {
    margin-right: 60px
}

.mr-65 {
    margin-right: 65px
}

.mr-70 {
    margin-right: 70px
}

.mr-75 {
    margin-right: 75px
}

.mr-80 {
    margin-right: 80px
}

.mr-85 {
    margin-right: 85px
}

.mr-90 {
    margin-right: 90px
}

.mr-95 {
    margin-right: 95px
}

.mr-100 {
    margin-right: 100px
}

.pt-6 {
    padding-top: 6px
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pt-55 {
    padding-top: 55px
}

.pt-60 {
    padding-top: 60px
}

.pt-65 {
    padding-top: 65px
}

.pt-70 {
    padding-top: 70px
}

.pt-75 {
    padding-top: 75px
}

.pt-80 {
    padding-top: 80px
}

.pt-85 {
    padding-top: 85px
}

.pt-90 {
    padding-top: 90px
}

.pt-95 {
    padding-top: 95px
}

.pt-100 {
    padding-top: 100px
}

.pt-105 {
    padding-top: 105px
}

.pt-110 {
    padding-top: 110px
}

.pt-115 {
    padding-top: 115px
}

.pt-120 {
    padding-top: 120px
}

.pt-125 {
    padding-top: 125px
}

.pt-130 {
    padding-top: 130px
}

.pt-135 {
    padding-top: 135px
}

.pt-140 {
    padding-top: 140px
}

.pt-145 {
    padding-top: 145px
}

.pt-150 {
    padding-top: 150px
}

.pt-155 {
    padding-top: 155px
}

.pt-160 {
    padding-top: 160px
}

.pt-165 {
    padding-top: 165px
}

.pt-170 {
    padding-top: 170px
}

.pt-175 {
    padding-top: 175px
}

.pt-180 {
    padding-top: 180px
}

.pt-185 {
    padding-top: 185px
}

.pt-190 {
    padding-top: 190px
}

.pt-195 {
    padding-top: 195px
}

.pt-200 {
    padding-top: 200px
}

.pt-205 {
    padding-top: 205px
}

.pt-210 {
    padding-top: 210px
}

.pt-215 {
    padding-top: 215px
}

.pt-220 {
    padding-top: 220px
}

.pt-225 {
    padding-top: 225px
}

.pb-6 {
    padding-bottom: 6px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-55 {
    padding-bottom: 55px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-65 {
    padding-bottom: 65px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-85 {
    padding-bottom: 85px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-95 {
    padding-bottom: 95px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-105 {
    padding-bottom: 105px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-115 {
    padding-bottom: 115px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-125 {
    padding-bottom: 125px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-135 {
    padding-bottom: 135px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-145 {
    padding-bottom: 145px
}

.pb-150 {
    padding-bottom: 150px
}

.pb-155 {
    padding-bottom: 155px
}

.pb-160 {
    padding-bottom: 160px
}

.pb-165 {
    padding-bottom: 165px
}

.pb-170 {
    padding-bottom: 170px
}

.pb-175 {
    padding-bottom: 175px
}

.pb-180 {
    padding-bottom: 180px
}

.pb-185 {
    padding-bottom: 185px
}

.pb-190 {
    padding-bottom: 190px
}

.pb-195 {
    padding-bottom: 195px
}

.pb-200 {
    padding-bottom: 200px
}

.pb-205 {
    padding-bottom: 205px
}

.pb-210 {
    padding-bottom: 210px
}

.pb-215 {
    padding-bottom: 215px
}

.pb-220 {
    padding-bottom: 220px
}

.pb-225 {
    padding-bottom: 225px
}

.pl-6 {
    padding-left: 6px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 25px
}

.pl-30 {
    padding-left: 30px
}

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

.pl-55 {
    padding-left: 55px
}

.pl-60 {
    padding-left: 60px
}

.pl-65 {
    padding-left: 65px
}

.pl-70 {
    padding-left: 70px
}

.pl-75 {
    padding-left: 75px
}

.pl-80 {
    padding-left: 80px
}

.pl-85 {
    padding-left: 85px
}

.pl-90 {
    padding-left: 90px
}

.pl-95 {
    padding-left: 95px
}

.pl-100 {
    padding-left: 100px
}
.pl-190 {
    padding-left: 190px
}
.pr-6 {
    padding-right: 6px
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-25 {
    padding-right: 25px
}

.pr-30 {
    padding-right: 30px
}

.pr-35 {
    padding-right: 35px
}

.pr-40 {
    padding-right: 40px
}

.pr-45 {
    padding-right: 45px
}

.pr-50 {
    padding-right: 50px
}

.pr-55 {
    padding-right: 55px
}

.pr-60 {
    padding-right: 60px
}

.pr-65 {
    padding-right: 65px
}

.pr-70 {
    padding-right: 70px
}

.pr-75 {
    padding-right: 75px
}

.pr-80 {
    padding-right: 80px
}

.pr-85 {
    padding-right: 85px
}

.pr-90 {
    padding-right: 90px
}

.pr-95 {
    padding-right: 95px
}

.pr-100 {
    padding-right: 100px
}
.pr-190 {
    padding-right: 190px
}
@media screen and (max-width:768px){
    .header-action{
        display:none !important;
    }
    .navbar-toggler{
        width: 30px;
        border-radius: 0;
        padding: 0;
    }
    .toggler-icon{
        width: 100%;
        height: 2px;
        background: #000;
        display: block;
        margin: 9px 0;
    }
    .margin-left-150{
        margin-left: 0;
    }
    .navbar-nav span{
        display: none;
    }
    .nav-item.dropdown{
        background: url(../images/icon12.png) no-repeat right center;
    }
    .banner-slide{
        height: 335px;
    }
    .banner-content{
        padding: 30px 0;
    }
    .banner-content .content{
        width:100%;
    }
    .banner-content .content h3{
        font-size:30px;
    }
    .week-box{
        padding: 30px 0;
    }
    .main-container{
        padding: 0 15px;
    }
    .main-title{
        font-size: 20px;
    }
    .col-2_4{
        width: 100%;
    }
    .product-item{
        margin-bottom: 20px;
    }
    .about-box{
        padding: 30px 0;
    }
    .about-left{
        padding: 0;
    }
    .about-right{
        padding: 30px 0 0 0;
    }
    .mt-50{
        margin-bottom: 30px;
    }
    .pb-50{
        padding-bottom: 30px;
    }
    .footer .col-3{
        width:100%;
    }
    .container-fuild{
        padding: 0 15px;
    }
    .copyright-link{
        height: auto;
        font-size: 12px;
    }
    .copyright-link a{
        font-size: 12px;
        margin: 0 3px;
    }
    .main-banner{
        padding-top: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .main-banner h3{
        font-size: 18px;
        padding-bottom: 10px;
    }
    .main-banner p{
        font-size: 14px;
    }
    .news .col-4{
        width: 100%;
    }
    .lianxi_a{
        width: 100%;
    }
    .lianxi_b{
        width: 100%;
        padding: 15px;
    }
}



















