@charset "utf-8";
html,body,.banner-list a,.banner-list img,.banner-list>div,.banner-list{
    width: auto;
    height: 100%;}
body {
    overflow-x: hidden;}
.index {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99;
    background: #fff;
    padding-top: 90px;}
.m,
.m .banner,
.m .banner img {
    height: auto
;}
.m .index {
    position: relative;}
.banner {
    position: relative;
    height: 100%;}
.banner-list,.banner-list a,.banner-list img{
    display: block;}
.banner a{
   position:relative;
   display:block;}
.banner slick-slide  a::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/shadow.png) repeat-x top center;
    z-index: 9;}
.banner-list>button{
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    transform: translateY(-50%);
    z-index: 99;
    background-size: 60px 60px;
    background-position: center center;
    background-repeat: no-repeat;}
.banner-list .slick-prev{
    left: 10px;
    background-image: url(../images/arrow-l.png);}
.banner-list .slick-next{
    right: 10px;
    background-image: url(../images/arrow-r.png);}

.b-tab{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;}
.b-tab-hd{
    font-size: 0;
    text-align: center;}
.b-tab-hd span{
    width: 133px;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    position: relative;
    text-align: center;
    display: inline-block;
    border-radius: 5px 5px 0 0;
    transition: all .3s;
    cursor: pointer;}
.b-tab-hd span.on{
    background: #f08d00;}
.b-tab-hd span.on:after{
    display: none;}
.b-tab-hd span:after{
    content: '';
    position: absolute;
    right: 0;
    width: 2px;
    height: 20px;
    top: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-50%);}
.b-tab-hd span:last-child:after{
    display: none;}
.b-tab-bd{
    padding: 27px 0;
    background: #0c7bf3;}
.b-item {
    max-width: 1400px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    padding-right:60px;}
.b-item .gdd{
 display:block;
 position:absolute;
 right:0;
 top:50%;
 transform: translateY(-50%);}

.b-item.on{
    position: relative;
    z-index: 1;
    opacity: 1;
    filter: alpha(opacity=100);}
.b-item li>a{
    display: block;
    overflow: hidden;}
.b-icon {
    width: 72px;
    height: 72px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin: auto;
    position: relative;
    border-radius: 50%;}
.b-icon img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: all .3s;}
.b-item li>a p{
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin-top: 20px;}
.b-item li:hover .b-icon img{
    transform: rotateY(180deg);}
.b-item li:hover p{
    font-weight: 600;}

.b-item .slick-slider{
    padding:0 45px;}
.b-item .slick-arrow{
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    z-index: 99;
    background-size: 30px 30px;
    background-position: center center;
    background-repeat: no-repeat;}
.b-item .slick-prev{
    left: 10px;
    background-image: url(../images/arrow-l.png);}
.b-item .slick-next{
    right: 10px;
    background-image: url(../images/arrow-r.png);}
.b-item .slick-slide{
float:none;
display:inline-block!important;}
.b-item .slick-track{margin:0 auto;}

.s1-left{
    float: left;
    width: 58.5%;}
.s1-tit {
    position: relative;}
.s1-tit h4{
    font-size: 30px;
    line-height: 1;
    color: #0054a7;}
.s1-tit .mores{
    position: absolute;
    top: 0;
    right: 0;
    width: 95px;
    line-height: 26px;
    font-size: 14px;
    color: #666666;
    text-align: center;
    border: 1px solid #dddddd;
    border-radius: 5px;
    transition: all .3s;}
.s1-tit .mores:hover{
    color: #0c7bf3;
    border-color: #0c7bf3;}

.s1-l{
    float: left;
    width: 100%;
    margin-top: 31px;}
.s1-banner a{
    display: block;
    overflow: hidden;
    position: relative;}
.s1-banner .pic{
    padding-top: 61.54%;}
.s1-banner a p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 99;}
.s1-banner a:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(transparent 60%, rgba(0, 0, 0, 0.75) 100%);}

.s1-list1>ul>li>a{
    display: block;
    overflow: hidden;}
.s1-list1>ul>li .pho{
    width: 150px;
    float: left;
    overflow: hidden;}
.pho img{
    display: block;
    width: 100%;
    transition: all .3s;}
.list1-info {
    overflow: hidden;
    padding-left: 15px;}
.list1-info p{
    font-size: 15px;
    line-height: 30px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;}
.list1-info span{
    display: block;
    font-size: 12px;
    line-height: 30px;
    color: #999999;
    padding-left: 23px;
    background: url(../images/rili.png) no-repeat left center;}
.s1-list1>ul>li{
    margin-top: 20px;}
.s1-list1>ul>li:hover .pho img{
    transform: scale(1.1);}
.s1-list1>ul>li:hover p{
    color: #0c7bf3;}
.s1-r{
    overflow: hidden;
    padding-left: 30px;
    margin-top: 31px;}
.s1-r>ul>li{
    line-height: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;}
.s1-r>ul>li:first-child{
    padding-top: 0;}
.s1-r>ul>li a{
    display: block;
    overflow: hidden;
    font-size: 15px;
    color: #333333;
    padding-left: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;}
.s1-r>ul>li span{
    float: left;
    font-size: 18px;
    color: #0c7bf3;}
.s1-r>ul>li:hover a{
    font-weight: 600;
    color: #0c7bf3;}
.s1-right{
    float: left;
    width: 38.8%;
    margin-left: 2.5%;}

.s1-list2>ul>li>a{
    display: block;
    overflow: hidden;}
.s1-list2>ul>li .tm{
    width: 100px;
    float: left;
    border-right: 1px solid #e9e9e9;}
.s1-list2>ul>li .tm span{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    display: block;
    text-align: center;}
.s1-list2>ul>li .tm span:first-child{
    font-size: 30px;
    color: #0c7bf3;}
.list2-info {
    overflow: hidden;
    padding-left: 20px;}
.list2-info p{
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;}
.s1-list2>ul>li{
    padding: 20px 10px 20px 0 ;
    margin-top: 22px;
    box-shadow: 0 0 5px #d9d6d6;}
.s1-list2>ul>li:first-child {
    margin-top: 32px;}
.s1-list2>ul>li:hover p{
    color: #0c7bf3;}
.s1-list2>ul>li:hover{
    box-shadow: 0 0 5px #0c7bf3;}
.section1{
    padding-top: 40px;
    padding-bottom:165px;
    }
.s2-tit h4{
    font-size: 30px;
    color: #fff;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;}


.s2-list>ul{
    overflow: hidden;}
.s2-list>ul>li{
    float: left;
    width: 25%;
    height: 290px;
    padding: 20px;
    position: relative;
    }
.s2-list>ul>li:nth-child(3n+2){
    margin-left: 0;
    margin-right: 0;}
.s2-list>ul>li a{
    display: block;
    overflow: hidden;}
.s2-list>ul>li .pho {
    width: 140px;
    float: left;
    overflow: hidden;}
.s2-list>ul>li .pho img{
    display: block;
    width: 100%;
    transition: all .3s;}
.s2-list>ul>li .s2-info{
    overflow: hidden;
    padding-left: 20px;}
.s2-list>ul>li .s2-info p{
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;}
.s2-list>ul>li .s2-info span{
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: rgba(255, 255, 255);
    padding-left: 22px;
    font-weight:900;
    }
.s2-list>ul>li:after{
    content: '';
    position: absolute;
    top: 0;
    left: 50px;
    width: 80px;
    height: 3px;
    background: #f08d00;
    transition: all .3s;}
.s2-list>ul>li:hover:after{
    left: 0;
    right: 0;
    width: 100%;}
.s2-list>ul>li:hover img{
    transform: scale(1.1);}

.mores2>a{
    display: block;
    width: 150px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #f08d00;
    border-radius: 50px;
    margin: 40px auto 0;}
.mores2>a:hover{
    background: #0c7bf3;}
.section2 {
    position: relative;
    padding-top: 60px;
    padding-bottom: 98px;
    background-color: #194186;
    background-size: 1920px 557px;
    z-index: 9;}
.s3-tit{
    font-size: 30px;
    line-height: 1;
    color: #0c7bf3;
    font-weight: 600;
    text-align: center;}

.s3-item1{
    float: left;
    width: 27.85%;
    margin-top: 15px;}
.s3-item1.f{
    margin-top: -35px;}
.s3-item1>ul a{
    display: block;
    overflow: hidden;
    position: relative;}
.s3-item1>ul a .pic{
    padding-top: 69.23%;}
.s3-item1>ul a p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 99;}
 span.spxw{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    width: 85px;
    padding-left: 20px;
    background: url(../images/s3-icon.png) no-repeat center center;
    z-index: 99;}
.s3-item1>ul a:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(transparent 80%, rgba(0, 0, 0, 0.7) 100%);}
.s3-item1>ul>li{
    margin-top: 40px;}
.s3-item1>ul>li:first-child{
    margin-top: 0;}
.s3-item1>ul>li:hover .pic img{
    transform: scale(1.1);}
.s3-item2 {
    float: left;
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 55px;}
.s3-item2 a{
    display: block;
    overflow: hidden;
    position: relative;}
.s3-item2 .pic{
    padding-top: 68.76%;}
.s3-item2>ul>li{
    line-height: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;}
.s3-item2>ul>li:first-child{
    padding-top: 0;}
.s3-item2>ul>li a{
    display: block;
    overflow: hidden;
    font-size: 15px;
    color: #333333;
    padding-left: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;}
.s3-item2>ul>li span{
    float: right;
    font-size: 18px;
    color: #0c7bf3;}
.s3-item2>ul>li:hover a{
    font-weight: 600;
    color: #0c7bf3;}    
.s3-info .info-l{
    float: left;
    width: 70px;}
.s3-info .info-l span{
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background: #0c7bf3;}
.s3-info .info-l span:first-child{
    font-size: 36px;
    line-height: 1;
    color: #0c7bf3;
    background: transparent;
    margin-bottom: 10px;}
.s3-info .info-l img{
    display: block;
    width: 58px;
    height: 21px;
    margin: 28px auto 0;}
.s3-info .info-r{
    overflow: hidden;
    padding-left: 20px;}
.s3-info .info-r h4{
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    font-weight: normal;
    transition: all .3s;}
.s3-info .info-r p{
    font-size: 15px;
    line-height: 30px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    margin-top: 24px;}
.s3-info {
    padding: 16px 20px 18px;
    border: 1px solid #dddddd;
    border-top: none;}
.s3-item2:hover .pic img{
    transform: scale(1.1);}
.s3-item2:hover .s3-info h4{
    color: #0c7bf3;}
.section3 .mores2>a{
   margin-top: 30px;}
.section3{
    position: relative;
    padding-bottom: 140px;
    padding-top: 100px;
    background: url(../images/section3.png) no-repeat bottom center;}
.s4-tit {
    font-size: 30px;
    line-height: 1;
    color: #0c7bf3;
    font-weight: 600;
    text-align: center;}
.s4-link .pic{
    padding-top: 19.43%;}
.s4-link{
    margin-top: 14px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    float: none;
    clear: both;
    }
.s4-link>ul{
    overflow: hidden;}
.s4-link>ul>li{
    float: left;
    width: 11.5%;
    margin-left: 1.14%;
    margin-top: 16px;
    border: 1px solid #eeeeee;}
.s4-link>ul>li:nth-child(8n+1){
    margin-left: 0;}
.s4-link>ul>li a{
    display: block;
    overflow: hidden;}
.s4-link>ul>li .pho{
    position: relative;
    padding-top: 34.78%;
    overflow: hidden;}
.s4-link>ul>li .pho img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;}
.s4-link>ul>li:hover{
    border-color: #0054a7;}

.section4{
    position: relative;
    padding-bottom: 40px;
    padding-top: 60px;
    background: url(../images/bg4.png) no-repeat bottom center;

}
.section4 .left{
    float: left;
    width: 25%;
    height: 520px;
    padding: 44px 46px 0;
    background: #194083;
}
.section4 .right{
    float: right;
    background-color: #fff;
    padding: 62px 0 56px 46px;
    width: 75%;
    height: 520px;
}

@media screen and (max-width: 1200px){
.b-item li>a p{height:30px;}
.s1-list2>ul>li{
    margin-top: 11px;
}
}
@media screen and (max-width: 1024px){
    .index {
        padding-top: 0;}
    .banner-list a, .banner-list img, .banner-list>div, .banner-list{
        height: auto;}
    .b-tab{
        position: relative;}
    .b-tab-hd{
        background: #0c7bf3;}
    .banner-list>button{
        width: 30px;
        height: 30px;
        background-size: 30px 30px;}
    .b-tab-hd span{
        width: 120px;
        font-size: 16px;
        line-height: 36px;}
    .b-icon{
        width: 52px;
        height: 52px;}
    .b-icon img{
        max-width: 50%;
        max-height: 50%;}
    .b-item li>a p{
        margin-top: 10px;}
    .s1-tit h4{
        font-size: 20px;}
    .s1-tit .mores{
        width: 70px;
        font-size: 12px;
        line-height: 20px;}
    .s1-right,.s1-left{
        float: none;
        width: auto;
        margin-left: 0;}
    .s1-banner a p,.list1-info p{
        font-size: 14px;}
    .s1-r>ul>li span,.s1-r>ul>li a{
        font-size: 14px;}
    .s1-r,.s1-l,.s1-right{
        margin-top: 20px;}
    .s1-list2>ul>li{
        padding: 15px 0;
        margin-top: 15px;}
    .s1-list2>ul>li:first-child{
        margin-top: 20px;}
    .s1-list2>ul>li .tm span:first-child{
        font-size: 26px;}
    .s2-tit h4,.s3-tit,.s4-tit{
        font-size: 20px;
        margin-bottom: 0;}
    .s2-list>ul>li{
        width: 49%;
        padding: 15px;
        margin-top: 20px;}
    .s2-list>ul>li:nth-child(3n+2) {
        margin-left: 0;
        margin-right: 0;}
    .s2-list>ul>li:nth-child(even) {
        margin-left: 2%;}
    .section2{
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 68px;
        background-size: cover;}
    .mores2>a{
        width: 120px;
        line-height: 32px;
        font-size: 16px;
        margin-top: 20px;}
    .s3-item1>ul>li{
        margin-top: 20px;}
    .s3-item2{
        width: 36%;
        margin-top: 25px;
        margin-left: 2%;
        margin-right: 2%;}
    .s3-item1{
        width: 30%;
        margin-top: 25px;}
    .s3-item1.f{
        margin-top: 25px;}
    .s3-item1>ul a p{
        font-size: 14px;}
    .s3-info .info-l span:first-child{
        font-size: 26px;
        margin-bottom: 8px;}
    .s3-info .info-l span{
        font-size: 12px;
        line-height: 18px;}
    .s3-info .info-r h4{
        font-size: 16px;}
    .s3-info .info-r p{
        font-size: 14px;
        margin-top: 10px;}
    .s3-info .info-l img{
        width: 48px;
        height: 11px;}
    .section3 .mores2>a{
        margin-top: 20px;}
    .section3{
        padding-bottom: 10px;
        padding-top: 0px;
        margin-top: 0px;}
    .s4-link{
        margin-top: 0;}
    .section4{
        margin-bottom: 10px;
        padding-top: 15px;
        margin-top: 0;}
}

@media screen and (max-width: 768px){
    .b-tab-hd span{
        width: 100px;
        font-size: 14px;
        line-height: 30px;}
    .b-icon{
        width: 42px;
        height: 42px;}
    .b-item li>a p{
        font-size: 12px;}
    .b-tab-hd span:after{
        height: 10px;}
    .section1{
        padding-top: 20px;
        padding-bottom: 60px;
        }
    .s1-tit h4{
        font-size: 18px;}
    .s1-tit .mores{
        width: 64px;
        line-height: 18px;}
    .s1-r{
        padding-left: 15px;}
    .list2-info p{
        font-size: 18px;}
    .s2-list>ul>li .s2-info p{
        font-size: 14px;
        line-height: 24px;
        height: 48px;}
    .s2-list>ul>li .s2-info span{
        font-size: 30px;
        line-height: 26px;}
    .s2-list>ul>li .pho{
        width: 110px;}
    .s2-list>ul>li:after{
        left: 20px;}
    .s3-item1,.s3-item2{
        float: none;
        width: auto;}
    .section3 .txbox .s2-tit{
        padding-top: 30px;
    }
    .s3-item1>ul>li{
        float: left;
        width: 49%;
        margin-left: 2%;
        margin-top: 0;}
    .s3-item1>ul>li:first-child{
        margin-left: 0;}
    .s3-item1>ul{
        overflow: hidden;}
    .s3-info{
        padding: 10px;}
    .s4-link>ul>li{
        width: 15%;
        margin-top: 10px;}
    .s4-link>ul>li:nth-child(8n+1),.s4-link>ul>li{
        margin-left: 2%;}
    .s4-link>ul>li:nth-child(6n+1){
        margin-left: 0;}
    .s2-tit h4,.s3-tit,.s4-tit{
        font-size: 18px;
        margin-bottom: 0;}
    .b-item{padding-right:0; padding-bottom:50px;}
    .b-item ul{overflow:hidden; margin-bottom:20px;}
    .b-item ul li{float:left;width:33.333%; margin-bottom:10px;}
    .b-item .gdd{top:auto; right:50%;transform: translateX(-50%);transform: translateY(0);}
}

@media screen and (max-width: 640px) {
    .b-tab-bd{
        padding: 10px 0;}
    .s1-r,.s1-l{
        float: none;
        width: auto;
        padding-left: 0;}
    .s1-r>ul>li{
        padding-top: 8px;
        padding-bottom: 8px;}

    .s3-info .info-r h4{
        font-size: 13px;
        line-height: 24px;
        height: 48px;}
    .s3-info .info-r p{
        font-size: 12px;
        line-height: 24px;
        height: 48px;
        margin-top: 0;}
    .s3-info .info-l{
        width: 60px;}
    .s3-info .info-l span:first-child{
        font-size: 20px;
        margin-bottom: 5px;}
    .s3-info .info-r{
        padding-left: 10px;}
    .s3-item1>ul a p{
        font-size: 12px;
        bottom: 10px;}
    .section3 .mores2>a{
        margin-top: 15px;}
    .mores2>a{
        font-size: 12px;
        line-height: 24px;
        width: 90px;}
    span.spxw{
        font-size: 12px;}
    .s2-list>ul>li{
        float: left;
        width: 49%;
        margin-top: 10px;}
    .s2-list>ul>li:nth-child(even){
        margin-left: 2%;}
    .s1-list1>ul>li{
        margin-top: 15px;}
    .s4-link>ul>li{
        width: 22%;}
    .s4-link>ul>li,.s4-link>ul>li:nth-child(8n+1),.s4-link>ul>li:nth-child(6n+1){
        margin-left: 4%;}
    .s4-link>ul>li:nth-child(4n+1){
        margin-left: 0;}
}
@media screen and (max-width: 500px){
    .banner-list>button{
        width: 20px;
        height: 20px;
        background-size: 20px 20px;}
    .b-tab-hd{
        overflow-y: scroll;}
    .b-tab-hd>div{
        width: 500px;}
    .b-icon img{
        max-width: 35%;
        max-height: 35%;}
    .s1-list2>ul>li .tm{
        width: 70px;}
    .list2-info{
        padding-left: 15px;}
    .s1-r, .s1-l, .s1-right{
        margin-top: 15px;}
    .s1-r>ul>li span, .s1-r>ul>li a{
        font-size: 13px;}
    .section2{
        padding-top: 15px;

        margin-top: 15px;}
    .s2-list>ul>li .s2-info{
        padding-left: 10px;}
    .list2-info p{
        font-size: 18px;
        line-height: 26px;
        height: 52px;}
    .s1-list2>ul>li .tm span{
        font-size: 12px;
        line-height: 24px;}
    .s1-list2>ul>li .tm span:first-child{
        font-size: 18px;}
    .s2-list>ul>li .s2-info p{
        font-size: 13px;}
    .b-tab-hd span{
        font-size: 13px;
        line-height: 26px;}

}
@media screen  and (max-width: 390px){
    .s3-item1>ul>li{
        float: none;
        width: auto;
        margin-left: 0;
        margin-top: 15px;}
    .s3-item2,.s3-item1{
        margin-top: 15px;}
    .s3-item1.f{
        margin-top: 15px;}
    .section3{
        margin-top: -30px;}
    .s3-info{
        padding: 10px 0;}
    .s1-list1>ul>li .pho{
        width: 110px;}
    .s1-banner a p{
        font-size: 13px;}
    .list1-info p{
        font-size: 13px;
        line-height: 26px;
        height: 52px
    ;}
    .list1-info span{
        line-height: 20px;}
    .s4-link>ul>li{
        width: 30%;}
    .s4-link>ul>li,.s4-link>ul>li:nth-child(8n+1),.s4-link>ul>li:nth-child(6n+1){
        margin-left: 0;}
    .s4-link>ul>li:nth-child(3n+2){
        margin-left: 5%;
        margin-right: 5%;}
}
.section3  .content {
    display: flex;
    margin: 0 -0.5rem;
    justify-content: center;
}
.txbox{
    width: calc((100% - 40.2%) / 2);
    padding: 0 0.5rem;
    transition: .5s;
}
.txbox:hover{
    width: 40.2%;
    padding: 0 0.5rem;
    transition: .5s;
}

.section3  .content  .txbox .title002 h3 svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #fff;
    margin: 0.125em 0 0 1.5rem;
}
.section3 .content .txbox .top_box {
    border: #ececec 1px solid;
    height: 30.75rem;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 1.625rem;
    background: #ffffff;
}
.list_box_03 {
    height: calc(30rem - 1px);
    overflow: hidden;
    width: 100%;
}
.list_box_03 li {
    height: 3.75rem;
    border-bottom: #efefef 1px solid;
}
.list_box_03 li a h5 {
    width: 100%;
    font-size: 1.125rem;
    color: #333333;
    font-weight: 400;
}
.list_box_03 li a {
    height: 3.75rem;
    display: flex;
    width: 100%;
    align-items: center;
    overflow: hidden;
}
.overfloat-dot {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_box_03 li a span {
    font-size: .875rem;
    color: #aa3348;
    text-align: right;
    width: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    white-space: nowrap;
}
.txbox:hover .list_box_03 li a span{
    width: 7.5rem;
    opacity: 1;
}
.section3 .content .txbox .top_box:hover{ 
border: #fff 1px solid; 
}

.title002 {
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;

}
.txbox:hover .title002{
background:#1157b5;
color:#ffffff
}
.ricon {
    position: absolute;
    top: 58px;
    right: 50px;
}
.s2-info span {
    font-size: 18px;
    padding: 156px 0 18px;
}
.disease-list{
        height: 100%;
    overflow: auto;
    text-align: center;
}
.disease-list li {
    float: left;
    width: 218px;
    height: 48px;
    margin-right: 22px;
    margin-bottom: 22px;
    border: 1px solid #e5e5e5;
    position: relative;
    background: url(../images/white.png) no-repeat center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.disease-list span {
    font-size:16px;
    display: table-cell;
    vertical-align: middle;
}
.disease-list a {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    display: table;
    text-decoration: none;
    color: #333;
}
.select-text {
    line-height: 1;
    font-size: 16px;
    margin: 48px 0 24px;
    color: #fff;
}
.section4 .select {
    background: #f4f5f7 url(../images/down1.png) no-repeat 90% center;
    height: 48px;
    border-radius: 3px;
    position: relative;
    width: 100%;
}
.section4 .select div {
    line-height: 48px;
    padding-left: 16px
    color: #999;
    cursor: pointer;
}
.section4 .filter-btn {
    height: 48px;
    border-radius: 3px;
    background-color: #b29b6b;
    color: #fff;
    text-align: center;
    line-height: 48px;
    margin-top: 74px;
    cursor: pointer;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
}
@media screen and (max-width: 1024px) {
    .imglstp{
display:none;
}
    html,body,.banner-list a,.banner-list img,.banner-list>div,.banner-list{
    width: 100%;
    height: auto;}
    .section3 .content {
    display: block;
    }
    .section1 .s2-tit{
    display:none;
    }
    .section4 .left {
    display:none;
    }
    .txbox {
    width: 100% !important;
    padding: 0 0.5rem;
    transition: .5s;
    }
    .txbox .title002 {
    background: #1157b5;
    color: #ffffff;
    }
    .section4 .right {
    width: 100%;}
    .disease-list li {
        width: 90%;
    }
    .list_box_03 li a span{
    width: 7.5rem !important;
    opacity: 1 !important;
}
    

}
.section4 .left li{
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 20px;
}
.ricon img{
width:75%;
height:auto;
}
@media screen and (min-width: 1200px) and (max-width: 1367px) {
.s1-list2>ul>li {
    padding: 20px 10px 20px 0;
    margin-top: 5px;
    
}
.s1-left {
    float: left;
    width: 48.5%;
}
.s1-right {
    
    width: 48.8%;
    margin-left: 2.5%;
}
.section3 {

    padding-top: 50px;
    }
    .section2 {
    
    padding-top: 0px;
    }
    .section4 {
    
    padding-bottom: 0px; 
    padding-top: 0px;
    }
    .section4 .left {
    
    height: 460px;}
    .section4 .right {
    
    height: 460px;}
html,body,.banner-list a,.banner-list img,.banner-list>div,.banner-list{
    width: 100%;
    height: 100%;
    display: inline;
    }
}