* {
    margin: 0px;
    padding: 0px;
}

ul,
ol {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

:root {
    --navhet: 90px;
}
.anchor{
    display: block;
    height: 60px; /*和顶部fix的高度一致*/
    margin-top: -60px; /*和顶部fix的高度一致*/
    visibility: hidden;

}
body {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.inwid {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.bannre {
    width: 100%;
}

.banner-out {
    width: 100%;
    display: block;
}

.banner-out .banenr-swiper .swiper-slide img {
    width: 100%;
    display: block;
}

.banner-out .banenr-swiper .swiper-pagination {
    bottom: 124px !important;
    display: flex;
    justify-content: left;
    padding-left: 260px;
    box-sizing: border-box;
}

.banner-out .banenr-swiper .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 50%;
    margin-right: 39px;
    position: relative;
    opacity: 1;
}

.banner-out .banenr-swiper .swiper-pagination-bullet-active::after {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 1px solid #004097;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16.5px;
    margin-left: -16.5px;
    content: '';
    box-sizing: border-box;

}

.banner-out .banenr-swiper .swiper-pagination-bullet-active {
    background: #004097;
}

.banner-out .foyr .text {
    position: absolute;
    bottom: 179px;
    z-index: 100;
    padding-left: 260px;
    box-sizing: border-box;
}

.banner-out .foyr .text span {
    color: #fff;
    font-size: 30px;
}

.banner-out .foyr .text #txt-1 {
    font-size: 46px;
    font-weight: 400;
    color: #004097;
}

.banner-out .foyr .text #txt-2 {
    font-size: 30px;
    color: #fff;
}

.banner-out .foyr .text .txt-h {
    margin: 0px 10px 0px 4px;
}

.bannre .nav {
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.55);
    z-index: 9999;
    width: 100%;
    height: 90px;
    height: var(--navhet);
    transition: 0.5s;
    box-shadow: 0px 1px 6px 1px rgba(100,100,100,0.18);
}

.bannre .nav .nav-out {
    height: 100%;
    width: 100%;
    max-width: 1413px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bannre .nav .nav-out .logo img {
    width: 70px;

}

.bannre .nav .nav-out ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.bannre .nav .nav-out ul li {
    margin-right: 95px;
    height: 100%;
    display: flex;
    align-items: center;
}

.bannre .nav .nav-out ul li:last-child {
    margin-right: 0px;
}

.bannre .nav .nav-out ul li .title a {
    font-size: 20px;
    color: #333333;
}

.bannre .nav .nav-out ul li.all .title a{
    color: #004097;
}

.bannre .nav .nav-out ul li .box{
    position: absolute;
    width: 100%;
    background: #fff;
    top: 90px;
    left: 0px;
    padding: 22px 30px 18px 0px;
    box-sizing: border-box;
    padding-left: 0px;
    display: none;
    z-index: 0;
    box-sizing: border-box;
    box-shadow: 0px 1px 6px 1px rgba(100,100,100,0.18);
}
.bannre .nav .nav-out ul li .box a{
    padding: 0px 20px ;
    box-sizing: border-box;
}
.bannre .nav .nav-out ul li .box .box-txt{
    width: auto;
    display: unset;
}
.bannre .nav .nav-out ul #nav-xian{
    width: 108px;
    height: 3px;
    position: absolute;
    background: #004097;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}
.intitle h5 {
    text-align: center;
    font-size: 40px;
    color: #111111;
}

.intitle i {
    display: block;
    width: 86px;
    height: 2px;
    background: #014898;
    margin: 0 auto;
    margin-top: 37px;
}

/* 首页产品 */
.Products {
    margin-top: 87px;
}

.Products .Pro-tile {
    width: 100%;
    max-width: 885px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 46px;
    margin-bottom: 57px;
}

.Products .Pro-tile a {
    color: #555555;
    font-size: 24px;
}

.Products .Pro-tile a.all {
    color: #004097;
}

.Products .out {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Products .out .box {
    width: 49%;
    background: #ECECEE;
    height: 450px;
    display: flex;
    justify-content: space-between;
    padding-left: 66px;
    padding-right: 76px;
    padding-top: 56px;
    padding-bottom: 40px;
    box-sizing: border-box;
    margin-bottom: 38px;
}

.Products .out .box .left h5 {
    font-size: 30px;
    color: #004097;
    margin-bottom: 33px;
}

.Products .out .box .left span {
    font-size: 20px;
    color: #444444;
}

.inMORE {
    display: flex;
    align-items: center;
    width: 147px;
    height: 41px;
    border: 1px solid #014898;
    border-radius: 21px;
    justify-content: center;
    font-size: 18px;
    margin-top: 134px;
    color: #004097;
}

.inMORE:hover {
    background: #014898;
    color: #fff;
}

.inMORE:hover .img-1 {
    display: none;
}

.inMORE:hover .img-2 {
    display: block;
}

.inMORE .img-1 {
    margin-left: 16px;
}

.inMORE .img-2 {
    display: none;
    margin-left: 16px;
}

.Products .out .box .right {
    width: 250px;
    /* overflow: hidden; */

}
.Products .out .box:hover .right img{
    transform: scale(1.1);
}
.Products .out .box .right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.5s;
}

.inGd {
    width: 222px;
    height: 60px;
    display: block;
    text-align: center;
    line-height: 60px;
    color: #BEBEBE;
    border: 2px solid #BEBEBE;
    box-sizing: border-box;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 24px;
}
.inGd:hover{
    color: #fff;
    background: #004097;
    border: none;
}

/* 客户案例 */
.Case {
    width: 100%;
    margin-top: 90px;
}

.Case .out {
    position: relative;
    margin-top: 61px;
    margin-bottom: 50px
}

.Case .out .Case-swiper .swiper-slide {
    width: 440px;
    height: 465px;
    margin-right: 39px;
    background-size: cover;
    cursor: pointer;
    overflow: hidden;

}

.Case .out .Case-swiper .swiper-slide:last-child {
    margin-right: 0px;
}

.Case .out .Case-swiper .swiper-slide .text {
    display: block;
    width: 100%;
    white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    padding: 0px 40px;
    box-sizing: border-box;
    text-align: center;
}

.Case .out .Case-swiper .swiper-slide .img-C {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.Case .out .Case-swiper .swiper-slide:hover .img-C{
    transform: scale(1.1);
}
.Case .out .Case-swiper .swiper-slide .text {
    position: absolute;
    bottom: 28px;
    left: 0px;
    z-index: 20;
    color: #fff;
    transition: 0.5s;
}


.Case .out .swiper-button-next::after,
.Case .out .swiper-button-prev::after {
    font-size: 20px;
    color: #BEBEBE;
}

.Case .out .swiper-button-next {
    right: -90px;
    border: 1px solid #BEBEBE;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.Case .out .swiper-button-prev {
    left: -90px;
    border: 1px solid #BEBEBE;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.Case .out .swiper-button-prev:hover,
.Case .out .swiper-button-next:hover {
    background: #004097;
}

.Case .out .swiper-button-prev:hover::after,
.Case .out .swiper-button-next:hover::after {
    color: #fff;
}

.Case .out .Case-swiper .swiper-slide .ceng {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 64, 151, 0.5);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding: 0px 51px;
    box-sizing: border-box;
    display: none;
    width: 100%;
}

.Case .out .Case-swiper .swiper-slide .ceng h5 {
    font-size: 22px;
    margin-bottom: 26px;
    white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      
}

.Case .out .Case-swiper .swiper-slide .ceng p {
    color: #F1F1F1;
    font-size: 16px;
    line-height: 2em;
}

.Case .out .Case-swiper .swiper-slide .ceng a {
    margin-top: 60px;

}

.Case .out .Case-swiper .swiper-slide:hover .text {
    transform: translateY(60px);
}

.Case .out .Case-swiper .swiper-slide:hover .ceng {
    display: flex;
}

/* 公司优势 */
.Advantage {
    margin-top: 100px;
}

.Advantage .inwid {
    max-width: 1300px;
}

.Advantage .out {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 83px;
}

.Advantage .out .box {
    width: 238px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Advantage .out .box img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    margin-bottom: 35px;
}

.Advantage .out .box h5 {
    font-size: 22px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 24px;
}

.Advantage .out .box i {
    width: 42px;
    height: 2px;
    background: #004097;
    margin-bottom: 24px;
}

.Advantage .out .box p {
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #666666;
}

/* 关于我们 */
.AboutUs {
    width: 100%;
    height: 714px;
    background: rgba(0, 64, 151, 0.8);
    background: url(../images/autism-banner.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.AboutUs .inwid>h5 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    padding-top: 62px;
    margin-bottom: 74px;
    display: block;
}

.AboutUs .out {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.AboutUs .out .left {
    width: 44.4%;
}

.AboutUs .out h5 {
    font-size: 30px;
    color: #fff;
    ;
}

.AboutUs .out span {
    font-size: 22px;
    color: #F1F1F1;
    display: block;
    margin-top: 45px;
    margin-bottom: 53px;
}

.AboutUs .out p {
    color: #EEEEEE;
    font-size: 18px;
    line-height: 1.5em;
}

.AboutUs .out a {
    width: 143px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #fff;
    margin-top: 41px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    box-sizing: border-box;
}

.AboutUs .out a img {
    margin-left: 10px
}

.AboutUs .out a:hover {
    background: #004097;
    border: none;
}

/* 合作伙伴 */
.partner {
    margin-top: 100px;

}

.partner .out {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 53px;
}

.partner .out .img{
    width: 15%;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 20px;
}

.partner .out img {
    width: auto;
    max-width: 100%;
}

.partner .out .img:nth-child(6n) {
    margin-right: 0px;
}

/* 新闻动态 */
.News {
    margin-bottom: 80px;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
}

.News .out {
    display: flex;
    justify-content: space-between;
}

.News .out .left {
    width: 478px;
    height: 567px;
    position: relative;
    z-index: 1;
}

.News .out .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.News .out .left .tiembox {
    width: 106px;
    height: 118px;
    background: #004097;
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.News .out .left .tiembox span {
    display: block;
    color: #fff;
}

.News .out .left .tiembox .txt-1 {
    font-size: 30px;
    margin-bottom: 10px;
}

.News .out .left .tiembox .txt-2 {
    font-size: 18px;
}

.News .out .left .txtbox {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 12px 1px rgba(204, 204, 204, 0.39);
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px 41px;
    box-sizing: border-box;
}

.News .out .left .txtbox .txt-3 {
    margin-bottom: 15px;
    color: #F1F1F1;
    font-size: 18px;
}

.News .out .left .txtbox .txt-4 {
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}

.News .out .right {
    width: 850px;
}

.News .out .right .box {
    margin-bottom: 69px;
}

.News .out .right .box a {
    display: flex;
    justify-content: space-between;
}

.News .out .right .box a .tiembox {
    margin-right: 50px;
    border-bottom: 1px solid #014898;
}

.News .out .right .box a .tiembox .time-1 {
    font-size: 36px;
    color: #333333;
    display: block;
    margin-bottom: 11px;
}

.News .out .right .box a .tiembox .time-2 {
    font-size: 20px;
    color: #333333;
    display: block;
}
.News .out .right .box a .txtbox{
    width: 83%;
}
.News .out .right .box a .txtbox h5 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.News .out .right .box a .txtbox p {
    font-size: 16px;
    color: #444444;
    margin-bottom: 22px;
    overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
}

.News .out .right .box a .txtbox .youy {
    width: 51px;
    height: 24px;
    background: #7D7D7D;
    border-radius: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.News .out .right .box a .txtbox .youy span {
    display: none;
    color: #fff;
    font-size: 10px;
}

.News .out .right .box.all .txtbox h5 {
    color: #014898;

}

.News .out .right .box.all .txtbox .youy {
    width: 65px;
    background: #004097;
}

.News .out .right .box.all .txtbox .youy span {
    display: block;
}

.News .News-in {
    margin-top: 22px;
    display: flex;
    justify-content: right;
}

.News .News-in .inMORE {
    width: 156px;
    height: 41px;
    background: #F1F1F1;
    line-height: 41px;
    border: none;
    margin-top: 0px;
}

.News .News-in .inMORE:hover {
    background: #004097;
}

.News .News-title {
    display: flex;
    margin-bottom: 50px;
}

.News .News-title a {
    font-size: 20px;
    color: #333333;
    margin-right: 78px;
}

.News .News-title a.all {
    color: #004097;
}

.News .ceng {
    position: absolute;
    left: 0px;
    bottom: 112px;

    width: 502px;
    height: 452px;
}

.News .ceng img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.News .ceng a {
    width: 103px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    display: block;
    border: 1px solid #749BD1;
    position: absolute;
    bottom: 30px;
    right: 60px;
    color: #749BD1;
    z-index: 1;
}

.footer {
    background: url(../images/footer.png) no-repeat center;
    background-size: cover;

    width: 100%;
}

.footer .out {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1330px;
    padding-top: 60px;
    margin-bottom: 30px;
}

.footer .out>.box {
    width: 37%;
}

.footer .out>.box .logo {
    margin-bottom: 30px;
}

.footer .out>.box span {
    color: #DCDCDC;
    font-size: 18px;
    display: block;
    margin-bottom: 10px
}

.footer .out>.box span:last-child {
    margin-bottom: 0px;
}

.footer .out>.box span a {
    color: #DCDCDC;
    font-size: 18px;
}

.footer .out ul {
    width: 50.7%;
    display: flex;
    justify-content: space-between;
}

.footer .out ul li .box a {
    color: #DCDCDC;
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
}

.footer .out ul li .titel {
    font-size: 18px;
    color: #fff;
    margin-bottom: 24px;
    font-weight: bold;
}

.footer .out ul li .box a:last-child {
    margin-bottom: 32px;
}

.footer-dibu {
    width: 100%;
    height: 60px;
    border-top: 1px solid #c8c8c842;

}

.footer-dibu .inwid {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-dibu .inwid span {
    font-size: 14px;
    color: #CCCCCC;
}

.footer-dibu .inwid a {
    font-size: 14px;
    color: #CCCCCC;
}

.CITY-SITE {
    width: 100%;
}

.CITY-SITE h5 {
    font-size: 16px;
    color: #fff;
    margin-top: 40px;
}

.CITY-SITE-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 22px;
    margin-bottom: 20px;
}

.CITY-SITE a {
    width: 60px;
    height: 25px;
    background: #484848;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    margin-right: 6px;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 12px;
}

.CITY-SITE a:nth-child(14n) {
    margin-right: 0px;
}

/* 关于我们页面 */
.NoINdex img {
    width: 100%;
    display: block;
}

.NoINdex {
    position: relative;
}

.NoINdex .txt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.NoINdex .txt h5 {
    color: #004097;
    font-size: 56px;
    margin-bottom: 45px;
}

.NoINdex .txt span {
    color: #fff;
    font-size: 24px;
}

#AboutUs .company-profile {
    background: url(../images/A-1.1.png) no-repeat center;
    width: 100%;
    /*height: 718px;*/
    background-size: cover;
    padding-top: 80px;
    box-sizing: border-box;
    padding-bottom: 40px;
}

#AboutUs .company-profile .out {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

#AboutUs .company-profile .out .left {
    width: 40%;
}

#AboutUs .company-profile .out .right {
    width: 53%;
    position: relative;
}

#AboutUs .company-profile .out .left h5 {
    font-size: 30px;
    color: #333;
    margin-bottom: 45px;
    display: none;
}

#AboutUs .company-profile .out .left span {
    font-size: 22px;
    color: #666666;
    margin-bottom: 53px;
    display: none;
}

#AboutUs .company-profile .out .left p {
    color: #666666;
    font-size: 18px;
    line-height: 2em;
}

#AboutUs .company-profile .out .right .img-1 {
    width: 90%;
    border-radius: 30px 0px 30px 0px;
    position: relative;
    z-index: 1;
}

#AboutUs .company-profile .out .right .img-2 {
    position: absolute;
    width: 500px;
    height: 350px;
    /*bottom: -46px;*/
    right: 0px;
    top: 30%;
}

#AboutUs .inMORE {
    margin-top: 35px;
}

#AboutUs .Worksho {
    margin-top: 90px;
}

#AboutUs .Worksho .out {
    display: flex;
    justify-content: space-between;
    margin-top: 61px;
}

#AboutUs .Worksho .out .box {
    width: 32%;
}
#AboutUs .Worksho .out .box .img{
    overflow: hidden;
}
#AboutUs .Worksho .out .box:hover img{
    transform: scale(1.1);
}
#AboutUs .Worksho .out .box img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    transition: 0.5s;
}

#AboutUs .Worksho .out .box span {
    display: block;
    margin-top: 28px;
    text-align: center;
}

#AboutUs .Honor {
    overflow: hidden;
    margin-top: 100px;
}

#AboutUs .Honor .swiper-slide img {
    width: 100%;
}

#AboutUs .Honor .swiper-slide span {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 18px;
    color: #333333;
    font-size: 27px;
}

#AboutUs .Honor .Honor-swiper {
    padding: 70px 0px;
    margin-top: 50px;
}

#AboutUs .Honor .Honor-swiper .swiper-slide {
    width: 33.3%;

}

#AboutUs .Honor .Honor-swiper .swiper-slide-active {
    transform: scale(1.3) !important;
    z-index: 999;
    transition: 0.8s;
}

#AboutUs .partner {
    margin-bottom: 100px;
}

#AboutUs .Honor .Honor-swiper .swiper-button-next::after,
#AboutUs .Honor .Honor-swiper .swiper-button-prev::after {
    color: #FFFFFF;
    font-size: 20px;
}

#AboutUs .Honor .Honor-swiper .swiper-button-next,
#AboutUs .Honor .Honor-swiper .swiper-button-prev {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    top: 45%;
}

#AboutUs .Honor .Honor-swiper .swiper-button-next {
    right: 60px;
}

#AboutUs .Honor .Honor-swiper .swiper-button-prev {
    left: 60px;
}

#AboutUs .Honor .Honor-swiper .swiper-button-next:hover,
#AboutUs .Honor .Honor-swiper .swiper-button-prev:hover {
    background: #014898;
}

/* 产品中心 */

.in-download {
    height: 100px;
    border-bottom: 2px solid #E8E8E8;
    box-sizing: border-box;
    width: 100%;

}

.in-download .inwid {
    display: flex;
    align-items: center;
    height: 100%;
}

.in-download a {
    width: 232px;
    height: 100%;
    display: block;
    color: #555555;
    font-size: 24px;
    line-height: 100px;
    text-align: center;
}

.in-download a.all {
    background: #004097;
    color: #fff;
}
#Products .P-out{
    margin-bottom: 91px;
}
#Products .P-out .out {
    display: flex;
    flex-wrap: wrap;
    margin-top: 68px;
}

#Products .P-out .out .box {
    width: 450px;
    height: 499px;
    box-shadow: 0px 3px 6px 1px rgba(204, 204, 204, 0.25);
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    border: 2px solid rgba(228, 228, 228, 0.98);
    box-sizing: border-box;
    margin-bottom: 41px;
    margin-right: 25px;
}

#Products .P-out .out .box:hover img{
    transform: scale(1.1);
}
#Products .P-out .out .box:hover span{
    color: #004097;
}
#Products .P-out .out .box:nth-child(3n){
    margin-right: 0px;
}
#Products .P-out .out .box .img{
    height: 415px;
    text-align: center;
    border-bottom: 2px solid #E4E4E4;
}
#Products .P-out .out .box img{
    width: auto;
    max-width: 250px;
    height: 100%;
    object-fit: contain;
    transition: 0.5s;
}
#Products .P-out .out .box span{
    text-align: center;
    line-height: 80px;
    display: block;
    font-size: 24px;
    color: #444444;
}

.bottonaniu {
    display: flex;
    justify-content: center;

}
.bottonaniu a{
    display: block;
    text-align: center;
    line-height: 41px;
    background: #EEEEEE;
    border-radius: 2px;
    margin-right: 10px;
}
.bottonaniu a:hover{
    background: #004097;
    color: #fff;
}
.bottonaniu  .a-1{
    width: 49px;
    height: 41px;
    
   
}
.bottonaniu  .a-2{
    width: 66px;
    height: 41px;
    
}
.bottonaniu  .a-3{
    width: 41px;
    height: 41px;
    
}





#Products .Products-list{
    margin-bottom: 99px;
}
#Products .Products-list .out .box-1{
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 70px;
    margin-top: 90px;
}
#Products .Products-list .out .box-1 .left{
    width: 554.26px;
    height: 554.26px;
    box-shadow:0px 4px 10px 1px #0000001a;
    text-align: center
}
#Products .Products-list .out .box-1 .left img{
    width:auto;
    max-width: 332.14px;
    height: 100%;
    object-fit: contain;
   
}
#Products .Products-list .out .box-1 .ringt {
    width: 761px;
    margin-left: 82px;
}

#Products .Products-list .out .box-1 .ringt h5{
    font-size: 30px;
    color: #333333;
}
#Products .Products-list .out .box-1 .ringt h5::after{
    content: '';
    height: 2px;
    width: 109px;
    background: #004097;
    margin: 37px 0px 46px 0px;
    display: block;
}
#Products .Products-list .out .box-1 .ringt p{
    font-size: 18px;
    color: #666666;
    line-height: 1.5em;
    margin-bottom: 70px;
}
#Products .Products-list .out .box-1 .ringt .anniu-box{
    display: flex;
}
#Products .Products-list .out .box-1 .ringt .anniu-box a{
    display: block;
    width: 156px;
    height: 41px;
    border-radius: 20.5px;
    background: #004097;
    text-align: center;
    line-height: 41px;
    margin-right: 30px;
    color: #fff;
}
#Products .Products-list .out .box-1 .ringt .anniu-box a:last-child{
    margin-right: 0px;
}
#Products .Products-list .out .box-1 .ringt .anniu-box a img{
    margin-left: 10px;
}

#Products .Products-list .out .box-2 .titel{
    font-size: 26px;
    color: #333333;
    margin-bottom: 32px;
}
#Products .Products-list .out .box-2 p{
    font-size: 20px;
    color: #666666;
    line-height: 1.5em;
    margin-bottom: 62px;
}

#Products .Products-list .out .box-2 .anniu{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 90px;
}
#Products .Products-list .out .box-2 .anniu a{
    width: 126px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #fff;
    background: #004097;
    border-radius: 23px;
}


#Products .Products-list .out .box-3 .Products-out{
    margin: 0px;
}
#Products .Products-list .out .box-3>h5{
    color: #333333;
    font-size: 44px;
    margin-bottom: 61px;
}
#Products .Products-list .out .box-3 .out .box .text-box{
    height: 122px;
}
#Products .Products-list .out .box-3 .out{
    justify-content: left;
    display: flex;
}
#Products .Products-list .out .box-3 .box .text-box h5{
    font-size: 26px;
}

/* 客户案例 */
#Case .Case-out{
   margin: 90px 0px;
}
#Case .Case-out .out{
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
} 
#Case .Case-out .out .box{
    width: 440px;
    height: 460px;
    position: relative;
    margin-right: 39px;
    margin-bottom: 79px;
}
#Case .Case-out .out .box:nth-child(3n){
    margin-right: 0px
}
#Case .Case-out .out .box a>img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
#Case .Case-out .out .box .title{
    position: absolute;
    bottom:0px;
    left: 0px;
    height: 74px;
    line-height: 74px;
    background:rgba(39, 39, 39,0.3) ;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
        padding: 0px 30px;
    box-sizing: border-box;
    white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
#Case .Case-out .out .box .ceng{
    position: absolute;
    top: 0px;
    height: 100%;
    left: 0px;
    background: rgba(0, 64, 151,0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
  padding: 0px 56px;
  box-sizing: border-box;
  display: none;
  width: 100%;
}
#Case .Case-out .out .box .ceng h5{
    font-size: 22px;
    color: #fff;
    margin-bottom: 26px;
    width: 100%;
    white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
#Case .Case-out .out .box .ceng p{
    color: #F1F1F1;
    font-size: 16px;
    line-height: 2em;
    width: 100%;
    overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;

}
#Case .Case-out .out .box .ceng span{
    margin-top: 40px;
    display: block;
    width: 91px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    background: #004097;
    color: #E1E1E1;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
}
#Case .Case-out .out .box .ceng .cengou{
    display: flex;
    width: 100%;
    justify-content: right;
}
#Case .Case-out .out .box .ceng span img{
    margin-left: 10px;
    height: 10px;

}

#Case .Case-out .out .box:hover .ceng{
    display: flex;
}

/* 新闻页面 */
#News .News-out{
    margin: 60px 0px;
}
#News .News-out .out{
    display: flex;
    flex-wrap: wrap;
}

#News .News-out .out .box {
    width: 454px;
    transition: 0.5s;
    margin-right: 19px;
    margin-bottom: 75px;
}
#News .News-out .out .box:nth-child(3n){
    margin-right: 0px;
}
#News .News-out .out .box img{
    width: 100%;
    height: 238px;
    object-fit:cover;
    display: block;
}
#News .News-out .out .box .txt-box{
    width: 100%;
    height: 145px;
    background: #fff;
    padding: 30px 22px 30px 32px;
    box-sizing: border-box;
}
#News .News-out .out .box .txt-box h5{
    font-size: 20px;
    color: #333333;
    white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 28px;
}
#News .News-out .out .box .txt-box .box23{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#News .News-out .out .box .txt-box .box23 .tiem{
    color: #888888;
    font-size: 16px;
}
#News .News-out .out .box .txt-box .box23  .out-a{
    width: 102px;
    height: 28px;
    border: 1px solid #CCCCCC;
    border-radius: 18px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #999999;
}
#News .News-out .out .box:hover{
    box-shadow: 0px 2px 20px 1px rgba(204,204,204,0.71);
    transform: translateY(10px);
}
#News .News-out .out .box:hover .txt-box h5{
    color: #014898;
}
#News .News-out .out .box:hover .box23  .out-a{
    background: #004097;
    color: #fff;
}
/* 服务支持 */
#Service .Service-out{
    margin-top: 80px;
    margin-bottom: 100px;
}
#Service .Service-out .out{
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

#Service .Service-out .out .box{
    width: 666px;
    margin-right: 67px;
    margin-bottom: 65px;
}
#Service .Service-out .out .box:hover .txt{
    color: #004097;
}
#Service .Service-out .out .box:nth-child(2n){
    margin-right: 0px;
}
#Service .Service-out .out .box .img-box{
    position: relative;
}
#Service .Service-out .out .box .img{
    width: 100%;
    height: 374px;
    object-fit: cover;
    display: block;
}
#Service .Service-out .out .box  .play{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    margin-top: -28px;
    margin-left: -28px;
    cursor: pointer;
}
#Service .Service-out .out .box .txt{
    text-align: center;
    display: flex;
    margin-top: 36px;
    width: 100%;
    justify-content: center;
    font-size: 28px;
    color: #333333;
}


#NEWS .NEWS-list{
    margin-top: 70px;
    margin-bottom: 90px;
}
#NEWS .NEWS-list .titel{
    text-align: center;
}
#NEWS .NEWS-list .titel h5{
    font-size: 42px;
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
}
#NEWS .NEWS-list .release{
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(227, 227, 227, 1);
    border-bottom: 1px solid rgba(227, 227, 227, 1);
    margin-top: 48px;
}
#NEWS .NEWS-list .release i{
    display: block;
    width: 1px ;
    height: 14px;
    background: rgba(153, 153, 153, 1);
    margin: 0px 30px;
}
#NEWS .NEWS-list .release span{
    font-size: 13px;
    color: rgba(102, 102, 102, 1);
}

#NEWS .NEWS-list .text{
    padding: 43px 73px 73px 73px;
    box-sizing: border-box;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 2.5em;
    border-bottom: 1px solid rgba(227, 227, 227, 1);
}
#NEWS .NEWS-list .text img{
    width: auto;
    max-width: 100%;
}
#NEWS .NEWS-list .text video{
    width: auto;
    max-width: 100%;
}
.shangyiye{
    margin-top: 34px;
    padding-left: 73px;
    box-sizing: border-box;
}
.shangyiye span{
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
}
.shangyiye span a{
    color: rgba(51, 51, 51, 1);
}
.shangyiye span a:hover{
    color: #258536;
}


/* 弹出层 */
.TipsWindown{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0,0.3);
    z-index: 99999999;
    display: none;
}
.TipsWindown .out{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 
}
.TipsWindown .box{
    width: 50%;
    /* height: 450px; */
    background: #fff;
    box-shadow: 0px 0px 10px 7px rgba(0,0,0,0.2);
    position: relative;
}

.TipsWindown span{
    width:44px;
    height: 44px;
    background: #004097;
    display: block;
    text-align: center;
    line-height: 37px;
    cursor: pointer;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 50%;
    font-size: 40px;
    z-index: 9999;
    transition: 0.6s;
    transform: scale(0.8);
}
.TipsWindown span:hover{
    transform:scale(0.8)  rotate(360deg);
}
.TipsWindown .box video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#Message .NoINdex .txt{
    align-items: flex-start;
    padding-left: 260px;
    box-sizing: border-box;
}
#Service .NoINdex .txt{
    align-items: flex-end;
    padding-right: 260px;
    box-sizing: border-box;
}


/* 联系我们 */
#Message .Message-out{
    margin-top: 90px;
}
#Message .Message-out .out{
    display: flex;
    justify-content: space-between;
}
#Message .Message-out .out .left{
    width: 400px;
}
#Message .Message-out .out .left>img{
    width: 100%;
}
#Message .Message-out .out .left .box{
    display: flex;
    margin-bottom: 60px;
    align-items: center;
}
#Message .Message-out .out .left .box .img{
    width: 120px;
    text-align: center;
}
#Message .Message-out .out .left .box .txt{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 60px;
    margin-left: 10px;
}
#Message .Message-out .out .left .box img{

}
#Message .Message-out .out .right{
    width: 900px;
    height: 476px;
}
#Message .Message-out .out .right #map_container{
    width: 100%;
    height: 100%;
}




.Message-lianxi h5 {
    font-size: 40px;
    color: #111111;
    margin-bottom: 50px;
}

.Message-lianxi {
    position: relative;
    margin-top: 80px;
}



.Message-lianxi .box {
    position: relative;
    z-index: 20;
}

.Message-lianxi .inut-box {
    display: flex;
    justify-content: space-between;
}

.Message-lianxi .inut-box .input {
    width: 45%;
    margin-bottom: 30px;
}

.Message-lianxi .inut-box .input label {
    display: block;
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}

.Message-lianxi .inut-box .input input {
    border: none;
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
    height: 40px;
    outline: none;
    background: none;
}

.Message-lianxi .textarea label {
    display: block;
    font-size: 18px;
    color: #333;
    margin-bottom: 25px;
}

.Message-lianxi .textarea textarea {
    border: none;
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
    background: none;
    outline: none;
}
.Message-lianxi .pou-button{
    text-align: center;
}

.Message-lianxi button {
    width: 180px;
    height: 46px;
    border-radius: 46px;
    background: #004097;
    color: #fff;
    border: none;
    margin-top: 30px;
    margin-bottom: 70px;
    cursor: pointer;
    font-size: 20px;

}




#qiehuananniu{
    width: 30px;
    height: 30px;
    margin-left: 20px;
    border-radius: 50%;
    background: #fff;
    display: none;
    box-shadow: 0px 0px 10px 1px #0000002c;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
}
#qiehuananniu img{
    width: 100%;
    height: 100%;
    transform: rotate(315deg);
    opacity: 0.4;
    transition: 0.5s;
}
#qiehuananniu img.all{
    transform: rotate(0deg);
}
.Index .min-nav{
    background:rgba(255, 255, 255, 0.6);
}
.min-nav{
    width: 100%;
    position: absolute;
    top:60px;
    z-index: 99999;
    background: #fff;
    left: 0px;
    padding: 20px ;
    box-sizing: border-box;
    box-shadow: 0px 10px 10px 1px rgba(0, 0, 0,0.4);
    display: none;
}
.min-nav.all{
    background: #fff;
}
.min-nav .min-nav-li .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 30px;
}
.min-nav .min-nav-li .title img{
    transition: 0.5s;
}
.min-nav .min-nav-li .title img.all{
    transform: rotate(90deg)
}

.min-nav .min-nav-li .box{
    padding: 0px 10px;
    box-sizing: border-box;
    display: none;
}
.min-nav .min-nav-li .box a{
    display: block;
    line-height: 25px;
}

.footer .footer-bottom{
    margin-bottom: 20px;
}
.footer .footer-bottom h5 {
    font-size: 16px;
    color: #fff;
}

.footer .footer-bottom .box {
    margin-top: 10px;
    /* padding-bottom: 38px; */
}

.footer .footer-bottom .box a {
    color: #b3b3b5;
    margin-right: 12px;
    padding-right: 16px;
    border-right: 2px solid #b3b3b5;
    margin-bottom: 2px;
    display: inline-block;
    font-size: 14px
}
.footer .footer-bottom .box a:hover {
    color: #004097;
}