body{background: #fff}


/*logo 及 导航*/
.head{
    position: fixed;
    z-index: 9999;
    background: #fff;
    width: 100%;
}

.header{
    display: flex;
    width: 1200px;
    height: 88px;
    margin: 0px auto;
    line-height: 88px;
    justify-content: space-around;
    align-items: center;
    color: #353535 !important;

}



#nav {
    width: 1033px;
    height: 88px;
    display: flex;
    /*background-color: blanchedalmond;*/
    border-bottom: 1px solid rgba(255,255,255,0.32);
    justify-content: space-between;
}
li {
    list-style: none;
}
#nav span:last-child{
    display: none;
}
#nav a{
    color: #35353 !important;
}
#nav .active{
    /*width: 100%;*/
    border-bottom: 4px solid #d71218;
}
#nav .li1 .select .selectn .sright .active{
    color: red;
    border:none;

}
#nav li {
    text-align: center;
    line-height: 88px;
    height: 88px;
    flex: 1;


}
#nav li a{
    display: inline-block;
    text-align: center;
    line-height: 88px;
    height: 88px;
    font-size: 18px;
    /*min-width: 72px;*/
}
#nav .select{
    position: absolute;
    width: 1200px;
    height: 445px;
    top:88px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    background: #fff;
    display: none;
    box-shadow:0px 1px  10px rgba(0, 0, 0, .1) inset;

}
#nav .select .selectn{
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;

}
#nav .select .selectn .sleft{
    width: 367px;
    height: 405px;
    box-sizing: border-box;
    padding: 30px;
    border-right: 1px solid #dce4fb;
    background: url('/static/assets/jiaoxin/static/img/b-img.png') no-repeat bottom right;
    text-align: left;
}

#nav .select .selectn .sleft .sltitle{
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}
#nav .select .selectn .sleft .slcon{
    text-align:justify;
    text-justify:distribute-all-lines;

    font-size: 14px;
    line-height: 30px;
}

#nav .select .selectn .sright{
    margin-left: 30px;
}
#nav .select .selectn .sright div{
    box-sizing: border-box;
    text-align: left;
    margin-left: 25px;
    font-size: 16px;
    font-weight: bold;
    width: 230px;
    border-bottom: 1px solid #dce4fb;
}
#nav .select .selectn .sright ul {
    margin-left: 25px;
}
#nav .select .selectn .sright ul li a{
    font-size: 14px;
}
#nav ul li{
    text-align: left;
    height: 40px;
    line-height: 40px;
    background-color: rgba(255,255,255,0.2);
    white-space: normal;
    overflow : hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;  /* 设置超出多少行隐藏 */
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #0d1217;
}
#nav ul li:hover{
    background: #f0f0f0;
}
#nav ul li a{
    height: 40px;
    color: #0d1217;
    line-height: 40px;

}

#nav .select .selectn .sleft .slcon ul li{
    list-style: inside;
    height: auto;
    line-height: 30px;
    overflow: unset;
    display:list-item;
}


/*banner*/
.example {width: 100%;height: 430px; position: relative; top:88px}
.ft-carousel {
    position: relative;
    width: 1280px !important;
    height: 100%;
    overflow: hidden;
    margin:0 auto;
}

.ft-carousel .carousel-inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
    float: left;
    height: 100%;
    width: 1280px !important;
}

.ft-carousel .carousel-item img {
    width: 100%;
}

.ft-carousel .carousel-indicators {
    position: absolute;
    left: 0;
    bottom: 150px;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.ft-carousel .carousel-indicators span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: rgba(255,255,255,0.5);
    margin: 0 4px;
    border-radius: 50%;
    cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
    background-color: #fff;
    width: 40px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;


}

.ft-carousel .carousel-btn {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 45px;
    margin-top: -25px;
    cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
    left: 120px;
    background: url('/static/assets/jiaoxin/static/img/b-l.png') no-repeat;
}

.ft-carousel .carousel-next-btn {
    right: 100px;
    background: url('/static/assets/jiaoxin/static/img/b-r.png') no-repeat;
}






.zbanner{
    position: relative;
    top: 88px;
    margin-bottom: 88px;
    /*height: apx;*/
}
.zbanner img{
    width: 100%;
}

/*身体部分*/
.content{
    width: 1200px;
    margin: 100px auto 0px auto;

}
/*特点*/
.specialty{
    display: flex;
    justify-content: space-between;
    margin-top: -70px;
    position: relative;
    z-index: 9999;
}
.specialty .item{
    background: #fff;
    width: 390px;
    height: 224px;
    padding-top: 10px;
    border: 1px solid #fff0f0;
}
.specialty .item div:nth-child(1){
    margin-left: 35px;
    margin-top: 15px;
}
.specialty .item div:nth-child(2){
    display: flex;
    margin-top: 5px;
    /*margin-bottom: 15px;*/
    font-size: 30px;
    color: #013f8a;
    font-weight: bold;
    align-items: center;
}
.specialty .item div:nth-child(2) img{
    margin-right: 15px;
}
.specialty .item div:nth-child(3){
    margin-left: 125px;
}
.specialty .item .ico img{
    background: rgba(84,159, 240,0.2);
    border-radius: 50%;
    padding: 8px;
    text-align: center;
}


/*关于*/
.abo{
    width: 100%;
    /*background: #f8f8f8;*/
    padding: 30px 0px;
    margin-top: 20px;
}
.about{
    width: 1200px;
    margin: 0 auto;
    /*margin-top: 126px;*/
}

.about .con{
    display: flex;
    justify-content: space-between;
}
.about .con .con_left{
    width: 678px;
}
.about .con .con_left .con_left1{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-top: 50px;
    margin-bottom: 30px;
}

.about .con .con_left .con_left1 p{
    font-size: 21px;
    font-weight: bold;
    font-family: Arial;
    color: #333;
}
.about .con .con_left .con_left2{
    margin-bottom: 30px;
}

.about .con .con_left .con_left2 p{
    line-height: 30px;
}
.about .con .con_left .con_left3 a{
    display: block;
    width: 150px;
    height: 50px;
    text-align: center;
    border: 1px solid #013f8a;
    line-height: 50px;
    /*font-weight: bold;*/
    color: #013f8a;
}
.about .con .con_right{

}
.about .con .con_right img{
    width: 475px;
    height: 475px;
    /*box-shadow: 7px 7px 20px -7px rgba(0, 18, 30, 0.3);*/
}
.title .t1{
    font-size: 36px;
    font-weight: bold;
    color: #013f8a;
}

.title .t2{
    color:#b2b2b2
}

/*业务范围*/

.business{
    height: 918px;
    background: url('/static/assets/jiaoxin/static/img/business-bg.png') no-repeat;
    margin-top: 25px;
}
.business_con{
    width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
}
.business_con .title{

}
.business_con .title .t1{
    color: #fff0f0;
}


.part5 .tBox{
    width: 1200px;
    height: 314px;
    margin: 0px auto;
    position: relative;
    margin-top: -150px;

}
.part5 .tBox .picBox{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    position: relative;
}
#posBox{
    width: 1200px;
    height: 240px;
    margin: 30px auto 0;
    position: relative;
    display: flex;
}
.part5 .tBox .picBox .roll{
    margin-right: 24px;
    perspective: 1000px;
    cursor: pointer;
    flex: 1;
    background: #fff;
    color: #333;
    box-shadow: 0px 0px 10px 0px
    rgba(0, 18, 30, 0.11);
    /*border: solid 1px #eeeeee;*/


}

.roll .text{
    text-align: left;
}
.roll .text img{
    margin-left: 56px;
    margin-top: 22px;
    margin-bottom: 21px;
}
.roll .text1 .wt1{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    /*color: #fcfcfc;*/
}
.roll .text1 .wt2{
    font-size: 16px;
    color: #999999;
}

.box-img .img{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 40px;

}
.box-img .bor{
    width: 72px;
    height: 7px;
    background-color: #cb2b2a;
    margin-left: 140px;
    margin-top: 15px;
}
.box-img .img img{
    box-sizing: border-box;
    padding: 10px;
    width: 78px;
    height: 78px;
    background:rgba(84,159,240,0.1);
    border-radius: 50%;
    margin-right: 20px;
    /*opacity: 0.1;*/
}


.roll .box-content{
    width: 100%;
    height: 240px;
    position: absolute;
    top: 0;
    left: 0;
    background: #3884e7;
    opacity: 0;
    /*filter:alpha(opacity=80);*/

    transition: all 0.50s ease-in-out 0s;
    overflow: hidden;
    color: #164c91;
    padding:0px 25px;
    font-size: 16px;

}
.roll .box-img{
    /*transform: rotateY(0);*/
    transition: all 0.50s ease-in-out 0s;
    text-align: center;
}
.roll:hover .box-img{
    /*transform: translateY(-10px);*/
    opacity: 0;
    transition: all 0.50s ease-in-out 0s;
}
.roll:hover .box-content{
    opacity: 1;
    box-shadow: 0 10px 20px rgba(0, 92, 230, 0.48);
    /*transform: translateY(-10px);*/
    transition: all 0.50s ease-in-out 0s;
}
.roll:hover{
    box-shadow: 0 10px 20px rgba(0, 92, 230, 0.48);
    transform: translateY(-10px);
    transition: all 0.50s ease-in-out 0s;
}


.roll .box-content .t1,.roll .box-content2 .t1{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding-top: 20px;
}
.roll .box-content .t2,.roll .box-content2 .t2{
    font-size: 16px;
    color: #fff;
    padding-top: 12px;
}
.roll .box-content .t3,.roll .box-content2 .t3{
    /*width: 190px;*/
    height: 1px ;
    background: #fff;
    margin: 20px auto 0;
}
.roll .box-content .t4,.roll .box-content2 .t4{
    font-size: 14px;
    /*width: 182px;*/
    text-align: justify;
    color: #fff;
    margin: 20px auto 0;
}

.box-content2{
    position: absolute;
    left: 0px;
    top: -470px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    filter:alpha(opacity=70);
    color: #fff;
}
.anniuk{width:100%;float: left;text-align: center;}
.anniu{border:1px solid #0D0D0D;height: 60px;width:550px;line-height: 60px;text-align:center;border-radius: 200px;margin-top: 40px;margin-bottom: 40px;cursor:pointer;font-size: 30px;display: inline-block;}
.anniu:hover{background: #ffc670;transform: scale(1.05);transition: all 0.5s;}




.ywlybg{
    background: url('/static/assets/jiaoxin/static/img/base-bg.png') no-repeat;
    height: 1002px;
}


.ywlybg .content{margin-top:0px;}

.ywlybg .t1{
    padding-top: 86px;
    color: #ffffff;
    font-size: 36px;
}

.ywlybg .t2{
    color: #ffffff;
    font-size: 12px;
    margin-top: 10px;
}
.product{
}


.slideGroup{ width:1200px; text-align:left;  }
.slideGroup .parHd{  height:170px;  position:relative; margin-top: 80px }
.slideGroup .parHd ul{ float:left; height:170px;   }
.slideGroup .parHd ul li{ float:left; cursor:pointer; position: relative; width: 130px; height:125px; color: #fff ; font-size: 18px; font-weight: bold }
.slideGroup .parHd ul li p{
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    text-align: center;
}
.slideGroup .parHd ul .li1{
    border-radius: 50%;
    background: url("/static/assets/jiaoxin/static/img/aa_03.png") no-repeat top center;
}
.slideGroup .parHd ul .li2{
    border-radius: 50%;
    background: url("/static/assets/jiaoxin/static/img/aa_05.png") no-repeat top center;
}
.slideGroup .parHd ul .li3{
    border-radius: 50%;
    background: url("/static/assets/jiaoxin/static/img/aa_07.png") no-repeat top center;
}
.slideGroup .parHd ul .li4{
    border-radius: 50%;
    background: url("/static/assets/jiaoxin/static/img/aa_09.png") no-repeat top center;
}
.slideGroup .parHd ul div{
    border: 1px solid #2c86da;
    height: 1px;
    width: 192px;
    float: left;
    margin-top: 56px;
    margin-left: 15px;
    margin-right: 15px;
}
.slideGroup .parHd ul .div4{
    display: none;
}
.slideGroup .parHd ul .li1.on{ background: url("/static/assets/jiaoxin/static/img/aa_16.png") no-repeat top center; }
.slideGroup .parHd ul .li2.on{ background: url("/static/assets/jiaoxin/static/img/aa_18.png") no-repeat top center;}
.slideGroup .parHd ul .li3.on{ background: url("/static/assets/jiaoxin/static/img/aa_20.png") no-repeat top center; }
.slideGroup .parHd ul .li4.on{ background: url("/static/assets/jiaoxin/static/img/aa_22.png") no-repeat top center; }
.slideGroup .slideBox{ zoom:1; position:relative;  margin-top: 65px }

.slideGroup .sPrev,.slideGroup .sNext{ position:absolute; left:-35px; top:130px; display:block; width:30px; height:94px;  background:url('/static/assets/jiaoxin/static/img/b-l.png') center center no-repeat; }
.slideGroup .sNext{ left:auto; right:-35px; background:url('/static/assets/jiaoxin/static/img/b-r.png') center center no-repeat;  }
.slideGroup .sPrev:hover,.slideGroup .sNext:hover{ border-color:#f60;  }

.slideGroup .parBd ul{ overflow:hidden; zoom:1;   }
.slideGroup .parBd ul li{ margin:0 11px; float:left; _display:inline; overflow:hidden; text-align:left;  width: 380px; height: 387px;
    background-color: #1373ce;
    box-shadow: 0px 0px 30px 0px
    rgba(0, 18, 30, 0.13);
    border-radius: 8px; }

.slideGroup .parBd ul li .cont img{
    width: 380px;
    height: 234px;
}
.slideGroup .parBd ul li .cont a{
    color: #fff;
}
.slideGroup .parBd ul li .cont .tit{
    font-size: 20px;
    font-weight: bold;
    padding: 20px 30px 10px 30px;
}
.slideGroup .parBd ul li .cont .wt{
    font-size: 14px;
    padding: 10px 30px 10px 30px;
}
    /*案例*/
.case{
    width: 100%;
    background: #f8f8f8;
    padding-top: 80px;
}
.case_title{
    width: 1200px;
    margin: 0 auto;
}
.swiper {
    /*width: 1200px;*/
    height: 420px;
    margin: 0 auto;
    position: relative;
    padding-top: 60px;
    padding-bottom: 100px;
}
.swiper::before{
    content: '';
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 40%;
    background: url("/static/assets/jiaoxin/static/img/base.jpg") no-repeat;
}
.swiper .pic {
    width: 70%;
    height: 70%;
    position: relative;
}

.swiper .pic li {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    width: 425px;
    height: 275px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: 20px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.5);
}

.swiper .pic li img {
    width: 100%;
    height: 100%;
}

.now {
    z-index: 9;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.next {
    z-index: 6;
    -webkit-transform: translateX(500px);
    -moz-transform: translateX(500px);
    -o-transform: translateX(500px);
    -ms-transform: translateX(500px);
    transform: translateX(500px);
    filter: blur(2px);  /*模糊效果*/

}

.prev {
    z-index: 6;
    -webkit-transform: translateX(-500px);
    -moz-transform: translateX(-500px);
    -o-transform: translateX(-500px);
    -ms-transform: translateX(-500px);
    transform: translateX(-500px);
    filter: blur(2px);  /*模糊效果*/
}

._bg {
    background-color: red !important;
}

.swiper .cricle {
    display: none;

}

.swiper .cricle li {
    float: left;
    width: 14px;
    height: 14px;
    background-color: #cccccc;
    margin-right: 6px;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.swiper .btns {
    /*display: none;*/
    left: 0;
    bottom: -90px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 150px;
    margin:0 auto;
    margin-top:220px;
    height: 38px;
    z-index: 9;
}

.swiper .btns .leftbtn,
.swiper .btns .rightbtn {
    width: 38px;
    height: 100%;
    text-align: center;
}
.swiper .btns img{
    margin-top: 7px;
}
.swiper .btns .leftbtn{
    background: #265fbe;
}
.swiper .btns .rightbtn {
    background-color: #013f8a;
}

/*.swiper .btns .leftbtn::after,*/
/*.swiper .btns .rightbtn::after {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    border-left: 3px solid #ffffff;*/
/*    border-top: 3px solid #ffffff;*/

/*}*/

/*.swiper .btns .leftbtn::after {*/
/*    -webkit-transform: translate(12px, 8px) rotate(-45deg);*/
/*    -moz-transform: translate(12px, 8px) rotate(-45deg);*/
/*    -o-transform: translate(12px, 8px) rotate(-45deg);*/
/*    -ms-transform: translate(12px, 8px) rotate(-45deg);*/
/*    transform: translate(12px, 8px) rotate(-45deg);*/
/*}*/

/*.swiper .btns .rightbtn::after {*/
/*    -webkit-transform: translate(4px, 8px) rotate(135deg);*/
/*    -moz-transform: translate(4px, 8px) rotate(135deg);*/
/*    -o-transform: translate(4px, 8px) rotate(135deg);*/
/*    -ms-transform: translate(4px, 8px) rotate(135deg);*/
/*    transform: translate(4px, 8px) rotate(135deg);*/
/*}*/

.leftBox,
.rightBox {
    height: 300px;
    position: absolute;
    bottom: 100px;
    z-index: 99;
}

.leftBox {
    width: 182px;
    left: 0;
}

.rightBox {
    width: 222px;
    right: 0;
}


.news{
    width: 1200px;
    margin: 0 auto;
    margin-top: 200px;
}
.news_con{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    color: #333;
}
.news_conl, .news_conr{
    width: 585px;
    overflow:auto
}

.news_conl div{
    position: relative;
    max-height: 439px;
    overflow: hidden;
    min-height: 200px;

}
.news_conl div img{
    width: 100%;
    height: 100%;
}
.news_conl h2{
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    height: 70px;
    line-height: 70px;
    margin-bottom: 10px;
    color: #666;
}
.news_conl h2 a{
    color: #666;
}
.news_conl h2 a:hover{
    color: #013f8a;
}

.news_conl p{
    box-sizing: border-box;
    padding-right: 20px ;
    font-size: 16px;
    white-space: normal;
    overflow : hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;  /* 设置超出多少行隐藏 */
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 15px;
    color: #999;


}
.news_conl div span{
    position: absolute;
    left: 0;
    bottom: 5px;
    display: block;
    width: 164px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #013f8a;
    text-align: center;
}

.news_conl .more a{
    font-size: 16px;
    color: #666;
}
.news_conl .more a:hover{
    color: #013f8a;
}
.news_conr .more a{
    font-size: 14px;
    color: #666;
}
.news_conr_div1{
    display: flex;
    justify-content: space-between;
}
.news_conr_div1 div:nth-child(1){
    width:250px;
    position: relative;
}
.news_conr_div1 div:nth-child(2){
    width: 300px;
}
.news_conr_div1 div:nth-child(2) h2{
    font-size: 17px;
    font-weight: bold;
    color: #666;
    margin-bottom: 15px;
}
.news_conr_div1 div:nth-child(2) h2 a{
    color: #666;
}

.news_conr_div1 div:nth-child(2) h2 a:hover{
    color: #013f8a;
}
.news_conr_div1 div:nth-child(2) p {
    box-sizing: border-box;
    padding-right: 20px ;
    font-size: 14px;
    white-space: normal;
    overflow : hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;  /* 设置超出多少行隐藏 */
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 10px;
    color: #999;
}

.news_conr_div1 div:nth-child(1) img{
    width: 250px;
    height: 160px;
}
.news_conr_div1 div:nth-child(1) span{
    position: absolute;
    left: 0;
    top: 15px;
    display: block;
    font-size: 14px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #013f8a;
    text-align: center;
}
.news_conr_div1 div:nth-child(2) .more a:hover{
    color: #013f8a;
}
.news_conr_div2{
    display: flex;
    height: 80px;
    margin-top: 30px;
    align-items: center;
}
.news_conr_div2:hover .news_conr_div2_left{
    color: #013f8a;
}
.news_conr_div2_left{
    width: 130px;
    border-right: 1px solid #f8f8f8;

}
.news_conr_div2_right{
    box-sizing: border-box;
    width: 450px;
    padding-left: 25px;
    color: #999;
}
.news_conr_div2_right h2 a{
    color: #666;
}
.news_conr_div2_right h2 a:hover{
    color: #013f8a;
}
.news_conr_div2_right p{
    box-sizing: border-box;
    padding-right: 20px ;
    font-size: 14px;
    white-space: normal;
    overflow : hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;  /* 设置超出多少行隐藏 */
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 10px;
}
.news_conr_div2_left p{
    font-size: 30px;
    font-weight: bold;
}
.news_conr_div2_left span{
    float: right;
    margin-right: 40px;
    margin-top: 3px;
}
.dmore{
    width: 148px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #013f8a;
    color: #013f8a;
    margin: 0 auto;
    margin-top: 40px;
}
.dmore a{
    color: #013f8a;
}
.footer{
    margin-top: 40px;
    color: #fff;
}
.footer_top{

    height: 255px;
    background: #0b294d;
}

.wt1200{
    width: 1200px;
    margin:0 auto;
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
}
.top_right{
    width: 340px;
}
.top_right p{
    font-size: 14px;
    margin-bottom: 10px;
}
.top_right p:nth-child(1){
    font-size: 17px;
    font-weight: bold;
}
.top_right p:nth-child(2){
    font-size: 32px;
    font-weight: bold;
}

.footer_top .top_ul{
    width: 842px;
}
.footer_top .top_ul .top_ul_li{
    float: left;
    width: 110px;
    text-align: center;
    height:190px ;
    border-right: 1px solid #556a83;
}
.footer_top .top_ul .top_ul_li div a{
    font-size: 18px;
    color: #fff0f0;
}
.footer_top .top_ul .top_ul_li ul li{

    font-size: 15px;
    height: 35px;
    line-height: 35px;
    white-space: normal;
    overflow : hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;  /* 设置超出多少行隐藏 */
    -webkit-box-orient: vertical;
    display: -webkit-box;

}
.footer_top .top_ul .top_ul_li ul li a{
    color: #bec2c9;
}
.footer_down{
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #07203f;
}
.footer_down a{
    color: #07203f;
    margin-left: 20px;
}
.footer_down a:hover{
    color: #fff;
}
.footer_down .beian{
    color: #fff;
}
.footer_down .beian:hover{
    text-decoration: underline;
}



