* {
    margin: 0px;
    padding: 0px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

body,html{
    scroll-behavior: smooth;
}

.inwid {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 7%;
   box-sizing: border-box;
}

tbody td{
    background: #FFF !important;
}

/* 导航 */
.nav {
    background: #FFF;
    width: 100%;
    height: 90px;
}

.nav .nav-width {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.nav .nav-width .logo img {
    width: 184.47px;
}

.nav .nav-width ul {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 788px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.nav .nav-width ul li .title a {
    color: #555555;
    font-size: 20px;
}

.nav .nav-width ul li.all .title a {
    color: #C60506;
}

.nav .nav-width ul li {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    
}

.nav .nav-width ul li::after {
    width: 0;
    height: 4px;
    background: #C60506;
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.nav .nav-width ul li.all::after {
    width: 86px;
}

.nav .nav-width ul li:hover::after {
    width: 86px;
}

.nav .nav-width ul li:hover .title a {
    color: #C60506;
}

.nav .nav-width .Language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            width: 20%;
    /*-webkit-box-pack: right;*/
    /*    -ms-flex-pack: right;*/
    /*        justify-content: right;*/
}

.nav .nav-width .Language .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /*margin-right: 31px;*/
    width: 30%;
}

.nav .nav-width .Language .box img {
    width: 19.9px;
    height: 19.9px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 10px;
}

.nav .nav-width .Language .box a {
    color: #C60506;
    font-size: 13px;
}

.nav .nav-width .Language .box-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width:100%;
}

.nav .nav-width .Language .box-2 img{
    margin-right: 10px;
    display: none;
}
.nav .nav-width .Language .box-2 img.all{
    display: block;
}

.nav .nav-width .Language .box-2 a {
    color: #999999;
    font-size: 13px;
    margin-right: 28px;
    display: inline-block;
}

.nav .nav-width .Language .box-1 a:last-child {
    margin-right: 0px;
}

.nav .nav-width ul li .N-box {
    position: absolute;
    top: 90px;
    background: #FFF;
    z-index: 99999;
    padding: 10px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -o-text-overflow: unset;
       text-overflow: unset;
    left: 0px;
    display: none;
    -webkit-box-shadow: 0px 0px 10px 1px #CCCCCC;
            box-shadow: 0px 0px 10px 1px #CCCCCC;
}

.nav .nav-width ul li .N-box a {
    color: #888888;
    font-size: 16px;
    text-wrap: nowrap;
    white-space:nowrap;
    line-height: 2em;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 1px;
    display: block;
}

.nav .nav-width ul li .N-box a:hover {
    color: #004097;
    border-bottom: 1px solid #004097;
}

.nav .nav-width ul li:hover .N-box {
    display: block;
}

/* banner */
.banner img {
    width: 100%;
    display: block;
}

.banner .banner-swiper .swiper-slide {
    overflow: hidden;
}

.banner .banner-swiper .swiper-slide img {
    width: 100%;
    display: block;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: 3s;
    -o-transition: 3s;
    transition: 3s;
    cursor: pointer;
}

.banner .banner-swiper .swiper-slide-active img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
            
    
}

.banner .banner-swiper .swiper-pagination-bullet {
    width: 80px !important;
    height: 5px !important;
    background: rgba(175, 187, 195, 1);
    border-radius: 0;
    opacity: 1;
}

.banner .banner-swiper .swiper-pagination-bullet-active {
    background: #C60506;
}

.banner .banner-swiper .swiper-pagination {
    bottom: 30px;
}

.HottestProduct {
    margin-top: 75px;
}

.HottestProduct .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 2.29%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.HottestProduct .out .box {
    width: calc(100%/7);
    text-align: center;
}

.HottestProduct .out .box .img {
    width: 100%;
    height: 166px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.HottestProduct .out .box .img .ceng {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(32, 32, 32, 0.4);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.HottestProduct .out .box .img .ceng span {
    width: 60px;
    height: 20px;
    border-radius: 20px;
    background: #c605068f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 12px;
    box-shadow: 0px 7px 0px 0px #9c070891;
    transition: all 0.5s;
    margin-top: 40%;
}

.HottestProduct .out .box .img .ceng span:hover {
    transform: translate(0,4px);
    box-shadow: 0px 2px 0px 0px #9c0708;
}   

.HottestProduct .out .box .img .ceng span img {
    margin-left: 5px;
    height: 7.45px;
}
/*.HottestProduct .out .box:nth-child(1) .ceng{*/
/*      -webkit-transform: rotateY(0deg);*/
/*            transform: rotateY(0deg);*/
/*}*/
.HottestProduct .out .box .img:hover .ceng {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
}

.HottestProduct .out .box .img img {
    width: auto;
    max-width: 100%;

    -o-object-fit: contain;

       object-fit: contain;
}

.HottestProduct .out .box .txt {

    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    color: #111111;
    font-size: 17px;
    padding: 0px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.HottestProduct .out .box .txt .Hotxt-2{
    display: none;
}

.Products-out .el-out .el-box .out{
    margin-top: 40px;
}

.Products-out .el-out .el-box .out .box .text{
    margin-top: 20px;
}
.Products-out .el-out .el-box .out .box .text span{
    width: 80%;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    text-align: left;
}

/* 公用样式 */
.intitle .title h5 {
    color: #111111;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    text-transform: Uppercase;
}

.intitle .title h5::after {
    width: 86px;
    height: 4px;
    background: #C60506;
    content: '';
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 28px;
}

.intitle .title-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    width: 100%;
    padding-right: 8.33%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.intitle .title-a a {
    width: 156px;
    height: 41px;
    border-radius: 21px;
    background: #F1F1F1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #C60506;
    font-size: 19px;
}

.intitle .title-a a img {
    margin-left: 7px;
    height: 13.33px;
}

.intitle .title-a a:hover {
    background: #C60506;
    color: #FFF;
}

.intitle .title-a a:hover img {
    content: url(../images/jiantou.png);
}

/* 产品 */
.Product {
    margin-top: 90px;
}

.Product .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 32px
}

.Product .out .box {
    width: 607px;
    height: 748px;
    background: #ECECEE;
    margin-bottom: 60px;
}

.Product .out .box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.Product .out .box .logo {
    margin-top: 10px;
    width: 167px;
    margin-bottom: 20px;
}

.Product .out .box .logo img {
    width: 100%;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
}

.Product .out .box .title {
    width: 80%;
    text-align: center;
    margin: 0 auto;

    font-weight: 800;

}

.Product .out .box .title h5 {
    font-size: 28px;
    color: #333333;
    white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}

.Product .out .box .title h5:nth-child(1){
    display: none;
}

.Product .out .box .img {
    width: 100%;
    text-align: center;
    height: 500px;
}

.Product .out .box .img img {
    width: auto;
    max-width: 100%;
        height: 100%;
    object-fit: contain;
    transform: scale(0.7);
}

.Product .out .box:nth-child(4),
.Product .out .box:nth-child(5) {
    width: 936px;
    height: 727.89px;
}

.Product .out .box:nth-child(6) {
    width: 100%;
    height: 624px;
}

.Product .out .box:hover h5 {
    color: #C60506;
}

/* 新闻 */
.journalism {
    margin-top: 101px;
    padding-left: 8.33%;
    margin-right: 6.25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
}

.journalism .out .left {
    width: 715.89px;
}

.journalism .out .left .vid {
    width: 100%;
    height: 402.98px;
    position: relative;
}

.journalism .out .left .vid video {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}

.journalism .out .left .vid .img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: rgba(3, 3, 3, 0.33);
    z-index: 999;
    margin-left: -42.5px;
    margin-top: -42.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
}

.journalism .out .left .vid .img img {
    width: 37px;
    margin-left: 8px;
}

.journalism .out .left h5 {
    color: #333333;
    font-size: 25px;
    margin-top: 36px;
    margin-bottom: 33px;
}

.journalism .out .left span {
    color: #666666;
    font-size: 18px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.journalism .out .left a {
    width: 51px;
    height: 24px;
    background: #7D7D7D;
    border-radius: 13px;
    display: block;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px
}

.journalism .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 32px;
}

.journalism .out .right {
    width: 810px;
}

.journalism .out .right .box {
    margin-bottom: 54px;
}

.journalism .out .right .box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.journalism .out .right .box .box-1 {
    position: relative;
}

.journalism .out .right .box .box-1::after {
    content: '';
    width: 51px;
    height: 1.5px;
    background: #C60506;
    display: block;
    position: absolute;
    bottom: 0px;
}

.journalism .out .right .box .box-1 b {
    font-size: 36px;
    color: #333333;
    margin-bottom: 10px;
}

.journalism .out .right .box .box-1 span {
    color: #333333;
    font-size: 20px;
    display: block;
}

.journalism .out .right .box .box-2 {
    width: 80%;
}

.journalism .out .right .box .box-2 h5 {
    color: #333333;
    font-size: 20px;
    margin-bottom: 48px;

    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.journalism .out .right .box .box-2 span {
    color: #444444;
    font-size: 16px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.journalism .out .right .box .box-2 .but {
    width: 51px;
    height: 24px;
    text-align: center;
    color: #FFF;
    background: #7D7D7D;
    border-radius: 13px;
    margin-top: 22px;
    font-size: 24px;
    line-height: 24px;
}

.journalism .out .right .box:hover h5 {
    color: #C60506;
}

.journalism .out .right .box:hover .but {
    background: #C60506;
}

/* 热门产品 */
.HotProducts {
    margin-top: 98px;
    margin-bottom: 85px;
    padding: 0px 8.33%;
}

.HotProducts .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 33px;
}

.HotProducts .out .box {
    width: 281px;
    background: #ECECEE;
    -webkit-box-shadow: 0px 3px 6px 1px rgba(204, 204, 204, 0.16);
            box-shadow: 0px 3px 6px 1px rgba(204, 204, 204, 0.16);
}

.HotProducts .out .box .img-box {
    width: 100%;
    height: 281px;
}

.HotProducts .out .box .img-box .logo {
    width: 90px;
    margin-top: 10px;
}

.HotProducts .out .box .img-box .logo img {
    width: 100%;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
}

.HotProducts .out .box .img-box .img {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 90%;
}

.HotProducts .out .box .img-box .img img {
       width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.HotProducts .out .box .txt {
    width: 100%;
    background: #FFF;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    color: #333333;
}
.HotProducts .out .box .txt h5{
    white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.HotProducts .out .box .txt h5:nth-child(2){
    display: none;
}
/* 页尾 */
.footer {
    background: #2B2B2B;
    padding-top: 93px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 8.28%;
    padding-right: 11.67%;
    padding-bottom: 80px;
    border-bottom: 1px solid #C8C8C8;
}

.footer .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer .out .left {
    color: #FFF;
    width: 349px;
}

.footer .out .left i {
    width: 260px;
    height: 1px;
    background: #ABABAB;
    margin-top: 60px;
    margin-bottom: 50px;
    display: block;
}

.footer .out .left .logo img {
    width: 260px;
}

.footer .out .left a {
    color: #FFF;
}

.footer .out .left .box {
    margin-bottom: 45px;
    color: #DCDCDC;
    font-size: 18px;
}

.footer .out .left .box a {
    color: #DCDCDC;
    font-size: 18px;
}

.footer .out .right {
    width: 63%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer .out .right .box .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 300px;
}

.footer .out .right .box .txt a {
    font-size: 16px;
    color: #DCDCDC;
    margin-bottom: 36px;
    width: 141px;
    width: 100%;
}

.footer .out .right .box .title {
    text-transform: uppercase;
    color: #FFf;
    font-size: 22px;
    margin-bottom: 40px;
}

.footer .out .right .box .txt a:nth-child(4n) {
    /*margin-bottom: 0px;*/
}
.footer .out .right .box:nth-child(2){
    display: none;
}
.footer .out .right .box:nth-child(1){
    width: 60%;
}
.footer .out .right .box:nth-child(1) .txt a {
    width: 58%;
}

.footer-2 {
    background: #2B2B2B;
    padding: 22px 0px;
    text-align: center;
    font-size: 12px;
    color: #CCCCCC;
    position: relative;
}

.footer-2 a {
    color: #CCCCCC;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    right: 8.39%;
}

/* 产品页面 */
#Products .inProducts {
    text-align: center;
    margin-top: 73px;
    padding: 0px 5%;
    box-sizing: border-box;
}

#Products .inProducts .inwid {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

#Products .inProducts .title h5 {
    color: #111111;
    font-size: 50px;
    margin-bottom: 40xp;
}

#Products .inProducts .title-box {
    margin-top: 50px;
}

#Products .inProducts .title-box a {
    height: 38px;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    padding: 0px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #333333;
    font-size: 17px;
}

#Products .inProducts .title-box a.all {
    background: #C60506;
    color: #FFF;
}

#Products .inProducts .feilie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 64px;
    padding-bottom: 58px;
    border-bottom: 1px solid #D6D6D6;
}

#Products .inProducts .feilie .ti {
    margin-right: 2.86%;
    color: #C60506;
    font-size: 16px;
    font-weight: 500;
    display: none;
}

#Products .inProducts .feilie .ti::after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: '';
    display: block;
    background: #C60506;
    margin: 0 auto;
}

#Products .inProducts .feilie .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}

#Products .inProducts .feilie .out a {
    display: block;
    width: 15.8%;
    text-align: center;
    border-left: 0.5px solid #D4D4D4;
    /* border-right: 0.5px solid #D4D4D4; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
    background: #c605067a;
    padding: 10px;
    margin-right: 1%;
    border-radius: 20px;
}

#Products .inProducts .feilie .out a.all{
    background: #C60506;
    color: #FFF;
}

#Products .inProducts .feilie .out a:last-child{
    margin-right: 0px;
}

#Products .inProducts-2 .feilie .out a{
    width: 18.99%;
}

.Products-out {
    margin-top: 55px;
    margin-bottom: 99px;

}
.Products-out .inwid{
    padding: 0px 7%;
    box-sizing: border-box;
}
.Products-out .intitle .title h5 {
    font-size: 24px;
    color: #C60506;
}

.Products-out .intitle .title h5::after {
    width: 64px;
    height: 2px;
    margin-top: 24px;
}

.Products-out .el-out .el-box .title {
    margin-bottom: 45px;
    margin-top: 100px;
}

.Products-out .el-out .el-box:nth-child(1) .title {
    margin-top: 20px;
}

.Products-out .el-out .el-box .title h5 {
    color: #555555;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            
    font-size: 20px;
}

.Products-out .el-out .el-box .title h5::before {
    width: 7px;
    height: 28px;
    background: #C60506;
    display: block;
    content: '';
    margin-right: 20px;
}

.Products-out .el-out .el-box .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.Products-out .el-out .el-box .out .box {
    width: 32%;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 85px;
}

.Products-out .el-out .el-box .out .box:nth-child(3n) {
    margin-right: 0px;
}

.Products-out .el-out .el-box .out .box .img {
    width: 100%;
    height: 300px;
    background: #CCCC;
    display: flex;
    justify-content:center;
    align-items: center;
}

.Products-out .el-out .el-box .out .box .img img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height:auto;
    -o-object-fit: contain;
       object-fit: contain;
           /*transform: scale(0.93);*/
}

.Products-out .el-out .el-box .out .box .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #666666;
    font-size: 18px;
}

.Products-out .el-out .el-box .out .box .text .but {
    width: 29px;
    height: 29px;
    border: 1px solid #C60506;
    border-radius: 50%;
    text-align: center;
    line-height: 29px;
    color: #C60506;
    font-size: 22px;
}

.Products-out .el-1 {
    margin-top: 90px;
}

.Products-out .el-1:nth-child(1) {
    margin-top: 0px;
}
.Products-out .el-1:nth-child(1) .intitle .title h5{
    display: none;
}
/* 关于我们页面 */
#AboutUs .About-1 .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baselinec;
        -ms-flex-align: baselinec;
            align-items: baselinec;
}

#AboutUs .About-1 {
    margin-top: 90px;
    overflow: hidden;
}

#AboutUs .About-1 .out .left {
    width: 42%;
}

#AboutUs .About-1 .out .left img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    height: 49.2%;
}

#AboutUs .About-1 .out .left img:last-child {
    margin-bottom: 0px;
}

#AboutUs .About-1 .out .right {
    width: 57%;
}

#AboutUs .About-1 .out .right img {
    width: 100%;
    display: block;
    height: 100%;
}

#AboutUs .intitle h5 {
    font-size: 40px;
    font-weight: bold;
}

#AboutUs .intitle h5::after {
    margin-top: 37px;
    background: #004097;
}


#AboutUs .About-2 {
    margin-top: 90px;
    overflow: hidden;
}

#AboutUs .About-2 .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
}

#AboutUs .About-2 .out .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#AboutUs .About-2 .out .box:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

#AboutUs .About-2 .out .left {
    width: 50%;
    height: 464px;
}

#AboutUs .About-2 .out .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
}

#AboutUs .About-2 .out .right {
    width: 50%;
    background: #F1F1F3;
    padding-left: 51px;
    padding-right: 19px;
    height: 464px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#AboutUs .About-2 .out .right h5 {
    color: #333333;
    font-size: 35px;
    margin-bottom: 38px;
}

#AboutUs .About-2 .out .right p {
    color: #888888;
    font-size: 20px;
    line-height: 1.5em;
}

#AboutUs .About-3 {

    margin: 90px 0px;
}

#AboutUs .About-3 .intitle h5::after {
    background: #C60506;
}



#AboutUs .About-3 .intitle .title-a {
    padding-right: 0px;
}



/* 详情页 */
.NEWS-list .max-width {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.NEWS-list {
    padding: 100px 0px;
}

.NEWS-list .titel {
    text-align: center;
}

.NEWS-list .titel h5 {
    font-size: 42px;
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
}

.NEWS-list .release {
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid rgba(227, 227, 227, 1);
    border-bottom: 1px solid rgba(227, 227, 227, 1);
    margin-top: 48px;
}

.NEWS-list .release i {
    display: block;
    width: 1px;
    height: 14px;
    background: rgba(153, 153, 153, 1);
    margin: 0px 30px;
}

.NEWS-list .release span {
    font-size: 13px;
    color: rgba(102, 102, 102, 1);
}

.NEWS-list .text {
    padding: 43px 73px 73px 73px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 2.5em;
    border-bottom: 1px solid rgba(227, 227, 227, 1);
}

.NEWS-list .text img {
    width: auto;
    max-width: 100%;
}

.NEWS-list .text video {
    width: auto;
    max-width: 100%;
}

.shangyiye {
    margin-top: 34px;
    padding-left: 73px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.shangyiye span {
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
}

.shangyiye span a {
    color: #333333;
}

.shangyiye span a:hover {
    color: #C60506;
}



/* 新闻中心 */
#NEWS .news .news-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 60px 0px;
    border-bottom: 1px solid rgba(1, 72, 152, 1);
}

#NEWS .news .intitle h5 {
    font-size: 40px;
    font-weight: bold;
}

#NEWS .news .news-title a {
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    border-radius: 20px;
    color: rgba(51, 51, 51, 1);
    font-size: 20px
}

#NEWS .news .news-title a.all {
    background: rgba(1, 72, 152, 1);
    color: #fff;
}

#NEWS .news {
    padding-bottom: 60px;
    margin-top: 90px;
}

#NEWS .news .out {
    padding: 30px 0px;
}

#NEWS .news .out .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 6px 12px 1px rgba(204, 204, 204, 0.34);
            box-shadow: 0px 6px 12px 1px rgba(204, 204, 204, 0.34);
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
}

#NEWS .news .out .box .el-1 {
    width: 13.5%;
    text-align: center;
}

#NEWS .news .out .box .el-1 span {
    display: block;
    font-size: 22px;
    color: rgba(51, 51, 51, 1);
}

#NEWS .news .out .box .el-1 span:nth-child(1) {
    font-size: 32px;
    color: #C60506;
    margin-top: 28px;
}

#NEWS .news .out .box .el-2 {
    width: 28%;

}

#NEWS .news .out .box .el-2 img {
    width: 100%;
    height: 224px;
    -o-object-fit: cover;
       object-fit: cover;
}

#NEWS .news .out .box .el-3 {
    width: 60%;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 60px;

}

#NEWS .news .out .box .el-3 h5 {
    font-size: 24px;
    color: rgba(51, 51, 51, 1);
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

#NEWS .news .out .box .el-3 h5::after {
    width: 100%;
    height: 1px;
    background: rgba(220, 220, 220, 1);
    margin-top: 32px;
    margin-bottom: 32px;
    display: block;
    content: '';
}

#NEWS .news .out .box .el-3 p {
    font-size: 18px;
    color: rgba(102, 102, 102, 1);
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

#NEWS .news .out .box .el-3 span {
    display: block;
    margin-top: 35px;
    width: 156px;
    height: 41px;
    border-radius: 20.5px;
    border: 1px solid #C60506;
    text-align: center;
    line-height: 41px;
    color: #C60506;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#NEWS .news .out .box .el-3 span img {
    height: 12px;
    margin-left: 10px;
}

#NEWS .news .out .box .el-3 span:hover {
    background: #C60506;
    color: #fff;
}

#NEWS .news .out .box .el-3 span:hover img {
    content: url(../images/jiantou.png);
}

#NEWS .news .out .box .el-3 .NEWS-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
}

#NEWS .news .out .box:hover .el-3 h5 {
    color: #C60506;
}


.bottonaniu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

}

.bottonaniu a {
    display: block;
    text-align: center;
    line-height: 41px;
    background: #EEEEEE;
    border-radius: 2px;
    margin-right: 10px;
}

.bottonaniu a:hover {
    background: #C60506;
    color: #fff;
}

.bottonaniu .a-1 {
    width: 49px;
    height: 41px;


}

.bottonaniu .a-2 {
    width: 66px;
    height: 41px;

}

.bottonaniu .a-3 {
    width: 41px;
    height: 41px;

}


/* 关于我们详情 */
.news-list {
    margin: 90px 0px;
}

.news-list .nesw-out {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 41px;
}

.news-list .intitle h5::after {
    background: #C60506 !important;
}


.news-list .vid {
    width: 100%;

    position: relative;
}

.news-list .vid video {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}

.news-list .vid .img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: rgba(3, 3, 3, 0.33);
    z-index: 999;
    margin-left: -42.5px;
    margin-top: -42.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
}

.news-list .vid .img img {
    width: 37px;
    margin-left: 8px;
}

.news-list .nesw-out p {
    margin-top: 57px;
    color: #888888;
    font-size: 20px;
    line-height: 1.5em;
}



#Technical .Technical {
    margin-top: 90px;
    padding: 0px 2%;
    box-shadow: border-box;
}

#Technical .intitle h5 {
    font-size: 40px;
    font-weight: 500;
}

#Technical .intitle h5::after {
    background: #004097;
}

#Technical .Technical .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
}

#Technical .Technical .out .box {
    width: 32.2%;
}

#Technical .Technical .out .box .img {
    width: 100%;
    height: 313px;
}

#Technical .Technical .out .box .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

#Technical .Technical .out .box .txt {
    background: #F1F1F3;
    padding-top: 40px;
    padding: 40px 30px 24px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 600px;
}

#Technical .Technical .out .box .txt .title {
    text-align: center;

}

#Technical .Technical .out .box .txt .title h5 {
    color: #333333;
    font-size: 20px;
}

#Technical .Technical .out .box .txt .title i {
    margin: 0 auto;
    width: 150px;
    height: 2px;
    background: #004097;
    margin-top: 26px;
    margin-bottom: 34px;
    display: block;

}

#Technical .Technical .out .box .txt p {
    color: #888888;
    font-size: 16px;
    line-height: 1.5em;
}




#Technical .Technical-1 {
    margin: 90px 0px;
}

#Technical .Technical-1 .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
}

#Technical .Technical-1 .out .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


#Technical .Technical-1 .out .left {
    width: 50%;
    height: 464px;
}

#Technical .Technical-1 .out .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
}

#Technical .Technical-1 .out .right {
    width: 50%;
    background: #F1F1F3;
    padding-left: 51px;
    padding-right: 19px;
    height: 464px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#Technical .Technical-1 .out .right h5 {
    color: #333333;
    font-size: 35px;
    margin-bottom: 38px;
}

#Technical .Technical-1 .out .right p {
    color: #888888;
    font-size: 20px;
    line-height: 1.5em;
}



/* 联系我们页面 */

#Message .Message-1 {
    margin-top: 90px;
    position: relative;
    z-index: 3;
}

#Message .Message-1 h5 {
    color: #111111;
    font-size: 36px;
    text-align: center;
}

.Contact {
    height: 314px;
}

.Contact  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    max-width: 1463px;
    -webkit-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.19);
            box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.19);
    border-radius: 15px 15px 15px 15px;
    background: #fff;
    margin: 0 auto;
    padding: 5% 0px;
    
}
.Contact .inwid {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px 4%;
}
.Contact .inwid .box {
    width: 20%;
    text-align: center;
}

.Contact .inwid .box img {
    width: 48px;
    height: 48px;
    margin-bottom: 21px;
}

.Contact .inwid .box span {
    display: block;
    margin-bottom: 18px;
    color: #999999;
    font-size: 18px;
    display: none;
}

.Contact .inwid .box a {
    display: block;
    color: #333333;
    font-size: 18px;
}

.Contact .inwid .box-wx {
    margin-top: -20px;
}

.Contact .inwid .box-wx span {
    display: block;
    margin-top: 15px;
    text-align: center;
}

.Contact .inwid .box-wx img {
    width: 118px;
    /*height: 118px;*/
}

#Message .Message-2 {
    margin-top: -77px;
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
}

#Message .Message-2 #allmap {
    width: 100%;
    height: 641px;
}



.Products-list {
    margin-bottom: 99px;
    padding: 0px 7%;
    box-sizing: border-box;
}

.Products-list .out .box-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 70px;
    margin-top: 30px;
}

.Products-list .out .box-1 .left {
    width: 618px;
    height: 498px;
    -webkit-box-shadow: 0px 3px 6px 1px rgba(204, 204, 204, 0.25);
            box-shadow: 0px 3px 6px 1px rgba(204, 204, 204, 0.25);
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    border: 2px solid rgba(228, 228, 228, 0.98);
}

.Products-list .out .box-1 .left img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.Products-list .out .box-1 .left .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.Products-list .out .box-1 .ringt {
    width: 868px;
    margin-left: 82px;
}

.Products-list .out .box-1 .ringt h5 {
    font-size: 30px;
    color: #333333;
}

.Products-list .out .box-1 .ringt h5::after {
    content: '';
    height: 2px;
    width: 109px;
    background: #0068B7;
    margin: 37px 0px 46px 0px;
    display: block;
}

.Products-list .out .box-1 .ringt p {
    font-size: 18px;
    color: #666666;
    line-height: 1.5em;
    margin-bottom: 70px;
}

.Products-list .out .box-1 .ringt .anniu-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.Products-list .out .box-1 .ringt .anniu-box a {
    display: block;
    width: 256px;
    height: 41px;
    border-radius: 20.5px;
    border: 1px solid #C60506;
    text-align: center;
    line-height: 41px;
    margin-right: 30px;
    color: #C60506;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.Products-list .out .box-1 .ringt .anniu-box a:hover {
    background: #C60506;
    color: #FFF;
}

.Products-list .out .box-1 .ringt .anniu-box a img {
    margin-left: 10px;
}

.Products-list .out .box-2 .titel {
    font-size: 26px;
    color: #333333;
    margin-bottom: 32px;
}
.Products-list .out .box-2 .titel-2{
    margin-top: 60px;
    text-transform: capitalize;
} 
.Products-list .out .box-2 p {
    font-size: 20px;
    color: #666666;
    
    /*line-height: 1.5em;*/
    /*margin-bottom: 62px;*/
}
.Products-list .out .box-2 p span{
    text-wrap: wrap !important; 
}

.Products-list .out .box-2 table{
    width: 100%;
    /*max-width: 100%;*/
    border: 1px solid;
}

.Products-list .out .box-2 img{
    width: auto;
    max-width: 100%;
}

.Products-list .out .box-2 .anniu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 90px;
    margin-top: 40px;
    
    display: none;
}

.Products-list .out .box-2 .anniu a {
    width: 126px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #fff;
    background: #C60506;
    border-radius: 23px;
}

.Products-list .out .box-3 .box:nth-child(3n) {
    margin-right: 0px;
}

.Products-list .out .box-3 .Products-out {
    margin: 0px;
}

.Products-list .out .box-3>h5 {
    color: #333333;
    font-size: 44px;
    margin-bottom: 61px;
        text-transform: capitalize;
    margin-top: 40px;
}

.Products-list .out .box-3 .out .box .text-box {
    margin-top: 36px;
}

.Products-list .out .box-3 .out {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
}

.Products-list .out .box-3 .box .text-box h5 {
    font-size: 26px;
}

.Products-list .out .box-3 .box .img img {
    height: 246px;
}


.Products-list .out .box-3 .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.Products-list .out .box-3 .out .box {
    width: 22%;
    text-align: center;
    margin-right: 11%;
    margin-bottom: 85px;
}

.Products-list .out .box-3 .out .box:nth-child(3n) {
    margin-right: 0px;
}

.Products-list .out .box-3 .out .box .img {
    width: 100%;
    height: 247px;
}

.Products-list .out .box-3 .out .box .img img {
    width: auto;
    max-width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.Products-list .out .box-3 .out .box .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #666666;
    font-size: 18px;
}

.Products-list .out .box-3 .out .box .text .but {
    width: 29px;
    height: 29px;
    border: 1px solid #C60506;
    border-radius: 50%;
    text-align: center;
    line-height: 29px;
    color: #C60506;
    font-size: 22px;
}

.min-language{
    position: fixed;
    width: 80%;
    background: #FFF;
    height: 80vh;
    top: 50%;
    left: 50%;
    margin-left: -40%;
    margin-top: -40vh;
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 10px 1px #ccc;
            box-shadow: 0px 0px 10px 1px #ccc;
    padding: 30px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: scroll;
    display: none;
}
.min-language a{
    display: block;
    line-height: 3em;
    text-align: center;
    border-bottom: 1px solid #EEEEEE;
}


/* 切换 */
.Handover{
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background:#ffffffd6;
    display: none;
    -webkit-box-shadow: 0px 0px 10px 1px #00000012;
            box-shadow: 0px 0px 10px 1px #00000012;
    
}
.Handover img{
    width: 100%;
    height: 100%;
    opacity: 0.3;
    -webkit-transform: rotate(45deg) scale(0.7);
        -ms-transform: rotate(45deg) scale(0.7);
            transform: rotate(45deg) scale(0.7);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.Handover.all img{
    -webkit-transform: rotate(0) scale(0.7);
        -ms-transform: rotate(0) scale(0.7);
            transform: rotate(0) scale(0.7);
}

/* 小导航 */
.Setup-Wizard{
    position: fixed;
    background: #FFF;
    border-radius: 0px 0px 5px 5px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0,0.3);
            box-shadow: 0px 0px 10px 1px rgba(0, 0, 0,0.3);
    padding: 20px ;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    top: 0px;
    height: 100vh;
    /* display: none; */
    -webkit-transform: translateX(100vw);
        -ms-transform: translateX(100vw);
            transform: translateX(100vw);
    z-index: 9999;   
    opacity: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.Setup-Wizard.all{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
}
.Setup-Wizard ul{
    margin-top: 20px;
}
.Setup-Wizard li .title img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.Setup-Wizard li .title img.all{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.Setup-Wizard li .title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 3em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #EEEEEE;
}
.Setup-Wizard li .title a{
    color: #333333;
}
.Setup-Wizard li .N-box{
    padding: 10px ;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
}
.Setup-Wizard li .N-box a{
    display: block;
    line-height: 30px;
    color: #333333;

}
.Handover-guanbbi{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
}
.Handover-guanbbi .Handover{
    width: 40px;
    height: 40px;
}

.Handover-guanbbi .Handover img{
    -webkit-transform:  scale(0.7);
        -ms-transform:  scale(0.7);
            transform:  scale(0.7);
   
}


.Proud-maxImg{
    width: 100%;
    /*height: 500px;*/
    background: #CCCC;
    margin: 50px 0px;
    margin-bottom: 90px;
}

.Proud-maxImg .logo{
    padding-top: 10px;
   
    width: 167px;
    margin-bottom: 20px;
    

}
.Proud-maxImg .logo img{
            width: 100%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}
.Proud-maxImg .title{
        width: 80%;
    text-align: center;
    margin: 0 auto;
    font-weight: 800;
    display: none;
}
.Proud-maxImg .title h5{
        font-size: 28px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Proud-maxImg .img {
    width: 100%;
    text-align: center;
    /*height: 500px;*/
}
.Proud-maxImg .img img{
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    /*transform: scale(0.7);*/
}

.N-box-min-box{
    position: absolute;
    /* right: 0px; */
    left: 100%;
    top: 0px;
    background: #FFF;
    padding: 10px 20px;
    display: none;
        box-shadow: 0px 0px 10px 1px #CCCCCC;
}
.nav .nav-width ul li .N-box .N-box-title{
    padding: 0px 20px;
}

.N-box-min-box2 {
    padding: 10px 30px;
    box-sizing: border-box;
    display: none;
}

.HottestProduct_2{
    margin: 3% 0px;
}

.HottestProduct_2 .out{
    padding: 0px 2.29% ;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.HottestProduct_2 .out .box{
    width: 48% !important;
}

.HottestProduct_2 .out .box .img .ceng span{
    margin-top: 12%;
}

.HottestProduct_2 .out .box img{
    width: 100%;
    display: block;
    /* background: #ECECEE; */
    height:166px;
    object-fit: contain;
}

.HottestProduct_2 .out .box span{
    display: block;
    margin-top: 3%;
    text-align: center;
}




.form_out {
    width: 100%;
    max-width: 1463px;
    margin: 50px auto auto auto;
    margin-bottom: 60px;
}

.form_out  form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form_out label {
    width: 48%;
    height: 51.85px;
    position: relative;
    border: 1px solid #074883;
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.form_out label input {
    width: 100%;
    height: 100%;
    outline: none;
    background: none;
    color: #666666;
    font-size: 16px;
    border: none;
}

.form_out label input::placeholder {
    color: #666666;
}

.form_out label img {
    flex: none;
    margin-right: 10px;
    margin-left: 18px;
}

.form_out .box{
    width: 100%;
}

.form_out .box label {
    height: 139.14px;
    width: 100%;
    align-items: flex-start;
    position: relative;
}

.form_out .box label textarea {
    background: none;
    border: none;
    height: 100%;
    outline: none;
    width: 100%;
    padding-top: 15px;
    box-sizing: border-box;
    color: #666666;
}


.form_out .box label img {
    margin-top: 15px;
}

.form_out .box label textarea::placeholder {
    color: #666666;
}

.form_out .box button {
    width: 144px;
    height: 46px;
    background: #074883;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #FFF;
    font-size: 16px;
    border: none;
    margin: 30px auto auto auto;
}
