.container{
    width: 1200px;
    margin: auto;
}
.header{
    width: 100%;
    background-color: #0367b5;
}
.head{
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.head-left{}
.head-left a{
    width: 450px;
    display: block;
}
.head-left a img{
    width: 100%;
    display: block;
}
.head-right{}
.head-right p{
    font-size: 16px;
    color: #fff;
    text-align: end;
}
.head-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 10px;
}
.head-right ul li{}
.head-right ul li:first-child a{
    padding-left: 0;
}
.head-right ul li a{
    display: block;
    font-size: 16px;
    color: #fff;
    padding-left: 30px;
    transition: .3s ease-in;
}
.head-right ul li a:hover{
    color: #8cbee6;
}
.banner{}
.ban-swiper{
    overflow: hidden;
    position: relative;
}
.ban-swiper .swiper-slide{}
.ban-swiper .swiper-slide img{
    width: 100%;
    display: block;
}
.ban-page .swiper-pagination-bullet{
    width: 50px;
    height: 5px;
    border-radius: 0;
    background-color: #fff;
    opacity: 1;
}
.ban-page .swiper-pagination-bullet-active{
    background: #0367b5;
}
.ban-prev{
    left: 10%;
}
.ban-next{
    right: 10%;
}
.index-about{
    padding: 60px 0;
}
.index-about-top{}
.index-about-top h2{
    font-size: 32px;
    color: #0367b5;
    font-weight: bold;
    text-align: center;
}
.index-about-top h2 span{
    display: inline-block;
    font-size: 32px;
    color: #666666;
}
.index-about-top p{
    font-size: 16px;
    color: #666666;
    text-align: center;
}
.index-about-cont{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.index-about-left{
    width: 47%;
}
.index-about-left h2{
    font-size: 24px;
    color: #666666;
    margin-bottom: 10px;
}
.index-about-left p{
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    text-indent: 2em;
}
.index-about-left a{
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
    transition: .3s ease-in;
    display: block;
}
.index-about-left a:hover{
    color: #0367b5;
}
.index-about-right{
    width: 47%;
}
.index-about-a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-about-p{
    width: 50%;
    height: 170px;
}
.index-about-p img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-about-p p{}
.index-about-p a{
    display: block;
    width: 100%;
    line-height: 170px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #0367b5;
}
.index-pro{
    padding: 60px 0;
}
.index-pro-all{
    margin-top: 30px;
    position: relative;
}
.pro-swiper{
    overflow: hidden;
}
.pro-swiper a{}
.index-pro-p{}
.index-pro-p:hover img{
    transform: scale(1.1);
}
.index-pro-p:hover p{
    color: #fff;
    background-color: #0367b5;
}
.index-pro-img{
    overflow: hidden;
}
.index-pro-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.index-pro-p p{
    font-size: 14px;
    color: #333333;
    background-color: #e6e6e6;
    text-align: center;
    padding: 15px 0;
    transition: .3s ease-in;
}
.pro-prev::after,.pro-next::after{
    font-size: 18px;
    color: #dcdcdc;
}
.pro-prev{
    width: 40px;
    height: 40px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    left: -50px;
}
.pro-next{
    width: 40px;
    height: 40px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    right: -50px;
}
.pro-prev:hover,.pro-next:hover{
    border: 1px solid #0367b5;
}
.pro-prev:hover::after,.pro-next:hover::after{
    color: #0367b5;
}
.pro-page{
    display: none;
}
.index-news{
    padding: 60px 0;
}
.index-news-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-news-cont{
    width: 47%;
    margin-top: 30px;
}
.index-news-cont a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.index-news-left{
    width: 20%;
    overflow: hidden;
}
.index-news-left img{
    width: 100%;
    transition: .3s ease-in;
}
.index-news-right{
    width: 78%;
}
.index-news-right h2{
    font-size: 16px;
    color: #dcdcdc;
    transition: .3s ease-in;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
}
.index-news-right p{
    font-size: 12px;
    color: #666666;
    margin-top: 10px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
}
.index-news-cont a:hover img{
    transform: scale(1.1);
}
.index-news-cont a:hover p{
    color: #0367b5;
}
.index-partners{
    padding: 60px 0;
}
.index-hz-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.index-hz-cont{
    width: 31%;
    margin-left: 2%;
    margin-top: 30px;
    overflow: hidden;
}
.index-hz-cont img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: .3s ease-in;
}
.index-hz-cont:hover img{
    transform: scale(1.1);
}
.footer{
    background-color: #333333;
}
.foot{
    padding: 30px 0;
}
.foot-cont{}
.foot-cont ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-cont ul li{
    width: 20%;
}
.foot-cont ul li p{
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.foot-cont ul li a{
    display: block;
    font-size: 12px;
    color: #eeeeee;
    margin-top: 10px;
}
.foot-cont ul li span{
    display: block;
    font-size: 12px;
    color: #eeeeee;
    margin-top: 10px;
}
.foot-di{
    background-color: #0367b5;
}
.foot-di-all{}
.foot-di-all p{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
}
.foot-di-all p a{
    display: block;
    margin-left: 10px;
    font-size: 14px;
    color: #fff;
}
.about-ban{}
.about-ban img{
    display: block;
    margin: auto;
}
.about{
    padding: 60px 0;
    background-color: #f1f1f1;
}
.about-all{
    background-color: #fff;
    padding: 40px;
    box-sizing: border-box;
}
.about-top{}
.about-top ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.about-top ul li{}
.about-top ul li a{
    display: block;
    background-color: #939393;
    color: #fff;
    padding: 5px 20px;
    margin-right: 20px;
}
.about-top ul li:last-child a{
    margin-right: 0;
}
.about-top ul li a:hover{
    background-color: #0367b5;
}
.about-top ul .active a{
    background-color: #0367b5;
    color: #fff;
}
.about-cont{
    margin-top: 40px;
}
.pro-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.pro-cont{
    width: 31%;
    margin-left: 2%;
    margin-bottom: 20px;
}
.pro-cont a{}
.pro-img{
    overflow: hidden;
}
.pro-img img{
    width: 100%;
    transition: .3s ease-in;
}
.pro-cont a p{
    font-size: 16px;
    color: #333333;
    padding: 15px 0;
    text-align: center;
    background-color: #f2f2f2;
    transition: .3s ease-in;
}
.pro-cont a:hover img{
    transform: scale(1.1);
}
.pro-cont a:hover p{
    background-color: #0367b5;
    color: #fff;
}
.pro-page{}
.pro-page ul{
}
.pro-page ul li{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.pro-page ul li a{
    display: block;
    font-size: 14px;
    color: #333333;
    border: 1px solid #e5e5e5;
    padding: 10px;
    box-sizing: border-box;
    margin-right: 5px;
    transition: .3s ease-in;
}
.pro-page ul li .active{
    background-color: #0367b5;
    color: #fff;
}
.pro-page ul li a:hover{
    background-color: #0367b5;
    color: #fff;
}
.pro-detail{}
.pro-detail-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.pro-detail-left{
    width: 46%;
}
.pro-detail-left img{
    width: 100%;
    display: block;
}
.pro-detail-right{
    width: 46%;
}
.pro-detail-right h2{
    font-size: 26px;
    color: #333333;
    font-weight: bold;
}
.pro-detail-right p{
    font-size: 20px;
    color: #333333;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin-top: 10px;
}
.pro-detail-right span{
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-top: 20px;
}
.news{}
.news-cont{}
.news-cont a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.news-left{
    width: 20%;
    overflow: hidden;
}
.news-left img{
    width: 100%;
    transition: .3s ease-in;
}
.news-right{
    width: 78%;
}
.news-right h2{
    font-size: 24px;
    color: #0367b5;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
}
.news-right p{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
}
.news-cont a:hover img{
    transform: scale(1.1);
}
.news-detail{}
.news-detail-top{
    padding-bottom: 20px;
    border-bottom: 1px  dotted #dedede;
}
.news-detail-top h2{
    font-size: 24px;
    color: #000;
    text-align: center;
}
.news-detail-top p{
    font-size: 12px;
    color: #666666;
    text-align: center;
    margin-top: 5px;
}





/* phone */
.mobile-inner-header {
    background-color: rgba(255,255,255,255.7);
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0;
}
#wrap {
    text-align: left;
}
.fl {
    float: left;
    display: inline;
}
.mobile-inner-header-icon:hover {
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.mobile-inner-header-icon {
    color: #666666;
    height: 50px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 50px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}
.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}
.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}
.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(0,0,0,0.7);
}
.mobile-inner-header-icon:hover {
    cursor: pointer;
}
.mobile-inner-header-icon {
    color: #666666;
    font-size: 25px;
    text-align: center;
}
.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}
.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}
.mobile-inner-nav {
    background-color: #ffffff;
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0px;
    display: none;
    z-index: 9999;
    height: 90%;
    padding-top: 0%;
    overflow-y: auto;
}
.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 90%;
    margin-left: 5%;
    color: #666666;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
    border-bottom: 1px solid #66666640;
}
.mobile-inner-nav a {
    position: relative;
    overflow: hidden;
}
#wrap {
    text-align: left
}
@keyframes returnToNormal {
  0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }
  100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}
.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, 0.7);
}
.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}
@keyframes clicksecond {
  0% {
	  transform: translateY(-4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes clickfirst {
  0% {
	  transform: translateY(4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}
@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-header-icon{
  display: none;
}
.mobile{
    position: relative;
}
.mobile::after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/down.png) no-repeat center;
    position: absolute;
    top: 10px;
    right: 10px;
}
.mobile .active{
    display: block;
}
.mobile-down{
    display: none;
    transition: .5s all;
}
.mobile-down a{
    padding-left: 20px;
    font-size: 14px;
}
@media (min-width:320px) and (max-width:1199px) {
  .mobile-inner-header-icon{
    display: block;
  }
}



@media screen and (max-width:1200px){
    .container{
        width: 95%;
    }
    .head{
        height: auto;
    }
    .head-left a{
        width: 200px;
    }
    .head-right p,.head-right ul{
        display: none;
    }
    .ban-swiper .swiper-slide img{
        height: 180px;
        object-fit: cover;
    }
    .ban-next,.ban-prev{
        display: none;
    }
    .index-about-cont{
        flex-direction: column-reverse;
    }
    .index-about-left{
        width: 100%;
        margin-top: 20px;
    }
    .index-about-right{
        width: 100%;
    }
    .pro-page{
        display: block;
    }
    .pro-prev,.pro-next{
        display: none;
    }
    .pro-swiper{
        padding-bottom: 40px;
    }
    .index-about,.index-pro,.index-news{
        padding: 0;
        padding-top: 40px;
    }
    .index-partners{
        padding: 40px 0;
    }
    .index-news-cont{
        width: 100%;
    }
    .index-news-left{
        width: 35%;
    }
    .index-news-right{
        width: 60%;
    }
    .index-hz-cont{
        width: 48%;
    }
    .index-hz-cont img{
        height: auto;
    }
    .foot{
        display: none;
    }
    .about-ban img{
        height: 200px;
        object-fit: cover;
    }
    .about{
        padding: 40px 0;
    }
    .about-all{
        padding: 20px;
    }
    .about-top ul li{
        width: 25%;
    }
    .about-top ul li a{
        padding: 5px 0;
        margin-right: 0;
        text-align: center;
    }
    .about-cont{
        margin-top: 0;
    }
    .pro-all{
        margin-top: 20px;
    }
    .pro-cont{
        width: 48%;
    }
    .pro-detail-left{
        width: 100%;
    }
    .pro-detail-right{
        width: 100%;
        margin-top: 20px;
    }
    .news-cont{
        margin-top: 30px;
    }
    .news-left{
        width: 45%;
    }
    .news-right{
        width: 48%;
    }
}
@media (min-width:769px) and (max-width:1199px){
    .ban-swiper .swiper-slide img{
        height: auto;
    }
    .index-about-cont{
        flex-direction: unset;
    }
    .index-about-left{
        width: 47%;
    }
    .index-about-right{
        width: 47%;
    }
    .index-news-left{
        width: 25%;
    }
    .index-news-right{
        width: 72%;
    }
    .index-hz-cont{
        width: 31%;
    }
    .pro-cont{
        width: 31%;
    }
    .pro-detail-left{
        width: 46%;
    }
    .pro-detail-right{
        width: 46%;
    }
    .news-left{
        width: 30%;
    }
    .news-right{
        width: 65%;
    }
}
@media (min-width:414px) and (max-width:769px){
    .ban-swiper .swiper-slide img{
        height: auto;
    }
    .pro-detail-left{
        width: 46%;
    }
    .pro-detail-right{
        width: 46%;
    }
    .news-left{
        width: 30%;
    }
    .news-right{
        width: 65%;
    }
}
@media screen and (max-width:414px){
    .about-top ul li a{
        font-size: 14px;
    }
}

.pagination {
    margin: 30px 0;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.pagination a {
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    width: 40px;
    height: 40px;
    color: #333;
    background-color: #f8f8f8;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.pagination a:hover,
.pagination a.active {
    background-color: #0367b5;
    color: #fff;
}

.ql-editor {
    padding: 0;
}

.wang-editor-content h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0.67em 0;
}

.wang-editor-content h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0.83em 0;
}

.wang-editor-content h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 1em 0;
}

.wang-editor-content p {
    margin: 1em 0;
}

.wang-editor-content img,
.wang-editor-content video {
    display: revert;
}

.wang-editor-content ul,
.wang-editor-content ol {
    padding-left: 20px;
    margin: 0;
}

.wang-editor-content ul li,
.wang-editor-content ol li {
    margin-bottom: 5px;
    list-style-position: inside;
}

.wang-editor-content ul li {
    list-style-type: disc;
}

.wang-editor-content ol li {
    list-style-type: decimal;
}
