@charset "utf-8";
/*三角形*/
.caret{display: inline-block; width: 0; height: 0; margin-left: 4px; margin-top: -1px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid\9; border-right: 4px solid transparent; border-left: 4px solid transparent; -webkit-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s;}
.list-pic {
    position: relative;
}
.list-pic img {
    width: 100%;
}
.list-pic .list-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*视屏播放弹窗样式*/
.video_shadow { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, .5); z-index: 1000; display: none; }
.playnow { position: absolute; left: 50%; top: 50%; margin-left: -410px; margin-top: -286px; width: 820px; height: 550px; background-color: transparent; z-index: 1000; }
.video_control { width: 820px; height: 500px; box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, .5); }
.video_control video { width: 100%; height: 100%; object-fit: fill; }
.closevideo { position: absolute; right: -30px; top: -24px; font-size: 35px; color: #fff; cursor: pointer; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.closevideo:hover { right: -35px; }
@media (max-width:1000px) {
    .playnow { left: 5%; top: 30%; margin-left: 0; margin-top: 0; width: 90%; height: auto; }
    .video_control { width: 100%; height: auto; box-shadow: none; }
    .closevideo { position: absolute; right: 0; top: -50px; font-size: 30px; color: #fff; cursor: pointer; }
}

/*栏目banner*/
.page-banner {
    position: relative;
    overflow: hidden;
}
.page-banner .pb-pic {
    overflow: hidden;
}
.page-banner .pb-pic img {
    width: 100%;
    /*-webkit-animation: SlickIn cubic-bezier(1, 0, .5, .5) 1s; animation: SlickIn cubic-bezier(1, 0, .5, .5) 1s;*/
}
.page-banner .wap-pic {
    display: none;
}
@-webkit-keyframes SlickIn {
    0% {
        -webkit-transform: scale(1.1, 1.1)
    }
    100% {
        -webkit-transform: scale(1, 1)
    }
}
@-webkit-keyframes SlickOut {
    0% {
        -webkit-transform: scale(1, 1)
    }
    100% {
        -webkit-transform: scale(.9, .9)
    }
}
@keyframes SlickIn {
    0% {
        transform: scale(1.1, 1.1)
    }
    100% {
        transform: scale(1, 1)
    }
}
@keyframes SlickOut {
    0% {
        transform: scale(1, 1)
    }
    100% {
        transform: scale(.9, .9)
    }
}
.page-banner .pb-cont {
    position: absolute;
    top: 32%;
    left: 50%;
    z-index: 2;
    margin-left: -720px;
}
.page-banner .pb-cont.center {
    left: 0;
    margin-left: 0;
    width: 100%;
}
.page-banner .pb-cont .tit {
    font-size: 60px;
    line-height: 1;
    color: #fff;
}
.page-banner .pb-cont.black .tit {
    color: #262626;
}
.page-banner .pb-cont .des {
    margin-top: 25px;
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, .8);
}
.page-banner .pb-cont.black .des {
    color: #595959;
}
@media (max-width: 1600px) {
    .page-banner .pb-cont {
        left: 5%;
        margin-left: 0;
    }
}
@media (max-width: 1024px) {
    .page-banner .pb-cont .tit {
        font-size: 38px;
    }
    .page-banner .pb-cont .des {
        font-size: 16px;
        line-height: 1.5;
    }
    .page-banner .pb-cont {
        top: 30%;
    }
}

@media (max-width: 750px) {
    .page-banner .pb-cont {
        display: none;
    }
}

.page-normal {
    padding-top: 60px;
    padding-bottom: 80px;
}
.page-product {
    padding-bottom: 80px;
    background: #EFF3F8;
}


.cate-list.page {
    padding-top: 75px;
    padding-bottom: 65px;
}
.cate-list {
    position: relative;
}
.cate-list li {
    margin: 0 15px;
    list-style: none;
}
.cate-list li>a {
    position: relative;
    display: block;
    padding: 0 26px;
    height: 36px;
    background-color: transparent;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    color: #333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.cate-list li>a:hover {
    color: #0054c7;
}
.cate-product li>a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0;
    margin-top: 0;
    vertical-align: middle;
    border-top: 12px dashed;
    border-top: 12px solid\9;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #d8dfe7;
    margin-left: -12px;
    display: none;
}
.cate-product li.on>a:after {
    display: block;
}
.cate-list li>a:hover {
    background-color: #fff;
}
.cate-list li.on>a {
    color: #fff;
    background-color: #0054c7;
}
.cate-list.cate-product {
    padding-bottom: 30px;
}
.cate-list li .subcate,
.cate-sub .subcate {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    display: none;
    top: 140px;
    line-height: 35px;
    padding: 20px 40px;
    background-color: #d8dfe7;
    border-radius: 10px;
    flex-wrap: wrap;
}
.cate-sub .subcate {
    position: static;
    margin-bottom: 30px;
}
.cate-list li.on .subcate,
.cate-sub .subcate.on {
    display: flex;
} 
.cate-list li .subcate a,
.cate-sub .subcate a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 10px;
    text-align: left;
}
.cate-list li .subcate a.on,
.cate-sub .subcate a.on {
    color: #0054c7;
    font-weight: bold;
}
.cate-list.cate-list-fix {
    padding-top: 65px;
    padding-bottom: 55px;
    height: 176px;
}
.cate-list-content {
    padding: 10px 0;
}
.cate-list-fix.fixed .cate-list-content {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    background: #f2f2f2;
    z-index: 9;
    border-bottom: 1px solid #eee;
}

.page-mbx {
    background-color: #EFF3F8;
    padding: 20px 0;
    color: #81868e;
    font-size: 14px;
    border-top: 1px solid #ddd;
}
.page-mbx.white {
    background-color: #fff;
}
.page-mbx a {
    color: #81868e;
}
.page-mbx a:hover {
    color: #0054c7;
}
.page-mbx .mbx i,
.page-mbx .back i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    font-size: 18px;
    margin-right: 8px;
    color: #BFBFBF;
}
.page-mbx .back i {
    color: #0054c7;
} 


.pro-head {
    padding: 80px 0;
}
.pro-head .pic {
    width: 51.28%;
}
.pro-head .pic .pic-small {
    width: 16.21%;
}
.pro-head .pic .pic-small .swiper-slide,
.pro-head .pic .pic-small .item {
    width: 100%;
    /*height: 120px;*/
    border: solid 1px #dddddd;
    cursor: pointer;
    margin-bottom: 10px;
}
.pro-head .pic .pic-small .item.on {
    border-color: #4900D1;
}
.pro-head .pic .pic-big {
    /*border: 1px solid #ddd;*/
    width: 81.08%;
    /*height: 600px;*/
}
.pro-head .cont {
    width: 48.72%;
    padding-left: 50px;
    padding-top: 48px;
}
.pro-head .cont .tit {
    font-size: 30px;
    line-height: 1.5;
    padding-bottom: 18px;
    color: #3c3c3c;
    border-bottom: 1px solid #ddd;
}
.pro-head .cont .subtit {
    font-size: 16px;
    color: #3c3c3c;
    margin-top: 25px;
    margin-bottom: 10px;
}
.pro-head .cont .des {
    font-size: 14px;
    line-height: 30px;
    color: #81868e;

}
.pro-head .cont .contact {
    margin-top: 150px;
}
.pro-head .cont .contact .com-btn {
    margin-right: 5px;
}
.pro-head .cont .contact .tel {
    line-height: 46px;
    font-family: DINPro-Medium;
    font-size: 20px;
    color: #ff6c00;
    margin-left: 13px;
}
.pro-head .cont .contact .tel i {
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 8px;
}

.detail-left {
    background-color: #fff;
    width: 74.23%;
}
.detail-left .detail-tab {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    color: #3c3c3c;
    padding: 0 50px;
    margin-bottom: 30px;
}
.detail-left .detail-tab li ~ li {
    margin-left: 40px;
}
.detail-left .detail-tab li {
    padding: 0 15px;
    cursor: pointer;
}
.detail-left .detail-tab li.on {
    color: #0054c7;
}
.detail-left .detail-cont {
    padding: 0 50px 50px;
    line-height: 1.75;
    color: #666;
}
.detail-left .detail-cont p {
    margin-bottom: 10px;
}
.detail-left .detail-cont .item ~ .item {
    display: none;
}
.detail-right {
    width: 23.95%;
}
.product-detail-right {
    background-color: #0054c7;
    border-radius: 5px;
    padding: 10px;
}
.side-title {
    height: 70px;
    background-color: #ffffff;
    padding: 0 20px;
    line-height: 70px;
    font-size: 18px;
    color: #0054c7;
    margin-bottom: 10px;
}
.side-product .product-item {
    margin-bottom: 20px;
}
/*new*/
.pro-cate {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 10px;
}
.pro-side .item {
    background-color: #fff;
    border-radius: 5px;
    padding: 18px 25px;
}
.pro-side .item ~ .item {
    margin-top: 10px;
}
.pro-side .item .tit {
    line-height: 1.5;
}
/*.pro-side .item.on .tit {
    padding-bottom: 15px;
    border-bottom: 1px solid #e0eaf2;
}*/
.pro-side .item .tit:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #0054c7;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 50px;
}
.pro-side .item .tit a {
    font-size: 16px;
    letter-spacing: 1px;
    color: #0054c7;
    font-weight: bold;
}
.pro-side .item .ul-wrap {
    display: none;
    padding-left: 10px;
    padding-top: 10px;
    margin-top: 15px;
    border-top: 1px solid #e0eaf2;
} 
.pro-side .item.on .ul-wrap {
    display: block;
}
.pro-side .item .ul-wrap ul li {
    width: 50%;
    line-height: 32px;
}
.pro-side .item .ul-wrap ul li a {
    font-size: 14px;
    color: #5f5f5f;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 5px;
}
.pro-side .item .ul-wrap ul li a:hover {
    color: #0054c7;
}


.rec-pro-bot {
    margin-top: 60px;
}
.rec-pro-bot h3 {
    font-size: 24px;
    color: #0054c7;
    padding-bottom: 24px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 35px;
}
.rec-pro-list .product-item {
    width: 24%;
    margin-right: 1.3333%;
}
.rec-pro-list .product-item:last-child {
    margin-right: 0;
}


.detail-tool {
    height: 70px;
    border-top: 1px solid #eee;
    align-items: center;
    padding: 0 50px;
    font-size: 14px;
}
.detail-tool .aleft {
    width: 45%;
}
.detail-tool .aright {
    width: 55%;
    align-items: center;
}
.detail-tool .aright li {
    max-width: 45%;
    color: #81868e;
    font-size: 14px;
}
.detail-wrap {
    padding-top: 40px;
    padding-bottom: 65px;
}
.bg-gray {
    background-color: #EFF3F8;
}
.detail-news {
    padding-top: 0;
}
.news-title {
    text-align: center;
    padding: 45px 50px 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}
.news-title h1 {
    font-size: 36px;
    color: #3c3c3c;
}
.news-title .other {
    margin-top: 20px;
    font-size: 14px;
    color: #81868e;
}
.page-list {
    padding-bottom: 80px;
}
.news-list .item ~ .item {
    margin-top: 50px;
}
.news-list .item .pic {
    width: 32.39%;
    height: 266px;
    text-align: center;
    background: #0054c7;
}
.news-list .item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .95;
}
.news-list .item .pic:hover img {
    opacity: .95;
}
.news-list .item .cont {
    width: 64.16%;
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
}
.news-list .item .cont h4 a {
    font-size: 20px;
    color: #3c3c3c;
}
.news-list .item .cont p {
    font-size: 14px;
    line-height: 24px;
    color: #81868e;
    margin-top: 25px;
}
.news-list .item .cont .more {
    display: inline-block;
    font-size: 14px;
    color: #81868e;
    margin-top: 50px;
}
.news-list .item .cont h4 a:hover,
.news-list .item .cont .more:hover {
    color: #0054c7;
}


/*方案详情*/
.solution-a {
    position: relative;
    max-width: 1600px;
    border-radius: 20px;
    padding-top: 190px;
    padding-bottom: 150px;
    text-align: center;
    overflow: hidden;
}
.solution-a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 84, 199, .6);
}
.solution-a h1 {
    position: relative;
    font-size: 60px;
    line-height: 1;
    color: #ffffff;
}
.solution-a .des {
    position: relative;
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    opacity: 0.8;
    margin-top: 44px;
    margin-bottom: 110px;
}
.solution-a .com-btn {
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.solution-a .com-btn:hover {
    width: 240px;
}
.solution-b {
    padding-bottom: 90px;
    text-align: center;
}
.solution-b .use-list {
    padding: 0 45px 70px;
}
.solution-b .use-list li {
    width: 15.11%;
}
.solution-b .use-list li h4 {
    margin-top: 25px;
    font-size: 20px;
    color: #3c3c3c;
}
.solution-b .use-list li img {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.solution-b .use-list li:hover img {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.zx-info {
    text-align: center;
    font-size: 20px;
    color: #3c3c3c;
    line-height: 46px;
}
.zx-info .com-btn {
    margin-left: 40px;
}
.solution-c {
    padding-bottom: 48px;
}
.solution-c .ys-list .item {
    width: 48.95%;
    height: 309px;
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 50px 0 40px 45px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.solution-c .ys-list .item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
.solution-c .ys-list .item h4 {
    font-size: 20px;
    color: #3c3c3c;
}
.solution-c .ys-list .item p {
    width: 50%;
    font-size: 14px;
    line-height: 28px;
    color: #81868e;
    margin-top: 20px;
}
.solution-d {
    padding-bottom: 20px;
}
.solution-d .product-list .product-item {
    border-radius: 5px;
    border: solid 1px #dddddd;
}
.zx-center {
    margin-top: 40px;
    text-align: center;
}
.com-btn2 {
    display: inline-block;
    width: 160px;
    height: 40px;
    background-color: #768493;
    border-radius: 20px;
    border: solid 1px #ffffff;
    font-size: 16px;
    line-height: 38px;
    color: #ffffff !important;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.com-btn2:hover {
    background-color: #0054c7;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.solution-e {
    padding-bottom: 110px;
}
.partner-list .item {
    text-align: center;
    height: 110px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    line-height: 108px;
    position: relative;
    overflow: hidden;
}
.rec-partner-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
}
.rec-partner-list .item {
    width: 15.4%;
    margin-right: 1.52%;
    margin-bottom: 20px;
}
.rec-partner-list .item:nth-child(6n) {
    margin-right: 0;
}
.partner-list .item h4 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background-color: rgba(0, 84, 199, .8);
    z-index: 2;
    font-size: 16px;
    color: #fff;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
}
.partner-list .item:hover h4 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.case-list {
    margin-bottom: -30px;
}
.case-list .item {
    width: 23.95%;
    margin-right: 1.4%;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}
.case-list .item:nth-child(4n) {
    margin-right: 0;
}
.case-list .item .abox {
    position: relative;
    display: block;
    text-align: center;
}
.case-list .item .abox .tit {
    font-size: 16px;
    line-height: 60px;
    color: #3c3c3c;
    padding: 0 15px;
    background-color: #fff;
}
.case-list .item .abox .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 84, 199, .7);
    color: rgba(239, 243, 248, .8);
    padding: 30px;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.case-list .item .abox:hover .cover {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.case-list .item .abox .cover h4 {
    color: rgba(239, 243, 248, 1);
    font-size: 18px;
}
.case-list .item .abox .cover p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
}
.service-a {
    padding-bottom: 70px;
}
.service-a .in-tit {
    padding-top: 35px;
}
.service-b {
    padding: 65px 0;
}
.service-b .aleft {
    width: 37.86%;
    padding-left: 12.5%;
    padding-right: 90px;
    padding-top: 40px;
}
.service-b .aright {
    width: 62.14%;
}
.ny-tit h4 {
    font-size: 36px;
    line-height: 1;
    color: #0054c7;
}
.ny-tit p {
    font-size: 20px;
    color: #3c3c3c;
    opacity: 0.9;
    line-height: 1.3;
    margin-top: 20px;
}
.service-b .aleft .des {
    font-size: 16px;
    line-height: 30px;
    color: #81868e;
    opacity: 0.9;
    margin-top: 50px;
}
.service-c {
    background-color: #0054c7;
    padding-top: 130px;
    padding-bottom: 100px;
}
.service-c .cont {
    padding-top: 15px;
}
.service-c .cont .des {
    font-size: 16px;
    line-height: 30px;
    color: #eff3f8;
    opacity: 0.6;
    margin-top: 50px;
    margin-bottom: 70px;
}
.service-c .cont .in-tit.white p {
    color: #fff;
}
.service-d {
    padding-bottom: 20px;
}
.swiper-container-faq {
    margin-top: -16px;
}
.swiper-container-faq .swiper-slide {
    margin-top: 16px !important;
}
.swiper-container-faq .swiper-slide .box {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.swiper-container-faq .swiper-slide .box .t {
    font-size: 16px;
    color: #3c3c3c;
    opacity: 0.9;
    width: 80%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.swiper-container-faq .swiper-slide .box .d {
    font-size: 14px;
    color: #81868e;
    opacity: 0.9;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.swiper-container-faq .swiper-slide .box:hover {
    background-color: #0054c7;
    border-color: #0054c7;
}
.swiper-container-faq .swiper-slide .box:hover .t {
    color: #ffffff;
    opacity: 0.9;
}
.swiper-container-faq .swiper-slide .box:hover .d {
    color: #eff3f8;
    opacity: 0.6;
}
.swp-foot {
    margin-top: 40px;
}
.swp-foot .swp-page .swiper-pagination-bullet {
    width: 38px;
    height: 38px;
    border: solid 1px #acb6c6;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #595757;
    background: transparent;
    opacity: 1;
    margin: 0 6px;
}
.swp-foot .swp-page .swiper-pagination-bullet-active {
    border-color: #0054c7;
    background-color: #0054c7;
    color: #fff;
}
.service-e {
    padding-bottom: 80px;
}
.form-type-01 ul {}
.form-type-01 ul li {
    width: 32.36%;
    height: 60px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    align-items: center;
}
.form-type-01 ul li label {
    width: 100px;
    font-size: 16px;
    color: #3c3c3c;
    opacity: 0.9;
    text-align: right;
}
.form-type-01 ul li:last-child label {
    width: 130px;
}
.form-type-01 ul li label i {
    font-size: 22px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.form-type-01 ul li input {
    flex: 1;
    padding-right: 15px;
    line-height: 30px;
}
.form-type-01 textarea {
    width: 100%;
    height: 160px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    padding: 20px 25px;
    font-size: 16px;
    color: #81868e;
    opacity: 0.9;
    margin-top: 15px;
    vertical-align: middle;
}
.form-type-01 .sub {
    display: block;
    margin: 40px auto 0;
    width: 300px;
    height: 52px;
    background-color: #0054c7;
    border-radius: 26px;
    line-height: 52px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.contact-b {
    max-width: 1600px;
    border-radius: 20px;
    overflow: hidden;
}
.contact-a {
    padding-bottom: 75px;
    padding-top: 20px;
}
.contact-list.black li h4 {
    font-size: 16px;
    color: #81868e;
    opacity: 0.9;
    margin-bottom: 20px;
    margin-top: 20px;
}
.contact-list.black li p {
    font-size: 18px;
    line-height: 30px;
    color: #3c3c3c;
    /*height: 47px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}
.contact-c {
    padding-bottom: 90px;
}

.about-a {
    padding-top: 0;
    padding-bottom: 90px;
}
.about-a .cont {
    width: 50%;
    padding-right: 100px;
}
.about-a .pic {
    width: 50%;
}
.about-a .cont .des {
    font-size: 16px;
    line-height: 32px;
    color: #595757;
}
.about-a .cont .des p ~ p {
    margin-top: 15px;
}
.about-a .cont .in-tit {
    padding-top: 10px;
    padding-bottom: 40px;
}
.about-b {
    padding-bottom: 80px;
}
.culture-list .item {
    width: 48.95%;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.culture-list .item:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.culture-list .item:nth-child(1),
.culture-list .item:nth-child(2) {
    margin-bottom: 30px;
}
.culture-list .item .cont {
    position: absolute;
    left: 60px;
    top: 75px;
}
.culture-list .item .cont h4 {
    font-size: 24px;
    line-height: 1;
    color: #3c3c3c;
}
.culture-list .item .cont p {
    font-size: 16px;
    line-height: 28px;
    color: #81868e;
    margin-top: 20px;
}
.swiper-container-honor .swiper-slide {
    text-align: center;
}
.swiper-container-honor .swiper-slide .pic {
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #dddddd;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.swiper-container-honor .swiper-slide .tit {
    font-size: 16px;
    color: #3c3c3c;
    margin-top: 18px;
}
.muscle-list li {
    position: relative;
    margin-bottom: 20px;
    width: 23.9583%;
}
.muscle-list li:nth-child(1),
.muscle-list li:nth-child(2),
.muscle-list li:nth-child(3) {
    width: 32.2916%;
}
.muscle-list li h4 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(0, 84, 199, .7);
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.about-d {
    padding-bottom: 100px;
}

/*新闻列表02*/
.news-list-02 {
    margin-bottom: -20px;
}
.news-list-02 .item {
    width: 49%;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px #dddcd7;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.news-list-02 .item .pic {
    width: 50%;
    overflow: hidden;
    position: relative;
}
.news-list-02 .item .cont {
    width: 50%;
    padding: 0 20px 0 30px;
}
.news-list-02 .item .cont h4 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #2e3136;
    font-size: 18px;
    line-height: 1.4;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.news-list-02 .item .color-gray {
    color: #81868e;
    line-height: 1.5;
}
.news-list-02 .item .date-pic {
    width: 140px;
    height: 40px;
    box-shadow: 0px 5px 10px 0px rgb(47 113 214 / 10%);
    border-radius: 10px 0px 10px 0px;
    z-index: 2;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 2;
    margin-top: 35px;
    background-color: #1579d8;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}



.foot-form { padding: 72px 0; background: url(../images/common/form-bg.jpg) no-repeat center; background-size: cover; }
.foot-form .title { width: 30%; padding-top: 10px; }
.foot-form .cont { width: 60.9%; }
.foot-form .title h3 { font-size: 24px; line-height: 1.5; color: #333; }
.foot-form .title h3 b { font-size: 48px; }
.foot-form .title h4 { font-size: 24px; line-height: 1.5; color: #333; }
.foot-form .title .tel { margin-top: 45px; }
.foot-form .title .tel b { font-family: DINPro-Medium; font-size: 32px; line-height: 36px; color: #0054c7; display: inline-block; vertical-align: middle; }
.foot-form .title .tel i { display: inline-block; vertical-align: middle; width: 33px; height: 33px; background-color: #0054c7; color: #fff; font-size: 20px; border-radius: 50%; line-height: 33px; text-align: center; }
.foot-form .title .tel span { display: inline-block; width: 25px; height: 26px; vertical-align: middle; font-size: 12px; line-height: 1.1; text-align: center; color: #4d4d4d; margin-left: 4px; margin-right: 12px; }
.foot-form .cont .form-list .inp { width: 32.5%; height: 50px; background-color: #ffffff; font-size: 16px; color: #888888; padding: 0 25px; }
.foot-form .cont .form-list textarea { width: 100%; height: 120px; background-color: #ffffff; font-size: 16px; color: #888888; padding: 12px 25px; margin-top: 10px; }
.foot-form .cont .form-list .sub { width: 200px; height: 50px; background-color: #0054c7; margin-top: 20px; font-size: 16px; color: #ffffff; cursor: pointer; }
@media (max-width:1600px) {
.foot-form .title h3 b { font-size: 36px; }
.foot-form .title h3, .foot-form .title h4 { font-size: 20px; }
.foot-form .title .tel b{font-size: 24px;
        line-height: 24px;}
}
@media (max-width: 1024px) {
    .foot-form .title h3 b {
        font-size: 28px;
    }
    .foot-form .title h3, .foot-form .title h4 {
        font-size: 16px;
        margin-top: 10px;
    }
}
@media (max-width:768px) {
.foot-form { padding: 40px 0; }
.foot-form .title { width: 100%; padding-top: 0; }
.foot-form .cont { width: 100%; }
.foot-form .title h3, .foot-form .title h4 { font-size: 16px; line-height: 1.75; }
.foot-form .title h3 b { font-size: 28px; }
.foot-form .title .tel { margin-top: 30px; margin-bottom: 35px; }
.foot-form .title .tel b { font-size: 32px; }
.foot-form .cont .form-list .inp { width: 100%; height: 40px; background-color: #ffffff; font-size: 14px; color: #888888; padding: 0 15px; }
.foot-form .cont .form-list .inp ~ .inp { margin-top: 10px; }
.foot-form .cont .form-list textarea { width: 100%; height: 80px; font-size: 14px; padding: 10px 15px; margin-top: 10px; }
.foot-form .cont .form-list .sub { width: 180px; height: 40px; margin-top: 15px; font-size: 14px; }
}


#dituContent {
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
}
.map {position:relative;z-index:1;}
.map_loading {    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    transition: none;}
.map_loading i {position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 0.45rem;
    color: #FFF;}
.infowindow-content {padding:15px 15px;}
.infowindow-content h3{font-size:16px;color: #0054c7;font-weight:bold;white-space: nowrap;margin:0 0 10px;}
.infowindow-content p {font-size:14px;color:#333;}
.infowindow-content p ~ p {margin-top: 5px;}
.amap-adcombo-close {background-color:#000} 



/*ie11 css hack*/
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .calendar-con .acaTb thead {
        background-repeat: repeat;
    }
}

/*ie11注意里面的标点符号*/

/*ie10 css hack*/
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
    .calendar-con .acaTb thead {
        background-repeat: repeat;
    }
}