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

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

body,
html {
    scroll-behavior: smooth;
}

.inner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: 100%;
}

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

.nav .out {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav .out ul {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav .out ul li {
    height: 100%;
    position: relative;
}



.nav .out ul li .titel {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.nav .out ul li .titel::after {
    width: 0px;
    height: 4px;
    background: #ff9447;
    display: block;
    position: absolute;
    bottom: 0px;
    content: '';
    transition: 0.4s;
}

.nav .out ul li .titel a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 49.5px;
    box-sizing: border-box;
    color: #666666;
    font-size: 18px;
}

.nav .out ul li:hover .titel::after,
.nav .out ul li.all .titel::after {
    width: 68px;
}

.nav .out ul li:hover .titel a,
.nav .out ul li.all .titel a {
    color: #ff9447;
}

.nav .out .logo {
    height: 46px;
}

.nav .out .logo img {
    height: 100%;
    display: block;
}

/* 导航下拉 */
.Nev_box {
    width: 100%;
    position: absolute;
    background: #FFF;
    z-index: 999;
    text-align: center;
    padding: 30px 10px;
    box-sizing: border-box;
    display: none;
}

.Nev_box a {
    color: #333;
    font-size: 16px;
    display: block;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Nev_box a:hover {
    color: #ff9447;
}

/* banner */
.banner {
    width: 100%;
}

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

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

.banner .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border: 2px solid #ff9447;
    background: none;
    border-radius: 50%;
}

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

/* inner_title */
.inner_title {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.inner_title h5 {
    color: #111111;
    font-size: 42px;
}

.inner_title i {
    color: #666666;
    font-size: 16px;
    display: block;
    margin-left: 20px;
    margin-right: 16px;
}

.inner_title span {
    color: #666666;
    font-size: 16px;
}

/* 产品中心 */
.Products {
    margin-top: 100px;
}

.Products .Tap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

.Products .Tap a {
    color: #555555;
    font-size: 18px;
    margin-right: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 23px;
}

.Products .Tap a::after {
    width: 0px;
    height: 3px;
    display: block;
    content: '';
    background: #ff9447;
    transition: 0.4s;
    position: absolute;
    bottom: 0px;
}

.Products .Tap a:hover::after,
.Products .Tap a.all::after {
    width: 40px;
}

.Products .Tap a:hover,
.Products .Tap a.all {
    color: #ff9447;
}

.Products .Tap a:last-child {
    margin-right: 0px;
}


.inner_Products {
    width: 32%;
    height: 609px;
    background: #F5F5F5;
}

.inner_Products .img {
    height: 470px;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
}

.inner_Products .img img {
    width: auto;
    /*max-width: 312px;*/
     max-width: 95%;
}

.inner_Products span {
    width: 100%;
    display: block;
    text-align: center;
    width: 309px;
    margin: 0 auto;
    margin-top: 66px;
    color: #333333;
    font-size: 24px;
}

.Products .out .swiper-slide {
    display: flex;
    flex-wrap: wrap;
}

.Products .out .swiper-slide .inner_Products {
    margin-top: 40px;
    margin-right: 2%;
}

.Products .out .swiper-slide .inner_Products:nth-child(3n) {
    margin-right: 0px;
}

/* 案例中心 */
.Case {
    margin-top: 100px;
}

.Case .out .Case_swiper {
    padding-top: 150px;
    padding-bottom: 203px;
}

.Case .out .swiper-slide {
    width: 752px;
    margin: 0px 152px;
}

.Case .out .swiper-slide:last-child {
    margin-right: 0px;
}

.Case .out .swiper-slide img {
    width: 100%;
    height: 472.91px;
}

.Case .out .swiper-slide-active {
    transform: scale(1.2);
}

.Case .out .swiper-slide span {
    transform: scale(1);
    color: #333333;
    font-size: 24px;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 32px;
    display: none;
}

.Case .out .swiper-slide-active span {
    display: block;
}

.Case .out .swiper-button-next:after,
.Case .out .swiper-button-prev:after {
    font-size: 22.75px;
    color: #fff;
}

.Case .out .swiper-button-next,
.Case .out .swiper-button-prev {
    width: 51.01px;
    height: 51.01px;
    background: rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 43%;
}

.Case .out .swiper-button-next:hover,
.Case .out .swiper-button-prev:hover {
    background: #ff9447;
}

.Case .out .swiper-button-next {
    right: 18%;
}

.Case .out .swiper-button-prev {
    left: 18%;
}

/* 新闻中心 */
.News {
    background: #F5F5F5;
    padding-top: 72px;
    padding-bottom: 82px;
    box-sizing: border-box;
    overflow: hidden;
}

.News .out {
    display: flex;
    justify-content: space-between;
}

.News .out .left {
    width: 422px;
    height: 755px;
    position: relative;
}

.News .out .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    display: block;
}

.News .out .left .txt {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 72px 80px 0px 50px;
    box-sizing: border-box;
}

.News .out .left .txt .inner_title {
    justify-content: left;
}

.News .out .left .txt .inner_title h5,
.News .out .left .txt .inner_title span,
.News .out .left .txt .inner_title i {
    color: #FFF;
}

.News .out .left .txt .xian {
    width: 51px;
    height: 6px;
    display: block;
    margin-top: 33px;
    margin-bottom: 40px;
    background: #FFF;
}

.News .out .left .txt p {
    color: #FFF;
    font-size: 15px;
    margin-bottom: 50px;
}

.News .out .left .txt a {
    width: 64px;
    height: 64px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.News .out .left .txt a img {
    height: 30px;
    width: 30px;
}

.News .out .right {
    width: 1146px;
}


.News .out .right .innerNews:last-child a {
    flex-direction: row-reverse;
}

.innerNews {
    width: 100%;
    height: 378px;
    display: flex;
    align-items: center;
    background: #FFF;
}

.innerNews a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.innerNews .let {
    width: 46%;
    height: 100%;
    overflow: hidden;
}

.innerNews .let img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.innerNews .rig {
    width: 54%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 62px;
    padding-right: 111px;
    box-sizing: border-box;
}

.innerNews .rig h5 {
    color: #333333;
    font-size: 22px;
    margin-bottom: 14px;
}

.innerNews .rig span {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-bottom: 35px;
}

.innerNews .rig p {
    color: #777777;
    font-size: 15px;
    line-height: 1.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 35px;
}

.butclick {
    width: 147px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999999;
    font-size: 14px;
    /* background: #ff9447; */
    border-radius: 23px;
    border: 1px solid #D2D2D2;
}

.butclick img {
    margin-left: 10px;
    height: 11.54px;
    display: block;
}

.butclick:hover {
    background: #ff9447;
    border: 1px solid rgba(255, 255, 255, 0);
    color: #FFF;
}

.butclick:hover img {
    content: url(../images/jiantou.png);
}

.innerNews:hover h5 {
    color: #ff9447;
}

.innerNews:hover .let img {
    transform: scale(1.1);
}

/* 关于我们 */
.ABOUTUS {
    width: 100%;
    background: url(../images/aut.png) no-repeat center;
    background-size: cover;
    padding-top: 174px;
    padding-bottom: 154px;
    box-sizing: border-box;
}

.ABOUTUS .out {
    width: 100%;
    height: 100%;
}

.ABOUTUS .out .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ABOUTUS .out .title span {
    color: rgba(255, 148, 71, 0.11);
    font-size: 105px;
    position: absolute;
    margin-top: -23px;
}

.ABOUTUS .out .title h5 {
    color: #ff9447;
    font-size: 40px;
}

.ABOUTUS .out>span {
    color: #333333;
    font-size: 22px;
    text-align: center;
    display: block;
    margin-top: 75px;
    margin-bottom: 43px;
}

.ABOUTUS .out p {
    width: 100%;
    max-width: 1207px;
    display: block;
    margin: 0 auto;
    color: #666666;
    font-size: 18px;
    text-align: center;
    line-height: 1.5em;
    letter-spacing: 1px;
    margin-bottom: 63px;
}

.ABOUTUS .out a {
    width: 159px;
    height: 42px;
    border: 1px solid #ff9447;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 23px;
    margin: 0 auto;
}

.ABOUTUS .out a b {
    color: #ff9447;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 12px;
}

.ABOUTUS .out a i {
    width: 5px;
    height: 1px;
    background: #ff9447;
    display: block;
}

.ABOUTUS .out a:hover {
    background: #ff9447;
}

.ABOUTUS .out a:hover b {
    color: #FFF;
}

.ABOUTUS .out a:hover i {
    background: #FFF;
}

.ABOUTUS .out .txt {
    width: 100%;
    max-width: 985px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    margin-top: 85px;
}

.ABOUTUS .out .txt .box {
    width: 133px;
    height: 133px;
    border: 1px solid rgba(24, 59, 131, 0.41);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 24px;
    box-sizing: border-box;
    border-radius: 50%;
    color: #ff9447;
    font-size: 14px;
    text-align: center;
    background-color: ;
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .1);
    position: relative;
}




.ABOUTUS .out .txt .box::after,
.ABOUTUS .out .txt .box::before {
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .1);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .3);
    border-radius: 50%;
    animation: ripple-slider 2s infinite;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -66.5px;
    margin-top: -66.5px;
}

.ABOUTUS .out .txt .box::after {
    animation-delay: 0.5s;
}

.ABOUTUS .out .txt .box::before {
    animation-delay: 0.3s;
}

.ABOUTUS .out .txt .box:nth-child(2n) {
    transform: translateY(-48px);
}


@keyframes ripple-slider {
    70% {
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}






/* 底部 */
.footer {
    background: #393939;
}

.footer .out {
    padding-top: 68px;
    padding-bottom: 54px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .out .left .logo {
    width: 261px;
}

.footer .out .left {
    width: 400px;
}

.footer .out .left img {
    width: 100%;
    display: block;
}

.footer .out .left .logo::after {
    width: 100%;
    height: 2px;
    background: #ff9447;
    content: '';
    display: block;
    margin: 35px 0px;
}

.footer .out .left .box {
    display: flex;
    align-items: center;
    margin-bottom: 27px;
}

.footer .out .left .box span,
.footer .out .left .box a {
    color: #F3F3F3;
    font-size: 14px;
}

.footer .out .left .box:last-child {
    margin-bottom: 0px;
}

.footer .out .right {
    width: 1020px;
    display: flex;
    justify-content: space-between;
}

.footer .out .right .box {
    display: flex;
    flex-direction: column;

}


.footer .out .right .box span {
    color: #FFFFFF;
    font-size: 20px;
    margin-bottom: 37px;
}

.footer .out .right .box a {
    color: #F1F1F1;
    font-size: 14px;
    margin-bottom: 28px;
}

.footer .out_1 {
    width: 100%;
    height: 60px;
    border-top: 1px solid #828282;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.footer .out_1 a {
    color: #BABABA;
    font-size: 12px;
    margin-right: 24px;
}

.footer .out_1 .lik_ {
    position: absolute;
    right: 160px;
}


/* Tap_out */
.Tap_out {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #E8E8E8;

}

.Tap_out .inner {
    max-width: 1600px;
    display: flex;
    align-items: center;
    position: relative;
}

.Tap_out .inner .left {
    display: flex;
    align-items: center;
    left: 0px;
}

.Tap_out .inner .left .box {
    display: flex;
    align-items: center;
}

.Tap_out .inner .left .box a {
    display: block;
    color: #999999;
    font-size: 16px;
}

.Tap_out .inner .left .box .Home img {
    width: 13.32px;
    height: 13.32px;
}

.Tap_out .inner .left .box .ion {
    height: 8.9px;
    display: block;
    margin-left: 12px;
}

.Tap_out .inner .left .box {
    margin-right: 33px;
}

.Tap_out .inner .left .box:last-child {
    margin-right: 0px;
}

.Tap_out .inner .left .box:last-child a {
    color: #ff9447;
}

.Tap_out .inner .left .box:last-child .ion {
    display: none;
}

.Tap_out .inner .right {
    display: flex;
    align-items: center;
    height: 100%;
}

.Tap_out .inner .right a {
    color: #555555;
    font-size: 20px;
    display: block;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 92px;
}

.Tap_out .inner .right a::after {
    position: absolute;
    width: 0px;
    height: 3px;
    background: #ff9447;
    content: '';
    display: block;
    bottom: 0px;
    transition: 0.6s;
}

.Tap_out .inner .right a:last-child {
    margin-right: 0px;
}

.Tap_out .inner .right a.all::after,
.Tap_out .inner .right a:hover::after {
    width: 101px;
}

.Tap_out .inner .right a.all,
.Tap_out .inner .right a:hover {
    color: #ff9447;
}

/* 产品页面 */
.page_Products {
    margin-top: 43px;
}

.page_Products .out {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
}

.page_Products .out .inner_Products {
    margin-right: 2%;
    margin-bottom: 40px;
}

.page_Products .out .inner_Products:nth-child(3n) {
    margin-right: 0px;
}


/* 按钮 */
.bottonaniu {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
    margin-bottom: 100px;
}

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

.bottonaniu a:hover,
.bottonaniu a.all {
    background: #ff9447;
    color: #fff;
}

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

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

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

/* 产品详情 */
.products_list_out {
    width: 100%;
    background: #FFFFFF;
}

.products_list_out .out {
    display: flex;
    flex-wrap: wrap;

}

.products_list_out {
    padding-bottom: 91px;
}

.products_list_out .bottonaniu {
    margin-bottom: 0px;
    margin-top: 46px;
}

.products_list_out .bottonaniu a {
    background: #FFF;
}

.bottonaniu a:hover,
.bottonaniu a.all {
    background: #095B9A;
}

.products_list_out .box-1 {
    display: flex;
    align-items: center;
    margin-top: 70px;
    margin-bottom: 68px;
}

.products_list_out .box-1 .left {
    width: 716px;
    height: 404px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products_list_out .box-1 .left img {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.products_list_out .box-1 .ringt {
    width: 706px;
    margin-left: 78px;
}

.products_list_out .box-1 .ringt h5 {
    color: #333333;
    font-size: 28px;
    margin-bottom: 43px;
}

.products_list_out .box-1 .ringt span {
    color: #ff9447;
    font-size: 26px;
    margin-bottom: 43px;
    display: block;
}

.products_list_out .box-1 .ringt span::after {
    width: 61px;
    height: 3px;
    background: #ff9447;
    display: block;
    content: '';
    margin-top: 15px;
}

.products_list_out .box-1 .ringt p {
    font-size: 16px;
    color: #444444;
    line-height: 1.5em;
    letter-spacing: 2px;

}

.products_list_out .box-1 .innCLick {
    background: none;
    border: 1px solid #ff9447;
    color: #ff9447;
    font-size: 16px;
    margin-top: 48px;
}

.products_list_out .box-2 .titel {
    color: #333333;
    font-size: 24px;
    margin-bottom: 24px;
    font-weight: 500;
}

.products_list_out .box-2 p {
    color: #666666;
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: 2px;
}

.products_list_out .box-2 p img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}


.Product_list_titel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 40px;
}

.Product_list_titel h5 {
    color: #111111;
    font-size: 43px;
    margin-bottom: 14px;
}

.Product_list_titel i {
    width: 40px;
    height: 3px;
    background: #ff9447;
    display: block;
}

.Produ_out {
    display: flex;
}

.Produ_out .inner_Products {
    margin-right: 2%;
}

.Produ_out .inner_Products:nth-child(3n) {
    margin-right: 0px;
}


.innCLick {
    width: 159px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff9447;
    color: #FFF;
    font-size: 16px;
}

.innCLick img {
    height: 10.33px;
    margin-left: 10px;
    margin-top: 4px;
}

/* 新闻页面 */
.page_News {
    margin-top: 43px
}

.page_News .out {
    margin-top: 80px;
}

.page_News .out .innerNews {
    margin-bottom: 50px;
}

.page_News .out .innerNews:hover .rig h5 {
    color: #ff9447;
}

.page_News .out .innerNews:hover .butclick {
    background: #ff9447;
    color: #FFFF;
}

.page_News .out .innerNews:hover .butclick img {
    content: url(../images/jiantou.png);
}

.page_News .bottonaniu {
    margin-top: 60px;
}

.page_News .bottonaniu a:hover,
.page_News .bottonaniu a.all {
    background: #ff9447;
}


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

.Knowledge-list {
    padding: 80px 0px;
}

.Knowledge-list .titel {
    text-align: center;
    /* margin-top: 70px; */
}

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

.Knowledge-list .release {
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(227, 227, 227, 1);
    border-bottom: 1px solid rgba(227, 227, 227, 1);
    margin-top: 30px;
}

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

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

.Knowledge-list .text {
    padding: 43px 73px 73px 73px;
    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);
}

.Knowledge-list .text img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.Knowledge-list .text video {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}


.butt_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 77px;
    box-sizing: border-box;
    margin-top: 61px;
}

.butt_box .left .box {
    display: flex;
    align-items: center;
}

.butt_box .left .box span,
.butt_box .left .box a {
    color: #666666;
    font-size: 13px;
    margin-bottom: 14px;
    display: block;
}

.butt_box .left .box a:hover {
    color: #ff9447;
}

.butt_box .right {
    width: 161px;
    height: 36px;
    background: #ff9447;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

.butt_box .right {
    cursor: pointer;
}

/* 案例页面 */
.Page_WORKS {
    margin-top: 43px;
}

.Page_WORKS .out {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
}

.Page_WORKS .out .box {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 70px;
}

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

.Page_WORKS .out .box .img {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.Page_WORKS .out .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.Page_WORKS .out .box:hover .img img {
    transform: scale(1.1);
}

.Page_WORKS .out .box .img .txt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    padding: 0px 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: centere;
    color: #FFF;
    opacity: 0;
    transition: 0.4s;
}

.Page_WORKS .out .box:hover .img .txt {
    opacity: 1;
}

.Page_WORKS .out .box .img .txt p {
    color: #FFF;
    font-size: 16px;
    line-height: 1.3em;
    width: 100%;
    text-align: center;
}

.Page_WORKS .out .box span {
    width: 100%;
    height: 77px;
    /* background: ; */
    color: #333333;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Page_WORKS .out .box:hover span {
    background: #F5F5F5;
    color: #ff9447;
}

/* 联系我们 */
.Contact {
    margin-top: 43px;
}

.Contact .out {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

.Contact .out .box {
    width: 459px;
    height: 459px;
    border-radius: 18px 18px 18px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Contact .out .box .img {
    width: 148px;
    height: 128px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/cen2.png) no-repeat center;
}

.Contact .out .box .img img {
    width: 44.47px;
    height: 44.47px;
    object-fit: contain;
}

.Contact .out .box h5 {
    color: #333333;
    font-size: 26px;
    font-weight: 500;
    margin-top: 54px;
}

.Contact .out .box i {
    width: 43px;
    height: 2px;
    background: #ff9447;
    display: block;
    margin-top: 45px;
    margin-bottom: 60px;
}

.Contact .out .box p {
    color: #888888;
    font-size: 26px;
    height: 30px;
    text-align: center;
    width: 335px;
}

.Contact .out .box:hover {
    background: #ff9447;
}

.Contact .out .box:hover .img {
    background: url(../images/cen.png) no-repeat center;
}

.Contact .out .box:hover h5,
.Contact .out .box:hover p {
    color: #FFF;
}

.Contact .out .box:hover i {
    background: #FFF;
}

.Message {
    margin-top: 110px;
}

.Message .inner_title {
    justify-content: left;
}

.Message .inner_title h5 {
    color: #ff9447;
}

.Message .out {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

.Message .out input {
    width: 48%;
    height: 46px;
    border-radius: 4px;
    background: #FAFAFA;
    border: 1px solid #CFD5DB;
    box-sizing: border-box;
    font-size: #666666;
    font-size: 14px;
    padding-left: 12px;
    box-sizing: border-box;
    margin-bottom: 40px;
    outline: none;
}

.Message .out textarea {
    width: 100%;
    height: 153.19px;
    background: #FAFAFA;
    border: 1px solid #CFD5DB;
    outline: none;
    padding: 16px 18px;
    box-sizing: border-box;
    margin-bottom: 70px;
}

.Message .out button {
    width: 416px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #FFF;
    background: #095B9A;
    margin: 0 auto;
    border: none;
}

.Mpa {
    width: 100%;
    height: 591px;
    margin: 110px 0px;
}

#map_container {
    width: 100%;
    height: 100%;
}

.culture {
    width: 100%;
    margin-top: 43px;
    margin-bottom: 60px;
}

.culture .out {
    width: 100%;
    height: 521px;
    background: url(../images/culture.png) no-repeat center;
    margin-top: 60px;
    background-size: cover;
    display: flex;
    align-items: center;
}

.culture .out .left {
    width: 50%;
}

.culture .out .right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.culture .out .right .box {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    width: 43%;
}

.culture .out .right .box:last-child {
    margin-bottom: 0px;
}

.culture .out .right .box .img img {
    width: 62.32px;
    height: 62.32px;
    object-fit: contain;
    margin-right: 84px;
}

.culture .out .right .box .txt h5 {
    color: #FFFFFF;
    font-size: 30px;
}

.culture .out .right .box .txt i {
    display: block;
    margin: 20px 0px;
    width: 66px;
    height: 2px;
    background: #FFF;
}

.culture .out .right .box .txt p {
    color: #FFF;
    font-size: 16px;
}

/* 荣誉 */
.culture_ry {
    margin-top: 87px;
    margin-bottom: 100px;
    width: 100%;
}

.culture_ry .out {
    margin-top: 60px;
}

.culture_ry .culture_ry_swiper {
    width: 100%;
}

.culture_ry .culture_ry_swiper .swiper-slide {
    width: 350px;
    margin-right: 66px;
}

.culture_ry .culture_ry_swiper .swiper-slide:last-child {
    margin-right: 0px
}

.culture_ry .culture_ry_swiper .swiper-slide .img {
    width: 100%;
    height: 438px;
    background: #FFF;
    border: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: center;
}

.culture_ry .culture_ry_swiper .swiper-slide .img img {
    width: 272px;
}

.culture_ry .culture_ry_swiper .swiper-slide span {
    display: block;
    width: 100%;
    margin-top: 59px;
    text-align: center;
    font-size: #555555;
    font-size: 22px;
}

.culture_ry .culture_ry_swiper .swiper-slide-active .img {
    border: 1px solid #095B9A;
}

.culture_ry .butt_box {
    display: flex;
    justify-content: center;
    align-items: center
}

.culture_ry .butt_box .swiper-button-next,
.culture_ry .butt_box .swiper-button-prev,
.culture_ry .butt_box .swiper-pagination {
    position: relative;
}

.culture_ry .butt_box .swiper-button-next,
.culture_ry .butt_box .swiper-button-prev {
    width: 64px;
    height: 64px;
    border: 1px solid #ff9447;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.culture_ry .butt_box .swiper-button-next::after,
.culture_ry .butt_box .swiper-button-prev::after {
    color: #ff9447;
    font-size: 16.12px;
}

.culture_ry .butt_box .swiper-button-next:hover,
.culture_ry .butt_box .swiper-button-prev:hover {
    background: #ff9447;
}

.culture_ry .butt_box .swiper-button-next:hover::after,
.culture_ry .butt_box .swiper-button-prev:hover::after {
    color: #FFF;
}

.culture_ry .butt_box .swiper-pagination {
    padding: 0px 4%;
    width: auto;
}


.culture_ry .butt_box .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #ff9447;
    background: none;
}

.culture_ry .butt_box .swiper-pagination .swiper-pagination-bullet-active {
    background: #ff9447;
}


.min_CLick {
    width: 22px;
    margin-left: 30px;
    display: none;
}

.min_CLick.all2 i {
    background: #333;
}

.min_CLick i {
    width: 100%;
    background: #ff9447;
    height: 2px;
    display: block;
    margin: 5px 0px;
    transition: all .4s ease;
}

.min_CLick.all i:nth-child(2) {
    opacity: 0;
}

.min_CLick.all i:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.min_CLick.all i:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
}



.min_nav-out {
    position: absolute;
    background: #FFF;
    z-index: 9999;
    width: 100%;
    box-shadow: 0px 0px 10px 1px #99999979;
    display: none;
}

.min_nav-out ul {
    padding: 0.3rem 0.2rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.min_nav-out ul li .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 0.6rem;
    border-bottom: 1px solid #8888885e;
}

.min_nav-out ul li .title a {
    font-size: 0.2rem;
    display: block;
    width: 90%;
    color: #333;
}

.min_nav-out ul li .nav_box {
    padding: 0.1rem 0px;
    width: 100%;
    padding-left: 5%;
    box-sizing: border-box;
    display: none;

}


.min_nav-out ul li .nav_box a {
    display: block;
    font-size: 0.2rem;
    line-height: 2em;
    color: #333;
}

.min_nav-out ul li .title .img {
    display: flex;
    align-items: center;
}

.min_nav-out ul li .title .img img {
    height: 0.15rem;
    transition: 0.6s;
}

.min_nav-out ul li .title .img.all img {
    transform: rotate(90deg);
}


.Foter_out_2{
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    display: flex;
    padding-bottom: 30px;
}

.Foter_out_2 span{
    color: #FFF;
    font-size: 20px;
    flex: none;
    margin-right: 10px;
}

.Foter_out_2 .txt{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    
}

.Foter_out_2 .txt a{
    color: #FFF;
    font-size: 16px;
    margin: 0px 5px;
}


/* 响应式 */
@media (max-width:768px) {
    
    .Foter_out_2{
   padding: 0px 3%;
    padding-bottom: 0.3rem;
   box-sizing: border-box;
}

.Foter_out_2 span{

    font-size: 0.2rem;

    margin-right: 0.1rem;
}



.Foter_out_2 .txt a{
    color: #FFF;
    font-size: 0.16rem;
    margin: 0px 0.05rem;
}


    .ABOUTUS .out .txt .box::after, .ABOUTUS .out .txt .box::before{
        margin-left: -0.666rem;
        margin-top: -0.666rem;
    }


    .min_CLick {
        display: block;
    }

    .nav .out ul {
        display: none;
    }

    .nav {
        height: 0.9rem;
    }

    .nav .out {
        padding: 0px 3%;
        box-sizing: border-box;
    }

    .nav .out .logo {
        height: 0.46rem;
    }

    .banner .swiper-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: 0.2rem;
    }

    .banner .swiper-pagination-bullet {
        width: 0.09rem;
        height: 0.09rem;
    }

    .Products {
        margin-top: 1rem;
    }

    .inner {
        padding: 0px 3%;
        box-sizing: border-box;
    }

    .inner_title h5 {
        font-size: 0.42rem;
    }

    .inner_title i {
        font-size: 0.16rem;
        margin-left: 0.2rem;
        margin-right: 0.16rem;
    }

    .inner_title span {
        font-size: 0.16rem;
    }

    .Products .Tap {
        margin-top: 0.7rem;
    }

    .Products .Tap a {
        font-size: 0.18rem;
        margin-right: 4%;
        padding-bottom: 0.23rem;
    }

    .Products .Tap a:hover::after,
    .Products .Tap a.all::after {
        width: 0.4rem;
    }

    .Products .Tap a::after {
        height: 0.03rem;
    }

    .Products .out .swiper-slide {
        justify-content: space-between;
    }

    .Products .out .swiper-slide .inner_Products {
        margin-top: 0.4rem;
        margin-right: 0px;
    }

    .inner_Products {
        height: 4.3rem;
    }

    .inner_Products .img {
        height: 3rem;
    }


    .inner_Products .img img {
        /*max-width: 3.12rem;*/
        /*width: 80%;*/
    }

    .inner_Products {
        width: 48%;
        margin-right: 0px;
    }

    .inner_Products span {
        width: 100%;
        margin-top: 0.6rem;
        font-size: 0.23rem;
    }

    .Case {
        margin-top: 1rem;
    }

    .Case .out .Case_swiper {
        padding-top: 0.6rem;
        padding-bottom: 0.7rem;
    }

    .Case .out .swiper-slide {
        width: 100%;
        margin: 0px;
    }

    .Case .out .swiper-slide img {
        height: 4.73rem;
    }

    .Case .out .swiper-slide-active {
        transform: scale(1);
    }

    .Case .out .swiper-slide span {
        font-size: 0.24rem;
        margin-top: 0.32rem;
    }

    .Case .out .swiper-button-next,
    .Case .out .swiper-button-prev {
        width: 0.51rem;
        height: 0.51rem;
    }

    .Case .out .swiper-button-next::after,
    .Case .out .swiper-button-prev::after {
        font-size: 0.22rem;
    }

    .News {
        padding-top: 0.72rem;
        padding-bottom: 0.82rem;
    }

    .News .out {
        flex-direction: column;
    }

    .News .out .left {
        width: 100%;
        height: 7.55rem;
    }

    .News .out .left .txt {
        padding: 0.72rem 0.8rem 0px 0.5rem
    }

    .News .out .left .txt .xian {
        width: 0.51rem;
        height: 0.06rem;
        display: block;
        margin-top: 0.33rem;
        margin-bottom: 0.4rem;
        background: #FFF;
    }

    .News .out .left .txt p {
        font-size: 0.15rem;
        margin-bottom: 0.5rem;
    }

    .News .out .left .txt a {
        width: 0.64rem;
        height: 0.64rem;
    }

    .News .out .left .txt a img {
        width: 0.3rem;
        height: 0.3rem;
    }

    .News .out .right {
        width: 100%;
    }

    .innerNews {
        height: 3.78rem;
    }

    .innerNews .let {
        width: 100%;
    }

    .innerNews .rig {
        width: 100%;
        padding-left: 0.32rem;
        padding-right: 0.3rem;
    }

    .innerNews .rig h5 {
        font-size: 0.22rem;
        margin-bottom: 0.14rem;
    }

    .innerNews .rig span {
        font-size: 0.14rem;
        margin-bottom: 0.35rem;
    }

    .innerNews .rig p {
        font-size: 0.15rem;
        margin-bottom: 0.35rem;
    }

    .butclick {
        width: 1.47rem;
        height: 0.45rem;
        font-size: 0.14rem;
        border-radius: 0.23rem;
    }

    .butclick img {
        margin-left: 0, 1rem;
        height: 0.11rem;
        display: block;
    }

    .ABOUTUS {
        padding-top: 1.74rem;
        padding-bottom: 1.54rem;
    }

    .ABOUTUS .out {
        padding: 0px 3%;
        box-sizing: border-box;
    }

    .ABOUTUS .out .title h5 {
        font-size: 0.4rem;
    }

    .ABOUTUS .out .title span {
        font-size: 1.05rem;
        margin-top: -0.23rem;
    }

    .ABOUTUS .out>span {
        font-size: 0.22rem;
        margin-top: 0.73rem;
        margin-bottom: 0.43rem;
    }

    .ABOUTUS .out p {
        font-size: 0.18rem;
        margin-bottom: 0.6rem;
    }

    .ABOUTUS .out a {
        width: 1.59rem;
        height: 0.42rem;
        border-radius: 0.23rem;
    }

    .ABOUTUS .out a b {
        font-size: 0.14rem;
        margin: 0 0.12rem;
    }

    .ABOUTUS .out a i {
        width: 0.05rem;
        height: 0.01rem;
    }

    .ABOUTUS .out .txt {
        margin-top: 0.85rem;
    }

    .ABOUTUS .out .txt .box {
        width: 1.33rem;
        height: 1.33rem;
        padding: 0px 0.24rem;
        font-size: 0.14rem;
    }

    .ABOUTUS .out .txt .box:nth-child(2n) {
        transform: translateY(-0.48rem);
    }

    .footer .out .right {
        display: none;
    }

    .footer .out {
        padding: 0px 3%;
        padding-top: 0.68rem;
        padding-bottom: 0.54rem;
        box-sizing: border-box;
    }

    .footer .out .left .logo {
        width: 2.61rem;
    }

    .footer .out .left .logo::after {
        margin: 0.35rem 0px;
        height: 0.02rem;
    }

    .footer .out .left .box {
        margin-bottom: 0.27rem;
    }

    .footer .out .left .box span,
    .footer .out .left .box a {
        font-size: 0.14rem;
    }

    .footer .out_1 {
        height: 0.6rem;
    }

    .footer .out_1 a {
        font-size: 0.12rem;
        margin-right: 0.10rem;
    }

    .footer .out_1 .lik_ {
        right: 0px;
        position: relative;
    }

    .Tap_out {
        height: 0.8rem;
    }

    .Tap_out .inner .left .box {
        margin-right: 0.33rem;
    }

    .Tap_out .inner .left .box a {
        font-size: 0.16rem;
    }

    .Tap_out .inner .left .box .ion {
        height: 0.09rem;
        margin-left: 0.12rem;
    }

    .Tap_out .inner .left .box .Home img {
        height: 0.13rem;
        width: 0.13rem;
    }

    .culture {
        margin-top: 0.43rem;
        margin-bottom: 0.6rem;
    }

    .culture .out {
        width: 100%;
        height: 5.21rem;
        margin-top: 0.6rem;
    }

    .culture .out .right .box .img img {
        width: 0.63rem;
        height: 0.63rem;
        margin-right: 0.4rem;

    }

    .culture .out .right .box .txt h5 {
        font-size: 0.3rem;
    }

    .culture .out .right .box .txt i {
        margin: 0.2rem 0px;
        width: 0.66rem;
        height: 0.02rem;
    }

    .culture .out .right .box .txt p {
        font-size: 0.16rem;
    }

    .culture .out .right .box {
        margin-bottom: 0.3rem;
        width: 100%;
    }

    .culture_ry {
        margin-top: 0.8rem;
        margin-bottom: 1rem;
    }

    .culture_ry .out {
        margin-top: 0.6rem;
    }

    .culture_ry .culture_ry_swiper .swiper-slide {
        width: 3.5rem;
        margin-right: 0.66rem;
    }

    .culture_ry .culture_ry_swiper .swiper-slide .img {
        height: 4.38rem;
    }

    .culture_ry .culture_ry_swiper .swiper-slide .img img {
        width: 2.70rem;
    }

    .culture_ry .culture_ry_swiper .swiper-slide span {
        margin-top: 0.5rem;
        font-size: 0.22rem;
    }

    .butt_box {
        padding-left: 0.77rem;
        box-sizing: border-box;
        margin-top: 1rem;
    }

    .culture_ry .butt_box .swiper-button-next,
    .culture_ry .butt_box .swiper-button-prev {
        width: 0.64rem;
        height: 0.64rem;
    }

    .culture_ry .butt_box .swiper-button-next::after,
    .culture_ry .butt_box .swiper-button-prev::after {
        font-size: 0.16rem;
    }

    .culture_ry .butt_box .swiper-pagination {
        display: flex;
        align-items: center;
    }

    .culture_ry .butt_box .swiper-pagination .swiper-pagination-bullet {
        width: 0.09rem;
        height: 0.09rem;
    }


    .page_Products .out {
        margin-top: 0.6rem;
        justify-content: space-between;
    }

    .page_Products .out .inner_Products {
        margin-right: 0px;
    }

    .bottonaniu {
        margin-top: 0.3rem;
        margin-bottom: 1rem;
    }

    .bottonaniu .a-3 {
        width: 0.41rem;
        height: 0.41rem;

    }

    .bottonaniu a {
        font-size: 0.16rem;
        margin-right: 0.1rem;
        line-height: 0.41rem;
    }

    .bottonaniu .a-2 {
        width: 0.66rem;
        height: 0.41rem;
    }


    .products_list_out .box-1 {
        margin-top: 0.7rem;
        margin-bottom: 0.68rem;
        flex-direction: column;
    }

    .products_list_out .box-1 .left {
        width: 100%;
        height: 4.6rem;
    }

    .products_list_out .box-1 .ringt h5 {
        font-size: 0.28rem;
        margin-bottom: 0.43rem;
    }

    .products_list_out .box-1 .ringt {
        width: 100%;
        margin-left: 0px;
        margin-top: 0.4rem;
    }

    .products_list_out .box-1 .ringt span {
        font-size: 0.26rem;
        margin-bottom: 0.43rem;
    }

    .products_list_out .box-1 .ringt span::after {
        width: 0.6rem;
        height: 0.03rem;
        margin-top: 0.15rem;
    }

    .products_list_out .box-1 .ringt p {
        font-size: 0.16rem;
    }

    .innCLick {
        width: 1.59rem;
        height: 0.47rem;
        font-size: 0.16rem;
    }

    .products_list_out .box-1 .innCLick {
        font-size: 0.16rem;
        margin-top: 0.48rem;
    }

    .products_list_out .box-2 .titel {
        font-size: 0.24rem;
        margin-bottom: 0.24rem;
    }

    .products_list_out .box-2 p {
        font-size: 0.2rem;
    }

    .Product_list_titel {
        margin-top: 0.5rem;
        margin-bottom: 0.4rem;
    }

    .Product_list_titel h5 {
        font-size: 0.43rem;
        margin-bottom: 0.14rem;
    }

    .Product_list_titel i {
        width: 0.4rem;
        height: 0.03rem;
    }

    .Produ_out .inner_Products {
        margin-bottom: 0.3rem;
    }

    .products_list_out {
        padding-bottom: 0.9rem;
    }

    .Page_WORKS {
        margin-top: 0.43rem;
    }

    .Page_WORKS .out {
        margin-top: 0.8rem;
        justify-content: space-between;
    }

    .Page_WORKS .out .box {
        width: 48%;
        margin-right: 0px;
        margin-bottom: 0.7rem;
    }

    .Page_WORKS .out .box .img {
        height: 3rem;
    }

    .Page_WORKS .out .box .img .txt {
        padding: 0px 0.5rem;
    }

    .Page_WORKS .out .box .img .txt p {
        font-size: 0.16rem;
    }

    .Page_WORKS .out .box span {
        height: 0.77rem;
        font-size: 0.2rem;
    }

    .page_News .out {
        margin-top: 0.8rem;
    }

    .page_News {
        margin-top: 0.43rem;
    }

    .page_News .out .innerNews {
        margin-bottom: 0.5rem;
    }

    .Knowledge-list {
        padding: 0.8rem 0px;
    }

    .Knowledge-list .titel h5 {
        font-size: 0.3rem;
    }

    .Knowledge-list .release {
        height: 0.62rem;
        margin-top: 0.3rem;
    }

    .Knowledge-list .release span {
        font-size: 0.13rem;
    }

    .Knowledge-list .text {
        padding: 0.3rem;
        font-size: 0.16rem;
    }

    .butt_box {
        padding-left: 0.3rem;
        margin-top: 0.6rem;
    }

    .butt_box .left {
        width: 74%;
    }

    .butt_box .left .box span,
    .butt_box .left .box a {
        font-size: 0.13rem;
        margin-bottom: 0.14rem;
    }

    .butt_box .right {
        width: 1.6rem;
        height: 0.36rem;
        font-size: 0.16rem;
    }


    .Contact {
        margin-top: 0.43rem;
    }

    .Contact .out {
        margin-top: 0.8rem;
        flex-direction: column;
    }

    .Contact .out .box {
        width: 100%;
        height: 5rem;
    }

    .Contact .out .box h5 {
        font-size: 0.26rem;
        margin-top: 0.54rem;
    }

    .Contact .out .box i {
        width: 0.43rem;
        height: 0.02rem;
        margin-top: 0.45rem;
        margin-bottom: 0.6rem;
    }

    .Contact .out .box p {
        width: 100%;
        font-size: 0.26rem;
        height: 0.3rem;
    }

    .Contact .out .box .img {
        width: 1.48rem;
        height: 1.48rem;
    }

    .Contact .out .box .img img {
        width: 0.44rem;
        height: 0.44rem;
    }

    .Message {
        margin-top: 1rem;
    }

    .Message .out {
        margin-top: 0.6rem
    }

    .Message .out input {
        margin-bottom: 0.4rem;
        height: 0.46rem;
        font-size: 0.16rem;
        padding-left: 0.12rem;
    }

    .Message .out textarea {
        height: 1.53rem;
        padding: 0.16rem 0.18rem;
        font-size: 0.16rem;
        margin-bottom: 0.7rem;
    }

    .Message .out button {
        width: 4.16rem;
        height: 0.5rem;
        font-size: 0.22rem;
    }

    .Mpa {
        height: 5.9rem;
        margin: 1rem 0px;
    }

}


@media (min-width:768px) and (max-width:992px) {

    .min_CLick {
        display: block;
    }

    .min_nav-out ul li .title a{
        font-size: 16px;
    }

    .min_nav-out ul li .title{
        line-height: 40px;
        padding: 0px 3%;
        box-sizing: border-box;
    }

    .min_nav-out ul li .title .img img{
        height: 11px;
    }

    .min_nav-out ul li .nav_box a{
        font-size: 16px;
        
    }

    body,
    html {
        font-size: 16px !important;
    }

    .nav .out ul {
        display: none;
    }

    .nav .out {
        padding: 0px 3%;
        box-sizing: border-box;
    }

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

    .inner {
        padding: 0px 3%;
        box-sizing: border-box;
    }

    .Products .Tap a {
        margin-right: 40px;
    }

    .inner_Products .img img {
        /*width: 80%;*/
    
    }

    .inner_Products {
        height: auto;
        padding-bottom: 33px;
    }

    .inner_Products .img {
        height: 370px;
    }

    .inner_Products span {
        width: 100%;
        margin-top: 66px;

    }

    .Case .out .swiper-slide {
        width: 60%;
        margin: 0px 50px;
    }

    .Case .out .swiper-slide img {
        height: auto;
    }

    .News .out .left {
        display: none;
    }

    .News .out .right {
        width: 100%;
    }

    .ABOUTUS .out {
        padding: 0px 3%;
        box-sizing: border-box;
    }

    .footer .out {
        padding: 0px 3%;
        padding-top: 68px;
        padding-bottom: 54px;
    }

    .footer .out .right {
        display: none;
    }

    .footer .out_1 .lik_ {
        right: 1%;
    }


    .culture .out .right .box {
        width: 100%;
    }

    .Contact .out .box {
        width: 32%;
    }

    .Contact .out .box p {
        width: 100%;
        font-size: 16px;
    }

}


@media (min-width:992px) and (max-width:1200px) {
    .nav .out {
        padding: 0px 3%;
        box-sizing: border-box;
    }

    .nav .out ul li .titel a {
        padding: 0px 20px;
    }

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

    .inner {
        padding: 0px 3%;
        box-sizing: border-box;
    }

    .inner_Products .img img {
        /*width: 90%;*/
    }

    .Case .out .swiper-slide {
        width: 60%;
        margin: 0px 100px;
    }

    .Case .out .swiper-slide img {
        height: auto;
    }

    .News .out .left {
        width: 33%;
    }

    .News .out .left .txt {
        padding: 70px 30px 0px 30px;
    }

    .News .out .right {
        width: 65%;
    }

    .innerNews .rig {
        padding-right: 30px;
        padding-left: 20px;
    }

    .ABOUTUS .out {
        padding: 0px 3%;
        box-sizing: border-box;
    }

    .footer .out {
        padding-left: 3%;
        padding-right: 3%;
    }

    .footer .out .right {
        width: 60%;
    }

    .footer .out .left {
        width: 35%;
    }

    .footer .out_1 .lik_ {
        right: 2%;
    }

    .culture .out .right {
        width: 100%;
    }
}


@media (min-width:1200px) and (max-width:1630px) {
    .nav .out {
        padding: 0px 3%;
        box-sizing: border-box;
    }

    .nav .out ul li .titel a {
        padding: 0px 35px;
    }

    .inner {
        padding: 0px 3%;
        box-sizing: border-box;
    }

    .News .out .left {
        width: 33%;
    }

    .News .out .right {
        width: 65%;
    }

    .innerNews .rig {
        padding-right: 30px;
    }

    .ABOUTUS .out {
        padding: 0px 3%;
        box-sizing: border-box;
    }

    .footer .out {
        padding-left: 3%;
        padding-right: 3%;
    }

    .footer .out .left {
        width: 35%;
    }

    .footer .out .right {
        width: 63%;
    }

    .culture .out .right {
        width: 100%;
    }
}