* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.banner .swiper-pagination-bullet {
    width: 25px;
    height: 8px;
    background: #fff;
    border-radius: 40px;
}

.banner .swiper-pagination-bullet-active {
    background: red;
}

.head {
    width: 100%;
    height: 142px;
    background: url(../images/hbg.png) center no-repeat;
}

.heads {
    max-width: 1920px;
    margin: auto;
}



.tel {
    float: right;
    font-size: 16px;
    color: #fff;
}

.tel span {
    font-size: 20px;
}

.tel img {
    margin-right: 10px;
    margin-top: -4px;
}

.search {
    float: right;
    margin-right: 40px;
    position: relative;
    height: 38px;
}

.search input[type=text] {
    border-radius: 30px;
    border: none;
    background: #fff;
    outline: none;
    height: 38px;
    padding-left: 13px;
    font-size: 12px;
    color: #626262;
    width: 415px;
}

.search input[type=submit] {
    width: 20px;
    height: 20px;
    background: url(../images/search.png) center no-repeat;
    border: none;
    outline: none;
    position: absolute;
    right: 10px;
    top: 9px;
}

.language {
    float: right;
    margin-right: 50px;
}

.language select {
    padding-left: 40px;
    font-size: 16px;
    color: #a4a4a4;
    border-radius: 30px;
    border: none;
    background: #fff url(../images/xx_yy.png) left 10px center no-repeat;
    outline: none;
    height: 38px;
    width: 235px;
    appearance: none;
}

.head_bot {
    width: 100%;
    height: 142px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.logo {
    width: 22%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}

.logo img {
    width: 129px;
    height: 69px;
}
.title_name{
    display: flex;
    flex-direction: column;
}
.sp1{
    /* text-decoration: underline; */
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 3px;
    white-space: nowrap;
}
.sp3{
    border-bottom: 2px solid #fff; /* 设置边框样式 */
    padding-bottom: 5px; /* 设置边框与文本底部的间距 */
    /* display: inline-block; */
    white-space: nowrap;
}
.sp2{
    color: #fff;
    font-size: 12px;
    letter-spacing: 5px;
    margin-top: 5px;
}

.nav {
    width: 70%;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    height: 90px;
    line-height: 90px;
    position: relative;
    width: 12.5%;
    text-align: center;
}

.nav ul li a {
    font-size: 18px;
    color: #fff;
    display: block;
}

/* .nav ul li:hover {
    background: url(../images/navbg.png) center bottom 15px no-repeat;
    background-size: contain;
} */

.nav ul li:hover a {
    color: #1e69ac;
}

.last{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.last a{
    padding: 0 5px;
}



.product {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f5f5f5;
    padding-bottom: 40px;
}

.title {
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: 700;
    margin-top: 40px;
}

.title2{
    font-size: 14px;
    letter-spacing: 3px;
    margin-top: 10px;
    white-space: nowrap;
    text-align: center;
    word-wrap: break-word;
}
.titleWarp{
    font-size: 14px;
    letter-spacing: 3px;
    margin-top: 10px;
    text-align: center;
    word-wrap: break-word;
}
.products {
    width: 80%;
    margin-top: 35px;
    background-color: #f5f5f5;
}
.proswiper{
    position: relative;
    width: 100%;
}

.proswiper img {
    width: 100%;
}

.proswiper p {
    width: 100%;
    left: 0;
    line-height: 42px;
    background: #ffffff;
    text-align: center;
    font-size: 20px;
    color: #000;
}


/* .swiper-pagination {
} */

.proswiper .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    opacity: 1;
    background: #000;
    margin-bottom: -0.5;
}

.proswiper .swiper-pagination-bullet-active {
    width: 25px;
    height: 25px;
    border-radius: 40px;
    opacity: 1;
    background: red;
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: 0px !important;
}

.caselist{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
}

.list{
    width: 80%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    margin: 3% 0;
}
.lpro{
    display: none;
    width: 100%;
}
.bot{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.bot img{
    width: 100px;
    height: auto;
}
.bot p{
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}

.gong{
    width: 100%;
    margin-top: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.case-wrapper {
    width: 100%;
}
.case-wrapper .swiper-slide a{
    width: 100%;
}
.case-wrapper .swiper-slide a img {
    
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.case-wrapper .swiper-slide {
    width: 100%;
}
.flexClountCenter{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tdlist{
    width: 80%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin: 50px 0 30px 0;
}
.tdlist div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tdlist div img{
    width: 71px;
    height: auto;
}
.tdlist>div>p:nth-child(2) {
    font-size: 110%;
    font-weight: 500;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
    margin-top: 30px;
}

.tdlist>div>p:nth-child(3) {
    font-size: 100%;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
    margin-top: 30px;
}

.tdlist>div>p:nth-child(4) {
    font-size: 100%;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
    margin-top: 20px;
}

.range{
    display: flex;
    justify-content: center;
    margin-top: 3%;
    width: 80%;
}
.range .ran{
    position: relative;
    padding: 0 5px;
}
.range .ran img{
    width: 100%;
}
.range .ran .rge{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.range .ran .rge p{
    font-size: 22px;
    color: #fff;
}
.range .ran .rge img{
    width: 35%;
    margin-top: 10%;
}

.section{
    margin-top: 50px;
}
.partner {
    max-width: 1400px;
    margin: 30px auto 0;
}

.paritem {
    font-size: 0;
    text-align: center;
  //  margin-top: -50px;
}

.paritem:first-child {
    margin-top: 0;
}

.paritem a {
    display: inline-block;
    width: 16%;
    position: relative;
    margin: 0 calc(4% / 12);
}

.parbg img {
    width: 100%;
}

.parcontainer {
    width: 100%;
    text-align: center;
}

.parcontainer img {
    width: 100%;
}



.certificate {
    max-width: 1605px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 40px;
}

.qualification-swiper {
    width: 100%;
    /* height: 573px; */
    margin-top: 40px;
}

.honors {
    display: none;
}

#certify .swiper-slide {
    width: 28%;
    /* width: 421px; */
}

#certify .swiper-slide img {
    width: 100%;
    height: 100%;
}

.honor_container .swiper-button-prev {
    position: static;
    display: inline-block;
    margin-right: 40px;
    margin-top: 40px;
    width: 45px;
    height: 45px;
    background-image: url(../images/left.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.honor_container .swiper-button-next {
    position: static;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-top: 40px;
    background-image: url(../images/right.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.honor_container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
}

.qualification-title .active {
    background-color: #e67817;
}

.qualification-swiper .active {
    display: block;
}


.study {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.studys {
    width: 100%;
    overflow: hidden;
    margin-top: 35px;
}

.studyswiper img {
    width: 100%;
}

.handle{
    width: 100%;
    position: relative;
    margin-top: 4%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.handle img{
    width: 100%;
    height: auto;
    float: left;
}
.handle .lesson{
    width: 100%;
    position: absolute;
    top: 5%;
    left: 0;
    display: flex;
    justify-content: space-around;
}
.draft{
    /* width: 20%; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.draft p span:nth-child(1){
    font-size: 69px;
    font-weight: 600;
    color: red;
}
.draft p span:nth-child(2){
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
.draft div{
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}
@keyframes counter-animation {
    0% {
        --counter: 1;
    }

    100% {
        --counter: 100;
    }
}

.counter {
    animation: counter-animation 2s infinite;
    font-size: 24px;
    font-weight: bold;
}

/* 使用自定义属性显示数字 */
.counter::after {
    content: '--' var(--counter);
}

.synopsis{
    /* position: absolute;
    left: 50%;
    top: -100%;
    transform: translate(-50%,-20%); */
    float: left;
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 2px -5px 5px 3px #f5f5f5 inset;
    border-radius: 20px;
    padding: 20px;
    margin-top: -10%;
}
.synopsis .bot{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 40px;
}
.synopsis .bot div{
    /* width: 50%; */
}
.synopsis .bot img{
    width: 50%;
    height: auto;
    margin-top: 5px;
}
.bottext{
    text-align: left;
    font-size: 16px;
    line-height: 2.364;
}
  
.lookmore{
    width: 214px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
    background-color: red;
    text-align: center;
    margin-top: 10px;
}
.lookmore a{
    font-size: 22px;
    color: #fff;
}
.standard{
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2%;
}
.standard .bot{
    width: 32%;
    display: flex;
    flex-direction: column;
    border: 1px solid #b5b5b5;
}
.standard .bot img{
    width: 100%;
}
.standard .bot span{
    text-align: left;
    font-size: 14px;
    color: #000;
    padding: 15px 10px;
}
.andard{
    padding: 15px 0;
    border-top: 1px solid #b5b5b5;
}
.andard .tit{
    font-size: 16px;
    text-align: left;
    transform: scale(0.875);
    font-family: "Microsoft YaHei";
    color: rgb(111, 111, 111);
    line-height: 1.938;
}
.andard div {
    text-align: right;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(111, 111, 111);
    line-height: 1.938;
    padding-right: 10px;
  }
  
.foot {
    width: 100%;
    overflow: hidden;
    background-color: #222222;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.foots {
    width: 85%;
    display: flex;
    justify-content: space-around;
}
.fcontact{
    width: 36%;
    display: flex;
}

.title_name2{
    display: flex;
    flex-direction: column;
}
.sq1{
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 3px;
    white-space: nowrap;
}
.sq3{
    width: 90%;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px; 
    white-space: nowrap;
}
.sq2{
    color: #fff;
    font-size: 12px;
    letter-spacing: 5px;
    margin-top: 5px;
}
.copy {
    width: 100%;
    margin-top: 45px;
    line-height: 75px;
    border-top: 1px solid #fff;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.copy a {
    font-size: 14px;
    color: #fff;
    margin: 0 10px;
}

/* .fcontact {
    float: left;
} */


.fnav {
    width: 30%;
}



.flist a {
    display: flex;
    font-size: 12px;
    color: #fff;
    margin-top: 13px;
}
.flist a img{
    width: 25px;
    height: auto;
    margin-right: 10px;
}

.flist a div:nth-child(2){
    letter-spacing: 5px;
}
.flist a div:nth-child(3){
    letter-spacing: 2px;
}

.saoma {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sm {
    text-align: center;
    margin: 5px 20px;
}

.sm p {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}
.gonggaos{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ggtitle{
    width: 100%;
    padding: 10px 0;
    display: flex;
    align-items: baseline;
    justify-content: start;
    background-color: #ffffff;
    padding-left: 10%;
}
.ggtitle img {
    width: 20px;
    height: 20px;
}
.gong_bot{
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.gong_bot .left{
    width: 48%;
    background-color: #ffffff;
}
.gong_bot .left img{
    width: 100%;
    height: auto;
}
.gong_text{
    width: 100%;
    padding: 10px 15px;
}
.gong_text .p1 {
    width: 100%;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
}

.gong_text .p2 {
    width: 100%;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    text-transform: uppercase;
    line-height: 2.5;
}
.gong_botm{
    width: 100%;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #d0d0d0;
}
.gong_botm .right {
    width: 98px;
    height: 34px;
    line-height: 34px;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
    background-color: rgb(235, 235, 235);
    box-shadow: 0px 2px 0.98px 0.02px rgba(0, 0, 0, 0.07);
}
.newlist{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.new_bot{
    position: relative;
    padding: 20px;
    width: 80%;
    border-radius: 20px;
    background-color: #ffffff;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: start;
    margin-top: 20px;
}
.new_bot .rightt{
    width: 90%;
}
.new_bot .rightt .tilts {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.556;
}
.new_bot .rightt .texts {
    font-size: 14px;
    text-align: left;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    text-transform: uppercase;
    line-height: 2.5;
    margin-top: 10px;
}

.new_bot .rightt .btm {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.new_bot .rightt .btm .bottoms{
    width: 98px;
    height: 34px;
    line-height: 34px;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
    background-color: rgb(235, 235, 235);
    box-shadow: 0px 2px 0.98px 0.02px rgba(0, 0, 0, 0.07);
}
.new_bot .left{
    width: 10%;
    display: flex;
    align-items: last baseline;
}

.fvideo {
    float: right;
    width: 32.6%;
}

.fvideo video {
    width: 100%;
}

.inabout {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.inabout .ct {
    width: 70%;
    display: flex;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 20px 30px 20px;
}

.inabout .ct div {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
    line-height: 2.364;
}

.inabout .ct img {
    width: 50%;
    height: auto;
}
.corporate {
    width: 100%;
    position: relative;
    /* background-image: url(./images/about_bg.png) cover; */
}
.corporate img{
    position: relative;
    width: 100%;
    height: auto;
}
.cor_title{
    position: absolute;
    left: 50%;
    top: 15%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cor_title span:nth-child(1) {
    font-size: 40px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    line-height: 0.7;
  }
  
.cor_title span:nth-child(2) {
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.167;
    margin-top: 10px;
  }
.cor_img{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.cor_bot img{
    width: 40%;
    height: auto;
    transition: transform 0.3s ease;
}
.cor_bot img:hover {
    transform: scale(1.1);
  }
.cor_bot{
    width: 30%;
    text-align: center;
}
.cor_bot p:nth-child(2) {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 2.32;
    margin-top: 30px;
}

.cor_bot p:nth-child(3) {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.8;
}

.cor_bot p:nth-child(4) {
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 2;
}
.abnav {
    text-align: center;
    margin-top: 35px;
}

.abnav a {
    display: inline-block;
    margin: 0 60px;
}

.abnav_title {
    font-size: 26px;
    color: #7a7a7a;
}

.inabpic {
    max-width: 1595px;
    margin: 35px auto 0;
}

.inabpic img {
    width: 100%;
}

.inabouts {
    position: relative;
    background: #fff;
    border-radius: 30px;
    max-width: 1430px;
    margin: -300px auto 0;
    padding: 45px;
    -webkit-box-shadow: #b8b8b8 0px 0px 20px;
    -moz-box-shadow: #b8b8b8 0px 0px 20px;
    box-shadow: #b8b8b8 0px 0px 20px;
}

.inabouts .shuju {
    background: none;
    padding-top: 0;
    height: auto;
}

.inabouts .shuju .sj_top,
.inabouts .shuju .sj_bot {
    color: #006cd1;
}

.inabcon {
    text-indent: 2em;
    font-size: 22px;
    color: #000;
    line-height: 3;
    margin-top: 45px;
}

.history {
    width: 100%;
    overflow: hidden;
    height: 812px;
    background: url(../images/hisbg.png) center no-repeat;
    padding-top: 30px;
}

.history .title {
    color: #fff;
}

.history_top {
    max-width: 1450px;
    margin: 65px auto 0;
}

.history_tops {
    float: left;
    width: 10%;
    text-align: center;
    cursor: pointer;
}

.history_tops_year {
    font-size: 23px;
    color: #fff;
    margin-top: 15px;
}

.history_tops_circle {
    margin: auto;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;
    border: 2px solid #b5b5b5;
}

.history_tops.active .history_tops_circle {
    width: 68px;
    height: 68px;
    border: 4px solid #fff;
    background: #002f56;
    margin-top: -17px;
}

.history_tops.active .history_tops_year {
    margin-top: 4px;
}

.history_bot {
    max-width: 1595px;
    margin: 50px auto 0;
    overflow: hidden;
    position: relative;
}

.swiper-container.historyswiper {
    width: 83%;
    margin: auto;
}

.history_left {
    width: 49.5%;
    float: left;
}

.history_left img {
    width: 100%;
}

.history_right {
    float: right;
    width: 43%;
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    margin-top: 50px;
}

.history_bot .swiper-button-prev {
    width: 21px;
    height: 36px;
    background: url(../images/prev-history.png) center no-repeat;
}

.history_bot .swiper-button-next {
    width: 21px;
    height: 36px;
    background: url(../images/next-history.png) center no-repeat;
}

.culture {
    width: 100%;
    overflow: hidden;
    margin: 20px 0 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cul_bot{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cul_btn1{
    width: 184px;
    height: 53px;
    line-height: 53px;
    border-radius: 30px;
    background-color: #e67817;
    color: #fff;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    text-align: center;
    margin: 10px 15px;
}

.cul_btn2{
    width: 184px;
    height: 53px;
    line-height: 53px;
    border-radius: 30px;
    background-color: #999999;
    color: #fff;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    text-align: center;
    margin: 10px 15px;
}
.cultures {
    max-width: 1595px;
    margin: 25px auto 0;
}

.cul {
    width: 50%;
    float: left;
    /* background: #006cd1; */
}

.cul_pic {
    width: 50%;
    float: left;
}

.cul_pic img {
    width: 100%;
}

.cul_intro {
    width: 45%;
    float: left;
    margin-left: 4%;
    padding-top: 45px;
}

.cul_title {
    font-weight: bold;
    font-size: 23px;
    color: #fff;
}

.cul_con {
    font-size: 19px;
    color: #fff;
    line-height: 42px;
    margin-top: 25px;
}
.btn_Swiper{
    width: 30%;
}
.btn_Swiper .swiper-slide {
    display: flex;
    justify-content: center;
}
.zhengshu_swiper{
    width: 100%;
}
.innew {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 60px;
}

.innews {
    max-width: 1595px;
    margin: 15px auto 0;
}

.innw {
    width: 100%;
    overflow: hidden;
    border: 1px solid #1e69ac;
    margin-top: 30px;
}

.innew_pic {
    float: left;
    width: 26%;
}

.innew_pic img {
    width: 100%;
}

.innew_intro {
    width: 74%;
    float: left;
    padding: 0 20px;
}

.innew_title {
    border-bottom: 1px solid #000;
    line-height: 43px;
    font-size: 18px;
    color: #000;
}

.innew_date {
    font-size: 15px;
    color: #7f7f7f;
    margin-top: 12px;
}

.innew_con {
    font-size: 16px;
    color: #7f7f7f;
    line-height: 36px;
    margin-top: 5px;
}

.innew_more {
    margin-top: 10px;
    width: 93px;
    height: 30px;
    background: #1e69ac;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

.news_title {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
}

.news_info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.news_info .info{
    width: 80%;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    line-height: 2.563;
    border-radius: 20px;
    background-color: #fff;
    padding: 0 20px;
    margin: 20px 0;
}

#art_content {
    word-break: break-all;
    font-size: 13px;
    padding: 0 0 10px 0;
}

#art_content img {
    max-width: 920px;
}
.gywm{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}
.gmap{
    width: 70%;
}
.map1{
    height: 400px;
}
.red_us{
    width: 100%;
    background-color: #f5f5f5;
    padding-bottom: 50px;
    margin-top: 20px;
}
.concact_us{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.concact_us div{
    width: 335px;
    height: 240px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0px 0px 13.12px 2.88px rgba(0, 0, 0, 0.13);
    margin: 0 10px;
    padding: 20px 0;
}
.concact_us div img{
    width: 44px;
    height: auto;
}
.concact_us div p:nth-child(2) {
    font-size: 30px;
    font-family: "Microsoft YaHei";
    color: rgb(218, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.167;
}

.concact_us div p:nth-child(3) {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.458;
}
  
  
/* 在线留言 */

.listcontacts {
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

.listcontacts>div {
    width: 80%;
    /* margin: 5rem auto; */
    overflow: hidden;
}



.listcontactsTitle {
    overflow: hidden;
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.listcontactsTitle input {
    height: 58px;
    display: block;
    float: left;
    padding-left: 47px;
    box-sizing: border-box;
    width: 48%;
    font-size: 16px;
    margin-bottom: 2rem;
    border: 1px solid #ccc;
    outline: none;
}

.listcontactsTitle input:nth-child(1) {
    background: url(../image/122.png)left 0 no-repeat #fff;
    background-position: 11px;
}

.listcontactsTitle input:nth-child(2) {
    /* float: right; */
    background: url(../image/123.png)left 0 no-repeat #fff;
    background-position: 17px;
}

.listcontactsTitle input:nth-child(3) {
    background: url(../image/124.png)left 0 no-repeat #fff;
    background-position: 8px;
}

.listcontactsTitle input:nth-child(4) {
    /* float: right; */
    background: url(../image/125.png)left 0 no-repeat #fff;
    background-position: 12px;
}


.listcontactsTextarea {
    width: 100%;
    border: 1px solid #ccc;
    background: url(../image/126.png)left 0 no-repeat #fff;
    background-position: 12px 16px;
    padding-left: 47px;
    font-size: 16px;
    padding-top: 18px;
    height: 174px;
    outline: none;
}

.listcontactsubmit {
    text-align: center;
    margin-top: 3rem;
}

.listcontactsubmit input {
    background: #fff;
    color: #000;
    border: 1px solid #f5f5f5;
    width: 260px;
    height: 50px;
    font-size: 16px;
    margin: 0 5px;
    float: left;
}

.listcontactsubmit input:nth-child(2) {
    background: #484848;
}

.incase {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.incases {
    max-width: 1595px;
    margin: 20px auto 0;
}

.incases a {
    display: block;
    float: left;
    width: 32%;
    margin-right: calc(2% / 3);
    margin-bottom: 12px;
    background-color: #eeeeee;
}

.incases a img {
    width: 100%;
}

.incases a:nth-child(3n) {
    /* margin-right: 0; */
}
.incases a p{
    margin-top: 3px;
    line-height: 46px;
    text-align: center;
    font-size: 15px;
    color: #000;
}

.incases2 {
    max-width: 1595px;
    margin: 20px auto 0;
}

.incases2 a {
    display: block;
    float: left;
    width: 24.2%;
    margin-right: calc(2% / 3);
    margin-bottom: 12px;
    background-color: #eeeeee;
}
.incases2 a img {
    width: 100%;
}
.incases2 a p{
    margin-top: 3px;
    line-height: 46px;
    text-align: center;
    font-size: 15px;
    color: #000;
}
.inproduct {
    width: 100%;
    overflow: hidden;
    margin: 25px 0;
}

.inproducts {
    max-width: 1595px;
    margin: auto;
    display: flex;
    justify-content: center;
}

.inpro_fl {
    float: left;
    width: 17%;
}

.inpro_fr {
    /* float: right; */
    width: 80%;

}

.inpro_fl_top {
    position: relative;
    background: #000000;
    display: flex;
    align-items: center;
    padding: 30px;
}
.inpro_fl_top div{
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-left: 15px;
}

.inpro_fl_top div span {
    font-family: "Arial";
    font-weight: normal;
    font-size: 12px;
    color: #fff;
}

/* .inpro_fl_top::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 24px;
    background: #fff;
    top: 24px;
    left: 25px;
} */
.inpro_list{
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.inpro_list a{
    width: 100%;
    padding: 10px;
    border: 1px solid #ededed;
    display: flex;
    align-items: center;
}
.inpro_list a .ling{
    width: 10px;
    height: 10px;
    background-color: red;
    transform: rotate(45deg);
    position: relative;
    overflow: hidden;
    margin-right: 10px;
}
.inpro_list a:hover{
    background-color: #da0000;
    color: #fff;
}
.diamond {
    width: 10px;
    height: 10px;
    background-color: #aaaaaa;
    position: relative;
    transform: rotate(45deg);
    transition: background-color 0.5s;
    margin-right: 10px;
}

.inpro_list a:hover .diamond {
    background-color: #ffffff;
}
.inpro_fl_list {
    margin-top: 9px;
}

.inpro_fl_list a {
    width: 33%;
    display: block;
    margin-bottom: 3px;
    line-height: 43px;
    border: 1px solid #efefef;
    font-size: 14px;
    color: #000;
    padding-left: 40px;
    /* background: url(../images/product_06.jpg) left 22px center no-repeat; */
}

.inpro_fl_contact {
    width: 100%;
    overflow: hidden;
    border: 1px solid #efefef;
    padding: 4px;
}

.inpro_fl_contact_pic {
    position: relative;
}

.inpro_fl_contact_pic img {
    width: 100%;
}

.inpro_fl_contact_pic p:nth-child(2) {
    position: absolute;
    font-family: "Arial";
    font-size: 12px;
    color: #000;
    font-weight: bold;
    right: 15px;
    top: 70px;
}
.inpro_fl_contact_pic p:nth-child(3) {
    position: absolute;
    font-family: "Arial";
    font-size: 12px;
    color: #000;
    font-weight: bold;
    right: 5px;
    top: 100px;
}

.inpro_fr_top img {
    width: 100%;
}

.inpro_fr_list {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}
.inpro_rg_list .bqimg{
    width: 100%;
    margin-top: 30px;
}
.rg_top{
    max-width: 1095px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
}
.rg_top .rg {
    padding: 0 15px;
    font-size: 21px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    text-transform: uppercase;
    line-height: 2.95
}

.rg_top .rg p:nth-child(1) {
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.167;
    margin-bottom: 10px;
}

.rg_top .rg p:nth-child(2) {
    font-size: 21px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.343;
}

.rg_top .rg p:nth-child(3) {
    font-size: 21px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.343;
}
  
.rg_top img{
    width: 50%;
    height: auto;
}

.bqlist{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 14px;
    font-family: "Source Han Sans CN";
    color: rgb(0, 0, 0);
    text-align: center;
    margin-top: 30px;
}
table {
    width: 100%;
    border-top: 1px solid black;
    margin-top: 30px;
}
 th, td {
    padding-left: 20px;
    border: 1px solid black;
    /* border-collapse: collapse; 移除单元格之间的间隔 */
}
.rg_btm{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.rg_bot{
    width: 30%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rg_bot img{
    width: 100%;
    height: auto;
}
.rg_bot p {
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.167;
}
.rg_bot div {
    width: 30%;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
    text-align: center;
    text-transform: uppercase;
    line-height: 1.75;
    border-radius: 20px;
    background-color: rgb(235, 235, 235);
    box-shadow: 0px 2px 0.98px 0.02px rgba(0, 0, 0, 0.07);
    margin: 15px 0 ;  
}
  
.inpro_fr_list a {
    display: block;
    float: left;
    width: 32%;
    margin-bottom: 15px;
    margin-right: 0.8%;
    background-color: #fff;
}

.inpro_fr_list a:nth-child(3n) {
    /* margin-right: 0; */
}

.inpro_fr_list a img {
    width: 100%;
}

.inpro_fr_list a p {
    margin-top: 3px;
    line-height: 46px;
    text-align: center;
    /* border: 1px solid #e5e5e5; */
    font-size: 15px;
    color: #000;
}

.inproshow_top {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.inproshow_top_fl {
    float: left;
    width: 44.2%;
}

.inproshow_top_fl img {
    width: 100%;
}

.inproshow_top_fr {
    float: right;
    width: 51%;
}

.inproshow_top_fr_con p {
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}

.inproshow_top_fr_tel {
    font-size: 18.6px;
    color: #000;
    margin-top: 20px;
}

.inproshow_top_fr_tel span {
    font-family: "Arial";
    font-size: 34px;
    color: #1e69ac;
    font-weight: bold;
}

.inproshow_bot {
    margin-top: 20px;
}

.inproshow_bot_title {
    padding-left: 15px;
    line-height: 50px;
    background: #eeeeee;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.inproshow_bot_con {
    margin-top: 25px;
}

.inproshow_bot_con img {
    max-width: 100%;
}

.mobile-inner-header {
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    z-index: 99999;
    top: 0;
    background: url(../images/hbg.png) center no-repeat;
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 60px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 60px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header img {
    height: 65%;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background: #1e69ac;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999999999999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #FFFFFF;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a:hover {
    color: rgba(255, 255, 255, 0.4);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
/* è£èª‰èµ„è´¨ */

.certificate {
    width: 100%;
}

.certificate_top {
    height: 60px;
    line-height: 30px;
    text-align: center;
}

.certificate_top_title {
    font-size: 40px;
    color: #000;
    margin: auto;
}

.certificate_top_content {
    color: #919191;
    margin-top: 10px;
    font-size: 20px;
}

#certificate_middle {
    text-align: center;
}

.certificate_middle_a2 {
    width: 180px;
    height: 50px;
    line-height: 50px;
    background-color: #999;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
}

.certificate_middle_a1 {
    width: 180px;
    height: 50px;
    line-height: 50px;
    background-color: #e67817;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
}

#certificate_bottom .swiper-container {
    margin: auto;
}

#certificate_bottom .swiper-slide {
    width: 344px;
    height: auto;
    text-align: center;
}

#certificate_bottom .swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
    border: 3px solid #fff;
    border-radius: 5px;
}

#certificate_bottom {
    max-width: 1400px;
    margin: auto;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

#certify {
    position: relative;
    width: 100%;
    margin: 0 auto
}

#certify .swiper-container {
    margin: auto;
}

#certify .swiper-slide {
    width: 24%;
    text-align: center;
}

#certify .swiper-slide img {
    display: block;
    margin: auto;
    /* width: 100%; */
}

#certify .swiper-slide p {
    font-size: 18px;
    color: #000000;
    margin-top: 20px;
    display: none;
}

#certify .swiper-slide-active p {
    display: block;
}

.certificate .head-title {
    padding: 28px 0 37px 0;
}

.tdlist  video{
     width: 60%;
}