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

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

ul,
ol {
    list-style: none;
}



.leader_board {
    position: fixed;
    right: 0px;
    top: 30%;
    width: 90px;
    z-index: 99999;
    border-radius: 4px;
    display: none;
}

.leader_board .box {
    width: 100%;
    height: 60px;
    background: #FFF;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
    margin-top: 6px;
    border-radius: 6px 0px 0px 6px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);

    background: #41e607;
}

.leader_board .Form_Eli{
    background: #eaa103;
}

.leader_board .box img {
    /* width: 100%; */
    height: 100%;
    transform: scale(0.9);
}


.leader_board .box a{
    display: flex;
    height: 100%;
    justify-content: center;
}

.TipsWindown {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;

    display: none;
}

.TipsWindown.all {
    display: flex;
}

.TipsWindown .out {
    width: 500px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 1px #ffffff56;
    padding: 30px 15px;
    box-sizing: border-box;
    position: absolute;
    top: 60px;
}

.TipsWindown .out h5 {
    text-align: center;
    font-size: 36px;
    color: #333;
    font-weight: 500;
    margin-bottom: 20px;
}

.TipsWindown .out p {
    color: #999;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 20px;
}

.TipsWindown .out label {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.TipsWindown .out label input {
    width: 100%;
    height: 45px;
    padding-left: 10px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #999;
    box-sizing: border-box;
}

.TipsWindown .out label textarea {
    padding-left: 10px;
    padding-top: 15px;
    outline: none;
    border: 1px solid #999;
    height: 120px;
}

.TipsWindown .out label span {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
}

.TipsWindown .out label span span {
    color: red;
    font-size: 15px;
}

button {
    width: 100%;
    height: 45px;
    background: #0064C2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #FFF;
    font-size: 18px;
}

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

.Top_nav {
    width: 100%;
    background: #FFF;
}

.Top_nav .out {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Top_nav .out .left {
    display: flex;
    align-items: center;
}

.Top_nav .out .left .box {
    display: flex;
    align-items: center;
    margin-right: 28px;
}

.Top_nav .out .left .box img {
    margin-right: 9px;
}

.Top_nav .out .left .box .xiu_a{
    color: #666666;
    font-size: 14px;
}

.Top_nav .out .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 122px;
}

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

.nav .out {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}

.nav .out .logo {
    width: 184px;
}

.nav .out .logo a {
    display: block;
}

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

.nav .out ul {
    width: 71.385%;
    max-width: 928px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

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

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

.nav .out ul li:hover .title a,
.nav .out ul li.all .title a {
    color: #074883;
}

.nav .out ul li .nav_box {
    width: 200px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -100%;
    padding: 20px 23px;
    box-sizing: border-box;
    display: none;
    z-index: 9999;
}

.nav .out ul li .nav_box a {
    color: #888888;
    font-size: 16px;
    margin-bottom: 26px;
    display: block;
}

.nav .out ul li .nav_box a:last-child {
    margin-bottom: 0px;
}

.nav .out ul li .nav_box a:hover {
    color: #074883;
}

/* banner */

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

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

.banner .banner_swiper .swiper-wrapper {
    transition-timing-function: linear;
}

.banner .banner_swiper .banner_click {
    position: absolute;
    bottom: 27.991218441273325%;
    left: 16.15%;
    width: 147px;
    height: 48px;
    background: #074883;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

.banner .banner_swiper .banner_click img {
    margin-left: 14px;
    height: 10.84px;
    display: block;
}


.banner .banner_swiper .swiper-pagination {
    padding-left: 16.15%;
    text-align: left;
    bottom: 8.342480790340286%;
}

.banner .banner_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(157, 156, 155, 0.68);
    opacity: 1;
}

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

/* inner_title */
.inner_title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inner_title h5 {
    color: #111111;
    font-size: 44px;
    text-transform: uppercase;
}

.inner_title h5 span {
    color: #074883;
}

.inner_title .I_box {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.inner_title i {
    display: block;
    width: 89px;
    height: 2px;
    background: #074883;
}

.inner_title i:last-child {
    width: 2px;
    margin-left: 4px;
}

/* Main products */
.Main_products {
    margin-top: 102px;
}

.Main_products .out .txt {
    width: 733px;
    color: #666666;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 60px;
}

.Main_products .out .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Main_products .out .box .left {
    width: 50%;
    height: 376px;
}

.Main_products .out .box .left img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.Main_products .out .box .right {
    width: 46.231%;
}

.Main_products .out .box .right h5 {
    font-size: 44px;
    color: #111111;
}

.Main_products .out .box .right i {
    width: 143px;
    height: 1px;
    background: #074883;
    margin-top: 51px;
    margin-bottom: 44px;
    display: block;
}

.Main_products .out .box .right p {
    color: #61666B;
    font-size: 18px;
}

.Main_products .out .box {
    margin-bottom: 57px;
}

.Main_products .out .To_box .box:first-child {
    flex-direction: row-reverse;
}

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

/* products */
.products {
    margin-top: 100px;
}

.products .out .Tap_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 57px;
    justify-content: center;
}

.products .out .Tap_box a {
    margin-right: 62px;
    font-size: 24px;
    color: #666666;
}

.products .out .Tap_box a:hover,
.products .out .Tap_box a.all {
    color: #074883;
}

.products .out .Tap_box a:nth-child(6n) {
    margin-right: 0px;
}

.products .out .swiper-slide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.products .out .swiper-slide .box {
    width: 404px;
    margin-right: 44px;
    transition: 0.6s;
    margin-bottom: 46px
}

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

.products .out .swiper-slide .box .img {
    width: 100%;
    height: 272px;
    position: relative;
}

.products .out .swiper-slide .box .img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.products .out .swiper-slide .box .img .ceng {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.49);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    opacity: 0;
}

.products .out .swiper-slide .box .img .ceng span {
    width: 43px;
    height: 43px;
    background: #074883;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products .out .swiper-slide .box .txt {
    width: 100%;
    height: 66px;
    text-align: center;
    line-height: 66px;
    background: #F5F5F5;
    font-size: 20px;
    color: #333333;
    padding: 0px 10px;
        box-sizing: border-box;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    
}

.products .out .swiper-slide .box:hover {
    box-shadow: 0px 0px 12px 3px #F5F5F5;
}

.products .out .swiper-slide .box:hover .ceng {
    opacity: 1;
}

.products .out .swiper-slide .box:hover .txt {
    color: #074883;
}

/* Company_Advantages */

.Company_Advantages {
    overflow: hidden;
}

.Company_Advantages .out {
    display: flex;
    align-items: center;
    transform: translateX(-64px);
    overflow: hidden;

    align-items: center;
}

.Company_Advantages .out .left {
    position: relative;
    width: 647px;
    height: 639px;
}

.Company_Advantages .out .left .IMgaes {
    width: 100%;

}

.Company_Advantages .out .left .pou {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 39px 47px 73px 64px;
    box-sizing: border-box;
    z-index: -1;
}

.Company_Advantages .out .left .pou img {
    width: 100%;
    height: 100%;
        object-fit: cover;
}

.Company_Advantages .out .right {
    width: 50%;
    padding-left: 66px;
    box-sizing: border-box;
}

.Company_Advantages .out .right .box_li {
    display: flex;
    align-items: center;
    margin-bottom: 33px;
}

.Company_Advantages .out .right .box_li .num {
    width: 44px;
    height: 44px;
    color: #FFFF;
    box-shadow: 0px 12px 20px 1px rgba(54, 54, 54, 0.15);
    border-radius: 50%;
    background: #074883;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    margin-right: 32px;
}

.Company_Advantages .out .right .inner_title {
    align-items: flex-start;
}

.Company_Advantages .out .right .txt span {
    font-weight: 600;
    font-size: #333333;
    font-size: 20px;
    margin-bottom: 9px;
}

.Company_Advantages .out .right .txt p {
    color: #666666;
    font-size: 16px;
    width: 474px;
    line-height: 1.5em;
}

.Company_Advantages .out .right .box {
    margin-top: 43px;
}

.butt_click {
    width: 151px;
    height: 48px;
    background: #074883;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 16px;
}

.butt_click img {
    height: 10.84px;
    margin-left: 10px;
    display: block;

}

/* Cases */
.Cases {
    margin-top: 37px;
}

.Cases .out {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    overflow: hidden;
}

.Cases .out .Box {
    width: 49.4%;
}

.Cases .out .D_box {
    width: 642px;
    height: 362px;
    position: relative;
}

.Cases .out .D_box .tu_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.Cases .out .D_box .ceng {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.49);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
}

.Cases .out .D_box:hover .ceng {
    opacity: 1;
    pointer-events: auto;
}

.Cases .out .D_box .ceng h5 {
    color: #FFFFFF;
    font-size: 20px;
    margin-bottom: 24px;
    text-align: center;
}

.Cases .out .D_box .ceng p {
    width: 100%;
    padding: 0px 66px;
    box-sizing: border-box;
    color: #FFF;
    font-size: 18px;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.Cases .out .D_box .ceng .sousuo {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #074883;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 39px;
    bottom: 26px;
}

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

.Cases .out .bou_box .D_box {
    width: 309px;
    margin-top: 20px;
}

.Cases .out .bou_box .D_box .ceng p {
    padding: 0px 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.Cases .out .Box_2 .bou_box .D_box {
    margin-top: 0px;
    margin-bottom: 20px;
}


/* about */
.about {
    margin-top: 101px;
    overflow: hidden;
}

.about .out {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.about .out .left {
    width: 605px;
}

.about .out .left .inner_title {
    align-items: flex-start;
}

.about .out .left p {
    margin-top: 35px;
    color: #61666B;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 34px;
}

.about .out .right {
    width: 599px;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.about .out .right img {
    display: block;
    width: 283px;
    height: 100%;
    object-fit: cover;
}

.about .out .right .box {
    margin-left: 20px;
}

.about .out .right .box img {
    width: 266px;
    height: 169px;
    object-fit: cover;
}

.about .out .right .box img:first-child {
    margin-bottom: 20px;
}

.about .out .right .box i {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 123px;
    height: 151px;
    border-radius: 4px;
    background: #074883;
    z-index: -1;
}

/* information */
.information {
    margin-top: 88px;
}

.information .out {
    margin-top: 50px;

}

.information .out .Services-swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
    padding-bottom: 100px;
}

.information .out .swiper-slide {
    width: 414px;
    margin-right: 29px;
    box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.16);
}

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

.information .out .swiper-slide .img {
    width: 100%;
    height: 247px;
    overflow: hidden;
}

.information .out .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.6s;
}

.information .out .swiper-slide .txt {
    width: 100%;
    height: 94px;
    padding: 0px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.information .out .swiper-slide:hover img {
    transform: scale(1.1);
}

.information .out .swiper-slide:hover .txt {
    color: #074883;
}


/* Contact */
.Contact {
    width: 100%;
    height: 537px;
    background: url(../images/contact_bei.png) no-repeat center;
    background-size: cover;

    overflow: hidden;

}

.Contact .inner {
    display: flex;
    align-items: center;
}

.Contact .out {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.Contact .out .left {
    width: 521px;
}

.Contact .out .left .inner_title {
    align-items: flex-start;
    margin-bottom: 45px;
}

.Contact .out .left .inner_title h5 {
    color: #FFF;
}

.Contact .out .left p {
    color: #FFFFFF;
    opacity: 0.8;
    font-size: 18px;
    line-height: 1.5em;
}

.form_out {
    width: 661px;
}

.form_out button{
    margin-top: 35px;
    background: #074883;
}

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

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

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

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

.form_out .box label {
    height: 139.14px;
    width: 450px;
    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: #FFF;
    font-size: 16px;
}

.form_out .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

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

.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;
}

/* footer */
.footer {
    width: 100%;
    background: #191B1F;
    box-shadow: 0px -1px 6px 1px rgba(0, 0, 0, 0.16);
    padding-top: 88px;
    padding-bottom: 78px;
    box-sizing: border-box;
}

.footer .out {
    display: flex;
}

.footer .out .left {
    margin-right: 152px;
}

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

.footer .out .left .logo a {
    display: block;

}

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

.footer .out .left h5 {
    color: #FFF;
    margin-top: 32px;
    margin-bottom: 37px;
    font-size: 22px;
    text-transform: uppercase;
}

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

.footer .out .left .box img {
    margin-right: 11px;
}

.footer .out .right {
    width: 858px;
}

.footer .out .right ul {
    display: flex;
    justify-content: space-between;
}

.footer .out .right ul li .title {
    color: #FFFFFF;
    font-size: 22px;
    margin-bottom: 40px;
}

.footer .out .right ul li {
    width: 30%;
}

.footer .out .right ul li a {
    display: block;
    color: #DCDCDC;
    font-size: 16px;
    margin-bottom: 34px;

}

.footer .out .right ul li a:last-child {
    margin-bottom: 0px;
}

.footer .out .right ul li a img {
    margin-right: 10px;
    display: none;
}

.footer .out .right ul .box_3 .xiu_a {
    font-size: 14px;
        display: block;
    color: #DCDCDC;

    margin-bottom: 34px;
}

.foooter2 {
    background: #191B1F;
    padding: 20px 0px;
    box-sizing: border-box;
    border-top: 1px solid #7E7E7E;
}

.foooter2 .out {
    width: 100%;
    position: relative;
    text-align: center;
}

.foooter2 span {
    color: #CCCCCC;
    font-size: 14px;

}

.foooter2 a {
    color: #CCCCCC;
    font-size: 14px;
    position: absolute;
    right: 0px;
}


/* environment */
.environment {
    margin-top: 89px;
}

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

.environment .out .swiper-slide {
    width: 49.659%;
    transform: scale(0.7);

}

.environment .out .swiper-slide span {
    display: none;
}

.environment .swiper-slide-active {
    transform: scale(1) !important;
}

.environment .swiper-slide-active span {
    display: block !important;
    text-align: center;
    color: #333333;
    font-size: 24px;
    margin-top: 28px;
}

.environment .out .swiper-slide img {
    width: 100%;
    height: 626px;
    object-fit: cover;
    display: block;
}

.environment .out .swiper-button-prev,
.environment .out .swiper-button-next {
    width: 51.01px;
    height: 51.01px;
    /* border: 3px solid #C49764; */
    box-sizing: border-box;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.16);
}

.environment .out .swiper-button-prev::after,
.environment .out .swiper-button-next::after {
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
}

.environment .out .swiper-button-prev {
    left: 20%;
    top: 44%;
}

.environment .out .swiper-button-next {
    right: 20%;
    top: 44%;
}

.environment .out .swiper-button-prev:hover,
.environment .out .swiper-button-next:hover {
    background: #1A469B;
    color: #FFF;
}

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

.culture {
    margin-top: 82px;
}

.culture .out {
    display: flex;
    justify-content: space-between;
    margin-top: 111px;
    margin-bottom: 100px;
}

.culture .out .box {
    width: 23%;
    height: 232px;
    box-shadow: 0px 3px 12px 1px rgba(54, 54, 54, 0.13);
    background: #FFF;
    padding: 72px 21px 17px 21px;
    box-sizing: border-box;
    color: #333333;
    font-size: 18px;
    text-align: left;
    position: relative;
}

.culture .out .box .txt p {
    line-height: 1.5em;
}

.culture .out .box .top {
    width: 86px;
    height: 86px;
    background: #074883;
    box-shadow: 0px 0px 16px 1px rgba(54, 54, 54, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -43px;
    margin-top: -43px;
}

.culture .out .box .top img{
    width: 40px;
}

.bottonaniu {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    width: 100%;
}

.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: #02397B;
    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 {
    margin-bottom: 101px;
}

/* Cases_list */
.Cases_list {
    margin: 100px 0px;
}

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

.Cases_list .out .box {
    width: 48%;
    margin-bottom: 55px;
}

.Cases_list .out .box .img {
    width: 100%0;
    height: 352px;
    position: relative;
}

.Cases_list .out .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.Cases_list .out .box .img .ceng {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px 56px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.49);
    opacity: 0;
    pointer-events: none;
    transition: 0.7s;
}

.Cases_list .out .box .img .ceng h5 {
    color: #FFF;
    font-size: 20px;
    margin-bottom: 46px;
}

.Cases_list .out .box .img .ceng p {
    color: #FFF;
    font-size: 18px;
}

.Cases_list .out .box .txt {
    text-align: center;
    margin-top: 22px;
    color: #333333;
    font-size: 20px;
}

.Cases_list .out .box:hover .img .ceng {
    pointer-events: auto;
    opacity: 1;
}

.News {
    margin: 100px 0px;
}

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

.News .out .box {
    margin-bottom: 62px;
}

.News .out .box a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.News .out .box .left {
    width: 32.462%;
    height: 246px;
    overflow: hidden;
}

.News .out .box .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.7s;
}

.News .out .box .right {
    width: 63%;
}

.News .out .box .right h5 {
    color: #333333;
    font-size: 24px;
    margin-bottom: 45px;

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

.News .out .box .right p {
    color: #666666;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 29px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}

.News .out .box .right .more {
    display: flex;
    align-items: center;
    color: #C1C1C1;
    font-size: 18px;
}

.News .out .box .right .more img {
    margin-left: 12px;
}

.News .out .box:hover .right h5 {
    color: #1A469B;
}

.News .out .box:hover .right .more {
    color: #1A469B;
}

.News .out .box:hover .right .more img {
    content: url(../images/jian_2.png);
}

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

.Contact_list {
    margin: 100px 0px;
}


#map_container {
    width: 100%;
    height: 510px;
    margin-top: 60px;
    display: none;
}

.Contact_list .out .box_2 {
    margin-top: 92px;
    display: flex;
    justify-content: space-between;
}

.Contact_list .out .box_2 .left {
    width: 427px;
}

.Contact_list .out .box_2 .left .box .T_1 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.Contact_list .out .box_2 .left .box .T_1 span {
    color: #333333;
    font-size: 27px;
    margin-left: 15px;
}

.Contact_list .out .box_2 .left .box p {
    color: #666666;
    font-size: 16px;
    margin-bottom: 17px;
}

.Contact_list .out .box_2 .left .box i {
    width: 133px;
    height: 1px;
    background: #074883;
    display: block;
    margin-bottom: 38px;
}


.Contact_list .form_out label {
    border: 1px solid #074883;
}

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


.Contact_list .form_out .box {
    flex-direction: column;
}

.Contact_list .form_out .box label {
    width: 100% !important;
}

.Contact_list .form_out .box button {
    width: 100%;
    margin-top: 35px;
}


.products_XQ .products_swiper .swiper-slide {
    margin-top: 60px;
}

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

.products_XQ .out .box_1 .left {
    width: 546px;
    height: 368px;
}

.products_XQ .out .box_1 .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.products_XQ .out .box_1 .right {
    width: 677px;
}

.products_XQ .out .box_1 .right h5 {
    color: #333333;
    font-size: 28px;
    margin-bottom: 44px;
}

.products_XQ .out .box_1 .right span {
    color: #333333;
    font-size: 20px;
    margin-bottom: 24px;
    /*display: block;*/
    display: none;
}

.products_XQ .out .box_1 .right p {
    color: #61666B;
    font-size: 18px;
    margin-bottom: 28px;
    
          overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;

    
}

.products_XQ .out .box_2 {
    margin-top: 85px;
}

.products_XQ .out .box_2 .Tap_box2 {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 28px;
}

.products_XQ .out .box_2 .Tap_box2 span {
    color: #666666;
    font-size: 24px;
    display: block;
    margin-right: 99px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.products_XQ .out .box_2 .Tap_box2 span::after {
    width: 0px;
    height: 3px;
    background: #0064C2;
    display: block;
    content: '';
    transform: translateY(27px);
    transition: 0.7s;

}

.products_XQ .out .box_2 .Tap_box2 span:hover:after,
.products_XQ .out .box_2 .Tap_box2 span.all:after {
    width: 169px;
}

    .products_XQ .out .slide{
         display: block !important;
    }

.products_XQ .out .box_2 .txt_box2 {
    position: relative;

    margin-top: 60px;
    margin-bottom: 72px;

}

.products_XQ .out .box_2 .txt_box2 .slide {
    /*position: absolute;*/
    /*top: 0px;*/
    /*left: 0px;*/
    /*display: none;*/
    width: 100%;
}

.products_XQ .out .box_2 .txt_box2 .slide hr{
    margin: 10px 0px;
}

.products_XQ .out .box_2 .txt_box2 .slide.all {
    display: block;
}



.products_XQ .out .box_2 .txt_box2 .slide p {
    color: #61666B;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.5em;
}

.products_XQ .out .box_2 .txt_box2 .slide p img{
    width:auto !important;
    max-width: 100% !important;
    height: auto !important;
}



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

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

.Knowledge-list .titel {
    text-align: left;
    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%;
}

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


.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: #1A469B;
}

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


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

.min_CLick i {
    width: 100%;
    background: #000;
    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 {
    background: #FFF;
    width: 100%;
    position: absolute;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    padding: 30px 20px;
    box-sizing: border-box;
    display: none;
}

.min_nav ul li {
    margin-bottom: 20px;
}

.min_nav ul li .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.min_nav ul li .title a{
    width: 95%;
}

.min_nav ul li .nav_box {
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
    display: none;

}

.min_nav ul li .nav_box a {
    margin-bottom: 15px;
    display: block;
}

.min_nav ul li .nav_box a:last-child {
    margin-bottom: 0px;
}

.min_nav ul li .title img {
    transition: 0.6s;
}

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

.Hoad{
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
    margin-top: 50px;
}

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

.Hoad .out h6{
    text-align: center;
    /*width: 35%;*/
    font-size: 22px !important;
    /*margin-top: -49px;*/
    text-shadow:none !important;
    margin-top: 20px;
    margin-bottom: 15px;
}
.Hoad .out img{
    width: 120px;
}

.Hoad .out a{
    margin-top: 30px;
    color: #074883;
    display: block;
    font-size: 13px;
}

.footer .out .right ul .box_3 .xiu_a img{
    display: none;
}

/* 响应 */
@media (max-width:992px) {
    
    .leader_board{
        display: none;
    }
    
    .Hoad{
        height: 4rem;
    }
    .Hoad .out span{
        font-size: 0.16rem;
    }
    
    .Hoad .out img{
        width: 1.2rem;
    }
    
    .bottonaniu{
        margin-top: 0.5rem;
    }
    
    .pagination{
        margin: 0.2rem 0px !important;
    }

    .Hoad .out h6{
        font-size: 0.22rem !important;
        margin-top: 0.2rem;
        margin-bottom: 0.1rem;
    }
    
    .Hoad .out a{
        margin-top: 0.3rem;
    }

    .min_CLick {
        display: block;
    }

    .nav .out ul {
        display: none;
    }

    .Top_nav .out {
        height: 0.5rem;
        padding: 0px 0.3rem;
        box-sizing: border-box;
    }

    .Top_nav .out .left .box img {
        height: 0.18rem;
        margin-right: 0.09rem;
    }

    .Top_nav .out .left .box .xiu_a{
        font-size: 0.14rem;
         white-space: nowrap;
    }

    .Top_nav .out .left .box {
        margin-right: 0.28rem;
    }

    .Top_nav .out .right {
        width: 1.22rem;
    }

    .Top_nav .out .right a img {
        height: 0.2rem;
    }

    .nav .out {
        height: 0.9rem;
        padding: 0px 0.3rem;
        box-sizing: border-box;
    }

    .nav .out .logo {
        width: 1.84rem;
    }

    .banner .banner_swiper .banner_click {
        width: 1.47rem;
        height: 0.48rem;
        font-size: 0.16rem;
        bottom: 21.991218%;
    }

    .banner .banner_swiper .swiper-pagination {
        display: flex;
        bottom: 4.342481%;
    }

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

    .banner .banner_swiper .banner_click img {
        margin-left: 0.14rem;
        height: 0.1rem;
    }

    .Main_products {
        margin-top: 1.02rem;
    }

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

    .inner_title i {
        width: 0.83rem;
        height: 0.02rem;
    }

    .Main_products .out .txt {
        width: 7.33rem;
        font-size: 0.2rem;
        margin-top: 0.4rem;
        margin-bottom: 0.6rem;
    }

    .inner_title .I_box {
        margin-top: 0.24rem;
    }

    .Main_products .out .box .right h5 {
        font-size: 0.36rem;
    }

    .Main_products .out .box .right i {
        width: 1.43rem;
        height: 0.01rem;
        margin-top: 0.51rem;
        margin-bottom: 0.44rem;
    }

    .Main_products .out .box .right p {
        font-size: 0.18rem;
    }

    .Main_products .out .box .left {
        height: 3.76rem;
    }

    .Main_products .out .box {
        margin-bottom: 0.57rem;
    }

    .Main_products .out .To_box {
        padding: 0px 0.3rem;
        box-sizing: border-box;
    }

    .products {
        margin-top: 1rem;
    }

    .products .out .Tap_box {
        margin-top: 0.40rem;
        margin-bottom: 0.57rem;
        padding: 0px 0.3rem;
        box-sizing: border-box;
        justify-content: space-between;
        
    }

    .products .out .Tap_box a {
        font-size: 0.20rem;
        margin-right: 0rem;
        width: 48%;
        border: 1px solid;
        display: flex;
        text-align: center;
        height: 0.5rem;
        justify-content: center;
        align-items: center;
        margin-bottom: 0.2rem;
    }

    .products .out .swiper-slide {
        justify-content: space-between;
        padding: 0px 0.3rem;
        box-sizing: border-box;
        
    }
    


    .products .out .swiper-slide .box {
        width: 48%;
        margin-right: 0px;
        transition: 0.6s;
        margin-bottom: 0.46rem;
    }

    .products .out .swiper-slide .box .img {
        height: 2.72rem;
    }

    .products .out .swiper-slide .box .txt {
        height: 0.66rem;
        font-size: 0.2rem;
        line-height: 0.66rem;
    }

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

    .Company_Advantages .out {
        transform: translateX(0px);
    }

    .Company_Advantages .out .left {
        width: 100%;
        height: auto;
    }

    .Company_Advantages .out .left .pou {
        padding: 0.39rem 0.47rem 0.73rem 0.64rem;
    }

    .Company_Advantages .out .left .pou img {
        width: 100%;
        height: 100%;
    }

    .Company_Advantages .out .right {
        width: 100%;
        padding-left: 0px;
        padding: 0px 0.3rem;
        box-sizing: border-box;
    }

    .Company_Advantages .out .right .box {
        margin-top: 0.43rem;
    }

    .Company_Advantages .out .right .box_li {
        margin-bottom: 0.33rem;
    }

    .Company_Advantages .out .right .box_li .num {
        width: 0.44rem;
        height: 0.44rem;
        font-size: 0.27rem;
        margin-right: 0.32rem;
    }

    .Company_Advantages .out .right .txt span {
        font-size: 0.2rem;
        margin-bottom: 0.09rem;
    }

    .Company_Advantages .out .right .txt p {
        font-size: 0.16rem;
        width: 100%;
    }

    .Company_Advantages .out .right .txt {
        display: flex;
        flex-direction: column;
    }

    .butt_click {
        width: 1.51rem;
        height: 0.48rem;
        font-size: 0.16rem;
    }

    .butt_click img {
        height: 0.10rem;
        margin-left: 0.1rem;
    }

    .Cases .out {
        margin-top: 0.40rem;
        flex-direction: column;
        padding: 0px 0.3rem;
    }

    .Cases .out .Box {
        width: 100%;
    }

    .Cases .out .D_box {
        width: 100%;
        height: 3.62rem;
    }

    .Cases .out .D_box .ceng h5 {
        font-size: 0.2rem;
        margin-bottom: 0.24rem;
    }

    .Cases .out .D_box .ceng p {
        width: 100%;
        padding: 0px 0.66rem;
        font-size: 0.18rem;
    }

    .Cases .out .D_box .ceng .sousuo {
        width: 0.43rem;
        height: 0.43rem;
        right: 0.39rem;
        bottom: 0.26rem;
    }

    .Cases .out .bou_box a {
        width: 48%;
    }

    .Cases .out .bou_box .D_box {
        margin-top: 0.2rem;
    }

    .Cases .out .bou_box .D_box {
        width: 100%;
    }

    .Cases .out .Box_2 .bou_box .D_box {
        margin-bottom: 0.2rem;
    }

    .Cases .out .Box_2 {
        margin-top: 0.3rem;
    }

    .about {
        margin-top: 1.01rem;
    }

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

    .about .out .left {
        width: 100%;
        padding: 0px 0.3rem;
        box-sizing: border-box;
    }

    .about .out .left p {
        margin-top: 0.35rem;
        font-size: 0.18rem;
        letter-spacing: 0.01rem;
        margin-bottom: 0.34rem;
    }
    
    .about .out .left p span{
        font-size: 0.18rem !important;
    }

    .information {
        margin-top: 0.88rem;
    }

    .information .out .swiper-slide {
        width: 4.14rem;
    }

    .information .out .swiper-slide .img {
        height: 2.47rem;
    }

    .information .out .swiper-slide .txt {
        height: 0.94rem;
        padding: 0px 0.20rem;
        font-size: 0.16rem;
    }

    .information .out {
        margin-top: 0.5rem
    }

    .information .out .Services-swiper .swiper-wrapper {
        padding-bottom: 1rem;
    }

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

    .Contact .out .left {
        width: 100%;
    }

    .Contact .out .left .inner_title {
        margin-bottom: 0;
    }

    .Contact {
        height: auto;
        padding: 0.5rem 0.3rem;
        box-sizing: border-box;
    }

    .Contact .out .left p {
        font-size: 0.16rem;
    }

    .form_out {
        width: 100%;
    }

    .form_out label {
        height: 0.5185rem;
        margin-top: 0.24rem;
        border: 0.01rem solid #FFFFFF;
    }

    .form_out label input {
        font-size: 0.16rem;
    }

    .form_out label img {
        margin-left: 0.18rem;
        margin-right: 0.1rem;
    }

    .form_out .box label {
        height: 1.3914rem;
        width: 4.50rem;
    }

    .form_out .box button {
        width: 1.44rem;
        height: 0.46rem;
        font-size: 0.16rem;
    }

    .footer {
        padding-top: 0px;
        padding-bottom: 0px;
        padding: 0.4rem 0.3rem;
    }

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

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

    .footer .out .right ul .box_3{
        display: block;
        width: 100%;
    }

    .footer .out .right ul li .title{
        margin-bottom: 0.4rem;
        font-size: 0.22rem;
    }

    .footer .out .right ul .box_3 .xiu_a{
        margin-bottom: 0.34rem;
        font-size: 0.14rem;
        white-space: nowrap;
    }
    
    img[alt] { font-size: 0.16rem; }
    
    .footer .out .right ul .box_3 .xiu_a img{
        width: 0.15rem;
        margin-right: 0.1rem;
    }

    .footer .out .right ul li a img{
        margin-right: 0.1rem;
        width: 0.15rem;
    }

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

    .footer .out .left h5 {
        color: #FFF;
        margin-top: 0.32rem;
        margin-bottom: 0.376rem;
        font-size: 0.22rem;
    }

    .footer .out .left {
        margin-right: 0px;
        width: 100%;
    }

    .footer .out .left .box img {
        margin-right: 0.11rem;
        width: 0.32rem;
    }

    .foooter2 {
        padding: 0.20rem 0px;
    }

    .foooter2 span {
        font-size: 0.14rem;
    }

    .foooter2 a {
        font-size: 0.14rem;
        position: relative;
    }

    .foooter2 .out {
        display: flex;
        align-items: center;
        padding: 0px 0.3rem;
        box-sizing: border-box;
        justify-content: space-between;
    }

    .form_out .box label textarea {
        font-size: 0.14rem;
    }

    .form_out label img {
        width: 0.15rem;
    }

    .environment {
        margin-top: 0.89rem;
    }

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

    .environment .out .swiper-slide {
        width: 100%;
    }

    .environment .out .swiper-slide img {
        height: 6.26rem;
    }

    .environment .out .swiper-button-next {
        right: 10%;
    }

    .environment .out .swiper-button-prev {
        left: 10%;
    }

    .environment .swiper-slide-active span {
        font-size: 0.24rem;
        margin-top: 0.28rem;
    }

    .culture {
        margin-top: 0.82rem;
    }

    .culture .out {
        margin-top: 1.11rem;
        margin-bottom: 0px;
        flex-wrap: wrap;
    }

    .culture .out .box {
        width: 3.54rem;
        height: 2rem;
        padding: 0.72rem 0.21rem 0.17rem 0.21rem;
        margin-bottom: 1rem;
    }

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

    .culture .out .box .top {
        width: 0.86rem;
        height: 0.86rem;
        margin-left: -0.43rem;
        margin-top: -0.43rem;
    }

    .culture .out .box .top img {
        width: 0.4rem;
    }


    .products_XQ .out .box_1 {
        margin-top: 0.6rem;
        flex-direction: column;
        padding: 0px 20px;
        box-sizing: border-box;
    }

    .products_XQ .out .box_1 .left {
        width: 100%;
        height: auto;
    }

    .products_XQ .out .box_1 .right {
        width: 100%;
        margin-top: 0.3rem;
    }

    .products_XQ .out .box_1 .right h5 {
        margin-bottom: 0.44px;
        font-size: 0.28rem;
    }

    .products_XQ .out .box_1 .right span {
        font-size: 0.2rem;
        margin-bottom: 0.24rem;
    }

    .products_XQ .out .box_1 .right p {
        font-size: 0.18rem;
        margin-bottom: 0.28rem;
    }

    .products_XQ .out .box_2 {
        margin-top: 0.82rem;
        padding: 0px 20px;
        box-sizing: border-box;
    }

    .products_XQ .out .box_2 .Tap_box2 {
        padding-bottom: 0.28rem;
    }

    .products_XQ .out .box_2 .Tap_box2 span {
        font-size: 0.24rem;
        margin-right: 0.99rem;
    }

    .products_XQ .out .box_2 .Tap_box2 span:hover:after,
    .products_XQ .out .box_2 .Tap_box2 span.all:after {
        width: 1.69rem;
        transform: translateY(0.27rem);
    }

    .products_XQ .out .box_2 .txt_box2 .slide p {
        font-size: 0.18rem;
    }

    .products_XQ .out .box_2 .txt_box2 {
        position: relative;
        margin-top: 0.6rem;
        margin-bottom: 0.72rem;
    }

    .products_XQ .products_swiper .swiper-slide {
        margin-top: 0.6rem;
    }


    .Cases_list {
        margin: 1rem 0px;
    }

    .Cases_list .out {
        margin-top: 0.65rem;
    }

    .Cases_list .out .box {
        width: 100%;
    }

    .Cases_list .out .box .img .ceng h5 {
        font-size: 0.2rem;
        margin-bottom: 0.46rem;
    }

    .Cases_list .out .box .img .ceng p {
        font-size: 0.18rem;
    }

    .Cases_list .out .box {
        margin-bottom: 0.55rem;
    }

    .Cases_list .out .box .img {
        height: 3.52rem;
    }

    .Cases_list .out .box .txt {
        margin-top: 0.22rem;
        font-size: 0.2rem;
    }

    .Cases_list .out .box .img .ceng {
        padding: 0px 0.56rem;
    }

    .News {
        margin: 1rem 0px;
    }

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

    .News .out .box {
        margin-bottom: 0.62rem;
    }

    .News .out .box .left {
        height: 2.46rem;
        display: none;
    }

    .News .out .box .right {
        width: 100%;
        padding: 0px 0.2rem;
        box-sizing: border-box;
    }

    .News .out .box .right h5 {
        font-size: 0.24rem;
        margin-bottom: 0.15rem;
    }

    .News .out .box .right p {
        font-size: 0.18rem;
        margin-bottom: 0.29rem;
    }

    .News .out .box .right .more {
        font-size: 0.18rem;
    }

    .News .out .box .right .more img {
        margin-left: 0.12rem;
        width: 0.23rem;
    }


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

    .Knowledge-list .titel {
        margin-top: 0.7rem;
    }

    .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.43rem 0.73rem 0.73rem 0.73rem;
        font-size: 0.16rem;
    }

    .butt_box {
        padding-left: 0.77rem;
        margin-top: 0.61rem;
    }

    .butt_box .right {
        width: 1.61rem;
        height: 0.36rem;
        border-radius: 0.05rem;
        font-size: 0.16rem;

    }

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

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

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

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

    .bottonaniu .a-1 {
        width: 0.49rem;
        height: 0.41rem;
    }

    .Contact_list {
        margin: 1rem 0px;
    }

    #map_container {
        width: 100%;
        height: 5.10rem;
        margin-top: 0.6rem;
    }

    .Contact_list .out .box_2 {
        margin-top: 0.92rem;
        flex-direction: column;
        padding: 0px 0.2rem;
        box-sizing: border-box;
    }

    .Contact_list .out .box_2 .left {
        width: 100%;
    }

    .Contact_list .out .box_2 .left .box .T_1 {
        margin-bottom: 0.31rem;
    }

    .Contact_list .out .box_2 .left .box .T_1 img {
        width: 0.54rem;
    }

    .Contact_list .out .box_2 .left .box .T_1 span {
        font-size: 0.27rem;
        margin-left: 0.15rem;
    }

    .Contact_list .out .box_2 .left .box p {
        font-size: 0.25rem;
        margin-bottom: 0.37rem;
    }

    .Contact_list .out .box_2 .left .box i {
        width: 1.33rem;
        height: 0.01rem;
        margin-bottom: 0.38rem;
    }

    .Contact_list .form_out .box button {
        margin-top: 0.35rem;
    }


    .TipsWindown .out {
        width: 5rem;
        border-radius: 0.05rem;
        padding: 0.3rem 0.15rem;
    }

    .TipsWindown .out h5 {
        font-size: 0.36rem;
        margin-bottom: 0.2rem;
    }

    .TipsWindown .out p {
        font-size: 0.16rem;
        letter-spacing: 0.01rem;
        margin-bottom: 0.2rem;
    }

    .TipsWindown .out label span{
        font-size: 0.2rem;
        margin-bottom: 0.1rem;
    }

    .TipsWindown .out label input{
        width: 100%;
        height: 0.45rem;
        padding-left: 0.1rem;
        font-size: 0.16rem;
    }

    .TipsWindown .out label{
        margin-bottom: 0.16rem;
    }

    .TipsWindown .out label textarea {
        padding-left: 0.1rem;
        padding-top: 0.15rem;
        height: 1.20rem;
        font-size: 0.16rem;
    }

    button {
        height: 0.45rem;
        font-size: 0.18rem;
        margin-top: 0.3rem;
    }

    .leader_board{
        width: 1.2rem;
        /* border-radius: 0.04rem; */
    }

    .leader_board .box{
        height: 0.9rem;
        margin-top: 0.1rem;
    }

    /* .leader_board .box a{
        display: flex;
    } */

}


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

    
    .environment .out .swiper-slide {
        width: 49.659%;
    }

    .environment .out .swiper-slide img {
        height: 2.26rem;
    }

    .products_XQ .out .box_1 {
        flex-direction: row;
    }

    .products_XQ .out .box_1 .left {
        width: 45%;
    }

    .products_XQ .out .box_1 .right {
        width: 52%;
    }





}


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



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

    .Top_nav .out {
        padding: 0px 20px;
        box-sizing: border-box;
    }

    .nav .out .logo {
        width: 154px;
    }

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

    .Main_products {
        margin-top: 60px;
        padding: 0px 20px;
        box-sizing: border-box;
    }

    .Main_products .out .box .right h5 {
        font-size: 33px;
    }

    .products .out .Tap_box a {
        font-size: 18px;
        margin-right: 30px;
    }

    .products .out .Tap_box {
        justify-content: center;
    }

    .products .out .swiper-slide .box {
        width: 32%;
        margin-right: 2%;
    }

    .products .out .swiper-slide {
        padding: 0px 20px;
        box-sizing: border-box;
    }


    .Company_Advantages .out {
        justify-content: space-between;
        transform: translateX(0px);
    }

    .Company_Advantages .out .left {
        height: auto;
        width: 48%;
    }

    .Company_Advantages .out .right {
        padding-left: 0px;
        margin-top: -45px;
    }

    .Company_Advantages .inner_title h5 {
        font-size: 30px;
    }

    .Company_Advantages .out .right .box {
        margin-top: 20px;
    }

    .Company_Advantages .out .right .box_li {
        margin-bottom: 18px;
    }

    .Company_Advantages .out .right .txt span {
        font-size: 18px;
    }

    .Company_Advantages .out .right .txt p {
        width: 97%;
        font-size: 14px;
    }

    .butt_click {
        width: 100px;
        height: 35px;
        font-size: 13px;
    }


    .Cases .out .D_box {
        width: 100%;
    }

    .Cases .out .bou_box a {
        width: 48%;
    }

    .Cases .out .bou_box a .D_box {
        width: 100%;
    }

    .about .out .left {
        width: 48%;
    }

    .about .out .right {
        width: 48%;
    }

    .about .out {
        padding: 0px 20px;
        box-sizing: border-box;
    }

    .about .out .left p {
        font-size: 16px;
    }

    .Contact .out .left {
        width: 43%;
    }

    .form_out {
        width: 50%;
    }

    .Contact .out {
        padding: 0px 20px;
        box-sizing: border-box;
    }

    .form_out .box label {
        width: 65%;
    }

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

    .footer .out .left {
        margin-right: 10%;
    }

    .footer .out {
        justify-content: space-between;
        padding: 0px 20px;
        box-sizing: border-box;
    }


    .culture .out .box {
        width: 24%;
        height: 186px;
    }

    .culture .out .box .txt p {
        font-size: 16px;

    }

    .products_XQ .out .box_1 .left {
        width: 45%;
    }

    .products_XQ .out .box_1 .right {
        width: 52%;
    }


    .Contact_list .out .box_2 {
        padding: 0px 20px;
        box-sizing: border-box;
    }
}