*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}
body{
    color: #333;
}
.max{
    max-width: 1600px;
    margin: auto;
}
nav{
    position: relative;
}
header {
    /* background: rgba(0, 0, 0, 0.699); */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
header.on{
    background: rgba(255,255,255,0.5);
    transition: all .3s;
}
header:hover{
    background: rgba(255,255,255,0.5);
    transition: all .3s;
}
.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-list{
    display: flex;
}
.nav-list li>a{
    display: block;
    line-height: 86px;
    width: 135px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5px;
    text-overflow:ellipsis;
    font-size: 14px;
}
header.on .nav-list li>a{
    color: #333;
    transition: all .3s;
}
header:hover .nav-list li>a{
    color: #333;
    transition: all .3s;
}
.nav-list li{
    position: relative;
}

.logo img{
    height:60px;
    display: block;
}
.lo1{
    display: block;
}
.lo2{
    display: none;
}
.nav-two{
    display: none;
}
header.on .lo1{
    display: none;
}
header.on .lo2{
    display: block;
}
header:hover .lo1{
    display: none;
}
header:hover .lo2{
    display: block;
}
.search{
    width: 150px;
    height: 30px;
    border: 1px solid #fff;
    overflow: hidden;
    border-radius: 5px;
}
header.on .search{
    border-color: #333;
}
header:hover .search{
    border-color: #333;
}
.search input{
    border: none;
    width: 100%;
    height: 30px;
    outline: none;
    padding-left: 10px;
    background: none;
}
.search form{
    display: flex;
    align-items: center;
}
.search button{
    background: none;
    border: none;
    flex: none;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.wp-pagenavi{
    display: flex;
    justify-content: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 8px 12px;
    margin: 2px;
    color: #313131;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #01509A;
    color: #01509A;
}
#wpforms-32-field_1-container{
    display: none !important;
}
#wpforms-32 .wpforms-field-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#wpforms-32 .wpforms-field-container>div{
    width: 49% !important;
}
#wpforms-32 .wpforms-field-container>div input{
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 3px;
    height: 45px !important;
}
#wpforms-32 .wpforms-field-container>div#wpforms-32-field_7-container{
    width: 100% !important;
    max-width: 100% !important;
  
    
}
#wpforms-32 .wpforms-field-container>div textarea{
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 3px;
    /*height: 45px !important;*/
}
.wpforms-submit-container{
    text-align: center;
}
.wpforms-submit-container button{
    border-radius: 50px !important;
    border: none !important;
        background: #015099 !important;
}
.tops{
    position: fixed;
    bottom: 20%;
    right: 5%;
    text-align: center;
    z-index: 99;
}
.tops i{
    position: fixed;
    bottom: 5%px;
    right: 5%px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: rgb(122 122 122 / 40%) 0 0 15px;
    z-index: 44;
    transition: .2s;
    opacity: .8;
    color: #0274B3;
}
.tops p{
    font-size: 14px;
    color: #333;
}
.search button i{
    font-size: 20px;
    color: #fff;
}
header.on .search button i{
    color: #333;
}
header:hover .search button i{
    color: #333;
}
.nav-two a{
    display: block;
    line-height: 45px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #cbcaca;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5px;
    text-overflow:ellipsis;
    font-size: 16px;
}
.nav-two a:hover {
    background: #015099;
    color: #fff;
}

.banner{
    position: relative;
}
.banner video{
    width: 100%;
    display: block;
    object-fit:cover;
}
.video-text{
    position: absolute;
    left: 10%;
    top: calc(50% - 100px);
    z-index: 98;
}
.video-text h1{
    color: #fff;
    font-size: 58px;
}
.video-text p{
    color: #fff;
    margin: 20px 0 40px 0;
    font-size: 28px;
}
.video-text a{
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    border: 1px solid #fff;
    transition: all 0.3s;
}
.video-text a:hover{
    background: #015099;
    border: 1px solid #015099;
}
/* img{
    max-width: 100%;
    width: 100%;
} */
.play{
    width: 100px;
    height: 100px;
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    cursor: pointer;
    display: none;
    z-index: 99;
}
.play img{
    display: block;
    width: 100%;
    height: 100%;
}
.trp-language-switcher {
    height: auto !important;
    width: auto !important;
}
.trp-language-switcher > div > a > img {
    display: inline;
    margin: 0 3px;
    width: 24px !important;
    height: 18px !important;
    border-radius: 0;
}
.trp-language-switcher > div {
    padding: 0 !important;
}
.trp-language-switcher > div{
    background: none !important;
    border: none !important;
}
.trp-language-switcher > div > a {
    padding: 0 !important;
    color: #fff;
}
header.on .trp-language-switcher > div > a{
    color: #333;
}
.trp-language-switcher > div > a:hover {
    background: none;
    border-radius: 2px;
}
.pad{
    padding: 80px 0;
}

.bg{
    background: #EFF0F4;
}
.str_wrap{
    background: #EFF0F4;
}
.abt-c{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.abt-c>div{
    width: 49%;
}
.abt-l>h3{
    font-size: 32px;
    font-weight: 500;
}
.abt-l>p{
    margin: 5px 0 15px 0;
}
.abt-text p{
    line-height: 30px;
    text-indent: 2em;
    font-size: 16px;
    color: #555;
}
.abt-text{
    margin-bottom: 30px;
    margin-top: 26px;
}
.abt-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.abt-list h5{
    font-size: 26px;
    color: #015099;
}
.abt-list li{
    position: relative;
    padding: 0 1vw;
    border-left: 1px solid rgba(0,0,0,.1);
}
.abt-list li::after{
    content: "";
    width: 1px;
    height: 30px;
    background: #00509a;
    position: absolute;
    left: -1px;
    top: 0;
}
.abt-list div{
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
}
.abt-list span{
    margin-left: 5px;
    color: #035bad;
}
.abt-list p{
    color: #888;
}
.abt-r img{
    display: block;
    width: 100%;
}
.str_move{
    display: flex;
}
.str_move img{
    display: block;
    max-width: 100%;
    /* width: 100%; */
}
.banner::after{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: 1;
}
.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 62px;
    position: relative;
    background: #0061bf;
}
.client-2 .my-kefu-main {

  width: 230px;
    height: 53px;
    position: relative;
    padding: 9px 0 0;
    float: left;
}
.client-2 .my-kefu-left {
    float: left;
    width: 62px;
    height: 47px;
    position: relative;
}

user agent stylesheet
di
client-2 .my-kefu-left {
    float: left;
    width: 62px;
    height: 47px;
    position: relative;
}
.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}
.client-2 li i {
    background: url(../img/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}
.client-2 li p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
.client-2 .my-kefu-tel-main {
    background: #0061bf;
    color: #fff;
    height: 53px;
    width: 230px;
    padding: 9px 0 0;
    float: left;
}
.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}
.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}
.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}
.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
}
.client-2 .my-kefu-right {
  font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}
.str_move li{
    margin: 0 5px;
    cursor: pointer;
}
.abt-slide{
    margin-top: 30px;
}
.title h3{
    text-align: center;
    position: relative;
    z-index: 15;
    font-size: 42px;
}
.title p{
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 5px;
    z-index: -1;
    font-size: 50px;
    color: rgb(238, 238, 238);
    text-transform: uppercase;
    letter-spacing: .1em;
}
.title  span{
    width: 40px;
    height: 4px;
    background: #015099;
    margin: auto;
    display: block;
    margin-top: 10px;
}
.title{
    margin-bottom: 80px;
}
.pr-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* margin-bottom: 50px; */
}
.pr-list li{
    width: 20%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.pr-list li div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
}
.pr-list li img{
    display: block;
    width: 100%;
}
.pr-list li:hover div{
    background: #3c97ec65;
    transition: all .3s;
}
.pr-img{
    width: 100%;
    position: relative;
    height: 750px;
    overflow: hidden;
    margin-bottom: 80px;
}
.pr-t{
    width: 100%;
  
}
/* .pr-t img{
    display: block;
    width: 100%;
    transition: all .3s;
    transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
} */
.pr-t>div{
    display: none;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    transition-duration: 1.5s;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* transform: scale(0.8); */
    transition: transform 1s; 
    
}

.pr-t .on{
    display: block !important;
    /* transform: scale(1.08, 1.08); */
    transition: all .5s;
}


.pr-item{
    display: flex;
    flex-wrap: wrap;
    /* position: absolute; */
    width: 100%;
    height: 100%;
    /* left: 0;
    top: 0; */
}
.pr-item li{
    width: 20%;
    border-right: 1px solid rgba(238, 237, 237, 0.5);
    /* padding-top: 8%; */
    position: relative;
    cursor: pointer;
   
}
.pr-title{
    text-align: center;
    color: #fff;
    font-size: 26px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 48%;
}
.pr-c{
    position: absolute;
    left: 0;
    top: 0;
    padding: 40% 10% 0 10%;
    width: 100%;
    /* height: 100%; */
    display: none;
    background: rgba(0,0,0,0.5);
    height: 100%;
}
.pr-c h3{
    color: #fff;
    font-size: 32px;
    text-align: center;
}
.pr-c p{
    color: rgb(233, 232, 232);
    font-size: 14px;
    margin: 30px 0;
    line-height: 25px;
}
.pr-i{
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
}
/*.pr-i div{*/
/*    width: 49.5%;*/
/*    margin: 2px 0;*/
/*}*/
.pr-i img{
    width: 100%;
    display: block;
}
.pr-item li:hover .pr-title{
    display: none;
}
.pr-item li:hover .pr-c{
    display: block;
}
.box11 {
    background: #fff;
    /* padding: 30px 0; */
    height: 782px;
}
.item_box_wp1 {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}
.voice_21 {
    max-width: 1920px;
    position: relative;
    overflow: hidden;
    background: #3158C1;
    /* left: 50%;
    margin-left: -590px; */
}
.voice_21 ul li {
    float: left;
    display: inline;
    height: 782px;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;

}
.voice_21 .foldl {
    width: 230px;
    height: 782px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    background: #015099;
    color: #fff;
    font-size: 46px;
    text-align: center;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: .5s;
    /* line-height: 782px; */
}
/* .voice_21 ul li:nth-child(1)  .foldl{
    transform: translateY(0);
} */
.voice_21 ul li.on .foldl{
    transform: translateY(-100%);
    opacity: 0;
    background: none;
}
.lc{
    max-width: 1920px;
    margin: auto;
    position: relative;
    display: none;
}
.ex{
    display: none;
}
.lc>img{
    display: block;
    width: 100%;
}
.lc1{
    position: absolute;
    left: 443px;
    top: 200px;
}
.lc2{
    position: absolute;
    left: 743px;
    top: 200px;
}
.lc3{
    position: absolute;
    left:1043px;
    top: 200px;
}
.lc4{
    position: absolute;
    left:1342px;
    top: 200px;
}
.lc5{
    position: absolute;
    left: 595px;
    top: 468px;
}
.lc6{
    position: absolute;
    left: 895px;
    top: 468px;
}
.lc7{
    position: absolute;
    left: 1195px;
    top: 468px;
}
/*.lc>div{*/
/*    width: 133px;*/
/*    height: 167px;*/
/*}*/
/*.lc>div img{*/
/*    display: none;*/
/*}*/
/*.lc>div:hover img{*/
/*    display: block;*/
/*}*/
.voice_21 .foldl>div{
    position: relative;
    width: 100%;
    height: 100%;
}
.voice_21 .foldl>div>div{
    position: absolute;
    left: calc(50% - 23px);
    top: calc(50% - 122px);
    z-index: 2;
    transition: .5s;
    writing-mode: vertical-rl;
}
.voice_21 .unfoldl {
    width: 1230px;
    height: 100%;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}
.foot-l>a>img{
    height: 50px;
}
.ss{
    display: none;
}
.voice_21 ul li .unfoldl img{
    width: 100%;
    display: block;
    height: 782px;
    object-fit: cover;
}
.voice_21 ul li:nth-child(1) .foldl{
    background: #4066CB;
}
.voice_21 ul li:nth-child(2) .foldl{
    background: #3158C1;
}
.voice_21 ul li:nth-child(3) .foldl{
    background: #2b53be;
}
.voice_21 ul li:nth-child(4) .foldl{
    background: #1941A8;
}
.voice_21 ul{
    display: flex;
}
.yp-list{
    display: flex;
    flex-wrap: wrap;
}
.yp-list li{
    width: 25%;
    padding: 10px 3px;
}
.yp-list li div img{
    display: block;
    width: 100%;
    transition: all .3s;
}
.yp-list li p{
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    color: #333;
}
.yp-list li div{
    border: 1px solid #fff;
    transition: all .3s;
    overflow: hidden;
}
.yp-list li:hover div{
    border: 1px solid #035bad;
}
.yp-list li:hover img{
   transform: scale(1.1);
}
.lc-img img{
    width: 100%;
    display: block;
}
.ex-silde{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ex-silde>div{
    width: 49%;
}
.ex-silde .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}
.ex-silde .swiper-button-next, .swiper-button-prev{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgba(0, 0, 0, 0.699);
}
.ex-silde .swiper-button-next{
    right: 0;
}
.ex-silde .swiper-button-prev{
    left: 0;
}
.ex-txt{
    text-align: center;
    line-height: 45px;
    font-size: 20px;
}
.cer-slide .swiper-slide img{
    display: block;
    width: 100%;
}
.cer-slide .swiper{
    padding-top: 80px;
}
.cer-slide .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: auto;
    top: 0px;
}
.cer-slide .swiper-pagination-bullet {
    width: 84px;
    height: 39px;
    border-radius:25px;
    color: #000;
    line-height: 39px;
    text-align: center;
    opacity: 1;
    background: rgb(214, 214, 214);
    font-size: 18px;
}
.cer-slide  .swiper-pagination-bullet-active{
    background: #014B91;
    color: #fff;
}
.cus{
    padding-bottom: 0;
}
.cus-c{
    background-image: url(../img/asd.png);  
    background-size: cover;
    padding: 30px 0;
}
.cus-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cus-list li{
    width: 15%;
    padding: 15px 20px;
}
.cus-list li img{
    display: block;
    width: 100%;
}
.foot{
    background: #01509A;
    padding: 30px 0;
}
.foot-c{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.foot-l{
    width: 30%;
}
.foot-l>a{
    display: block;
    padding-left: 10%;
}
.foot-icon{
    display: flex;
    margin-top: 10px;
    padding-left: 14%;
}
.foot-icon img{
    width: 22px;
    height: 22px;
    display: block;
}
.foot-icon a{
    margin: 0 7px;
}
.foot-l p{
    font-size: 20px;
    color: #fff;
    margin: 10px 0 30px 0;
}
.foot-ewm{
    padding-left: 14%;
}
.foot-ewm>div{
    width: 140px;
    height: 140px;
    display: none;
}
.foot-ewm>div img{
    display: block;
    width: 100%;
    height: 100%;
}
.foot-r{
    width: 70%;
}
.foot-r{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.foot-r>div a{
    display: block;
    color: #fff;
    line-height: 35px;
}
.foot-r>div h3{
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 20px;
    position: relative;
}
.foot-r>div h3::after{
    width: 35px;
    height: 1px;
    background: #fff;
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
}
.foot-r>div p{
    line-height: 35px;
    color: #fff;
}
.muen{
    display: none;
}
.down{
    display: none;
}
.banner1{
    position: relative;
}
.banner1 img{
    display: block;
    width: 100%;
}
.banner1 .max{
    position: relative;
    height: 100%;
}
.banner-txt{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.banner-flex{
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 10%;
}
.banner-flex h1{
    font-size: 56px;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px #000;
}
.banner-flex p{
    color: #fff;
    font-size: 22px;
    text-shadow: 2px 2px 4px #000;
}
.add{
    padding: 20px 0;
    border-bottom: 1px solid #f2f2f2;
}
.add a{
    color: #333;
}
.class-title{
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 0;
}
.class-cont{
    padding: 40px 0 0 0;
}
.class-cont p{
    font-size: 17px;
    line-height: 35px;
}
.class-img{
    margin-top: 50px;
}
.class-img img{
    width: 100%;
    display: block;
}
.class-img .swiper-button-next, .swiper-button-prev{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgba(0, 0, 0, 0.699);
}
.class-img  .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}
.class-img .ex-silde .swiper-button-next {
    right: 0;
}
.products-flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.products-l{
    width: 18%;
    /* box-shadow: 0px 0px 9px 1px rgb(0 0 0 / 10%);
    border-radius: 6px;
    margin-bottom: 20px;
    background-color: #fff; */
}
.products-r{
    width: 80%;
}
.products-l h2{
    padding: 14px 20px;
    border-bottom: 1px solid rgba(144,144,144,.1);
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.products-l ul{
    padding: 10px 0 ;
}
.products-l ul li a{
    position: relative;
    max-width: 100%;
    overflow: hidden;
    display: block;
    padding: 10px 20px;
    width: 100%;
    color: #333;
}
.products-l ul li:hover a{
    background-color: rgba(144,144,144,.06);
    color: #015099;
}
.products-l ul li.on a{
    background-color: rgba(144,144,144,.06);
    color: #015099;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
}
.products-list li{
    width: 25%;
    padding: 10px;
    margin-bottom: 10px;
}
.products-list li div{
    overflow: hidden;
}
.products-list li div img{
    display: block;
    width: 100%;
    transition: all .3s;
}
.products-list li p{
    color: #333;
    padding: 5px;
    font-size: 14px;
    line-height: 25px;
    height: 60px;
}
.products-list li:hover p{
    color: #015099;
    transition: all .3s;
}
.products-list li:hover img{
    transform: scale(1.1);
}
.page{
    display: flex;
    justify-content: center;
    margin-top: 50px;

}
.al-list li{
    padding: 15px 0;
    cursor: pointer;
}
.al-c{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.al-img{
    width: 20%;
}
.al-text{
    width: 78%;
}
.al-img{
    overflow: hidden;
}
.al-img img{
    width: 100%;
    display: block;
    transition: all .3s;
}
.al-img{
    overflow: hidden;
}
.al-text h3{
    font-size: 24px;
    margin-bottom: 10px;
    color: #015099;
}
.al-text p{
    color: #2b2b2b;
    line-height: 28px;
}
.al-title{
    text-align: center;
    font-size: 42px;
    margin-bottom: 50px;
}


.al-list li .al-img:hover img{
    transform: scale(1.1);
}
.products-l>div{
    box-shadow: 0px 0px 9px 1px rgb(0 0 0 / 10%);
    border-radius: 6px;
    margin-bottom: 20px;
    background-color: #fff;
}
.prod-b p{
    display: block;
    padding: 10px 20px;
    width: 100%;
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.prod-b i{
    margin-right: 5px;
    font-size: 20px;
}
.prod-b>div{
    padding: 10px 0;
}
.contact-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-list li{
    width: 18%;
    box-shadow: 0px 0px 9px 1px rgb(0 0 0 / 10%);
    border-radius: 6px;
    text-align: center;
    padding: 20px 10px;
}
.contact-list li>div{
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin: auto;
    background: #015099;
    border-radius: 50px;

}
.contact-list li>div i{
    font-size: 26px;
    color: #fff;
}
.contact-list li h5{
    margin: 20px 0;
    font-size: 22px;
    font-weight: 500;
}
.contact-list li p{
    color: #555;
}
.map{
    margin: 80px 0;
}
.map img{
    width: 100%;
    display: block;
}
.cont-title{
    margin-bottom: 50px;
}
.cont-title h3{
    line-height: 1.3;
    font-size: 32px;
    margin: 0;
    margin-bottom: 16px;
    text-align: center;
}
.cont-title p{
    line-height: 1.5;
    font-size: 16px;
    text-align: center;
}
.form{
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
}
.form>div{
    width: 48%;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 50px;
    margin-bottom: 40px;
}
.form>div input{
    width: 100%;
    height: 100%;
    padding: 10px;
    outline: none;
    border: none;
    font-size: 16px;
}
.form>div textarea{
    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
    height: 100%;
    font-size: 18px;
}
.form>div:nth-child(5){
    width: 100%;
    height: 120px;
    
}
.form>div:nth-child(6){
    width: 100%;
    border: none;
    text-align: center;
    margin-bottom: 0;
}
.form button{
    border-radius: 50px;
    border: none;
    display: inline-block;
    margin: auto;
    background: #015099 !important;
    color: #fff !important;
    padding: 12px 40px !important;
    font-size: 16px;
    margin: auto;
}
.details-flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* .details-flex>div{
    width: 48%;
} */
.details-l{
    width: 35%;
}
.details-r{
    width: 62%;
}
.swiper-slide img{
    display: block;
    width: 100%;
}
.details-l .swiper-button-next{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgba(0, 0, 0, 0.699);
}
.details-l .swiper-button-next:after {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}
.details .max{
    max-width: 1200px;
}
.details-r h3{
    font-weight: 500;
    font-size: 28px;
    color: #333;
    margin-top: 0;
    margin-bottom: 20px;
}
.details-r p{
    font-size: 16px;
    margin-bottom: 40px;
}
.details-r a{
    margin-bottom: 10px;
    width: 220px;
    color: #fff;
    background-color: #015099;
    border-color: #015099;
    padding: 10px 15px;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    margin-right: 20px;
}
.details-b{
    margin-top: 4vw;
}
.xg{
    border-bottom: 1px solid #015099;
    margin: 0;
    margin-bottom: 20px;
}
.xg span{
    background: #015099;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 16px;
    box-sizing: border-box;
    display: inline-block;
}
.details-txt div img{
    max-width: 100%;
    width: 100%;
    display: block;
}
.details-tj{
    padding-top: 4vw;
}
.products-a{
    text-align: center;
    margin-top: 30px;
}
.products-a a{
    border-radius: 50px;
    border: none;
    display: inline-block;
    margin: auto;
    background: #015099 !important;
    color: #fff !important;
    padding: 12px 40px !important;
    font-size: 16px;
}
.details-form{
    padding-top: 4vw;
}
.news-c>h3{
    font-size: 20px;
    color: #363636;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.7;
}
.news-info{
    display: flex;
    font-size: 14px;
    font-family: Arial;
    color: #9e9e9e;
    line-height: 35px;
    border-bottom: 1px dashed #cfcfcf;
    margin-bottom: 20px;
}
.news-info span{
    margin-right: 30px;
}
.news-info i{
    font-size: 14px;
    margin-right: 5px;
}
.news-cont p{
    line-height: 30px;
    margin-bottom: 15px;
}
.news-a{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.news-a a{
    color: #333;
}
.news-a a:hover{
    color: #015099;
}
.news-xg{
    padding-top: 4vw;
}
.news-cont img{
    max-width: 100%;
}
.unfoldl dl{
    position: relative;

}
.unf-c{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20% 0 0 20%;
}
.unf-c h3{
    color: #fff;
    font-size: 42px;
    margin-bottom: 15px;
    font-weight: 500;
}
.unf-c p{
    font-size: 26px;
    color: #fff;
    /*margin-bottom: 5px;*/
    font-weight: 400;
    line-height: 45px;
}
@media (min-width:769px){
    .nav-list li:hover>a{
        color: #fff !important;
        background: #015099;
    }
    .nav-list li:hover .nav-two{
        display: block;
    }
    .nav-two{
        position: absolute;
        left: 0;
        top: 100%;
        background: rgba(0,0,0,0.6);
        width: 100%;
        z-index:999;
    }
    /* .al-list li:nth-child(2n) .al-c{
        flex-flow: row-reverse;
    } */
}
@media (max-width:1400px){
    .max{
        padding: 0 10px;
    }
}
@media (max-width:768px){
    .max{
        padding: 0 10px;
    }
    .search{
        display: none;
    }
    .logo img{
        height: 60px;
    }
    .muen{
        display: block;
    }
    .muen{
        width: 60px;
        line-height: 60px;
        text-align: center;
    }
    .muen i{
        font-size: 26px;
    }
    .nav-c{
        position: absolute;
        left: 0;
        top: 100%;
        background: #fff;
        z-index: 99;
        width: 100%;
        border-top: 1px solid #f2f2f2;
        padding: 10px 0;
        display: none;
    }
    .nav-c ul{
        display: block;
    }
    .nav-list li{
        position: relative;
    }
    .nav-list li>a{
        line-height: 45px;
        width: 100%;
        text-align: left;
        padding-left: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow:ellipsis;
    }
    .down{
        display: block;
        width: 45px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        font-size: 20px;
        position: absolute;
        right: 0;
        top: 0;
    }
    .down i{
        font-size: 26px;
        font-weight: 600;
    }
    .nav-two{
        background: #fff;
        display: none;
    }
    .nav-two a{
        display: block;
        line-height: 40px;
        width: 100%;
        text-align: left;
        padding-left: 30px;
        color: #333;
    }
    .video-text h1{
        font-size: 24px;
    }
    .video-text p{
        font-size: 18px;
        margin: 10px 0 20px 0;
    }
    .video-text a{
        padding: 5px 15px;
        font-size: 14px;
    }
    .video-text{
        top: 20px;
    }
    .pad{
        padding: 50px 0;
    }
    .abt-c>div{
        width: 100%;
    }
    .abt-l>h3{
        font-size: 22px;
    }
    .abt-l>p{
        font-size: 14px;
        margin: 5px 0 20px 0;
    }
    .abt-text p{
        font-size: 15px;
        line-height: 28px;
    }
    .abt-text{
        margin-bottom: 10px;
    }
    .abt-list li{
        width: 50%;
        text-align: center;
        padding: 5px 0;
    }
    .abt-list h5{
        display: inline-block;
    }
    .abt-list div{
        width: 100%;
        display: block;
    }
    .abt-l{
        margin-bottom: 20px;
    }
    .abt-slide{
        margin-top: 0;
    }
    .title h3{
        font-size: 32px;
    }
    .title p{
        font-size: 40px;
    }
    .title{
        margin-bottom: 50px;
    }
    .pr-list{
        justify-content: space-around;
    }
    .pr-list li{
        width: 40%;
        margin: 10px 0;
    }
    .pr-list li div{
        font-size: 22px;
    }
    .pr-item{
        position:inherit;
        left: auto;
        top: auto;

    }
    .pr-t{
        display: none;
    }
    .pr-title{
        color: #333;
    }
    .pr-item li{
        width: 100%;
        
    }
    .pr-title{
        position: inherit;
        display: none;
    }
    .pr-c{
        position: inherit;
        display: block;
        padding: 50px 10%;
    }
    .pr-item li:nth-child(1){
        background: url(../img/b1.png);
        background-size: 100% 100%;
    }
    .pr-item li:nth-child(2){
        background: url(../img/b2.jpg);
        background-size: 100% 100%;
    }
    .pr-item li:nth-child(3){
        background: url(../img/b3.jpg);
        background-size: 100% 100%;
    }
    .pr-item li:nth-child(4){
        background: url(../img/b4.jpg);
        background-size: 100% 100%;
    }
    .pr-item li:nth-child(5){
        background: url(../img/b5.jpg);
        background-size: 100% 100%;
    }
    .voice_21 .foldl{
        display: none;
    }
    .voice_21 ul{
        flex-wrap: wrap;
    }
    .box11{
        height: auto !important;
    }
    .voice_21 ul li{
        height: auto !important;
        float: none;
        width: 100% !important;
    }
    .voice_21 .unfoldl{
        width: 100%;
        height: auto;
        position: inherit;
        display: block !important;
    }
    .voice_21 ul li .unfoldl img{
        width: 100%;
        height: auto !important;
        /* transform: scale(1.3); */
    }
    .yp-list li{
        width: 50%;
    }
    .ex-silde>div{
        width: 100%;
    }
    .cus-list li{
        width: 32%;
    }
    .foot-l{
        width: 100%;
    }
    .foot-l a{
        padding: 0;
        text-align: center;
    }
    .foot-ewm{
        padding: 0;
        text-align: center;
    }
    .foot-l p{
        text-align: center;
        margin: 5px 0 10px 0;
    }
    .foot-r{
        width: 100%;
        margin-top: 20px;
    }
    .foot-r>div{
        width: 30%;
    }
    .foot-r>div:last-child{
        width: 65%;
    }
    .foot-r>div h3{
        font-size: 18px;
    }
    .foot-r>div a{
        font-size: 14px;
    }
    .abt-list h5{
        font-size: 22px;
    }
    .foot-r>div p{
        font-size: 14px;
    }
    .ss{
        display: block;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 60px;
    }
    .ss i{
        font-size: 28px;
    }
    .m-show>div{
        display: flex;
    }
    .m-sear{
        width: 100%;
        padding: 20px;
        background: #fff;
        border-top: 1px solid #f2f2f2;
        position: absolute;
        left: 0;
        top: 100%;
        display: none;
        z-index: 98;
    }
    .search{
        display: block;
        width: 100%;
    }
    .class-title{
        font-size: 24px;
        padding: 0 0 10px 0;
    }
    .class-cont{
        padding: 20px 0;
    }
    .class-cont p{
        font-size: 15px;
    }
    .products-l{
        width: 100%;
    }
    .products-r{
        width: 100%;
    }
    .products-list li{
        width: 50%;
    }
    .al-c{
        flex-wrap: wrap;
    }
    .al-c>div{
        width: 100%;
    }
    .al-list li{
        padding: 20px 0;
    }
    .al-img{
        margin-bottom: 10px;
    }
    .al-text h3{
        font-size: 22px;
    }
    .al-text p{
        font-size: 14px;
    }
    .al-title{
        font-size: 26px;
        margin-bottom: 30px;
    }
    .banner-flex h1{
        font-size: 26px;
        margin-bottom: 10px;
        text-shadow: 2px 2px 4px #000;
    }
    .banner-flex p{
        font-size: 16px;
        text-shadow: 2px 2px 4px #000;
    }
    .contact-list li{
        width: 49%;
        margin: 10px 0;
    }
    .contact-list li>div{
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .contact-list li h5{
        font-size: 18px;
    }
    .contact-list li p{
        font-size: 14px;
    }
    .map{
        margin: 40px 0;
    }
    .cont-title h3{
        font-size: 22px;
    }
    .cont-title p{
        font-size: 14px;
    }
    .form>div{
        height: 40px;
    }
    .form>div input{
        font-size: 14px;
    }
    .form>div textarea{
        font-size: 14px;
    }
    .details-l{
        width: 100%;
        margin-bottom: 20px;
    }
    .details-r{
        width: 100%;
    }
    .details-r h3{
        font-size: 22px;
    }
    .details-r p{
        font-size: 14px;
    }
    .details-r a{
        width: 180px;
    }
    .details-l .swiper-button-next:after{
        font-size: 22px;
    }
    .class-img .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 22px;
    }
    .pr-img{
        height: auto !important;
        margin-bottom: 50px;
    }
    .pr-c h3{
        font-size: 26px;
    }
    body{
        padding-top: 74px;
    }
    header{
        background: #fff !important;
        padding: 5px 0;
    }
    header .lo1{
        display: none !important;
    }
    header .lo2{
        display: block !important;
    }
    .logo img{
        height: 50px;
    }
    .unf-c h3{
        font-size: 20px;
    }
    .unf-c p{
        font-size: 14px;
        line-height: 32px;
    }
    .unf-c{
        padding: 10% 10px;
        text-align: center;
    }
    .tops{
        display: none;
    }
    .trp-ls-shortcode-current-language{
        width: auto !important;
    }
    .trp-language-switcher > div > a{
        color: #333 !important;
    }
}