.header{}
.head-top{}
.head-top-all{
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}
.head-top-all p{
    background-color: #0762cb;
    padding: 10px 20px;
    box-sizing: border-box;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    float: right;
}
.head-top-all p a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    transition: .3s ease-in;
}
.head-top-all p a:hover{
    color: #65d5ff;
}
.head-top-all p span{
    display: block;
    margin: 0 10px;
    color: #fff;
}
.head-top-all p a img{
    width: 24px;
    display: block;
    margin-right: 10px;
}
.head-cont{
    margin: 20px 0;
    margin-top: 5px;
}
.head-cont-a{
    position: relative;
}
.head-cont-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}
.head-cont-left{}
.head-cont-left a{
    width: 800px;
    display: block;
}
.head-cont-left a img{
    width: 100%;
    display: block;
}
.head-cont-right{}
.head-cont-right li{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: end;
}
.head-cont-right li span{
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #343434;
    text-align: right;
}
.head-cont-right li span b{
    font-size: 16px;
    display: block;
    font-weight: normal;
}
.head-cont-right li p{
    font-size: 30px;
    line-height: 38px;
    color: #0956a8;
    font-weight: bold;
    margin-left: 10px;
}
.head-nav{
}
.head-nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background-color: #0956a8;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 10px;
}
.head-nav ul li{
    position: relative;
}
.head-menu{
    width: 100%;
    position: absolute;
    background-color: #0956a8;
    z-index: 99;
    display: none;
}
.head-menu a{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    overflow-wrap: anywhere;
    box-sizing: border-box;
}
.head-nav ul li:hover .head-menu{
    display: block;
}
.head-nav ul .active>a::after{
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.head-nav ul li>a{
    display: block;
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    position: relative;
}
.head-nav ul li>a::before{
    content: "";
    display: block;
    width: 1px;
    height: 40%;
    background-color: rgba(255,255,255,.7);
    position: absolute;
    top: 30%;
    right: 0;
}
.head-nav ul li:nth-child(7) a::before{
    content: "";
    display: none;
}
.head-nav ul li form{
    padding: 10px 0;
    padding-left: 30px;
}
.head-nav ul li form .form-group{
    width: 170px;
    background-color: #fff;
    position: relative;
    border-radius: 25px;
}
.head-nav ul li form .form-group input{
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background-color: #fff;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    line-height: 34px;
    padding: 0 10px;
    padding-right: 34px;
}
.head-nav ul li form .form-group button{
    box-sizing: border-box;
    outline: none;
    background-color: unset;
    border: none;
    position: absolute;
    top: 2px;
    right: 0;
}
.head-nav ul li form .form-group button i{
    font-size: 26px;
    color: #34332e;
}
.banner{
    margin-top: 10px;
}
.ban-swiper{
    overflow: hidden;
    position: relative;
}
.ban-swiper img{
    width: 100%;
    display: block;
}
.index-about{
    padding: 30px 0;
}
.index-about-top{}
.index-about-top h2{
    font-size: 26px;
    color: #383838;
    font-weight: bold;
}
.index-about-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.index-about-left{
    width: 40%;
}
.index-about-left img{
    width: 100%;
    display: block;
}
.index-about-right{
    width: 57%;
}
.index-about-right p{
    font-size: 16px;
    line-height: 32px;
    color: #383838;
    text-indent: 2em;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
}
.index-about-cont{
    width: 100%;
    margin: auto;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-about-p{
    width: 48%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    background-image: linear-gradient(180deg,#f3f7ff,#fff);
}
.index-about-p a{
    display: block;
}
.index-about-p a h2{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    color: #383838;
    font-weight: bold;
}
.index-about-p a h2 img{
    width: 30px;
    display: block;
    margin-right: 10px;
}
.index-about-p a p{
    font-size: 16px;
    line-height: 32px;
    color: #383838;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index-about-p a div{
    overflow: hidden;
    border-radius: 10px;
    margin-top: 20px;
}
.index-about-p a div img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
    border-radius: 10px;
}
.index-about-p:hover div img{
    transform: scale(1.06);
}
.index-pro{
    padding: 30px 0;
}
.index-pro-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.index-pro-top li{}
.index-pro-top li h2{
    font-size: 20px;
    color: #383838;
    font-weight: bold;
}
.index-pro-top li p{
    font-size: 26px;
    color: #383838;
    font-weight: bold;
}
.index-pro-top a{
    font-size: 18px;
    color: #ffffff;
    padding: 10px 30px;
    background-color: #0956a8;
    display: block;
    transition: .3s ease-in;
}
.index-pro-top a:hover{
    background-color: rgb(9 86 168 / 70%);;
    color: #fff;
}
.index-pro-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -1%;
}
.index-pro-cont li{
    width: 19%;
    margin-left: 1%;
    margin-top: 20px;
    transition: .3s ease-in;
}
.index-pro-cont li a{
    display: block;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    transition: .3s ease-in;
}
.index-pro-cont li a .index-pro-img{
    overflow: hidden;
}
.index-pro-cont li a .index-pro-img img{
    display: block;
    margin: auto;
    height: 160px;
    object-fit: cover;
    transition: .3s ease-in;
}
.index-pro-cont li a h2{
    font-size: 22px;
    color: #585858;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    transition: .1s ease-in;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.index-pro-cont li a p{
    font-size: 14px;
    line-height: 28px;
    color: #616161;
    text-align: center;
    margin-top: 10px;
    transition: .1s ease-in;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index-pro-cont li:hover a{
    background-image: linear-gradient(rgba(0,84,165,0),rgba(0,84,165,.7));
}
/*.index-pro-cont li:nth-child(1) a,*/
/*.index-pro-cont li:nth-child(3) a,*/
/*.index-pro-cont li:nth-child(5) a,*/
/*.index-pro-cont li:nth-child(7) a,*/
/*.index-pro-cont li:nth-child(9) a{*/
/*    background-image: linear-gradient(rgba(0,84,165,0),rgba(0,84,165,.7));*/
/*}*/
/*.index-pro-cont li:nth-child(1) a h2,*/
/*.index-pro-cont li:nth-child(3) a h2,*/
/*.index-pro-cont li:nth-child(5) a h2,*/
/*.index-pro-cont li:nth-child(7) a h2,*/
/*.index-pro-cont li:nth-child(9) a h2{*/
/*    color: #fff;*/
/*}*/
/*.index-pro-cont li:nth-child(1) a p,*/
/*.index-pro-cont li:nth-child(3) a p,*/
/*.index-pro-cont li:nth-child(5) a p,*/
/*.index-pro-cont li:nth-child(7) a p,*/
/*.index-pro-cont li:nth-child(9) a p{*/
/*    color: #fff;*/
/*}*/
.index-pro-cont li:hover a img{
    transform: scale(1.06);
}
.index-pro-cont li:hover a h2,
.index-pro-cont li:hover a p{
    color: #fff;
}
.index-service{
    padding: 30px 0;
}
.index-service-all{
    position: relative;
}
.index-service-top{
    /* position: absolute;
    top: 0;
    left: 0; */
}
.index-service-top p{
    font-size: 20px;
    color: #afb6bf;
    font-weight: bold;
}
.index-service-top h2{
    font-size: 26px;
    color: #383838;
    font-weight: bold;
}
.index-service-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}
.index-service-left{
    width: 20%;
}
.service-zuo{
    overflow: hidden;
    position: relative;
    height: 200px;
}
.service-zuo p{
    font-size: 16px;
    line-height: 50px;
    color: #4c4c4c;
    cursor: pointer;
}
.index-service-right{
    width: 75%;
}
.service-you{
    overflow: hidden;
    position: relative;
}
.service-you li{}
.service-you li:hover img{
    transform: scale(1.06);
}
.service-you li div{
    overflow: hidden;
}
.service-you li div img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.service-you li h2{
    font-size: 16px;
    color: #4c4c4c;
    margin-top: 20px;
}
.service-you li p{
    font-size: 14px;
    color: #4c4c4c;
    margin-top: 10px;
}
.index-service-prev,
.index-service-next{
    width: 50px;
    height: 50px;
    background-color: #0956a8;
    border-radius: 50%;
}
.index-service-prev::after,
.index-service-next::after{
    content: "";
    display: none;
}
.index-service-prev i,
.index-service-next i{
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    display: block;
}

.index-service-content{
    margin-top: 20px;
}
.index-service-p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-service-p li{
    width: 23%;
    transition: .3s ease-in;
}
.index-service-p li:hover img{
    transform: scale(1.06);
}
.index-service-p li div{
    overflow: hidden;
    border-radius: 10px;
}
.index-service-p li div img{
    width: 100%;
    display: block;
    height: 175px;
    object-fit: cover;
    border-radius: 10px;
    transition: .3s ease-in;
}
.index-service-p li h2{
    font-size: 16px;
    color: #4c4c4c;
    margin-top: 20px;
    font-weight: bold;
    transition: .3s ease-in;
}
.index-service-p li p{
    font-size: 14px;
    color: #4c4c4c;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.index-service-p li p img{
    width: 20px;
    display: block;
    margin-right: 8px;
}
.index-service-p li:hover h2{
    color: #0956a8;
}
.footer{
    position: relative;
}
.foot-one{
    position: relative;
}
/* .foot-one::before{
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background-color: #d0d0d0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3;
}
.foot-one::after{
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background-color: #0956a8;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -3;
} */
.foot{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding: 10px 0;
}
.foot::before{
    content: "";
    display: block;
    width: 70%;
    height: 100%;
    background-color: #d0d0d0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.foot::after{
    content: "";
    display: block;
    width: 30%;
    height: 100%;
    background-color: #0956a8;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.foot-left{
    width: 70%;
    padding: 20px;
    box-sizing: border-box;
}
.foot-left ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-left ul li h2{
    font-size: 21px;
    line-height: 30px;
    padding-bottom: 10px;
    color: #1f1f1f;
    font-weight: bold;
}
.foot-left ul li p{}
.foot-left ul li p span{
    display: block;
}
.foot-left ul li p span a{
    font-size: 14px;
    line-height: 24px;
    color: #1f1f1f;
    border: 1px solid transparent;
    transition: 0.3s ease;
}
.foot-left ul li p a:hover{
    color: #0956a8;
    background-color: rgb(9 86 168 / 9%);
}
.foot-left ul li:nth-child(1){
    width: 200px;
}
.foot-left ul li:nth-child(2){
    width: 280px;
}
.foot-left ul li:nth-child(3){
    width: 260px;
}
.foot-left ul li:first-child p a{
    width: 100%;
}
.foot-right{
    width: 30%;
    padding: 20px;
    padding-top: 10px;
    box-sizing: border-box;
}
.foot-right a{
    width: 300px;
    display: block;
    margin-top: 10px;
}
.foot-right a img{
    width: 100%;
    display: block;
}
.foot-right p{
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}
.foot-right p span{
    display: block;
    font-size: 36px;
    line-height: 1;
    color: #fff;
    margin-top: 8px;
    font-weight: bold;
}
.foot-right>img{
    width: 140px;
    display: block;
    margin: auto;
    margin-top: 20px;
}
.foot-right li{
    margin-top: 20px;
}
.foot-right li h2{
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: bold;
}
.foot-right li span{
    font-size: 14px;
    display: block;
    color: #fff;
    line-height: 28px;
}
.foot-di{
    padding: 20px 0;
}
.foot-di p{
    font-size: 12px;
    color: #1f1f1f;
    text-align: center;
}
.foot-di p a{
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    color: #1f1f1f;
}
.foot-di p a:hover{
    color: #0956a8;
}
.about-ban{
    margin-top: 10px;
}
.about-ban img{
    width: 100%;
    height: 185px;
    object-fit: cover;
    display: block;
}
.about{
    padding: 30px 0;
    /* background-color: #f2f3f7; */
}
.about-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.about-left{
    width: 19%;
    background-color: #fff;
    border-radius: 10px;
}
.about-left ul{
    background-color: #f2f3f7;
}
.about-left ul li{
    margin-bottom: 20px;
}
.about-left ul li:last-child{
    margin-bottom: 0;
    padding-bottom: 10px;
}
.about-left ul li h1{
    font-size: 20px;
    background-color: #0956a8;
    color: #fff;
    padding: 10px 0;
    padding-left: 15px;
    box-sizing: border-box;
    border-radius: 10px;
}
.about-left ul li>p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
}
.about-left ul li p span{
    width: 15px;
    display: block;
}
.about-left ul li p span img{
    width: 3px !important;
    display: block;
}
.about-left ul li p a{
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #3b3b3b;
    padding: 5px 0;
    border-bottom: 1px solid #fafafa;
}
.about-left ul li a:hover,.about-left ul li .active{
    color: #0956a8;
    font-size: 14.5px;
}
.pro-down{
    display: none;
}
.pro-down a{
    display: block;
    font-size: 14px;
    line-height: 26px;
    padding-left: 30px;
    padding-right: 5px;
    box-sizing: border-box;
    word-wrap: break-word;
}
.about-right{
    width: 77%;
}
.about-right-p{}
.about-right-p h2{
    font-size: 24px;
    color: #505050;
    font-weight: bold;
    margin-bottom: 10px;
}
.about-right-p p{
    font-size: 16px;
    line-height: 28px;
    color: #505050;
    text-indent: 2em;
}
.about-right-p img{
    width: 100%;
    display: block;
    margin-top: 20px;
}
.jingti{
    padding: 30px 0;
}
.jingti .about-left{
    padding-bottom: 40px;
}
.jingti .about-left .re{}
.jingti .about-left .re a,
.shiyan-detail .about-left .re a{
    align-items: center;
}
.jingti .about-left .re a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #fafafa;
}
.jingti .about-left .re a div{
    width: 55%;
    overflow: hidden;
}
.jingti .about-left .re a div:first-child{
    width: 40%;
}
.jingti .about-left .re a div img{
    width: 100%;
    display: block;
    /*height: 70px;*/
    object-fit: cover;
    transition: .3s ease-in;
}
.jingti .about-left .re a div h2{
    font-size: 14px;
    color: #4d4d4d;
    /* font-weight: bold; */
    transition: .3s ease-in;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.jingti .about-left .re a div p{
    font-size: 12px;
    color: #4d4d4d;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.jingti .about-left .re a:hover img{
    transform: scale(1.06);
}
.jingti .about-left .re a:hover h2{
    color: #0956a8;
}
.jingti .about-left ul li>h2{
    font-size: 20px;
    color: #4d4d4d;
    font-weight: bold;
    padding: 0 20px;
    box-sizing: border-box;
}
.jingti .about-left ul li>span{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 15px;
    padding: 0 20px;
    box-sizing: border-box;
}
.jingti .about-left ul li span img{
    width: 26px;
    display: block;
}
.jingti .about-left ul li span b{
    display: block;
    font-weight: normal;
    width: calc(100% - 36px);
    margin-left: 5px;
    font-size: 16px;
    color: #4d4d4d;
}
.jingti .about-right{
    background-color: unset;
    padding: 0;
}
.jingti-right-top{}
.jingti-right-top li{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: end;
    padding-bottom: 20px;
    border-bottom: 1px solid #9b9c9d;
}
.jingti-right-top li h2{
    font-size: 26px;
    color: #333333;
    font-weight: bold;
}
.jingti-right-top li p{
    font-size: 18px;
    color: #404040;
    margin-left: 20px;
}
.jingti-right-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.jingti-right-cont a{
    width: 31%;
    margin-left: 2%;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 rgb(186 186 186 / 80%);
    margin-top: 20px;
    border-radius: 5px;
}
.jingti-right-cont a .jingti-right-img{
    overflow: hidden;
}
.jingti-right-cont a .jingti-right-img img{
    width: 100%;
    height: 198px;
    object-fit: cover;
    display: block;
    transition: .3s ease-in;
}
.jingti-right-cont a h2{
    font-size: 18px;
    color: #404040;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    transition: .3s ease-in;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.jingti-right-cont a p{
    font-size: 14px;
    line-height: 28px;
    color: #404040;
    text-align: center;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.jingti-right-cont a:hover img{
    transform: scale(1.06);
}
.jingti-right-cont a:hover h2{
    color: #0956a8;
}
.jingti-line{
    margin-top: 40px;
}
.jingti-line img{
    width: 90%;
    display: block;
    margin: auto;
}
.jingti .index-service{
    padding-bottom: 0;
}
.shiyan-all{
    padding-top: 10px;
}
.shiyan-top-all{
    padding: 10px;
    box-sizing: border-box;
    background-color: #a9bfd8;
}
.shiyan-top-swiper{
    overflow: hidden;
    position: relative;
    padding-bottom: 15px;
}
.shiyan-top-swiper .swiper-wrapper{
    -webkit-transition-timing-function: linear; 
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.shiyan-top ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shiyan-top-swiper li{}
.shiyan-top-swiper li a{
    display: block;
}
.shiyan-top-swiper li a div{
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
}
.shiyan-top-swiper li a div img{
    display: block;
    margin: auto;
    height: 106px;
    object-fit: cover;
    transition: .3s ease-in;
}
.shiyan-top-swiper li a p{
    font-size: 16px;
    color: #0956a8;
    text-align: center;
    margin-top: 10px;
    transition: .3s ease-in;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.shiyan-top-swiper li a:hover img{
    transform: scale(1.06);
}
.shiyan-top-swiper li a:hover p{
    color: #0956a8;
}

.shiyan-yunsu{
    overflow: hidden;
    display: flex;
    align-items: center;
}
.shiyan-yunsu-all{
    display: flex;
    align-items: center;
    animation: slide 30s infinite linear;
}
@keyframes slide{
    0%{
        transform: translate(0%);
    }
    100%{
        transform: translate(-100%);
    }
}
.shiyan-yunsu-all li{
    width: 160px;
    margin: 0 10px;
}
.shiyan-yunsu:hover .shiyan-yunsu-all{
    animation-play-state: paused;
}
.shiyan-yunsu-all li a{
    display: block;
}
.shiyan-yunsu-all li a div{
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
}
.shiyan-yunsu-all li a div img{
    display: block;
    margin: auto;
    height: 90px;
    border-radius: 5px;
    object-fit: cover;
    transition: .3s ease-in;
}
.shiyan-yunsu-all li a p{
    font-size: 16px;
    color: #0956a8;
    text-align: center;
    margin-top: 10px;
    transition: .3s ease-in;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.shiyan-yunsu-all li a:hover img{
    transform: scale(1.06);
}
.shiyan-yunsu-all li a:hover p{
    color: #0956a8;
}
.shiyan-top-page{
    bottom: -5px !important;
}
.shiyan-top-page .swiper-pagination-bullet{
    background: #777777;
    opacity: 1;
}
.shiyan-top-page .swiper-pagination-bullet-active{
    background: #0956a8;
}
.shiyan{
    margin-top: 40px;
}
.shiyan .about-left li .re a{
    align-items: center;
}
.shiyan .about-right .jingti-right-cont a{
    background-color: unset;
}
.shiyan .about-right .jingti-right-cont a h2{
    text-align: left;
    padding-left: 10px;
    position: relative;
    margin-top: 0;
    font-size: 20px;
}
.shiyan .about-right .jingti-right-cont a p{
    text-align: left;
}
.shiyan .about-right .jingti-right-cont a h2::before{
    content: "";
    display: block;
    width: 2px;
    height: 70%;
    background-color: #0956a8;
    position: absolute;
    left: 0;
    top: 15%;
}
.shiyan .about-right .jingti-right-cont a .jingti-right-img{
    padding: 10px 0;
    background-color: #fff;
}
.shiyan .about-right .jingti-right-cont a img{
    width: auto;
    height: 220px;
    object-fit: cover;
    margin: auto;
}
.shiyan-page{
    margin-top: 40px;
}
.shiyan-page ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.shiyan-page ul li{
    margin: 0 8px;
}
.shiyan-page ul li a{
    display: block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: #aaaaaa;
    text-align: center;
    line-height: 30px;
    border: 1px solid #e3e4e6;
    border-radius: 5px;
    transition: .3s ease-in;
}
.shiyan-page ul li a:hover,
.shiyan-page ul .active a{
    background-color: #0956a8;
    color: #fff;
}
.shiyan-page ul span{
    display: block;
    font-size: 14px;
    color: #555555;
    margin-left: 10px;
}
.shiyan-detail{
    margin-top: 40px;
}
.shiyan-detail .about-right{
    width: 100%;
    background-color: #fff;
    padding: 40px;
    box-sizing: border-box;
}
.shiyan-detail-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shiyan-detail-top-left{
    width: 48%;
}
.pro-shang{
    overflow: hidden;
    position: relative;
    padding: 1px;
    box-sizing: border-box;
}
.pro-shang .swiper-slide{
    border: 1px solid #d2d2d2;
    padding: 30px 0;
    box-sizing: border-box;
    position: relative;
}
.pro-shang .da{
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.pro-shang .da img{
    width: 20px;
    height: auto !important;
    margin: 10px auto !important;
    display: block;
}
.pro-shang .swiper-slide img{
    display: block;
    height: 300px;
    object-fit: cover;
    margin: auto;
}
.pro-xia{
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    padding: 1px;
    box-sizing: border-box;
}
.pro-xia .swiper-slide{
    border: 1px solid #dad9d9;
    padding: 10px;
    box-sizing: border-box;
}
.pro-xia .swiper-slide img{
    display: block;
    height: 100px;
    object-fit: cover;
    margin: auto;
}
.pro-xia .swiper-slide-thumb-active{
    border: 1px solid #094AA3;
}
.shiyan-detail-top-right{
    width: 48%;
    position: relative;
}
.shiyan-detail-top-right h2{
    font-size: 28px;
    color: #191919;
    font-weight: bold;
}
.shiyan-detail-top-right li{
    padding: 10px;
    box-sizing: border-box;
    background-color: #eeeeee;
    margin-top: 20px;
}
.shiyan-detail-top-right li p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    box-sizing: border-box;
    min-height: 275px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
}
.shiyan-detail-top-right span{
    display: block;
    padding: 10px 0;
    font-size: 14px;
    color: #666666;
    border-bottom: 1px solid #efefef;
}
.shiyan-detail-top-right span b{
    font-weight: normal;
    margin-left: 10px;
}
.shiyan-tel{
    position: absolute;
    bottom: 25px;
}
.shiyan-detail-top-right .shiyan-zixun{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
    margin-top: 10px;
}
.shiyan-detail-top-right .shiyan-zixun img{
    width: 26px;
    display: block;
}
.shiyan-detail-top-right .shiyan-zixun p{
    font-size: 24px;
    color: #191919;
    margin-left: 10px;
    font-weight: bold;
}
.shiyan-a{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;
}
.shiyan-a-img{
    position: relative;
    border-radius: 5px;
    margin-right: 15px;
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: .3s ease-in;
}
.shiyan-a-img:last-child{
    margin-right: 0;
}
.shiyan-a-img:hover .shiyan-ewm{
    display: block;
}
.shiyan-a-img .shiyan-ewm{
    position: absolute;
    width: 120px;
    left: 50%;
    transform: translateX(-50%);
    top: -130px;
    display: none;
}
.shiyan-a-img .shiyan-ewm img{
    width: 100%;
    display: block;
}
.shiyan-a a{
    font-size: 18px;
    color: #fff;
    padding: 5px 30px;
    border-radius: 5px;
    transition: .3s ease-in;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.shiyan-a a i{
    display: block;
    font-size: 20px;
    color: #fff;
    margin-right: 5px;
    transition: .3s ease-in;
}
.shiyan-a-img:last-child{
    margin-right: 0;
}
.shiyan-a-img:nth-child(1){
    background-color: #0956a8;
}
.shiyan-a-img:nth-child(2){
    background-color: #1aad19;
}
.shiyan-a-img:nth-child(3){
    background-color: #ba0b0b;
}
.shiyan-a-img:nth-child(1):hover{
    background-color: transparent;
    border: 1px solid #0956a8;
    color: #0956a8;
}
.shiyan-a-img:nth-child(2):hover{
    background-color: transparent;
    border: 1px solid #1aad19;
    color: #1aad19;
}
.shiyan-a-img:nth-child(3):hover{
    background-color: transparent;
    border: 1px solid #ba0b0b;
    color: #ba0b0b;
}
.shiyan-a-img:nth-child(1):hover a,
.shiyan-a-img:nth-child(1):hover i{
    color: #0956a8;
}
.shiyan-a-img:nth-child(2):hover a,
.shiyan-a-img:nth-child(2):hover i{
    color: #6a6969;
}
.shiyan-a-img:nth-child(3):hover a,
.shiyan-a-img:nth-child(3):hover i{
    color: #ba0b0b;
}
.shiyan-a{}
.shiyan-detail-all{
    margin-top: 30px;
}
.shiyan-detail-all h1{
    background-color: #eeeeee;
    margin-bottom: 30px;
}
.shiyan-detail-p{
    width: 90%;
    margin: auto;
}
.shiyan-detail-p table{
    width: 100% !important;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
}
.shiyan-detail-all h1 p{
    font-size: 16px;
    line-height: 30px;
    padding: 5px 30px;
    background-color: #0956a8;
    color: #fff;
    display: inline-block;
}
.jingti-detail{}
.jingti-detail .shiyan-detail-all{
    margin-top: 0px;
}
.news .about-right{
    background-color: unset;
    padding: 0;
}
.news{}
.news-top{}
.news-top p{
    display: block;
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    box-sizing: border-box;
    padding-bottom: 20px;
    border-bottom: 1px solid #9b9c9d;
}
.news-top .active,
.news-top a:hover{
    background-color: #0956a8;
    color: #fff;
}
.news-cont{}
.news-cont a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #b0b0b0;
    transition: .3s ease-in;
}
.news-cont-left{
    width: 25%;
    overflow: hidden;
    border-radius: 10px;
}
.news-cont-left img{
    width: 100%;
    display: block;
    border-radius: 10px;
    transition: .3s ease-in;
}
.news-cont-right{
    width: 72%;
    background-color: #f2f3f7;
    padding: 20px;
    box-sizing: border-box;
}
.news-cont-right h2{
    font-size: 16px;
    color: #505050;
    font-weight: bold;
    transition: .3s ease-in;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news-cont-right p{
    font-size: 14px;
    line-height: 28px;
    color: #505050;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-cont a:hover{
    transform: translateX(10px);
}
.news-cont a:hover h2{
    color: #0956a8;
}
.message{}
.message-all{}
.message-all form{}
.message-all form legend{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: end;
    font-size: 26px;
    color: #505050;
    font-weight: bold;
}
.message-all form legend span{
    display: block;
    font-size: 18px;
    color: #505050;
    margin-left: 10px;
}
.message-all form .form-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.message-all form .form-one .form-group{
    width: 47%;
}
.message-all form .form-one .form-group:last-child{
    width: 100%;
    margin-top: 20px;
}
.message-all form .form-one .form-group label{
    position: relative;
    font-size: 16px;
    color: #505050;
    display: inline-block;
}
.message-all form .form-one .form-group .name::before,
.message-all form .form-one .form-group .tel::before{
    content: "*";
    display: block;
    color: red;
    position: absolute;
    top: -5px;
    right: -8px;
}
.message-all form .form-one .form-group input,
.message-all form .form-two .form-group input{
    width: 100%;
    display: block;
    box-sizing: border-box;
    background-color: unset;
    outline: none;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
    margin-top: 10px;
}
.form-er{
    margin-top: 50px;
}
.message-all form .form-two{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.message-all form .form-two .form-group{
    width: 48%;
    margin-top: 20px;
}
.message-all form .form-two label{
    font-size: 16px;
    color: #505050;
    position: relative;
    padding-left: 35px;
    display: block;
}
.message-all form .form-two label::before{
    content: "";
    display: block;
    width: 26px;
    height: 23px;
    background: url(../img/zixun.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}
.message-all form .form-two .form-group textarea{
    width: 100%;
    display: block;
    box-sizing: border-box;
    background-color: unset;
    outline: none;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
    resize: none;
}
.message-btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.message-btn div{
    width: 48%;
}
.message-all form .btn{
    width: 200px;
    display: block;
    background-color: #0956a8;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border: 1px solid transparent;
    box-sizing: border-box;
    outline: none;
    padding: 10px 0;
    border-radius: 10px;
    transition: .3s ease-in;
    margin: auto;
    margin-top: 20px;
}
.message-all form .btn:hover{
    background-color: unset;
    border: 1px solid #0956a8;
    color: #0956a8;
}
.message-btn p{
    width: 100%;
    font-size: 18px;
    color: #505050;
    text-align: center;
}
.message-all p b{
    color: #0956a8;
    font-weight: normal;
    font-size: 22px;
}
.contact{}
.contact-all{}
.contact-top{}
.contact-top h2{
    font-size: 26px;
    color: #505050;
    font-weight: bold;
}
.contact-top img{
    width: 300px;
    display: block;
    margin-top: 30px;
}
.contact-top-a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
}
.contact-top li{
    width: 47%;
}
.contact-top li p{
    font-size: 20px;
    line-height: 38px;
    color: #333333;
    margin-top: 10px;
}
.contact-top-ewm{
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-top-ewm li img{
    width: 120px;
    display: block;
    margin: auto;
}
.contact-top-ewm li p{
    font-size: 14px;
    line-height: 1;
    margin-top: 5px;
    color: #505050;
    text-align: center;
}
.contact-cont{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.contact-cont-left{
    width: 100%;
}
.contact-cont-left h2{
    font-size: 26px;
    color: #505050;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}
.contact-cont-left ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-cont-left ul li{
    width: 47%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.contact-cont-left ul li img{
    width: 26px;
    display: block;
}
.contact-cont-left ul li p{
    width: calc(100% - 36px);
    font-size: 18px;
    color: #505050;
    margin-left: 10px;
}
.contact-cont-right{
    width: 20%;
}
.contact-cont-right li{}
.contact-cont-right li img{
    width: 140px;
    display: block;
    margin: auto;
}
.contact-cont-right li p{
    font-size: 14px;
    color: #505050;
    text-align: center;
    margin-top: 10px;
}
.contact-foot{
    margin-top: 30px;
}
.contact-foot ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-foot ul li{
    width: 32%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.contact-foot ul li img{
    width: 20px;
    display: block;
}
.contact-foot ul li p{
    width: calc(100% - 30px);
    font-size: 16px;
    color: #505050;
}
#container{
    width: 100%;
    height: 500px;
    margin-top: 40px;
}
.news-detail .about-right {
    width: 100%;
    background-color: #fff;
    padding: 40px;
}



/* phone */
.mobile-inner-header-icon {
    font-size: 25px;
    text-align: center;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.mobile-inner-header-icon h1{
    font-size: 16px;
    margin-right: 5px;
}
.mobile-inner-header-icon p{
    z-index: 5;
}
.mobile-inner-header-icon span{
    background-color: #1D2088;
    width: 20px;
    height: 1px;
    display: block;
}
.mobile-inner-header-icon span:nth-child(2){
    margin-top: 5px;
}
.mobile-inner-header-icon span:nth-child(3){
    margin-top: 5px;
}

.mobile-inner-nav {
    background-color: #000000;
    width: 0%;
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 9999;
    height: 100%;
    transition: .3s ease-in;
}

.mobile-inner-nav a {
    width: 100%;
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    color: #191919;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
    text-align: center;
}

.mobile-inner-nav a {
    position: relative;
    overflow: hidden;
}

#wrap {
    text-align: left;
}
.phone-menu{
    display: none;
}
@media (min-width:320px) and (max-width:1200px) {
    .phone-menu {
        display: block;
    }
    .mobile-close{
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        float: right;
        font-size: 30px;
        color: #000;
    }
    .mobile-inner-nav.active{
        width: 100%;
        opacity: 1;
        background-color: rgba(0,0,0,.7);
    }
    .mobile-inner-nav-all{
        width: 0;
        height: 100%;
        overflow-y: auto;
        background-color: #fff;
        transition: .3s ease-in;
    }
    .mobile-inner-nav.active .mobile-inner-nav-all{
        width: 75%;
    }
    .mobile-inner-nav-all>span{
        font-size: 14px;
        color: #333333;
        display: block;
        text-align: center;
        margin-top: 60px;
    }
}

.phone-pro-menu{
    display: none;
}
@media (min-width:1199px) and (max-width:1700px){}
@media screen and (max-width:1200px){
    .shiyan-detail-p{
        width: 100%;
    }
    /* .shiyan-detail-p>div{
        overflow-x: auto;
    } */
    .container{
        width: 95%;
    }
    .head-top,.head-cont-right>li,.head-nav ul{
        display: none;
    }
    .head-cont{
        margin: 0;
    }
    .head-cont-all{
        align-items: center;
    }
    .head-top-all{
        display: none;
    }
    .head-cont-left{
        width: calc(100% - 85px);
    }
    .head-cont-left a{
        width: 100%;
    }
    .index-about-left {
        width: 100%;
    }
    .index-about-right {
        width: 100%;
    }
    .index-about-cont{
        width: 100%;
        margin-top: 0;
    }
    .index-about-p{
        width: 100%;
        margin-top: 20px;
    }
    .index-pro-cont li{
        width: 49%;
    }
    .index-pro-cont li a .index-pro-img img{
        max-height: 125px;
    }
    .index-service-content{
        margin-top: 0;
    }
    .index-service-p li{
        width: 48%;
        margin-top: 30px;
    }
    .foot-left{
        display: none;
    }
    .foot-right{
        width: 100%;
    }
    .foot::after{
        width: 100%;
    }
    .foot-one::before,.foot::before{
        display: none;
    }
    .foot-one::after{
        width: 100%;
    }
    .foot-right a{
        width: 80%;
    }
    .about-left{
        display: none;
    }
    .about-right{
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }
    .shiyan-detail-top-left {
        width: 100%;
    }
    .shiyan-detail-top-right{
        width: 100%;
    }
    .shiyan-tel{
        position: unset;
    }
    .shiyan-a a:nth-child(3){
        margin-top: 10px;
    }
    .jingti-right-top li p{
        width: 100%;
        margin-left: 0;
    }
    .phone-pro-menu{
        display: block;
        overflow: hidden;
    }
    .phone-pro-menu>p{
        font-size: 16px;
        color: #fff;
        background-color: #0762cb;
        border-radius: 25px;
        text-align: center;
        padding: 10px;
        box-sizing: border-box;
        margin-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .phone-pro-menu>p a{
        display: block;
        position: absolute;
        left: 30px;
    }
    .phone-pro-menu>p span{
        font-size: 22px;
    }
    .phone-pro-menu>p .zk{
        position: absolute;
        right: 30px;
    }
    .phone-pro-menu>p img{
        display: block;
        width: 25px;
    }
    .phone-pro-menu-hide{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        z-index: 999;
        transition: .3s ease-in;
    }
    .phone-pro-menu-hide.active{
        transform: translateX(100%);
    }
    .phone-pro-menu-hide-all{
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        z-index: 999;
    }
    .phone-pro-menu-hide .about-left{
        background-color: #fff;
        height: 100vh;
        overflow-y: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        width: 70%;
        display: block;
    }
    .jingti-right-cont a{
        width: 48%;
    }
    .jingti-line img{
        width: 100%;
    }
    .shiyan-top{
        display: none;
    }
    .shiyan-detail{
        margin-top: 0;
        padding-top: 30px;
    }
    .shiyan-detail .about-right{
        padding: 0px;
    }
    .shiyan .about-right .jingti-right-cont a img{
        height: 90px;
    }
    .shiyan-detail-p table,.shiyan-detail-p tbody,.shiyan-detail-p tr{
        /*display: block;*/
        height: auto !important;
    }
    .shiyan-detail-p table{
        overflow-x: auto;
    }
    /*.shiyan-detail-p table{*/
    /*    width: 185% !important;*/
    /*}*/
    .shiyan-a a{
        padding: 5px 20px;
    }
    .news-top a{
        width: 25%;
        text-align: center;
        margin-right: 0;
        padding: 5px 0;
    }
    .news-cont-right h2{
        -webkit-line-clamp: 2;
    }
    .news-cont-right p{
        display: none;
    }
    .news-cont a{
        padding: 10px;
    }
    .news-detail .about-right{
        padding: 15px;
    }
    .message-all form legend span{
        width: 100%;
        margin-left: 0;
    }
    .contact-cont-left {
        width: 100%;
    }
    .contact-cont-left ul li {
        width: 100%;
        margin-top: 20px;
    }
    .contact-cont-right {
        width: 100%;
        margin-top: 20px;
    }
    .contact-foot {
        margin-top: 0px;
    }
    .contact-foot ul li{
        width: 100%;
        margin-top: 20px;
    }
    .message-all form .form-two .form-group{
        width: 100%;
    }
    .message-btn p{
        width: 100%;
    }
    .message-btn div {
        width: 100%;
        margin-top: 10px;
    }
    /*.shiyan-detail-p div{*/
    /*    overflow-x: auto;*/
    /*}*/
    .contact-top li {
        width: 100%;
    }
    .contact-top-ewm {
        width: 100%;
        margin-top: 20px;
    }
    #container{
        height: 300px;
    }
}
@media (min-width:768px) and (max-width:1200px){
    .head-cont-left a {
        width: 550px;
    }
    .index-about-one{
        align-items: center;
    }
    .index-about-left {
        width: 40%;
    }
    .index-about-right {
        width: 57%;
        margin-top: 0;
    }
    .index-about-p{
        width: 48%;
    }
    .index-pro-cont li {
        width: 19%;
    }
    .index-service-p li{
        width: 23%;
    }
    .foot-right a img{
        width: 300px;
    }
    .jingti-right-cont a {
        width: 31%;
    }
    .about-left{
        display: block;
    }
    .about-right{
        width: 72%;
    }
    .phone-pro-menu{
        display: none;
    }
    .news-cont-right h2 {
        -webkit-line-clamp: 1;
    }
    .news-cont-right p{
        display: block;
    }
    .contact-cont-left {
        width: 76%;
    }
    .contact-cont-left ul li{
        width: 47%;
    }
    .contact-cont-right {
        width: 20%;
    }
    .contact-foot ul li{
        width: 32%;
    }
}
@media (min-width:414px) and (max-width:768px){
    .index-about-one{
        align-items: center;
    }
    /*.index-about-left {*/
    /*    width: 40%;*/
    /*}*/
    /*.index-about-right {*/
    /*    width: 57%;*/
    /*    margin-top: 0;*/
    /*}*/
    .index-about-p{
        width: 48%;
    }
    /*.index-pro-cont li {*/
    /*    width: 31%;*/
    /*}*/
    .index-service-p li{
        width: 23%;
    }
    .foot-right a img{
        width: 300px;
    }
    /*.jingti-right-cont a {*/
    /*    width: 31%;*/
    /*}*/
    .index-pro-cont li a h2{
        font-size: 18px;
    }
    .shiyan .about-right .jingti-right-cont a h2{
        font-size: 16px;
    }
    .news-cont-right h2 {
        -webkit-line-clamp: 1;
    }
    .news-cont-right p{
        display: block;
    }
    .contact-cont-left {
        width: 76%;
    }
    /*.contact-cont-left ul li{*/
    /*    width: 47%;*/
    /*}*/
    .contact-cont-right {
        width: 20%;
    }
    /*.contact-foot ul li{*/
    /*    width: 32%;*/
    /*}*/
}
@media screen and (max-width:414px){}