*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    scroll-behavior:smooth;
}
.container{
    width: 1200px;
    margin: auto;
    position: relative;
    z-index: 9;
}
.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: .3s ease-in;
    background: rgba(24,101,167,0.5);
}
.header .logo1{
    display: none;
}
.test{
    transition: .3s ease-in;
    background-color: #fff;
}
.test .logo{
    display: none;
}
.test .logo1{
    display: block;
}
.test ul li a{
    color: #666666 !important;
}
.test .head-right form i{
    color: #666666;
}
.head{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.head-left{
    width: 210px;
}
.head-left a{
    display: block;
}
.head-left a img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.head-zhong{}
.head-zhong ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.head-zhong ul li{}
.head-zhong ul li a{
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 30px 20px;
    transition: .3s ease-in;
}
.head-zhong ul li a:hover{
    color: #73a5ea !important;
}
.head-zhong ul .active a{
    color: #73a5ea !important;
}
.head-right{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.head-right form {
    position: relative;
}
.head-right form i {
    color: #fff;
    font-size: 20px;
}
.head-right .search{
    width: 200px;
    box-sizing: border-box;
    outline: none;
    border: none;
    padding: 10px;
    position: absolute;
    top: 60px;
    left: -50%;
    display: none;
}
.head-right .active{
    display: block;
}
.cn{
    width: 100%;
    position: absolute;
    padding-top: 20px;
    border-radius: 5px;
    display: none;
}
.head-right li{
    margin-left: 20px;
    position: relative;
}
.head-right li:hover .cn{
    display: block;
}
.head-right li p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #73a5ea;
    padding: 10px 20px;
    border-radius: 5px;
}
.head-right li p img{
    width: 30px;
    height: 20px;
    display: block;
}
.head-right li p span{
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    display: inline-block;
}
.banner{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(25 25 25 / 40%);
    position: absolute;
    top: 0;
    left: 0;
}
.banner>img{
    display: block;
    margin-left: -6%;
    width: 112%;
    animation: dong 15s infinite linear;
}
@keyframes dong{
    0%{
        transform: translateX(0);
    }
    50%{
        transform: translateX(5%);
    }
    100%{
        transform: translate(0%);
    }
}
.banner-zi{
    width: 1200px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 5;
}
.banner-zi img{
    display: block;
}
.banner video{
    width: 100%;
    height: calc(100vh - 70px);
    object-fit: cover;
}
.banner-zi h2{
    font-size: 60px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 30px;
}
.banner-zi h3{
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
}
.banner-cont{
    position: relative;
    width: 100%;
    z-index: 98;
    margin-top: -115px;
}
.banner-cont-all{
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 40px;
    box-shadow: 0 0 5px 0 #b5b5b5;
}
.banner-left{}
.banner-left p{
    font-size: 16px;
    color: #73a5ea;
}
.banner-left h2{
    font-size: 30px;
    color: #333333;
}
.banner-right{
    width: 57%;
}
.banner-right .form-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.banner-right .form-group input{
    width: 37%;
    box-sizing: border-box;
    outline: none;
    padding: 15px 10px;
    border: 1px solid #f1f1f1;
    background-color: #fafafa;
    border-radius: 5px;
}
.banner-right .form-group button{
    width: 23%;
    box-sizing: border-box;
    outline: none;
    padding: 15px 10px;
    background-color: #73a5ea;
    color: #fff;
    border: none;
    border-radius: 5px;
}
.about{
    background-color: #fdfdfd;
    padding-bottom: 80px;
}
.about-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0;
}
.about-left{
    width: 45%;
}
.about-left h2{
    font-size: 38px;
    color: #191919;
}
.about-left p{
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-top: 30px;
}
.about-right{
    width: 45%;
    position: relative;
}
.about-right .about-circle{
    width: 160px;
    height: 160px;
    background-color: #73a5ea;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    border: 1px solid transparent;
    transition: .5s ease-in;
}
.about-circle:hover{
    transform: translate(0,-50%) rotateY(360deg);
}
.about-circle p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about-circle p i{
    display: block;
    color: #fff;
    font-size: 60px;
    transition: .3s ease-in;
}
.about-circle p span{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    display: block;
    transition: .3s ease-in;
}
.about-right img{
    width: 80%;
    display: block;
    float: right;
}
.our{
    background-color: #333333;
    position: relative;
}
.our-top{
    width: 100%;
    position: absolute;
    top: -77px;
}
.our-top-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #73a5ea;
    border-radius: 20px;
    box-shadow: 0 0 5px 0 #cbcbcb;
}
.our-top-cont{
    width: 33.333%;
    padding: 30px 0;
}
.our-top-cont:nth-child(2){
    background-color: #fff;
}
.our-top-cont:nth-child(2) i{
    color: #73a5ea;
}
.our-top-cont:nth-child(2) p{
    color: #191919;
}
.our-top-cont i{
    font-size: 50px;
    color: #fff;
    display: block;
    text-align: center;
}
.our-top-cont p{
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.our-one{
    padding-top: 160px;
    padding-bottom: 80px;
}
.our-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.our-one-left{
    width: 45%;
}
.our-one-left h2{
    font-size: 17px;
    color: #fff;
}
.our-one-left h3{
    font-size: 38px;
    color: #fff;
    margin-top: 10px;
}
.our-one-left p{
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    margin-top: 20px;
}
.our-one-left p i{
    font-size: 16px;
    color: #fff;
    margin-right: 20px;
}
.our-one-left span{}
.our-one-left span a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: #73a5ea;
    padding: 10px 40px;
    margin-top: 30px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: .3s ease-in;
}
.our-one-left span a:hover{
    border: 1px solid #73a5ea;
    color: #73a5ea;
    background-color: #fff;
}
.our-one-right{
    width: 40%;
}
.our-one-right img{
    width: 100%;
    display: block;
}
.our-two-all{
    width: 48%;
}
.our-two-all h2{
    font-size: 17px;
    color: #fff;
}
.our-two-all h3{
    font-size: 38px;
    color: #fff;
    margin-top: 10px;
}
.our-two-all p{
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    margin-top: 20px;
}
.our-two-all p i{
    font-size: 16px;
    color: #fff;
    margin-right: 20px;
}
.our-two-all span{}
.our-two-all span a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: #73a5ea;
    padding: 10px 40px;
    margin-top: 30px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: .3s ease-in;
    position: relative;
    z-index: 9999;
}
.our-two-all span a:hover{
    border: 1px solid #73a5ea;
    color: #73a5ea;
    background-color: #fff;
}
.our-two{
    background: url(../image/our-2.png) no-repeat center fixed;
    background-size: cover;
    padding: 125px 0;
    overflow: hidden;
    position: relative;
}
.our-two::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 80%,#a0c7fd);
    position: absolute;
    bottom: 0;
    left: 0;
}
.our-two .our-two-all{
    float: right;
}
.our-three{
    background: url(../image/our-3.png) no-repeat center fixed;
    background-size: cover;
}
.our-three .our-two-all{
    float: left;
}
.our-four{
    background: url(../image/our-4.png) no-repeat center fixed;
    background-size: cover;
}
.our-five{
    background: url(../image/our-5.png) no-repeat center fixed;
    background-size: cover;
}
.our-five .our-two-all{
    float: left;
}
.line{
    overflow: hidden;
}
.line-all{
    padding: 120px 0;
    background: url(../image/line.png) no-repeat fixed;
    background-size: cover;
    background-position: 75% center;
}
.line p{
    font-size: 17px;
    color: #fff;
    text-align: center;
}
.line h2{
    font-size: 38px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.contact{
    padding: 80px 0;
}
.contact-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.contact-left{
    width: 45%;
}
.con-left-one{
    padding-bottom: 30px;
    position: relative;
}
.con-left-one::after{
    content: "";
    display: block;
    width: 30%;
    height: 2px;
    background-color: #73a5ea;
    position: absolute;
    left: 0;
    bottom: 0;
}
.con-left-one h2{
    font-size: 17px;
    color: #173098;
}
.con-left-one h3{
    font-size: 30px;
    color: #191919;
    margin-top: 10px;
}
.con-left-one p{
    font-size: 17px;
    color: #333333;
    font-weight: bold;
    margin-top: 10px;
}
.con-left-one span{
    font-size: 17px;
    line-height: 34px;
    color: #666666;
    margin-top: 10px;
    display: inline-block;
}
.con-left-two{
    margin-top: 30px;
}
.con-left-two p{
    font-size: 17px;
    color: #333333;
    margin-bottom: 30px;
}
.contact-right{
    width: 40%;
}
.contact-right p{
    font-size: 17px;
    color: #73a5ea;
    font-weight: bold;
}
.contact-right h2{
    font-size: 30px;
    color: #191919;
    margin-top: 10px;
}
.contact-right form{
    margin-top: 20px;
}
.contact-right form .form-group{}
.contact-right form .form-group input{
    box-sizing: border-box;
    outline: none;
    width: 100%;
    padding: 10px;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
}
.contact-right form .form-group select{
    width: 100%;
    box-sizing: border-box;
    outline: none;
    padding: 10px;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    color: #999999;
    font-size: 16px;
}
.contact-right form .form-group textarea{
    width: 100%;
    box-sizing: border-box;
    outline: none;
    padding: 10px;
    border: 1px solid #e0e0e0;
}
.contact-right form input::placeholder,
.contact-right form textarea::placeholder{
    font-size: 16px;
    color: #999999;
}
.contact-right form button{
    font-size: 16px;
    color: #fff;
    background-color: #73a5ea;
    border-radius: 5px;
    padding: 10px 80px;
    margin-top: 20px;
    box-sizing: border-box;
    outline: none;
    border: none;
}
.footer{
    background: url(../image/foot-bg.png) no-repeat -30px -30px #333333;
}
.foot{}
.foot-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
    border-bottom: 1px solid #dcdcdc;
}
.foot-one a{
    width: 120px;
    display: block;
}
.foot-one a img{
    width: 100%;
    display: block;
}
.foot-one ul{
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.foot-one ul li{
    width: 12.5%;
}
.foot-one ul li a{
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.foot-two{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}
.foot-two p{}
.foot-two p a{
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
}
/* search */
.sousuo{
    padding-top: 117px;
}
.sousuo-top{
    padding: 60px 0;
}
.sousuo-top form .form-group{
    position: relative;
    width: 20%;
}
.sousuo-top form .form-group input{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #c4c4c4;
    outline: none;
    padding-left: 30px;
    border-radius: 5px;
}
.sousuo-top form .form-group img{
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
}
.sousuo-top form .form-group input::placeholder{
    font-size: 14px;
    color: #999999;
}
.sousuo-two-top{
    border-bottom: 1px solid #c4c4c4;
}
.sousuo-two ul .active{
    color: #333333;
    border-bottom: 1px solid #333333;
}
.sousuo-two ul{
    overflow: hidden;
}
.sousuo-two ul li{
    font-size: 18px;
    color: #666666;
    margin-right: 40px;
    float: left;
    padding: 10px 0;
    cursor: pointer;
}
.sousuo-two-cont{}
.sousuo-two-cont>.container>p{
    font-size: 14px;
    color: #999999;
    margin: 20px 0;
}
.sousuo-two-one{
    margin-top: 40px;
}
.sousuo-two-cont .sousuo-two-a{}
.sousuo-two-a a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.sousuo-two-a:hover img{
    transform: scale(1.1);
}
.sousuo-two-left{
    width: 20%;
    border: 1px solid #eeeeee;
}
.sousuo-two-left-img{
    overflow: hidden;
}
.sousuo-two-left-img img{
    width: 100%;
    display: block;
    margin: auto;
    transition: .3s ease-in;
}
.sousuo-two-right{
    width: 75%;
}
.sousuo-two-right h2{
    font-size: 24px;
    color: #222222;
    margin-bottom: 20px;
    font-weight: normal;
}
.sousuo-two-right p{
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
}
.sousuo-two-right span{
    font-size: 14px;
    color: #108a99;
    display: block;
    margin-top: 20px;
}
.sousuo-two-er{
    margin-top: 20px;
}
.sousuo-two-er-all{}
.sousuo-two-er-all a{
    display: block;
    margin-bottom: 40px;
}
.sousuo-two-er-all a h2{
    font-size: 24px;
    color: #222222;
    margin-bottom: 10px;
    font-weight: normal;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.sousuo-two-er-all a p{
    font-size: 14px;
    line-height: 28px;
    color: #222222;
}
.sousuo-two-er-all a span{
    display: block;
    font-size: 14px;
    color: #108a99;
    margin-top: 10px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.header-pro{
    background-color: #fff;
}
.header-pro .head-zhong ul li a{
    color: #666666;
}
.header-pro .head-right form i{
    color: #666666;
}
.about-ban{
    position: relative;
    margin-top: 80px;
}
.about-ban img{
    width: 100%;
    display: block;
}
.about-zi{
    width: 1200px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,0);
}
.about-zi h2{
    font-size: 58px;
    color: #fff;
}
.about-one{
    padding: 90px 0;
}
.about-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.about-one-left{
    width: 40%;
}
.about-one-left h2{
    font-size: 38px;
    color: #191919;
}
.about-one-left p{
    font-size: 17px;
    line-height: 30px;
    color: #333333;
    margin-top: 20px;
}
.about-one-right{
    width: 45%;
    position: relative;
}
.about-one-right p{
    width: 160px;
    height: 160px;
    background-color: #73a5ea;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    border-radius: 50%;
    border: 1px solid transparent;
    transition: .3s ease-in;
}
.about-one-right p:hover{
    transform: translate(0,-50%) rotateY(180deg);
}
.about-one-right p i{
    font-size: 60px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: .3s ease-in;
}
.about-one-right img{
    width: 80%;
    display: block;
    float: right;
}
.about-two{
    background: url(../image/culture.png) no-repeat center fixed;
    background-size: cover;
    padding: 100px 0;
}
.about-two-top{}
.about-two-top p{
    font-size: 17px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.about-two-top h2{
    font-size: 38px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.about-two-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 100px;
}
.about-two-cont{
    width: 31%;
    position: relative;
}
.about-two-cont img{
    width: 100%;
    display: block;
}
.about-two-cont div{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about-two-cont div i{
    color: #73a5ea;
    display: block;
    text-align: center;
    font-size: 30px;
}
.about-two-cont div h2{
    font-size: 17px;
    color: #191919;
    margin-top: 20px;
    text-align: center;
}
.about-two-cont div p{
    font-size: 17px;
    line-height: 30px;
    color: #666666;
    margin-top: 20px;
    text-align: center;
}
.about-three{
    background: url(../image/p-bg1.png) no-repeat center;
    background-size: cover;
    padding: 150px 0;
}
.about-three-all{
    position: relative;
}
.about-swiper{
    overflow: hidden;
}
.about-swiper .swiper-slide{
    position: relative;
    overflow: hidden;
}
.about-swiper .swiper-slide:hover img{
    transform: scale(1.1);
}
.about-swiper .swiper-slide:hover .about-cang{
    display: block;
    opacity: 1;
}
.about-swiper .swiper-slide img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.about-cang{
    width: 93%;
    height: 93%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(0,0,0,.4);
    display: none;
    opacity: 0;
    transition: .3s ease-in;
}
.about-cang i{
    font-size: 30px;
    color: #b5b9c0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about-prev::after,.about-next::after{
    content: "";
    display: none;
}
.about-prev{
    width: 40px;
    height: 40px;
    background: url(../image/about-prev.png) no-repeat center;
    background-size: cover;
    left: -60px;
}
.about-next{
    width: 40px;
    height: 40px;
    background: url(../image/about-next.png) no-repeat center;
    background-size: cover;
    right: -60px;
}
.about-tan{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 99;
    display: none;
}
.about-tan-all{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.about-tan .container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
}
.about-tan-cont{
    width: 80%;
    margin: auto;
    position: relative;
}
.about-tan-swiper{
    overflow: hidden;
}
.about-tan-swiper .swiper-slide img{
    width: 100%;
    display: block;
}
.about-tan-prev::after,.about-tan-next::after{
    content: "";
    display: none;
}
.about-tan-prev{
    width: 40px;
    height: 40px;
    background: url(../image/about-prev.png) no-repeat center;
    background-size: cover;
    left: -60px;
}
.about-tan-next{
    width: 40px;
    height: 40px;
    background: url(../image/about-next.png) no-repeat center;
    background-size: cover;
    right: -60px;
}
.about-four{
    padding: 90px 0;
}
.about-four-top{}
.about-four-top p{
    font-size: 17px;
    color: #73a5ea;
    font-weight: bold;
}
.about-four-top h2{
    font-size: 38px;
    color: #191919;
    margin-top: 10px;
}
.about-four-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.about-four-cont{
    width: 32%;
    padding: 40px 20px;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 #e0e0e0;
    transition: .3s ease-in;
}
.about-four-cont:hover{
    background-color: #73a5ea;
}
.about-four-cont:hover i{
    color: #fff;
}
.about-four-cont:hover h2{
    color: #fff;
}
.about-four-cont:hover p{
    color: #fff;
}
.about-four-cont i{
    color: #191919;
    font-size: 30px;
    display: block;
    text-align: center;
    transition: .3s ease-in;
}
.about-four-cont h2{
    font-size: 17px;
    color: #73a5ea;
    text-align: center;
    margin-top: 20px;
    transition: .3s ease-in;
}
.about-four-cont p{
    font-size: 17px;
    line-height: 36px;
    color: #333333;
    margin-top: 20px;
    text-align: center;
    transition: .3s ease-in;
}
.platform{}
.platform-one{
    padding: 100px 0;
}
.platform-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.platform-one-left{
    width: 45%;
}
.platform-one-left h2{
    font-size: 38px;
    color: #191919;
}
.platform-one-left>p{
    font-size: 17px;
    line-height: 30px;
    color: #333333;
    margin: 30px 0;
}
.platform-one-left div{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.platform-one-left div i{
    font-size: 16px;
    color: #73a5ea;
    margin-right: 10px;
}
.platform-one-left div p{
    font-size: 17px;
    color: #333333;
}
.platform-one-left div span{
    font-weight: bold;
    display: inline-block;
    color: #00a6e8;
}
.platform-one-right{
    width: 40%;
    overflow: hidden;
}
.platform-one-right:hover img{
    transform: scale(1.1);
}
.platform-one-right img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.platform-two{
    padding: 180px 0;
    background: url(../image/platform-2.png) no-repeat center fixed;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.platform-two::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 80%,#a0c7fd);
    position: absolute;
    top: 0;
    left: 0;
}
.platform-three{
    background: url(../image/platform-4.png) no-repeat center fixed;
    background-size: cover;
}
.platform-two-all{
    width: 45%;
    float: right;
}
.platform-two-all h2{
    font-size: 38px;
    color: #ffffff;
}
.platform-two-all>p{
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    margin: 30px 0;
}
.platform-two-all div{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.platform-two-all div i{
    font-size: 16px;
    color: #ffffff;
    margin-right: 10px;
}
.platform-two-all div p{
    font-size: 17px;
    color: #ffffff;
}
.platform-two-all div span{
    font-weight: bold;
    color: #00a6e8;
}
.product{}
.product-one{
    padding: 90px 0;
}
.product-one-top{
    width: 70%;
}
.product-one-top h2{
    font-size: 38px;
    color: #191919;
}
.product-one-top p{
    font-size: 17px;
    line-height: 30px;
    color: #333333;
    margin-top: 30px;
}
.product-two{
    padding: 180px 0;
    background: url(../image/product-1.png) no-repeat center fixed;
    background-size: cover;
}
.product-three{
    background: url(../image/product-2.png) no-repeat center fixed;
    background-size: cover;
}
.product-four{
    background: url(../image/product-3.png) no-repeat center fixed;
    background-size: cover;
}
.product-two-all{
    width: 50%;
}
.product-two-all>p{
    font-size: 17px;
    color: #fff;
    font-weight: bold;
}
.product-two-all h2{
    font-size: 30px;
    color: #fff;
    margin-top: 10px;
}
.product-chanpin{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.product-chanpin div{
    margin-top: 20px;
    margin-right: 20px;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; */
}
.product-two-all div p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
}
.product-two-all div p i{
    font-size: 16px;
    color: #fff;
}
.product-two-all div p span{
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
}
.product-two-all a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 10px 50px;
    margin-top: 30px;
    background-color: #73a5ea;
    border-radius: 5px;
    transition: .3s ease-in;
    border: 1px solid transparent;
}
.product-two-all a:hover{
    border: 1px solid #73a5ea;
    color: #73a5ea;
    background-color: #fff;
}
.product-pro{
    padding: 100px 0;
}
.product-pro-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.product-pro-cont{
    width: 31%;
    margin-left: 2%;
    box-shadow: 0 0 5px 0 #e0e0e0;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.product-pro-cont:hover img{
    transform: scale(1.1);
}
.product-pro-cont img{
    width: 80%;
    display: block;
    margin: auto;
    transition: .3s ease-in;
}
.product-pro-cont h2{
    font-size: 24px;
    color: #191919;
    margin-top: 30px;
}
.product-pro-cont h3 {
    font-size: 20px;
    color: #191919;
}
.product-h3{
    font-size: 20px !important;
    margin-top: 0 !important;
}
.product-pro-cont p{
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    margin-top: 10px;
}
.product-detail{
    margin-top: 80px;
}
.pro-detail-one{
    padding: 100px 0;
}
.pro-detail-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.pro-detail-one-left{
    width: 45%;
    position: relative;
}
.pro-detail-one-left img{
    width: 100%;
    display: block;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.pro-detail-tu{
    background: url(../image/dot.png) no-repeat center;
    background-size: 100% 100%;
    transform-origin: 50% 50px;
}
.dot{
    position: absolute;
    left: 20%;
    top: 20%;
    width: 20vw;
    height: 20vw;
    animation: spin2 18s infinite linear;
}
.dot1{
    position: absolute;
    right: 20%;
    bottom: 20%;
    width: 10vw;
    height: 10vw;
    animation: spin 18s infinite linear;
}
@keyframes spin{
    to{transform: rotate(-1turn);}
   }
   @keyframes spin2{
     to{transform: rotate(1turn);}
   }
.pro-detail-one-right{
    width: 40%;
}
.pro-detail-one-right h2{
    font-size: 24px;
    color: #191919;
}
.pro-detail-one-right p{
    font-size: 17px;
    line-height: 30px;
    color: #333333;
    margin-top: 20px;
    text-align: justify;
}
.pro-detail-one-right h3{
    font-size: 24px;
    color: #191919;
    margin-top: 20px;
}
.pro-detail-two{
    padding-top: 90px;
    padding-bottom: 150px;
    background-color: #f2f3f4;
}
.pro-detail-two h1{
    font-size: 30px;
    color: #191919;
    text-align: center;
    font-weight: normal;
}
.pro-detail-two-all{
    background-color: #3e3e3e;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 80px 40px;
    box-sizing: border-box;
    margin-top: 40px;
}
.pro-detail-two-cont{
    width: 31%;
    margin-bottom: 50px;
}
[data-length="4"] .pro-detail-two-cont {
    width: 23%;
}
.pro-detail-two-cont:hover img{
    transform: scale(1.1);
}
.pro-detail-img{
    overflow: hidden;
    border-radius: 10px;
}
.pro-detail-two-cont img{
    width: 100%;
    display: block;
    border-radius: 5px;
    transition: .3s ease-in;
}
.pro-detail-two-cont h2{
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 40px;
}
.pro-detail-two-cont p{
    font-size: 17px;
    line-height: 30px;
    color: #fff;
}
.pro-detail-two-di{
    margin-top: 90px;
}
.pro-detail-two-di h2{
    font-size: 30px;
    color: #191919;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
}
.pro-detail-two-di p{
    font-size: 17px;
    line-height: 30px;
    color: #666666;
    text-align: center;
}
.xg-product{
    padding: 100px 0;
}
.xg-product h1{
    font-size: 30px;
    color: #191919;
    margin-bottom: 60px;
    font-weight: normal;
    text-align: center;
}
.dingzhi{}
.dingzhi-one{
    padding: 90px 0;
}
.dingzhi-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dingzhi-one-left{
    width: 25%;
}
.dingzhi-one-left h2{
    font-size: 38px;
    color: #191919;
}
.dingzhi-one-right{
    width: 70%;
}
.dingzhi-one-right h2{
    font-size: 24px;
    color: #191919;
}
.dingzhi-one-right p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 30px;
}
.dingzhi-two{}
.dingzhi-two-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dingzhi-two-left{
    width: 70%;
}
.dingzhi-two-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.dingzhi-two-right{
    width: 30%;
    background-color: #f8f8f8;
}
.dingzhi-p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: end;
    padding: 20px 30px;
    background-color: transparent;
    position: relative;
    transition: .3s ease-in;
}
.dingzhi-p::after{
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    left: 10%;
    bottom: 0;
}
.dingzhi-p:hover{
    background-color: #73a5ea;
}
.dingzhi-p:hover::after{
    content: "";
    display: none;
}
.dingzhi-p:hover i{
    color: #fff;
}
.dingzhi-p:hover .dingzhi-p-left p span:first-child{
    color: #fff;
}
.dingzhi-p:hover .dingzhi-p-left p span:last-child{
    color: #fff;
}
.dingzhi-p:hover .dingzhi-p-right p{
    color: #fff;
}
.dingzhi-p:last-child::after{
    content: "";
    display: none;
}
.dingzhi-p-left{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.dingzhi-p-left i{
    font-size: 30px;
    color: #666666;
    margin-right: 20px;
    transition: .3s ease-in;
}
.dingzhi-p-left p{}
.dingzhi-p-left p span:first-child{
    font-size: 12px;
    color: #999999;
    display: block;
    transition: .3s ease-in;
}
.dingzhi-p-left p span:last-child{
    font-size: 17px;
    color: #333333;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    transition: .3s ease-in;
}
.dingzhi-p-right{
    width: 20%;
}
.dingzhi-p-right p{
    font-size: 12px;
    color: #999999;
    text-align: end;
    transition: .3s ease-in;
}
.dingzhi-three{
    padding: 100px 0;
}
.dingzhi-three-all{}
.dingzhi-three-all h2{
    font-size: 38px;
    color: #191919;
    text-align: center;
}
.dingzhi-three-all form{
    margin-top: 40px;
}
.form-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dingzhi-three-all form input{
    box-sizing: border-box;
    outline: none;
    padding: 10px;
}
.form-one input{
    width: 32%;
    border: 1px solid #d3d3d3;
}
.form-one select{
    width: 32%;
    box-sizing: border-box;
    outline: none;
    padding: 10px;
    border: 1px solid #d3d3d3;
    color: #666666;
}
.form-two{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.form-two input{
    width: 38%;
    border: 1px solid #d3d3d3;
}
.form-two select{
    width: 60%;
    box-sizing: border-box;
    outline: none;
    padding: 10px;
    border: 1px solid #d3d3d3;
    color: #666666;
}
.form-three{
    margin-top: 20px;
}
.form-three .label{
    font-size: 16px;
    color: #666666;
}
.group-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.group-one input{
    margin-right: 10px;
}
.group-one label{
    font-size: 16px;
    color: #666666;
    width: 180px;
    margin-top: 10px;
}
.form-four{
    margin-top: 20px;
}
.form-four textarea{
    width: 100%;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    padding: 10px;
    outline: none;
}
.dingzhi-three form .btn{
    font-size: 16px;
    color: #fff;
    display: block;
    background-color: #73a5ea;
    padding: 10px 80px;
    margin: auto;
    margin-top: 60px;
    box-sizing: border-box;
    outline: none;
    border: none;
    border-radius: 5px;
}
.arae{}
.area-one{
    padding: 100px 0;
}
.area-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.area-one:nth-child(2n){
    background-color: #f8f8f8;
}
.area-one-left{
    width: 45%;
}
.area-one-left h2{
    font-size: 38px;
    color: #191919;
}
.area-one-left p{
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-top: 30px;
}
.area-one-right{
    width: 50%;
    overflow: hidden;
}
.area-one-right:hover img{
    transform: scale(1.1);
}
.area-one-right img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.news{}
.news-one{
    padding: 100px 0;
}
.news-one:nth-child(2n){
    background-color: #f8f8f8;
}
.news-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.news-one-left{
    width: 60%;
}
.news-one-left h2{
    font-size: 17px;
    color: #191919;
    font-weight: normal;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
     -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.news-one-left span{
    font-size: 14px;
    color: #666666;
    margin: 20px 0;
    display: block;
}
.news-one-left p{
    font-size: 17px;
    line-height: 30px;
    color: #666666;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
     -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.news-one-left a{
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    background-color: #73a5ea;
    border-radius: 5px;
    padding: 10px 50px;
    border: 1px solid transparent;
    transition: .3s ease-in;
}
.news-one-left a:hover{
    border: 1px solid #73a5ea;
    background-color: #fff;
    color: #73a5ea;
}
.news-one-right{
    width: 25%;
    overflow: hidden;
}
.news-one-right:hover img{
    transform: scale(1.1);
}
.news-one-right img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.news-detail{
    padding: 80px 0;
}
.news-detail-top{
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e1e1;
}
.news-detail-top h2{
    font-size: 38px;
    color: #222222;
    text-align: center;
}
.news-detail-top p{
    text-align: center;
    margin-top: 20px;
}
.news-detail-top p span{
    font-size: 16px;
    color: #666666;
    display: block;
    text-align: center;
}
.news-detail-cont{
    padding: 40px 0;
    border-bottom: 1px solid #e2e1e1;
}
.news-detail-cont p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-indent: 2em;
}
.news-detail-cont img{
    max-width: 100%;
    /* display: block; */
}
.news-detail-cont h2{
    font-size: 24px;
    color: #333333;
}
.news-detail-cont span{
    font-size: 16px;
    color: #73a5ea;
    display: block;
}
#container{
    width: 100%;
    height: 700px;
}
.join{
    padding: 90px 0;
}
.join-us{}
.join-us h1{
    font-size: 38px;
    color: #191919;
    text-align: center;
}
.join-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.join-one-left{
    width: 60%;
}
.join-one-left img{
    width: 100%;
    display: block;
}
.join-one-right{
    width: 35%;
}
.join-one-right h2{
    font-size: 24px;
    color: #191919;
}
.join-one-right p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 20px;
}
.join-fl{
    background-color: #73a5ea;
    border-radius: 10px;
    padding-top: 60px;
    padding-bottom: 40px;
    margin-top: 60px;
}
.join-fl h2{
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.join-fl>p{
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}
.join-fl-all{
    margin-top: 30px;
    position: relative;
}
.join-fl-all img{
    /* width: 100; */
    height: auto;
    position: relative;
    display: block;
    margin: auto;
}
.join-fl-all p{
    font-size: 16px;
    color: #fff;
    position: absolute;
}
.fl-1{
    top: 8%;
    left: 32%;
}
.fl-2{
    top: 33%;
    left: 13%;
}
.fl-3{
    top: 58%;
    left: 16%;
}
.fl-4{
    bottom: 10%;
    left: 20%;
}
.fl-5{
    top: 8%;
    right: 12%;
}
.fl-6{
    top: 33%;
    right: 16%;
}
.fl-7{
    top: 58%;
    right: 5%;
}
.fl-8{
    bottom: 10%;
    right: 13%;
}
.join-zp{
    padding: 60px 0;
}
.join-zp>h1{
    font-size: 24px;
    color: #191919;
    text-align: center;
}
.join-zp-all{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 24px;
}
.join-zp-cont{
    width: 32%;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 #e0e0e0;
    transition: .3s ease-in;
}
.join-zp-cont:hover{
    background-color: #73a5ea;
}
.join-zp-cont:hover h1{
    color: #fff;
}
.join-zp-cont:hover h2{
    color: #fff;
}
.join-zp-cont:hover>span{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.join-zp-cont:hover p{
    color: #fff;
}
.join-zp-cont:hover p span{
    color: #fff;
}
.join-zp-cont h1{
    font-size: 17px;
    color: #666666;
    font-weight: normal;
    transition: .3s ease-in;
}
.join-zp-cont h2{
    font-size: 17px;
    color: #333333;
    margin-top: 10px;
    transition: .3s ease-in;
}
.join-zp-cont>span{
    font-size: 14px;
    color: #999999;
    display: block;
    margin-top: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    transition: .3s ease-in;
}
.join-zp-cont p{
    font-size: 14px;
    color: #999999;
    padding: 20px 0;
    transition: .3s ease-in;
}
.join-zp-cont p span{
    display: inline-block;
    margin-right: 20px;
    transition: .3s ease-in;
}
.join-fc{}
.join-fc h1{
    font-size: 24px;
    color: #191919;
    text-align: center;
}
.join-fc-all{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.join-fc-left{
    width: 66%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.join-fc-img{
    width: 48%;
    margin-bottom: 20px;
    overflow: hidden;
}
.join-fc-img:hover img{
    transform: scale(1.1);
}
.join-fc-left img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.join-fc-left .join-fc-img:nth-child(3){
    margin-bottom: 0;
}
.join-fc-left .join-fc-img:nth-child(4){
    margin-bottom: 0;
}
.join-fc-right{
    width: 32%;
    float: left;
    overflow: hidden;
}
.join-fc-right:hover img{
    transform: scale(1.1);
}
.join-fc-right img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.zp-tan{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    /* background-color: rgba(0,0,0,.6); */
    display: none;
}
.zp-tan-all{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0,0,0,.6);
}
.zp-tan-a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
}
.zp-tan-cont{
    background-color: #fff;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
}
.zp-tan-cont h1{
    font-size: 24px;
    color: #191919;
    margin-bottom: 20px;
}
.zp-tan-cont p{
    font-size: 17px;
    line-height: 30px;
    color: #999999;
}
.zp-tan-cont p span{
    display: inline-block;
    font-size: 14px;
    color: #999999;
    margin-right: 20px;
}
.zp-tan-cont h2{
    font-size: 17px;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 15px;
}
.zp-tan-cont a{
    font-size: 16px;
    color: #fff;
    background-color: #73a5ea;
    padding: 10px 40px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 40px;
}
.zp-close{
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 60px;
    color: #999999;
}
.join-tan{
    width: 50%;
}
.join-tan .swiper-wrapper{
    align-items: center;
}
/* 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(255,255,255,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: rgba(255,255,255,1);
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0px;
    display: none;
    z-index: 9999;
    height: 90%;
    padding-top: 5%;
    overflow-y: auto;
}
.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 90%;
    margin-left: 5%;
    color: #333333;
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}
.mobile-inner-nav a {
    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(0,0,0,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;
}
@media screen and (max-width:790px){
  .mobile-inner-header-icon{
    display: block;
  }
}

@media (min-width:1200px) and (max-width:1600px){
    .container,.about-zi,.banner-zi{
        width: 80%;
    }
    .head-zhong ul li a{
        padding: 30px 13px;
    }
    .head-right li p{
        padding: 10px;
    }
    .about-four-cont p{
        font-size: 14px;
        line-height: 30px;
    }
    #container{
        height: 500px;
    }
    .zp-tan-a{
        width: 80%;
    }
    /* search */
    .sousuo{
        padding-top: 97px;
    }
    .sousuo-top{
        padding: 30px 0;
    }
}
.our-top-cont p br{
    display: none;
}
@media screen and (max-width:1199px) {
    .container,.about-zi{
        width: 95%;
    }
    .banner video{
        height: auto;
    }
    .banner-zi{
        display: none;
    }
    .head-zhong ul,.head-right{
        display: none;
    }
    .banner>img{
        height: 50vh;
        object-fit: cover;
    }
    .banner-zi img{
        width: 60%;
    }
    .banner-zi h2{
        font-size: 20px;
    }
    .banner-zi h3{
        font-size: 16px;
        margin-top: 15px;
    }
    .banner-cont{
        display: none;
    }
    .banner-cont-all{
        padding: 20px 10px;
    }
    .about-all{
        padding: 30px 0;
        flex-direction: column-reverse;
    }
    .about-left{
        width: 100%;
        margin-top: 20px;
    }
    .about-left h2{
        font-size: 24px;
    }
    .about-left p{
        margin-top: 10px;
    }
    .about-right{
        width: 100%;
    }
    .about-two-cont img{
        width: 90%;
        margin: auto;
    }
    .about-right .about-circle{
        width: 100px;
        height: 100px;
    }
    .about-circle p i{
        font-size: 40px;
    }
    .about-circle p span{
        font-size: 12px;
    }
    .our-top-cont p{
        font-size: 14px;
    }
    .our-top-cont p br{
        display: block;
    }
    .our-one{
        padding-top: 130px;
        padding-bottom: 30px;
    }
    .our-one-all{
        flex-direction: column-reverse;
    }
    .our-one-left{
        width: 100%;
        margin-top: 20px;
    }
    .our-one-left h3{
        font-size: 24px;
    }
    .our-one-right{
        width: 100%;
    }
    .our-two{
        padding: 30px 0;
    }
    .our-two-all{
        width: 100%;
    }
    .line h2{
        font-size: 24px;
    }
    .contact{
        padding: 30px 0;
    }
    .contact-left{
        width: 100%;
    }
    .contact-right{
        width: 100%;
        margin-top: 20px;
    }
    .foot-one{
        padding: 30px 0;
    }
    .foot-one ul{
        display: none;
    }
    .foot-two{
        padding: 30px 0;
    }
    .foot-two p,.foot-two p a{
        width: 100%;
        display: block;
        text-align: center;
        margin-left: 0;
    }
    .about-ban img{
        height: 50vh;
        object-fit: cover;
    }
    .about-zi h2{
        font-size: 40px;
    }
    .about-ban{
        margin-top: 50px;
    }
    .about-one{
        padding: 30px 0;
    }
    .about-one-all{
        flex-direction: column-reverse;
    }
    .about-one-left{
        width: 100%;
        margin-top: 20px;
    }
    .about-one-left h2{
        font-size: 24px;
    }
    .about-one-left p{
        margin-top: 10px;
    }
    .about-one-right{
        width: 100%;
    }
    .about-one-right p{
        width: 100px;
        height: 100px;
    }
    .about-one-right p i{
        font-size: 40px;
    }
    .about-two{
        padding: 30px 0;
    }
    .about-two-top h2{
        font-size: 24px;
    }
    .about-two-content{
        margin-top: 30px;
    }
    .about-two-cont{
        width: 100%;
        margin-top: 10px;
    }
    .about-three{
        padding: 30px 0;
    }
    .about-prev,.about-next{
        display: none;
    }
    .about-tan-cont{
        width: 70%;
    }
    .about-tan-prev{
        left: -50px;
    }
    .about-tan-next{
        right: -50px;
    }
    .about-two-cont div i{
        font-size: 25px;
    }
    .about-four{
        padding: 30px 0;
    }
    .about-four-top h2{
        font-size: 24px;
    }
    .about-four-content{
        margin-top: 30px;
    }
    .about-four-cont{
        width: 100%;
        margin-bottom: 20px;
    }
    .platform-one{
        padding: 30px 0;
    }
    .platform-one-all{
        flex-direction: column-reverse;
    }
    .platform-one-left{
        width: 100%;
        margin-top: 20px;
    }
    .platform-one-left h2{
        font-size: 24px;
    }
    .platform-one-left>p{
        margin: 10px 0;
    }
    .platform-one-left div{
        margin-top: 10px;
    }
    .platform-one-left div p{
        width: 90%;
    }
    .platform-one-right{
        width: 100%;
    }
    .platform-two{
        padding: 30px 0;
    }
    .platform-two-all{
        width: 100%;
    }
    .platform-two-all h2{
        font-size: 24px;
    }
    .platform-two-all div p{
        width: 90%;
    }
    .product-one{
        padding: 30px 0;
    }
    .product-one-top{
        width: 100%;
    }
    .product-one-top h2{
        font-size: 24px;
    }
    .product-one-top p{
        margin-top: 10px;
    }
    .product-two{
        padding: 30px 0;
    }
    .product-two-all{
        width: 100%;
    }
    .product-two-all h2{
        width: 100%;
        font-size: 24px;
    }
    .product-two-all div{
        margin-top: 10px;
        width: 100%;
    }
    .product-two-all div p{
        margin-top: 10px;
    }
    .product-pro{
        padding: 30px 0;
    }
    .product-pro-cont{
        width: 100%;
        padding: 15px;
    }
    .product-two-all div p span{
        width: 90%;
    }
    .pro-detail-one{
        padding: 30px 0;
    }
    .pro-detail-one-left{
        width: 100%;
    }
    .pro-detail-one-right{
        width: 100%;
        margin-top: 20px;
    }
    .dot{
        width: 50vw;
        height: 50vw;
    }
    .dot1{
        width: 30vw;
        height: 30vw;
    }
    .pro-detail-one-right h2{
        font-size: 24px;
    }
    .pro-detail-one-right p{
        margin-top: 10px;
    }
    .pro-detail-one-right h3{
        margin-top: 20px;
    }
    .pro-detail-two{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pro-detail-two-all{
        padding: 20px 15px;
        margin-top: 15px;
    }
    .pro-detail-two h1{
        font-size: 24px;
    }
    .pro-detail-two-cont{
        width: 100%;
        margin-bottom: 20px;
    }
    .pro-detail-two-di{
        margin-top: 30px;
    }
    .pro-detail-two-di h2{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .xg-product{
        padding: 30px 0;
    }
    .xg-product h1{
        margin-bottom: 20px;
    }
    .dingzhi-one{
        padding: 30px 0;
    }
    .dingzhi-one-left{
        width: 100%;
    }
    .dingzhi-one-right{
        width: 100%;
        margin-top: 20px;
    }
    .dingzhi-one-right p{
        margin-top: 10px;
    }
    .dingzhi-two-left{
        width: 100%;
    }
    .dingzhi-two-right{
        width: 100%;
    }
    .dingzhi-three{
        padding: 30px 0;
    }
    .dingzhi-three-all h2{
        font-size: 24px;
    }
    .area-one{
        padding: 30px 0;
    }
    .area-one:nth-child(2n-1) .area-one-all{
        flex-direction: column-reverse;
    }
    .area-one-left{
        width: 100%;
    }
    .area-one-right{
        width: 100%;
    }
    .area-one-right img{
        margin-bottom: 20px;
    }
    .area-one-left h2{
        font-size: 24px;
    }
    .area-one-left p{
        margin-top: 10px;
    }
    .news-one{
        padding: 30px 0;
    }
    .news-one-all{
        flex-direction: column-reverse;
    }
    .news-one-left{
        width: 100%;
        margin-top: 20px;
    }
    .news-one-left span{
        margin: 10px 0;
    }
    .news-one-left a{
        margin-top: 10px;
    }
    .news-one-right{
        width: 100%;
    }
    .news-detail{
        padding: 30px 0;
    }
    .news-detail-top h2{
        font-size: 24px;
    }
    .news-detail-top p span{
        font-size: 12px;
    }
    .con-left-two p{
        margin-bottom: 10px;
    }
    #container{
        height: 200px;
    }
    .join{
        padding: 30px 0;
    }
    .join-one{
        margin-top: 15px;
    }
    .join-one:last-child{
        flex-direction: column-reverse;
    }
    .join-one-left{
        width: 100%;
    }
    .join-one-right{
        width: 100%;
        margin-top: 20px;
    }
    .join-fl-all img{
        display: none;
    }
    .join-fl-all p{
        position: unset;
        line-height: 32px;
        padding: 0 10px;
    }
    .join-zp{
        padding: 30px 0;
    }
    .join-zp-all{
        margin-top: 15px;
    }
    .join-zp-cont{
        width: 100%;
        padding: 20px;
    }
    .zp-tan-a{
        width: 90%;
        height: 300px;
        overflow-y: auto;
    }
    .zp-tan-cont{
        padding: 10px;
    }
    .zp-close{
        top: -20px;
        right: 0;
    }
    .join-fc-all{
        margin-top: 20px;
    }
    .join-fc-img{
        margin-bottom: 10px;
    }

    /* search */
    .sousuo{
        padding-top: 50px;
    }
    .sousuo-top{
        padding: 20px 0;
    }
    .sousuo-top form .form-group{
        width: 100%;
    }
    .sousuo-two-left{
        width: 100%;
    }
    .sousuo-two-right{
        width: 100%;
        margin-top: 20px;
    }
}





.tab1{display: none;}
.nsort{text-align: center;margin-top: 5%;}
.nsort li{float: left;width: 33.3333%;}
.nsort li a{display: block;border-right: 1px solid #f0f0f0;line-height: 54px;background: #fff;color: #333333;font-size: 20px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.nsort li:last-child a{border-right: none;}
.nsort li.cur a{background: #11348e;color: #fff;}
.nlist {margin-top: 5%;}
.nlist li{width: 22.75%;margin-right: 3%;}
.nlist li:last-child{margin-right: 0;}
.nlist li a.img img{display: block;width: 100%;}
.nlist li a.img{display: block;position: relative;}
.nlist li a.img span{display: block;position: absolute;width: 72px;height: 20px;line-height: 20px;text-align: center;color: #11348e; background-color: #ffffff;bottom: 10px;left: 11px;}
.nlist li h3 a{overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;color: #333333;font-size: 16px;font-weight: normal;padding:10% 3px;background: #fff;text-align: center;}
.nmore a{display: block;color: #fff;width: 192px;height: 36px;background-color: #11348e;border-radius: 18px;margin: 0 auto;text-align: center;line-height: 36px; margin-top: 8%;}

