/* 
    pc端适配方案 
*/
html,
body {
    overflow-x: hidden;
}

.wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* min-width: 900px; */
    margin: 0 auto;
    user-select: none;
}

.footerBottom img{
    width: 100%;
}

.productCenter {
    /* border: 5px solid brown; */
    width: 100%;
    /* height: 1400px; */
    overflow: hidden;
    position: relative;
    background-image: url(../images/beijingtu.png)
}

.products-con {
    margin-bottom: 50px;
    width: 100%;
    /* position: absolute;
    left: 0;
    top: 15%; */
}

.products-con p {
    text-align: center;
}

.products-con p a {
    display: block;
    margin: 0 auto;
    font-size: 36px;
    font-family: Alibaba;
    font-weight: normal;
    color: #333333;

}

.products-con li {
    margin-top: 31px;
    font-size: 16px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

.products-list {

    width: 95%!important;
    margin: 0 auto;
    /* position: absolute; */
    /* top: 23%; */
    /* left: 11.5%; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}

.products-list ul {
    /* height: 400px; */
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgb(87 87 87 / 10%);
    border-radius: 8px;

    /* padding-bottom: 2vw; */
    border: 2px solid #ededed;
}

.products-list ul li {
    width: 100%;
    /*height: 75% !important;*/
}
/*.products-list ul li img{*/
/*    height: 13vw!important;*/
/*}*/
#div-hover {
    width: 95%;
}
#div-hover img{
    height: 15vw;
}

.products-list ul li img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.products-list ul .list-con a {
    width: 100%;
}
.products-list ul .list-con a img {
    height: 21vw;
}
.products-list ul:hover h3 {
    background: #0071BC;
    color: #fff !important;
}

.products-list ul h3:hover {
    background: #0071BC;
    color: #fff !important;
    cursor: pointer;
}

.products-list ul .list-con {
    height: auto;
    /* margin-top: 4%; */
    text-align: center;
}

.products-list ul .list-con h3 {
    height: 18px;
    border: 1px solid #EDEDED;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-family: FZLTCHK;
    font-weight: normal;
}

.products-list ul .list-con p {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
    width: 220px;
    /* height: 90px; */
    margin: 0 auto;
    padding-top: 15px;
    text-align: justify;
}

.products-list ul .list-con #btn {
    display: block;
    width: 117px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 17px;
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #CA1421;
    text-align: center;
    margin: 0 auto;
    line-height: 34px;
    margin-top: 20px;
}

.products-list dd li>#btn {
    display: block;
    width: 117px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 17px;
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #CA1421;
    text-align: center;
    margin: 0 auto;
    line-height: 34px;
    margin-top: 32px;
}

.solutions {
    /* border: 2px solid blue; */
    width: 100%;
    /* height: 550px; */
    overflow: hidden;
    padding: 50px 0;
    position: relative;
    background-image: url(../images/beijingtu.png);
}

.solutions-con {
    width: 100%;
    /* position: absolute;
    left: 0;
    top: 2%; */
}

.solutions-con p {
    text-align: center;
}

.solutions-con p a {
    margin-bottom: 50px;
    display: block;
    font-size: 36px;
    font-family: Alibaba;
    font-weight: normal;
    color: #333333;
}

.solutions-con li {
    margin-top: 31px;
    font-size: 16px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

.solutions-list {
    /* border: 5px solid red; */
    width: 80%;
    display: flex;
    overflow: hidden;
    margin: 0 auto;
    /* padding-top: 70px; */
    justify-content: space-around;
}

.abouts {
    width: 100%;
    overflow: hidden;
    /* padding: 50px 0; */
    position: relative;
    background-image: url(../images/beijingtu.png);
}

#leftjpg {
    /* border: 5px solid red; */
    width: 90%;
    margin: 50px auto;
    display: flex;
    justify-content: center;
}

#leftjpg img {
    width: 100%;
    /* height: 200px; */
}

#nav1 {
    margin-top: 20px;
    width: 690px;
    height: 610px
        /* height: 380px; */
}

#nav2 {
    text-indent: 2em;
    width: 50%;
	height: 610px /* height: 380px; */;
}
#nav2 nav p{
	margin-top:20px;
	margin-right: 10px;
	margin-left: 10px;
}
#nav2 nav {
	height: 610px /* height: 380px; */;
	overflow:auto;
    /* font-size: 16px !important; */
    font-size: 26px !important;
    width: 90%;
    margin: 12px 0;
    line-height: 27px;
    text-align: justify;
}

#nav2 nav p span {
    font-size: 16px !important;
}

#waiceda {
    /*width: 70%;*/
    margin: 0 auto;
}

/* .abouts-list {
    width: 80%;
    display: flex;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 180px;
    flex-wrap: wrap;
    justify-content: space-around;
}

.abouts-imgs {
    width: 30%;
}

.abouts-imgs img {
    width: 100%;
    height: auto;
    display: inline-block;
}

.aboutclink {
    margin-top: 18px;
    font-size: 18px;
    text-align: center;
} */

.aboutclink li {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    /*超出的部分隐藏起来。*/
    white-space: nowrap;
    /*不显示的地方用省略号...代替*/
    text-overflow: ellipsis;
    /* 支持 IE */
}




/*图片放大公用类*/

.solution-imgs {
    position: relative;
    width: 30%;
    /* border: 2px solid blue; */
}

.solution-imgs img {
    width: 100%;
    border: 2px solid #EDEDED;
    height: 330px;
    display: inline-block;
}

.abouts-imgs>.clink {
    text-align: left;
}

.abouts-imgs>.clink li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clink {
    /* border: 4px solid #EDEDED; */
    width: 100%;
    border-bottom: 2px solid #EDEDED;
    height: 80px;
    border-left: 2px solid #EDEDED;
    border-right: 2px solid #EDEDED;
}

.clink li {
    text-align: center;
    line-height: 80px;
    font-size: 18px;
}

.clink li a {
    display: block;
    width: 100%;
    height: 80px;
}

.clink li :hover {
    color: #fff;
    background: orange;
}

.newsCenter {
    padding: 45px 0;
    width: 100%;
    /* margin-top: -320px; */
    background: url(../images/bg1.png);
}

.newCenter-con {
    height: 78px;
    line-height: 90px;
}

.newCenter-con a {
    display: block;
    margin: 0 auto;
    font-size: 36px;
    font-family: Alibaba;
    font-weight: normal;
    color: #333333;
    text-align: center;
    margin-top: 20px;
}

.newsList {
    width: 78%;
    display: flex;
    margin: 0 auto;
    margin-top: 80px;
}

.newsListLeft {
    /* border: 5px solid red; */
    width: 35%;
    background: blanchedalmond;
    /* padding-bottom: 52px; */
    /* height: 500px; */
}

.newsListLeft .newLeftTop {
    width: 100%;
    height: 249px;
}

.newsListLeft .newLeftTop img {
    border-radius: 8px;
    width: 100%;
    height: 300px;
}

.newLeftTop {
    width: 100%;
    height: 248px;
}

.newLeftList {
    margin-top: 5rem;
}

.newLeftListTit a {
    text-align: center;
    font-size: 20px;
    font-family: Alibaba;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.containerList {
    margin-top: 10px;
}

.containerList {
    margin-left: 25px;
    margin-right: 20px;
}

.containerList a {
    font-size: 15px;
    font-family: PingFangSC;
    font-weight: 400;
    line-height: 20px;
}

.newListRight {
    box-sizing: border-box;
    width: 100%;
    /* border: 5px solid brown; */
    flex: 1;
    /* background: red; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-left: 10px;
}

.newRightUl {
    width: 45%;
    background: #fff;
    margin: 0px 9px;
    padding-bottom: 24px;
    /* padding-top: 24px; */
}

.newRightTitle {
    font-family: Alibaba;
    margin-top: 40px;
    font-size: 18px;
    text-align: center;
}

.newRightCon {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 10px;
    line-height: 23px;
    color: #686868;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.date {
    margin-top: 20px;
    color: #9d9d9d;
    font-family: PingFangSC;
    transition: all 0.5s ease;
    margin-left: 15px;
}

.day {
    font-size: 37px;
    line-height: 37px;
    font-weight: bold;
}

.year {
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
}

.icon {
    float: right;
    margin-right: 20px;
}

.icon img {
    display: block;
    margin-top: -22px;
}

.footer {
    width: 100%;
    height: 350px;
    background: #EEEEEE !important;
    display: flex;
    /* border: 2px solid red; */
    background: #EEEEEE;
    /* margin: 0 auto; */
    /* margin-top: 100px; */
    /* flex-direction: row; */
    /*justify-content: center*/
}

#pcduanweibu {
    background-color: #EEEEEE;
    width: 100%;
    margin: 0 auto;
}

.left {
    width: 33%;
    margin-top: 35px;
    margin-left: 20px;
}

.foot-left-logo {
    /*margin-top: 30px;*/
    width: 6%;
     margin-left: 10%; 
    text-align: center;
}

.foot-left-logo p {
    margin-top: 25px;
    margin-bottom: 5px;
}

.foot-left-logo p:nth-of-type(1) {
    /*font-size: 20px;*/
    text-align: left;
    font-weight: bold;
    font-size: 16px;
}

.foot-left-logo img {
    width: 113px;
}
.foot-left-logo div{
    margin-top: 20px;
}

.left-list {
    width: 100%;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
}

.left-lianxi {
    /* border: 2px solid blue; */
    font-weight: bold;
    font-size: 16px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.left-list ul {
    margin-left: 41%;
    float: left;
}

.left-list ul li {
    width: 90px;
    height: 22px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    margin-left: -20px;
    padding-right: 15px;
    float: left;
}

.left-list ul>.jishu {
    text-align: left;
}

.left-hotServer,
.left-address {

    display: flex;
    /* margin-left: 43%; */
}

.left-hotServer li {
    /* margin-left: -15px;
    margin-top: -5px; */
    font-size: 14px;
    line-height: 50px;
    font-weight: 400;
    color: #000000;
}

.left-address li {
    /* margin-left: -15px; */
}

.products-tit .a {
    font-weight: bold;
    font-size: 16px;
}

.center {
    width: 70%;
    display: flex;
    justify-content: space-between;
     margin-left: 7%; 
}

.center-products,
.center-solution,
.center-partner,
.center-about {
    margin-top: 25px;
}

.line {
    width: 100px;
    height: 1px;
    background: #666666;
    margin-top: 2px;
}

.products-tit {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.center-products ul {
    margin-top: 20px;
}

.center-solution ul {
    margin-top: 20px;
}

.center-solution ul li {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.center-products ul li {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.center-partner ul {
    margin-top: 20px;
}

.center-partner ul li {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.center-about ul {
    margin-top: 20px;
}

.center-about ul li {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.right {
    flex: 1;
    display: flex;
    margin-top: 36px;
}

.right-one {
    margin-left: 50px
}

.right-two {
    margin-left: 20px;
}

.right-two img {
    width: 103px;
    height: 102px;
    display: block;
}

.last-content {
    width: 100%;
    /* width: 1920px; */
    /* height: 84px; */
    background: #F8F8F8;
    /* margin: 0 auto; */
    padding-top: 20px;
}

.last-tit,
.last-con {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    text-align: center;
}

.lianxi li {
    position: relative;
}

.lianxi li:first-child {
    width: 52px;
    height: 150px;
    background: #F7F8FA;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 18px 40px 0px rgba(67, 153, 226, 0.15), 0px 5px 10px 0px rgba(108, 13, 0, 0.15);
    border-radius: 26px;
    text-align: center;
    position: fixed;
    right: 0;
    bottom: 200px;
    z-index: 999;
}

.lianxi li:first-child a {
    width: 17px;
    height: 83px;
    font-size: 18px;
    font-weight: 600;
    color: #340606;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.lianxi li:last-child a {
    color: #340606;
    font-size: 26px;
    font-weight: bold;
    width: 52px;
    height: 52px;
    background: #F7F8FA;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 18px 40px 0px rgba(67, 153, 226, 0.15), 0px 5px 10px 0px rgba(108, 13, 0, 0.15);
    border-radius: 50%;
    display: block;
    font-family: '楷体';
    text-align: center;
    z-index: 999;
    line-height: 52px;
    transform: rotate(-90deg);
    position: fixed;
    right: 0;
    bottom: 120px;
}

.mainApp {
    display: none;
}

/* 公司荣誉 */
.gongsirongyu {
    width: 100%;
}

.gsry-div {
    margin-top: 40px;
    margin-bottom: 40px;
    background: #F5F5F5;
}

.swisper-slide #navhover {

    /* border: 5px solid blueviolet; */
    display: none;
    position: relative;
    top: 50px;
    left: -200px;
}

.swisper-slide:hover #navhover {
    display: block;
}







/* 
    pc端适配方案结束
*/



/* 
    移动端适配方案开始
*/
@media (max-width: 767px) {
    .wrapper {
        width: 100%;
    }

    .productCenter {
        display: none;
    }

    .products-con {
        display: none;
    }

    .products-list {
        display: none;
    }

    .abouts {
        display: none;
    }

    .newsCenter {
        display: none;
    }

    .solutions {
        display: none;
    }

    .bigSwiper {
        display: none;
    }

    .lianxi {
        display: none;
    }

    .leftjpg {
        display: block !important;
    }


    .mainApp {
        width: 100%;
        display: flex;
        flex-direction: column;
    }


    .productT {
        width: 100%;
        height: 4rem;
        line-height: 2rem;
        text-align: center;
        margin-top: 2rem;
    }

    .productT a {
        font-weight: 500;
        font-size: 26px;
        font-family: AliMedium;
    }

    .h5product {
        /*margin-top: -5rem;*/
    }

    .h5productCon {
        display: block;
        width: 100%;
        margin-top: 50px;
    }

    .last-content {
        display: none;
    }

    .h5productCon ul {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .h5productCon ul li {
        /* box-sizing: border-box; */
        /* border: 1px solid pink; */
        display: flex;
        width: 80%;
        flex-direction: column;
        padding: 0 15px;
        /* height: 300px; */
    }



    .h5productCon ul li a:nth-of-type(3) {
        width: 100%;
        /* border: 1px solid brown; */
        margin-top: 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .h5productCon ul li a>img {
        display: block;
        margin: 0 auto;
        width: 90%;
        height: 64vw;
    }
    .h5sultionCon a{
        width: 100%;
    }
    .h5productCon .swiper-slide a img{
        height: 50vw!important;
    }
    .h5productCon ul li a:nth-child(2) {
        font-weight: 500;
        font-size: 18px;
        text-align: center;
        font-family: AliMedium;
    }

    .h5productCon ul li a:nth-child(3) {
        text-indent: 2em;
        /* text-align: center; */
        line-height: 1.8;
        font-family: AliRegular;
        /* height: 185px; */
    }

    .h5productCon ul li a:nth-child(4) {
        display: block;
        text-align: center;
        line-height: 1.8;
        font-family: AliRegular;
        margin-top: 10px;
        padding: 5px 10px;
        color: #CA1421;
        background-color: white;
        border-radius: 10px;
    }

    .h5sultionT {
        margin-top: 3rem;
        text-align: center;
        font-weight: 500;
        font-size: 26px;
        font-family: AliMedium;
    }

    .last-content {
        width: 100%;
        text-align: center;
        /* position    : relative;
        top: 70rem; */
    }

    .h5sultion {
        width: 80%;
        margin: 0 auto;
    }

    .h5sultion img {
        border-radius: 0.5rem;
        width: 100%;
    }


    /*  */

    #xinwenzhongxin {
        width: 90%;
        /* border: 1px solid red; */
        margin: 1rem auto;
    }

    #xinwenzhonxin-neirong {
        border-radius: 0.5rem;
        border: 1px solid #fff;
        background-color: #D7D7D7;
    }

    #xinwenzhongxin-div h1 {
        text-align: center;
    }

    #xinwenzhongxin-div {
        background: #FFFFFF;
    }

    #xinwenzhongxin h1 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    #xinwenzhongxin img {
        width: 100%;
    }

    .xinwenzhongxin-wenzi {
        width: 90%;
        /* border: 1px solid red; */
        margin: 0 auto;
        text-indent: 2em;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

/* 移动端适配方案结束 */