header{
    position: absolute;
    top:68px;
    left:0;
    width: 100%;
    z-index: 999999;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform, opacity;
}
header.c-head-move{
    position: fixed;
    top:0;
}
header.c-head-move .head{
    background: rgba(34, 34, 34, 0.5);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}
header.c-head-move .head_r{
    background: none;
}
header.c-head-move .head_r:before{
    display: none;
}
header.c-head-move .nav li a.a1{
    color: #fff;
}
header.c-head-move .ss{
    background: url(../image/ss_h.png) no-repeat center;
}
header.c-head-move .search:after{
    background: rgba(255,255,255,.5);
}
header.c-head-move .h_lang p{
    color: #fff;
}
header.c-head-move .h_lang p:before {
    background: url(../image/language_h.png) no-repeat center;
}
.head{
    padding-left: 193px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    width: 20%;
}
.head_r{
    width: 75%;
    max-width: 1108px;
    display: flex;
    justify-content: space-between;
    align-items:center;
    padding-right: 193px;
    padding-left: 48px;
    background:#ebebec;
    position: relative;
}
.head_r:before{
    content:'';
    position: absolute;
    top:-7px;
    left:-6px;
    width: calc(100% + 6px);
    height: 14px;
    background:url(../image/logo_line1.png) no-repeat left center;
}
.head_more{
    display: flex;
    align-items:center;
}
.search{
    position: relative;
    padding-right: 21px;
    margin-right: 20px;
}
.search:after{
    content:'';
    position: absolute;
    right:0;
    top:50%;
    margin-top:-8.5px;
    width: 1px;
    height: 17px;
    background:#757576;
    z-index: 9;
}
.ss{
    width: 15px;
    height: 68px;
    background:url(../image/ss.png) no-repeat center;
    cursor: pointer;
}
.formsearch{
    position: absolute;
    top:68px;
    right:0;
    width: 380px;
    height: 60px;
    background:#ebebec;
    display: flex;
    align-items:center;
    justify-content: center;
    display: none;
} 
.search.on .formsearch{
    display: flex;
}
#formsearch{
    display: flex;
    flex-direction: row-reverse;
    align-items:center;
    margin-right: 8px;
}
#keyword{
    width: 298px;
    background:#fff;
    border:1px solid #bcbcbd;
    border-radius: 5px;
    line-height: 26px;
    outline: none;
    padding:0 12px;
}
#s_btn{
    width: 15px;
    height: 15px;
    background:url(../image/ss.png) no-repeat center;
    cursor: pointer;
    border:none;
    outline: none;
    margin-right: 8px;
}
.s_close{
    width: 12px;
    height: 12px;
    background:url(../image/close1.png) no-repeat center;
    cursor: pointer;
}
.h_lang{
    position: relative;
}
.h_lang p{
    padding:0 15px 0 25px;
    position: relative;
    line-height: 68px;
    cursor: pointer;
    font-size:17px;
    color: rgba(0,0,0,75);
}
.h_lang p:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    margin-top:-7.5px;
    width: 15px;
    height: 15px;
    background:url(../image/language.png) no-repeat center;
}
.h_lang p:after{
    content:'';
    position: absolute;
    right:0;
    top:50%;
    margin-top:-2.5px;
    width: 8px;
    height: 5px;
    background:url(../image/down.png) no-repeat center;
}
header.c-head-move .h_lang p:after{
    background: url(../image/down2.png) no-repeat center;
    background-size: 8px;
}
.h_lang:hover p:after{
    transform:rotate(-180deg);
}
.langs{
    position: absolute;
    top:68px;
    left:0;
    width: 100%;
    display: none;
}
.h_lang:hover .langs{
    display: block;
}
.langs a{
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    background:#ebebec;
    font-size:17px;
    color: rgba(0,0,0,75);
    text-align: center;
}
.langs a:hover{
    color: #000;
}
.nav{
    display: flex;
}
.nav li{
    margin-right: 40px;
    transition:0.5s;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a.a1{
    display: block;
    font-size: 16px;
    color: #222;
    text-align: center;
    line-height: 68px;
    position: relative;
}
.nav li a.a1:after{
    content:'';
    position: absolute;
    bottom:-1px;
    left:50%;
    width: 0%;
    height: 1px;
    background:#0058b4;
    z-index: 999999;
    transition:all 0.4s ease-out;
}
.nav li:hover a.a1,.nav li.on a.a1{
    color: #0058b4;
}
.nav li:hover a.a1:after{
    left:0;
    width: 100%;
}
.b_nav2{
    display: none;
    position: absolute;
    top:68px;
    left:0px;
    z-index: 999;
    
    background-color: #ccc;
    width: 100%;
    padding:30px 46px;
    border-top:1px solid #979798;
    
}
.b_nav2_text{
    float: left;
}
.b_nav2_text .p1{
    font-size:17px;
    color: rgba(0,0,0,.75);
    font-family: "sySC-Medium";
    border-bottom: 1px solid #aba8aa;
    padding-bottom: 5px;
    margin-bottom: 18px;
}
.b_nav2_txt3{
    display: flex;
    flex-wrap: wrap;
}
.b_nav2_txt3 a{
    width: 32%;
    max-width: 150px;
    margin-right: 75px;
    line-height: 1.4;
    margin-bottom: 15px;
    padding-right: 10px;
}
.b_nav2_txt3 a:nth-child(3n){
    margin-right: 0;
}
.b_nav2_txt3 a:last-child{
    margin-bottom: 0;
}





.b_nav2_txt3 a:last-child{
    margin-right: 0;
}

.c_nav a:nth-child(1){
    max-width: 210px;
}




.b_nav3_li{
    width: 155px;
}
.b_nav3_tabs{
    width: calc(100% - 168px);
}
.b_nav3_tab_a{
    display: flex;
    flex-wrap: wrap;
}
.b_nav2_txt .b_nav3_tab_a a{
    display: block;
    padding-left: 24px;
    font-size:17px;
    color: rgba(0,0,0,.75);
    line-height: 1.6;
    margin-bottom: 10px;
    position: relative;
    margin-right: 34px;
}
.b_nav2_txt .b_nav3_tab_a a:nth-child(3n),
.b_nav2_txt .b_nav3_tab_a a:last-child{
    margin-right: 0;
}
.b_nav2_txt .b_nav3_tab_a a:before{
    content:'';
    position: absolute;
    left:0;
    top:6px;
    width: 14px;
    height: 14px;
    background:url(../image/hy_ico1.png) no-repeat 0 0;
    opacity: 0;
}
.b_nav2_txt .b_nav3_tab_a a:hover:before{
    opacity: 1;
}
.b_nav2_txt .b_nav3_tab_a a:after{
    display: none;
}
.b_nav2_txt2{
    display: flex;
}
.b_nav2_li{
    width: 198px;
}
.b_nav2_li a{
    padding-right: 12px;
}

.b_nav2_tab{
    display: none;
}
.b_nav2_tab .p2,.b_nav2_tab .p3{
    display: flex;
    flex-wrap: wrap;
}
.b_nav2_tab .p2 a{
    font-size:17px;
    color: rgba(0,0,0,.75);
    display: block;
    position: relative;
    padding-left: 24px;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 10px; 
}
.b_nav2_tab .p2 a:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    width: 14px;
    height: 14px;
    background:url(../image/hy_ico1.png) no-repeat center;
    opacity: 0;
    margin-top:-7px;
}
.b_nav2_tab .p2 a:after,.b_nav2_tab .p3 a:after{
    display: none!important;
}
.b_nav2_tab .p2 a:hover:before{
    opacity: 1;
}
.b_nav2_tab .p3 a{
    font-size:15px;
    color: rgba(0,0,0,.75);
    display: block;
    position: relative;
    padding-left: 24px;
    width: 29%;
    font-family: "sySC-ExtraLight";   
    margin-right: 1%; 
    margin-top:3px;
    margin-bottom: 0;
}
.b_nav2_tab .p3 a:nth-child(1){
    width: 40%;
}
.b_nav2_tab .p2 a:nth-child(3n),.b_nav2_tab .p3 a:nth-child(3n){
    margin-right: 0;
}
.b_nav2_tab .p3{
    margin:0 0 12px ;
}
.b_nav2_tab .p3 a:before{
    content:'';
    position: absolute;
    left:15px;
    top:50%;
    margin-top:-2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background:rgba(0,0,0,.75);
}
.b_nav2_tab .p3 a:hover{
    color: #0058b4;
}
.b_nav2_tab .p3 a:hover:before{
    background:#0058b4;
}
.b_nav_tabs{
    position: relative;
    padding-left: 25px;
    margin-left: 25px;
    border-left: 1px solid #a9a7a9;
}
.b_nav2_tabs{
    width: calc(100% - 223px);
}
.b_nav_tab{
    display: none;
}
.b_nav2_txt a{
    display: block;
    font-size:15px;
    color: rgba(0,0,0,.75);
    font-family: "sySC-Medium";
    position: relative;
    line-height: 1.4;
    margin-bottom: 15px;
}
.b_nav2_txt a:last-child{
    margin-bottom: 0;
}
.b_nav2_txt a:nth-child(3n){
    margin-right: 0;
}
.b_nav2_txt a:after{
    content:'';
    position: absolute;
    right:-3px;
    top:4px;
    
    width: 9px;
    height: 15px;
    background:url(../image/jt1.png) no-repeat center;
}
.b_nav2_txt a:hover:after{
    background:url(../image/jt1_h.png) no-repeat center;
}
.b_nav2_txt a:hover,.b_nav_li a.cur{
    color: #0058b4;
}
.b_nav2_text1{
    width: 64%;
}
.b_nav2_text2{
    width: 30%;
    max-width: 240px;
    margin-left: 6%;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:68px;
    left:0px;
    z-index: 999;
    background-color: #171ce1;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 2em;  
}

#index_banner{

}
#index_banner a.bg img{
    max-width: auto;
    width: 100%;
}
.banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}
.banner_text .text{
    padding:0 278px;
}
#index_banner .swiper-button-prev,#index_banner .swiper-button-next{
    width: 30px;
    height:59px;
    margin-top:-30px;
    opacity: .5!important;
}
#index_banner .swiper-button-prev{
    background:url(../image/left1.png) no-repeat center;
    background-size: contain;
    left:110px;
}
#index_banner .swiper-button-prev:hover,#index_banner .swiper-button-next:hover{
    opacity: 1!important;
}
#index_banner .swiper-button-next{
    background:url(../image/right1.png) no-repeat center;
    background-size: contain;
    right:110px;
}
#index_banner .swiper-pagination{
    bottom:50px;
}
#index_banner .swiper-pagination .swiper-pagination-bullet{
    width: 48px;
    height: 2px;
    background:#fff;
    opacity: .3;
    margin:0 8px;
}
#index_banner .swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
}
.swiper-container .swiper-wrapper{
    height: auto!important;
}
@media(max-width: 1820px){
    .head_r{
        padding-right: 120px;
    }
}
@media(max-width: 1600px){
    header{
        top:40px;
    }
    .head{
        padding-left: 100px;
    }

    .head_r{
        padding-right: 100px;
    }
    .b_nav2_txt a,.b_nav2_txt .b_nav3_tab_a a,.b_nav2_tab .p2 a{
        font-size:14px;
    }
    .b_nav2_tab .p3 a{
        font-size:13px;
    }
    .b_nav2_txt3 a{
        margin-right:50px;
    }
    .c_nav a:nth-child(1){
        max-width: 200px;
    }
    .banner_text .text{
        padding:0 125px;
    }
    #index_banner .swiper-button-prev{
        left:25px;
    }
    #index_banner .swiper-button-next{
        right:25px;
    }
    #index_banner .swiper-pagination{
        bottom:30px;
    }
    #index_banner .swiper-pagination .swiper-pagination-bullet{
        width:35px;
    }
}
@media(max-width: 1440px){
    .nav li{
        margin-right:20px;
    }
}
@media(max-width: 1360px){
    .head_r {
        padding-right: 75px;
        padding-left: 30px;
    }
    
    
    
}
@media(max-width: 1280px){
    header{
        top:30px;
    }
    .head {
        padding-left: 50px;
    }
    .head_r{
        padding-right:50px;
        padding-left: 25px;
    }
    .banner_text .text{
        padding:0 100px;
    }
}
@media(max-width: 1199px){
    header{
        top:20px;
    }
    #index_banner .swiper-button-prev,#index_banner .swiper-button-next{
        display:none!important;
    }
    .head_r{
        padding-right:35px;
        padding-left: 15px;
    }
    .nav li{
        margin-right: 16px;
    }
}
@media(max-width: 1135px){
    .nav{
        display: none;
    }
    header{
        position: fixed;
        top:0;
    }
    header .head{
        background: rgba(34, 34, 34, 0.5);
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
        padding:0 50px;
    }
    header .head_r{
        background: none;
        width:auto;
        padding-left:0;
        padding-right:0;
    }
    header .head_r:before{
        display: none;
    }
    header .ss{
        background: url(../image/ss_h.png) no-repeat center;
        height:55px;
    }
    header .search:after{
        background: rgba(255,255,255,.5);
    }
    .formsearch,.langs{
        top:55px;
    }
    header .h_lang p{
        color: #fff;
        line-height: 55px;
    }
    header .h_lang p:before {
        background: url(../image/language_h.png) no-repeat center;
    }
    header .h_lang p:after{
        background:url(../image/down2.png) no-repeat center;   
        background-size: 8px;
    }
}
@media(max-width: 991px){
    .banner_text .text{
        padding:0 50px;
    }    
}
@media(max-width: 820px){
    header .head{
        padding:0 35px;
    }
    .h_lang p,.langs a{
        font-size:15px;
    }
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
    .banner_text{
        justify-content:flex-start;
        padding-top:25%;
    }
    #index_banner .swiper-pagination .swiper-pagination-bullet{
        width:30px;
    }
}
@media(max-width: 640px){
    header .head{
        padding:0 10px 0 20px;
    }
    .head_r{
        position:unset;
    }
    .search {
        padding-right: 16px;
        margin-right: 15px;
        position:unset;
    }
    .search:after{
        display:none;
    }
    header .ss{
        position:relative;
    }
    header .ss:after {
        content: '';
        position: absolute;
        right: -16px;
        top: 50%;
        margin-top: -8.5px;
        width: 1px;
        height: 17px;
        background: rgba(255,255,255,.5);
        z-index: 9;
    }
    .formsearch{
        left:0%;
        width:100%;
    }
    #formsearch{
        width:70%;
    }
    #keyword{
        width: 100%;
    }
    .logo{
        width: 40%;

    }
    .menu-button{
        top:25px;
    }
    .banner_text{
        padding-top:30%;
    }
    .banner_text .text{
        padding:0 20px;
    }
}



.index1{
    padding:125px 0 120px;
}
.index1_top{
    display: flex;
    flex-wrap: wrap;

}
.index1_top .p1{
    font-size:28px;
    color: #000000;
    text-align: right;
    line-height: 1.6;
    font-family: "sySC-Medium";
    width: 36%;
    padding-right: 71px;
    position: relative;
}
.index1_top .p1 span{
    display: block;
}
.index1_top .p1:after{
    content:'';
    position: absolute;
    top:5px;
    right:0;
    width: 1px;
    height: calc(100% - 10px);
    background:#aaaaaa;
}
.index1_top .txt{
    font-size:17px;
    color: #000000;
    opacity: .7;
    width: 64%;
    padding-left: 70px;
    padding-right: 125px;
    line-height: 1.6;
}
.index1_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:88px;
}
.index1_list li{
    width: 32%;
    background:url(../image/index1_bg.png) no-repeat 0 0 #fff;
    position: relative;
    padding:40px 35px 25px;
    max-width: 444px;
}
.index1_list li:before{
    content:'';
    position: absolute;
    top:-12px;
    left:-12px;
    width: calc(100% + 12px);
    height: 24px;
    background:url(../image/logo_line2.png) no-repeat left center;
}
.index1_list li .p2{
    display: flex;
    align-items: center;
    
}
.index1_list li .p2 p{   
    display: flex;
    align-items:flex-end;
}
.index1_list li .p2 i{
    font-size:48px;
    color: #47555d;
    font-family: "sySC-Medium";
    font-style: normal;
    line-height: 1.4;
}
.index1_list li .p2 span{
    font-size:72px;
    color: #47555d;
    font-family: "sySC-Regular";
    margin-left: 6px;
    line-height: 1;
}
.index1_list li .p2 em{
    font-size:24px;
    color: #47555d;
    font-family: "sySC-Medium";
    font-style: normal;
    margin:0 24px 0 4px;
}
.index1_list li .p2 font{
    font-size:17px;
    color: #0058b4;
    font-family: "sySC-Medium";
    line-height: 1.4;
}
.index1_list li .p3{
    font-size:16px;
    color: #000000;
    line-height: 1.5;
    margin-top:15px;
}
.wrap{
    padding:0 186px;
}
@media(max-width: 1600px){
    .index1{
        padding:90px 0;
    }
    .wrap{
        padding:0 100px;
    }
    .index1_top .p1{
        font-size:20px;
    }
    .index1_top .txt{
        font-size:14px;
        padding-right:90px;
    }
    .index1_list{
        margin-top:65px;
    }
    .index1_list li{
        padding: 30px 30px 25px;
    }
    .index1_list li .p2 i{
        font-size:32px;
    }
    .index1_list li .p2 span{
        font-size:46px;
    }
    .index1_list li .p2 em{
        font-size:17px;
        margin: 0 0px 0 6px;
    }
    .index1_list li .p2 font{
        font-size:15px;
        margin-left:20px;
    }
    .index1_list li .p3 {
        font-size: 14px;
        margin-top: 10px;
    }
}
@media(max-width: 1280px){
    .index1{
        padding:75px 0;
    }
    .wrap{
        padding:0 80px;
    }
    .index1_top .txt{
        padding-right:55px;
    }
    .index1_list{
        margin-top:50px;
    }
    .index1_list li .p2 i{
        font-size:26px;
    }
    .index1_list li .p2 span{
        font-size:36px;
    }
    .index1_list li .p2 em{
        font-size:15px;
        margin: 0 0px 0 4px;
    }
}
@media(max-width: 1199px){
    .index1_top .p1{
        padding-right:35px;
    }
    .index1_top .txt {
        padding-left: 35px;
        padding-right: 35px;
    }
}
@media(max-width: 991px){
   .index1_list{
        max-width:444px;
        margin:30px auto 0;
    }
    .index1_list li{
        width:100%;
        margin-bottom:25px;
    }
    .index1_list li:last-child{
        margin-bottom:0;
    }
    .index1_list li .p2 .txt1{
        background:#0058b4;
        border-radius:35px;
        padding:5px 15px;
        line-height:1;
    }
    .index1_list li .p2 i {
        font-size: 32px;
        color:#fff;
    }
    .index1_list li .p2 span{
        font-size:46px;
        color:#fff;
    }
    .index1_list li .p2 em{
        color:#fff;
    }
    .index1_list li .p2 font {
        font-size: 16px;
        
    }
}
@media(max-width: 820px){
    .index1{
        padding:55px 0;
    }
    .wrap{
        padding:0 60px;
    }
    .index1_top .p1{
        padding-right:20px;
        font-size:17px;
    }
    .index1_top .txt{
        padding-right:0;
        padding-left: 20px;
    }
    .index1_list li .p2 i {
        font-size: 26px;
    }
    .index1_list li .p2 span{
        font-size:36px;
    } 
    .index1_list li .p2 em{
        font-size:16px;
    }
    .index1_list li .p2 font{
        margin-left:15px;
    }
}
@media(max-width: 640px){
    .index1{
        padding:40px 0;
    } 
    .wrap{
        padding:0 20px;
    }
    .index1_top .p1{
        width:100%;
        padding-right:0;
        text-align:left;
    }
    .index1_top .p1:after{
        display:none;
    }
    .index1_top .txt{
        padding-left:0;
        width:100%;
        margin-top:10px;
    }
    .index1_list li .p2 i {
        font-size: 20px;
    }
    .index1_list li .p2 span{
        font-size:26px;
    } 
    .index1_list li .p2 em{
        font-size:15px;
    }
    .index1_list li .p2 font{
        margin-left:12px;
    }
}


.index2{
    padding:90px 0 100px;
}
.index_t1{
    text-align: center;
    max-width: 960px;
    margin:0 auto 0;
}
.index_t1 .p1{
    font-size:28px;
    color: rgba(0,0,0,.85);
    font-family: "sySC-Medium";   
    line-height: 1.2; 
}
.index2_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:55px;
}
.index2_list dl{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
    background:#fff;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 10px #dcdcdc;
    display: flex;
    flex-wrap: wrap;
    align-items:center;
}
.index2_list dl:nth-child(3n),.index2_list dl:last-child{
    margin-right: 0;
}
.index2_list dl dt{
    width: 158px;
    text-align: center;
}
.index2_list dl dd{
    width: calc(100% - 158px);
    border-left: 1px solid #d2d2d2;
    position: relative;
}
.index2_list dl dd:before{
    content:'';
    position: absolute;
    top: 163px;
    left: -12px;
    width: 23px;
    height: 23px;
    background:url(../image/logo3.png) no-repeat center #fff;
}
.index2_list dl dd .text{
    height: 175px;
    padding:18px 30px;
    border-bottom: 1px solid #d2d2d2;
}
.index2_list dl dd .text .p1{
    font-size:20px;
    color: rgba(0,0,0,.85);
    line-height: 1.2em;
    min-height: 2.4em;
    margin-bottom: 5px;
}
.index2_list dl dd .text .p2{
    font-size:16px;
    color: #727171;
    line-height: 1.3;
}
.index2_list dl dd .txt{
    height: 225px;
    padding:18px 22px 18px 30px;
}
.index2_list dl dd .txt2{
    display: flex;
    height: 160px;
}
.index2_list dl dd .txt2 p,.index2_list dl dd .txt2 a{
    font-size:17px;
    color: #727171;
    font-family: "sySC-Medium";
}
.index2_list dl dd .txt2 p span,.index2_list dl dd .txt2 p a span{
    padding-left: 12px;
    font-family: "sySC-Light";
}
.index2_list dl dd .txt2 p:hover,.index2_list dl dd .txt2 p:hover a,.index2_list dl dd .txt2 p:hover a span{
    color: #0058b4;
    font-family: "sySC-Medium";
}
.index2_list dl dd .txt .txt2_l{
    width: 125px;
}
.index2_list dl dd .txt .txt2_r{
    width: calc(100% - 120px);    
}
.index2_more{
    text-align: right;
    width: 100%;
}
.index2_more a{
    font-size:17px;
    color: #727171;
    font-family: "sySC-ExtraLight";
}
.index2_more a:hover{
    color: #0058b4;
}
@media(max-width: 1600px){
    .index2{
        padding:90px 0;
    }
    .index2_list dl dt{
        width:125px;
    }
    .index2_list dl dt img{
        max-width:85px;
    }
    .index2_list dl dd {
        width: calc(100% - 125px);
    }
    .index2_list dl dd:before{
        top:137px;
    }
    .index2_list dl dd .text{
        height: 150px;
        padding: 12px 15px;
    }
    .index2_list dl dd .text .p1{
        font-size:17px;
    }
    .index2_list dl dd .text .p2{
        font-size:14px;
    }
    .index2_list dl dd .txt {
        height: 200px;
        padding: 15px 15px;
    }
    .index2_list dl dd .txt .txt2{
        height:140px;
    }
    .index2_list dl dd .txt .txt2_l {
        width: 115px;
    }
    .index2_list dl dd .txt .txt2_r {
        width: calc(100% - 115px);
    }
    .index2_list dl dd .txt2 p, .index2_list dl dd .txt2 a,.index2_more a{
        font-size:15px;
    }
    .index2_list dl dd .txt2 p span, .index2_list dl dd .txt2 p a span{
        font-size:13px;
    }
}
@media(max-width: 1280px){
    .index2{
        padding:75px 0;
    }
}
@media(max-width: 1199px){
    .index2_list dl{
        width:49%;
    }
    .index2_list dl:nth-child(3n){
        margin-right:2%;
    }
    .index2_list dl:nth-child(2n){
        margin-right:0%;        
    }
}
@media(max-width: 991px){
    .index2_list{
        margin-top:30px;
    }
    .index2_list dl{
        width:100%;
        margin-right:0!important;
        margin-bottom:20px;
    }
    .index2_list dl:before {
        content: '';
        position: absolute;
        top: 30px;
        left: -1px;
        width: 2px;
        height: calc(100% - 60px);
        background: #0058b4;
        opacity: .5;
    }
    .index2_list dl:last-child{
        margin-bottom:0;
    }
    .index2_list dl dd .text{
        height:120px;
    }
    .index2_list dl dd .text .p1{
        height:auto;
        min-height:auto;
    }
}
@media(max-width: 820px){
    .index2{
        padding:55px 0;
    }
    .index2_list{
        margin-top:25px;
    }
    .index2_list dl dd .txt2 p, .index2_list dl dd .txt2 a, .index2_more a {
        font-size: 14px;
    }
}
@media(max-width: 640px){
    .index2{
        padding:40px 0;
    } 
    .index_t1 .p1{
        font-size:22px;
    }
    .index2_list dl dd .text,.index2_list dl dd .txt{
        height:auto;
        padding: 12px 12px;
    }
    .index2_list dl dd .text .p1 {
        font-size: 14px;
        margin-bottom:7px;
    }
    .index2_list dl dd .text .p2{
        font-size:12px;
    }
    .index2_list dl dd .txt .txt2{
        height:auto;
    }
    .index2_list dl dd .txt .txt2_l{
        width:90px;
    }
    .index2_list dl dd .txt .txt2_r {
        width: calc(100% - 90px);
    }
    .index2_list dl dd .text .p2.index2_list dl dd .txt2 p, .index2_list dl dd .txt2 a, .index2_more a {
        font-size: 13px;
    }  
    .index2_more{
        margin-top:5px;
    }
}


.index3{
    padding:105px 0 78px;
}
.index_t1 .p2{
    font-size: 17px;
    color: rgba(0, 0, 0, .7);
    line-height: 1.4;
    margin-top:20px;
}
.index3_scroll{
    margin-top:30px;
}
#index3_scroll a{
    display: block;
}
#index3_scroll a:hover .img img{
    transform:scale(1.1);
}
#index3_scroll .text{
    background:rgba(0,0,0,.6);
    position: absolute;
    bottom:20px;
    left:13px;
    width: calc(100% - 13px);
    display: flex;
    align-items:center;
    padding:0 13px 0px 0px;
    border-radius: 29px 0 0 29px;
}
#index3_scroll .text p{
    font-size:17px;
    color: rgba(255,255,255,.85);
    margin-left: 20px;
}
#index3_scroll .text p i{
    margin-left: 7px;
    font-style:normal;
}
#index3_scroll .swiper-button-prev,#index3_scroll .swiper-button-next{
    width: 30px;
    height: 59px;
    opacity: .5;
}
#index3_scroll .swiper-button-prev{
    background: url(../image/left1.png) no-repeat center;
    background-size: contain;
    left:20px;
}
#index3_scroll .swiper-button-next{
    background:url(../image/right1.png) no-repeat center;
    background-size: contain;
    right:20px;
}
#index3_scroll .swiper-button-prev:hover,#index3_scroll .swiper-button-next:hover{
    opacity: 1!important;
}
.m_index3_scroll{
    display: none;
}
@media(max-width: 1600px){
    .index3 {
        padding: 90px 0 78px;
    }
    .index_t1 .p2{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .index3 {
        padding: 75px 0;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){

}
@media(max-width: 820px){
    .index3 {
        padding: 55px 0;
    }
    .index3_scroll{
        margin-top:25px;
    }
}
@media(max-width: 640px){
    .index3 {
        padding: 40px 0;
    } 
   #index3_scroll .swiper-wrapper{
       display:flex;
        flex-wrap:wrap;
        transform: none;
        transition-property:none;
        display:none;
    }
    .m_index3_scroll{
        display:block;
    }
    .m_index3_scroll a{
        margin-bottom:15px;
        transition-property:none;
        position:relative;
    }
    .m_index3_scroll a:last-child{
        margin-bottom:0;
    }
}


.index4{
    padding:95px 0 170px;
    background:#f3f3f3;
}
.news_list1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin-top:62px;
    margin-bottom: 40px;
}
.news_list1:after{
    content:'';
    position: absolute;
    top:0;
    left:50%;
    margin-left: -0.5px;
    background:#d1d0d1;
    width: 1px;
    height: 100%;
}
.news_list1 li{
    width: calc(50% - 74px);
    margin-bottom: 20px;
}
.news_list1 li a{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.news_list1 li a .img{
    width: 45.5%;
}
.news_list1 li a .text{
    width: 54.5%;
    padding-left: 24px;
    position: relative;
    padding-bottom: 20px;
}
.news_list1 li a .text span{
    font-size:18px;
    color: #0058b4;
    line-height: 1;
    display: block;
    font-family: "sySC-Light";
}
.news_list1 li a .text h3{
    font-size:18px;
    color: rgba(0,0,0,.85);
    font-family: "sySC-Medium";
    line-height: 1.4; 
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;   
    margin:12px 0 5px;
}
.news_list1 li a .text p{
    font-size:15px;
    color: rgba(0,0,0,.85);
    font-family: "sySC-Normal";
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
}   
.index4_more{
    text-align: right;
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
}
.index4_more em{
    font-style: normal;
    font-size:17px;
    color: #000000;
    font-family: "sySC-ExtraLight";
    line-height: 1;
    transition:all 0.4s ease-out;
}
.news_list1 li a:hover .img img{
    transform:scale(1.1);
}
.news_list1 li a:hover .index4_more em{
    font-size:14px;
    color: #0058b4;
    font-family: "sySC-Light";
}
.news_list1 li a:hover .text h3{
    color: #0058b4;
}
.index_more1{
    text-align: right;
}
.index_more1 a{
    display: inline-block;
    width: 135px;
    line-height: 50px;
    height: 52px;
    font-size:17px;
    color: rgba(0,0,0,.85);
    text-align: center;
    font-family: "sySC-ExtraLight";
    border:1px solid #aaa;
    background:#fff;
    transition:all 0.3s ease-out;
}
.index_more1 a:hover{
    color: #fff;
    background:#0058b4;
    border:1px solid #0058b4;
}
.index4_scroll{
    display: none;
}
@media(max-width: 1600px){
    .index4 {
        padding: 90px 0 100px;
    }
    .news_list1{
        margin-top:50px;
    }
    .news_list1 li {
        width: calc(50% - 55px);
    }
    .news_list1 li a .text span{
        font-size:14px;
    }
    .news_list1 li a .text h3{
        font-size:15px;
        margin: 7px 0 3px;
    }
    .news_list1 li a .text p{
        font-size:13px;
    }
    .index4_more em{
        font-size:14px;
    }
    .news_list1 li a:hover .index4_more em{
        font-size:12px;
    }
    .index_more1 a {
        width: 110px;
        line-height: 42px;
        height: 44px;
        font-size: 15px;
    }
}
@media(max-width: 1280px){
    .index4 {
        padding: 75px 0;
    }
    .news_list1 li {
        width: calc(50% - 40px);
    }
}
@media(max-width: 1199px){
    .news_list1 li {
        width: calc(50% - 25px);
    }
}
@media(max-width: 991px){

    .news_list1 li{
        width:100%;
    }
    .news_list1 li:last-child{
        margin-bottom:0;
    }
    .news_list1:after{
        display:none;
    }
}
@media(max-width: 820px){
    .index4 {
        padding: 55px 0;
    }
    .news_list1{
        margin-top:25px;
    }
}
@media(max-width: 640px){
    .index4 {
        padding: 40px 0;
    } 
    .pc_news{
        display:none;
    }
    .index4_scroll{
        display: block;
        margin-top:25px;
    }
    .index4_scroll .img img{
        width:100%;
    }
    .index4_scroll .text{
        
    }
    .index4_scroll .text2{
        display:flex;
        justify-content:space-between;
        padding:15px 0 0;
    }
    .index4_scroll .text2 .index4_more{
        position:relative;
        width:auto;
    } 
    .index4_scroll .text2 .index4_more em{
        opacity:.65;
    }
    .index4_scroll .text2 span{
        color:#0058b4;
    }
    .index4_scroll a .text h3 {
        font-size: 15px;
        margin: 7px 0 3px;
        color: rgba(0, 0, 0, .85);
        font-family: "sySC-Medium";
        line-height: 1.4;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .index4 .index_more1{
        display:none;
    }
    #index4_scroll{
        padding-bottom:30px;
    }
    #index4_scroll .swiper-pagination{
        bottom:0px;
    }
    #index4_scroll .swiper-pagination .swiper-pagination-bullet{
        width: 18px;
        height: 2px;
        background:#aaaaaa;
        opacity: 1;
        margin:0 3px;
        border-radius:0;
    }
    #index4_scroll .swiper-pagination .swiper-pagination-bullet-active{
        opacity: 1;
        background:#0058b4;
    }
    .news_list1{
        margin-bottom:0;
    }
}



.gotop{
    background:url(../image/gotop_bg.png) no-repeat top center #f3f3f3;
    background-size: contain;
    height: 92px;
    width: 100%;
    position: relative;
}
.gotop:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 35px;
    background:#0058b4;
}
.gotop:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 1px;
    background:rgba(255,255,255,.5);
}
#gotop{
    text-align: center;
    position: relative;
    top: 58px;
    left: 50%;
    margin-left: -21px;
    cursor: pointer;
    width: 36px;
    font-size:14px;
    color: rgba(255,255,255,.4);
    transition:all 0.4s ease-out;
}
#gotop:before{
    content:'';
    position: absolute;
    top:-18px;
    left:50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 16px solid rgba(255,255,255,.5);
    transition:all 0.4s ease-out;
}
#gotop:hover{
    color: rgba(255,255,255,1);
}
#gotop:hover:before{
    top:-30px;
    border-bottom: 16px solid rgba(255,255,255,1);
}
footer{
    background:#47555d;
}
.foot{
    padding:120px 0;
}
.foot .wrap{
    display: flex;

}
.foot_l{
    width: 28.5%;
    padding-right: 40px;
}
.f_logo{

}
.f_logo2{
    margin:52px 0 15px;
}
.f_contact{
    font-size:14px;
    color: rgba(255,255,255,.6);
}

.f_nav{
    display: flex;
    width: 72.5%;
}
.f_nav dl{
    color: #999;
    position: relative;
    padding: 0 28px;
}
.f_nav dl:first-child{
    padding-left: 0;
}
.f_nav dl:last-child{
    padding-right: 0;
}
.f_nav dl:last-child:after{
    display: none;
}
.f_nav dl:after{
    content:'';
    position: absolute;
    top:0;
    right:0;
    width: 1px;
    height: 39px;
    background:rgba(255,255,255,.3);
}
.f_nav dl dt,.f_nav dl dt a{
    font-size:16px;
    color: rgba(255,255,255,.9);
    margin-bottom: 7px;
}
.f_nav dl dt a:hover{
    color: rgba(255,255,255,1);    
}
.f_nav dl dd{
    display: flex;
}
.f_a1{
    margin-right: 18px;
}
.f_a1:last-child{
    margin-right: 0;
}
.f_a1 p{
    font-size:14px;
    color: rgba(255,255,255,.5);
    font-family: "sySC-Medium";
}
.f_nav dl dd a{
    display: block;
    color: rgba(255,255,255,.5);
    font-family: "sySC-Light";
}
.f_nav dl dd a:hover,.f_a1 p:hover{
    color: #fff;
}
.copyright {
    line-height: 24px;
    font-size:14px;
    color: rgba(255,255,255,.6);  
}
.copyright a{
    color: rgba(255,255,255,.6); 
    font-family: "sySC-Light";  
}
.copyright a:hover{
    color: #fff;
}
.copyright_cont{
    border-top:1px solid rgba(255,255,255,.3);   
    padding:25px 0 68px; 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.f_share{
    display: flex;
    padding-right: 75px;
}
.f_share dl{
    position: relative;
    margin-right: 28px;
}
.f_share dl:last-child{
    margin-right: 0;
}
.f_share dl dt{
    opacity: .5;
    cursor: pointer;
}
.f_share dl:last-child dt img{
    max-width: 18px;
}
.f_share dl:hover dt{
    opacity: 1;
}
.f_share dl dd{
    position: absolute;
    top:-155px;
    left:50%;
    margin-left: -67.5px;
    width: 135px;
    display: none;
}
.f_share dl:hover dd{
    display: block;
}
@media(max-width: 1600px){
    .foot {
        padding: 75px 0;
    }
    .f_logo2 {
        margin: 35px 0 15px;
    }
    .f_nav dl{
        padding:0 30px;
    }
    .f_nav dl dd a{
        font-size:13px;
    }
    .copyright_cont {
        padding: 25px 0;
    }
}
@media(max-width: 1280px){
    .foot {
        padding: 55px 0;
    }
}
@media(max-width: 1199px){
    .foot {
        padding: 30px 0;
    }
    .foot_l{
        width:100%;
        padding-right:0;
    }
    .f_logo2 {
        margin: 15px 0 10px;
    }
    .gotop{
        height: 75px;
    }
    .gotop:before{
        height: 25px;
    }
    #gotop{
        top: 37px;
        margin-left: -20px;
    }
    #gotop:hover:before{
        top:-26px;
    }
    .f_nav{
        display:none;
    }
}
@media(max-width: 1099px){
    .gotop{
        height: 70px;
    }

}
@media(max-width: 991px){
    .gotop:before{
        height: 30px;
    }
    #gotop:hover:before{
        top:-25px;
    }
    .copyright_cont {
        padding: 15px 0;
    }
    .f_share{
        width:100%;
        margin-bottom:10px;
    }
    .f_share dl dd{
        left:0;
        margin-left:-10px;
        top: -122px;
        width: 110px;
    }
    .copyright_l{
        width:100%;
    }
}
@media(max-width: 860px){
    .gotop:before{
        height: 35px;
    }
    #gotop{
        margin-left: -19px;
        font-size:12px;
    }
    #gotop:hover:before{
        top:-22px;
    }
    .foot {
        padding: 25px 0;
    }
}
@media(max-width: 767px){
    .gotop{
        height:65px;
        
    }
    .gotop:before{
        height:50px;
    }
    .foot {
        padding: 20px 0;
    }
    .f_contact,.copyright_l{
        font-size:12px;
    }
    footer{
        margin-bottom:38px;
    } 
}




.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}




.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background:url(../image/banner_bg.jpg) no-repeat center;
    background-size: cover;
    height: 500px;
}
.n_banner_img{
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
}
.n_banner_img .wrap{
    max-width: 1920px;
    margin:0 auto;
}
.n_banner_img img{
    padding-left: 95px;
    width: 45%;
}
.n_p_banner .n_banner_img img{
    width: auto!important;    
}
.n_banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;    
}
.n_banner_text h2{
    font-size:60px;
    color: #fff;
    font-family: "puhui65";
    padding-top:50px;
}

.sitemp {
    margin:50px 0 30px;
}
.sitemp .site {
    background: url(../image/nav.png) no-repeat 0% 100%;
    padding-left: 15px;
}
@media(max-width: 1600px){
    .n_banner_img img{
        padding-left:0;
    }

}
@media(max-width: 1280px){
    .n_banner_img img{
        width:50%;
    }
}
@media(max-width: 1024px){
    .n_banner_img img{
        width:60%;
    }    
}
@media(max-width: 991px){
    .n_banner{
        height:400px;
    }
    .n_banner_img img{
        width:80%;
    }  
}
@media(max-width: 820px){
    .n_banner{
        min-height:350px;
        height:auto;
        padding:70px 0 55px;
        background:url(../image/m_banner_bg.jpg) no-repeat center;
        background-size: cover;
    }
    .n_banner_img{
        bottom:0;
        position:relative;
    }
    .n_banner_img img{
        width:100%;
    }
}
@media(max-width: 640px){
    
    
    
    
    
    
    .n_banner{
        min-height:auto;
        padding:70px 0 35px;
        background:url(../image/m_banner_bg.jpg) no-repeat center;
        background-size: cover;
    }
}




.about_top{
    padding-top:110px;
}
.about_top .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ab_sort{
    display: flex;
    flex-wrap: wrap;
}
.ab_sort li{
    margin-right: 20px;
}
.ab_sort li:last-child{
    margin-right: 0;
}
.ab_sort li a{
    font-size:16px;
    color: #000000;
    font-family: "sySC-Light";
}
.ab_sort li a:hover,.ab_sort li a.cur{
    color: #0058b4;
}
a.n_more1{
    font-size:18px;
    color: #0058b4;
    font-family: "sySC-ExtraLight";
}
.about1{
    padding:110px 0 125px;
}
.about1 .wrap{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.about1 .img{
    width: 50%;
}
.about1 .img:hover img{
    transform:scale(1.1);
}
.about1 .text{
    width: 42%;
    font-size:17px;
    color: #000000;
    opacity: .85;
}
.about1-2{
    padding:100px 0;
    background:url(../image/about2_bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.fzlc_scroll{
    margin-top:50px;
}
.about2_scroll1{
    position: relative;
    margin-bottom:50px;
}
.about2_scroll1:after{
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    width: 1920px;
    height: 1px;
    background:#e6e6e6;
    margin-top:-0.5px;
    margin-left: -960px;
}
.about2_scroll1 a{
    width: 100%;
    height: 40px;
    display: flex;
    align-items:center;
    justify-content: center;
    font-size:17px;
    color: #0058b4;
    font-family: "sySC-Medium";
    border:1px solid #b3b3b3;
    border-radius: 5px;
    margin-top:103px;
}
.about2_scroll1 .swiper-slide:nth-child(2n) a{
    margin-top:0;
    margin-bottom: 103px;
}
.about2_scroll1 .swiper-slide{
    position: relative;
}
.about2_scroll1 .swiper-slide:after{
    content:'';
    position: absolute;
    top:50%;
    margin-top:-8.5px;
    left:50%;
    margin-left: -8.5px;
    width: 17px;
    height: 17px;
    background:url(../image/fz_ico1.png) no-repeat center;
}
.about2_scroll1 .swiper-slide:hover:after,.about2_scroll1 .swiper-slide-thumb-active:after{
    background:url(../image/fz_ico2.png) no-repeat center;    
}
.about2_scroll1 .swiper-slide:hover a,.about2_scroll1 .swiper-slide-thumb-active a{
    background:#0058b4;
    color: #fff;
    border:1px solid #0058b4;
}
.about2_scroll2{
    position: relative;
    max-width: 895px;
    margin:0 auto;
    padding:0 75px;
}
.about2_scroll2 .gallery-top{
    padding:10px;
}
.about2_scroll2 .swiper-slide{
    background:#fff;
    padding:24px 0 24px 35px;
    height: 235px;
    border-radius: 5px;
}
.about2_scroll2 .swiper-slide-active{
    box-shadow: 0 0 10px #ccc;
}
.about2_scroll2 .swiper-slide .p1{
    font-size:32px;
    color: #0058b4;
    font-family: "sySC-Bold";
    background:rgba(0,88,180,.2);
    height: 51px;
    line-height: 51px;
    border-radius: 25.5px 0 0 25.5px;
    display: flex;
    align-items:center;
}
.about2_scroll2 .swiper-slide .p1 i{
    display: block;
    margin-right: 30px;
    width: 51px;
    height: 51px;
    background:url(../image/fz_logo.png) no-repeat center;
}
.about2_scroll2 .swiper-slide .txt{
    font-size:17px;
    color: rgba(0,0,0,.85);
    margin-top:30px;
    line-height: 1.8;
    padding-right: 10px;
    padding-bottom: 10px;
}
.about2_scroll2 .swiper-slide .txt strong{
    font-family: "sySC-Medium";
}
.about2_scroll2 .swiper-button-prev,.about2_scroll2 .swiper-button-next{
    width: 20px;
    height: 41px;
    margin-top:-20.5px;
    opacity: .5;
}
.about2_scroll2 .swiper-button-next:hover,.about2_scroll2 .swiper-button-prev:hover{
    opacity: 1!important;
}
.about2_scroll2 .swiper-button-prev{
    background:url(../image/left2.png) no-repeat center;
    left:0;
}
.about2_scroll2 .swiper-button-next{
    background:url(../image/right2.png) no-repeat center;
    right:0;
}
.about2{
    padding:120px 0 112px;
    position: relative;
}
.about2_list{
    margin-top:65px;
    display: flex;
    flex-wrap: wrap;
}
.about2_list li{
    position: relative;
    width: calc(100% / 3 - 14px);
    margin-right: 21px;
    border-radius: 5px;
    overflow: hidden;
}
.about2_list li:last-child{
    margin-right: 0;
}
.about2_list li .text{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:url(../image/about2_bg2.png) no-repeat 15px 0;
    padding:100px 55px 0;
    color: #fff;
}
.about2_list li .text .p1{
    font-size:24px;
    line-height: 1;
    margin-bottom: 10px;
    font-family: "sySC-Normal";
}
.about2_list li .text .txt{
    font-size:16px;
    line-height: 1.4;
}
.about2_list li:hover .img img{
    transform:scale(1.1);
}
.about3{
    padding:93px 0 102px;
    position: relative;
}
.about3_list{
    margin-top:70px;
    margin-bottom: 115px;
    display: flex;
    flex-wrap: wrap;
}
.about3_list li{
    width: calc(20% - 57.6px);
    margin-right:72px;
    background:url(../image/about3_bg.png) no-repeat top left #fff;
    position: relative;
    min-height:380px;
    padding:46px 15px 20px;
    text-align: center;
}
.about3_list li:before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    width: calc(100% + 12px);
    height: 24px;
    background: url(../image/logo_line2.png) no-repeat left center;
}
.about3_list li:last-child{
    margin-right: 0;
}
.about3_list li .img{
    line-height: 105px;
}
.about3_list li .p1{
    font-size:18px;
    color: #47555d;
    font-family: "sySC-Medium";
    margin:20px 0 12px;
    line-height: 1.5;
}
.about3_list li .txt{
    font-size:14px;
    color: rgba(0,0,0,.85);
    line-height: 1.6;
    text-align: left;
}
.about3_list2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.about3_list2 li{
    width: 24%;
    text-align: center;
    margin:0 3%;
}
.about3_list2 li .num{
    width: 211px;
    height: 211px;
    border-radius: 50%;
    margin:0 auto;
    display: flex;
    align-items:center;
    justify-content: center;
    color: #0065b0;
    font-family: "sySC-Bold";
}
.about3_list2 li .num span{
    font-size:66px;
}
.about3_list2 li .num sub{
    font-size:32px;
    line-height: 1;
    margin-top: 20px;
}
.about3_list2 li .p1{
    font-size:21px;
    color: rgba(0,0,0,.85);
    font-family: "sySC-Medium";
    padding:20px 0 0;
    line-height: 1.6;
}
.about3_list2 li .txt{
    font-size:18px;
    line-height: 1.6;
    margin-top:5px;
    color: rgba(0,0,0,.85);    
}
.about3_list2 li:nth-child(1) .num{
    background:url(../image/about3_yq1.png) no-repeat center;
    background-size: contain;
}
.about3_list2 li:nth-child(2) .num{
    background:url(../image/about3_yq2.png) no-repeat center;
    background-size: contain;
}
.about3_list2 li:nth-child(3) .num{
    background:url(404.png) no-repeat center;
    background-size: contain;
}
.about3-2{
    padding:96px 0;
    position: relative;
}
.ryzz{
    padding:85px 0 45px;
    margin-top:50px;
    position: relative;
    background:url(../image/ryzz_bg.jpg) no-repeat center;
    background-size: cover;
}


.ryzz .wrap{
    position: relative;
}
.ryzz_scroll{
    max-width: 1085px;
    margin:0 auto;
    position: relative;
}
#ryzz{
    padding:5px 5px 100px;
}
#ryzz .swiper-wrapper{
    align-items:flex-end;
}
#ryzz .swiper-slide{
    position: relative;
    text-align: center;
}
#ryzz .swiper-slide .img1 img{
    box-shadow: 5px 5px 5px #666;
    display: inline-block;
}
#ryzz .swiper-slide p{
    font-size:18px;
    color: rgba(0,0,0,.85);
    margin-top:15px;
    line-height: 1.4em;
    height: 5.2em;
}
#ryzz .swiper-pagination{
    bottom:0;
}
#ryzz .swiper-pagination .swiper-pagination-bullet{
    width: 48px;
    height: 2px;
    border-radius: 0;
    background:rgba(0,0,0,.3);
    margin:0 8px;
    opacity: 1;
}
#ryzz .swiper-pagination .swiper-pagination-bullet-active{
    background:#0058b4;
}
.ryzz_scroll .swiper-button-prev,.ryzz_scroll .swiper-button-next{
    width: 20px;
    height: 41px;
    margin-top:-50px;
    opacity: .5;
}
.ryzz_scroll .swiper-button-prev{
    background:url(../image/left2.png) no-repeat center;
    left:-200px;
}
.ryzz_scroll .swiper-button-prev:hover,.ryzz_scroll .swiper-button-next:hover{
    opacity: 1;
}
.ryzz_scroll .swiper-button-next{
    background:url(../image/right2.png) no-repeat center; 
    right:-200px;   
}
.about4{
    position: relative;
}
.about5{
    padding:120px 0 250px;
    position: relative;
}
.about5_scroll{
    position: relative;
}
.about5_scroll .swiper-slide{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.about5_scroll .text{
    width: 45%;
    padding:48px 0 0;
}
.about5_scroll .text .p1{
    font-size:28px;
    color: rgba(0,0,0,85);
    line-height: 1;
    font-family: "sySC-Medium";
}
.about5_scroll .text .p2{
    font-size:32px;
    color: #0058b4;
    line-height: 1.4;
    font-family: "sySC-Bold";
    margin:40px 0 18px;
}
.about5_scroll .text .p2 span{
    display: block;
}
.about5_scroll .text .txt{
    font-size:17px;
    color: rgba(0,0,0,65);
    line-height: 1.8;
}

.about5_scroll .img{
    width: 50%;
}
.about5_scroll .img img{
    width: 100%;
}
.about5_scroll .img:hover img{
    transform:scale(1.1);
}
.about5_arrow{
    width: 50%;  
    position: absolute;
    right:0;
    top:0; 
    display: flex;
    align-items:center;
    justify-content: space-between; 
    height: 100%;
    padding:0 20px;
}
.about5_arrow .swiper-button-prev,.about5_arrow .swiper-button-next{
    position: relative;
    top:0;
    left:0;
    right:0;
    margin-top:0;
    opacity: .3;
    width: 30px;
    height: 59px;
}
.about5_arrow .swiper-button-prev{
    background:url(../image/left3.png) no-repeat center;
}
.about5_arrow .swiper-button-prev:hover,.about5_arrow .swiper-button-next:hover{
    opacity: 1;
}
.about5_arrow .swiper-button-next{
    background:url(../image/right1.png) no-repeat center;
}
#shzr .swiper-pagination{
    text-align: left;
    bottom: 35px;
    display: none;
}
#shzr .swiper-pagination .swiper-pagination-bullet{
    background:#c8c5c4;
    opacity: 1;
    width: 48px;
    height: 2px;
    border-radius: 0;
    margin-right: 16px;
    margin-left: 0;
}
#shzr .swiper-pagination .swiper-pagination-bullet-active{
    background:#0058b4;
}
@media(max-width: 1600px){
    .about_top{
        padding-top:75px;
    }
    .ab_sort li{
        margin-right:30px;
    }
    .ab_sort li a{
        font-size:16px;
    }
    a.n_more1{
        font-size:16px;
    }
    .about1 .text{
        font-size:15px;
    }
    .about1,.about1-2,.about2,.about5{
        padding:90px 0;
    }
    .about2_list li .text{
        padding:85px 55px 0;
    }
    .about2_list li .text .p1{
        font-size:22px;
    }
    .about2_list li .text .txt{
        font-size:14px;
    }
    .about3_list {
        margin-top: 50px;
        margin-bottom: 75px;
    }
    .about3_list li {
        width: calc(20% - 20px);
        margin-right: 25px;
        min-height: 320px;
        padding: 30px 15px 20px;
    }
    .about3_list li .img {
        line-height: 55px;
    }
    .about3_list li .img img{
        max-height: 55px;
    }
    .about3_list li .p1{
        font-size:16px;
    }
    .about3_list li .txt{
        font-size:13px;
    }
    .about3_list2 li .num span{
        font-size:56px;
    }
    .about3_list2 li .p1{
        font-size:18px;
    }
    .about3_list2 li .txt{
        font-size:14px;
    }
    .ryzz{
        padding: 50px 0 40px;
        margin-top: 40px;
    }
    #ryzz .swiper-slide p{
        font-size:14px;
    }
    .about5_scroll .text .p1{
        font-size:24px;
    }
    .about5_scroll .text .p2{
        font-size:24px;
        margin: 25px 0 15px;
    }
    .about5_scroll .text .txt{
        font-size:14px;
    }
    .about2_scroll2 .swiper-slide .txt{
        font-size:14px;
        margin-top:20px;
    }
    .ryzz_scroll .swiper-button-prev{
        left:-80px;
    }
    .ryzz_scroll .swiper-button-next{
        right:-80px;
    }
    #shzr .swiper-pagination{
        bottom:15px;
    }
    #ryzz .swiper-pagination .swiper-pagination-bullet{
        width:30px;
        margin:0 5px;
    }
    #shzr .swiper-pagination .swiper-pagination-bullet{
        width:30px;
    }

}
@media(max-width: 1280px){
    .about_top{
        padding-top:55px;
    }  
    .ab_sort li{
        margin-right:25px;
    }
    .ab_sort li a,a.n_more1{
        font-size:14px;
    }
    .about1,.about1-2,.about2,.about5,.about3,.about3-2{
        padding:75px 0;
    }
    .about2_list li .text .txt{
        font-size:13px;
    }
    .about2_list li .text .txt br{
        display:none;
    }
    .ryzz_scroll .swiper-button-prev{
        left:-50px;
    }
    .ryzz_scroll .swiper-button-next{
        right:-50px;
    }
    #shzr .swiper-pagination{
        bottom:0;
    }
    #ryzz .swiper-pagination .swiper-pagination-bullet{
        width:25px;
    }
    #ryzz .swiper-slide p{
        font-size:13px;
    }
    .about2_list li .text{
        padding: 70px 50px 0;
    }
    .about2_list li .text .p1{
        font-size:20px;
    }
    .about5_scroll .text .p2{
        font-size:22px;
        margin: 20px 0 12px;
    }
    .about2_list li .text {
        padding: 65px 25px 0 50px;
    }
}
@media(max-width: 1099px){
    .about2_scroll2{
        padding:0;
    }
    .about2_scroll2 .swiper-button-prev, .about2_scroll2 .swiper-button-next{
        display:none;
    }
    .about2_scroll2 .swiper-button-prev{
        left:15px;
    }
    .about2_scroll2 .swiper-button-next{
        right:15px;
    }

    .about2_list li .text {
        padding: 60px 20px 0 50px;
    }
    .about3_list li {
        width: calc(32% - 20px);
        margin-right: 30px;
        padding: 30px 15px;
        margin-bottom:25px;
        min-height:200px;
    }
    .about3_list li:nth-child(3n){
        margin-right:0;
    }
    .about3_list2 li .num{
        width:165px;
        height:165px;
    }
    .about3_list2 li .num span {
        font-size: 42px;
    }
    #ryzz .swiper-slide p{
        height:3.2em;
        line-height:1.6em;
    }
}
@media(max-width: 991px){
    .about3_list li{
        width: 48%;
        margin-right:4%;
    }
    .about3_list li:nth-child(3n) {
        margin-right: 4%;
    }
    .about3_list li:nth-child(2n) {
        margin-right: 0;
    }
    .about2_list li .text {
        padding: 60px 15px 0 50px;
    }
}
@media(max-width: 820px){
    .about_top{
        padding-top:40px;
    }
    .ab_sort li{
        margin-right:20px;
    }   
    a.n_more1{
        display:none;
    }
    .about1,.about1-2,.about2,.about5,.about3,.about3-2{
        padding:55px 0;
    }
    .about1 .text{
        font-size:14px;
    }
    .about3_list{
        margin-top:30px;
        margin-bottom: 50px;
    }
    .about2_list,.ryzz,.fzlc_scroll{
        margin-top:25px;
    }
    .about2_list li{
        width:100%;
        margin-bottom:20px;
        margin-right:0;
        max-height:300px;
        overflow:hidden;
    }
    .about2_list li:last-child{
        margin-bottom:0;
    }
    .about2_list li .img img{
        width:100%;
    }
    .about2_list li .text {
        padding: 70px 20px 0 50px;
    }
    
    
    
    .about3_list2 li .num{
        width:125px;
        height:125px;
    }
    .about3_list2 li .num span {
        font-size: 32px;
    }
    .about3_list2 li .num sub {
        font-size: 22px;
        margin-top: 16px;
    }
    .about3_list2 li .p1 {
        font-size: 16px;
    }
    .ryzz {
        padding: 30px 0 40px;
    }
    .about5_scroll .text .p2{
        font-size:20px;
        margin:25 0 10px;
    }
    .about2_list li .text .txt br{
        display:none;
    }
}
@media(max-width: 640px){
    .about_top{
        padding-top:25px;
        display:none!important;
    } 
    .ab_sort li{
        margin-right:15px;
    }
    .ab_sort li a,a.n_more1{
        font-size:13px;
    }
    .about1,.about1-2,.about2,.about5,.about3,.about3-2{
        padding:40px 0;
    }
    .about1 .img,.about1 .text{
        width:100%;
    }
    .about1 .text{
        margin-top:14px;
    }
    .about2_scroll1{
        margin-bottom:0;
    }
    .about2_scroll1:after{
        top:100%;
        margin-top:-24.5px;
    }
    .about2_scroll1 .swiper-slide a,.about2_scroll1 .swiper-slide:nth-child(2n) a{
        margin-top: 0;
        margin-bottom: 50px;
        font-size:15px;
        height:36px;
    }
    .about2_scroll1 .swiper-slide:after {
        top: 100%;
        margin-top: -32px;
    }
    .about2_scroll2 .swiper-slide .p1{
        font-size:24px;
    }
    .about2_scroll2 .swiper-slide .txt{
        font-size:13px;
        margin-top:15px;
        line-height:1.6;
    }
    .about2_list li{
        margin-bottom:15px;
    }
    .about3_list{
        margin-bottom: 30px;
    }
    .about3_list li{
        width:100%;
        max-width:446px;
        margin-right:0;
    }
    .about3_list li:nth-child(3n){
        margin-right: 0%;
    }
    .about3_list li:last-child{
        margin-bottom:0;
    }
    .about3_list li .img{
        line-height:40px;
    }
    .about3_list li .img img {
        max-height: 40px;
    }
    .about3_list li .p1{
        font-size:18px;
        margin: 15px 0 10px;
    }
    .about3_list2{
        justify-content:space-between;
    }
    .about3_list2 li{
        width:30%;
        margin:0;
    }
    .about3_list2 li .num{
        width:85px;
        height:85px;
    }
    .about3_list2 li .num span {
        font-size: 24px;
    }
    .about3_list2 li .num sub {
        font-size: 16px;
        margin-top: 12px;
    }
    .about3_list2 li .p1{
        padding: 10px 0 0;
    }
    .about3_list2 li .txt{
        font-size:13px;
        line-height:1.4;
        margin-top:5px;
    }
    .ryzz {
        padding: 20px 0 40px;
    }
    #ryzz {
        padding: 5px 5px 0px;
    }
    #ryzz .swiper-pagination{
        display:none;
    }
    .ryzz_scroll .swiper-button-prev{
        left:-10px;
    }
    .ryzz_scroll .swiper-button-next{
        right:-10px;
    }
    .news_list1 li a .img{
        width:100%;
    }
    .news_list1 li a .img img{
        width:100%;
    }
    .news_list1 li a .text{
        padding:0;
        margin-top:10px;
        width:100%;
    }
    
    
    
    .news_list1 li a .text h3 {
        font-size: 15px;
        
    }
    .about5_scroll .img{
        width:100%;
    }
    .about5_scroll .text{
        padding:15px 0 0;
        width:100%;
    }
    .news_list1 li a .text .index4_more{
        display:none;
    }
    .news_list1 li a .text .text2{
        display:flex;
        justify-content:space-between;
        align-items:center;
    }
    .news_list1 li a .text .text2 .index4_more{
        display: block;
        position:relative;
        top:0;
        width:auto;
    }
    .ryzz_scroll{
        padding:0 15px;
    }
    .about5 .index_t1{
        display: block;
        margin-bottom:25px;
    }
    #shzr{
        padding-bottom:35px;
    }
    .about5_scroll .text .p1{
        display:none;
    }
    #ryzz .swiper-slide p{
        font-size:12px;
        line-height:1.4em;
        height:2.8em;
    }
    .about5_scroll .text .p2{
        font-size:18px;
        margin:0 0 10px;
    }
    #shzr .swiper-pagination{
        bottom:0;
        text-align:center;
    }
    #shzr .swiper-pagination .swiper-pagination-bullet{
        width:25px;
    }
}
@media(max-width:500px){
    .about3_list2 li{
        width: 100%;
        margin:0 0 20px 0;
        display:flex;
        align-items:center;
    }
    .about3_list2 li:last-child{
        margin-bottom:0;
    }
    .about3_list2 li .text{
        width:calc(100% - 85px);
        padding-left:15px;
        text-align:left;
    }
    .about3_list2 li .p1{
        padding-top:0;
    }
}


.job1{
    padding:105px 0 0;
}
.job1 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.n_t1{

}
.n_t1 h2{
    font-size:28px;
    color: #000000;
    font-family: "sySC-Medium";
    line-height: 1;
}
.job1_c{
    width: calc(100% - 292px);
}
.job_cont{
    padding:85px 0;
    border-bottom: 1px solid #adadad
}
.job_cont:last-child{
    border:none;
}
.job1_cont{
    padding-top:0!important;
}
.n_t2 h2{
    font-size:32px;
    color: #000000;
    font-family: "sySC-Medium";
    line-height: 1.2;
}
.job1_cont .txt1{
    font-size:16px;
    color:#000000;
    margin-top:18px;
    line-height: 1.6;
}
.job1_cont .txt1 span{
    margin-bottom: 10px;
    display: inline-block;
}
.job1_num{
    display: flex;
    flex-wrap: wrap;
    margin-top:50px;
}
.job1_num li{
    width: calc(25% - 30px);
    margin-right: 40px;
    position: relative;
    background:url(../image/job_num_bg.jpg) no-repeat top left #fff;
    padding:40px 18px 20px;
    min-height:245px;
}
.job1_num li:last-child{
    margin-right: 0;
}
.job1_num li:before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    width: calc(100% + 12px);
    height: 24px;
    background: url(../image/logo_line2.png) no-repeat left center;
}
.job1_num li p.p1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.job1_num li p.p1 font{
    font-size:47px;
    color: #47555d;
    line-height: 0.9;
    width: 65px;
    font-family: "sySC-Regular";
}
.job1_num li p.p1 span{
    font-size:16px;
    color: #0058b4;
    line-height: 1.4;
    font-family: "sySC-Bold";
    width: calc(100% - 65px);
}
.job1_num li .txt2{
    font-size:14px;
    color: #47555d;
    font-family: "sySC-Regular";
    margin-top:18px;
    line-height: 1.6;
}
.job1_num li .txt2 p{
    margin-bottom: 6px;
}
.job1_num li .txt2 p:last-child{
    margin-bottom: 0;
}
.job1_c .job_scroll1{
    margin-top:58px;
    padding-bottom: 60px;
}
.job_scroll1 .swiper-slide{
    background:#fff;
    border-radius: 5px;
    overflow: hidden;
}
.job_scroll1 .swiper-slide .img img{
    width: 100%;
}
.job_scroll1 .swiper-slide:hover .img img{
    transform: scale(1.1);
}
.job_scroll1 .swiper-slide .text{
    padding:20px 25px 30px;
}
.job_scroll1 .swiper-slide .text h3{
    font-size:16px;
    color: rgba(0,0,0,.85);
    line-height: 1.4em;
    height: 2.8em;
    font-family: "sySC-Regular";
    margin-bottom: 10px;
}
.job_scroll1 .swiper-slide .text p{
    font-size:14px;
    color: rgba(0,0,0,.65);
    line-height: 1.6em;  
    min-height: 8em;  
}
.job_scroll1 .swiper-slide:hover .text h3{
    color: #0058b4;
}

.job_scroll1 .swiper-pagination{
    bottom:0;
}
.job_scroll1 .swiper-pagination .swiper-pagination-bullet{
    width: 48px;
    height: 2px;
    border-radius: 0;
    background:rgba(0,0,0,.3);
    margin:0 8px;
    opacity: 1;
}
.job_scroll1 .swiper-pagination .swiper-pagination-bullet-active{
    background:#0058b4;
}
.job_scroll1 .swiper-button-prev,.job_scroll1 .swiper-button-next{
    width: 20px;
    height: 41px;
    margin-top:-50px;
    opacity: .3;
}
.job_scroll1 .swiper-button-prev{
    background:url(../image/left2.png) no-repeat center;
    left:20px;
}
.job_scroll1 .swiper-button-prev:hover,.job_scroll1 .swiper-button-next:hover{
    opacity: 1;
}
.job_scroll1 .swiper-button-next{
    background:url(../image/right2.png) no-repeat center; 
    right:20px;   
}
.job2{
    padding:105px 0 120px;
}
.job2 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.job2_li{

}
.job2_li li{
    display: flex;
    align-items:center;
    justify-content: flex-start;
    width: 165px;
    height: 80px;
    border:1px solid rgba(0,0,0,.3);
    font-size:18px;
    line-height: 1.3;
    color: rgba(0,0,0,.85);
    cursor: pointer;
    margin-bottom: 28px;
    padding:0 15px;
}
.job2_li li i{
    font-style: normal;
    margin-left: 6px;
}
.job2_li li.cur{
    color: #fff;
    background:#0058b4;
    border:1px solid #0058b4;
}
.job2_tabs{
    width: calc(100% - 292px);
}
.job2_tabs .job2_tab{
    display: none;
}
.job2_tabs .job2_tab1{
    flex-wrap: wrap;
    align-items:center;
    justify-content: space-between;
    background:#fff;
    border-radius: 5px;
    overflow: hidden;
}
.job2_tab1 .img{
    width: calc(100% - 318px);
}
.job2_tab1 .text{
    width: 318px;
    padding:20px 50px 20px 60px;
}
.job2_tab1 .text a{
    display: inline-block;
    border-left: 1px solid #d2d2d2;
    position: relative;
}
.job2_tab1 .text a:before{
    content: '';
    position: absolute;
    top: 68px;
    left: -7px;
    width: 18px;
    height: 23px;
    background: url(../image/logo3.png) no-repeat 0 5px #fff;
    z-index: 9;
}
.job2_tab1 .text a .p1{
    padding-left: 20px;
    border-bottom: 1px solid #d2d2d2;
    height: 80px;
    line-height: 1.2;
    font-size:28px;
    color: #595f6b;
    opacity: .85;
    font-family: "sySC-Bold";
}
.job2_tab1 .text a .p2{
    padding-left: 20px;
    height: 30px;
    padding-top:14px;
    line-height: 16px;
    font-size:16px;
    color: #0058b4;
    font-family: "sySC-ExtraLight";
}
.job2_tabs .job2_tab1.cur{
    display: flex;
}
.job2_tabs .job2_tab2.cur{
    display: block;
}
.job2_logo{
    margin-bottom: 65px;
}
.job2_cont h3{
    font-size:24px;
    line-height: 1.2;
    color: rgba(0,88,180,.85);
    font-family: "sySC-Normal";
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
}
.job2_cont h3:before{
    content:'';
    position: absolute;
    top:7px;
    left:0;
    width: 15px;
    height: 15px;
    background:url(../image/j_ico1.png) no-repeat center;
}
.job2_cont1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.job2_cont1 .text{
    width: 48%;
}
.job2_cont1 .text .text1{
    margin-bottom: 45px;
}
.job2_cont1 .text .txt{
    font-size:16px;
    color: rgba(0,0,0,.85);
    padding-left: 30px;
}
.job2_cont1 .text .txt span{
    font-family: "sySC-Medium";
}

.job2_cont1 .img{
    width: 48%;    
}
.job2_cont2{
    margin:28px 0 60px;
    padding:15px 20px;
    border:1px solid #aaa;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
}
.job2_cont2 .text{
    width: calc(100% - 340px);
}
.job2_cont h3 span{
    display: block;
    margin-top:12px;
}
.job2_cont2 .text .txt{
    padding-left: 30px;
    font-size:16px;
    line-height: 1.6;
    color: rgba(1,1,1,.85);
}
.job2_cont2 .text .txt span{
    display: inline-block;
    margin-bottom: 10px;
}
.job2_cont2 .img{
    width: 240px;
}
.job2_cont3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.job2_cont3 .text{
    width: 48%;
}
.job2_cont3 .text .txt{
    padding-left: 30px;
    font-size:16px;
    color: rgba(0,0,0,.85);    
}
.job2_cont3 .text .txt2{
    display: flex;
    flex-wrap: wrap;
}
.job2_cont3 .text .txt2 p{
    margin-right: 25px;
}
.job2_cont3 .text .txt2 p:last-child{
    width: 100%;
    margin-right: 0;
}
.shengtai{
    padding:110px 0 150px;
}
.n_top1{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
}
.n_top1 h2{
    font-size:28px;
    color: rgba(0,0,0,.85);
    font-family: "sySC-Medium";
    line-height: 1;
}
.n_top1 .txt{
    padding-left: 70px;
    margin-left: 70px;
    border-left: 1px solid #aaaaaa;
    font-size:18px;
    color: rgba(0,0,0,.85);
    line-height: 1.6;
}
.shengtai .img{
    margin-top:32px;
}
@media(max-width: 1600px){
    .n_t1 h2{
        font-size:22px;
    }
    .n_t2 h2,.n_top1 h2{
        font-size:26px;
    }
    .job1_num li{
        padding: 25px 15px 15px;
    }
    .job1_num li p.p1 font{
        width:100%;
        font-size: 36px;
    }
    .job1_num li p.p1 span{
        width:100%;
        font-size:15px;
        margin-top:10px;
    }
    .job1_num li .txt2{
        font-size:13px;
        margin-top:12px;
    }
    .job1_cont .txt1{
        font-size:14px;
    }
    .job2_cont h3{
        font-size:20px;
    }
    .job2_cont1 .text .txt,.job2_cont1 .text .txt,.job2_cont2 .text .txt,.job2_cont3 .text .txt{
        font-size:14px;
    }
    .job2_li li{
        font-size:16px;
    }
    .job2_tab1 .text{
        width: 318px;
        padding:20px 60px 20px 60px;
    }
    .job_scroll1 .swiper-button-prev, .job_scroll1 .swiper-button-next{
        margin-top:-71px;
        display:none;
    }
    .job_scroll1 .swiper-slide{
        height:unset;
    }
    .job_scroll1 .swiper-slide .text {
        padding: 20px 15px;
    }
    .job_scroll1 .swiper-slide .text h3{
        height:auto;
    }
    .job2_tab1 .text a .p1{
        font-size:24px;
    }
    .job2_cont1 .text .text1{
        margin-bottom:30px;
    }
}
@media(max-width: 1280px){
    .job1 {
        padding: 75px 0 0;
    }
    .n_t2 h2,.n_top1 h2{
        font-size:24px;
    }   
    .job_cont,.job2,.shengtai{
        padding:75px 0;
    }
    .job2_li li{
        font-size:15px;
    }    
}
@media(max-width: 1099px){
    .job1_num li {
        width: calc(25% - 15px);
        margin-right: 20px;
        padding: 30px 15px 20px;
        min-height: 245px;
    }
    .job1_c, .job2_tabs {
        width: 100%;
        margin-top:25px;
    } 
    .job1_c .job_scroll1 {
        margin-top: 40px;
        padding-bottom: 50px;
    }
    .job1_cont3{
        padding-bottom:0!important;
    }
    .job2_li{
        display:flex;
    }
    .job2_li li{
        margin-right:14px;
        margin-bottom:0;
        font-size:16px;
        width:auto;
        height:auto;
        padding:5px 15px;
    }
    .job2_li:last-child{
        margin-right:0;
    }
    .n_top1 .txt {
        padding-left: 25px;
        margin-left: 25px;
        font-size: 14px;
    }
}
@media(max-width: 820px){
    .job1 {
        padding: 55px 0 0;
    }
    .n_t2 h2,.n_top1 h2{
        font-size:22px;
        
    }  
    .job_cont,.job2,.shengtai{
        padding:55px 0;
    }
    .job2_tab1 .text a .p1{
        font-size:24px;
    }
}
@media(max-width: 640px){
    .job1 {
        padding: 40px 0 0;
    }
    .job1 .n_t1 h2{
        color:#0058b4;
    }
    .job1 .n_t2 h2{
        font-family:"sySC-Light";
        font-weight: normal;
    }
    .n_t2 h2{
        font-size:18px;
    } 
    .job_cont,.job2,.shengtai{
        padding:40px 0;
    }
    .job1_num li{
        width:100%;
        min-height:auto;
        margin-bottom:25px;
        margin-right:0;
    }
    .job1_num li:last-child{
        margin-bottom:0;
    }
    .job1_num li p.p1 font{
        width:50px;
    }
    .job1_num li p.p1 span {
        width: calc(100% - 50px);
        margin-top: 0px;
        padding-left:10px;
    }
    .job1_num li .txt2{
        margin-top:15px;
    }
    .job1_c .job_scroll1 {
        margin-top: 25px;
        padding-bottom: 45px;
    }
    .job_scroll1 .swiper-pagination .swiper-pagination-bullet{
        width:25px;
    }
    .job_scroll1 .swiper-slide .text h3{
        color:#0058b4;
    }
    .job2_li li {
        font-size: 13px;
    }
    .job2_tab1 .img{
        width:100%;
    }
    .job2_tab1 .text {
        width: 100%;
        padding: 20px;
    }
    .job2_tab1 .text a .p1{
        font-size:20px;
        height:35px;
        padding-left: 15px;
    }
    .job2_tab1 .text a .p2{
        font-size:13px;
        padding-left: 15px;
        padding-top: 10px;
    }
    .job2_tab1 .text a:before{
        top:23px;
    }
    .job2_logo {
        margin-bottom: 30px;
    }
    .job2_cont1 .text,.job2_cont1 .img,.job2_cont2 .text,.job2_cont2 .img,.job2_cont3 .text{
        width:100%;
    }
    .job2_cont1 .img{
        margin-top:20px;
    }
    .job2_cont h3 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .job2_cont h3:before {
        top: 2px;
    }
    .job2_cont2 {
        margin: 28px 0 30px;
        padding: 15px 15px;
    }
    .job2_cont2 .img{
        text-align:center;
        margin-top:20px;
    }
    .job2_cont3 .text2,.shengtai .img{
        margin-top:20px;
    }
    .n_top1{
        text-align:center;
    }
    .n_top1 h2{
        width:100%;
        font-size:18px;
    }
    .n_top1 .txt{
        padding-left:0;
        margin-left:0;
        border-left:none;
        margin-top:10px;
        width:100%;
    }
}


.case_t1 h2{
    color: #0058b4;
    text-align: center;
}

.hyyy{
    position: relative;
    padding:105px 0 100px;
}
.hyyy .index3_scroll{
    margin-top:62px;
}
.hyyy #index3_scroll .swiper-button-prev,.hyyy #index3_scroll .swiper-button-next{
    opacity: .3;
}

.hyjz{
    position: relative;
    padding:110px 0 100px;
}
.hyjz_c{
    position: relative;
    background:url(../image/hyjz_bg.jpg) no-repeat 0 0 #fff;
    padding:20px 30px 12px;
    text-align: center;
    margin-top:70px;
    max-width: 1531px;
}
.hyjz_c:before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    width: calc(100% + 12px);
    height: 24px;
    background: url(../image/hyjz_line.png) no-repeat left center;
}
.hyjz_c p.p1{
    font-size:17px;
    color: rgba(0,0,0,.7);
    line-height: 1.6;
    margin-bottom: 16px;
}
.dbkh{
    position: relative;
    padding:105px 0 135px;
}
.dbkh_li{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:64px 0 52px;
    cursor: pointer;
}
.dbkh_li p{
    width: auto;
    height: 60px;
    display: flex;
    align-items:center;
    justify-content: center;
    text-align: center;
    font-size:21px;
    color: #000;
    line-height: 1;
    border:1px solid #b5b5b5;
    margin-right: 39px;
    padding:0 25px;
}
.dbkh_li p:last-child{
    margin-right: 0;
}
.dbkh_li p.cur{
    background:#0058b4;
    border:1px solid #0058b4;
    color: #fff;
}
.dbkh p.p1{
    font-size:18px;
    color: rgba(0,0,0,.3);
    text-align: center;
    line-height: 1.6;
    margin-bottom: 25px;
}
.dbkh_tab{
    display: none;
}
.dbkh_tab ul{
    display: flex;
    flex-wrap: wrap;
}
.dbkh_tab ul li{
    width: 18.4%;
    text-align: center;
    margin-bottom: 22px;
    margin-right: 2%;
}
.dbkh_tab ul li:nth-child(5n){
    margin-right: 0;
}
.dbkh_tab ul li .img{
    border:1px solid #dadada;
    border-radius: 5px;
    line-height: 95px;
    text-align: center;
}
.dbkh_tab ul li .img img{
    max-height: 43px;
}
.dbkh_tab ul li p{
    font-size:17px;
    color: rgba(0,0,0,.55);
    margin-top:12px;
    line-height: 1.6;
    display: none;
}
@media(max-width: 1600px){
    .hyyy,.hyjz,.dbkh{
        padding:95px 0;
    }
    .hyyy .index3_scroll,.hyjz_c{
        margin-top:50px;
    }
    .hyjz_c{
        padding: 20px 20px 12px;
    }
    .hyjz_c p.p1{
        font-size:15px;
    }
    .dbkh_li p{
        height:46px;
        font-size:17px;
        margin-right:30px;
    }
    .dbkh_tab ul li p{
        font-size:14px;
        margin-top:6px;
    }
    .dbkh_li{
        margin:50px 0 40px;
    }
}
@media(max-width: 1280px){
    .hyyy,.hyjz,.dbkh{
        padding:75px 0;
    }
    .hyyy .index3_scroll,.hyjz_c{
        margin-top:40px;
    }  
    .dbkh_li{
        margin:40px 0 30px;
    }
    .dbkh_li p{
        height: 40px;
        font-size: 15px;
        margin-right: 20px;
        min-width:100px;
    }
}
@media(max-width: 1099px){
    .dbkh_tab ul li{
        width: 23.5%;
        margin-bottom: 15px;
    }
    .dbkh_tab ul li:nth-child(5n){
        margin-right: 2%;
    }
    .dbkh_tab ul li:nth-child(4n){
        margin-right: 0;
    } 
    .dbkh_tab ul li .img{
        line-height:85px;
    }
}
@media(max-width: 820px){
    .hyyy,.hyjz,.dbkh{
        padding:55px 0;
    }
    .hyyy .index3_scroll,.hyjz_c{
        margin-top:30px;
    } 
    .hyjz_c{
        padding: 15px 15px 12px;
    }
    .hyjz_c p.p1{
        font-size:14px;
    }
    .dbkh_li{
        margin:30px 0 25px;
    }
    .dbkh_li p {
        height: 36px;
        font-size: 14px;
        margin-right: 12px;
        min-width:90px;
        padding: 0 15px;
    }
    .dbkh p.p1{
        font-size:16px;
        margin-bottom: 15px;
    }
}
@media(max-width: 640px){
    .hyyy,.hyjz,.dbkh{
        padding:40px 0;
    } 
    .hyjz_c{
        padding: 15px 12px 12px;
    }
    .dbkh_li p {
        height: auto;
        font-size: 12px;
        margin-right: 4px;
        width:auto;
        padding:3px 5px;
        line-height:1.2;
    }
    .dbkh p.p1{
        font-size:15px;
        margin-bottom: 10px;
    }
    .dbkh_tab ul li p{
        font-size:13px;
    }
    .dbkh_tab ul li{
        width: 32%;
        margin-bottom: 12px;
    }
    .dbkh_tab ul li:nth-child(4n){
        margin-right: 2%;
    }
    .dbkh_tab ul li:nth-child(3n){
        margin-right: 0;
    } 
    .dbkh_tab ul li .img{
        line-height:60px;
        padding:0 10px;
    }
}
@media(max-width: 460px){
    .dbkh_li p{
        margin-bottom:5px;
        min-width:70px;
        padding: 4px 8px;
        margin-right:6px;
    }
    .dbkh_li p:last-child br{
        display:none;
    }
    .dbkh p.p1{
        font-size:14px;
    }
    .dbkh_tab ul li p{
        font-size:12px;
        margin-top:4px;
    }
    
    
    
    
    
    
    
    
    
    
    .dbkh_tab ul li .img{
        line-height:45px;
        padding:0px 10px;
    }
    .dbkh_tab ul li .img img{
        max-height:45px;
    } 
}



.hy1_top{
    display: none;
}
.yy_t1 h2{
    color: rgba(0,0,0,.85);
    text-align: center;
    padding:70px 0 55px;
}
.hy_li{
    display: flex;
    justify-content: center;
}
.hy_li p{
    display: flex;
    align-items:center;
    justify-content: center;
    padding:0 16px;
    min-height: 52px;
    border:1px solid #b5b5b5;
    font-size:21px;
    color: rgba(0,0,0,.85);
    margin-right: 25px;
    cursor: pointer;
    line-height: 1.2;
}
.hy_li p:last-child{
    margin-right: 0;
}
.hy_li p.cur{
    background:#0058b4;
    color: #fff;
    border:1px solid #0058b4;
}
.hy_tab{
    display: none;
}
.hy_content{
    position: relative;
}
.hy1_cont1{
    padding:135px 0 100px;
}
.hy1_cont1 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
}
.hy1_cont1 .text{
    width: 51%;
    padding-right: 130px;
}
.hy_t1 h2{
    color: rgba(0,88,180,.85);
    text-align: center;
    line-height: 1.2;
}
.hy1_cont1 .text .hy_t1 h2{ 
    text-align: left;
    margin-bottom: 35px;
}
.hy1_cont1 .text .txt{
    font-size:16px;
    color: rgba(0,0,0,.85);
}
.hy1_cont1 .text .txt p{
    margin-bottom: 15px;
    line-height: 1.6;
}
.hy1_cont1 .text .txt p:last-child{
    margin-bottom: 0;
}
.hy1_cont1 .img{
    width: 49%;
    max-width: 767px;
    text-align: center;
}
.hy1_cont1 .img:hover img{
    transform:scale(1.1);
}
.hy1_cont2{
    padding:110px 0 80px;
}
.hy1_cont2 .txt{
    margin-top:40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hy1_cont2 .txt p{
    width: 47.5%;
    padding-left: 34px;
    position: relative;
    margin-bottom: 15px;
    font-size:16px;
    color: rgba(0,0,0,.85);
    line-height: 1.8;
}
.hy1_cont2 .txt p:before{
    content:'';
    position: absolute;
    left:0;
    top:9px;
    width: 14px;
    height: 14px;
    background:url(../image/hy_ico1.png) no-repeat center;
}
.hy1_cont3{
    padding:105px 0 165px;
}
.hy1_text p.p1{
    font-size:21px;
    color: rgba(0,0,0,.85);
    line-height: 1.6;
    margin-bottom: 50px;
    text-align: center;
}
.hy1_text .img1{
    text-align: center;
}
.hy1_text1{
    margin-top:58px;
}
.hy1_text2{
    margin-top:100px;
}
.hy1_text_imgs{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.hy1_text_imgs:after{
    content:'';
    position: absolute;
    top:0;
    left:50%;
    width: 1px;
    height: 100%;
    background:#b6b6b6;
    margin-left: -0.5px;
}
.hy1_text_imgs p{
    width: 50%;
    text-align: center;
    padding:0 30px;
}
.hy1_cont2-2{
    padding:105px 0;
    position: relative;
}
.hy1_cont2_img{
    position: relative;
    background:url(../image/hyjz_bg.jpg) no-repeat 0 0 #fff;
    padding:77px 30px 70px;
    text-align: center;
    margin-top:62px;
    max-width: 1531px;
}
.hy1_cont2_img:before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    width: calc(100% + 12px);
    height: 24px;
    background: url(../image/hyjz_line.png) no-repeat left center;
}
.hy1_text3{
    margin-top:30px;
}
.hy1_text3 p.p1{
    margin-bottom: 80px;
}
.hy1_cont1 .text .txt2 p{
    margin-bottom: 0;
}
.hy1_cont8{
    padding:105px 0 90px;
}
.hy1_jjfa{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:38px;
}
.hy1_jjfa p{
    width: 23%;
    font-size:16px;
    color: rgba(0,0,0,.85);
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
    line-height: 1.6;
}









.hy1_jjfa p:before{
    content:'';
    position: absolute;
    left:0;
    top:6px;
    width: 14px;
    height: 14px;
    background:url(../image/hy_ico1.png) no-repeat center;    
}
.hy1_cont9{
    padding:95px 0 170px;
}
.hy1_jjfa2{
    margin-top:75px;
    display: flex;
    flex-wrap: wrap;
}
.hy1_jjfa2_l{
    width: 50%;
    padding:0 85px;
    border-right: 1px solid #d2d1d1;
}
.hy1_jjfa2_l_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hy1_jjfa2_l_top .text{

}
.hy1_jjfa2_l_top .text:nth-child(2){
    margin-top:25px;
}
.hy1_jjfa2 h3{
    font-size:28px;
    color: rgba(0,0,0,.85);
    line-height: 1.4;
}
.hy1_jjfa2 .txt{
    font-size:16px;
    color: rgba(0,0,0,.85);
    margin-top:12px;
}
.hy1_jjfa2_img1{
    text-align: center;
    margin-top:42px;
}
.hy1_jjfa2_r{
    width: 50%;
    padding:0 85px;
}
.hy1_jjfa2_img2{
    margin-top:42px;
}

.hy2_cont2{
    padding: 105px 0;
}
.hy2_cont2_c{
    margin-top:50px;
    position: relative;
    position: relative;
    background:url(../image/hyjz_bg.jpg) no-repeat 0 0 #fff;
    padding:55px 60px 35px;
    max-width: 1531px;
}
.hy2_cont2_c:before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    width: calc(100% + 12px);
    height: 24px;
    background: url(../image/hyjz_line.png) no-repeat left center;
}
.hy_t2 h2{
    font-size:21px;
    color: rgba(0,0,0,.85);
    line-height: 1;
    font-family: "sySC-Medium";
    text-align: center;
}
.hy2_list1{
    margin-top:35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hy2_list1 dl{
    padding:16px 10px 20px;
    display: flex;
    flex-wrap: wrap;
    width: 48%;
    background:#edf3fa;
    border-radius: 5px;
    margin-bottom:20px;
}
.hy2_list1 dl dt{
    width: 70px;
    text-align: center;
}
.hy2_list1 dl dd{
    width: calc(100% - 70px);
    padding-left: 28px;
}
.hy2_list1 dl dd .p1{
    font-size:18px;
    color: #47555d;
    line-height: 1;
    margin-bottom: 12px;
    line-height: 1.2;
}
.hy2_list1 dl dd .txt2{
    font-size:16px;
    color: rgba(0,0,0,.85);
    line-height: 1.6;
}
.hy2_cont3{
    padding:105px 0 155px;
}
.hy2_cont3_c{
    margin-top:75px;
    display: flex;
    flex-wrap: wrap;
}
.hy2_cont3_c .text{
    border-right: 1px solid #d2d1d1;
    padding-right: 85px;
    width: 50%;
}
.hy2_cont3_c .text .p1{
    font-size:28px;
    color: rgba(0,0,0,.85);
    line-height: 1;  
    margin-bottom: 45px;
}
.hy2_cont3_c .text .txt{

}
.hy2_cont3_c .text .txt2{
    margin-bottom: 38px;
}
.hy2_cont3_c .text .txt2:last-child{
    margin-bottom: 0;
}
.hy2_cont3_c .text .txt p{
    font-size:16px;
    color: rgba(0,0,0,.85);
    line-height: 1.8;
}
.hy2_cont3_c .text .txt .p2{
    font-family: "sySC-Medium";
    margin-bottom: 10px;
    line-height: 1; 
}
.hy2_cont3_c .img{
    padding-left: 85px;  
    width: 50%;  
}
.hy2_cont3_c .img p.p2{
    font-size:16px;
    color: rgba(0,0,0,.85);
    line-height: 1;
    font-family: "sySC-Medium";
    margin:30px 0 14px;
}

.hy3_cont1{
    padding:100px 0 90px;
}
.hy3_cont1_c{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:58px;
    position: relative;
}
.hy3_cont1_c .img{
    width: 50%;
    border-right: 1px solid #aaaaaa;
    padding-right: 82px;
}
.hy3_cont1_c .text{
    width: 50%;
    padding-left: 82px;
}
.hy3_cont1_c .text .p1{
    font-size:21px;
    color: rgba(0,0,0,.85);
    line-height: 1;
    margin-bottom: 58px;
    line-height: 1.2;
}
.hy3_cont1_c .text .txt{
    margin-bottom: 20px;
}
.hy3_cont1_c .text .txt:last-child{
    margin-bottom: 0;
}
.hy3_cont1_c .text .txt p{
    padding-left: 32px;
    font-size:16px;
    color: rgba(0,0,0,.85);
    line-height: 1.6;
}
.hy3_cont1_c .text .txt .p2{
    font-size:16px;
    line-height: 1;
    font-family: "sySC-Bold";
    color: rgba(0,88,180,.85);
    margin-bottom: 10px;
    position: relative;
}
.hy3_cont1_c .text .txt .p2:before{
    content:'';
    position: absolute;
    top:2px;
    left:0;
    width: 15px;
    height: 15px;
    background:url(../image/j_ico1.png) no-repeat center;
}

.case1_3_list01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
    position: relative;
    align-items: flex-start!important;
}
.case1_3_list01 .text2{
    width: 47%;
}
.case1_3_list01 .text2 .txt2{
    margin-bottom: 20px;
}
.case1_3_list01 .text2 .txt2:last-child{
    margin-bottom: 0;
}
.case1_3_list01 .text2 .txt2 p{
    padding-left: 32px;
    font-size:16px;
    color: rgba(0,0,0,.85);
    line-height: 1.6;
}
.case1_3_list01 .text2 .txt2 .p2{
    font-size:16px;
    line-height: 1.2;
    font-family: "sySC-Bold";
    color: rgba(0,88,180,.85);
    margin-bottom: 10px;
    position: relative;
}
.case1_3_list01 .text2 .txt2 .p2:before{
    content:'';
    position: absolute;
    top:2px;
    left:0;
    width: 15px;
    height: 15px;
    background:url(../image/j_ico1.png) no-repeat center;
}

.hy3_cont2{
    padding:115px 0 90px;
}
.hy3_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:75px;
}
.hy3_list li{
    background:url(../image/hy3_bg1.jpg) no-repeat 0 0 #fff;
    width: 29%;
    position: relative;
    padding:45px 30px;
}
.hy3_list li:before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    width: calc(100% + 12px);
    height: 24px;
    background: url(../image/hyjz_line.png) no-repeat left center;
}
.hy3_list li .img{
    line-height: 97px;
    text-align: center;
}
.hy3_list li p{
    font-size:16px;
    color: rgba(0,0,0,.85);
    line-height: 1.6;
    margin-top:30px;
}
.hy3_cont3{
    padding:115px 0 90px;
}
.hy3_cont3_c{
    margin-top:60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.hy3_cont3_c:after{
    content:'';
    position: absolute;
    left:50%;
    top:0;
    width: 1px;
    height: 100%;
    background:#d2d1d1;
    margin-left: -0.5px;
}
.hy3_list2{
    width: 47%;
}
.hy3_list2 li{
    margin-bottom: 30px;
}
.hy3_list2 li:last-child{
    margin-bottom: 0;
}
.hy3_list2 li p{
    font-size:16px;
    color: rgba(0,0,0,.85);
}
.hy3_list2 li .p1{
    font-size:16px;
    color: rgba(0,88,180,.85);
    font-family: "sySC-Medium";
    line-height: 1.2;
    margin-bottom: 7px;
}

.hy3_list3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:60px 0 80px;
    padding:0 85px;
}
.hy3_list3 li{
    position: relative;
    background:#fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #dcdcdc;
    padding:30px 35px;
    width: 31%;
}
.hy3_list3 li:before{
    content:'';
    position: absolute;
    top:30px;
    left:0;
    width: 2px;
    height: calc(100% - 60px);
    background:#0058b4;
    opacity: .5;
}
.hy3_list3 li .p1{
    font-size:20px;
    color: #1460a5;
    font-family: "sySC-Normal";
    line-height: 1.4;
    height: 52px;
}
.logo_line1{
    position: relative;
}
.logo_line1 img{
    display: block;
}
.logo_line1:after{
    content:'';
    position: absolute;
    top:50%;
    right:0;
    width: calc(100% - 18px);
    height: 1px;
    background:#bfbfbf;
    margin-top:-0.5px;
}
.hy3_list3 li .txt{
    margin-top:12px;
    padding-bottom: 6px;
}
.hy3_list3 li .txt p{
    font-size:16px;
    color: rgba(0,0,0,.85);
    position: relative;
    padding-left: 32px;
    line-height: 1.8;
}
.hy3_list3 li .txt p:before{
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 14px;
    height: 14px;
    background: url(../image/hy_ico1.png) no-repeat center;
}
.hy_img1{
    border:1px solid #cfcfcf;
    text-align: center;
    padding:37px;
}

.hy4_cont1 .text .txt p{
    margin-bottom: 0;
}
.hy_t3{
    text-align: center;
}
.hy_t3 h2{
    font-size:28px;
    color: rgba(0,0,0,.85);
    line-height: 1;
}
.hy_t3 h2 span{
    display: inline-block;
    position: relative;
    padding-left: 23px;
}
.hy_t3 h2 span:before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 3px;
    height: 100%;
    background:#0058b4;
}
.hy4_cont3{
    padding:115px 0 100px;
}
.hy4_img{
    margin-top:60px;
}
.hy4_cont4 .txt p{
    margin-bottom: 30px;
}
.hy4_cont5 .p1,.hy4_cont6 .p1{
    font-size:21px;
    color: rgba(0,0,0,.85);
    line-height: 1.4;
    margin:48px 0 50px;
    text-align: center;
}
.hy4_cont6{
    padding:120px 0 200px;
}
.hy4_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hy4_list li{
    border-radius: 5px;
    overflow: hidden;
    width: 29%;
}
.hy4_list li img{
    width: 100%;
    transition: all 0.4s ease-out;
}
.hy4_list li:hover img{
    transform: scale(1.1);
}
@media(max-width: 1600px){
    .hy_t3 h2{
        font-size:22px;
    }
    .hy_li p{
        font-size: 16px;
        min-height:46px;
    }
    .hy1_cont1,.hy1_cont3,.hy1_cont2-2,.hy1_cont8,.hy1_cont9,.hy2_cont3,.hy3_cont1,.hy3_cont2,.hy3_cont3,.hy4_cont3,.hy4_cont6{
        padding: 90px 0;
    }
    .hy1_cont1 .text{
        padding-right:75px;
    }
    .hy1_cont1 .text .hy_t1 h2 {
        margin-bottom: 25px;
    }
    .hy1_cont1 .text .txt{
        font-size:14px;
    }
    .hy1_cont1 .text .txt p {
        margin-bottom: 5px;
    }
    .hy1_cont2 {
        padding: 90px 0 80px;
    }
    .hy1_cont2 .txt p,.hy1_jjfa p{
        font-size:14px;
        padding-left:25px;
    }
    .hy1_cont2 .txt p:before,.hy1_jjfa p:before{
        top:5px;
    }
    .hy1_text p.p1{
        font-size:18px;
        margin-bottom: 30px;
    }
    .hy1_text2 {
        margin-top: 70px;
    }
    .hy1_text3 p.p1{
        margin-bottom:30px;
    }
    .hy1_jjfa2_l,.hy1_jjfa2_r{
        padding:0 50px;
    }
    .hy1_jjfa2 h3,.hy2_cont3_c .text .p1{
        font-size:22px;
    }
    .hy1_jjfa2 .txt{
        font-size:14px;
    }
    .hy1_cont2_img{
        margin-top:50px;
        padding:25px;
    }
    .hy1_jjfa2{
        margin-top:50px;
    }
    .hy2_list1 dl{
        padding:10px;
        margin-bottom:15px;
    }
    .hy2_list1 dl dt img{
        max-width:55px;
    }
    .hy2_list1 dl dd .p1,.hy3_cont1_c .text .p1{
        font-size:16px;
    }
    .hy2_list1 dl dd .txt2,.hy2_cont3_c .text .txt p{
        font-size:14px;
    }
    .hy2_cont2_c{
        padding:30px 30px 35px;
    }
    .hy2_cont3_c,.hy3_list{
        margin-top:50px;
    }
    .hy2_cont3_c .text{
        padding-right:40px;
    }
    .hy2_cont3_c .img {
        padding-left: 40px;
    }
    .hy3_cont1_c .img{
        padding-right:30px;
    }
    .hy3_cont1_c .text{
        padding-left:30px;
    }
    .hy3_cont1_c .text .p1{
        margin-bottom:35px;
    }
    .hy3_cont1_c .text .txt p,.hy3_list2 li p,.hy3_list3 li .txt p{
        font-size:14px;
    }
    .hy3_cont1_c .text .txt p{
        padding-left:22px;
    }
    .hy3_cont1_c .text .txt .p2:before{
        top:1px;
    }
    .hy3_list3{
        padding:0;
    }
    .hy3_list li{
        padding: 30px 20px;
    }
    .hy3_list li .img{
        line-height:70px;
    }
    .hy3_list li .img img{
        max-height:70px;
    }
    .hy3_list li p{
        font-size:14px;
        margin-top: 20px;
    }
    .hy3_list2 li{
        margin-bottom:20px;
    }
    .hy3_list2 li .p1{
        font-size:16px;
        margin-bottom:5px;
    }
    .hy3_list3{
        margin:50px 0;
    }
    .hy3_list3 li{
        padding:20px 20px;
    }
    .hy3_list3 li:before {
        top: 20px;
        height: calc(100% - 40px);
    }
    .hy3_list3 li .p1{
        font-size:18px;
    }
    .hy3_list3 li .txt p:before{
        top: 6px;
    }
    .hy_img1{
        padding: 25px;
    }
    .hy4_cont5 .p1, .hy4_cont6 .p1{
        font-size:16px;
        margin: 35px 0 30px;
    }
    .hy4_img {
        margin-top: 40px;
    }
    .case1_3_list01 .text2 .txt2 .p2{
        font-size:15px;
    }
    .case1_3_list01 .text2 .txt2 p{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .hy1_cont1,.hy1_cont2,.hy1_cont3,.hy1_cont2-2,.hy1_cont8,.hy1_cont9,.hy2_cont3,.hy3_cont1,.hy3_cont2,.hy3_cont3,.hy4_cont3,.hy4_cont6{
        padding: 75px 0;
    } 
    .hy_li p{
        font-size: 15px;
        min-height:40px;
    }
    .hy1_cont1 .text .hy_t1 h2 {
        margin-bottom: 20px;
    }
    .hy1_cont1 .text{
        padding-right:30px;
    }
}
@media(max-width: 1099px){
    .hy_li p{
        font-size: 14px;
        padding:3px 12px;
        margin-right:15px;
    }
    .yy_t1 h2{
        padding: 55px 0 40px;
    }
    .hy1_jjfa2_l, .hy1_jjfa2_r{
        padding:0 30px;
    }
    .hy3_list3 li{
        width:100%;
        margin-bottom:15px;
    }
    .hy3_list3 li:last-child{
        margin-bottom:0px;
    }
}
@media(max-width: 991px){
    .hy1_cont1 .text{
        width: 100%;
        padding-right:0;
    }
    .hy1_cont1 .text .hy_t1 h2{
        text-align:center;
    }
    .hy1_cont1 .img{
        width:100%;
        max-width:100%;
        margin-top:25px;
    }
    .hy1_cont2_img{
        margin-top:30px;
        padding:20px;
    }
    .n_t1 h2,.hy1_jjfa2 h3,.hy1_jjfa2 h3,.hy2_cont3_c .text .p1{
        font-size: 20px;
    }
    .hy1_jjfa p{
        width:32%!important;
        margin-right:2%;
    }
    .hy1_jjfa p:nth-child(3n){
        margin-right:0;
    }
    .hy1_jjfa2_l, .hy1_jjfa2_r{
        padding:0 15px;
    }
    .hy2_cont2_c {
        padding: 20px 15px;
        margin-top:30px;
    }
    .hy2_list1,.hy3_cont1_c{
        margin-top:25px;
    }
    .hy2_list1 dl{
        width:100%;
        padding:15px;
        margin-bottom:12px;
    }
    .hy2_list1 dl dt {
        width: 60px;
    }
    .hy2_list1 dl dt img {
        max-width: 55px;
    }
    .hy2_list1 dl dd {
        width: calc(100% - 60px);
        padding-left: 20px;
    }
    .hy3_cont1_c .img{
        width:100%;
        text-align:center;
        padding-right:0;
    }
    .hy3_cont1_c .text {
        width:100%;
        padding-left: 0px;
        margin-top:20px;
    }
    .hy3_list,.hy3_cont3_c{
        margin-top:30px;
    }
    .hy3_list li .img{
        line-height:55px;
    }
    .hy3_list li .img img{
        max-height:55px;
    }
    .hy_t3 h2{
        font-size:24px;
    }
    .hy2_list1 dl dd .p1{
        font-family:"sySC-Medium";
        margin-bottom:8px;
    }
    .hy2_cont3_c .text .p1{
        text-align:center;
    }
    .hy1_cont2 .txt p{
        margin-bottom:12px;
    }
    .case1_3_list01 .text2 .txt2 .p2{
        font-size:14px;
    }
    .case1_3_list01 .text2 .txt2 .p2:before{
        top:1px;
    }
    .case1_3_list01 .text2 .txt2 p{
        font-size:13px;
        padding-left:22px;
    }
}
@media(max-width: 820px){
    .yy_t1 h2 {
        padding: 40px 0 25px;
    }
    .hy_li p{
        font-size: 13px;
        padding:3px 10px;
        margin-right:10px;
        min-height:36px;
    }
    .hy1_cont1,.hy1_cont2,.hy1_cont3,.hy1_cont2-2,.hy1_cont8,.hy1_cont9,.hy2_cont3,.hy3_cont1,.hy3_cont2,.hy3_cont3,.hy4_cont3,.hy4_cont6{
        padding: 55px 0;
    }  
    .hy1_cont1 .text .hy_t1 h2{
        font-size:16px;
        margin-bottom:15px;
    }
    .hy1_text1,.hy1_text2 {
        margin-top: 50px;
    }
    .hy2_cont3_c .text .p1,.hy2_cont3_c .text .txt2{
        margin-bottom:20px;
    }
    .hy_t3 h2{
        font-size:20px;
    }
    .hy_t3 h2 span{
        padding-left:15px;
    }
}
@media(max-width: 640px){
    .hy1_top{
        display:none!important;
    }
    .hy1_cont1,.hy1_cont2,.hy1_cont3,.hy1_cont2-2,.hy1_cont8,.hy1_cont9,.hy2_cont3,.hy3_cont1,.hy3_cont2,.hy3_cont3,.hy4_cont3,.hy4_cont6{
        padding: 40px 0;
    }   
    .hy_li p{
        font-size: 12px;
        padding:3px 8px;
        margin-right:8px;
        
    }
    .hy1_cont2 .txt{
        width:100%;
    }
    .hy1_cont2 .txt p{
        width:100%;
    }
    .hy1_cont2 .txt p:last-child{
        margin-bottom:0;
    }
    .hy1_text1,.hy1_cont2 .txt,.hy1_jjfa,.hy1_jjfa2,.hy1_jjfa2_img1,.hy2_cont3_c,.hy3_cont3_c{
        margin-top:25px;
    }
    .hy1_text2 {
        margin-top: 30px;
    }
    .hy1_text p.p1{
        font-size:15px;
        margin-bottom: 15px;
    }
    .hy1_text_imgs p{
        padding:0 0px;
        width:100%;
        margin-bottom:15px;
    }
    .hy1_text_imgs p:last-child{
        margin-bottom:0;
    }
    .hy1_text_imgs:after{
        display:none;
    }
    .hy1_cont2_img{
        padding:15px 10px;
    }
    .n_t1 h2,.hy1_jjfa2 h3,.hy1_jjfa2 h3,.hy2_cont3_c .text .p1{
        font-size: 18px;
    }
    .hy1_text3,.hy1_jjfa2_r,.hy4_img{
        margin-top:20px;
    }
    .hy1_jjfa p{
        width:49%!important;
        margin-right:2%;
    }
    .hy1_jjfa p:nth-child(3n){
        margin-right:2%;
    }
    .hy1_jjfa p:nth-child(2n){
        margin-right:0;
    }
    .hy1_jjfa2_l{
        border-right:none;
    }
    .hy1_jjfa2_l, .hy1_jjfa2_r{
        padding:0 0px;
        width:100%;
    }
    .hy1_jjfa2_img1{
        padding:0 15%;
    }
    .hy2_list1 dl dt {
        width: 50px;
    }
    .hy2_list1 dl dt img {
        max-width: 45px;
    }
    .hy2_list1 dl dd {
        width: calc(100% - 50px);
        padding-left: 15px;
    }
    .hy2_cont3_c .text{
        width:100%;
        padding-right:0;
        border-right:none;
    }
    .hy2_cont3_c .img{
        width:100%;
        padding-left:0;
        margin-top:20px;
    }
    .hy3_list3{
        margin:30px 0;
    }
    .hy3_list li{
        width:100%;
        margin-bottom:25px;
        padding:20px 15px;
        display:flex;
    }
    .hy3_list li:last-child{
        margin-bottom:0;
    }
    .hy3_list li .img{
        width:40px;
    }
    .hy3_list li p {
        width:calc(100% - 40px);
        font-size: 14px;
        margin-top: 0px;
        padding-left:15px;
    }
    .hy3_list2{
        width:100%;
    }
    .hy3_cont3_c:after{
        display:none;
    }
    .hy3_list2 li {
        margin-bottom: 15px;
    }
    .hy3_list3 li .txt p{
        padding-left:22px;
    }
    .hy_t3 h2{
        font-size:18px;
    }
    .hy_t3_2 h2{
        padding-left:15px;
    }
    .hy4_cont5 .p1, .hy4_cont6 .p1{
        font-size:14px;
        margin: 25px 0 20px;
    }
    .hy4_list li{
        width:100%;
        text-align:center;
        margin-bottom:15px;
    }
    .hy4_list li:last-child{
        margin-bottom:0;
    }
    .case1_3_list01 .text2{
        width:100%;
    }
}
@media(max-width: 460px){
    .hy_t3 h2{
        font-size:16px;
        
    }
    .hy_t3 h2 span{
        padding-left:15px;
    }
    .hy1_jjfa p{
        width:100%!important;
        margin-right:0%!important;
    }
    .hy1_jjfa p:last-child{
        margin-bottom:0;
    }
}


.kh_case{

}
.case_gs{
    padding:110px 0 0;
}
.case_gs .wrap,.case_tsjy .wrap,.case_detail .wrap{
    display: flex;
    flex-wrap: wrap;
}
.kh_case .n_t3,.case_detail .n_t3{
    width: 290px;
}
.n_t3 h2{
    font-size:28px;
    color: #000000;
    font-family: "sySC-Medium";
    line-height: 1;
}
.kh_case_cont{
    width: calc(100% - 290px);
}
.hot_jt{
    position: absolute;
    right:0;
    top:20px;
    z-index: 9;
    background:rgba(0,88,180,.9);
    border-radius:27.5px 0 0 27.5px;
    width: 230px;
    height: 35px;
    line-height: 35px;
    font-size:17px;
    color: #fff;
    font-family: "sySC-Normal";
    padding-left: 3px;
    display: flex;
    align-items:center;
}
.hot_jt i{
    margin-right: 18px;
}
.hot_jt i img{
    display: block;
}
.case_list{
    display: flex;
    flex-wrap: wrap;
}
.case_list li{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 40px;
}
.case_list li:nth-child(3n){
    margin-right: 0;
}
.case_list li a{
    display: block;
    background:#fff;
    border-radius: 5px;
    overflow: hidden;
}
.case_list li a .img{
    position: relative;
}
.case_list li a .img img.img1{
    width: 100%;
}
.case_list li a .text{
    padding:20px;
}
.case_list li a .text h3{
    font-size:18px;
    color: rgba(0,0,0,.85);
    line-height: 1.6em;
    height: 3.2em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "sySC-Regular";
}
.case_list li a .text .txt{
    font-size:16px;
    color: rgba(0,0,0,.65);
    line-height: 1.6em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin:20px 0 25px;
    font-family: "sySC-Light";
}
.case_more{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-family: "sySC-Light";
    height: 20px;
    line-height: 1;
}
.case_more span{
    font-size:14px;
    color: #0058b4;
}
.case_more font{
    font-size:17px;
    color: rgba(0,0,0,.85);
}
.case_list li:hover a .img img.img1{
    transform:scale(1.1);
}
.case_list li:hover a .text h3{
    color: #0058b4;
}
.case_list li:hover a .case_more font{
    color: #0058b4;
    font-size:14px;
}
.case_tsjy{
    padding:95px 0 160px;
}
.index_t2{

}
.index_t2 .p1{
    font-size:42px;
    color: #000;
    font-family: "sySC-Medium";
    line-height: 1;
}
.index_t2 .p2{
    font-size:16px;
    color: #000;
    line-height: 1.6;
    margin-top:22px;
}
.message2{
    margin-top:45px;
}
.message2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.message2 ul li{
    width: 32%;
    position: relative;
    margin-bottom: 20px;
}
.message2 ul li:nth-child(3),.message2 ul li:last-child{
    margin-right: 0;
}
.message2 ul li:nth-child(4){
    width: 66%;
}
.message2 ul li:nth-child(5){
    width: 32%;
}
.message2 ul li label{
    position: absolute;
    top:0;
    left:0;
    font-size:17px;
    color: rgba(0,0,0,.65);
    line-height: 55px;
    padding:0 28px;
    cursor: pointer;
    width: 100%;
}
.message2 ul li input{
    height: 55px;
    line-height: 53px;
    width: 100%;
    border:1px solid #afadaf;
    border-radius: 6px;
    outline: none;
    display: block;
    padding:0 28px;
    cursor: pointer;
    font-size:17px;
    color: rgba(0, 0, 0, .85);
    background: #fff;
}
.message2 ul li:last-child input{
    height: 110px;
    background: #fff;
}
.message2 ul li textarea{
    height: 55px;
    line-height: 53px;
    height: 110px;
    width: 100%;
    border:1px solid #afadaf;
    border-radius: 6px;
    outline: none;
    display: block;
    padding:0 28px;
    cursor: pointer;
    background: #fff;
}
.mess_tn2 input{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 58px;
    background:#0058b4;
    font-size:17px;
    color: rgba(255,255,255,.65);
    text-align: center;
    border:none;
    outline: none;
    cursor: pointer;
    border-radius: 6px;
}
.case_detail{
    padding:110px 0 180px;
}
.case_detail h1{
    font-size:28px;
    color: #000000;
    font-family: "sySC-Light";
    line-height: 1.2;
}
.case_date{
    padding:18px 0 45px;
    border-bottom: 1px solid #999999;
    margin-bottom: 60px;
    font-size:14px;
    color: #000000;
}
.case_detail .content{
    font-size:16px;
    color: rgba(0,0,0);
}
@media(max-width: 1600px){
    .case_gs {
        padding: 95px 0 0;
    }
    .kh_case .n_t3, .case_detail .n_t3{
        width:240px;
    }
    .kh_case_cont {
        width: calc(100% - 240px);
    }
    .case_list li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 25px;
    }
    .case_list li a .text h3{
        font-size:16px;
    }
    .case_list li a .text .txt{
        font-size:14px;
        margin: 10px 0 15px;
    }
    .case_detail h1{
        font-size:24px;
    }
    .case_date {
        padding: 15px 0 25px;
        margin-bottom: 30px;
    }
    .case_detail .content{
        font-size:15px;
    }
    .case_tsjy,.case_detail{
        padding: 95px 0;
    }
    .index_t2 .p1{
        font-size:32px;
    }
    .index_t2 .p2{
        font-size:14px;
        margin-top:15px;
    }
    .message2 ul li label{
        font-size:15px;
        padding:0 20px;
        line-height:50px;
    }
    .message2 ul li input {
        height: 50px;
        line-height: 48px;
        padding: 0 20px;
        font-size: 15px;
    }
    .message2 ul li textarea {
        height: 50px;
        line-height: 48px;
        height: 100px;
        padding: 0 20px;
    }
    .message2 ul li:last-child input{
        height:100px;
    }
}
@media(max-width: 1280px){
    .case_gs {
        padding: 75px 0 0;
    }
    .kh_case .n_t3, .case_detail .n_t3{
        width:200px;
    }
    .kh_case_cont {
        width: calc(100% - 200px);
    } 
    .index_t2 .p1 {
        font-size: 28px;
    }
    .case_tsjy,.case_detail{
        padding: 75px 0;
    }
    .message2 {
        margin-top: 30px;
    }
    .message2 ul li{
        margin-bottom:15px;
    }
}
@media(max-width: 1099px){
    .kh_case .n_t3, .case_detail .n_t3{
        width:100%;
    }
    .kh_case_cont {
        width:100%;
        margin-top:35px;
    } 
    .case_detail h1 {
        font-size: 20px;
    }
    .case_date {
        padding: 15px 0;
        margin-bottom: 15px;
    }
}
@media(max-width: 820px){
    .case_gs {
        padding: 55px 0 0;
    }
    .case_list li{
        width:49%;
    }
    .case_list li:nth-child(3n){
        margin-right:2%;        
    }
    .case_list li:nth-child(2n){
        margin-right:0;
    }    
    .case_tsjy,.case_detail{
        padding: 55px 0;
    }
    .index_t2 .p1{
        font-size:24px;
    }
}
@media(max-width: 640px){
    .case_gs {
        padding: 40px 0 0;
    } 
    .case_tsjy,.case_detail{
        padding: 40px 0;
    }
    .case_detail h1{
        font-size:18px;
    }
    .index_t2 .p1{
        font-size:20px;
    }
    .index_t2 .p2 {
        font-size: 13px;
        margin-top: 12px;
    }
    .message2 ul li,.message2 ul li:nth-child(4),.message2 ul li:nth-child(5){
        width:100%;
        margin-bottom:12px;
    }
}
@media(max-width: 460px){
    .case_list li{
        width:100%;
        margin-right:0!important;
        margin-bottom:15px;
    }  
    .case_list li a .text h3,.case_list li a .text .txt{
        height:auto;
    }
}


.n_product{
    padding:90px 0 190px;
}
.product_img{
    position: relative;
}
.product_img .img1{
    position: absolute;
    bottom:0px;
    left:0;
    z-index: -1;
    width: 88%;
}
.n_product_list{
    position: relative;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.n_product_list dl{
    position: relative;
    width: 18%;
}
.n_product_list dl:after{
    content:'';
    position: absolute;
    right:-60px;
    top:0;
    width: 60px;
    height: 60px;
    background:url(../image/p_jt1.png) no-repeat center;
}
.n_product_list dl .text2{
    margin-top:335px;
    width: 320px;
}
.n_product_list dl .text2 .p2{
    max-width: 284px;
}
.n_product_list dl dt{
    margin-bottom: 20px;
}
.n_product_list dl dt .p1{
    width: 100%;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:center;
    font-size:21px;
    color: #0e3a72;
    line-height: 1.6;
    font-family: "sySC-Bold";
    background:#dfeaf6;
    border-radius: 6px;
}
.n_product_list dl:first-child dt{
    display: flex;
    justify-content: space-between;
}
.n_product_list dl dt .p2{
    width: 52%;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    color: #0e3a72;
    line-height: 1.6;
    font-family: "sySC-Bold";
    background: #dfeaf6;
    border-radius: 6px;
}
.n_product_list dl dt .p3{
    width: calc(48% - 15px);
    margin-left: 15px;
}
.n_product_list dl dt .p3 span{
    display: block;
    width: 100%;
    height: 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #0e3a72;
    line-height: 1.6;
    font-family: "sySC-Bold";
    background: #dfeaf6;
    border-radius: 6px;
}
.n_product_list dl dt .p3 span:last-child{
    margin-top:4px;
}
.n_product_list dl dd{

}
.n_product_list dl dd a{
    display: block;
    padding:18px 15px 12px 20px;
}
.n_product_list dl dd a:hover{
    box-shadow: 0 0 10px #ccc;
    border-radius: 6px;
    background:#fff;
}
.n_product_list dl dd .p1{
    font-size:18px;
    color: #0058b4;
    font-family: "sySC-Regular";
    line-height: 1.2;
}
.n_product_list dl dd .p2{
    margin:10px 0;
    font-size:14px;
    color: #000000;
    line-height: 1.6;
    font-family: "sySC-Medium";
}
.n_product_list dl dd .txt{
    font-size:14px;
    color: #4c4c4c;
    line-height: 1.6;
    font-family: "sySC-Light";
}
.n_product_list dl:first-child{
    width: 34%;
}
.n_product_list dl:first-child:after{
    display: none;
}
.n_product_list dl:first-child dd{
    border:1px solid #d8d8d8;
    border-radius: 6px;
    padding-bottom: 22px;
}
.product_c5{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.product_c5:after{
    content:'';
    position: absolute;
    top:0;
    left:48%;
    width: 1px;
    height: 338px;
    background:#d2d1d1;
    z-index: -1;
}
.product_c5 .text4{
    width: 48%;
}
.product_c5 .text5{
    width: 52%;
}
.n_product_list dl .img2{
    text-align: center;
}
.n_product_list dl .text3 a{
    display: flex;
    flex-wrap: wrap;

}
.n_product_list dl .text3 a .img3{
    width: 100px;
    border-radius: 6px;
}
.n_product_list dl .text3 a .txt3{
    width: calc(100% - 100px);
    padding:0 15px 0 15px;
}
@media(max-width:1720px){
    .n_product_list dl dt .p1,.n_product_list dl dt .p2{
        font-size: 18px;
    }
    .n_product_list dl dt .p3 span{
        font-size:14px;
    }
}
@media(max-width:1600px){
    .n_product_list dl dt .p1,.n_product_list dl dt .p2{
        font-size: 16px;
    }
    .n_product_list dl dt .p3 span{
        font-size:12px;
    }
    .n_product {
        padding: 90px 0;
    }
    .n_product_list dl:after{
        width:50px;
        height:50px;
        right:-50px;
        background-size:30px;
    }
    .n_product_list dl .text2{
        margin-top:350px;
    }
    .n_product_list dl dd a {
        padding: 15px 12px;
    }
    .n_product_list dl dd .p1{
        font-size:16px;
    }
    .n_product_list dl dd .p2{
        font-size:13px;
    }
    .n_product_list dl dd .txt{
        font-size:13px;
    }
    .n_product_list dl:first-child dd{
        padding-bottom:0;
    }
    .product_img .img1{
        bottom:40px;
    }
}
@media(max-width:1280px){
    .n_product {
        padding: 75px 0;
    } 
    .n_product_list dl dt {
        margin-bottom: 10px;
    }
    .n_product_list dl dt .p1,.n_product_list dl dt .p2{
        font-size: 16px;
        height:50px;
    }
    .n_product_list dl dt .p3 span{
        font-size:10px;
        height:23px;
    }
    .n_product_list dl:after {
        width: 40px;
        height: 50px;
        right: -40px;
        background-size: 22px;
    }
    .n_product_list dl dd a {
        padding: 10px 7px;
    }
    .n_product_list dl dd .p1 {
        font-size: 14px;
    }
    .n_product_list dl .img2{
        padding:0 7px;
    }
}
@media(max-width:1099px){


















    .n_product {
        padding: 55px 0;
    } 
    .n_product_list dl:first-child,.n_product_list dl{
        width:100%;
    }
    .n_product_list dl:after{
        display:none;
    }
    .product_c5:after{
        height:210px;
    }
    .product_img{
        display:none;
    }
    .n_product_list dl .text2 {
        margin-top: 0px;
    }
    .n_product_list dl dd a{
        padding:10px;
    }
    .n_product_list dl .text3{
        margin-top:10px;
    }
    .n_product_list dl .text3 a .txt3{
        padding-right:0;
        padding-left:10px;
    }
    .n_product_list dl dd .p2{
        margin:5px 0;
    }



    .n_product_list dl dt .p3 span{
        
    }
    .product_c5 .text4,.product_c5 .text5{
        width:100%;
    }
    .product_c5:after{
        display:none;
    }
    .n_product_list dl:first-child{
        margin-top:0;
    }
    .n_product_list dl{
        margin-top:20px;
    }
    .n_product_list dl dd{
        border: 1px solid #d8d8d8;
        border-radius: 6px;
    }
    .n_product_list dl .text2{
        width:100%;
    }
    .n_product_list dl .text2 .p2{
        max-width:100%;
    }
}
@media(max-width:640px){
    .n_product {
        padding: 40px 0;
    }  
    
    
    
    
    
    
    
}

.product_tops .about_top{
    display: none;
}
.product1{
    margin:75px 0 95px;
}
.pd_li{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pd_li li{
    width: calc(20% - 6.4px);
    
    margin-right: 8px;
    border:1px solid #aaaaaa;
    padding:12px 15px 12px 22px;
    cursor: pointer;
    margin-bottom: 8px;
    
    max-width: 300px;
}

.pd_li li:last-child{
    margin-right: 0;
}
.pd_li li .p1{
    font-size:21px;
    color: #000;
    font-family: "sySC-Medium";
    line-height: 1.2;
}
.pd_li li .p2{
    font-size:18px;
    color: #000;
    font-family: "sySC-ExtraLight";
    line-height: 1.2;
    margin-top:5px;
}
.pd_li li.cur{
    border:1px solid #0058b4;
    background:#0058b4;
}
.pd_li li.cur .p1,.pd_li li.cur .p2{
    color: #fff;
}
.product_tab{
    display: none;
}
.pd1{
    padding:135px 0 95px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items:center;
    justify-content: space-between;
    position: relative;
}
.pd1 .img{
    border-radius: 5px;
    width: 44%;
}
.pd1 .img:hover img{
    transform:scale(1.1);
}
.pd1 .img1{
    width: 20%;
    text-align: center;
}
.pd1 .text{
    width: 30%;
}
.pd1 .text .p1{
    font-size:28px;
    color: rgba(0,88,180,.85);
    font-family: "sySC-Medium";
    margin-bottom: 20px;
}
.pd1 .text .p2{
    font-size:17px;
    color: rgba(0,0,0,.85);
}
.pd2{
    padding:115px 0 95px;
    position: relative;
}
.pd2 .txt1{
    font-size:16px;
    color: rgba(0,0,0,.85);
    text-align: center;
    margin:52px auto 52px;
    max-width: 980px;
}
.pd_img1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 15px;
    border:1px solid #c8c5c4;
    position: relative;
    padding:58px 110px;
    max-width: 1372px;
    margin:0 auto;
}
.pd_img1:before{
    content:'';
    position: absolute;
    top:30px;
    left:0;
    width: 2px;
    height: calc(100% - 60px);
    background:#79a5d3;
}
.pd_img1 p{
    max-width: 32%;
}
.pd3{
    padding:120px 88px 100px;
    position: relative;
}
.pd_list1{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin-top:62px;
    margin-bottom: 80px;
}
.pd_list1 li{
    width: 28%;
    position: relative;
    background: url(../image/about3_bg.png) no-repeat 0 0;
    padding: 40px 25px 25px;
    border:1px solid #afadae;
}
.pd_list1 li:before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    width: calc(100% + 12px);
    height: 24px;
    background: url(../image/hyjz_line.png) no-repeat left center;
}
.pd_list1 li .p1{
    display: flex;
    flex-wrap: wrap;
    
    
}
.pd_list1 li .p1 font{
    font-size:32px;
    color: #0058b4;
    line-height: 1;
    font-weight: 100;
    width: 100%;
    font-family: "sySC-Medium";
}
.pd_list1 li .p1 em{
    display: block;
    font-style: normal;
    width: 12px;
    height: 57px;
    background:url(../image/p_line1.png) no-repeat center;
    background-size: contain;
    margin:0 14px;
    display: none;
}
.pd_list1 li .p1 span{
    font-size:15px;
    color: #0058b4;
    line-height: 1.3;
    width: 100%;
    margin:15px 0 10px;
}
.pd_list1 li .txt{
    font-size:16px;
    color: #47555d;
    line-height: 1.4;
}
.pd_list1 li .txt p{
    margin-bottom: 7px;
}
.pd_list1 li .txt p:last-child{
    margin-bottom: 0;
}
.pd_list2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pd_list2 li{
    width: 44%;
    text-align: center;
}
.pd_list2 li .p1{
    font-size:21px;
    color: rgba(0,0,0,.85);
    line-height: 1.6;
    margin-bottom: 50px;
}

#pd1_tab2{
    top:-160px;
}
.pd1_tab2{
    position: relative;
    padding:120px 0 100px;
}
.p_li2{
    margin-top:55px;
}
.pd_tab2{
    display: none;
}
.pd_tab2_c1{
    padding:120px 0 90px;
    text-align: center;
    position: relative;
}
.pd_tab2_c1 .txt{
    font-size:16px;
    color: rgba(0,0,0,.85);
    margin:50px auto 0;
    text-align: center;
    max-width: 995px;
}
.pd_tab2_c2{
    padding:120px 86px 90px;

}
.pd_tab2_cont1{
    margin-top:60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.pd_tab2_cont1:after,.pd_tab2_cont3_c:after{
    content:'';
    width: 1px;
    height: 100%;
    background:#cfcfcf;
    position: absolute;
    top:0;
    left:50%;
    margin-left: -0.5px;
}
.pd_tab2_l{
    padding-right: 86px;
    width: 50%;
}
.p_t2{
    font-size:21px;
    color: rgba(0,0,0,.85);
    line-height: 1;
}
.pd_tab2_l .txt{
    margin:52px 0 22px;
    font-size:16px;
    color: rgba(0,0,0,.85);
}
.pd_tab2_l .txt p{
    margin-bottom: 15px;
}
.pd_tab2_l .txt p:last-child{
    margin-bottom: 0;
}
.pd_tab2_l .img:hover img{
    transform: scale(1.1);
}
.pd_tab2_r{
    padding-left: 86px;
    width: 50%;
}
.pd_tab2_list1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pd_tab2_list1 li{
    margin-bottom: 25px;
    width: 48%;
}
.pd_tab2_list1 li:nth-child(5),.pd_tab2_list1 li:last-child{
    margin-bottom: 0;
}
.pd_tab2_list1 li p{
    font-size:21px;
    color: rgba(0,0,0,1);
    line-height: 1.4;  
    margin-top:10px;  
    text-align: center;
}
.pd_tab2_cont1 .img:hover .img,.pd_tab2_list1 li:hover .img img{
    transform:scale(1.1);
}

.pd_tab2_cont2{
    margin-top:145px;
}
.pd_tab2_cont2 .p1,.pd_tab2_cont3 .p1{
    font-size:21px;
    color: rgba(0,0,0,.85);
    line-height: 1;
    text-align: center;    
}
.pd_tab2_cont2 .p2{
    font-size:16px;
    color: rgba(0,0,0,.85);
    text-align: center;
    max-width: 890px;
    margin:50px auto 0;
}
.pd_tab2_cont2 .p2 span{
    display: block;
    color: rgba(0,80,188,.85);
    font-family: "sySC-Medium";
}
.pd_tab2_list2{
    margin-top:50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.pd_tab2_list2:after{
    content:'';
    position: absolute;
    top:120px;
    left:50%;
    margin-left: -29.5px;
    width: 59px;
    height: 30px;
    background:url(../image/p_jt2.png) no-repeat center;
}
.pd_tab2_list2 li{
    text-align: center;
    width: 50%;
}
.pd_tab2_list2 li .img{

}
.pd_tab2_list2 li p{
    font-size:21px;
    color: rgba(0,0,0,.85);
    line-height: 1.6;
    margin-top:18px;
}
.pd_tab2_cont3{
    margin-top:115px;
}
.pd_tab2_cont3_c{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top:58px;
    font-size:16px;
    color: rgba(0,0,0,.85);   
}
.pd_tab2_cont3_c .p3{
    font-size:16px;
    color: rgba(0,88,180,.85);
    font-family: "sySC-Medium";
    margin-bottom: 25px;
}
.p_table{
    margin-bottom: 22px;
}
.pd_tab2_cont3_c .txt1{
    margin-bottom: 16px;
}
.pd_tab2_cont3_c .txt1,
.pd_tab2_cont3_c .txt2{
    padding-left: 32px;
}
.pd_tab2_cont3_c .txt2 p{
    position: relative;
    margin-bottom: 16px;

}
.pd_tab2_cont3_c .txt2 p:last-child{
    margin-bottom: 0;
}
.pd_tab2_cont3_c .txt2 p:before{
    content: '';
    position: absolute;
    left: -32px;
    top: 9px;
    width: 14px;
    height: 14px;
    background: url(../image/hy_ico1.png) no-repeat center;    
}
.pd_tab2_c3{
    padding:115px 0 100px;
    position: relative;
}
.p_hy{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top:55px;
}
.p_hy li{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    justify-content: center;
    padding:15px 10px;
    border:1px solid #c6c6c6;
    width: 210px;
    
    border-radius: 6px;
    margin-right: 40px;
    text-align: center;
}
.p_hy li:last-child{
    margin-right: 0;
}
.p_hy li i{
    display: block;
    margin-right: 0px;
    width: 100%;
}
.p_hy li span{
    display: block;
    font-size:15px;
    color: rgba(0,0,0,.85);
    line-height: 1.2;
    width: 100%;
    margin-top:5px;
}
.pd_tab2_c4{
    padding:115px 0 165px;
    position: relative;
}
.p_bottom{
    margin-top:58px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:0 116px;
    position: relative;
}
.p_bottom li{
    width: 44%;
    padding:25px;
    border:1px solid #c8c5c4;
    border-radius: 6px;
    display: flex;
    flex-wrap:wrap;
}
.p_bottom li .img1{
    width: 46px;
}
.p_bottom li .text{
    width: calc(100% - 46px);
    padding-left: 50px;
}
.p_bottom li .text .p1{
    font-size:16px;
    color: #4c4c4c;
    line-height: 1;
}
.p_bottom li .text .p2{
    font-size:21px;
    color: #000;
    font-family: "sySC-Bold";
    line-height: 1.6em;

    margin-top:6px;
}
.p_bottom_more{
    margin-top:20px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.p_bottom_more:after{
    content:'';
    position: absolute;
    left:161px;
    top:0;
    width: 1px;
    height: 100%;
    background:#c8c5c4;
}
.p_bottom_more a{
    width: 150px;
    height: 37px;
    color: #fff;
    display: flex;
    align-items:center;
    justify-content: center;
    border:1px solid #c8c5c4;
    border-radius: 18.5px;
    margin-right: 22px;
    font-size:14px;
    color: rgba(0,0,0,.85);
    font-family: "sySC-Light";
}
.p_bottom_more a:last-child{
    margin-right: 0;
    width: 120px;
}
.p_bottom_more a:hover{
    background:#0058b4;
    color: #fff;
    border:1px solid #0058b4;
}
.pd_tab2_c5{
    padding:118px 0 100px;
    position: relative;
}
.pd_tab2_c5_cont{
    position: relative;
    background: url(../image/p_wg.png) no-repeat 0 0 ;
    padding: 56px 60px;
    margin-top: 65px;
    max-width: 1531px;
    border:1px solid #afadae;
}
.pd_tab2_c5_cont:before{
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    width: calc(100% + 13px);
    height: 24px;
    background: url(../image/hyjz_line.png) no-repeat left center;
}
.pd_tab2_list3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:0 86px;
}
.pd_tab2_list3 dl{
    background:#e2e8ef;
    border-radius: 5px;
    width: 44%;
    padding:25px 50px 25px 28px;
}
.pd_tab2_list3 dl dt{
    padding-left: 32px;
    position: relative;
    font-size:21px;
    color: #47555d;
    line-height: 1.6;
}
.pd_tab2_list3 dl dt:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 14px;
    height: 14px;
    background: url(../image/hy_ico1.png) no-repeat center;
}
.pd_tab2_list3 dl dd{
    padding-left: 32px;
    font-size:16px;
    color: rgba(0,0,0,.85);
    margin-top:10px;
}
.pd_tab2_c6{
    padding:118px 0 98px;
    position: relative;
}
.pd_tab2_list4{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:62px;
}
.pd_tab2_list4 li{
    width: 18.4%;
    max-width: 238px;
    position: relative;
    background: url(../image/p_wg.png) no-repeat 0 0 ;
    padding: 40px 20px;
    border:1px solid #afadae;
}
.pd_tab2_list4 li:before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    width: calc(100% + 13px);
    height: 24px;
    background: url(../image/hyjz_line.png) no-repeat left center;
}
.pd_tab2_list4 li .img{
    line-height: 65px;
    text-align: center;
}
.pd_tab2_list4 li p{
    font-size:16px;
    color: #47555d;
    margin-top:14px;
}
.pd_tab2_c7{
    padding:118px 0;
    position: relative;
}
.pd_tab2_c7_list{
    margin-top:58px;
    position: relative;
}
.pd_tab2_c7_list:before{
    content:'';
    position: absolute;
    left:50%;
    top:0;
    width: 1px;
    height: 100%;
    background:#aaaaaa;
    margin-left: -0.5px;
}
.pd_tab2_c7_list dl{
    margin-bottom: 30px;
}
.pd_tab2_c7_list dl:nth-child(3),.pd_tab2_c7_list dl:last-child{
    margin-bottom: 0;
}
.pd_tab2_img{
    padding:118px 0 98px;
    position: relative;
}
.pd_tab2_img .hy_t3{
    margin-bottom: 60px;
}
.pd_tab2_img1{
    position: relative;
    border-radius: 15px;
    padding:45px 30px;
    display: flex;
    align-items:center;
    justify-content: center;
    border:1px solid #c8c5c4;
}
.pd_tab2_img1:before{
    content:'';
    position: absolute;
    top:30px;
    left:-1px;
    width: 2px;
    height: calc(100% - 60px);
    background:#0058b4;
    opacity: .5;
}
.pd_tab2_c8{
    padding:115px 0 85px;
    position: relative;
}
.pd_tab2_c8_c{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:50px;
    padding:0 86px;
}
.pd_tab2_c8_c li{
    font-size:16px;
    color: #000;
    width: 44%;
}
.pd_tab2_c9{
    padding:115px 0 98px;
    position: relative;
}
.pd_tab2_c9_c{
    position: relative;
    background: url(../image/p_wg.png) no-repeat 0 0 ;
    padding: 60px;
    margin-top: 60px;
    max-width: 1531px;
    border:1px solid #afadae;
}
.pd_tab2_c9_c:before{
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    width: calc(100% + 13px);
    height: 24px;
    background: url(../image/hyjz_line.png) no-repeat left center;
}
.pd_tab2_list5{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pd_tab2_list5 li{
    font-size:16px;
    color: rgba(0,0,0,.85);
    background:#e2e8ef;
    border-radius: 5px;
    width: 47.5%;
    padding:15px 30px;
}
.pd_tab2_list5 li p{
    padding-left: 32px;
    position: relative;
}
.pd_tab2_list5 li p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 14px;
    height: 14px;
    background: url(../image/hy_ico1.png) no-repeat center;
}
.pd_tab2_c9_c .img{
    margin-top:45px;
    text-align: center;
}
.pd_tab2_c10{
    padding:98px 0;
    position: relative;
}
.pd_tab2_list6{
    display: flex;
    flex-wrap: wrap;
    padding:0 86px;
    margin-top:60px;
}
.pd_tab2_list6 li{
    width: calc(100% / 6 - 22.5px);
    margin-bottom: 27px;
    margin-right: 27px;
}
.pd_tab2_list6 li:nth-child(6n){
    margin-right: 0;
}
.pd_tab2_list6 li img{
    border-radius: 5px;    
}
.pd2_list1{
    margin-top:62px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pd2_list1 li{
    width: 32%;
    max-width: 450px;
    position: relative;
}
.pd2_list1 li:after{
    content:'';
    position: absolute;
    right: -85px;
    top: 50px;
    width: 65px;
    height: 65px;
    background:url(../image/jt3.png) no-repeat center;
    background-size: contain;
    display: none;
}
.pd2_list1 li:last-child:after{
    display: none;
}
.pd_tab2_img2{
    margin-top:60px;
}
.pd1_3_c1 .txt{
    max-width: 745px;
}
.pd1_3_c2{
    padding:115px 0 98px;
    position: relative;
}
.pd1_3_c2 .hy_t3{
    margin:60px 0;
}
.pd1_3_c2_cont{
    position: relative;
    background: url(../image/p_wg.png) no-repeat 0 0 ;
    padding: 85px 85px 80px;
    max-width: 1531px;
    border:1px solid #afadae;
}
.pd1_3_c2_cont:before{
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    width: calc(100% + 13px);
    height: 24px;
    background: url(../image/hyjz_line.png) no-repeat left center;
}
.pd1_3_list0{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
}
.pd1_3_list0 li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    width: 32%;
}
.pd1_3_list0 li .img{
    width: 87px;
}
.pd1_3_list0 li .text{
    width: calc(100% - 87px);
}
.pd1_3_list0 li .text .p1{
    font-size:21px;
    color: #47555d;
    line-height: 1;
    margin-bottom: 16px;
}
.pd1_3_list0 li .text .p2{
    font-size:16px;
    color: rgba(0,0,0,.85);
    line-height: 1.6;
}
.pd1_3_c3{
    padding:118px 86px 100px;
    position: relative;
}
.pd1_3_c3 .hy_t3{
    margin-bottom: 45px;
}
.pd1_3_c3 .p1{
    font-size:21px;
    color: rgba(0,0,0,.85);
    line-height: 1.6;
    margin-bottom: 45px;
    text-align: center;
    font-family: "sySC-Medium";
}
.pd1_3_list1{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pd1_3_list1:after{
    content:'';
    position: absolute;
    left:50%;
    top:0;
    width: 1px;
    height: 100%;
    background:#cfcfcf;
    margin-left: -0.5px;
}
.pd1_3_list1 li{
    width: 44%;
    text-align: center;
}
.pd1_3_list1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pd1_3_list1 li{
    width: 44%;
    text-align: center;
}
.pd1_3_list1 li .img img{
    width: 100%;
    display: block;
}
.pd1_3_list1 li .img:hover img{
    transform:scale(1.1);
}
.pd1_3_list1 li .text{
    border-radius: 5px;
    border:1px solid #cfcfcf;
    overflow: hidden;
}
.pd1_3_list1 li .text p{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:center;
    font-size:18px;
    color: rgba(0,0,0,.85);
    line-height: 1.4;
    height: 56px;
}
.pd1_3_list1 li .text:last-child{
    margin-bottom: 0;
}
.pd1_3_list1-2{
    margin:30px 0 100px;
}
.pd1_3_list1-2 li .text{
    margin-bottom: 30px;
}
.pd1_3_list1-2 li .text .img{
    margin-bottom: 3px;
}
.pd1_3_list1-2 li .text .img:last-child{
    margin-bottom: 0;
}
.pd1_3_list2{
    margin-bottom: 100px;    
}
.pd1_3_list2 li{
    margin-bottom: 30px;
}
.pd1_3_list3{
    margin-top:60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.pd1_3_list3:after{
    content:'';
    position: absolute;
    left:50%;
    top:0;
    width: 1px;
    height: 100%;
    background:#cfcfcf;
    margin-left: -0.5px;
}
.pd1_3_list3 li{
    width: 44%;
    margin-bottom: 40px;
}
.pd1_3_list2 li:nth-child(3),.pd1_3_list2 li:last-child,.pd1_3_list3 li:nth-child(3),.pd1_3_list3 li:last-child{
    margin-bottom: 0;
}
.pd1_3_list3 li img{
    border-radius: 5px;
}
@media(max-width: 1720px){
    .pd_li li .p2{
        font-size:18px;
    }
}
@media(max-width: 1600px){
    .product1 {
        margin: 75px 0;
    }
    .pd_li li{
        padding:12px 20px;
    }
    .pd_li li .p1{
        font-size:16px;
    }
    .pd_li li .p2{
        font-size:14px;
    }
    .pd1,.pd2,.pd_tab2_c4,.pd_tab2_img,.pd1_3_c2,.pd1_3_c3,.pd_tab2_c5,.pd_tab2_c6,.pd_tab2_c7,.pd_tab2_c9,.pd_tab2_c10{
        padding: 95px 0;
    }
    .pd1 .text .p1{
        font-size:20px;
    }
    .pd1 .text .p2,.pd_tab2_list3 dl dd{
        font-size:14px;
    }
    .pd2 .txt1 {
        font-size: 14px;
        margin: 35px 0;
    }
    .pd_img1{
        padding:30px 50px;
    }
    .pd3,.pd_tab2_c2{
        padding:95px 50px;
    }
    .pd_list1 {
        margin-top: 40px;
        margin-bottom: 55px;
    }
    .pd_list1 li{
        padding:25px 20px 20px;
    }
    .pd_list1 li .p1{
        margin-bottom: 15px;
    }
    .pd_list1 li .p1 font{
        font-size:26px;
    }
    .pd_list1 li .p1 span{
        font-size:14px;
    }
    .pd_tab2_list3 dl dt{
        font-size:15px;
    }
    .pd_list1 li .p1 em{
        width:9px;
        margin:0 10px;
        height:52px;
    }
    .pd_list1 li .txt,.pd_tab2_c8_c li{
        font-size:14px;
    }
    .pd_list2 li .p1{
        margin-bottom:25px;
    }
    .pd1_tab2,.pd_tab2_c1,.pd_tab2_c3{
        padding:75px 0;
    }
    .pd_tab2_c1 .txt {
        font-size: 14px;
        margin: 30px auto 0;
    }
    .pd_tab2_l .txt{
        font-size:14px;
        margin: 35px 0 20px;
    }
    .pd_tab2_l .txt p{
        margin-bottom:10px;
    }
    .pd_tab2_list1 li p {
        font-size: 15px;
        margin-top: 5px;
    }
    .pd_tab2_cont2,.pd_tab2_cont3{
        margin-top: 90px;
    }
    .pd_tab2_cont2 .p2,.pd_tab2_cont3_c{
        font-size:14px;
    }
    .pd_tab2_cont2 .p2 span{
        font-size:16px;
    }
    .pd_tab2_list2 li p,.p_t2,.pd_tab2_cont2 .p1, .pd_tab2_cont3 .p1{
        font-size:18px;
    }
    .p_hy li{
        width:170px;
        padding:12px 15px;
    }
    .p_hy li span{
        font-size:14px;
    }
    .pd1_3_list1 li .text p,.pd1_3_c3 .p1{
        font-size:18px;
    }
    .p_bottom{
        padding:0 50px;
    }
    .p_bottom li .text{
        padding-left:35px;
    }
    .p_bottom li .text .p1{
        font-size:15px;
    }
    .p_bottom li .text .p2{
        font-size:17px;
    }
    .p_bottom_more a{
        width:130px;
        font-size:12px;
        margin-right:65px;
    }
    .p_bottom_more a:last-child{
        width:100px;
    }
    .p_bottom_more:after{
        left:162.5px;
    }
    .pd_tab2_l{
        padding-right: 50px;
    }
    .pd_tab2_r{
        padding-left: 50px;
    }
    .pd_tab2_c8{
        padding:95px 0 85px;
    }
    .pd_tab2_c8_c{
        padding:0;
    }
    .pd1_3_c2_cont{
        padding:70px 50px;
    }
    .pd1_3_list0 li .text .p1{
        font-size:18px;
        margin-bottom: 6px;
    }
    .pd1_3_list0 li .text .p2{
        font-size:15px;
    }
    .pd1_3_list2{
        margin-bottom:75px;
    }
    .pd_tab2_img2{
        padding:35px 20px;
    }
    .pd1_3_list0 li{
        margin-bottom:35px;
    }
    .pd_tab2_c5_cont{
        margin-top:50px;
        padding:50px 30px;
    }
    .pd_tab2_list3{
        padding:0 30px;
    }
    .pd_tab2_list4 li p{
        font-size:14px;
    }
    .pd_tab2_list3,.pd_tab2_list4{
        margin-top:50px;
    }
    .pd_tab2_c5_cont .pd_tab2_list3{
        margin-top:0;
    }
    .pd_tab2_img .hy_t3{
        margin-bottom:50px;
    }
    .pd_tab2_c9_c{
        padding:35px;
    }
    .pd_tab2_list6 {
        padding: 0 0px;
        margin-top: 50px;
    }
    .pd_tab2_img1{
        padding:20px;
    }
    .pd_tab2_list5 li{
        padding:15px 20px;
        
    }
    
    
    
    .pd1_3_c1 .hy_t3 h2{
        font-size:18px;
    }
}
@media(max-width: 1280px){
    .pd1, .pd2, .pd_tab2_c4,.pd_tab2_img,.pd1_3_c2,.pd1_3_c3,.pd3, .pd_tab2_c2,.pd_tab2_c8,.pd_tab2_c5,.pd_tab2_c6,.pd_tab2_c7,.pd_tab2_c9,.pd_tab2_c10{
        padding: 75px 0;
    }
    .pd_list1 li .p1 span{
        font-size: 13px;
    }
    .pd_img1 {
        padding: 20px 25px;
    }
    .pd_tab2_l{
        padding-right: 35px;
    }
    .pd_tab2_r{
        padding-left: 35px;
    }
    .p_bottom {
        padding: 0 0px;
        margin-top:50px;
    }
    .p_hy li {
        width: 150px;
        padding: 10px 12px;
        margin-right: 25px;
    }
    .p_hy li i {
        
    }
    .pd_tab2_c8_c{
        padding:0;
    }
    .pd_tab2_cont2, .pd_tab2_cont3 {
        margin-top: 70px;
    }
    .pd_tab2_cont2 .p2{
        margin: 35px auto 0;
    }
    .pd_tab2_cont3_c .txt1, .pd_tab2_cont3_c .txt2 {
        padding-left: 22px;
    }
    .pd1_3_list3,.pd2_list1,.pd_tab2_img2,.pd_tab2_c9_c{
        margin-top:50px;
    }
    .pd_tab2_img2{
        padding:25px 20px;
    }
    .pd1_3_c2_cont{
        padding:50px 30px;
    }
    .pd_tab2_list3{
        padding:0 0px;
    }
    .pd_tab2_list3 dl {
        padding: 25px 25px;
    }
    .pd_tab2_c8_c li{
        width:46%;
    }
    .pd_list1 li .p1 font{
        font-size:24px;
    }
    .p_bottom li .text {
        padding-left: 20px;
    }
    .p_bottom_more a{
        margin-right: 30px;
    }
    .p_bottom_more:after {
        left: 145px;
    }
    .pd_tab2_list2 li p, .p_t2, .pd_tab2_cont2 .p1, .pd_tab2_cont3 .p1{
        font-size:16px;
    }
}
@media(max-width: 1099px){
    .pd_li li{
        height:auto;
        padding:12px 15px;
        width: calc(30% - 6.4px);
    }
    .pd_list1 li{
        width:30%;
    }
    .pd_list1 li .p1{
        flex-wrap:wrap;
    }
    .pd_list1 li .p1 em{
        display:none;
    }
    .pd_list1 li .p1 span {
        width:100%;
        margin-top:10px;
    }
    .pd_list2 li{
        width:46%;
    }
    .pd_list2 li .p1{
        font-size:18px;
        margin-bottom:15px;
    }
    .p_bottom li{
        padding:20px;
        width:48%;
    }
    .p_bottom li .img1 {
        width: 40px;
    }
    .p_bottom li .text {
        width: calc(100% - 40px);
        padding-left: 20px;
    }
    .p_bottom_more a {
        
        font-size: 12px;
        margin-right: 30px;
        height: 35px;
    }
    .p_bottom_more a:last-child{
        width:90px;
    }
    
    
    
    .pd2 .txt1 {
        margin: 20px 0;
    }
    .pd1_3_list0 li{
        width:48%;
    }
    .pd_tab2_list3 dl {
        width:47%;
        padding: 25px 20px;
    }
    .pd_tab2_list4 li{
        width:100%;
        max-width:100%;
        display:flex;
        flex-wrap:wrap;
        padding: 20px 20px;
        align-items:center;
        margin-bottom:20px;
        background: url(../image/p_wg.png) no-repeat 0 0;
        background-size:contain;
    }
    .pd_tab2_list4 li:last-child{
        margin-bottom:0;
    }
    .pd_tab2_list4 li .img{
        width:55px;   
    }
    .pd_tab2_list4 li .img img{
        max-height:35px;
    }
    .pd_tab2_list4 li p{
        width:calc(100% - 55px);
        padding-left:0px;
    }
    .p_bottom li .text .p2{
        font-size:16px;
    }
    .pd_tab2_list6 li{
        width: calc(100% / 4 - 15px);
        margin-bottom: 20px;
        margin-right: 20px;
    }
    .pd_tab2_list6 li:nth-child(6n){
        margin-right: 20px;
    }
    .pd_tab2_list6 li:nth-child(4n){
        margin-right: 0;
    }
}
@media(max-width: 991px){
    .pd1_3_c1 .hy_t3 h2,.pd1_3_c2 .hy_t3 h2{
        font-size:16px;
    }
    .pd_li li .p2{
        font-size:12px;
    }
    .pd_list1 li .p1 font{
        font-size:22px;
    }
    .pd_tab2_list4 li p{
        font-size:13px;
    }
    .pd_tab2_list2 li p{
        font-size:14px;
    }
    .pd_list1 li{
        width:100%;
        margin-right:0;
        margin-bottom:25px;
    }
    .pd_list1 li:last-child{
        margin-bottom:0;
    }
}
@media(max-width: 820px){
    .product1{
        margin:55px 0;
    }
    .pd1,.pd2,.pd3,.pd_tab2_c2,.pd_tab2_c4,.pd1_tab2,.pd_tab2_c1,.pd_tab2_c3,.pd_tab2_img,.pd1_3_c2,.pd1_3_c3,.pd_tab2_c5,.pd_tab2_c6,.pd_tab2_c7,.pd_tab2_c8,.pd_tab2_c9,.pd_tab2_c10{
        padding: 55px 0;
    }
    .pd_tab2_list2:after{
        top:80px;
    }
    .pd_li li:nth-child(3n){
        margin-right:0;
    }
    .pd1 .text .p1 {
        font-size: 16px;
        margin-bottom:10px;
    }
    .pd_li li{
        padding:7px 15px;
    }
    .pd_li li .p1{
        font-size: 14px;
    }
    .pd1_3_list1 li .text p{
        font-size:16px;
        height:46px;
    }
    .pd1_3_list2{
        margin-bottom:55px;
    }
    .pd1_3_c2_cont {
        padding: 35px 20px;
    }
    .pd1_3_list0 li{
        margin-bottom:20px;
    }
    .pd1_3_list0 li .text .p1{
        font-size: 16px;
    }
    .pd1_3_list0 li .text .p2{
        font-size: 14px;
    }
    .p_bottom li{
        padding:15px;
    }
    .pd1_3_c2 .hy_t3 {
        margin: 35px 0;
    }
    .pd1_3_list0 li .img {
        width: 70px;
    }
    .pd1_3_list0 li .img img{
        max-height:40px;
    }
    .pd1_3_list0 li .text {
        width: calc(100% - 70px);
    }
    .pd1_3_c3 .p1,.pd_tab2_list3 dl dt,.pd_tab2_list5 li{
        font-size:16px;
    }
    .pd_tab2_list3 dl dt:before{
        top:4px;
    }
    .pd_tab2_c5_cont{
        margin-top:35px;
        padding:30px 20px;
    }
    .pd_tab2_list3 dl {
        width:48%;
        padding: 20px 20px;
    }
    .pd_tab2_list3,.pd_tab2_list4,.pd_tab2_c9_c{
        margin-top:30px;
    }
    .pd_tab2_img .hy_t3{
        margin-bottom:30px;
    }
    .pd_tab2_c9_c{
        padding:25px;
    }
    .pd_tab2_list6,.pd_tab2_c8_c{
        margin-top: 30px;
    }
    .pd_tab2_img1{
        padding:15px;
    }
    .pd1_3_c1 .hy_t3 h2,.pd1_3_c2 .hy_t3 h2{
        font-size:16px;
    }
    .pd_list1 li .p1 font{
        font-size:20px;
    }
    .p_bottom_more:after {
        left: 120px;
    }
    .p_bottom li .img1 {
        width: 35px;
    }
    .p_bottom li .text {
        width: calc(100% - 35px);
        padding-left:12px;
    }
    .p_bottom_more a{
        width:110px;
        font-size:10px;
        margin-right: 20px;
        height:30px;
    }
    .p_bottom_more a:last-child{
        width:80px;
    }
    .p_hy li{
        width: 32%;
        padding: 10px 12px;
        margin-right: 2%;
        margin-bottom:5px;
    }
    .p_hy li:nth-child(3n){
        margin-right:0;
    }
}
@media(max-width: 640px){
    .product1{
        margin:40px 0;
    }
    .pd_li li {
        width: calc(32% - 6.4px);
    }
    .pd1,.pd2,.pd3,.pd_tab2_c2,.pd_tab2_c4,.pd1_tab2,.pd_tab2_c1,.pd_tab2_c3,.pd_tab2_img,.pd1_3_c2,.pd1_3_c3,.pd_tab2_c5,.pd_tab2_c6,.pd_tab2_c7,.pd_tab2_c8,.pd_tab2_c10,.pd_tab2_c9{
        padding: 40px 0;
    }
    .pd_li li .p1{
        font-size: 14px;
    }
    .pd_li li .p2{
        font-size:10px;
    }
    .pd_tab2_c3{
        padding:40px 0 30px;
    }
    .pd3, .pd_tab2_c2{
        padding:40px 0;
    } 
    .pd_li{
        justify-content:flex-start;        
    }
    .pd_li li{
        width:49%;
        height:auto;
        padding:10px;
        margin-right:2%;
        max-width:100%;
    }
    .pd_li li:nth-child(3n){
        margin-right:2%;
    }
    .pd_li li:nth-child(2n){
        margin-right:0!important;
    }
    .pd1 .text{
        width:100%;
    }
    .pd1 .img1{
        width:100%;
        margin:15px 0;
    }
    .pd1 .img1 img{
        max-height:150px;
    }
    .pd1 .img{
        width:100%;
    }
    .pd_img1 {
        padding: 15px 15px;
    }
    .pd_list1 {
        margin-top: 30px;
        margin-bottom: 35px;
    }
    .pd_list1 li{
        width:100%;
        margin-bottom:20px;
    }
    .pd_list1 li:last-child{
        margin-bottom:0;
    }
    
    
    
    
    
    
    .pd_list1 li .p1 span {
        
        
        margin-bottom:0;
    }
    .pd_list2 li .p1{
        font-size:16px;
    }
    .pd_tab2_c1 .txt {
        margin: 25px auto 0;
    }
    .pd_tab2_cont1{
        margin-top:35px;
    }
    .pd_tab2_l{
        width:100%;
        padding-right:0;
    }
    .pd_tab2_l .img{
        text-align:center;
        width:100%;
    }
    .p_t2{
        font-size:16px;
    }
    .pd_tab2_l .txt {
        margin: 20px 0 15px;
    }
    .pd_tab2_l .txt p{
        margin-bottom:0;
    }
    .pd_tab2_r{
        width:100%;
        padding-left:0;
        margin-top:25px;
    }
    .pd_tab2_list1 li {
        margin-bottom: 18px;
    }
    .pd_tab2_list1 li p,.pd1_3_list1 li .text p{
        font-size:14px;
    }
    .pd_tab2_cont1:after, .pd_tab2_cont3_c:after,.pd_tab2_c7_list:before{
        display:none;
    }
    .pd_tab2_cont2, .pd_tab2_cont3 {
        margin-top: 41px;
    }
    .pd_tab2_cont2 .p2 {
        margin: 20px auto 0;
    }
    .pd_tab2_list2,.pd_tab2_img2,.p_hy,.pd1_3_list3{
        margin-top:30px;
    }
    .p_hy li span{
        font-size:13px;
    }
    .pd1_3_c3 .p1{
        font-size: 16px;
    }
    .p_bottom li{
        width:100%;
        margin-bottom:15px;
    }
    .p_bottom li:last-child,.pd1_3_list0 li:last-child{
        margin-bottom:0;
    }
    .pd1_3_list1 li .text p{
        height:42px;
    }
    .pd1_3_list2,.pd2_list1{
        margin-top:30px;
    }
    .pd_tab2_img2,.pd1_3_c2_cont{
        padding:15px 15px;
    }
    .pd1_3_list0 li{
        width:100%;
    }
    .pd1_3_c2 .hy_t3 {
        margin: 25px 0;
    }
    .pd1_3_list0 li .img {
        width: 55px;
    }
    .pd1_3_list0 li .img img{
        max-height:35px;
    }
    .pd1_3_list0 li .text {
        width: calc(100% - 55px);
    }
    .pd1_3_c3 .hy_t3,.pd1_3_c3 .p1{
        margin-bottom: 30px;
    } 
    .pd1_3_list1-2 {
        margin: 30px 0 55px;
    }
    .pd1_3_list1-2 li .text,.pd1_3_list3 li{
        margin-bottom:15px;
    }
    .pd_tab2_c5_cont{
        margin-top:25px;
        padding:15px;
    }
    .pd_tab2_list3 dl {
        width:100%;
        padding: 15px;
    }
    .pd_tab2_list4 li{
        padding:12px 15px;
    }
    .pd_tab2_c7_list dl{
        margin-bottom:15px;
    }
    .pd_tab2_c8_c li{
        width:100%;
    }
    .pd_tab2_c9_c{
        padding:15px;
    }
    .pd_tab2_list5 li{
        width:100%;
        margin-bottom:15px;
        padding:15px;
    }
    .pd_tab2_list5 li:last-child{
        margin-bottom:0;
    }
    .pd_tab2_list3 dl dt,.pd_tab2_list3 dl dd,.pd_tab2_list5 li p{
        padding-left:22px;
    }
    .pd_tab2_list5 li{
        font-size:14px;
    }
    .pd_tab2_list5 li p:before{
        top:5px;
    }
    .p_bottom li .text .p2{
        font-size:15px;
    }
    .pd_tab2_img1{
        padding:10px;
    }
    .pd_tab2_list6 li{
        width: calc(100% / 4 - 6px);
        margin-bottom: 8px;
        margin-right: 8px;
    }
    .pd_tab2_list6 li:nth-child(6n){
        margin-right: 8px;
    }
    .pd_tab2_list6 li:nth-child(4n){
        margin-right: 0;
    }
    .pd_list1 li .p1 font{
        font-size:16px;
    }
    .hy_t3 h2 span{
        text-align:left!important;
    }
}
@media(max-width:460px){
    .pd1_li li:nth-child(3){
        width:100%;
        margin-right:0;
    }
    .pd_img1 p{
        max-width:100%;
        text-align:center;
        margin-bottom:15px;
    }    
    .pd_img1 p:last-child{
        margin-bottom:0;
    }
    .pd_list2 li{
        width:100%;
        margin-bottom:15px;
    }
    .pd_list2 li:last-child{
        margin-bottom:0;
    }
    .pd_tab2_list2 li{
        width:100%;
        padding:0 15%;
        margin-bottom:50px;
    }
    .pd_tab2_list2 li:last-child{
        margin-bottom:0;
    }
    .pd_tab2_list2:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -29.5px;
        width: 59px;
        height: 30px;
        background: url(../image/p_jt2.png) no-repeat center;
        background-size:25px;
        transform:rotate(90deg);
        margin-top:-16px;
    }
    .pd_tab2_cont3_c .txt2 p{
        margin-bottom:12px;
    }
    .pd_tab2_cont3_c .txt2 p:before{
        left:-22px;
        top:6px;
    }
    .pd1 .text .p2, .pd_tab2_list3 dl dd{
        font-size:13px;
    }
    .p_hy li{
        width:32%;
        margin-right:2%;
        margin-bottom:10px;
        padding:5px 3px;
        height:auto;
        min-height:55px;
    }
    .p_hy li:nth-child(3n){
        margin-right:0;
    }
    .p_hy li:nth-child(4),.p_hy li:nth-child(5),.p_hy li:nth-child(6){
        margin-bottom:0;
    }
    
    
    
    .p_hy li i {
        
    }
    .p_hy li i img{
        max-height:20px;
    }
    .p_hy li span{
        font-size: 10px;
    }
    .p_bottom {
        margin-top: 30px;
    }
    .pd2_list1 li,.pd1_3_list1 li{
        width:100%;
        text-align:center;
        margin-bottom:15px;
    }
    .pd2_list1 li:last-child,.pd1_3_list1 li:last-child,.pd1_3_list3 li:last-child{
        margin-bottom:0;
    }
    .pd1_3_list1:after,.pd1_3_list3:after{
        display:none;
    }
    .pd1_3_list1-2 {
        margin: 15px 0 40px;
    }
    .pd1_3_list3 li{
        width:100%;
    }
    .pd_tab2_list1 li p, .pd1_3_list1 li .text p{
        font-size:13px;
    }
    .p_bottom li .text .p2{
        font-size:14px;
    }
}

.pd2_c1{
    position: relative;
    padding:70px 0 85px;
}
.pd2_c1_cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:0 86px;
    margin-top:55px;
    position: relative;
}
.pd2_c1_cont:after{
    content:'';
    position: absolute;
    top:0;
    left:50%;
    margin-left: -0.5px;
    width: 1px;
    height: 100%;
    background:#d2d1d1;
}
.pd2_c1_cont .txt{
    width: 44%;
    font-size:17px;
    color: rgba(0,0,0,.85);
}
.pd2_c1_cont .txt .p1{
    font-size:21px;
    line-height: 1;
    margin-bottom: 15px;
}
.pd2_c1_cont .txt p{
    margin-bottom: 10px;
}
.pd2_c1_cont .txt p:last-child{
    margin-bottom: 0px;
}

.pd2_c2{
    padding:118px 0 60px;
    position: relative;
}
.pd_bg_img{
    position: relative;
    background: url(../image/p_wg.png) no-repeat 0 0 ;
    padding: 40px 30px;
    max-width: 1531px;
    border:1px solid #afadae;
    text-align: center;
    margin-top:50px;
}
.pd_bg_img:before{
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    width: calc(100% + 13px);
    height: 24px;
    background: url(../image/hyjz_line.png) no-repeat left center;
}
.pd_bg_img .p3{
    font-size:21px;
    color: rgba(0,0,0,.85);
    line-height: 1.6;
    margin-bottom: 22px;
}
.p2_list1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:0 74px;
    margin-top:78px;
}
.p2_list1 li{
    text-align: center;
    width: 31%;
    margin-bottom: 45px;
}
.p2_list1 li .img{
    border-radius: 5px;
}
.p2_list1 li .img img{
    width: 100%;
}
.p2_list1 li .img:hover{
    border:1px solid #b3b3b3;
}
.p2_list1 li .img:hover img {
    transform:scale(1.1);
}
.p2_list1 li p{
    font-size:21px;
    color: rgba(0,0,0,.85);
    line-height: 1.6;
    margin-top:16px;    
}
.pd2_c1 .n_t1{
    margin-bottom: 60px;
}
.p2_tab_cont{
    padding:120px 0 0;
    position: relative;
}
.product2_tab{
    display: none;
}
.p2_tab_c1{
    padding:120px 90px;
}
.p2_tab_c1_text{
    margin-top:50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.p2_tab_c1_text:before{
    content:'';
    position: absolute;
    top:0;
    left:50%;
    margin-left: -0.5px;
    width: 1px;
    height: 100%;
    background:#d2d1d1;
}
.p2_tab_c1_text .text{
    width:44%;
    font-size:17px;
    color: rgba(0,0,0,.85);
}
.p2_tab_c1_text .text .txt{

}
.p2_tab_c1_text .text .txt p{
    padding-left: 32px;
    position: relative;
}
.p2_tab_c1_text .text .txt p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 14px;
    height: 14px;
    background: url(../image/hy_ico1.png) no-repeat center;
}
.pd_tab2_c1-2{
    margin-top:60px;
    position: relative;
    background: url(../image/p_wg.png) no-repeat 0 0 ;
    padding: 60px 75px;
    max-width: 1531px;
    border:1px solid #afadae;
    margin-bottom: 105px;
}
.pd_tab2_c1-2:before{
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    width: calc(100% + 13px);
    height: 24px;
    background: url(../image/hyjz_line.png) no-repeat left center;
}
.p_t1 h2{
    font-size:21px;
    color: rgba(0,0,0,.85);
    font-family: "sySC-Medium";
    line-height: 1;
}
.p2_tab_list1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:52px;
}
.p2_tab_list1 li{
    text-align: left;
    width: 16%;
}
.p2_tab_list1 li .img{
    line-height: 55px;
}
.p2_tab_list1 li .p1{
    font-size:21px;
    color: #0058b4;
    line-height: 1;
    margin:28px 0 10px;
}
.p2_tab_list1 li p{
    font-size:16px;
    color: rgba(0,0,0,.85);
}
.p2_tab_list2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:52px;  
    padding:0 86px;  
}
.p2_tab_list2 li{
    width: 30%;
}
.p2_tab_list2 li .img{
    border-radius: 5px;
}
.p2_tab_list2 li .img img{
    width: 100%;
}
.p2_tab_list2 li .img:hover img{
    transform:scale(1.1);
}



.pd_tab2_t1{
    margin:55px 0 60px;
}
.pd_tab2_img1{
    padding:28px;
}
.p2_tab_list3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:45px;
    position: relative;
    margin-bottom: 100px
}
.p2_tab_list3:before{
    content:'';
    position: absolute;
    top:0;
    left:50%;
    margin-left: -0.5px;
    width: 1px;
    height: 100%;
    background:#d2d1d1;
}
.p2_tab_list3 ul{
    width: 43%;
}
.p2_tab_list3 ul dl{
    margin-bottom: 30px;
}
.p2_tab_list3 ul dl:last-child{
    margin-bottom: 0;
}
.p2_tab_list3 ul dt{
    font-size:17px;
    color: #0058b4;
    line-height: 1.6;
    margin-bottom:10px;
}
.p2_tab_list3 ul dd{

}
.p2_tab_list3 ul dd p{
    padding-left: 32px;
    position: relative;
    font-size:17px;
    color: rgba(0,0,0,.85);
}
.p2_tab_list3 ul dd p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 14px;
    height: 14px;
    background: url(../image/hy_ico1.png) no-repeat center;
}
.p2_text1{
    font-size:17px;
    color: #000;
    max-width: 900px;
    margin:40px auto 0;
    text-align: center;
}   
.p2_text1 font{
    color: #0058b4;
    font-family: "sySC-Medium";
}
.pd_tab2_img2{
    
    padding:50px 20px;
}
.pd_tab2_c4 .pd_tab2_img2{
    margin-top:22px;
}
.p2_table{
    margin-top:46px;
    border-radius: 5px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 15px;
}
.p2_table::-webkit-scrollbar{
    width:6px;
    height:5px;
    background-color:#0058b4;
}
.p2_table img{
    max-width: 100%;
    
}
.p2_table table{
    min-width: 1371px;
    display: none;
}
.p2_table1{
    margin-bottom: 105px;
}
.p2_tab2_list1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:50px;
}
.p2_tab2_list1 dl{
    width: 47%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.p2_tab2_list1 dl:nth-child(5),.p2_tab2_list1 dl:last-child{
    margin-bottom: 0;
}
.p2_tab2_list1 dl dt{
    width: 64px;
    text-align: center;
}
.p2_tab2_list1 dl dd{
    width: calc(100% - 64px);
    padding-left: 28px;
    text-align: left;
}
.p2_tab2_list1 dl dd .p1{
    font-size:21px;
    color: #0058b4;
    line-height: 1;
    margin-bottom: 12px;
}
.p2_tab2_list1 dl dd .txt1{
    font-size:16px;
    color: rgba(0,0,0,.85);
    line-height: 1.6;
}
.p2_tab2_list2{
    margin-top:50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
    margin-bottom: 120px;
}
.p2_tab2_list2 li{
    width: 30%;
    padding: 40px 52px 30px;
    background:#fff;
    box-shadow: 0 0 10px #ccc;
    border-radius: 5px;
    position: relative;
    text-align: left;
}
.p2_tab2_list2 li:before{
    content: '';
    position: absolute;
    top: 30px;
    left: -1px;
    width: 2px;
    height: calc(100% - 60px);
    background: #0058b4;
    opacity: .5;
}
.p2_tab2_list2 li .p1{
    font-size:20px;
    color: rgba(0,80,180,.85);
    line-height: 1;
    padding: 0 0 28px;
    border-bottom: 1px solid #bfbfbf;
    position: relative;
}
.p2_tab2_list2 li .p1:before{
    content:'';
    position: absolute;
    bottom:-7px;
    left:-18px;
    width: 13px;
    height: 13px;
    background:url(../image/line1_img.png) no-repeat center;
}
.p2_tab2_list2 li .txt1{
    margin-top:24px;
}
.p2_tab2_list2 li .txt1 dl{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 18px;
}
.p2_tab2_list2 li .txt1 dl:last-child{
    margin-bottom: 0;
}
.p2_tab2_list2 li .txt1 dl dt{
    font-size:21px;
    color: rgba(0,80,188,.85);
    line-height: 1;
    width: 40px;
}
.p2_tab2_list2 li .txt1 dl dd{
    width: calc(100% - 40px);
    font-size:17px;
    color: rgba(0,0,0,.85);
}
.p2_tab2_list2 li .txt1 dl dd span{
    display: block;
    line-height: 1;
    font-family: "sySC-Medium";
}
.p2_tab2_list2 li .txt1 dl dd p{
    line-height: 1.6;
    margin-top:3px;
}
.p2_tab2_c3{
    padding:0 85px;
}
.p2_tab2_img1{
    margin-top:50px;
}
.p2_tab3_img1{
    padding:60px 20px;
    margin-top:55px;
}
.p2_tab3_c2{
    padding:118px 0 100px;
}
.p2_tab3_c2 .hy_t3{
    text-align: left;
}
.p2_tab3_list1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.p2_tab3_list1:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #cfcfcf;
    margin-left: -0.5px;
}
.p2_tab3_list1 dl{
    padding:0 86px;
    width: 50%;
}
.p2_tab3_list1 dl dd{
    margin-top:60px;
    border:1px solid #b2b2b2;
    border-radius: 5px;
    padding:20px;
    line-height: 558px;
    text-align: center;
}
.p2_tab3_list2{
    padding:0 86px;
    position: relative;
}
.p2_tab3_list2 li p{
    font-size: 18px;
    color: rgba(0,0,0,.85);
}
.p2_tab4_c3{
    padding:115px 0;
}
.p2_tab4_c3 .hy_t3{
    text-align: left;
}
.p2_tab4_list1{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.p2_tab4_list1:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #cfcfcf;
    margin-left: -0.5px;
}
.p2_tab4_list1 li{
    width: 50%;
    padding:0 86px;
}
.p2_tab4_list1 li .text1{
    margin-bottom: 105px;
}
.p2_tab4_list1 li .txt{
    margin-top:60px;
    padding:18px 40px;
    position: relative;
    border: 1px solid #c8c5c4;
    border-radius: 15px;
}
.p2_tab4_list1 li .txt:before{
    content: '';
    position: absolute;
    top: 30px;
    left: -1px;
    width: 2px;
    height: calc(100% - 60px);
    background: #0058b4;
    opacity: .5;
}
.p2_tab4_list1 li .txt p{
    position: relative;
    padding-left: 32px;
    font-size: 17px;
    color: rgba(0, 0, 0, .85);
}
.p2_tab4_list1 li .txt p:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 9px;
    width: 14px;
    height: 14px;
    background: url(../image/hy_ico1.png) no-repeat center;
}
.p2_tab5_c1{
    padding:118px 0px 100px;
}
.p2_tab5_list2{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p2_tab5_list2:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #cfcfcf;
    margin-left: -0.5px;
}
.p2_tab5_list2 li{
    padding:0 86px;
    width: 50%;
}
.p2_tab5_list2 li .hy_t3{
    text-align: left;
}
.p2_tab5_list2 li .txt,.p2_tab5_list2 li .img{
    margin-top:55px;
}
.p2_tab5_list2 li .txt{
    padding:22px 40px;    
    position: relative;
    border: 1px solid #c8c5c4;
    border-radius: 15px;
}
.p2_tab5_list2 li .txt:before{
    content: '';
    position: absolute;
    top: 30px;
    left: -1px;
    width: 2px;
    height: calc(100% - 60px);
    background: #0058b4;
    opacity: .5;
}
.p2_tab5_list2 li .txt dl{
    margin-bottom: 15px;
    line-height: 1.8;
}
.p2_tab5_list2 li .txt dl:last-child{
    margin-bottom: 0;
}
.p2_tab5_list2 li .txt dl dt{
    font-size: 17px;
    font-family: "sySC-Medium";
    color: #0058b4;
    padding-left: 32px;
    position: relative;
}
.p2_tab5_list2 li .txt dl dt:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 14px;
    height: 14px;
    background: url(../image/hy_ico1.png) no-repeat center;
}
.p2_tab5_list2 li .txt dl dd{
    font-size: 16px;
    color:rgba(0,0,0,.85); 
    padding-left: 32px;
}
.p2_tab5_list2 li .img{
    text-align: center;
}
.p2_tab6_c1{
    padding:118px 86px 105px;
}
.p2_tab6_list2{
    padding:28px 30px 5px;
    border: 1px solid #c8c5c4;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top:60px;
}
.p2_tab6_list2:before{
    content: '';
    position: absolute;
    top: 30px;
    left: -1px;
    width: 2px;
    height: calc(100% - 60px);
    background: #0058b4;
    opacity: .5;
}
.p2_tab6_list2 li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    background: #dae3ed;
    padding:15px 18px;
    border-radius: 5px;
}
.p2_tab6_list2 li:nth-child(3n){
    margin-right: 0;
}
.p2_tab6_list2 li p{
    font-size: 16px;
    color: rgba(0,0,0,.85);
    position: relative;
    padding-left: 32px;
}
.p2_tab6_list2 li .p1{
    font-size: 16px;
    font-family: "sySC-Medium";
    color: #0058b4;
}
.p2_tab6_list2 li .p1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 14px;
    height: 14px;
    background: url(../image/hy_ico1.png) no-repeat center;
}
.pd_img_box1{
    padding-left: 86px;
    padding-right: 86px;
}
.p2_tab_cont .dingwei{
    top:-160px;
}
@media(max-width: 1600px){
    .pd2_c1_cont,.p2_tab6_list2{
        margin-top:50px;
    }
    .pd2_c1 .n_t1 {
        margin-bottom: 50px;
    }
    .pd2_c1_cont,.p2_list1,.p2_tab2_c3{
        padding:0;
    }
    .pd2_c1_cont .txt,.p2_tab_c1_text .text{
        font-size:14px;
        width:46%;
    }
    .pd2_c1_cont .txt .p1,.p2_list1 li p,.p_t1 h2{
        font-size:18px;
    }
    .pd2_c2{
        padding:95px 0 60px;
    }
    .pd_tab2_img1{
        padding:20px;
    }
    .pd_tab2_img2{
        padding:35px 20px;
    }
    .p2_list1 li {
        width: 32%;
        margin-bottom: 30px;
    }   
    .p2_tab_c1{
        padding:95px 0;
    }
    .p2_tab_c1_text .text .txt p{
        padding-left:22px;
    }
    .p2_tab_c1_text .text .txt p:before{
        top:4px;
    }
    .pd_tab2_c1-2{
        margin-top:50px;
        margin-bottom: 75px;
        padding:50px 30px;
    }
    .p2_tab_list1{
        margin-top:35px;
    }
    .p2_tab_list1 li .p1 {
        font-size: 18px;
        margin: 20px 0 10px;
    }
    .p2_tab_list1 li p{
        font-size:14px;
    }
    .p2_tab_list2{
        margin-top: 50px;
        padding: 0 0px;
    }
    .pd_tab2_t1 {
        margin: 50px 0 40px;
    }
    .p2_tab_list3,.p2_table1,.p2_tab2_list2{
        margin-bottom:70px;
    }
    .p2_tab_list3 ul{
        width:46%;
    }
    .p2_tab_list3 ul dt{
        font-size:16px;
        margin-bottom:6px;
    }
    .p2_tab_list3 ul dd p{
        font-size:15px;
    }
    .p2_text1{
        font-size:15px;
        margin:25px auto 0;
    }
    .p2_tab2_list1 dl dd{
        padding-left:15px;
    }
    .p2_tab2_list1 dl dd .p1{
        font-size:18px;
    }
    .p2_tab2_list1 dl dd .txt1{
        font-size:15px;
    }
    .p2_tab2_list2 li{
        padding: 30px 35px 30px;
    }
    .p2_tab2_list2 li .p1 {
        font-size: 17px;
        padding: 0 0 20px;
    }
    .p2_tab2_list2 li .txt1 dl dt{
        font-size:18px;
    }
    .p2_tab2_list2 li .txt1 dl dd{
        font-size:15px;
    }
    .p2_tab2_list1 dl{
        margin-bottom:25px;
    }
    .p2_tab3_list1 dl{
        padding:0 50px;
    }
    .p2_tab3_c2,.p2_tab4_c3,.p2_tab5_c1,.p2_tab6_c1{
        padding:95px 0;
    }
    .p2_tab3_list2 li p{
        font-size:15px;
    }
    .p2_tab3_list2{
        padding:0;
    }
    .p2_tab4_list1 li,.p2_tab5_list2 li{
        padding:0 50px;
    }
    .p2_tab4_list1 li .txt p{
        font-size:15px;
    }
    .p2_tab4_list1 li .txt{
        margin-top:50px;
        padding:15px 25px;
    }
    .pd_img_box1{
        padding-left: 10px;
        padding-right: 10px;
    }   
    .p2_tab5_list2 li .txt, .p2_tab5_list2 li .img{
        margin-top:50px;
    }
    .p2_tab5_list2 li .txt{
        padding:15px 25px;
    }
    .p2_tab5_list2 li .txt dl dt,.p2_tab6_list2 li .p1{
        font-size:16px;
    }
    .p2_tab5_list2 li .txt dl dd,.p2_tab6_list2 li p{
        font-size:14px;
    }
    .p2_tab6_list2 {
        padding: 25px 25px 5px;
    }
}
@media(max-width: 1280px){
    .pd2_c1,.p2_tab_c1,.p2_tab3_c2,.p2_tab4_c3,.p2_tab5_c1,.p2_tab6_c1{
        padding:75px 0;
    } 
    .pd2_c1_cont .txt .p1{
        font-size:16px;
        margin-bottom:10px;
    }
    .pd2_c2{
        padding:75px 0 60px;
    }
    .p2_list1{
        margin-top:75px;
    }
    .p2_list1 li p{
        font-size:15px;
        margin-top:10px;
    }
    .pd_tab2_c1-2{
        margin-bottom: 55px;
        padding:30px 20px;
    }
    .p2_tab3_list1 dl{
        padding:0 35px;
    }
    .p2_tab3_list1 dl dd{
        line-height:420px;
        margin-top: 40px;
    }
    .p2_tab4_list1 li,.p2_tab5_list2 li{
        padding:0 35px;
    }
    .p2_tab4_list1 li .txt p{
        font-size:14px;
        padding-left: 22px;
    }
    .p2_tab4_list1 li .txt p:before{
        top:5px;
    }
    .p2_tab6_list2 {
        padding: 20px 20px 5px;
    }
}
@media(max-width: 1099px){
    .p2_tab_list1 li,.p2_tab2_list2 li{
        width:32%;
    }
    .p2_tab2_list2 li {
        padding: 20px 20px;
    }
    .p2_tab3_list1 dl dd{
        line-height:350px;
    }
}
@media(max-width: 820px){
    .pd2_c1,.pd2_c2,.p2_tab_c1,.p2_tab3_c2,.p2_tab4_c3,.p2_tab5_c1,.p2_tab6_c1{
        padding:55px 0;
    }
    .pd2_c1 .n_t1 {
        margin-bottom: 35px;
    }
    .pd2_c1_cont,.pd_tab2_c1-2,.p2_tab_list2,.p2_tab_list3,.p2_tab_c1_text,.p2_tab2_list1,.pd_tab2_img1,.p2_tab4_list1 li .txt,.p2_tab6_list2{
        margin-top:35px;
    }
    .pd_tab2_img1{
        padding:15px;
    }
    .pd_tab2_img2{
        padding:20px 20px;
    } 
    .p2_list1{
        margin-top:50px;
    }   
    .p2_list1 li p{
        font-size:14px;
        margin-top:6px;
    }
    .p2_list1 li {
        margin-bottom: 20px;
    } 
    .pd_tab2_c1-2{
        margin-bottom: 35px;
        padding:20px;
    }
    .p2_tab_list1 li .img{
        line-height: 40px;
    }
    .p2_tab_list1 li .img img{
        max-height:40px;
    }
    .p2_tab_list1 li .p1 {
        font-size: 16px;
        margin: 12px 0 6px;
    }
    .p2_tab_list1 li p{
        font-size:13px;
    }
    .p2_tab_list2 li{
        width:32%;
    }
    .pd_tab2_t1 {
        margin: 35px 0 25px;
    }
    .p_t1 h2{
        font-size:16px;
    }
    .p2_tab_list3,.p2_table1{
        margin-bottom:50px;
    }
    .p2_tab_list3 ul{
        width:48%;
    }
    .p2_tab_list3 ul dl{
        margin-bottom:15px;
    }
    .p2_tab_list3 ul dt{
        font-size:15px;
    }
    .p2_tab_list3 ul dd p{
        font-size:14px;
        padding-left:22px;
    }
    .p2_tab_list3 ul dd p:before{
        top:5px;
    }
    .p2_text1{
        font-size:14px;
        margin:15px auto 0;
    }
    .p2_table1{
        margin-top: 35px;
    }
    .p2_tab2_list1 dl dt{
        width:50px;
    }
    .p2_tab2_list1 dl dt img{
        max-width:40px;
        max-height:40px;
    }
    .p2_tab2_list1 dl dd{
        width:calc(100% - 50px);
        padding-left:10px;
    }
    .p2_tab2_list1 dl dd .p1{
        font-size:16px;
    }
    .p2_tab2_list1 dl dd .txt1{
        font-size:14px;
    }
    .p2_tab2_list1 dl{
        margin-bottom:15px;
    }
    .p2_tab2_list1 dl dd .p1{
        margin-bottom:7px;
    }
    .p2_tab2_list2 li .txt1 dl dd span{
        line-height:1.2;
    }
    .p2_tab2_list2 li .p1:before {
        content: '';
        position: absolute;
        bottom: -9px;
        left: -10px;
        width: 13px;
        height: 13px;
        background: url(../image/line1_img.png) no-repeat center #fff;
        padding: 2px;
    }
    .p2_tab2_list2{
        margin:35px 0 50px;
    }
    .pd_tab2_list4 li .img {
        line-height: 45px;
    }
    .pd_tab2_list4 li .img img{
        max-height:45px;
    }
    .p2_tab3_list1 dl{
        padding:0 20px;
    }
    .p2_tab3_list2 li p{
        font-size:14px;
        margin-top: 12px;
    }
    .p2_tab3_list1 dl dd{
        line-height:240px;
        margin-top:25px;
    }
    .p2_tab3_c3{
        padding-top:0;
    }
    .p2_tab3_list1 dl dd {
        margin-top: 25px;
    }
    .p2_tab4_list1 li,.p2_tab5_list2 li{
        padding:0 20px;
    }
    .p2_tab4_list1 li .txt{
        padding:15px 20px;
    }
    .p2_tab5_list2 li .txt, .p2_tab5_list2 li .img{
        margin-top:35px;
    }
    .p2_tab5_list2 li .txt{
        padding:15px;
    }
    .p2_tab6_list2 li{
        width:49%;
        padding:15px;
        margin-bottom:15px;
    }
    .p2_tab6_list2 li:nth-child(3n){
        margin-right:2%;
    }
    .p2_tab6_list2 li:nth-child(2n){
        margin-right:0;
    }
}
@media(max-width: 767px){
    .pd2_c1_cont .txt .p1{
        font-family:"sySC-Medium";
    }
    .p2_tab3_list1:after,.p2_tab4_list1:after,.p2_tab5_list2:before{
        display:none;
    }
    .p2_tab3_list1 dl,.p2_tab4_list1 li,.p2_tab5_list2 li{
        width: 100%;
        padding:0;
        margin-bottom:20px;
    }
    .p2_tab3_list1 dl:last-child,.p2_tab4_list1 li:last-child,.p2_tab5_list2 li:last-child{
        margin-bottom:0;
    }
    .p2_tab3_list1 dl dd {
        margin-top: 15px;
        line-height:1;
        padding:15px;
    }
    .p2_tab4_list1 li .txt{
        padding:12px 15px;
    }
    .p2_tab5_list2 li .txt dl dt,.p2_tab6_list2 li p.p1{
        padding-left:22px;
        font-size:15px;
    }
    .p2_tab5_list2 li .txt dl dt:before{
        top:6px;
    }
    .p2_tab5_list2 li .txt dl dd,.p2_tab6_list2 li p{
        font-size:13px;
        padding-left:22px;
    }
}
@media(max-width: 640px){
    .pd2_c1,.pd2_c2,.p2_tab_c1,.p2_tab3_c2,.p2_tab4_c3,.p2_tab5_c1,.p2_tab6_c1{
        padding:40px 0;
    }
    .pd2_c1 .n_t1 {
        margin-bottom: 25px;
    }
    .pd2_c1_cont,.pd_tab2_c1-2,.p2_tab_list1,.p2_tab_list2,.p2_tab_list3,.p2_tab_c1_text,.p2_tab2_list1,.pd_tab2_img1,.p2_tab4_list1 li .txt,.p2_tab6_list2{
        margin-top:25px;
    }
    .pd2_c1_cont .txt,.p2_tab_c1_text .text{
        width:100%;
    }
    .pd2_c1_cont:after,.p2_tab_c1_text:before{
        display:none;
    }
    .pd_tab2_img2{
        padding:15px;
    } 
    .p2_list1{
        margin-top:30px;
    }
    .p2_list1 li {
        width: 49%;
        margin-bottom: 12px;
    }
    .p2_list1 li p{
        font-size:13px;
        margin-top: 4px;
    }
    .pd_tab2_c1-2{
        margin-bottom: 25px;
        padding:15px;
    }
    .pd_tab2_t1 {
        margin: 25px 0 20px;
    }
    .p2_tab_list3{
        margin-bottom:40px;
    }
    .p2_tab_list3:before{
        display:none;
    }
    .p2_tab_list3 ul{
        width:100%;
    }
    .p2_tab_list3 ul dl{
        margin-bottom:12px;
    }
    .p2_table1{
        margin-top: 20px;
        margin-bottom:35px;
    }
    .p2_tab_list1 li{
        width:49%;
    }
    .p2_tab_list1 li .img{
        line-height: 30px;
    }
    .p2_tab_list1 li .img img{
        max-height:30px;
        max-width:30px;
    }
    .p2_tab2_list1 dl{
        width:100%;
    }
    .p2_tab2_list1 dl dt{
        width:40px;
    }
    .p2_tab2_list1 dl dt img{
        max-width:35px;
        max-height:35px;
    }
    .p2_tab2_list1 dl dd{
        width:calc(100% - 40px);
    }
    .p2_tab2_list2 li{
        width:100%;
        margin-bottom:15px;
        padding: 15px;
    }
    .p2_tab2_list2 li:last-child{
        margin-bottom:0;
    }
    .p2_tab2_list2 li .txt1 dl dt{
        width:30px;
        font-size:16px;
    }
    .p2_tab2_list2 li .txt1 dl dd{
        width:calc(100% - 30px);
        font-size:14px;
    }
    .p2_tab2_list2{
        margin:25px 0 35px;
    }
    .pd_tab2_list4 li .img {
        line-height: 35px;
    }
    .pd_tab2_list4 li .img img{
        max-height:35px;
    }
    .p2_tab4_c2 .p1{
        margin-bottom:20px;
    }
    .p2_tab5_list2 li .txt, .p2_tab5_list2 li .img{
        margin-top:25px;
    }
}
@media(max-width:460px){
    .pd2_c1{
        padding-bottom:0;
    }
    
    
    
    
    .p2_list1 li p{
        font-size:12px;
    }
    .p2_tab_list2 li{
        width:100%;
        margin-bottom:12px;
    }
    .p2_tab_list2 li:last-child{
        margin-bottom:0;
    }
    .p2_tab6_list2 {
        padding: 15px;
    }
    .p2_tab6_list2 li{
        width:100%;
        margin-right:0;
        margin-bottom:12px;
    }
    .p2_tab6_list2 li:last-child{
        margin-bottom:0;
    }
}

.pd3_c1{
    padding:80px 0 100px;
}
.pd3_c1 .wrap{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.pd3_c1 dl{
    width: 50%;
    padding:0 85px;
    position: relative;
}
.pd3_c1 dl dt{
    margin-bottom: 46px;
}
.pd3_c1 dl dt .case_t1 h2{
    text-align: left;
    font-size: 26px;
}
.pd3_c1 dl dd p{
    font-size: 16px;
    color: #4b4948;
    font-family: "sySC-Normal";
    margin-bottom: 40px;
    margin-top:-8px;
}
.pd4_c1_img2{
    text-align: center;
    border:1px solid #cfcfcf;
    border-radius: 5px;
    padding:15px;
}
.pd3_c1 dl dd .txt{
    margin-top:30px;
}
.pd3_c1 dl dd .txt li{
    margin-bottom: 20px;
}
.pd3_c1 dl dd .txt li:last-child{
    margin-bottom: 0;
}
.pd3_c1 dl dd .txt p{
    padding-left: 32px;
    position: relative;
    font-size: 16px;
    color: rgba(0,0,0,.85);
    margin-bottom: 0;
}
.pd3_c1 dl dd .txt .p1{
    font-size: 17px;
    color: #0058b4;
    font-family: "sySC-Medium";
    margin-bottom: 10px;
}
.pd3_c1 dl dd .txt .p1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 14px;
    height: 14px;
    background: url(../image/hy_ico1.png) no-repeat center;
}
.p3_tab_cont,.product3_tabs{
    position: relative;
}
.pd_tab2_t2{
    margin:40px 0 30px;    
}
.pd_tab2_t2 h2{
    font-weight: normal;
    font-family: "sySC-Light";
    max-width: 1200px;
    margin:0 auto;
    line-height: 1.2;
    font-size: 18px;
}
.p3_tab1_list2{
    margin-bottom: 0;
}
.p3_tab1_list2 li{
    width: calc(25% - 33px);
    margin-right: 44px;
    border:1px solid #b2b2b2;
    border-top:none;
}
.p3_tab1_list2 li .txt{
    text-align: center;
}
.product3_tab{
    display: none;
}
.pd_tab2_t3{
    margin:32px 0 25px;
    padding:0 150px;
}
.pd_tab2_t3 h2{
    font-size: 18px;
}
.pd_tab2_t3 h2 span,.pd_tab2_t4 h2 span{
    line-height: 2;
    font-family: "sySC-Light";
    font-weight: normal;
}
.pd_tab2_t4{
    margin:32px 0 25px;
    padding:0 85px;
}
.p3_tab3_c1{
    padding:118px 0 105px;
}
.p_p1{
    font-size: 17px;
    color: rgba(0,0,0,.85);
    margin:32px 0 25px;
    padding:0 85px;
    text-align: center;
}
.p3_tab3_img1{
    padding:30px 20px;
    text-align: center;
    margin-top:42px;
}
.p_p2{
    font-size: 21px;
    color: rgba(0,0,0,.85);
    margin-bottom: 42px;
    text-align: center;
}
.p3_tab3_c1 .p_p2{
    margin-top:100px;
}
.p3_tab3_c1 .pd_tab2_img2{
    margin-top:0;
}
.p3_tab4_c1{
    margin:120px 0 100px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.p3_tab4_c1:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #cfcfcf;
    margin-left: -0.5px;
}
.p3_tab4_c1 .text{
    width: 50%;
    padding:0 86px;
}
.p3_tab4_c1 .text .hy_t3,.p3_tab4_c2 .hy_t3{
    text-align: left;
}
.p3_tab4_c1 .text .txt{
    font-size: 17px;
    color: rgba(0,0,0,.85);
    margin-top:50px;
}
.p3_tab4_c1 .imgs{
    width: 50%; 
    padding:0 86px;
}
.p3_tab4_c1 .imgs .img{
    border:1px solid #cfcfcf;
    padding:38px 20px;
    border-radius: 5px;
    height: 100%;
}


.p3_tab4_c2{
    margin:115px 0 90px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.p3_tab4_c2:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #cfcfcf;
    margin-left: -0.5px;
}
.p3_tab4_c2 .text{
    width: 50%;
    padding:0 86px;    
}
.p3_tab4_c2 .text .p1{
    font-size: 21px;
    color: rgba(0,0,0,.85);
    margin:45px 0 10px;
}
.p3_tab4_c2 .text .txt{
    margin-bottom: 30px;
}
.p3_tab4_c2 .text .txt:last-child{
    margin-bottom: 0;
}
.p3_tab4_c2 .text .txt p{
    font-size: 17px;
    color: #000;
    padding-left: 32px;
}
.p3_tab4_c2 .text .txt .p2{
    font-family: "sySC-Medium";
    color: #0058b4;   
    position: relative;
}
.p3_tab4_c2 .text .txt .p2:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 9px;
    width: 14px;
    height: 14px;
    background: url(../image/hy_ico1.png) no-repeat center;
}
.p3_tab4_c2 .text .img{
    border:1px solid #cfcfcf;
    padding:24px 15px;
    border-radius: 5px;
    text-align: center;
    margin-top:40px;
}
.p3_tab5_c1{
    padding:118px 0 100px;
}
.p3_tab5_c1-2{
    display: flex;
    flex-wrap: wrap;
    margin-top:38px;
    position: relative;
}
.p3_tab5_c1-2:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #cfcfcf;
    margin-left: -0.5px;
}
.p3_tab5_c1 .txt{
    width: 50%;
    padding:0 86px;
}
.p3_tab5_c1 .txt p{
    position: relative;
    padding-left: 32px;
    font-size: 17px;
    color: rgba(0,0,0,.85);
    margin-bottom: 12px;
}
.p3_tab5_c1 .txt p:last-child{
    margin-bottom: 0;
}
.p3_tab5_c1 .txt p:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 9px;
    width: 14px;
    height: 14px;
    background: url(../image/hy_ico1.png) no-repeat center;
}

.p3_tab5_c2{
    padding:118px 0 100px;
}
.p3_tab5_c2_img{
    padding:45px 80px;
    margin-bottom: 0;
}
.p3_tab5_list1{
    margin-top:0;
}
.p3_tab5_list1 dl{
    width: 46.5%;
}
.p3_img_list{
    margin-top:60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.p3_img_list:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #cfcfcf;
    margin-left: -0.5px;
}
.p3_img_list li{
    width: 50%;
    padding:0 80px;
    text-align: center;
}
.p3_tab5_c2-2{
    border:1px solid #cfcfcf;
    padding:32px 30px;
    border-radius: 5px;
    position: relative;
    width: calc(100% - 172px);
    margin:60px auto 0;
}
.p3_tab5_c2-2:before {
    content: '';
    position: absolute;
    top: 30px;
    left: -1px;
    width: 2px;
    height: calc(100% - 60px);
    background: #0058b4;
    opacity: .5;
}
.p3_tab5_c2-2_cont{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;  
    align-items: center;
}
.p3_tab5_c2-2_cont:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #cfcfcf;
    margin-left: -0.5px;
}
.p3_tab5_c2-2 .text{
    width: 44%;
}
.p3_tab5_c2-2 .text .p1{
    font-size: 21px;
    color: #0058b4;
    margin-bottom: 12px;
    font-family: "sySC-Medium";
}
.p3_tab5_c2-2 .text .txt p{
    position: relative;
    font-size: 16px;
    color: #000;
    padding-left: 32px;
    margin-bottom: 25px;
}
.p3_tab5_c2-2 .text .txt p:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 9px;
    width: 14px;
    height: 14px;
    background: url(../image/hy_ico1.png) no-repeat center;
}
.p3_tab5_c2-2 .text .txt p:last-child{
    margin-bottom: 0;
}
.p3_tab5_c2-2 .text .txt p strong{
    display: block;
    color: #0058b4;
    font-family: "sySC-Medium";
}
.p3_tab5_c2-2 .img{
    width: 44%;
    text-align: center;
}
.p3_tab5_c4,.p3_tab6_c2,.p3_tab6_c3,.p3_tab7_c2{
    padding:118px 86px 100px;
}
.p3_tab5_img1{
    margin-top:60px;
}
.p3_tab6_cont2{
    margin-top:105px;
}
.p3_tab6_c2_c{
    margin-top:60px;
    border: 1px solid #cfcfcf;
    padding: 30px;
    border-radius: 5px;
    position: relative;
}
.ls_line:before {
    content: '';
    position: absolute;
    top: 30px;
    left: -1px;
    width: 2px;
    height: calc(100% - 60px);
    background: #0058b4;
    opacity: .5;
}
.p3_tab6_c2_c1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.p3_tab6_c2_c1 .text{
    width: 46%;
}
.p3_tab6_c2_c1 .text p{
    position: relative;
    padding-left: 32px;
    font-size: 17px;
    color: rgba(0,0,0,1);
    margin-bottom: 30px;
}
.p3_tab6_c2_c1 .text p:last-child{
    margin-bottom: 0;
}
.p3_tab6_c2_c1 .text p:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 9px;
    width: 14px;
    height: 14px;
    background: url(../image/hy_ico1.png) no-repeat center;
}
.p3_tab6_c2_c1 .img{
    width: 46%;
    text-align: center;
}
.p3_tab6_c2_c2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.p3_tab6_c2_c2 .text{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 548px;
    width: 50%;
}
.p3_tab6_c2_c2 .text .txt{
    max-width: 49%;    
}
.p3_tab6_c2_c2 .text p{
    position: relative;
    padding-left: 32px;
    font-size: 17px;
    color: rgba(0,0,0,1);
}
.p3_tab6_c2_c2 .text p:last-child{
    margin-bottom: 0;
}
.p3_tab6_c2_c2 .text p:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 9px;
    width: 14px;
    height: 14px;
    background: url(../image/hy_ico1.png) no-repeat center;
}
.p3_tab6_c2_c2 .img{
    max-width: 50%;
    padding-left: 115px;
}
.p3_tab6_list3 li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin-bottom: 60px;
}
.p3_tab6_list3 li:last-child{
    margin-bottom: 0;
}
.p3_tab6_list3 li p{
    width: 46%;
}
.zj_line:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #cfcfcf;
    margin-left: -0.5px;
}



.p3_tab6_cont2 .p3_tab6_c2_c{
    padding:50px 30px;    
}
.p3_tab7_c1 .text .txt p{
    margin-bottom: 18px;
}
.p3_tab7_c1 .text .txt p:last-child{
    margin-bottom: 0;
}
.p3_tab7_c1 .imgs p{
    font-size: 21px;
    color: rgba(0,0,0,.85);
    line-height: 1;
    margin-bottom: 30px;
}
.p3_tab7_img{
    text-align: center;
}
.p3_tab7_img p{
    font-size: 18px;
    color: rgba(0,0,0,.85);
    line-height: 1.6; 
    margin-top:50px;
}
.p3_tab7_img1{
    margin-top:60px;
}
.p3_tab7_img2{
    margin-top:95px;
}
@media(max-width: 1600px){
    .pd3_c1{
        padding:80px 0;
    }
    .pd3_c1 dl,.p3_tab5_c1 .txt,.p3_img_list li{
        padding:0 50px;
    }
    .pd3_c1 dl dt .case_t1 h2{
        font-size:20px;
    }
    .pd3_c1 dl dd p{
        font-size:14px;
        margin-bottom:25px;
    }
    .p3_tab1_list2 li{
        width: calc(25% - 24px);
        margin-right: 32px;
    }
    .pd_tab2_t3{
        padding:0 100px;
    }
    .p3_tab3_c1,.p3_tab5_c1,.p3_tab5_c2,.p7_tab1_c1{
        padding:95px 0;
    }
    .p_p1 {
        font-size: 15px;
        padding: 0 0px;
    }
    .p3_tab3_c1 .p_p2 {
        margin-top: 70px;
        font-size: 18px;
    }
    .p3_tab4_c1,.p3_tab4_c2{
        margin:95px 0;
    }
    .p3_tab4_c2 .text,.p3_tab4_c1 .imgs{
        padding:0 50px;
    }
    .p3_tab4_c1 .text .txt{
        font-size:15px;
        margin-top:35px;
    }
    .p3_tab4_c2 .text .p1 {
        font-size: 18px;
        margin: 35px 0 10px;
    }
    .p3_tab4_c2 .text .txt {
        margin-bottom: 20px;
    }
    .p3_tab4_c2 .text .img{
        margin-top:30px;
    }
    .p3_tab4_c2 .text .txt p,.p3_tab5_c1 .txt p{
        font-size:15px;
    }
    .p3_tab5_c2_img{
        padding: 30px 50px;
    }
    .p3_tab5_c2-2 {
        padding: 25px 30px;
        width: calc(100% - 100px);
        margin: 50px auto 0;
    }
    .p3_tab5_c4, .p3_tab6_c2, .p3_tab6_c3, .p3_tab7_c2{
        padding: 95px 50px;
    }
    .p3_img_list,.p3_tab5_img1,.p3_tab6_c2_c,.p3_tab6_cont2,.p3_tab7_img1{
        margin-top:50px;
    }
    .p3_tab5_c2-2 .text,.p3_tab5_c2-2 .img{
        width:46%;
    }
    .p3_tab5_c2-2 .text .p1{
        font-size:18px;
        margin-bottom:8px;
    }
    .p3_tab5_c2-2 .text .txt p,.p3_tab6_c2_c1 .text p,.p3_tab6_c2_c2 .text p,.pd3_c1 dl dd .txt .p1{
        font-size:15px;
    }
    .p3_tab6_c2_c1 .text p{
        margin-bottom:20px;
    }
    .p3_tab6_c2_c2 .img{
        padding-left:75px;
    }
    .p3_tab6_cont2 .p3_tab6_c2_c{
        padding:30px 20px;
    }
    .p3_tab6_list3 li{
        margin-bottom:35px;
    }
    .p3_tab7_c1 .imgs p{
        font-size:18px;
        margin-bottom:20px;
    }
    .p3_tab7_img p{
        font-size:16px;
        margin-top:35px;
    }
    .p3_tab7_img2{
        margin-top:50px;
    }
    .pd3_c1 dl dd .txt p{
        font-size:14px;
    }
    .pd_tab2_t2 h2{
        font-size:16px;
    }
}
@media(max-width: 1280px){
    .pd3_c1,.p3_tab3_c1,.p3_tab5_c1,.p3_tab5_c2,.p7_tab1_c1{
        padding:75px 0;
    }
    .pd3_c1 dl,.p3_tab5_c1 .txt{
        padding:0 35px;
    }
    .pd3_c1 dl dt .case_t1 h2{
        font-size:18px;
    }  
    .pd_tab2_t3{
        padding:0 55px;
    }
    .p3_tab4_c1{
        margin:75px 0;
    }
    .p3_tab4_c2 .text,.p3_tab4_c1 .imgs,.p3_img_list li{
        padding:0 35px;
    }
    .p3_tab4_c1 .text .txt{
        font-size:14px;
        margin-top:25px;
    }
    .p3_tab4_c2 .text .p1 {
        font-size: 16px;
        margin: 25px 0 10px;
    }
    .p3_tab4_c2 .text .txt {
        margin-bottom: 15px;
    }
    .p3_tab4_c2 .text .txt p,.p3_tab5_c1 .txt p,.p3_tab5_c2-2 .text .txt p,.p3_tab6_c2_c1 .text p,.p3_tab6_c2_c2 .text p,.pd3_c1 dl dd .txt .p1{
        font-size:14px;
        padding-left:22px;
    }
    .p3_tab4_c2 .text .txt .p2:before,.p3_tab5_c1 .txt p:before,.p3_tab5_c2-2 .text .txt p:before,.p3_tab6_c2_c1 .text p:before,.p3_tab6_c2_c2 .text p:before,.pd3_c1 dl dd .txt .p1:before{
        top:6px;
    }
    .p3_tab5_c2_img,.p3_tab6_c2_c{
        padding: 20px 25px;
    }
    .p3_tab5_c2-2 {
        padding: 20px 20px;
        width: calc(100% - 60px);
    }
    .p3_tab5_c4, .p3_tab6_c2, .p3_tab6_c3, .p3_tab7_c2{
        padding: 75px 30px;
    }
    .p3_tab3_img1{
        padding:20px;
    }
    .p3_tab6_list3 li{
        margin-bottom:20px;
    }
    .p3_tab7_c1 .imgs p{
        font-size:16px;
        margin-bottom:15px;
    }
    .p3_tab7_img p{
        font-size:14px;
        margin-top:20px;
    }
    .pd3_c1 dl dd .txt .p2{
        font-size:13px;
        padding-left: 22px;
    }
    .pd_tab2_t2 h2{
        font-size:14px;
    }
}
@media(max-width: 1099px){
    .pd_tab2_t3{
        padding:0 0px;
    } 
    .p3_tab5_c2-2 {
        padding: 15px;
        width: calc(100% - 0px);
        margin: 35px auto 0;
    }
    .p3_img_list,.p3_tab5_img1,.p3_tab6_c2_c,.p3_tab6_cont2,.p3_tab7_img1,.p3_tab7_img2{
        margin-top:35px;
    }
    .p3_tab6_c2_c2 .img {
        padding-left: 40px;
    }
    .p3_tab7_c1 .text .txt p {
        margin-bottom: 10px;
    }
    .p3_tab1_list2 li:nth-child(3n) {
        margin-right: 32px;
    }
    .p3_tab1_list2{
        justify-content:space-between;
    }
    .p3_tab1_list2 li{
        width:48%;
        margin-right:0!important;
    }
}
@media(max-width: 991px){
    .p3_tab1_list2 li:nth-child(2n){
        margin-right: 32px;
    }
    .p3_tab1_list2 li:last-child{
        margin-right: 0!important;
    }  

}
@media(max-width: 820px){
    .pd3_c1,.p3_tab3_c1,.p3_tab5_c1,.p3_tab5_c2,.p7_tab1_c1{
        padding:55px 0;
    }
    .pd3_c1 dl,.p3_tab5_c1 .txt{
        padding:0 20px;
    }
    .pd3_c1 dl dt .case_t1 h2{
        font-size:16px;
    }   
    .pd_tab2_t2 {
        margin: 30px 0 20px;
    }
    
    
    
    
    
    
    
    .p_p1 {
        font-size: 14px;
        margin: 25px 0 20px;
    }
    .p3_tab3_c1 .p_p2 {
        margin-top: 50px;
        font-size: 16px;
        margin-bottom: 30px;
    }
    .p3_tab4_c1,.p3_tab4_c2{
        margin:55px 0;
    }
    .p3_tab4_c2 .text,.p3_tab4_c1 .imgs,.p3_img_list li{
        padding:0 20px;
    }
    .p3_tab4_c2 .text .txt {
        margin-bottom: 12px;
    }
    .p3_tab5_c2_img,.p3_tab6_c2_c,.p3_tab6_cont2 .p3_tab6_c2_c,.p3_tab3_img1{
        padding: 15px;
    }
    .p3_tab5_c4, .p3_tab6_c2, .p3_tab6_c3, .p3_tab7_c2{
        padding: 55px 20px;
    }
    .p3_tab5_c2-2 .text .p1{
        font-size:16px;
    }
    .p3_tab6_c2_c1 .text p{
        margin-bottom:15px;
    }
    .p3_tab6_c2_c2 .img {
        padding-left: 20px;
    }
    .p3_tab6_list3 li{
        margin-bottom:15px;
    }
    .p3_tab1_list2 li:nth-child(3n),.p3_tab1_list2 li:nth-child(2n) {
        margin-right: 24px;
    }
}
@media(max-width: 767px){
    .zj_line:after,.p3_tab4_c1:after,.p3_tab4_c2:after,.p3_tab5_c1-2:after,.p3_img_list:after,.p3_tab5_c2-2_cont:after{
        display:none;
    }
    .pd3_c1 dl,.p3_tab5_c1 .txt{
        padding:0 0px;
        margin-bottom:20px;
        width:100%;
    } 
    .pd3_c1 dl:last-child,.p3_tab5_c1 .txt:last-child,.p3_img_list li:last-child{
        margin-bottom:0;
    }
    .pd3_c1 dl dt {
        margin-bottom: 18px;
    }
    .pd3_c1 dl dt .case_t1 h2{
        height:auto;
    }
    .pd3_c1 dl dd p {
        margin-bottom: 18px;
    }
    .p3_tab1_list2 li{
        width: 49%;
        margin-right: 2%;
        min-height:auto;
        padding:20px 12px;
    }
    .p3_tab1_list2 li:nth-child(3n){
        margin-right:2%;
    }
    .p3_tab1_list2 li:nth-child(3){
        margin-bottom:0;
    }
    .p3_tab1_list2 li:nth-child(2n){
        margin-right:0%;
    }
    .pd_tab2_t3 {
        margin: 25px 0 20px;
    }
    .pd_tab2_t3 h2 span, .pd_tab2_t4 h2 span{
        font-size:14px;
    }
    .p3_tab3_c1 .p_p2 {
        margin-top: 35px;
        margin-bottom: 20px;
    }
    .p3_tab4_c1,.p3_tab4_c2{
        margin:40px 0;
    }
    .p3_tab4_c1 .text,.p3_tab4_c1 .imgs,.p3_img_list li{
        width:100%;
        padding:0;        
    }
    .p3_tab4_c1 .imgs,.p3_tab6_cont2,.p3_tab7_img1,.p3_tab7_img2{
        margin-top:20px;
    }
    .p3_tab4_c2 .text{
        width:100%;
        padding:0;
    }
    .p3_tab5_c1 .txt,.p3_tab6_c2_c1 .text p{
        margin-bottom:12px;
    }
    .p3_tab5_list1 dl{
        width:100%;
    }
    .p2_tab2_list1 dl:nth-child(5){
        margin-bottom:15px;
    }
    .p3_tab5_c4, .p3_tab6_c2, .p3_tab6_c3, .p3_tab7_c2{
        padding: 40px 0px;
    }
    .p3_img_list li{
        margin-bottom:15px;
    }
    .p3_tab5_c2-2 .text,.p3_tab5_c2-2 .img,.p3_tab6_c2_c1 .text,.p3_tab6_c2_c1 .img{
        width:100%;
    }
    .p3_tab5_c2-2 .img,.p3_tab6_c2_c1 .img{
        margin-top:20px;
    }
    .p3_tab6_c2_c2 .text{
        width:100%;
        max-width:100%;
    }
    .p3_tab6_c2_c2 .img {
        width:100%;
        padding-left: 0px;
        margin-top:20px;
    }
}
@media(max-width: 640px){
    .pd3_c1,.p3_tab3_c1,.p3_tab5_c1,.p3_tab5_c2,.p7_tab1_c1{
        padding:40px 0;
    } 
    .p_p1 {
        margin: 20px 0 15px;
    }
    .p3_tab3_img1,.p3_tab5_c1-2,.p3_img_list,.p3_tab5_img1,.p3_tab6_c2_c{
        margin-top:25px;
    }
    .p3_tab5_c2-2{
        margin:25px auto 0;
    }
    .p3_tab6_list3 li{
       margin-bottom:0px;
    }
    .p3_tab6_list3 li p{
         width:100%;
         margin-bottom:12px;
    }
    .p3_tab6_list3 li:last-child p:nth-child(2){
        margin-bottom:0;
    }
    .p3_tab7_c1 .hy_t3 h2{
        padding-left:0px;
    }
    .p3_tab7_c1 .text .txt p {
        margin-bottom: 5px;
    }
    .p3_tab7_img p {
        font-size: 14px;
        margin-top: 15px;
    }
}
@media(max-width: 460px){
    .p3_tab1_list2 li{
        width: 100%;
        margin-right: 0%;
        display:flex;
    }
    .p3_tab1_list2 li:nth-child(3) {
        margin-bottom: 25px;
    }
    .p3_tab1_list2 li .img{
        width:30px;
        line-height:30px;
    }
    .p3_tab1_list2 li .text{
        width:calc(100% - 30px);
        text-align:left;
        padding-left:12px;
    }
    .p3_tab1_list2 li .p1{
        margin:0 0 5px;
        font-size:14px;
    }
    .p3_tab1_list2 li .txt{
        text-align:left;
        font-size:12px;
    }
    .p3_tab_cont{
        padding-bottom:30px;
    }
    .p3_tab6_c2_c2 .text .txt {
        max-width: 100%;
        width: 100%;
    }
}


.pd4_c1{

}
.pd4_c1_img1{
    padding:50px 15px;
}
.pd3_c1 dl dt .case_t1 h2 span{
    display: block;
    margin-top:5px;
}
.product4_tab{
    display: none;
}
.p7_tab1_c1{
    padding:118px 0 100px;
}
.p7_img{
    padding:42px 15px 50px;
    margin-top:75px;
    text-align: center;
}
.p_bg1{
    background: url(../image/p_wg.png) no-repeat 0 0;
    max-width: 1531px; 
    border:1px solid #b2b2b2;
    border-top:none;
    position: relative;
}
.p_bg1:before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    width: calc(100% + 13px);
    height: 24px;
    background: url(../image/hyjz_line.png) no-repeat left center;
}
.p7_img p{
    font-size: 17px;
    color: rgba(0,0,0,.85);
    margin-bottom: 30px;
}
.p7_img1{
    
}
.p7_tab1_c2{
    padding:118px 85px;    
}
.p7_box{
    padding:30px;
    position: relative;
    border:1px solid #b2b2b2;
    border-radius: 15px;
    margin-top:60px;
    display: flex;
    flex-wrap: wrap;
}
.p7_box p{
    border:1px solid #b2b2b2;
    border-radius: 5px;
    height: 50px;
    margin-right: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: rgba(0,0,0,.85);
    line-height: 1.6;
}
.p7_box p:last-child{
    margin-right: 0;
}
.p7_box1 p{
    width: 15%;    
}
.p7_tab2_c1 .p1{
    font-size: 17px;
    color: rgba(0,0,0,.85);
    margin:40px 0;
    text-align: center;
}
.p7_box_line{
    padding:20px 15px;
    position: relative;
    border:1px solid #b2b2b2;
    border-radius: 15px;
    text-align: center;
}
.p4_tab2_c2 .p2_tab2_list1 dl dd .p1{
    color: #47555d;
}
.p4_tab2_c2 .p2{
    font-size: 21px;
    color: #0058b4;
    font-family: "sySC-Medium";
    margin-bottom: 40px;
}
.p4_tab2_c2 .p2_tab2_list1 dl{
    margin-bottom: 55px;
}
.p4_tab2_c2 .p2_tab2_list1 dl:nth-child(3),.p4_tab2_c2 .p2_tab2_list1 dl:nth-child(4){
    margin-bottom: 0;
}
.p4_tab2_c2 .pd_tab2_c1-3{
    margin-top:80px;
}
.p4_tab2_c2 .p_t1 h2{
    color: #0058b4;
}
.p4_tab2_c3{
    padding:100px 0 118px;
}
.p4_tab2_list2{
    margin-top:50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:0 85px;
}
.p4_tab2_list2 .text{
    width: 44%;
}
.p4_tab2_list2 .text li{
    margin-bottom: 30px;
}
.p4_tab2_list2 .text li:last-child{
    margin-bottom: 0px;
}
.p4_tab2_list2 .text li .p1{
    font-size: 21px;
    color: #0058b4;
    font-family: "sySC-Medium";
    line-height: 1;
    margin-bottom: 20px;
}
.p4_tab2_list2 .text li .p2{
    font-size: 17px;
    color: rgba(0,0,0,1);
    font-family: "sySC-Medium";
    margin-bottom: 20px;
}
.p4_tab2_list2 .text li .txt{
    
}
.p4_tab2_list2 .text li .txt p{
    position: relative;
    padding-left: 32px;
    font-size: 17px;
    color: rgba(0,0,0,1);
    margin-bottom: 20px;
}
.p4_tab2_list2 .text li .txt p:last-child{
    margin-bottom: 0;
}
.p4_tab2_list2 .text li .txt p:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 9px;
    width: 14px;
    height: 14px;
    background: url(../image/hy_ico1.png) no-repeat center;
}
.p4_tab2_c3_cont2{
    padding:60px 80px;
    margin-top:80px;
}
.p4_tab2_c3_cont2 .p3{
    text-align: center;
    font-size: 21px;
    color: rgba(0,0,0,.85);
    font-family: "sySC-Medium";
    margin-bottom: 5px;
    max-width: 750px;
    margin:0 auto;
}
.p4_tab2_c3_cont2 .txt2{
    text-align: center;
    font-size: 17px;
    color: rgba(0,0,0,.85);
}
.p4_tab2_list3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:40px;
}
.p4_tab2_list3 li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 44%;
    margin-bottom: 40px;
}
.p4_tab2_list3 li:nth-child(3),.p4_tab2_list3 li:nth-child(4){
    margin-bottom: 0;
}
.p4_tab2_list3 li .img{
    width: 62px;
}
.p4_tab2_list3 li .txt3{
    width: calc(100% - 62px);
    padding-left: 28px;
    font-size: 17px;
    color: rgba(0,0,0,.85);
    line-height: 1.8;
}
.p4_tab3_c2{
    
}
.p4_tab3_c2 .p1{
    text-align: center;
    font-size: 21px;
    color: rgba(0,0,0,.85);
    margin-bottom: 36px;
}
.p4_tab3_c2 .cont1{
    margin:75px 0;
}
.p4_tab3_c2 .cont2{
 
}
.p4_tab4_c1 .img{ 
    margin-top:60px;
}
.p4_tab5_c2:after{
    display: none;
}
.p4_tab5_c3{
    padding:118px 85px 100px;
}
.p4_tab5_list1{
    margin-top:75px;
}
.p4_tab5_list1 li{
    margin-bottom: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.p4_tab5_list1 li:nth-child(2){
    flex-direction: row-reverse;
}
.p4_tab5_list1 li:last-child{
    margin-bottom: 0;
}
.p4_tab5_list1 li .text{
    width: 44%;
    max-width: 600px;
}
.p4_tab5_list1 li .text .img1{
    margin-bottom: 20px;
}
.p4_tab5_list1 li .text .txt{
   
}
.p4_tab5_list1 li .text .txt p{
    position: relative;
    padding-left: 32px;
    font-size: 17px;
    color: rgba(0,0,0,1);
    margin-bottom: 20px;     
}
.p4_tab5_list1 li .text .txt p:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 9px;
    width: 14px;
    height: 14px;
    background: url(../image/hy_ico1.png) no-repeat center;
}
@media(max-width: 1600px){
    .p7_tab1_c1,.p4_tab2_c3,.p4_tab5_c3{
        padding:95px 0;
    }
    .pd4_c1_img1 {
        padding: 30px 15px;
    }
    .p7_img{
        padding: 25px 15px;
        margin-top: 50px;
    }
    .p7_tab1_c2{
        padding:95px 0;
    }
    .p7_box p,.p4_tab2_c2 .p2,.p4_tab2_c3_cont2 .p3{
        font-size:18px;
    }
    .p7_tab2_c1 .p1 {
        font-size: 18px;
        margin: 30px 0;
    }
    .p4_tab2_c2 .pd_tab2_c1-3 {
        margin-top: 55px;
    }
    .p4_tab2_c2 .p2_tab2_list1 dl{
        margin-bottom:35px;
    }
    .p4_tab2_list2{
        padding:0;
    }
    .p4_tab2_list2 .text li .p1,.p4_tab3_c2 .p1{
        font-size:18px;
    }
    .p4_tab2_list2 .text li .p2{
        font-size:14px;
    }
    .p4_tab2_list2 .text li .txt p,.p4_tab5_list1 li .text .txt p{
        font-size:14px;
        padding-left:22px;
    }
    .p4_tab2_list2 .text li .txt p:before,.p4_tab5_list1 li .text .txt p:before{
        top:6px;
    }
    .p4_tab2_list2 .text{
        width:46%;
    }
    .p4_tab2_c3_cont2 {
        padding: 30px;
        margin-top: 55px;
    }
    .p4_tab2_c3_cont2 .txt2,.p4_tab2_list3 li .txt3{
        font-size:14px;
    }
    .p4_tab2_list3 li{
        width:46%;
        margin-bottom:25px;
    }
    .p4_tab2_list3 li .img {
        width: 50px;
    }
    .p4_tab2_list3 li .txt3 {
        width: calc(100% - 50px);
        padding-left: 20px;
    }
    .p4_tab3_c2 .cont1{
        margin:50px 0;
    }
    .p4_tab3_c2 .p1{
        margin-bottom:30px;
    }
    .p4_tab4_c1 .img{
        margin-top:50px;
    }
    .p4_tab5_list1{
        margin-top:50px;
    }
    .p4_tab5_list1 li{
        margin-bottom:55px;
    }
    .p4_tab5_list1 li .text{
        width:46%;
    }
}
@media(max-width: 1280px){
    .p7_tab1_c1,.p7_tab1_c2,.p4_tab2_c3,.p4_tab5_c3{
        padding:75px 0;
    } 
    .p7_img{
        padding: 20px 15px;
        margin-top: 35px;
    }
    .p7_box p,.p4_tab2_c3_cont2 .p3{
        font-size:16px;
    }
    .p4_tab2_c2 .p2,.p4_tab3_c2 .p1{
        font-size:16px;
        margin-bottom:25px;
    }
    .p4_tab2_c2 .p2_tab2_list1 dl{
        margin-bottom:25px;
    }
    .p4_tab2_c3_cont2 {
        padding: 20px;
    }
    .p4_tab3_c2 .cont1{
        margin:35px 0;
    }
    .p4_tab4_c1 .img{
        margin-top:35px;
    }
    .p4_tab5_list1{
        margin-top:35px;
    }
    .p4_tab5_list1 li{
        margin-bottom:45px;
    }
    .p4_tab5_list1 li .text .txt p{
        margin-bottom:15px;
    }
}
@media(max-width: 1099px){
    .p7_box{
        padding:20px;
    }
    .p7_box p{
        font-size:14px;
        height:46px;
    }    
}
@media(max-width: 820px){
    .pd4_c1_img1 {
        padding: 15px ;
    }
    .pd4_c1 dl{
        width:100%;
        padding:0;
        margin-bottom:25px;
    }
    .pd4_c1 dl:last-child{
        margin-bottom:0;
    }
    .pd4_c1 .zj_line:after{
        display:none;
    }
    .p7_tab1_c1,.p7_tab1_c2,.p4_tab2_c3,.p4_tab5_c3{
        padding:55px 0;
    } 
    .p7_img{
        padding: 15px ;
        margin-top: 30px;
    }
    .p7_box{
        padding:15px;
    }
    .p7_tab2_c1 .p1 {
        font-size: 16px;
        margin: 30px 0 20px;
    }
    .p4_tab2_c2 .pd_tab2_c1-3 {
        margin-top: 40px;
    }
    .p4_tab2_c2 .p2_tab2_list1 dl,.p4_tab2_c2 .p2_tab2_list1 dl:nth-child(3){
        margin-bottom:15px;
    }
    .p4_tab2_list2 .text{
        width:100%;
    }
    .p4_tab2_list2 .text li .txt p{
        margin-bottom:15px;
    }
    .p4_tab2_list2 .text li .p1 {
        font-size: 16px;
        margin-bottom:10px;
    }
    .p4_tab2_list2 .text li .p2{
        margin-bottom:15px;
    }
    .p4_tab2_c3_cont2 {
        padding: 15px;
        margin-top: 40px;
    }
    .p4_tab2_list3{
        margin-top:30px;
    }
    .p4_tab2_list3 li{
        width:48%;
        margin-bottom:15px;
    }
    .p4_tab2_list3 li .img {
        width: 40px;
    }
    .p4_tab2_list3 li .img img{
        max-height:40px;
    }
    .p4_tab2_list3 li .txt3 {
        width: calc(100% - 40px);
        padding-left: 15px;
    }
    .p4_tab3_c2 .cont1{
        margin:20px 0;
    }
    .p4_tab3_c2 .p1{
        margin-bottom: 20px;
    }
    .p4_tab4_c1 .img{
        margin-top:25px;
    }
    .p4_tab5_list1{
        margin-top:25px;
    }
    .p4_tab5_list1 li{
        margin-bottom:35px;
    }
    .p4_tab5_list1 li .text{
        width:100%;
    }
    .p4_tab5_list1 li .text .txt p{
        margin-bottom:12px;
    }
}
@media(max-width: 640px){
    .p7_tab1_c1,.p7_tab1_c2,.p4_tab2_c3,.p4_tab5_c3{
        padding:40px 0;
    }
    
    
    
    .p7_box{
        padding:10px 10px 5px;
    }
    .p7_box p{
        width:32%;
        margin-right:2%;
        padding:5px 5px;
        height:auto;
        margin-bottom:5px;
    }
    .p7_box p:nth-child(3n){
        margin-right:0;
    }
    .p7_tab2_c1 .p1 {
        font-size: 15px;
        margin: 30px 0 15px;
    }
    .p4_tab2_list2 .text li .txt p{
        margin-bottom:12px;
    }
    .p4_tab2_list2 .text li .p2{
        margin-bottom:10px;
    }
    .p4_tab2_list3{
        margin-top:25px;
    }
    .p4_tab2_list3 li,.p4_tab2_list3 li:nth-child(3){
        width:100%;
        margin-bottom:12px;
    }
    .p4_tab2_list3 li .img {
        width: 35px;
    }
    .p4_tab2_list3 li .img img{
        max-height:35px;
    }
    .p4_tab2_list3 li .txt3 {
        width: calc(100% - 35px);
        padding-left: 15px;
    }
    .p4_tab3_c2 .p1{
        margin-bottom: 12px;
    }
    .p4_tab3_c2 .cont2 .p3_tab5_img1{
        margin-top:12px;
    }
    .p4_tab5_list1 li{
        margin-bottom:25px;
    }
}

.pd5_c1{
    padding:70px 0 118px;
    position: relative;
}
.pd5_c1_cont{
    margin-top:50px;
}
.pd5_c1_cont1{
    position: relative;
    border-radius: 15px;
    padding: 40px 150px;
    border: 1px solid #c8c5c4;
}
.pd5_c1_cont ul{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pd5_c1_cont ul li{
    max-width: 45%;
}
.pd5_c1_cont ul li p{
    position: relative;
    padding-left: 32px;
    font-size: 16px;
    color: rgba(0,0,0,1);
    margin-bottom: 12px;     
}
.pd5_c1_cont ul li p:last-child{
    margin-bottom: 0;
}
.pd5_c1_cont ul li p:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 7px;
    width: 14px;
    height: 14px;
    background: url(../image/hy_ico1.png) no-repeat center;    
}
.pd5_c2 .n_t1{
    margin-bottom: 45px;
}
.p5_img_c{
    padding:50px 20px;
    margin-top:0;
}
.p5_img1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
}
.p5_img1 li{
    width: 46%;
}
.pd5_c2{
    padding:115px 85px 120px;
    position: relative;
}
.pd5_c2 .p_t2{
    color: #000;
    margin-bottom: 28px;
}
.pd5_list1{
    margin-top:60px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pd5_list1 li{
    width: 44%;
}
.pd5_list1 li .text{
    margin-bottom: 50px;
}
.pd5_list1 li .text:last-child{
    margin-bottom: 0;
}
.p5_img2{
    margin-top:28px;
    padding:24px 22px 35px;
    border:1px solid #c8c5c4;
    border-radius: 5px;
}
.p5_tab1_c1,.p5_tab1_c2,.p5_tab1_c3,.p5_tab1_c4{
    padding:118px 85px 100px;
}
.p5_tab1_img1{
    position: relative;
    border-radius: 15px;
    border:1px solid #c8c5c4;
    padding:50px 22px;
    margin-top:50px;
}
.p5_tab1_img1 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.p5_tab1_img1 ul li{
    width: 44%;
}
.p5_tab1_img1 ul li .text{
    margin-bottom: 20px;
    font-size: 16px;
    color: rgba(0,0,0,.85);
    line-height: 1.6;
    position: relative;
    padding-left: 32px;
}
.p5_tab1_img1 ul li .text:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 8px;
    width: 14px;
    height: 14px;
    background: url(../image/hy_ico1.png) no-repeat center;    
}
.p5_tab1_img1 ul li .text:last-child{
    margin-bottom: 0;
}
.p5_tab1_img1 ul li .text .p1{
    font-family: "sySC-Medium";
}
.p5_tab1_img1 ul li .text .p1 span{
    font-family: "sySC-Light";    
}
.p5_tab1_img1 ul li .text .p2{
    
}
.p5_tab1_c2 .img{
    margin-top:50px;
    text-align: center;
}
.p5_tab1_c3 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.p5_tab1_c3 ul li{
    width: 50%;
    padding-right: 85px;
}
.p5_tab1_c3 ul li:nth-child(2){
    padding-right: 0;
    padding-left: 85px;
}
.p5_tab1_c3 ul li .hy_t3{
    text-align: left;
}
.p5_tab1_c3 ul li .text{
    margin-top:0;
    position: relative;
    padding:24px 58px;
    border:1px solid #c8c5c4;
    border-radius: 15px;
    margin-top:50px;
    min-height: 310px;
}
.p5_tab1_c3 ul li .text p{
    margin-bottom: 20px;
    font-size: 16px;
    color: rgba(0,0,0,.85);
    line-height: 1.6;
    position: relative;
    padding-left: 32px;
}
.p5_tab1_c3 ul li .text p:last-child{
    margin-bottom: 0;
}
.p5_tab1_c3 ul li .text p:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 8px;
    width: 14px;
    height: 14px;
    background: url(../image/hy_ico1.png) no-repeat center;    
}
.p5_tab1_c3 ul li .text p strong{
    display: block;
    font-family: "sySC-Medium";
    font-weight: normal;
}
.p5_tab1_c3_cont{
    padding:30px 50px;
    position: relative;
    border:1px solid #c8c5c4;
    border-radius: 15px;
    margin-top:50px;
}
.p5_tab1_list3{
    display: flex;
    flex-wrap: wrap;
}
.p5_tab1_list3 li{
    
    font-size: 16px;
    color: rgba(0,0,0,.85);
    
    position: relative;
    padding-left: 32px;
    margin-right: 2%;
}
.p5_tab1_list3 li:nth-child(5n){
    margin-right: 0;
}
.p5_tab1_list3 li:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 8px;
    width: 14px;
    height: 14px;
    background: url(../image/hy_ico1.png) no-repeat center;    
}
.p5_tab1_list3 li:nth-child(1),.p5_tab1_list3 li:nth-child(6){
    width: 23%;
}
.p5_tab1_list3 li:nth-child(2),.p5_tab1_list3 li:nth-child(7){
    width: 23%;    
}
.p5_tab1_list3 li:nth-child(3),.p5_tab1_list3 li:nth-child(8){
    width: 15.5%;    
}
.p5_tab1_list3 li:nth-child(4),.p5_tab1_list3 li:nth-child(9){
    width: 15.5%;    
}
.p5_tab1_list3 li:nth-child(5),.p5_tab1_list3 li:nth-child(10){
    width: 15%;    
}
.p5_tab2_c2{
    padding:118px 0;
}
.p5_tab_img2{
    padding:52px 75px;
    margin-top:60px;
}
.p5_tab2_list2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.p5_tab2_list2 li{
    display: flex;
    flex-wrap: wrap;
    padding:18px 22px;
    background: #dae3ed;
    width: 44%;
    margin-bottom: 30px;
}
.p5_tab2_list2 li:nth-child(5),.p5_tab2_list2 li:last-child{
    margin-bottom: 0;
}
.p5_tab2_list2 li .img{
    width: 59px;
}
.p5_tab2_list2 li .txt{
    width: calc(100% - 59px);
    padding-left: 32px;
}
.p5_tab2_list2 li .txt .p1{
    font-size: 21px;
    color: #47555d;
    line-height: 1;
    margin-bottom: 14px;
}
.p5_tab2_list2 li .txt .p2{
    font-size: 16px;
    color:rgba(0,0,0,.85);
    line-height: 1.8;
}
.p5_gn_list{
    
}
.p5_gn_list li,.pd5_c2 .p5_gn_list2 li,.pd5_c2 .p5_gn_list3 li{
    width: 100%;
}
.p5_gn_list1{
    display: flex;
    flex-wrap: wrap;
}
.p5_gn_list1 li:nth-child(1){
    width: 38%;
}
.p5_gn_list1 li:nth-child(2){
    width: 60%; 
    margin-left: 2%;
}
.p5_gn_list1 li:last-child{
    width: 100%;
    margin-top:12px;
}
.p5_gn_list2 li:nth-child(2){
    margin-top:12px;
}
.p5_gn_list .p1{
    padding-left: 32px;
    position: relative;
    font-size: 15px;
    color: rgba(0, 0, 0, .85);
    font-family: "sySC-Regular";
}
.p5_gn_list .p1:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 5px;
    width: 14px;
    height: 14px;
    background: url(../image/hy_ico1.png) no-repeat center;
}
.p5_gn_list .txt1{
    padding-left: 35px;
}
.p5_gn_list .p2{
    position: relative;
    padding-left: 11px;
    font-size: 15px;
    color: rgba(0, 0, 0, .85);
    font-family: "sySC-Light";
}
.p5_gn_list .p2:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 13px;
    width: 2px;
    height: 2px;
    background: #737373;
    border-radius: 0;
}
.p5_gn_list .txt2{
    padding-left: 28px;
}
.p5_gn_list .p3{
    position: relative;
    padding-left: 11px;
    font-size: 15px;
    color: rgba(0, 0, 0, .85);
    font-family: "sySC-Light";   
}
.p5_gn_list .p3:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 13px;
    width: 2px;
    height: 2px;
    background: #737373;
    border-radius: 0;
}
@media(max-width: 1600px){
    .pd5_c1{
        padding:70px 0 95px;
    }
    .pd5_c1_cont1{
        padding:30px 75px;
    }
    .pd5_c1_cont ul li p{
        font-size:15px;
        margin-bottom:7px;
    }
    .pd5_c2{
        padding:95px 0;
    }
    .pd5_c2_cont{
        padding:0 0px;
    }
    .pd5_list1{
        margin-top:35px;
    }
    .pd5_list1 li,.p5_tab1_img1 ul li{
        width:46%;
    }
    .p5_tab1_c1, .p5_tab1_c2, .p5_tab1_c3, .p5_tab1_c4,.p5_tab2_c2{
        padding:95px 0;
    }
    .p5_tab1_img1 {
        padding: 30px 20px;
    }
    .p5_tab1_img1 ul li .text,.p5_tab1_c3 ul li .text p,.p5_tab1_list3 li{
        font-size:15px;
    }
    .p5_tab1_img1 ul li .text:before{
        top:5px;
    }
    .p5_tab1_c3 ul li{
        padding-right:50px;
    }
    .p5_tab1_c3 ul li:nth-child(2){
        padding-left:50px;
    }
    .p5_tab1_c3 ul li .text{
        padding:20px 30px;
    }
    .p5_tab1_c3 ul li .text p:before,.p5_tab1_list3 li:before{
        top:7px;
    }
    .p5_tab1_c3_cont{
        padding:20px 30px;
    }
    .p5_tab_img2 {
        padding: 35px 40px;
        margin-top: 50px;
    }
    .p5_tab2_list2 li {
        padding: 15px;
        width: 46%;
        margin-bottom: 20px;
    }
    .p5_tab2_list2 li .txt .p1{
        font-size:18px;
    }
    .p5_tab2_list2 li .txt .p2{
        font-size:15px;
    }
    .p5_img_c{
        padding:30px 15px;
    }
    .p5_gn_list .p1,.p5_gn_list .p2,.p5_gn_list .p3{
        font-size:15px;
    }
    .p5_gn_list .p1:before{
        top:7px;
    }
    .p5_gn_list .p2:before,.p5_gn_list .p3:before{
        top:15px;
    }
}
@media(max-width: 1280px){
    .pd5_c1{
        padding:70px 0 75px;
    }
    .pd5_c1_cont1{
        padding:20px 35px;
    }
    .pd5_c1_cont ul li p{
        font-size:14px;
        padding-left:22px;
    }
    .pd5_c1_cont ul li p:before{
        top:6px;
    }
    .pd5_c2{
        padding:75px 0;
    }
    .pd5_list1 li,.p5_tab1_img1 ul li{
        width:48%;
    }
    .pd5_c2 .p_t2{
        margin-bottom:20px;
    }
    .p5_tab1_c1, .p5_tab1_c2, .p5_tab1_c3, .p5_tab1_c4,.p5_tab2_c2{
        padding:75px 0;
    }
    .p5_tab1_img1 {
        padding: 20px 20px;
        margin-top: 35px;
    }
    .p5_tab1_c3 ul li{
        padding-right:35px;
    }
    .p5_tab1_c3 ul li:nth-child(2){
        padding-left:35px;
    }
    .p5_tab1_c3 ul li .text{
        padding:20px;
    }
    .p5_tab1_c3 ul li .text p,.p5_tab1_list3 li{
        font-size:14px;
        padding-left:22px;
    }
    .p5_tab1_c3 ul li .text p{
        margin-bottom:15px;
    }
    .p5_tab1_c3 ul li .text p:last-child{
        margin-bottom:0;
    }
    .p5_tab1_c3 ul li .text p:before{
        top:4px;
    }
    .p5_tab1_list3 li:before{
        top:5px;
    }
    .p5_tab1_c3_cont{
        padding:20px;
    }
    .p5_tab_img2 {
        padding: 30px 20px;
        margin-top: 35px;
    }
    .p5_tab2_list2 li {
        width: 48%;
        margin-bottom: 15px;
    }
    .p5_tab2_list2 li .img{
        width: 45px;
    }
    .p5_tab2_list2 li .txt{
        width: calc(100% - 45px);
        padding-left: 15px;
    }
    .p5_tab2_list2 li .txt .p1{
        font-size:16px;
    }
    .p5_tab2_list2 li .txt .p2{
        font-size:14px;
    }
    .p5_img_c{
        padding:20px 15px;
    }
    .p5_img1 li{
        width:48%;
    }
    .p5_gn_list .p1,.p5_gn_list .p2,.p5_gn_list .p3{
        font-size:14px;
    }
    .p5_gn_list .p1{
        padding-left:22px;
    }
    .p5_gn_list .p1:before{
        top:5px;
    }
    .p5_gn_list .p2:before,.p5_gn_list .p3:before{
        top:13px;
    }
}
@media(max-width: 1099px){
    .pd5_c1_cont,.p5_tab1_c2 .img,.p5_tab1_c3 ul li .text,.p5_tab1_c3_cont{
        margin-top: 35px;
    }
    .pd5_list1 li .text {
        margin-bottom: 35px;
    }
    .p5_tab1_c3 ul li .text{
        min-height:280px;
    }
    .p5_tab1_list3 li{
        width:32%!important;
        margin-right:2%;
    }
    .p5_tab1_list3 li:nth-child(3n){
        margin-right:0;
    }
}
@media(max-width: 820px){
    .pd5_c1{
        padding:55px 0;
    }
    .pd5_c1_cont1{
        padding:20px 20px;
    }  
    .pd5_c2{
        padding:55px 0;
    }
    .p5_img2 {
        margin-top: 20px;
        padding: 20px 15px;
    }
    .p5_tab1_c1, .p5_tab1_c2, .p5_tab1_c3, .p5_tab1_c4,.p5_tab2_c2{
        padding:55px 0;
    }
    .p5_tab1_img1 {
        padding: 20px 15px;
        margin-top: 25px;
    }
    .p5_tab1_c2 .im,.p5_tab1_c3_contg{
        margin-top:25px;
    }
    .p5_tab1_c3 ul li{
        padding-right:20px;
    }
    .p5_tab1_c3 ul li:nth-child(2){
        padding-left:20px;
    }
    .p5_tab1_c3 ul li .text{
        padding:20px 15px;
    }
    .p5_tab1_c3 ul li .text{
        min-height:300px;
    }
    .p5_tab1_c3_cont{
        padding:20px 15px;
    }
    .p5_tab_img2 {
        padding: 20px;
        margin-top: 25px;
    }
    .p5_gn_list .p1:before {
        top: 7px;
    }
}
@media(max-width: 640px){
    .pd5_c1{
        padding:40px 0;
    }
    .pd5_c1_cont1,.p5_tab1_c3 ul li .text,.p5_tab1_c3_cont{
        padding:15px;
    } 
    .pd5_c2{
        padding:40px 0;
    }
    .pd5_list1 li{
        width:100%;
        margin-bottom:35px;
    }
    .pd5_list1 li:last-child{
        margin-bottom:0;
    }
    .p5_img2,.p5_tab1_img1{
        margin-top: 20px;
        padding: 15px;
    }
    .pd5_c1_cont,.p5_tab1_c3 ul li .text,.p5_tab1_c3_cont{
        margin-top: 20px;
    }
    .pd5_c1_cont ul li{
        width:100%;
        max-width:100%;
    }
    .pd5_c1_cont ul li p{
        margin-bottom: 5px;
    }
    .pd5_c2 .p_t2 {
        margin-bottom: 15px;
    }
    .p5_tab1_c1, .p5_tab1_c2, .p5_tab1_c3, .p5_tab1_c4,.p5_tab2_c2{
        padding:40px 0;
    }
    .p5_tab1_img1 ul li{
        width:100%;
        margin-bottom:12px;
    }
    .p5_tab1_img1 ul li:last-child,.p5_tab1_c3 ul li:last-child{
        margin-bottom:12px;
    }
    .p5_tab1_img1 ul li .text{
        margin-bottom:12px;
    }
    .p5_tab1_img1 ul li .text{
        font-size:14px;
        padding-left:22px;
    }
    .p5_tab1_img1 ul li .text:before{
        top:4px;
    }
    .p5_tab1_c3 ul li{
        padding-right:0;
        width:100%;
        margin-bottom:35px;
    }
    .p5_tab1_c3 ul li:last-child{
        padding-left:0;
        margin-bottom: 0px;
    }
    .p5_tab1_c3 ul li .text{
        min-height:auto;
    }
    .p5_tab1_list3 li{
        width:100%!important;
        margin-right:0%!important;
    }
    .p5_tab_img2 {
        padding: 20px 15px;
        margin-top: 20px;
    }
    .p5_tab2_list2 li {
        width: 100%;
        margin-bottom: 12px;
    }
    .p5_tab2_list2 li .img{
        width: 35px;
    }
    .p5_tab2_list2 li .txt{
        width: calc(100% - 35px);
        padding-left: 15px;
    }
    .p5_tab2_list2 li .txt .p1{
        font-size:15px;
        margin-bottom:8px;
    }
    .p5_tab2_list2 li .txt .p2{
        font-size:13px;
    }
    .p5_img_c{
        padding:15px 12px;
    }
    .p5_img1 li{
        width:100%;
    }
    .p5_img1 li:nth-child(2){
        display:none;
    }
}


.px1{
    position: relative;
    padding:75px 0 85px;
}
.px_t1{
    text-align: center;
    font-size: 28px;
    color: rgba(0,0,0,.85);
    line-height: 1;
    font-family: "sySC-Medium";
}
.download_list{
    margin-top:57px;
    display: flex;
    flex-wrap: wrap;
    padding:0 85px;    
}
.download_list li{
    margin-bottom: 20px;
    width: 32%;
    margin-right: 2%;
    border-radius: 6px;
    overflow: hidden;
}
.download_list li:nth-child(3n){
    margin-right: 0;
}
.download_list li a{
    display: block;
    width: 100%;
    height: 100%;
    background: url(../image/down_bg.jpg) no-repeat ;
    
    border:1px solid #c6c6c6;
    border-radius: 6px;
    padding:60px 28px 25px;
}
.download_list li a .p1{
    font-size: 16px;
    color: #4c4c4c;
}
.download_list li a .p2{
    font-size: 18px;
    color: #000000;
    font-family: "sySC-Bold";
    line-height: 1.6;
    font-weight: bold;
}
.p_download{
    display: flex;
    align-items: flex-end;
    margin-top:65px;
}
.p_download span{
    font-size: 18px;
    color: #0058b4;
    padding-left: 16px;
    line-height: 1;
}
.px2,.other_video{
    position: relative;
    padding:110px 0 120px;
}
.video_list{
    margin-top:57px;
    display: flex;
    flex-wrap: wrap;
    padding:0 85px;
}
.video_list li{
    margin-bottom: 20px;
    width: 32%;
    margin-right: 2%;
    border-radius: 6px;
    overflow: hidden;
}
.video_list li:nth-child(3n){
    margin-right: 0;
}
.video_list li img{
    width: 100%;
}
.product_detail{
    text-align: center;
    padding:105px 0;
}
.product_detail h1{
    font-size: 28px;
    color: rgba(0,0,0,.85);
    line-height: 1.6;
    text-align: center;
    margin-bottom: 50px;
}
.product_detail video{
    display: block;
    width: 100%;
    text-align: center;
}
.tj_video li:nth-child(7){
    display: none;
}
.p_tishi{
    font-size: 28px;
    color: rgba(0,0,0,.85);
    font-family: "sySC-Medium";
}
.search_case{
    padding-bottom: 100px;
}
@media(max-width: 1600px){
    .download_list,.video_list{
        padding:0 50px;
        margin-top:50px;
    }
    .download_list li a{
        padding: 45px 15px 20px;
    }
    .download_list li a .p1{
        font-size:16px;
    }
    .download_list li a .p2{
        font-size:18px;
    }
    .p_download {
        margin-top: 45px;
    }
    .p_download img{
        max-height:30px;
    }
    .p_download span{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .download_list,.video_list{
        padding:0;
        margin-top: 35px;
    }
    .px1{
        padding:75px 0;
    }
    .px_t1{
        font-size:24px;
    }
}
@media(max-width: 1099px){
    
}
@media(max-width: 820px){
    .download_list li,.video_list li{
        margin-bottom: 15px;
        width: 49%;
    }
    .download_list li:nth-child(3n),.video_list li:nth-child(3n){
        margin-right: 2%;
    }
    .download_list li:nth-child(2n),.video_list li:nth-child(2n){
        margin-right: 0;
    } 
    .download_list li a{
        padding: 30px 15px 15px;
    }
    .p_download {
        margin-top: 30px;
    }
    .px1{
        padding:55px 0;
    }
}
@media(max-width: 640px){
    .download_list li a .p1 {
        font-size: 14px;
    } 
    .download_list li a .p2 {
        font-size: 16px;
    }
    .p_download {
        margin-top: 25px;
    }
    .px1{
        padding:40px 0;
    }
}
@media(max-width: 460px){
    .px_t1{
        font-size:22px;
    }
    
    
    
    .download_list li,.video_list li{
        margin-bottom: 12px;
        width: 100%;
    }
    .download_list li a{
        background: url(../image/down_bg.jpg) no-repeat;
        background-size: cover;        
    }
}


.contact1{
    position: relative;
}
.map_img{
    margin-top:50px;
    text-align: center;
    border:1px solid #c6c6c6;
    border-radius: 15px;
    padding:55px 30px;
    position: relative;
}
.map_img:before{
    height: calc(100% - 120px);
    top:60px;
}
.map_img img{
    
}
.map_list{
    margin-top:90px;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}
.map_list dl{
    margin-bottom: 50px;
    background:#fff;
    width: 31%;
    margin-right: 3.5%;
    max-width: 481px;
    border-radius: 8px;
    overflow: hidden;
    height: auto;
}
.map_list dl:nth-child(3n){
    margin-right: 0;
}
.map_list dl dt{
    height: 44px;
    background:url(../image/c_bg1.jpg) no-repeat right center;
    font-size:21px;
    color: #fefefe;
    line-height: 44px;
    padding-left: 22px;
}
.map_list dl dd{
    padding:32px 22px 35px;
    font-size:15px;
    color: #000000;
    line-height: 1.5;
}
.map_list dl dd p{
    margin-bottom: 12px;
    padding-left: 36px;
    position: relative;
    min-height: 28px;
}
.map_list dl dd p:last-child{
    margin-bottom: 0;
}
.map_list dl dd .p1{
    background:url(../image/c_ico1.png) no-repeat left 4px;
}
.map_list dl dd .p2{
    background:url(../image/c_ico2.png) no-repeat left center;
}
.c_message{
    position: relative;
    padding:105px 0 165px;
}
.contact2{
    margin-top:48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact2 .case_t1 h2{
    font-family: "sySC-Regular";
    margin-bottom: 25px;
    font-weight: normal;
}
.message{
    width: 48%;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.message li{
    position: relative;
    width: 49%;
    margin-bottom: 20px;
}
.message li:nth-child(3),.message li:last-child{
    width: 100%;
}
.message li label{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    padding:0 26px;
    font-size:21px;
    line-height: 58px;
    color: rgba(0,0,0,.65);
    cursor: pointer;
}
.message li input{
    display: block;
    width: 100%;
    line-height: 58px;
    height: 58px;
    padding:0 26px;
    font-size:21px;
    color: rgba(0,0,0,.85);
    border:1px solid #afadaf;
    border-radius: 6px;
    outline: none;
    cursor: pointer;
}

.mess_tn input{
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    height: 60px;
    font-size:21px;
    color: #fff;
    border-radius: 6px;
    background:#0058b4;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#008fda,endColorStr=#0058b4);
    background: -webkit-gradient(linear, 0% 25%, 75% 100%, from(#008fda), to(#0058b4));
    background: -webkit-linear-gradient(left, #008fda, #0081d0, #0069c0, #0058b4);
    background: -o-linear-gradient(left,#008fda, #0081d0, #0069c0, #0058b4);
    background: -moz-linear-gradient(left,#008fda, #0081d0, #0069c0, #0058b4);
    background: -ms-linear-gradient(left,#008fda, #0081d0, #0069c0, #0058b4);
    border:none;
    outline: none;
    cursor: pointer;
} 
.c_message2{
    width: 48%;
    max-width: 750px;
}
.contact_txt{
    position: relative;
    background:url(../image/c_bg2.jpg) no-repeat 0 0 #fff;
    background-size: contain;
    border-radius: 0 0 6px 6px;
    padding:70px 88px;  
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.contact_txt .img{
    width: 147px;
}
.contact_txt .txt{
    padding-left: 45px;
    width: calc(100% - 147px);
}
.contact_txt .txt .p2{
    font-size: 14px;
    color: rgba(0,0,0,.85);
    font-family: "sySC-Medium";
    line-height: 1.4;
}
.contact_txt:before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    width: calc(100% + 12px);
    height: 24px;
    background: url(../image/c_logo.png) no-repeat left center;
}
.contact_txt .p1{
    font-size:18px;
    color: #0058b4;
    line-height: 1.4;
    margin-bottom: 20px;
    font-family: "sySC-Light";
}
.contact_txt .txt{
    font-size:14px;
    color: rgba(0,0,0,.85);
}
.contact_txt .txt strong{
    font-family: "sySC-Medium";
}
@media(max-width: 1600px){
    .map_list dl{
        
    }
    .map_list dl dt{
        font-size:20px;
    }
    .map_list dl dd{
        font-size:15px;
    }
    .c_message{
        padding:95px 0;
    }
    .contact_txt{
        padding:55px 60px;
    }
    .contact_txt .txt{
        padding-left:30px;
    }
    .contact_txt .txt .p1{
        font-size:18px;
        margin-bottom:15px;
    }
    .contact_txt .txt .p2{
        font-size:15px;
    }
    .contact_txt .txt{
        font-size:15px;
    }
    .message li label,.message li input{
        font-size:17px;
    }
}
@media(max-width: 1280px){
    .map_img{
        margin-top:40px;
        padding: 35px 20px;
    }
    .map_img:before {
        height: calc(100% - 60px);
        top: 30px;
    }
    #map_list{
        margin-top:55px;
    }
    .map_list dl dt{
        font-size:18px;
    }
    .map_list dl dd{
        font-size:14px;
    } 
    .map_list dl dd p{
        padding-left:28px;
    }
    .map_list dl dd .p1{
        background: url(../image/c_ico1.png) no-repeat left 4px;
        background-size:18px;
    }
    .map_list dl dd .p2{
        background: url(../image/c_ico2.png) no-repeat left 4px;
        background-size:18px;
    }
    .c_message{
        padding:75px 0;
    }
    .contact_txt{
        padding:40px 30px;
    }
    .contact_txt .txt{
        font-size:14px;
        padding-left:20px;
    }
    .contact_txt .txt .p1{
        font-size:16px;
    }
    .contact_txt .txt .p2{
        font-size:14px;
    }
    .message li label,.message li input{
        font-size:15px;
        line-height:50px;
    }
    .message li input{
        height:50px;
    }
}
@media(max-width: 1099px){
    .map_list dl{
        
    }   
    .contact_txt {
        padding: 30px 15px;
    }
    .contact_txt .txt{
        padding-left:15px;
    }
    .contact_txt .txt .p1{
        font-size:14px;
        margin-bottom:10px;
    }
    .contact_txt .txt .p2{
        font-size:13px;
    }
}
@media(max-width: 820px){
    .map_img{
        margin-top:40px;
        padding: 20px 15px;
    }
    .map_img:before {
        height: calc(100% - 40px);
        top: 20px;
    }
    
    
    
    #map_list{
        margin-top: 40px;
        padding-bottom: 30px;
    }
    .c_message{
        padding:55px 0;
    }
    .message{
        width:100%;
    }
    .c_message2{
        width:100%;
        margin-top:35px;
    }
    
    
    
    .mess_tn input{
        height: 55px;
        font-size: 17px;
    }
    
    
    
    
}
@media(max-width: 640px){
    .map_img{
        padding-top:25px;
        padding:15px;
    }
    #map_list {
        margin-top: 25px;
        padding-bottom: 25px;
    }
    .map_img img{
        max-width: 100%;
    }  
    .map_list dl{
        
        
        
    }
    .map_list dl dd{
        padding:20px;
    }
    .c_message{
        padding:40px 0;
    }
    .contact2{
        margin-top:20px;
    }
    .message li{
        width:100%;
        margin-bottom:12px;
    }
    .message li label,.message li input{
        font-size:14px;
        line-height:42px;
    }
    .message li input{
        height:42px;
    }
    .contact_txt{
        padding:20px 15px;
    }
    
    
    
    
}


.contact_bg{
    background: url(../image/bg_map2.png) no-repeat top left #f3f3f3;
    background-size: contain;
}
.contact01{
    padding:98px 0;  
    position: relative;
}
.contact01_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.map2{
    padding:0 75px 0 182px;
    width: 50.5%;
}
.contact01_top_texts{
    margin-right: 72px;
    width: calc(49.5% - 72px);
    position: relative;
    padding:25px 32px;
    background: url(../image/c_bg_txt.jpg) no-repeat;
    background-size: cover;
    border-radius: 0 0 6px 6px;
}
.contact01_top_texts:before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    width: calc(100% + 13px);
    height: 24px;
    background: url(../image/hyjz_line.png) no-repeat left center;
}
#map_list2{
    
}
#map_list2 dl{
    display: none;
}
#map_list2 dl dt{
    font-size: 21px;
    color: #0057b4;
    font-family: "sySC-Medium";
    line-height: 1.2;
    padding-left: 36px;
    background: url(../image/c_ico01.png) no-repeat left center;
    background-size: contain;
    margin-bottom: 12px;
}
#map_list2 dl dd{
    min-height: 96px;
}
#map_list2 dl dd p{
    font-size: 16px;
    color: #47555d;
    font-family: "sySC-Light";
    padding-left: 36px;
    line-height: 2;
}
#map_list2 dl dd p.p1{
    background: url(../image/c_ico02.png) no-repeat 8px 8px;  
}
#map_list2 dl dd p.p2{
    background: url(../image/c_ico03.png) no-repeat 8px 8px; 
}
.contact01_li{
    display: flex;
    flex-wrap: wrap;
    padding-top:25px;
}
.contact01_li li{
    padding:15px 2px 8px;
    border-radius: 5px;
    text-align: center;
    width: calc(10% - 9px);
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fff;
    cursor: pointer;
}
.contact01_li li:nth-child(10n){
    margin-right: 0px;
}
.contact01_li li .imgs{
    text-align: center;
    line-height: 66px;
}
.contact01_li li .imgs .img2{
    display: none;
}
.contact01_li li.cur .imgs .img1{
    display: none;
}
.contact01_li li.cur .imgs .img2{
    display: inline;
}
.contact01_li li p{
    font-size: 15px;
    color: #434343;
    font-family: "sySC-Light";
    line-height: 1.2;
    margin-top:7px;
}
.contact01_li li.cur{
    background: #0058b4;
}
.contact01_li li.cur p{
    color: #fff;
}
.contact_logo_line{
    margin-top:-12px;
}
#map_list2 .swiper-pagination{
    
    bottom: 10px;
}
#map_list2 .swiper-pagination .swiper-pagination-bullet{
    background:#c8c5c4;
    opacity: 1;
    width: 25px;
    height: 2px;
    border-radius: 0;
    margin-right: 16px;
    margin-left: 0;
}
#map_list2 .swiper-pagination .swiper-pagination-bullet-active{
    background:#0058b4;
}
@media(max-width:1600px){
    #map_list2 dl dt{
        font-size:18px;
        padding-left: 32px;
        background: url(../image/c_ico01.png) no-repeat left 2px;
        background-size:18px;
    }
    #map_list2 dl dd p{
        font-size:14px;
        padding-left:32px;
    }
    .contact01_li li{
        padding: 10px 2px 8px;
    }
    .contact01_li li .imgs{
        line-height:50px;
    }
    .contact01_li li img{
        max-height:50px;
        max-width:50px;
    }
    .contact01_li li p{
        font-size:12px;
    }
}
@media(max-width:1280px){
    .contact01 {
        padding: 75px 0;
    }
    .contact01_li li p{
        font-size:11px;
    } 
    .map2{
        padding: 0 70px 0 150px;
    }
}
@media(max-width:1199px){
    .contact01_li li{
        width:calc(100% / 7 - 8.572px);
    }
    .contact01_li li:nth-child(10n) {
        margin-right: 10px;
    }
    .contact01_li li:nth-child(7n) {
        margin-right: 0px;
    }
}
@media(max-width:1024px){
    .map2 {
        padding: 0 55px 0 100px;
    }
    .contact01_top_texts {
        margin-right: 0px;
        width: calc(49.5% - 0px);
    }
    .contact01_li li{
        padding: 7px 2px;
    }
    .contact01_li li .imgs{
        line-height:40px;
    }
    .contact01_li li img{
        max-height:40px;
        max-width:40px;
    }
    .contact01_li li p{
        font-size:11px;
    }
    #map_list2 dl dt{
        padding-left:26px;
        font-size:16px;
        background: url(../image/c_ico01.png) no-repeat left 2px;
        background-size: 16px;
    }
    #map_list2 dl dd p {
        font-size: 12px;
        padding-left: 32px;
    }
    #map_list2 dl dd p.p1{
        background: url(../image/c_ico02.png) no-repeat 4px 5px;   
        background-size:10px;
        padding-left: 26px;
    }
    #map_list2 dl dd p.p2{
        background: url(../image/c_ico03.png) no-repeat 7px 5px;
        background-size:10px;
        padding-left: 26px;
    }
}
@media(max-width:820px){
    .contact01 {
        padding: 55px 0;
    }
    .map2 {
        padding: 0 40px 0 50px;
    }    
}
@media(max-width:767px){
    .contact01_top{
        align-items:unset;
    }
    .contact01 {
        padding: 40px 0;
    } 
    .map2{
        width:100%;
        padding:0;
        text-align:center;
        
    }
    .map2 img{
        max-width:60%;
    }
    .contact01_top_texts {
        background: url(../image/m_c_bg_txt.png) no-repeat;
        background-size: cover;
    }
    #map_list2{
        padding-bottom:30px;
    }
    #map_list2 dl{
        display:block;
        border-bottom:1px solid #acacac;
        padding:20px 0;
        min-height:180px;
    }
    #map_list2 dl:nth-child(4n){
        border-bottom:none;
    }
    #map_list2 dl dd{
        height:auto;
        min-height:auto;
    }
    .contact01_top_texts{
        width:100%;
        padding: 5px 20px;
    }
    .contact01_li{
        display:none;
    }
    .contact_logo_line{
        margin-top:0;
    }
}
@media(max-width:460px){
    
}


h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 2em;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}

.right_fixed{
    position: fixed;
    right:34px;
    bottom: 20%;
    z-index: 99999;
}
.right_fixed a{
    display: flex;
    align-items:center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background:#fff;
    border-radius: 22.5px;
    cursor: pointer;
    margin-bottom: 15px;
    transition:all 0.4s ease-out;
    position: relative;
}
.right_fixed a:last-child{
    margin-bottom: 0;
}
.right_fixed a img{
    position: relative;
    z-index: 9;
    display: block;
}
.right_fixed a .img2{
    display: none;
}
.right_fixed a:hover .img1{
    display: none;
}
.right_fixed a:hover .img2{
    display: block;
}
.right_fixed a p{
    position: absolute;

    top:0;
    font-size:13px;
    color: #0058b4;
    line-height: 45px;
    border-radius: 22.5px;

    opacity: 0;
    background:#fff;
    z-index: -9999;
    transition:all 0.4s ease-out;
    visibility: hidden;
}
.right_fixed a:hover p{
    opacity: 1;
    visibility: visible;
    z-index: 1;    
}
.right_fixed a.r_mail p{
    padding-left: 24px;
    width: 212px;
    left: -167px;    
}
.right_fixed a.r_tel p{
    padding-left: 22px;
    width: 268px;
    left: -223px;
}
.message_fixed{
    display: none;
}

.online-server{
    position: fixed;
    right: 18px;
    bottom: 10%;
    width: 48px;
    background-color: #ffffff;
    border-radius: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 999;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 13%);
}
.online-server a{
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 50%;
    color: #000;
    position: relative;
    cursor: pointer;
}
.online-server a p{
    position: absolute;
    width: 180px;
    left:-185px;
    top:4px;
    line-height: 40px;
    padding:0 10px 0 40px;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    border-radius: 6px;
    background: url(../image/r_i1_h2.png) no-repeat 10px center #00a2e7;
    display: none;
}
.online-server a:hover p{
    opacity: 1;
    display: block;
}
.online-server a:nth-child(1){
    background: url(../image/r_i1.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(1):hover{
    background: url(../image/r_i1_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2){
    background: url(../image/r_i2.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2):hover{
    background: url(../image/r_i2_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3){
    background: url(../image/r_i3.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3):hover{
    background: url(../image/r_i3_h.png) no-repeat center;
    background-size: 27px;
}
@media(max-width: 1600px){
    .online-server{
        right:5px;
    }
}
@media(max-width: 991px){
    .online-server{
        display: none!important;
    }
}
@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}
@media(max-width: 767px){
    .right_fixed{
        display: none;
    }
}
.pageController{
    text-align: center;
    font-size:13px;
    color:rgba(0,0,0,.85);
    margin:0 auto;
    margin:2em 0;
    line-height:24px;
    font-family: "sySC-Light";
}
.pageController a{

    font-size:13px;
    color:rgba(0,0,0,.85);
    font-family: "sySC-Light";
    margin:0 16px;
}
.pageController a:hover{

    text-decoration:none;

    color: #0058b4;
}
.pageController .currPage {

    color: #0058b4;
    margin:0 16px;
}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{

    color: #0058b4;
    margin:0 16px;
    font-family: "sySC-Medium";

}
.pageController .t1 span{
    

}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}


.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #0067ac;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    padding:8px 0 0;
}
.m_f_fixed a img{
    width: 22px;
    display: block;
    margin:0 auto 0px;
}

.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #47555d;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 15px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:8px 0;
    position: relative;
}
.m_f_fixed a:after{
    content:'';
    position: absolute;
    right:0;
    top:10px;
    width: 1px;
    height: calc(100% - 20px);
    background: #9ea5a9;
    opacity: .15;
}
.m_f_fixed a img{
    margin-right: 8px;
}
.m_f_fixed a img{
    max-width: 22px;
    max-height: 20px;
    display: block;
    
}

@media(max-width: 1199px){

}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
}



.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(../image/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media(max-width: 1199px){
    .client-2{
        display: none;
    }
}




#c-right-fixed {
    display: none;
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 905;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c-right-fixed a {
    position: relative;
    right: 0;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #777;
    background: #fff;
}

#c-right-fixed a:last-child {
    margin-bottom: 0;
}

#c-right-fixed a:nth-child(3) {
    z-index: 9;
}

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 11px 0;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    transition: all .5s;
    position: relative;
    z-index:9;
}

#c-right-fixed .c-wrap img {
    height: 28px;
}

#c-right-fixed .c-wrap img:nth-child(2),
#c-right-fixed a:hover .c-wrap img:nth-child(1) {
    display: none;
}

#c-right-fixed a:hover .c-wrap img:nth-child(2) {
    display: inline-block;
}

#c-right-fixed .c-title {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1;
}

#c-right-fixed a:last-child .c-title {
    font-family: "Arial";
    font-weight: bold;
}

#c-right-fixed .c-text {
    flex: 0 0 auto;
    width: 170px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    border-left: 1px solid #fff;
    color: #fff;
    transition: all .5s;
}

#c-right-fixed .c-img {
    position: absolute;
    right: -300px;
    top: -1px;
    z-index: -1;
    padding: 5px;
    width: 148px;
    border: 1px solid #eff1f5;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    z-index:8;
}

#c-right-fixed .c-img::before {
    content: "";
    position: absolute;
    top: 34px;
    right: -8px;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#c-right-fixed .c-img img {
    width: 100%;
}

#c-right-fixed .c-img .c-text2 {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #777;
}

#c-right-fixed a .c-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    transition: all .5s;
    overflow: hidden;
}

#c-right-fixed a:hover .c-wrap {
    color: #fff;
    border-color: #ffaf04;
    background: #ffaf04;
}

#c-right-fixed a:last-child .c-wrap {
    color: #fff;
    border-color: #ffaf04;
    background: #ffaf04;
}

#c-right-fixed a:first-child:hover .c-box {
    width: 250px;
    height: 60px;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    overflow: none;
    background: #ffaf04;
}

#c-right-fixed a:hover .c-img {
    right: 84px;
}


@media(max-width: 1259px){
    #c-right-fixed{
        display: none;
    }
}



.Fast_contact {
    height: 265px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -132.5px;
    z-index: 97
}

.Fast_contact ul li.onlineservice_li {
    width: 48px;
    height: 48px;
    position: relative;
    text-align: center;
    margin-bottom: 5px;
    background-color: #d9d9d9;
}

.Fast_contact ul > li.onlineservice_li > a {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-top: 10px;
}

.Fast_contact ul > li:hover .onlineservice_tips {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.onlineService_qq {
    background-image: url("../image/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_form {
    background-image: url("../image/fastForm.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.Fast_contact ul > li.onlineservice_li > a.onlineService_tel {
    width: 30px;
    height: 30px;
    background-image: url("../image/fastPhone.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_whatsApp {
    background-image: url("../image/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -139px;
}

.onlineService_email {
    background-image: url("../image/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -111px;
}

.onlineService_skype {
    background-image: url("../image/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -28px;
}

.onlineService_wechat {
    background-image: url("../image/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -266px;
}

.for_wechat span {
    display: block;
    text-align: center;
}

.onlineservice_tips {
    padding: 5px 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    right: 58px;
    top: 6px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.onlineservice_tips li {
    width: auto;
    height: auto;
    white-space: nowrap;
}

.onlineservice_tips li a {
    display: block;
    min-height: 22px;
    text-align: center;
    line-height: 22px;
    color: #737578;
    font-size: 15px;
}

.onlineservice_tips li a.for_wechat {
    height: auto;
}

.onlineservice_tips li a.for_wechat img {
    max-width: 240px;
}

.onlineservice_tips li a:hover {
    text-decoration: underline;
}

.onlineservice_tips:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-color: transparent #ccc #ccc transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: -6px;
    top: 10px;
    background-color: #fff;
}
@media(max-width:1220px){
    .Fast_contact{
        display:none;
}