*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
.head-container{
    width: 1600px;
    margin: auto;
}
.container{
    width: 1400px;
    margin: auto;
}
.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
}
.head{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.head-left{}
.head-left a{
    width: 100px;
    display: block;
}
.head-left a img{
    width: 100%;
    display: block;
}
.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;
    padding: 40px 30px;
    font-size: 18px;
    color: #191919;
}
.head-zhong ul .active a{
    color: #104095;
}
.head-right{}
.head-right li{
    position: relative;
}
.head-right li a{
    display: block;
    font-size: 18px;
    color: #191919;
    padding: 40px 0;
}
.down{
    width: 150%;
    position: absolute;
    background-color: #fff;
    left: 50%;
    transform: translate(-50%,0);
    display: none;
}
.down p{
    text-align: center;
}
.down p a{
    display: block;
    padding: 15px 0;
    color: #191919;
}
.banner{
    position: relative;
    margin-top: 104px;
}
.banner img{
    width: 100%;
    display: block;
}
.banner-zi{
    width: 1400px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,0);
}
.banner-zi h2{
    font-size: 40px;
    color: #fff;
    font-weight: normal;
}
.banner-zi p{
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}
.banner-zi span{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    background-color: #104096;
    margin-top: 30px;
}
.about{
    padding: 100px 0;
}
.about-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.about-left{
    width: 50%;
}
.about-left img{
    width: 100%;
    display: block;
}
.about-right{
    width: 45%;
}
.about-right h2{
    font-size: 36px;
    color: #191919;
    font-weight: normal;
}
.about-right h3{
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
    font-weight: normal;
}
.about-right p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 30px;
}
.about-right a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    background-color: #104096;
    margin-top: 40px;
}
.fangan{
    background-color: #F2F4F5;
    padding-top: 100px;
    overflow: hidden;
}
.fangan-all{
    position: relative;
}
.fangan-all>h2{
    font-size: 36px;
    color: #191919;
    text-align: center;
    font-weight: normal;
    padding-bottom: 30px;
    position: relative;
}
.fangan-all>h2::after{
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #104096;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}
.phone-fangan{
    display: none;
}
.fangan-cont{
    height: 600px;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    position: relative;
}
.fangan-cont::after{
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 100%;
    top: 0;
}
.fangan-left{
    width: 20%;
}
.fangan-left .fangan-content{
    height: 200px;
    background-color: #191919;
    position: relative;
    cursor: pointer;
}
.fangan-p{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.fangan-left .active{
    background-color: #104096;
}
.fangan-left .fangan-p i{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    display: block;
    text-align: center;
    margin: auto;
}
.fangan-left .fangan-p p{
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.fangan-right{
    width: 80%;
    position: relative;
}
.fangan-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    transition: .5s ease-in;
}
.fangan-right-cont{
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    z-index: 3;
    background-color: #fff;
    transition: .5s ease-in;
}
.fangan-right-p{
    width: 0%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0%;
    left: 0%;
    padding: 90px;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 3;
}
.fangan-right-p h2{
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 40px;
}
.fangan-right-p li{
    border-bottom: 1px solid #E5E5E5;
}
.fangan-right-p li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.fangan-right-p li a p{
    width: calc(100% - 50px);
    font-size: 18px;
    color: #666666;
}
.fangan-right-p li a i{
    color: #999999;
    font-size: 30px;
    transform: rotateY(180deg);
}
.anli{
    padding-top: 100px;
    overflow: hidden;
}
.anli-all{}
.anli-all>h2{
    font-size: 36px;
    color: #191919;
    text-align: center;
    font-weight: normal;
    padding-bottom: 30px;
    position: relative;
}
.anli-all>h2::after{
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #104096;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}
.anli-cont{
    margin-top: 60px;
    position: relative;
}
.anli-swiper{
    /* overflow: hidden; */
}
.anli-swiper .anli-page{
    display: none;
}
.anli-swiper .swiper-slide{
    width: 1100px !important;
    position: relative;
}
.anli-swiper .swiper-slide img{
    width: 100%;
    display: block;
}
.anli-swiper .swiper-slide p{
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 40px;
    display: none;
}
.anli-swiper .swiper-slide-active p{
    display: block;
}
.anli-prev::after,.anli-next::after{
    content: "";
    display: none;
}
.anli-prev{
    width: 50px;
    height: 50px;
    background: url(../img/anli-prev.png) no-repeat center;
    background-size: cover;
}
.anli-next{
    width: 50px;
    height: 50px;
    background: url(../img/anli-next.png) no-repeat center;
    background-size: cover;
}
.anli-swiper .swiper-slide-shadow-left{
    background-image: linear-gradient(to left,rgba(0, 0, 0, 0.7),rgba(0,0,0,0));
}
.anli-swiper .swiper-slide-shadow-right{
    background-image: linear-gradient(to right,rgba(0, 0, 0, 0.7),rgba(0,0,0,0));
}
.news{
    padding: 100px 0;
}
.news-one{}
.news-one>h2{
    font-size: 36px;
    color: #191919;
    text-align: center;
    font-weight: normal;
    padding-bottom: 30px;
    position: relative;
}
.news-one>h2::after{
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #104096;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}
.news-one-content{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-one-cont{
    width: 31%;
}
.news-one-cont:hover img{
    transform: scale(1.1);
}
.news-img{
    overflow: hidden;
}
.news-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.news-one-cont h2{
    font-size: 24px;
    line-height: 36px;
    min-height: 72px;
    font-weight: normal;
    margin-top: 20px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
     -webkit-box-orient:vertical; 
    -webkit-line-clamp:2; 
}
.news-one-cont p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;
}
.news-one-cont p i{
    color: #999999;
}
.news-one-cont p span{
    font-size: 14px;
    color: #999999;
    margin-left: 10px;
}
.news-one>p{
    text-align: center;
}
.news-one>p a{
    display: inline-block;
    padding: 10px 30px;
    background-color: #104096;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    margin-top: 60px;
}
.footer{
    background-color: #F2F4F5;
}
.foot{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 80px 0;
    border-bottom: 1px solid #E6E6E6;
}
.foot-one{
    width: 18%;
}
.foot-one>a{
    display: block;
    width: 160px;
}
.foot-one>a img{
    width: 100%;
    display: block;
}
.foot-one p{
    margin-top: 40px;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
}
.foot-share{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.foot-share a{
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 20px;
}
.foot-share a img{
    width: 100%;
    height: 100%;
    display: block;
}
.foot-two{
    width: 18%;
}
.foot-two li{}
.foot-two li a:first-child{
    font-size: 18px;
    line-height: 45px;
    color: #191919;
    margin-bottom: 40px;
}
.foot-two li a{
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
}
.foot-three{
    width: 18%;
}
.foot-three li{}
.foot-three li a:first-child{
    font-size: 18px;
    line-height: 45px;
    color: #191919;
    margin-bottom: 40px;
}
.foot-three li a{
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
}
.foot-four{
    width: 18%;
}
.foot-four li{}
.foot-four li a:first-child{
    font-size: 18px;
    line-height: 45px;
    color: #191919;
    margin-bottom: 40px;
}
.foot-four li a{
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
}
.foot-five{
    width: 18%;
}
.foot-five a{
    font-size: 18px;
    line-height: 45px;
    color: #191919;
    margin-bottom: 40px;
    display: block;
}
.foot-five p{
    font-size: 14px;
    line-height: 36px;
    color: #333333;
}
.foot-di{
    padding: 20px 0;
    overflow: hidden;
}
.foot-di p{
    font-size: 14px;
    color: #666666;
    float: left;
}
.foot-di span{
    display: inline-block;
    float: left;
    padding: 0 20px;
    color: #666666;
}
.top{
    position: fixed;
    right: 22%;
    bottom: 20px;
    z-index: 999;
    cursor: pointer;
}
.top p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.top p span{
    display: inline-block;
    font-size: 14px;
    color: #666666;
}
.top p i{
    font-size: 14px;
    color: #666666;
    margin-left: 10px;
}
.about-head{
    border-bottom: 1px solid #F1F1F1;
}
.about-head-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.about-head-left{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.about-head-left i{
    font-size: 16px;
    color: #999999;
}
.about-head-left p{}
.about-head-left p a{
    font-size: 14px;
    display: block;
    padding: 20px 5px;
    color: #989898;
}
.about-head-right{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.about-head-right p{}
.about-head-right p a{
    display: block;
    font-size: 14px;
    color: #989898;
    margin-left: 60px;
}
.about-one{}
.about-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.about-one-left{
    width: 50%;
}
.about-one-left img{
    width: 100%;
    display: block;
}
.about-one-right{
    width: 45%;
}
.about-one-right h2{
    font-size: 36px;
    color: #191919;
    font-weight: normal;
}
.about-one-right h3{
    font-size: 18px;
    color: #333333;
    padding-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
    margin-top: 20px;
    font-weight: normal;
}
.about-one-right p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 30px;
}
.about-two{
    padding-top: 100px;
}
.about-two-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.about-two-cont{
    width: 32%;
    position: relative;
}
.about-two-cont::after {
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -20px;
}
.about-two-cont:last-child::after{
    content: "";
    display: none;
}
.about-two-p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about-two-p i{
    font-size: 50px;
    color: #fff;
    display: block;
    text-align: center;
}
.about-two-p h2{
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-weight: normal;
}
.about-two-p p{
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.phone-about-two{
    display: none;
}
.about-two-a{
    width: 100%;
    height: 600px;
    position: relative;
}
.about-two-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.about-two-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .3s ease-in;
    position: absolute;
    top: 0;
    left: 0;
}
.about-head-right .active a{
    color: #333333;
}
.solution{}
.solution-all{
    padding-top: 100px;
}
.solution-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
    background-color: #F2F4F5;
}
.solution-cont-left{
    width: 50%;
}
.solution-cont-left img{
    width: 100%;
    display: block;
}
.solution-cont-right{
    width: 50%;
    padding: 0 5%;
    box-sizing: border-box;
}
.solution-cont-right h2{
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: normal;
}
.solution-cont-right p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    word-wrap: break-word;
}
.more{
    display: inline-block;
    margin-top: 40px;
}
.solution-cont-right a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    border-radius: 25px;
    background-color: #104096;
}
.solution-cont-right a span{
    font-size: 16px;
    color: #fff;
}
.solution-cont-right a i{
    font-size: 16px;
    color: #fff;
}
.solution-detail{}
.solution-one{
    padding-top: 80px;
}
.solution-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.solution-one-cont{
    width: 33%;
}
.solution-i{
    width: 80px;
    height: 80px;
    background-color: #104096;
    border-radius: 50%;
    margin: auto;
    position: relative;
}
.solution-i::before{
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(16,64,150,.2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.solution-i i{
    font-size: 40px;
    line-height: 80px;
    color: #fff;
    display: block;
    text-align: center;
}
.solution-one-cont p{
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-top: 30px;
}
.solution-one-p{
    background-color: #F2F4F5;
    border-radius: 5px;
    padding: 60px 0;
    box-sizing: border-box;
    margin-top: 80px;
}
.solution-one-p-all{
    width: 70%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.solution-one-p-all p{
    width: 50%;
    font-size: 24px;
    color: #333333;
    position: relative;
    margin-bottom: 50px;
    padding-left: 20px;
    box-sizing: border-box;
}
.solution-one-p-all p::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #104096;
    position: absolute;
    left: 0;
    top: 12px;
    transform: rotate(45deg);
}
.solution-one-p-all p:nth-child(3),
.solution-one-p-all p:nth-child(4){
    margin-bottom: 0;
}
.solution-one-application{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0;
}
.application-left{
    width: 30%;
}
.application-left h2{
    font-size: 24px;
    color: #191919;
    margin-bottom: 40px;
    font-weight: normal;
}
.application-left p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.application-right{
    width: 55%;
}
.application-right img{
    width: 100%;
    display: block;
}
.solution-two{}
.solution-two h2{
    font-size: 36px;
    color: #191919;
    text-align: center;
    font-weight: normal;
}
.solution-two-all{
    background-color: #F2F4F5;
    padding: 90px 0;
    margin-top: 60px;
}
.solution-two-all img{
    width: 100%;
    display: block;
}
.solution-more{
    padding-bottom: 100px;
}
.solution-more h1{
    font-size: 36px;
    color: #191919;
    text-align: center;
    font-weight: normal;
}
.solution-more-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.solution-more-cont{
    width: 48%;
}
.solution-more-cont:hover img{
    transform: scale(1.1);
}
.solution-img{
    overflow: hidden;
}
.solution-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.solution-more-p{
    background-color: #F2F4F5;
    padding: 50px;
    box-sizing: border-box;
}
.solution-more-p h2{
    font-size: 24px;
    color: #333333;
    margin-bottom: 30px;
    font-weight: normal;
}
.solution-more-p p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.solution-mores{
    display: inline-block;
    margin-top: 40px;
}
.solution-mores a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #104096;
    border-radius: 25px;
    padding: 10px 30px;
}
.solution-mores a span{
    font-size: 16px;
    color: #fff;
}
.solution-mores a i{
    color: #fff;
    font-size: 16px;
}
.solution-one-a{
    padding: 100px 0;
}
.solution-one-a h2{
    font-size: 36px;
    color: #191919;
    font-weight: normal;
}
.solution-one-a .solution-one-application{
    padding: 0;
    margin-top: 40px;
}
.solution-one-a .solution-one-application .application-left{
    width: 47%;
}
.solution-one-a .solution-one-application .application-left img{
    width: 100%;
    display: block;
}
.solution-one-a .solution-one-application .application-right{
    width: 47%;
}
.solution-one-a .solution-one-application .application-right img{
    width: 100%;
    display: block;
}
.solution-honor{
    padding: 100px 0;
}
.solution-honor h2{
    font-size: 36px;
    color: #191919;
    text-align: center;
    font-weight: normal;
}
.solution-honor-all{
    margin-top: 60px;
    padding: 100px 0;
    background-color: #F2F4F5;
}
.solution-honor-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.solution-honor-cont{
    width: 22%;
    position: relative;
}
.solution-honor-cont:hover .solution-honor-cang{
    opacity: 1;
}
.solution-honor-cont>img{
    width: 100%;
    display: block;
}
.solution-honor-cang{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: .3s ease-in;
}
.solution-honor-cang img{
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.solution-tan{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.solution-tan-all{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
}
.solution-tan-cont{
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1000;
}
.solution-tan-swiper{
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
}
.solution-tan-swiper .swiper-slide img{
    max-width: 100%;
    display: block;
    margin: auto;
}
.solution-tan-close{
    position: absolute;
    right: 0;
    top: -40px;
    font-size: 40px;
    color: #fff;
    z-index: 1001;
    cursor: pointer;
}
.anli{}
.anli-alls{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
    padding-bottom: 40px;
}
.anli-conts{
    width: 31%;
    margin-left: 2%;
    margin-bottom: 60px;
}
.anli-conts:hover img{
    transform: scale(1.1);
}
.anli-img{
    overflow: hidden;
}
.anli-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.anli-p{
    padding: 40px;
    box-sizing: border-box;
    background-color: #F2F4F5;
}
.anli-p h2{
    font-size: 24px;
    color: #333333;
    margin-bottom: 30px;
    font-weight: normal;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
     -webkit-box-orient:vertical; 
    -webkit-line-clamp:1; 
}
.anli-p p{
    font-size: 16px;
    line-height: 30px;
    min-height: 90px;
    color: #666666;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
     -webkit-box-orient:vertical; 
    -webkit-line-clamp:3; 
}
.anli-more{
    display: inline-block;
    margin-top: 40px;
}
.anli-more a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    background-color: #104095;
    border-radius: 25px;
}
.anli-more a span{
    font-size: 16px;
    color: #fff;
}
.anli-more a i{
    font-size: 16px;
    color: #fff;
}
.anli-detail{
    padding: 100px 0;
}
.anli-detail-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.anli-detail-left{
    width: 65%;
}
.anli-detail-swiper{
    overflow: hidden;
    position: relative;
}
.anli-detail-swiper .swiper-slide img{
    width: 100%;
    display: block;
}
.anli-detail-page{
    width: max-content !important;
    right: 20px;
    left: unset !important;
    bottom: 20px !important;
}
.anli-detail-page .swiper-pagination-bullet{
    background: #B2B2B2;
    opacity: 1;
    border-radius: 0%;
}
.anli-detail-page .swiper-pagination-bullet-active{
    background: #fff;
}
.anli-detail-right{
    width: 30%;
}
.anli-detail-right h2{
    font-size: 36px;
    color: #191919;
    font-weight: normal;
}
.anli-detail-right h3{
    font-size: 24px;
    color: #333333;
    margin-top: 40px;
    font-weight: normal;
    margin-bottom: 20px;
}
.anli-detail-right p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.anli-iphone{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 100px;
}
.anli-iphone span{
    font-size: 30px;
    color: #104095;
}
.anli-iphone i{
    font-size: 40px;
    color: #104095;
    margin-right: 10px;
}
.al-more{
    padding-top: 100px;
}
.al-more h1{
    font-size: 36px;
    color: #191919;
    text-align: center;
    font-weight: normal;
}
.al-more-all{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.al-more-cont{
    width: 31%;
}
.al-more-cont:hover img{
    transform: scale(1.1);
}
.al-more-img{
    overflow: hidden;
}
.al-more-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.al-more-p{
    background-color: #F2F4F5;
    padding: 40px;
    box-sizing: border-box;
}
.al-more-p h2{
    font-size: 24px;
    color: #333333;
    margin-bottom: 30px;
    font-weight: normal;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
     -webkit-box-orient:vertical; 
    -webkit-line-clamp:1; 
}
.al-more-p p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    min-height: 90px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
     -webkit-box-orient:vertical; 
    -webkit-line-clamp:3; 
}
.al-more-a{
    display: inline-block;
    margin-top: 30px;
}
.al-more-a a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #104095;
    border-radius: 25px;
    padding: 10px 30px;
}
.al-more-a a span{
    font-size: 16px;
    color: #fff;
}
.al-more-a a i{
    font-size: 16px;
    color: #fff;
}
.new{
    padding-top: 100px;
    padding-bottom: 60px;
}
.new-one .news-one-content{
    margin-top: 0;
}
.new-one .news-one-cont{
    margin-bottom: 40px;
}
.new-one .news-one-cont a{
    display: block;
}
.new-one .news-one-cont a h2{
    color: #333333;
}
.news-detail{
    padding-top: 100px;
    background-color: #EDEDED;
    margin-top: 104px;
}
.news-detail-all{
    padding: 100px;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-detail-left{
    width: 10%;
}
.news-detail-left p{}
.news-detail-left p a{
    display: block;
    margin-bottom: 30px;
}
.news-detail-left p a i{
    font-size: 24px;
    color: #333333;
}
.news-detail-right{
    width: 90%;
}
.news-detail-top{
    padding-bottom: 40px;
    border-bottom: 1px solid #EDEDED;
}
.news-detail-top h2{
    font-size: 36px;
    color: #191919;
    font-weight: normal;
}
.news-detail-top p{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.news-detail-top p i{
    font-size: 14px;
    color: #999999;
}
.news-detail-top p span{
    font-size: 14px;
    color: #999999;
    margin-left: 10px;
}
.news-detail-cont{
    padding: 30px 0;
    border-bottom: 1px solid #EDEDED;
}
.news-page{
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.news-page-left{
    width: 50%;
}
.news-page-left p{}
.news-page-left p a{
    display: block;
    font-size: 16px;
    color: #666666;
}
.news-page-right{
    width: 50%;
}
.news-page-right p{}
.news-page-right p a{
    font-size: 16px;
    color: #666666;
    display: block;
    text-align: right;
}
.news-detail-more{
    padding: 100px 0;
}
.news-detail-more h1{
    font-size: 36px;
    color: #191919;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    font-weight: normal;
}
.news-detail-more h1::after{
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #104096;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
}
.news-detail-more-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.news-detail-more-cont{
    width: 31%;
}
.news-detail-more-cont:hover img{
    transform: scale(1.1);
}
.news-detail-img{
    overflow: hidden;
}
.news-detail-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.news-detail-more-cont h2{
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    font-weight: normal;
    margin-top: 20px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
     -webkit-box-orient:vertical; 
    -webkit-line-clamp:2; 
}
.news-detail-more-cont p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}
.news-detail-more-cont p i{
    font-size: 14px;
    color: #999999;
}
.news-detail-more-cont p span{
    font-size: 14px;
    color: #999999;
    margin-left: 10px;
}
.contact{
    padding: 100px 0;
}
.contact-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-left{
    width: 45%;
}
.contact-left h2{
    font-size: 36px;
    color: #191919;
    font-weight: normal;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}
.contact-left h2::after{
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #104096;
    position: absolute;
    bottom: 0;
    left: 0;
}
.contact-left>p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.contact-left>p i{
    font-size: 20px;
    color: #666666;
}
.contact-left>p span{
    font-size: 14px;
    color: #333333;
    margin-left: 20px;
}
.contact-ewm{
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.contact-ewm p{
    width: 120px;
    margin-right: 60px;
}
.contact-ewm p img{
    width: 100%;
    display: block;
}
.contact-ewm p span{
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
    display: block;
}
.contact-right{
    width: 45%;
}
.contact-right form{
    overflow: hidden;
}
.contact-right form legend{
    font-size: 36px;
    color: #191919;
    font-weight: normal;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}
.contact-right form legend::after{
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #104096;
    position: absolute;
    bottom: 0;
    left: 0;
}
.contact-right form input{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
}
.contact-right form textarea{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #EEEEEE;
}
.contact-right form input::placeholder,
.contact-right form textarea::placeholder{
    font-size: 14px;
    color: #999999;
}
.contact-right form .btn{
    background-color: #104096;
    font-size: 16px;
    color: #fff;
    padding: 10px 50px;
    border-radius: 25px;
    margin-top: 40px;
    border: none;
    float: right;
}
#container{
    width: 100%;
    height: 600px;
    margin-top: 100px;
}


/* 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: 70%;
    padding-top: 0%;
    overflow-y: auto;
}
.mobile-inner-nav a {
    display: inline-block;
    line-height: 40px;
    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(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;
}
.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 (min-width:1200px) and (max-width:1600px){
    .head-container{
        width: 85%;
    }
    .container{
        width: 80%;
    }
    .banner-zi{
        width: 80%;
    }
    .fangan-cont{
        height: 450px;
    }
    .fangan-left .fangan-content{
        height: 150px;
    }
    .anli-swiper .swiper-slide{
        width: 800px !important;
    }
    .about-one-right p{
        margin-top: 20px;
    }
    .about-two-a{
        height: 450px;
    }
    .solution-one-p-all{
        width: 80%;
    }
    .foot-one p{
        margin-top: 25px;
    }
    .foot-two li a:first-child,
    .foot-three li a:first-child,
    .foot-five a,
    .foot-four li a:first-child{
        font-size: 14px;
        margin-bottom: 25px;
    }
    .foot-two li a,
    .foot-three li a,
    .foot-four li a{
        font-size: 12px;
        line-height: 28px;
    }
    .top{
        right: 10%;
    }
}
@media screen and (max-width:1199px) {
    .head-container{
        width: 90%;
    }
    .container{
        width: 90%;
    }
    .banner-zi{
        width: 90%;
        top: 20%;
    }
    .head-left a{
        width: 120px;
    }
    .head-zhong ul{
        display: none;
    }
    .head-right{
        display: none;
    }
    .banner{
        margin-top: 50px;
    }
    .banner img{
        height: 300px;
        object-fit: cover;
    }
    .banner-zi h2{
        font-size: 24px;
    }
    .about{
        padding: 30px 0;
    }
    .about-left{
        width: 100%;
    }
    .about-right{
        width: 100%;
        margin-top: 20px;
    }
    .about-right h2{
        font-size: 24px;
    }
    .about-right h3{
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .about-right p{
        margin-top: 15px;
    }
    .about-right a{
        margin-top: 20px;
    }
    .fangan{
        padding-top: 30px;
    }
    .fangan-all>h2{
        font-size: 24px;
        padding-bottom: 20px;
    }
    .fangan-cont{
        display: none;
    }
    .phone-fangan{
        display: block;
        margin-top: 30px;
    }
    .phone-fangan ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .phone-fangan ul li{
        width: 33%;
        background-color: #191919;
        position: relative;
    }
    .phone-fangan ul .active{
        background-color: #104095;
    }
    .fangan-p{
        position: unset;
        transform: unset;
        text-align: center;
        padding: 20px 0;
        color: #fff;
    }
    .fangan-p i{
        font-size: 30px;
    }
    .fangan-p p{
        font-size: 12px;
        margin-top: 10px;
    }
    .fangan-right-cont{
        position: unset;
        opacity: 1;
        width: 100%;
        padding: 0px;
    }
    .fangan-right-p{
        width: 100%;
        padding: 10px;
        position: unset;
        opacity: 1;
    }
    .fangan-right-p h2{
        margin-bottom: 0;
    }
    .anli-swiper .swiper-slide{
        width: 100% !important;
    }
    .anli-prev,.anli-next{
        display: none;
    }
    .foot-two,.foot-three,.foot-four,.foot-five{
        display: none;
    }
    .anli-swiper{
        padding-bottom: 40px;
    }
    .anli-swiper .anli-page{
        display: block;
    }
    .anli-swiper .anli-page .swiper-pagination-bullet-active{
        background: #104095;
    }
    .anli{
        padding-top: 30px;
    }
    .anli-all>h2{
        font-size: 24px;
        padding-bottom: 20px;
    }
    .anli-cont{
        margin-top: 20px;
    }
    .news{
        padding: 30px 0;
    }
    .news-one>h2{
        font-size: 24px;
        padding-bottom: 20px;
    }
    .news-one-content{
        margin-top: 20px;
    }
    .news-one-cont{
        width: 48%;
        margin-bottom: 20px;
    }
    .news-one-cont h2{
        font-size: 16px;
        line-height: 28px;
        min-height: 56px;
    }
    .news-one>p a{
        margin-top: 10px;
    }
    .foot{
        padding: 30px 0;
    }
    .foot-one{
        width: 100%;
    }
    .foot-one p{
        margin-top: 20px;
    }
    .foot-di{
        text-align: center;
        padding-bottom: 40px;
    }
    .foot-di p:first-child{
        display: block;
    }
    .foot-di p{
        width: 100%;
        font-size: 12px;
        display: none;
    }
    .foot-di span{
        display: none;
    }
    .top{
        right: 10%;
    }
    .about-head-left{
        width: 100%;
    }
    .about-head-left p a{
        padding: 10px 5px;
    }
    .about-head-right{
        width: 100%;
        justify-content: flex-start;
    }
    .about-head-right p{
        width: 50%;
        text-align: center;
    }
    .about-head-right p a{
        margin-left: 0;
        margin-right: 0px;
        padding: 10px 0;
    }
    .about-one-left{
        width: 100%;
    }
    .about-one-right{
        width: 100%;
        margin-top: 20px;
    }
    .about-one-right h2{
        font-size: 24px;
    }
    .about-one-right h3{
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .about-one-right p{
        margin-top: 10px;
    }
    .about-two{
        padding-top: 30px;
    }
    .about-two-a{
        display: none;
    }
    .phone-about-two{
        display: block;
    }
    .phone-about-two-all{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .phone-about-two-cont{
        width: 100%;
        margin-bottom: 30px;
        padding: 30px 0;
    }
    .phone-about-two-cont:nth-child(1){
        background: url(../img/about1.png) no-repeat center;
        background-size: cover;
    }
    .phone-about-two-cont:nth-child(2){
        background: url(../img/about2.png) no-repeat center;
        background-size: cover;
    }
    .phone-about-two-cont:nth-child(3){
        background: url(../img/about3.png) no-repeat center;
        background-size: cover;
    }
    .phone-about-two-cont i{
        font-size: 30px;
        color: #fff;
        display: block;
        text-align: center;
    }
    .phone-about-two-cont h2{
        font-size: 20px;
        color: #fff;
        text-align: center;
        margin-top: 20px;
        font-weight: normal;
    }
    .phone-about-two-cont p{
        font-size: 14px;
        color: #fff;
        text-align: center;
        margin-top: 10px;
    }
    .solution-all{
        padding-top: 30px;
    }
    .solution-cont{
        margin-bottom: 30px;
    }
    .solution-cont:nth-child(2n){
        flex-direction: column-reverse;
    }
    .solution-cont-left{
        width: 100%;
    }
    .solution-cont-right{
        width: 100%;
        margin-top: 20px;
    }
    .more{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .solution-one{
        padding-top: 30px;
    }
    .solution-one-cont{
        width: 48%;
        margin-bottom: 30px;
    }
    .solution-one-cont p{
        font-size: 18px;
        margin-top: 20px;
    }
    .solution-one-p{
        padding: 20px;
        margin-top: 10px;
    }
    .solution-one-p-all{
        width: 100%;
    }
    .solution-one-p-all p{
        width: 100%;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .solution-one-p-all p:nth-child(3){
        margin-bottom: 20px;
    }
    .solution-one-p-all p::before{
        top: 6px;
    }
    .solution-one-application{
        padding: 30px 0;
        flex-direction: column-reverse;
    }
    .solution-one-a{
        padding: 30px 0;
    }
    .solution-one-a h2{
        font-size: 24px;
    }
    .solution-one-a .solution-one-application{
        margin-top: 20px;
    }
    .solution-one-a .solution-one-application .application-left,
    .solution-one-a .solution-one-application .application-right{
        width: 100%;
    }
    .solution-honor{
        padding: 0;
    }
    .solution-honor h2{
        font-size: 24px;
    }
    .solution-honor-all{
        margin-top: 20px;
        padding: 30px 0;
    }
    .solution-honor-cont{
        width: 48%;
        margin-bottom: 20px;
    }
    .solution-tan-cont{
        width: 90%;
    }
    .solution-tan-close{
        top: -50px;
    }
    .application-left{
        width: 100%;
        margin-top: 20px;
    }
    .application-right{
        width: 100%;
    }
    .application-left h2{
        margin-bottom: 20px;
    }
    .solution-two h2{
        font-size: 24px;
    }
    .solution-two-all{
        margin-top: 20px;
        padding: 20px 0;
    }
    .solution-more{
        padding: 30px 0;
    }
    .solution-more h1{
        font-size: 24px;
    }
    .solution-more-all{
        margin-top: 20px;
    }
    .solution-more-cont{
        width: 100%;
        margin-bottom: 20px;
    }
    .solution-more-p{
        padding: 15px;
    }
    .solution-more-p h2{
        margin-bottom: 10px;
    }
    .solution-mores{
        margin-top: 15px;
    }
    .anli-conts{
        width: 100%;
        margin-bottom: 30px;
    }
    .anli-p{
        padding: 15px;
    }
    .anli-p h2{
        margin-bottom: 10px;
    }
    .anli-more{
        margin-top: 20px;
    }
    .anli-detail{
        padding: 30px 0;
    }
    .anli-detail-left{
        width: 100%;
    }
    .anli-detail-right{
        width: 100%;
        margin-top: 20px;
    }
    .anli-detail-right h2{
        font-size: 24px;
    }
    .anli-detail-right h3{
        margin-top: 20px;
    }
    .anli-iphone{
        margin-top: 20px;
    }
    .al-more{
        padding-top: 30px;
    }
    .al-more h1{
        font-size: 24px;
    }
    .al-more-all{
        margin-top: 20px;
    }
    .al-more-cont{
        width: 100%;
        margin-bottom: 30px;
    }
    .al-more-p{
        padding: 15px;
    }
    .al-more-p h2{
        margin-bottom: 10px;
    }
    .al-more-a{
        margin-top: 20px;
    }
    .news-detail{
        padding-top: 30px;
        margin-top: 50px;
    }
    .news-detail-all{
        padding: 10px;
    }
    .news-detail-left{
        display: none;
    }
    .news-detail-right{
        width: 100%;
    }
    .news-detail-top h2{
        font-size: 24px;
    }
    .news-detail-top{
        padding-bottom: 20px;
    }
    .news-page-left{
        width: 100%;
    }
    .news-page-right{
        width: 100%;
        margin-top: 10px;
    }
    .news-page-right p a{
        text-align: left;
    }
    .news-detail-more{
        padding: 30px 0;
    }
    .news-detail-more h1{
        font-size: 24px;
        padding-bottom: 20px;
    }
    .news-detail-more-all{
        margin-top: 0;
    }
    .news-detail-more-cont{
        width: 100%;
        margin-top: 30px;
    }
    .contact{
        padding: 30px 0;
    }
    .contact-left{
        width: 100%;
    }
    .contact-right{
        width: 100%;
        margin-top: 20px;
    }
    .contact-left h2{
        font-size: 24px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .contact-left>p{
        margin-bottom: 10px;
    }
    .contact-left>p span{
        width: calc(100% - 40px);
    }
    .contact-ewm{
        margin-top: 20px;
    }
    .contact-ewm p{
        margin-right: 20px;
    }
    .contact-right form legend{
        font-size: 24px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .contact-right form .btn{
        margin-top: 20px;
    }
    #container{
        height: 250px;
        margin-top: 30px;
    }
}