
.daili{
    padding: 30px 0;
}
.daili-box{
    margin-top: 20px;
    text-align: center;
    padding: 0 12px;
    font-size: 0;
}
.daili-item{
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 8px;
    background-color: #f9f9f9;
    padding: 16px 10px;
}
.daili-item:nth-child(2n+2){
    margin-right: 0;
}
.daili-item h3{
    font-size: 18px;
    color: #da1c0c;
    font-weight: normal;
    line-height: 28px;
}
.daili-item p{
    font-size: 12px;
    color: #0b0b0b;
    line-height: 20px;
    margin-top: 6px;
}

.problem{
    padding: 30px 0;
    background-color: #f7f7f7;
    text-align: center;
}
.problem-list{
    width: 100%;
    margin-top: 20px;
    padding: 0 12px;
}
.problem-item{
    display: block;
    text-align: justify;
    width: 100%;
    margin: 0 0 15px;
}
.problem-item:hover .problem-tit strong{
    color: #0c3972;
}
.problem-tit span{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    background-color: #ff2c03;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}
.problem-tit strong{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 30px);
    font-size: 14px;
    color: #ff2c03;
    line-height: 24px;
    padding-left: 5px;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; */
}
.problem-text{
    font-size: 12px;
    line-height: 20px;
    color: #555;
    padding-left: 35px;
    margin-top: 6px;
}
.problem-more{
    display: inline-block;
    width: 150px;
    height: 42px;
    font-size: 16px;
    color: #fff;
    background-color: #0c3972;
    line-height: 42px;
    border-radius: 5px;
    margin-top: 6px;
}
.problem-more:hover{
    background-color: #ff2c03;
}


.jianzhu{
    padding: 30px 12px;
}
.jianzhu-box{
    margin-top: 20px;
    font-size: 0;
    text-align: center;
}
.jianzhu-item{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    /* height: 265px; */
    margin: 1%;
    background-color: #f9f9f9;
    padding: 16px 10px;
}
.jianzhu-icon{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    margin-bottom: 10px;
}
.jianzhu-item h3{
    font-size: 14px;
    color: #111111;
    line-height: 18px;
    height: 36px;
    font-weight: normal;
}
.jianzhu-item a{
    font-size: 12px;
    color: #d92d17;
    width: 100px;
    height: 32px;
    border: 1px solid #d92d17;
    line-height: 30px;
    display: inline-block;
    margin-top: 8px;
}
.jianzhu-item a:hover{
    color: #fff;
    background-color: #d92d17;
}


/* case*/
.case{
    padding: 30px 0;
}
.case-box{
    margin-top: 20px;
}
.case-list{
    width: 100%;
    /* padding-top: 10px !important; */
}
.case-list li{
    width: auto;
    height: 180px;
    position: relative;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
/* .case-list li:hover{
    transform: translateY(-8px);
} */
.case-item{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.case-img{
    width: 100%;
    margin: auto;
    height: 100%;
    overflow: hidden;
    display: flex;
}
.case-img img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    margin: auto;
}
/* end case*/

.main-case-list{
    margin-top: 20px;
    margin-bottom: 16px;
    padding: 0 12px;
}
.main-case-list ul{
    width: 100%;
}
.main-case-list ul li{
    width: 49%;
    height: 180px;
    margin-right: 2%;
    margin-bottom: 8px;
    padding: 10px;
    float: left;
    border: 2px solid #fff;
    /* border-radius: 3px; */
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.main-case-list ul li:nth-child(2n+2){
    margin-right: 0;
}
/* .main-case-list ul li:hover{
    transform: translateY(-8px);
    border: 2px solid #0c3972;
} */
.main-case-list ul li a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
}
/* .main-case-list ul li a:hover .case-list-box{
    transform: translateY(0);
} */
.main-case-img{
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
}
.main-case-img img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    margin: auto;
}
.case-list-box{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    background-color: rgba(20, 20, 20, 0.68);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.case-list-title{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.case-list-title h3{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.case-list-title b{
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #fff;
}
/* .case-list-title span{
    display: block;
    width: 22px;
    height: 28px;
    margin: 0 auto;
    margin-top: 36px;
    background-image: url(../icon/addr-icon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
} */
.case-list-title p{
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
}


.clr {
    clear: both
}

.info-menu {
    width: 100%;
    background-color: #f5f5f5;
    /* height: 50px; */
    padding: 6px 12px;
}
.menu-tabs { text-align:center;
 position:absolute;   top:50%;  transform: translate(0, -50%); width:100%;  
}.menu-tabs ul {  font-size:0px; }
.menu-tabs ul li {
    display:inline-block;   width:25%; position:relative;
}
.menu-tabs ul li a {
    display: block;
    padding: 5px 0px;
    color: #333;
    line-height: 22px;
    font-size: 12px;
    border-radius: 3px;  background-color: #e9e9e9; margin:3px
}
/* .menu-tabs ul li a:hover {
    color: #fff;
    background-color: #0c3972;
} */
.menu-tabs ul .on a {
    color: #fff;
    background-color: #17136f;
}


.content-box {
    width: 100%;
    padding: 10px 0;
    background-color: #f7f7f7;
}

.page-list {
    width: 100%;
    text-align: center;
}

.page-list ul {
    display: inline-block;
}

.page-list ul li {
    display: inline-block;
    margin: 2px;
}

.page-list ul .active a {
    background-color: #0c3972;
    color: #fff;
}

.page-list ul li a {
    display: block;
    padding: 5px 10px;
    font-size: 12px;
    border: 1px solid #e3e3e3;
    color: #232323;
    cursor: pointer;
}

.page-list ul li a:hover {
    background-color: #e3e3e3;
}

.page-list ul .active a:hover {
    background-color: #0c3972;
    color: #fff;
}


.news-list{
    width: 100%;
    margin-top:0px;
    margin-bottom: 10px;
}
.news-item{
    width: 100%;
    margin-bottom: 12px;
    position: relative;
}
/* .news-item::before{
    content: '';
    width: 0px;
    height: 2px;
    border-radius: 2px;
    background-color: #0c3972;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
} */
/* .news-item:hover::before{
    width: 100%;
}
.news-item:hover .news-txt .news-tit b{
    color: #0c3972;
}
.news-item:hover .news-txt .news-tit h3{
    color: #0c3972;
}
.news-item:hover .news-image img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
} */
.news-item a{
    display: block;
    width: 100%;
    height: 100%;
}
.news-image{
    width: 26%;
    height: 66px;
    overflow: hidden;
    border-radius: 3px;
    float: left;
}
.news-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.news-text{
    float: right;
    width: 72%;
}
.news-tit{
    width: 100%;
}
.news-tit h3{
    font-size: 14px;
    line-height: 20px;
    color: #1c1c1c;
    font-weight: normal;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news-tit b{
    font-size: 10px;
    line-height: 14px;
    color: #999999;
    font-weight: normal;
    display: block;
    margin: 2px 0 6px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.news-text p{
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}




.news-details {
    width: 100%;
    padding: 0 12px;
}

.news-details-tit {
    text-align: center;
    margin-bottom: 20px;
}

.news-details-tit h3 {
    font-size: 20px;
    color: #111;
    font-weight: normal;
}

.news-details-tit p {
    font-size: 10px;
    color: #999999;
    margin-top: 6px;
}

.news-details-tit p span {
    display: inline-block !important;
}

.news-details-txt {
    padding: 16px 12px;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    line-height: 20px;
    border-radius: 5px;
    width: 100%;
    margin: auto;
    text-align: justify;
}

.news-details-txt video {
    width: 100% !important;
    height: 240px !important;
}

.news-details-txt img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
}

.page-lr {
    width: 100%;
    margin-top: 20px;
}

.page-l,
.page-r {
    display: block;
    width: 100%;
    height: 36px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    line-height: 34px;
    color: #0d0d0d;
    padding: 0 12px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #fff;
}
.page-l{
    margin-bottom: 10px;
}
.page-lr strong {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    line-height: 34px;
    color: #0d0d0d;
    width: 20%;
    float: left;
}

.page-lr a {
    width: 80%;
    float: left;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    line-height: 34px;
    color: #0d0d0d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

/* .page-l:hover,
.page-r:hover {
    color: #fff;
    background-color: #0c3972;
    border: 1px solid #0c3972;
}

.page-l:hover strong,
.page-r:hover strong {
    color: #fff;
}

.page-l:hover a,
.page-r:hover a {
    color: #fff;
} */


/* culture*/
.culture{
    padding: 30px 0;
}
.culture-box{
    width: 100%;
    margin: 10px auto;
}
.culture-item{
    padding: 10px 12px 16px;
}
.culture-text{
    width: 100%;
    padding-top: 20px;
}
.culture-text>span{
    width: 38px;
    height: 38px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
}
.culture-item:nth-child(1) .culture-text>span{
    background-image: url(../icon/qywh-icon1.png);
}
.culture-item:nth-child(2) .culture-text>span{
    background-image: url(../icon/qywh-icon2.png);
}
.culture-item:nth-child(3) .culture-text>span{
    background-image: url(../icon/qywh-icon3.png);
}
.culture-item:nth-child(4) .culture-text>span{
    background-image: url(../icon/qywh-icon4.png);
}
.culture-text b{
    background-color: #0c3972;
    display: block;
    width: 30px;
    height: 2px;
    margin-top: 20px;
}
.culture-text strong{
    font-size: 20px;
    color: #0c3972;
    display: block;
    margin-top: 10px;
    letter-spacing: 1px;
}
.culture-text div{
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    color: #555555;
}
.culture-img{
    width: 100%;
}
.culture-img img{
    width: 100%;
    border-radius: 10px;
}

/* culture end */

 

/* contact*/
.contact{
    padding: 30px 12px;
    width: 100%;
}
.cont-list{
    margin-top: 20px;
}
/* .cont-list ul{
    display: table;
} */
.cont-list ul li{
    display: block;
    position: relative;
    width: 100%;
    min-height: 160px;
    border: 1px solid #eeeeee;
    padding: 20px;
    margin-bottom: 12px;
    transition: all 0.35s ease;
}
/* .cont-list ul li:hover{
    transform: translateY(-5px);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
} */
.cont-list ul li span{
    width: 80px;
    height: 80px;
    text-align: center;
    display: block;
    position: absolute;
    right: 20px;
    top: 40px;
}
.cont-list ul li span img{
    width: 100%;
    opacity: 0.1;
}
.cont-list ul li h3{
    font-size: 18px;
    color: #0b0b0b;
    font-weight: normal;
}
.cont-list ul li strong{
    font-size: 14px;
    color: #0b0b0b;
    font-weight: normal;
    display: block;
}
.cont-list ul li:nth-child(1) p{
    width: 75%;
    font-size: 14px;
    color: #0b0b0b;
    line-height: 24px;
    padding-top: 10px;
}
.cont-list ul li:nth-child(2) p{
    font-size: 22px; 
    line-height: 28px;
    color: #0c3972;
    padding-top: 10px;
}
.contact-qrcode{
    height: 120px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.contact-qrcode img{
    height: 100%;
}

.map-box{
    width: 100%;
    height: 300px;
    margin-top: 20px;
}
.advice{
    padding: 30px 12px;
}
.advice-box{
    width: 100%;
    margin-top: 20px;
}
/* contact end */





.job-bg{
    padding-bottom: 240px;
    background-image: url(../images/job-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 240px;
}
.zhaopin-box{
    width: 100%;
    margin-top: 20px;
}

.jo_dd {
    margin-top: 10px;
}

.jo_dd li {
    margin-bottom: 10px;
}

.jo_dd li.on .johd {
    background: #0c3972;
    border: 0;
}

.jo_dd li.on .johd span {
    color: #fff;
}

.jo_dd li.on .johd b {
    background-image: url(../icon/reduce.png);
}

.johd {
    position: relative;
    padding: 0 12px;
    height: 44px;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    line-height: 44px;
    cursor: pointer;
}

.johd span {
    display: block;
    width: 100%;
    /* vertical-align: top; */
    font-size: 16px;
    color: #333;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.johd b {
    position: absolute;
    top: 50%;
    right: 12px;
    content: '';
    margin-top: -12px;
    width: 24px;
    height: 24px;
    padding: 4px;
    background-image: url(../icon/plus.png);
    background-size: 100% 100%;
    /* -webkit-transition: all .5s;
    transition: all .5s; */
}

.johd b img {
    width: 100%;
    height: 100%;
    /* -webkit-transition: all .5s;
    transition: all .5s; */
}

.jobd {
    display: none;
}

.jobd-on {
    display: block;
}

.jobd>div {
    padding: 16px 12px 10px;
    font-size: 12px;
    line-height: 20px;
    color: #333;
}

.jobd p {
    font-size: 12px;
    line-height: 20px;
    color: #555;
}

.recruitment {
    width: 400px;
    float: right;
    padding-top: 30px;
    border-radius: 50%;
    /* background-color: #f9f9f9;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); */
    position: relative;
}

.recruitment-img {
    width: 100%;
}

.recruitment-img img {
    width: 100%;
}

.recruitment-txt {
    text-align: center;
}

.recruitment-txt p {
    line-height: 30px;
    color: #333;
    font-size: 20px;
}

/* .recruitment::before{
    content: '';
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background-color: #0c3972;
    position: absolute;
    top: -2px;
    left: -8px;
    z-index: -1;
} */








.info-box {
    width: 100%;
    text-align: center;
    /* border-top: 1px solid #e5e5e5; */
    margin-top: 40px;
}

.info-box h3 {
    font-size: 30px;
    color: #0c3972;

}

.info-text {
    margin: 40px 0;
    font-size: 16px;
    line-height: 32px;
}

.info-text li {
    height: auto;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 15px 0;
}

.info-tit {
    width: 100%;
    background-color: #f1f1f1;
    text-align: left;
    margin-bottom: 20px;
}

.info-tit h5 {
    display: inline-block;
    padding: 2px 36px;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    background-color: #0c3972;
}

.info-img {
    display: block;
    float: left;
    width: 140px;
    height: 120px;
    overflow: hidden;
    border-radius: 10px;
}

.info-img img {
    min-width: 100%;
    height: auto;
    height: 100%;
    object-fit: cover;
}

.info-text ul {
    margin-bottom: 20px;
    font-size: 0px;
}

.info-text li span {
    text-align: left;
    font-size: 12px;
    line-height: 22px;
    margin-left: 10px;
    display: block;
    float: left;
    width: 450px;
    border: 1px dotted #e1e1e1;
    padding: 12px;
    border-radius: 10px;
}

.info-text li span strong {
    display: block;
    color: #0c3972;
    font-size: 16px;
    padding-bottom: 2px;
}

.info-image {
    width: 100%;
    padding-bottom: 30px;
}

.info-image img {
    width: 100%;
}


.development-box {
    width: 100%;
    margin: 60px 0;
}




.join-show-img {
    height: 218px;
}


.product-details {
    color: #333;
    font-size: 14px;
    line-height: 30px;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 40px;
    border-bottom: 1px solid #f1f1f1;
}

.product-left-img {
    width: 36%;
    float: left;
}

.product-left-img img {
    width: 100%;
}

.product-right {
    float: right;
    width: 60%;
}

.vip-box {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.join-box {
    font-size: 16px;
    line-height: 36px;
    color: #333;
    width: 50%;
    float: left;
    padding-top: 40px;
}

.join-img {
    width: 40%;
    float: right;
}

.join-img img {
    width: 100%;
}




.service-list{
    width: 100%;
}
.service-list li{
    width: 100%;
    display: block;
    margin-top: 40px;
    padding-bottom: 10px;
}
.service-txt{
    width: 55%;
    text-align: left;
    float: left;
    padding: 10px 60px 30px 0;
}
.service-txt strong{
    display: block;
    font-size: 20px;
    color: #0c3972;
    line-height: 30px;
    margin-bottom: 16px;
}
.service-txt p{
    font-size: 14px;
    color: #555;
    line-height: 24px;
}
.service-img{
    width: 45%;
    float: right;
}
.service-img img{
    width: 100%;
    border-radius: 30px;
}
.service-list li:nth-child(2n+2) .service-txt{
    float: right;
    padding: 10px 0 30px 60px;
}
.service-list li:nth-child(2n+2) .service-img{
    float: left;
}


.ser-list{
    margin-top: 20px;
    position: relative;
    padding-bottom: 0px;
}
.ser-back{
    background-color: #0c3972;
}
.ser-left{
 
 
    /* height: 210px; */
    /* position: absolute;
    top: 50px; */
    /* border-radius: 50%; */
    /* overflow: hidden; */
}
.ser-left img{
    width: 100%;
}
.ser-right{ padding:20px;
    /* border: 1px solid #02b2b5; */
}
/* .ser-list:nth-child(2n+1) .ser-left{
    left: 80px;
} */
.ser-list:nth-child(2n+1) .ser-right{
    float: right;
    /* margin-right: 80px;
    padding-left: 100px; */
}
.ser-list:nth-child(2n+2) .ser-left{
    /* right: 80px; */
    float: right;
}
.ser-list:nth-child(2n+2) .ser-right{
    float: left;
    /* margin-left: 80px;
    padding-right: 100px; */
}
.ser-right b{
    display: block;
    width:40px;
    height: 1px;
    background-color: #fff;
    margin: 15px 0;
}
.ser-right h3{
    font-size:17px;
    color: #fff;
    line-height:26px;
    font-family: Source Han Sans CN Bold;
}

.ser-right h6{
    line-height:22px;
    font-weight: normal; text-align:justify;
    font-size: 13px;
    color: #fff;
}

.jyln{}
.jyln li{display:block;text-align: center;width:49%;margin-right: 1%;height: auto;/*max-height: 240px;*/margin-bottom: 15px;background:#fbfbfb;padding:5px 10px; height:222px; float:left; padding-top:50px; background-image: url(../images/w1.png); background-repeat:no-repeat; background-size:40px; background-position:center 20px; }
 
.jyln li .img{margin: 0px auto;height: 72px;width: 80px;display:block; }
.jyln li:nth-child(1) {background-image: url(../images/w1.png);background-repeat:no-repeat; background-size:40px; background-position:center 20px;   }
.jyln li:nth-of-type(2) {background-image: url(../images/w2.png);background-repeat:no-repeat; background-size:40px; background-position:center 20px;   }
.jyln li:nth-of-type(3) {background-image: url(../images/w3.png);background-repeat:no-repeat; background-size:40px; background-position:center 20px;  }
.jyln li:nth-of-type(4)  {background-image: url(../images/w4.png);background-repeat:no-repeat; background-size:40px; background-position:center 20px;  }
.jyln li:nth-of-type(5) {background-image:url(../images/w5.png);background-repeat:no-repeat; background-size:40px; background-position:center 20px; width:100%;margin-right:0; text-align: center; clear:both; height:200px; padding-top:80px;  }
.jyln li:nth-of-type(5)  span{float:none;font-size: 13px;color: #424242;}
.jyln li:nth-of-type(5) .Tit{width: 100%;margin:20px 0 0;font-size:18px;}
.jyln li:nth-of-type(5)  .Tit::after{display: block;width: 20px;height: 2px;background: #0c3972;content: "";padding: 0px;margin: 25px 46%;}
.jyln li img{}
.jyln li span{float: left;font-size: 13px;color: #424242;text-align: center; }
.jyln .Tit{width: 100%;margin:20px 0 0;font-size:18px;}
.jyln .Tit::after{display: block;width: 20px;height: 2px;background: #0c3972;content: "";padding: 0px;margin: 25px 44%;}
