.bgf5f7f7{
    background-color: #F5F7F7 !important;
}
.bggreen{
    background-color: #0073b9 !important;
}
.pb60{
    padding-bottom: 60px !important;
}
.bteb{
    border-top: 1px solid #ebebeb;
}
a:hover, a:focus{
    color: unset;
    text-decoration: unset;
    outline: unset;
}
em{
    font-style: unset;
}
.btn{
    height: 44px;
    line-height: 30px;
    transition: 0.36s;
    border-radius: 4px;
}
.btn-primary,.btn-green{
    background-color: #0073b9;
    color: #ffffff;
    border-color: #0073b9;
}
.btn-primary:hover,.btn-green:hover{
    background-color: #005c94;
    color: #ffffff;
    border-color: #005c94;
}
.btn-greenbd{
    color: #0073b9;
    border-color: #0073b9;
    background-color: unset;
}
.btn-greenbd:hover{
    background-color: #0073b9;
    color: #fff;
}
.btn-yellow{
    background-color: #FEBB5B;
    color: #ffffff;
    border-color: #FEBB5B;
}
.btn-yellow:hover{
    background-color: #db9128;
    color: #ffffff;
    border-color: #db9128;
}
.btn-yellowbd{
    border-color: #FEBB5B;
    color: #FEBB5B;
}
.btn-yellowbd:hover{
    background-color: #FEBB5B;
    color: #ffffff;
    border-color: #FEBB5B;
}

.btn-whitebd{
    border-color: #fff;
    color: #fff;
}
.btn-whitebd:hover{
    color: #0073b9;
    background-color: #fff;
}
.btn-whitebd.btn-tel span{
    background-image: url(/skin/images/btn-wtelico.png);
}
.btn-tel{
    font-weight: bold;
}
.btn-tel span{
    display: inline-block;
    background: url(/skin/images/btn-telico.png) no-repeat 0 center;
    padding-left: 19px;
}
.btn-tel:hover span{
    background-image: url(/skin/images/btn-wtelico.png);
}
.btn-whitebd.btn-tel:hover span{
    background-image: url(/skin/images/btn-gtelico.png);
}
/* 自定义 */
@-webkit-keyframes  tiaodong{ 
    0%{
        transform: translateY(-10px);
    }
    25%{
        transform: translateY(0);
    }
    66%{
        transform: translateY(10px);
    }
    100%{
        transform: translateY(0);
    }
}
@keyframes tiaodong {
    0%{
        transform: translateY(0);
    }
    25%{
        transform: translateY(-10px);
    }
    50%{
        transform: translateY(0);
    }
    75%{
        transform: translateY(10px);
    }
    100%{
        transform: translateY(0);
    }
} 

@-webkit-keyframes waves{0%{-webkit-transform:scale(.2,.2);transform:scale(.2,.2);opacity:0;-ms-filter:"alpha(opacity=0)"}50%{opacity:.9;-ms-filter:"alpha(opacity=90)"}100%{-webkit-transform:scale(.9,.9);transform:scale(.9,.9);opacity:0;-ms-filter:"alpha(opacity=0)"}}
@keyframes waves{0%{-webkit-transform:scale(.2,.2);transform:scale(.2,.2);opacity:0;-ms-filter:"alpha(opacity=0)"}50%{opacity:.9;-ms-filter:"alpha(opacity=90)"}100%{-webkit-transform:scale(.9,.9);transform:scale(.9,.9);opacity:0;-ms-filter:"alpha(opacity=0)"}}



.inban-main{
    color: #ffffff;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.inban-tit{
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
}
.inban-sectit{
    margin-top: 45px;
    font-size: 38px;
    line-height: 1;
    font-weight: bold;
}
.inban-info{
    margin: 60px auto 0;
    max-width: 720px;
}
.inban-info .item{
    width: 33.33%;
    float: left;
    font-size: 0;
}
.inban-info i{
    display: inline-block;
    vertical-align: middle;
    height: 39px;
    width: 35px;
    margin-right: 16px;
}
.inban-info .tit{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.inban-info .ico1{
    background: url(/skin/images/inban-ico1.png) no-repeat center center;
    background-size: cover;
}
.inban-info .ico2{
    background: url(/skin/images/inban-ico2.png) no-repeat center center;
    background-size: cover;
}
.inban-info .ico3{
    background: url(/skin/images/inban-ico3.png) no-repeat center center;
    background-size: cover;
}
.inban-btn{
    margin-top: 120px;
}
.inban-btn .btn{
    margin-left: 10px;
    margin-right: 10px;
    width: 180px;
}


.fix-down{
    position: fixed;
    width: 200px;
    height: 112px;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
    text-align: center;
    animation: tiaodong 3s linear 0s infinite;
}
.fix-down .tit{
    text-align: center;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
}
.fix-down i{
    display: block;
    width: 72px;
    height: 72px;
    margin: 20px auto 0;
    background: url(/skin/images/page-dqrr.png) no-repeat center center;
    background-size: cover;
}

@media (min-width:992px){
    .noBan-nav .wsc-Nav{
        background: #FFFFFF;
        box-shadow: 0px 3px 35px 0px rgba(50, 50, 50, 0.13);
    }
    .noBan-nav .hn-text{
        color: #333333;
    }
    .noBan-nav .search-icon{
        background-image: url(/skin/images/pc-hn-gsearch.png);
    }
}

.wsc-banner{
    height: 500px;
    margin-top: -156px;
    background-color: #000000;
    /* position: relative;
    z-index: -1; */
}
.wsc-bannerCon{
    padding-top: 253px;
}
.banTit{
    font-size: 44px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    padding-top: 0;
}
.banText{
    font-size: 20px;
    margin-top: 30px;
    color: #fff;
    text-align: center;
}
.banText2{
    font-size: 16px;
}
.wsc-bread{
    position: relative;
    z-index: 10;
}
.noBan-nav + .wsc-bread {
    border-bottom: 1px solid #f5f5f5;
}
.wsc-bread .breadcrumb{
    padding: 17px 0;
    color: rgba(255, 255, 255, 0.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:1;-webkit-box-orient: vertical;
}
.breadcrumb > li{
    display: inline;
}
.breadcrumb > li + li:before{
    padding: 0 10px;
    color: rgba(255, 255, 255, 0.5);
}
.wsc-bread .breadcrumb > .active{
    color: rgba(255, 255, 255, 0.7);
}
.noBan-nav + .wsc-bread .breadcrumb{
    color: #999999;
}
.noBan-nav + .wsc-bread .breadcrumb > .active{
    color: #666666;
}
.noBan-nav + .wsc-bread .breadcrumb > li + li:before{
    padding: 0 10px;
    color: #cccccc;
}

.wsc-foot{
    margin-top: 0;
    padding: 60px 0;
    background-color: #171717;
}
.ft-top{
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.ft-logo{
    float: left;
}
.ft-search{
    float: right;
    padding-top: 9px;
}
.wsc-search .form-control,.wsc-search .input-group-btn .btn{
    height: 50px;
}
.wsc-foot .wsc-search{
    margin-top: 0;
}
.wsc-foot .wsc-search .input-group-btn{
    width: 6%;
}
.wsc-foot .wsc-search .input-group-btn .btn{
    background-color: #0073b9;
    border-color: #0073b9;
    width: 70px;
    padding: 0;
}
.wsc-foot .wsc-search .input-group-btn .btn:hover{
    background-color: #0073b9;
    border-color: #0073b9;
}
.ft-main{
    margin-top: 40px;
}


.wsc-bottom{
    background-color: #0D0D0D;
    padding: 20px 0;
    border-top: 0;
    color: #999999;
}
.wsc-frilink{
    padding: 40px 0;
    background-color: unset;
    border-top: 1px solid #f5f5f5;
    overflow: hidden;
}
.fl-tit{
    color: #333333;
}
.fl-main.list-inline{
    color: #828282;
    display: inline;
}
.fl-main.list-inline > li{
    margin-right: 30px;
    padding: 0;
}
.fl-main.list-inline {
    margin-right: -30px;
}
.wb-main{
    padding: 0;
}
.wb-left{
    float: left;
}
.wb-right{
    float: right;
}
.wb-link{
    display: inline;
    margin-left: 30px;
    line-height: 40px;
}
.wb-text{
    line-height: 40px;
}
.wsc-bottom .infobd{
    font-size: 12px;
    color: #dddddd;
    margin-left: 10px;
    margin-right: 10px;
}
.wb-wx{
    position: relative;
}
.wb-wx .wx-ico{
    display: block;
    width: 40px;
    height: 40px;
    background: url(/skin/images/fn-wx.png) no-repeat center center;
    background-size: cover;
    cursor: pointer;
    transition: 0.36s;
}
.wb-wx .img-main{
    display: none;
    position: absolute;
    top: -130px;
    width: 120px;
    right: 0;
    /* left: 50%;
    transform: translateX(-50%); */
}
.wb-wx img{
    width: 100%;
}
.wb-wx:hover .wx-ico{
    background-image: url(/skin/images/fn-wxh.png);
}
.wb-wx:hover .img-main{
    display: block;
}

.botfix-dialog{
    display: none;
    z-index: 120;
}
.botfix-lxway{
    display: none;
}
.botfix-lxway li .btn-yellowbd{
    background-color: #fff;
}
.botfix-lxway li .btn-yellowbd:hover{
    background-color: #FEBB5B;
}


.fn-continfo{
    font-size: 14px;
    line-height: 24px;
    color: #c1c1c1;
    font-weight: 500;
}
.fn-continfo li{
    padding-left: 32px;
    margin-top: 10px;
}
.fn-continfo li:first-child{
    margin-top: 0;
}
.fn-tel{
    background: url(/skin/images/fn-tel.png) no-repeat 0 2px;
}
.fn-em{
    background: url(/skin/images/fn-em.png) no-repeat 0 2px;
}
.fn-pos{
    background: url(/skin/images/fn-pos.png) no-repeat 0 2px;
}
.ft-btn{
    margin-top: 25px;
}
.ft-btn .btn{
    width: 200px;
    height: 48px;
    line-height: 34px;
}
.fn-item:last-child{
    width: 75px;
}
.fn-text{
    font-size: 18px;
    color: #C1C1C1;
    line-height: 26px;
}
.fn-list{
    font-size: 14px;
    line-height: 34px;
    margin-top: 16px;
    color: #999999;
}

.fn-list a:hover{
    color: #0073b9;
}
.wsc-bottom a:hover{
    color: #0073b9;
}
@media (min-width: 1920px){
    .index-banner video{
        width: 100%;
    }
}
@media (max-width: 1920px){
    .index-banner video{
        width: unset;
    }
}
@media (min-width: 992px){

    .wsc-Nav{
        box-shadow: unset;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
        z-index: 20;
    }
    .hn-text{
        color: #ffffff;
    }
    .hn-item:hover .hn-text,.hn-item.active .hn-text{
        color: #0073b9;
        font-weight: bold;
    }
    .hn-text>span{
        width: 0;
        height: 3px;
        background-color: #0073b9;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transition: 0.36s;
    }
    .hn-item:hover .hn-text>span,.hn-item.active .hn-text>span{
        width: 100%;
    }
    .search-icon:hover{
        background-image: url(/skin/images/pc-hn-searchicoh.png);
    }


    .wsc-logo img{
        max-height: 69px;
    }
    .index-banner{
        position: relative;
        overflow: hidden;
        /* background: url(/skin/images/inban-bg.jpg) no-repeat center top;
        background-size: cover; */
    }
    .video-inbanbg{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        
    }
    .inban-video{
        height: 100%;
        position: relative;
        overflow: hidden;
    }    
    .index-banner video{
        position: absolute;
        left: 50%;
        /* right: 0; */
        transform: translate(-50%,-50%);
        top: 50%;
        /* margin: auto; */
        /* height: 100%; */
        /* width: 100% !important; */
        z-index: -9999;
    }
    .inban-main{
        height: 320px;
    }


    .ft-info{
        float: left;
    }
    .foot-nav{
        float: right;
    }
    .fn-item{
        float: left;
    }
    .fn-item.fn-pro li{
        width: 50%;
        float: left;
    }
    .ft-search{
        max-width: 470px;
    }
    .ft-info{
        width: 200px;
    }
    .fn-item{
        width: 120px;
    }
    .fn-item.fn-pro{
        width: 265px;
    }
    .fn-item:last-child,.fn-item:nth-child(4){
        display: none;
    }
    .fn-item:nth-child(3){
        width: 75px;
    }
}

@media (min-width: 992px) {
    .hn-drop a:hover{
        background-color: #0073b9;
        color: #fff;
    }
    .hn-item{
        margin: 0px 10px;
    }

    .ft-search{
        max-width: 690px;
    }
    .wsc-fixBar{
        position: fixed;
        right: 0;
        top: 67%;
        z-index: 1000;
    }
    .wsc-fixBar .fix-item{
        width: 74px;
        height: 74px;
        position: relative;
        box-sizing: border-box;
        background-color: rgba(64,64,64, 0.8);
        
        transition: 0.36s;
        margin-top: 1px;
    }
    .wsc-fixBar .fix-item a{
        display: block;
        width: 74px;
        height: 100%;
        box-sizing: border-box;
        font-size: 13px;
        line-height: 1;
        padding-top: 51px;
        text-align: center;
        color: #ffffff;
    }
    .wsc-fixBar .fb-top{
        /* margin-top: 20px; */
        /* height: 46px; */
        display: none;
    }
    .wsc-fixBar .fix-item.fb-online {
        background-color: #FEBB5B;
        border-color: #FEBB5B;
    }
    .wsc-fixBar .fix-item.fb-online a{
        color: #fff;
    }
    .fb-online a{
        background:  url(/skin/images/fix-online.png) no-repeat  center 11px;
    }
    .fb-wx a{
        background: url(/skin/images/fix-wx.png) no-repeat  center 12px;
    
    }
    .fb-tel a{
        background:  url(/skin/images/fix-tel.png) no-repeat  center 12px;
    }
    .fb-em a{
        background:  url(/skin/images/fix-em.png) no-repeat  center 14px;
    
    }
    .fb-top a{
        background: url(/skin/images/fix-top.png) no-repeat  center 16px;
    
    }
    .fb-online:hover a{
        
    }
    /* .fb-wx:hover a{
        background-image: url(/skin/images/fix-wxh.png);
    }
    .fb-tel:hover a{
        background-image: url(/skin/images/fix-telh.png);
    }
    .fb-em:hover a{
        background-image: url(/skin/images/fix-emh.png);
    }
    .fb-top:hover a{
        background-image: url(/skin/images/fix-toph.png);
    } */
    .wsc-fixBar .fix-item:hover{
        background-color: #FEBB5B;
        border-color: #FEBB5B;
    }
    .wsc-fixBar .fix-item.fb-online:hover{
        background-color: #FEBB5B;
        border-color: #FEBB5B;
    }
    .wsc-fixBar .fb-top:hover{
        
        /* background-color: #fff;
        border: 1px solid #E1E8F4; */
    }
    .fb-wx:hover a,.fb-em:hover a,.fb-online:hover a,.fb-tel:hover a,.fb-top:hover a{
        color: #ffffff;
    }
    .fbarCon{
        height: 74px;
        line-height:74px;
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        position: absolute;
        right: 76px;
        top: 0;
        z-index: 10;
    }
    .fb-em .fbarCon{
        font-size: 15px;
        font-weight: 600px;
    }
    .fb-tel .fbarCon,.fb-em .fbarCon{
        width: 165px;
    }
    .fb-tel,.fb-em{
        overflow: hidden;
    }
    .fb-tel a,.fb-em a{
        position: absolute;
        right: 0;
        top: 0;
    }
    .fb-tel:hover,.fb-em:hover{
        width: 241px;
        margin-left: -167px;
        z-index: 10;
    }
    
    .fb-wx .fbarCon{
        width: 140px;
        height: 140px;
        display: none;
    }
    .fb-wx .fbarCon img{
        width: 100%;
    }
    .fb-wx:hover .fbarCon{
        display: block;
    }
    .ft-info{
        width: 280px;
    }
    .fn-item:last-child{
        display: none;
    }
    .fn-item:nth-child(3){
        width: 120px;
    }
    .fn-item:nth-child(4){
        display: block;
        width: 75px;
    }
}
@media (min-width: 1240px) {
    .hn-item{
        margin: 0px 15px;
    }
    .fn-item:last-child{
        display: block;
    }
    .ft-info{
        width: 280px;
    }
    .fn-item,.fn-item:nth-child(4){
        width: 140px;
    }
    .fn-item.fn-pro{
        width: 275px;
    }
}
@media (min-width: 768px) {
    .dialog-video .dia-content {width: 60%;height: 55%;padding: 15px; background-color: unset;}
    .dialog-video video {margin-top: 20px;max-width: 100%;max-height: 100%;width: unset !important; height: unset !important;}
    .dia-content {border-radius: 0 !important;}
    .dialog-video .dia-close {		top: -20px;	right: 0;}
    .dialog-video .dia-inner {	padding: 0;}
    .dia-close {width: 16px;height: 16px;position: absolute;top: 15px;right: 15px;background: url(/skin/images/vedio-close.png) no-repeat center;cursor: pointer;background-size: cover}
    .dia-msg{
        height: 100%;
    }
}
@media (max-width: 991px) {
    .index-banner{
        position: relative;
        overflow: hidden;
        background: url(/skin/images/inban-bg.jpg) no-repeat center top;
        background-size: cover;
    }
    .inban-main{
        height: 340px;
        top: 50px;
    }
}
@media (max-width: 767px) {
    /* .index-banner{
        position: relative;
        overflow: hidden;
        background: url(/skin/images/inban-bg.jpg) no-repeat center top;
        background-size: cover;
    }
    .inban-main{
        height: 390px;
    } */
    .inban-main{
        height: 100%;
        top: 0;
        padding-top: 100px;
    }

    .wsc-banner{
        height: 220px;
        margin-top: -50px;
    }
    .wsc-bannerCon{
        padding-top: 65px;
    }
    .index-banner{
        height: 480px !important;
    }
    .inban-tit{
        font-size: 24px;
        line-height: 32px;
        color: #222222;
    }
    .inban-sectit{
        font-size: 18px;
        margin-top: 20px;
        line-height: 24px;
    }
    .inban-info{
        margin-top: 40px;
    }
    .inban-info i{
        display: block;
        margin: auto;
    }
    .inban-info .tit{
        display: block;
        margin: 10px auto 0;
        font-size: 15px;
    }
    .inban-btn{
        margin-top: 0;
        position: absolute;
        bottom: 50px;
        width: 100%;
        left: 0;
        /* margin-left: -5px;
        margin-right: -5px; */
    }
    .inban-btn .btn{
        margin-top: 10px;
        margin-left: 5px;
        margin-right: 5px;
        width: 160px;
    }
    

    .fix-down{
        display: none;
    }
    .fix-down .tit{
        font-size: 14px;
    }
    .fix-down i{
        margin-top: 10px;
        width: 35px;
        height: 35px;
    }
    
    .wsc-foot{
        padding: 30px 0;
    }
    .ft-logo{
        float: unset;
        text-align: center;
    }
    .ft-search{
        float: unset;
    }
    .fn-continfo{
        width: 80%;
        margin: auto;
    }
    .ft-btn{
        text-align: center;
    }
    .wb-link{
        line-height: 30px;
    }
    .wb-text{
        line-height: 30px;
    }

    .wsc-frilink{
        padding: 20px 0;
    }
    .pb60{
        padding-bottom: 40px !important;
    }

    .d-info .infoline{
        margin-left: 10px;
        margin-right: 10px;
    }



.dialog-video .dia-content {width: 100%;height: 45%;padding: 15px; background-color: unset;}
.dialog-video video {margin-top: 20px;max-width: 100%;max-height: 100%;width: unset !important; height: unset !important;}
.dia-content {border-radius: 0 !important;}
.dialog-video .dia-close {		top: -20px;	right: 0;}
.dialog-video .dia-inner {	padding: 0;}
.dia-close {width: 16px;height: 16px;position: absolute;top: 15px;right: 15px;background: url(/skin/images/vedio-close.png) no-repeat center;cursor: pointer;background-size: cover}
.dia-msg{
    height: 100%;
}
}

@media (max-width: 991px) {
    
    .wsc-logo a{
        display: block;
        height: unset;
        width: 100%;
        padding-top: 8px;
    }

    .wsc-logo{
        width: 91px;
    }
    .wsc-logo img{
        width: 100%;
        height: unset;
    }
    .wsc-headNav{
        float: unset;
    }

}


.index-block1{
    padding: 80px 0;
    background: url(/skin/images/inb1-bg.png) no-repeat center top;
    background-size: cover;
}
.in-ctit{
    font-size: 34px;
    font-weight: bold;
    color: #222222;
    text-align: center;
}
.inb1-ctext{
    font-size: 20px;
    color: #666666;
    margin-top: 25px;
    text-align: center;
}
.inb1-ctext em{
    font-style: normal;
    font-weight: bold;
    color: #FEBB5B;
}
.inb1-main{
    margin-top: 40px;
}
.inb1-right .tab-item{
    display: none;
}
.inb1-right .tab-item.active{
    display: block;
}
.inb1-left{
    background: #0073b9 url(/skin/images/inb1-lfline.png) repeat-y 40px 0;
}
.inb1-left ul{
    padding: 41px 0;
    background: url(/skin/images/inb1-lfbg.png) no-repeat right bottom;
}
.inb1-left li{
    height: 34px;
    line-height: 34px;
    margin-top: 32px;
    padding: 0 30px;
}
.inb1-left li:first-child{
    margin-top: 0;
}
.inb1-left .item-box{
    display: block;
    padding-left: 54px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    transition: 0.36s;
}
.inb1-left .active .item-box,.inb1-left .item:hover .item-box{
    background: url(/skin/images/inb1-lfactdot.png) no-repeat 0 6px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.inb1-right .item-top{
    padding: 30px;
    background-color: #f7f7f7;
    position: relative;
}
.inb1-right .tit{
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    padding-right: 160px;
    transition: 0.36s;
}
.inb1-right .tit a{
    display: inline-block;
    padding-right: 35px;
    background: url(/skin/images/gyarr-24.png) no-repeat right center;
}
.inb1-right .tit:hover{
    color: #0073b9;
}
.inb1-right .tit:hover a{
    background-image: url(/skin/images/gyarrh-24.png);
}
.inb1-right .item-btn{
    position: absolute;
    right: 30px;
    top: 30px;
}
.inb1-right .btn{
    width: 140px;
    height: 34px;
    line-height: 20px;
}
.inb1-right .text{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-top: 30px;
    height: 72px;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:3;-webkit-box-orient: vertical;
}

.inb1-right .item-bot{
    margin-top: 20px;
}
.invd-list{
    margin-top: -20px;
}
.invd-list .li-item{
    background-color: #f5f5f5;
    margin-top: 20px;
    transition: 0.36s;
}
.invd-list .li-img{
    position: relative;
    overflow: hidden;
}
.invd-list .li-img img{
    width: 100%;
    transition: 0.36s;
}
 .li-imgbg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(/skin/images/vdimg-bg.png) repeat-x 0 bottom;
}
.list-playicon{
    width: 40px;
    height: 20px;
    left: 15px;
    bottom: 10px;
    right: unset;
    top: unset;
    transition: 0.36s;
    z-index: 3;
    background-size: cover;
}
.list-lentime{
    position: absolute;
    right: 15px;
    bottom: 10px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;
    display: block;
    z-index: 3;
}
.invd-list .li-info{
    padding: 10px;
}
.invd-list .li-tit{
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}
.inb1-bot{
    margin-top: 20px;
}

.invd-list .li-item:hover{
    background-color: #fff;
    box-shadow: 0px 3px 16px 0px rgba(50, 50, 50, 0.3);
}
.invd-list .li-item:hover .list-playicon{
    background-image: url(/skin/images/list-playicoh.png);
}
.invd-list .li-item:hover .li-tit{
    color: #0073b9;
}
.invd-list .li-item:hover .li-img img{
    transform: scale(1.08);
}
@media (max-width: 1240px) and (min-width:992px){
    .inb1-left ul{
        padding: 40px 0;
    }
    .inb1-left li{
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 24px;
    }
    .inb1-left{
        background-position-x: 30px;
    }
    .inb1-left .item-box{
        padding-left: 38px;
    }
}

@media (max-width: 991px){
    .inb1-left{
        background: unset;
        overflow: hidden;
    }
    .inb1-left ul{
        margin: -8px -4px 0;
        padding: 0;
    }
    .inb1-left li{
        width: 50%;
        padding-left: 4px;
        padding-right: 4px;
        margin-top: 8px;
        float: left;
        height: unset;
        line-height: unset;
    }
    .inb1-left li:first-child{
        margin-top: 8px;
    }
    .inb1-left li a.item-box{
        background-color: #F5F7F7;
        line-height: 24px;
        color: #333333;
        transition: 0.36s;
        display: block;
        padding: 0;
        text-align: center;
        padding: 9px 15px;
        font-size: 16px;
    }
    .inb1-left .active .item-box{
        background: #F5F7F7;
        color: #333333;
        font-size: 16px;
        font-weight: normal;
    }
    .inb1-left .item:hover .item-box{
        background: #0073b9;
        color: #fff;
        font-size: 16px;
        font-weight: normal;
    }

}

@media (max-width: 767px){
    .index-block1{
        padding: 40px 0;
    }
    .in-ctit{
        font-size: 24px;
    }
    .inb1-ctext{
        margin-top: 15px;
        font-size: 16px;
    }
    .inb1-main{
        margin-top: 20px;
    }
    
    .invd-list{
        margin-top: -8px;
    }
    .invd-list .row{
        margin-left: -4px;
        margin-right: -4px;
    }
    .invd-list  [class^="col-"]{
        padding-left: 4px;
        padding-right: 4px;
    }
    .invd-list .li-item{
        margin-top: 8px;
    }
}


.index-block2{
    padding: 80px 0;
    background: url(/skin/images/inb2-bg.jpg) no-repeat center top;
    background-size: cover;
}
.inb2-tip{
    overflow: hidden;
}
.inb2-left{
    float: left;
}
.inb2-left .tit{
    font-size: 28px;
    color: #333333;
}
.inb2-left .tit span{
    font-size: 32px;
    font-weight: bold;
    color: #0073b9;
}
.inb2-left .text{
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
}
.inb2-right{
    float: right;
    font-size: 0;
    margin-right: -20px;
}
.inb2-right .btn{
    margin-top: 20px;
    width: 180px;
    margin-right: 20px;
}

@media (max-width: 1240px)and (min-width: 992px){
    .inb2-left{
        width: 70%;
    }
    .inb2-right{
        width: 25%;
    }
    .inb2-right .btn:first-child{
        margin-top: 0;
    }
}
@media (max-width: 991px){
    .index-block2{
        padding: 40px 0;
    }
    .inb2-left{
        width: unset;
        float: unset;
        text-align: center;
    }
    .inb2-right{
        float: unset;
        width: unset;
        text-align: center;
    }

}
@media (max-width: 767px){
    .inb2-left .tit{
        font-size: 24px;
    }
    .inb2-left .tit span{
        font-size: 28px;
    }
    .inb2-left .text{
        font-size: 14px;
        margin-top: 10px;
    }
    .inb2-right{
        margin-top: 10px;
        margin-left: -5px;
        margin-right: -5px;
    }
    .inb2-right .btn{
        margin-top: 10px;margin-left: 5px;
        margin-right: 5px;
        width: 160px;
    }
}


.index-block3{
    padding: 120px 0;
    background: url(/skin/images/inb3-bg.jpg) no-repeat center top;
    background-size: cover;
    overflow: hidden;
}
.inb3-main{
    float: left;
    width: 64%;
    overflow: hidden;
}
.index-block3 .in-ctit{
    color: #fff;
    text-align: left;
}
.inb3-text{
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.78);
}
.inb3-text p{
    margin-top: 20px;
}
.inb3-text p:first-child{
    margin-top: 0;
}
.inb3-btn{
    font-size: 0;
    margin-top: 60px;
    margin-left: -10px;
    margin-right: -10px;
}
.inb3-btn .btn{
    width: 160px;
    margin-left: 10px;
    margin-right: 10px;
}

.inb3-play{
    float: right;
    margin-left: 200px;
    margin-top: 126px;
}
.dh-playico{
    z-index: 100;
    position: relative;
    width: 90px;
    height: 90px;

}
.dh-playico .play-ico{
    width: 90px;
    height: 90px;
    cursor: pointer;
    border-radius: 50%;
    background: #fff url(/skin/images/inb3-playarr.png) no-repeat 38px center ;
}


.dh-playico .waves {
    position: absolute;
    width: 184px;
    height: 184px;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    border-radius: 100%;
    /* -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite; */
    right: -47px;
    bottom: -47px;
    z-index: -1;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
}
.dh-playico:hover .waves{
    background-color: rgba(26,179,167, 0.2);
}
.waves1{
    -webkit-animation: waves 3s ease-in-out 1s infinite;
    animation: waves 3s ease-in-out 1s infinite;
}
.waves2{
    -webkit-animation: waves 3s ease-in-out 0.5s infinite;
    animation: waves 3s ease-in-out 0.5s infinite;
}
.waves3{
    -webkit-animation: waves 3s ease-in-out 0s infinite;
    animation: waves 3s ease-in-out 0s infinite;
}
.dh-playico .text{
    text-align: center;
    position: absolute;
    bottom: -70px;
    width: 130px;
    left: -20px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.78);
}
@media (max-width:992px){
    .inb3-main{
        width: 80%;
        
    }
    .inb3-play{
       margin-left: 0;
    }
}

@media (max-width:767px){
    .index-block3{
        padding: 60px 0;
    }
    .inb3-main{
        width: 100%;
        
    }
    .inb3-btn{
        margin-top: 30px;
    }
    .inb3-btn .btn{
        margin-top: 10px;
    }
    
}


.index-block4{
    padding: 80px 0;
    overflow: hidden;
}
.index-block4 .in-ctit{
    text-align: left;
}
.inb4-main{
    float: left;
    width: 50%;
}
.inb4-text{
    margin-top: 35px;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.inb4-text ul{
    margin-top: 35px;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
}
.inb4-text ul em{
    color: #333333;
    font-weight: bold;
    font-style: unset;
}
.inb4-img{
    width: 443px;
    float: right;
}
.inb4-img img{
    width: 100%;
}
.inb4-btn{
    margin-top: 70px;
    font-size: 0;
    margin-left: -12px;
    margin-right: -12px;
}
.inb4-btn .btn{
    width: 180px;
    margin-left: 12px;
    margin-right: 12px;
}
.inb4-bot{
    margin-top: 60px;
}
.inb4-btit{
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}

.inb4-bmain{
    margin-top: 30px;
    padding: 45px 0;
    background: #F7F7F7 url(/skin/images/inb4-botbg.png) no-repeat center center;
    background-size: contain;
}
.inb4-bmain .item:first-child{
    margin-left: 26px;
}
.inb4-bmain .item{
    width: 188px;
    text-align: center;
    float: left;
}

.inb4-bmain .tit{
    font-size: 16px;
    line-height: 40px;
    color: #404040;
    font-weight: bold;
}
.inb4-bmain .num{
    margin: 27px auto 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0073b9;
    color: #fff;
    font-weight: bold;
    font-family: Arial;
    font-size: 18px;
    line-height: 40px;
}

.inb4-bmain .item:nth-child(even) .num{
    margin-top: -107px;
}
.inb4-bmain .item:nth-child(even) .tit{
    margin-top: 67px;
}
@media (max-width:1240px){
    .inb4-bmain .item{
        width: 148px;
    }
}
@media (max-width:992px){

    .inb4-main{
        float: unset;
        width: 100%;
    }
    .index-block4 .in-ctit{
        text-align: center;
    }
    .inb4-btn {
        text-align: center;
    }
    .inb4-img{
        float: unset;
        margin: 20px auto 0;
    }


    .inb4-bmain{
        padding: 20px 30px 30px;
        background-image: unset;
    }
    .inb4-bmain .item{
        width: 33.33%;
        margin-top: 10px;
    }
    .inb4-bmain .item:first-child{
        margin-left: 0;
    }
    .inb4-bmain .item .num{
        margin-top: 15px;
    }
    .inb4-bmain .item:nth-child(even) .tit{
        margin-top: 0;
    }
    .inb4-bmain .item:nth-child(even) .num{
        margin-top: 15px;
    }

}
@media (max-width:767px){
    .index-block4{
        padding: 40px 0;
    }
    .inb4-text{
        margin-top: 20px;
    }
    .inb4-text ul{
        margin-top: 15px;
    }
    .inb4-btn{
        margin-top: 20px;
        margin-left: -5px;
        margin-right: -5px;
    }
    .inb4-btn .btn{
        margin-top: 10px;
        margin-left: 5px;
        margin-right: 5px;
        width: 160px;
    }
    .inb4-img {
        width: unset;
    }
    .inb4-img img{
        width: 100%;
    }
    .inb4-bot{
        margin-top: 30px;
    }
    .inb4-bmain{
        margin-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .inb4-bmain .item .tit{
        font-size: 14px;
        line-height: 24px;
    }
    .inb4-bmain .item .num{
        margin-top: 10px;
    }
    .inb4-bmain .item:nth-child(even) .num{
        margin-top: 10px;
    }
}



.index-block5{
    position: relative;
    overflow: hidden;
}
.inb5-video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.inb5-wrap{
    padding: 80px 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* background: url(/skin/images/inb5-bg.jpg) no-repeat center top;
    background-size: cover; */
}
.inb5-ctit{
    position: relative;
}
.inb5-ctit .cTitText{
    float: left;
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    line-height: 48px;
}
.inb5-ctit .cTitMore{
    float: right;
    font-size: 16px;
    color: #fff;
    line-height: 48px;
}
.cTitMore a{
    padding-right: 0;
    background: unset;
}
.cTitMore a:hover{
    color: #0073b9;
}
.inb5-main{
    margin-top: 20px;
}
.inb5-left{
    background-color: #fff;
    margin-top: 20px;
}
.inb5-left .list-img{
    overflow: hidden;
}
.inb5-left .list-img img{
    width: 100%;
    transition: 0.36s;
}

.inb5-left .list-info{
    padding: 30px;
}
.inb5-left .list-tit{
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.36s;
}
.inb5-left .list-time{
    font-size: 14px;
    margin-top: 30px;
    color: #999999;
}
.inb5-left .list-text{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-top: 15px;
    height: 48px;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
}
.inb5-left .list-more{
    margin-top: 40px;
    font-size: 14px;
    color: #999999;
}
.inb5-left .list-more span{
    display: inline-block;
    padding-right: 25px;
    background: url(/skin/images/gbd-yarr15px.png) no-repeat right center;
}
.inb5-left .list-more:hover {
    color: #0073b9;
}
.inb5-left .list-more:hover span{
    background-image: url(/skin/images/gbg-yarr15px.png);
}
.inb5-left:hover .list-img img{
    transform: scale(1.08);
}
.inb5-left:hover .list-tit{
    color: #0073b9;
}
.inb5-item{
    background-color: #fff;
    margin-top: 20px;
}

.innTit{
    padding: 15px 30px;
    line-height: 30px;
    border-bottom: 1px solid #ebebeb;
}
.innTtext{
    float: left;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.innTmore{
    float: right;
    font-size: 14px;
    color: #999999;
}
.innTmore span{
    display: inline-block;
    padding-right: 25px;
    background: url(/skin/images/gbd-yarr15px.png) no-repeat right center;
}
.innTmore:hover{
    color: #0073b9;
}
.innTmore:hover span{
    background-image: url(/skin/images/gbg-yarr15px.png);
}
.innMain{
    padding: 25px 30px 30px;
}
.list-style4 .list-item{
    margin-top: 23px;
}
 .list-style4 .list-item:first-child{
    margin-top: 0;
}
 .list-style4 .list-tit{
    padding-left: 0;
    background: unset;
    color: #666666;
}
.list-style4 .list-item:hover .list-tit{
    color: #0073b9;
}
@media (max-width:1240px){
    .innMain{
        padding: 24px 30px;
    }
    .list-style4 .list-item{
        margin-top: 15px;
    }
}
@media (min-width:1920px){
    .inb5-video video{
        width: 100%;
    }
}
@media (max-width:1920px){
    .inb5-video video{
        width: unset;
    }
}
@media (min-width:992px){
    
    .inb5-video video{
        position: absolute;
        left: 50%;
        /* right: 0; */
        transform: translate(-50%,-50%);
        top: 50%;
        /* margin: auto; */
        /* height: 100%; */
        /* width: 100% !important; */
        z-index: -9999;
    }

}
@media (max-width:992px){
    .inb5-wrap{
        background: url(/skin/images/inb5-bg.jpg) no-repeat center top;
        background-size: cover;
    }

}
@media (max-width:767px){
    .inb5-wrap{
        padding: 40px 0;
    }
    .inb5-ctit .cTitText{
        font-size: 24px;
        line-height: 34px;
    }
    .inb5-ctit .cTitMore{
        font-size: 14px;
        line-height: 34px;
    }
    .inb5-main{
        margin-top: 0;
    }
    .inb5-left .list-info{
        padding: 20px;
    }
    .inb5-left .list-time{
        margin-top: 15px;
    }
    .inb5-left .list-more{
        margin-top: 20px;
    }
    .innTit{
        padding-left: 20px;
        padding-right: 20px;
    }
    .innMain{
        padding-left: 20px;
        padding-right: 20px;
    }
}

.index-block6{
    padding: 80px 0;
    background-color: #f5f5f5;
}
.inb6-main{
    margin-top: 40px;
    
}
.inb6-main .li-box{
    margin-left: -1px;
    margin-top: -1px;
}
.inb6-main .item-box{
    float: left;
    width: 33.33%;
    border: 1px solid #f5f5f5;
    background-color: #fff;
    transition: 0.36s;
    margin-left: -1px;
}
.inb6-main .item{
    height: 420px;
    padding: 60px 45px 0;
}
.inb6-main .item-box:hover{
    transform: translateY(-10px);
    box-shadow: 0px 3px 18px 0px rgba(50, 50, 50, 0.17);
}
.inb6-main i{
    height: 73px;
    display: block;
}
.inb6-main .ico1{
    background: url(/skin/images/0a310450d56b49df825a48fe000f85ff.gif) no-repeat center center;
}
.inb6-main .ico2{
    background: url(/skin/images/738370e7c2b04332adc32748bf989e42.gif) no-repeat center center;
}
.inb6-main .ico3{
    background: url(/skin/images/e3d7d24b7fc4440595d59e28aafe3198.gif) no-repeat center center;
}
.inb6-main .tit{
    text-align: center;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-top: 30px;
}
.inb6-main .text{
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    color: #666666;
}
.inb6-main .item-btn{
    margin-top: 20px;
    text-align: center;
}
.inb6-main .item-btn .btn{
    width: 200px;
}
.inb6-main .item-box:hover .btn{
    background-color: #FEBB5B;
    color: #fff;
}
.inb6-main .item-tel{
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    text-align: center;
}
.inb6-main .item-tel em{
    font-weight: bold;
    color: #FEBB5B;
    font-style: unset;
}
@media (max-width:1240px){
    .inb6-main .item{
        padding: 40px 30px 0;
    }
}
@media (max-width:992px){
    .inb6-main .item-box{
        float: unset;
        width: 100%;
    }
    .inb6-main .item{
        height: unset;
        padding: 40px 30px;
    }
}
@media (max-width:767px){
    .index-block6{
        padding: 40px 0;
    }
    .inb6-main{
        margin-top: 20px;
    }
}

.index-block7{
    padding: 80px 0;
}
.inb7-main{
    background-color: #EBEBEB;
    padding: 1px;
}
.inb7-main .swiper-slide{
    background-color: #fff;
}
.inb7-main .item{
    height: 120px;
    position: relative;
}
.inb7-main .inb7-bot {
    margin-top: 1px;
}
.inb7-main .item img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.inb7-main .swiper-slide,.inb7-main .swiper-wrapper{
    transition-timing-function: linear;
    
}
@media (max-width:767px){
    .index-block7{
        padding: 40px 0;
    }
    .inb7-main .item{
        height: 90px;
    }
}



.botnews-block{
    padding: 60px 0 80px;
}
.botnews-block .container > div:first-child{
    margin-top: 0;
}
.botnews-item{
    background-color: #F5F7F7;
}
.bgf5f7f7 .botnews-item{
    background-color: #fff;
}
.btnews-tit{
    border-bottom: 1px solid #ebebeb;
    padding: 16px 20px;
    background: url(/skin/images/bn-titline.png) no-repeat 0 center;
}
.bn-tit{
    float: left;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    font-weight: bold;
}
.bn-more{
    float: right;
    line-height: 28px;
    font-size: 14px;
    color: #999999;
}
.bn-more:hover{
    color: #0073b9;
}
.btnews-main{
    padding: 25px 20px ;
}
.btnews-top .btnews-main{
    border-top: 0;
    overflow: hidden;
    padding-top: 25px;
}
.btnews-top .row{
    margin-left: -20px;
    margin-right: -20px;
}
.btnews-top .col-md-6{
    padding-left: 20px;
    padding-right: 20px;
}
.btnews-top .media{
    margin-top: 15px;
}
.btnews-top .media:first-child{
    margin-top: 0;
}
.btnews-top .media-object{
    width: 206px;
    transition: 0.36s;
}
.btnews-top .media-left,.btnews-top  .media > .pull-left{
    padding-right: 20px;
    overflow: hidden;
    width: 226px;
}
.btnews-top .media-heading{
    font-size: 16px;
    line-height: 24px;
    max-height: 24px;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:1;-webkit-box-orient: vertical;
    margin-bottom: 0;
}
.btnews-top .media-info{
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    color: #999999;
}
.btnews-top .media-text{
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
    color: #999999;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
    margin-top: 10px;
}
.btnews-bot .botnews-item{
    margin-top: 20px;
}
.botnews-item .list-style4 .list-tit{
    color: #333333;
}

.btnews-top .media:hover .media-object{
    transform: scale(1.08);
}
.btnews-top .media:hover .media-heading{
    color: #0073b9;
}
@media (max-width:767px){
    .btnews-top .media-object{
        width: 103px;
    }
    .btnews-top .media-left, .btnews-top .media > .pull-left{
        padding-right: 10px;
        width: 113px;
    }
    /* .btnews-top .btnews-main{
        padding-left: 15px;
        padding-right: 15px;
        
    } */
    .btnews-top .btnews-main{
        padding-top: 15px;
    }
    
    .btnews-top .media-heading{
        line-height: 24px;
        max-height: 48px;
        -webkit-line-clamp: 2;
    }
    .btnews-top .media-text{
        display: none;
    }
    .btnews-top .media-info{
        margin-top: 10px;
        line-height: 20px;
    }
    .btnews-tit{
        padding: 10px 15px;
    }
    .bn-tit{
        font-size: 18px;
    }
    .btnews-main{
        padding: 15px;
    }
}

.common-form{
    padding: 60px 0;
}
.pTit{
    font-size: 34px;
    line-height: 46px;
    text-align: center;
}

.cmfm-main{
    margin-top: 40px;
}
.cmfm-content{
    
}
.cmfm-head{
    height: 60px;
    background: url(/skin/images/cmfm-headbg.jpg) no-repeat center top;
    background-size: cover;
}
.cmfm-head li{
    float: left;
    width: 33.33%;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
}
.cmfm-bar{
    padding: 31px 30px 30px;
    border: 1px solid #e6e6e6;
}
.wsc-form {
    padding: 40px 50px;
    border: 1px solid #e6e6e6;
}
.wsc-form .form-group{
    margin-top: 16px;
}
.wsc-form *{
    margin: 0;
    padding: 0;
}
.fm-item{
    padding-left: 83px;
    position: relative;
}
.fm-item label{
    margin-left: -83px;
    float: left;
    width: 83px;
    font-size: 14px;
    line-height: 46px;
    margin-bottom: 0;
}
.fm-item .form-control{
    width: 100%;
}
.fm-item input.form-control{
    max-width: 446px;
    height: 46px;
    background-color: #f9f9f9;
}
.fm-item .form-control:focus{
    border-color: #D2D9E5;
}
.fm-item textarea.form-control{
    max-width: 637px;
    padding-top: 15px;
    padding-bottom: 15px;
    resize: none;
}
.fm-item sup{
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #E53B3B;
    margin-rihgt: 10px;
    float: left;
    margin-left: -12px;
}
.msg-box{
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #E53B3B;
}
.wsc-form .fm-btn{
    margin-left: 83px;
}
.wsc-form .fm-btn .btn{
    color: #0073b9;
    background: #FFFFFF;
    border: 1px solid #0073b9;
    border-radius: 4px;
}
.wsc-form .fm-btn .btn:hover{
    background-color: #0073b9;
    border-color: #0073b9;
    color: #fff;
}
.cmfm-bar .tit{
    font-size: 18px;
    line-height: 25px;
    color: #0073b9;
    font-weight: bold;
    text-align: center;
}
.cmfm-bar .text{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin-top: 10px;
    text-align: center;
}
.cmfm-bar .item-img{
    margin-top: 20px;
    text-align: center;
}
.cmfm-bar .item-img img{
    max-width: 100%;
}
.cmfm-bar .item-img p{
    font-size: 12px;
    line-height: 22px;
    color: #666666;
    margin-top: 5px;
}
.cmfm-bar .item-btn{
    margin-top: 15px;
    text-align: center;
}
.cmfm-bar .item-btn .btn{
    width: 180px;
    max-width: 100%;
    
}
.cmfm-bar .sdci-tel{
    padding: 30px 0;
    margin-top: 30px;
    background-color: #F5F7F7;
    text-align: center;
}
.cmfm-bar .sdci-tel p{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.cmfm-bar .sdci-tel em{
    font-size: 24px;
    line-height: 36px;
    color: #0073b9;
    font-weight: bold;
    font-style: unset;
}

@media (max-width:1240px) and (min-width:768px){
    .wsc-form{
        padding: 43px 50px 40px;
    }
    .cmfm-bar{
        padding: 20px;
    }
}

@media (max-width:767px){
    .common-form{
        padding: 40px 0;
    }
    .pTit{
        font-size: 22px;
        line-height: 34px;
    }
    .cmfm-main{
        margin-top: 20px;
    }
    .cmfm-head{
        background-image: url(/skin/images/m-cmfm-headbg.jpg);
    }
    .cmfm-content{
        /* padding: 20px 15px; */
    }
    .wsc-form{
        padding: 20px;
    }
    .wsc-form .form-group{
        margin-top: 10px;
    }
    .fm-item{
        padding-left: 0;
        height: unset;
    }
    .fm-item label{
        float: unset;
        margin-left: 0;
        width: unset;
        margin-bottom: 5px;
        line-height: 22px;
    }
    .fm-item sup{
        height: unset;
        line-height: unset;
        margin-left: 0;
    }
    .wsc-form .form-control{
        float: unset;
    }
    .wsc-form .fm-btn{
        margin-left: 0;
    }
    .wsc-form .fm-btn .btn{
        width: 100%;
    }

    .botnews-block{
        padding: 40px 0;
    }
}



.wsc-banner.ban-apply{
    height: unset;
}
.ban-apply .wsc-bannerCon{
    padding-top: 210px;
    padding-bottom: 60px;
}
.ban-apply .banMain{
    float: left;
    width: 520px;
}
.ban-apply .banTit{
    text-align: left;
}
.ban-apply .banText{
    text-align: left;
    font-size: 16px;
}
.ban-apply .banBtn{
    margin-top: 80px;
}
.banBtn .btn{
    width: 180px;
    
}
.appClass{
    float: right;
    width: 600px;
    /* overflow: hidden; */
    /* border-left: 1px solid #49D7CC;
    border-top: 1px solid #49D7CC; */
}
.appClass .item-main{
    /* margin-left: -1px;
    margin-top: -1px; */
}
.appClass .item-box{
    width: 33.33%;
    float: left;
    border: 1px solid #404040;
    height: 92px;
    margin-left: -1px;
    margin-top: -1px;
}
.appClass .item{
    display: block;
    background: rgba(34,46,59,0.7);
    height: 90px;
    font-size: 0;
    color: #fff;
    padding-left: 32px;
    transition: 0.36s;
}
.appClass .item i{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 38px;
}
.appClass .item .tit{
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
}
.appClass .ico1{
    background: url(/skin/images/appban-ico1.png) no-repeat 0 center;
}
.appClass .ico2{
    background: url(/skin/images/appban-ico2.png) no-repeat 0 center;
}
.appClass .ico3{
    background: url(/skin/images/appban-ico3.png) no-repeat 0 center;
}
.appClass .ico4{
    background: url(/skin/images/appban-ico4.png) no-repeat 0 center;
}
.appClass .ico5{
    background: url(/skin/images/appban-ico5.png) no-repeat 0 center;
}
.appClass .ico6{
    background: url(/skin/images/appban-ico6.png) no-repeat 0 center;
}
.appClass .ico7{
    background: url(/skin/images/appban-ico7.png) no-repeat 0 center;
}
.appClass .ico8{
    background: url(/skin/images/appban-ico8.png) no-repeat 0 center;
}
.appClass .ico9{
    background: url(/skin/images/appban-ico9.png) no-repeat 0 center;
}
.appClass .item:hover{
    background-color: #0073b9;
    color: #ffffff;
    /* position: relative;
    z-index: 10;
    transform: scale(1.08);
    transition-timing-function: linear; */
}
/* .appClass .item:hover .ico1{
    background-image: url(/skin/images/appban-ico1h.png);
}
.appClass .item:hover .ico2{
    background-image: url(/skin/images/appban-ico2h.png);
}
.appClass .item:hover .ico3{
    background-image: url(/skin/images/appban-ico3h.png);
}
.appClass .item:hover .ico4{
    background-image: url(/skin/images/appban-ico4h.png);
}
.appClass .item:hover .ico5{
    background-image: url(/skin/images/appban-ico5h.png);
}
.appClass .item:hover .ico6{
    background-image: url(/skin/images/appban-ico6h.png);
}
.appClass .item:hover .ico7{
    background-image: url(/skin/images/appban-ico7h.png);
}
.appClass .item:hover .ico8{
    background-image: url(/skin/images/appban-ico8h.png);
}
.appClass .item:hover .ico9{
    background-image: url(/skin/images/appban-ico9h.png);
} */

@media (max-width:1240px){
    .ban-apply .banMain{
        width: 420px;
    }
    .appClass{
        width: 480px;
    }
    .appClass .item{
        padding-left: 20px;
    }
    .appClass .item i{
        width: 32px;
    }
}
@media (max-width:991px){
    .ban-apply .banMain{
        width: 100%;
    }
    .ban-apply .banBtn{
        margin-top: 40px;
    }
    .appClass{
        width: 100%;
        margin-top: 50px;
    }
    .appClass .item{
        padding-left: 40px;
    }
    .appClass .item i{
        width: 42px;
    }
}
@media (max-width:767px){
    .ban-apply .wsc-bannerCon{
        padding-top: 180px;
        padding-bottom: 40px;
    }
    .banTit{
        font-size: 28px;
    }
    .banText,.ban-apply .banText{
        margin-top: 20px;
        font-size: 14px;
    }
    .ban-apply .banBtn{
        text-align: center;
    }
    .appClass{
        margin-top: 30px;
    }
    .appClass .item-main{
        margin-left: 3px;
    }
    
    .appClass .item{
        padding-left: 0;
        height: unset;
        padding: 15px 5px;
    }
    .appClass .item i{
        display: block;
        width: unset;
        height: 40px;
        background-position-x: center;
    }
    .appClass .item .tit{
        display: block;
        font-size: 14px;
        text-align: center;
    }
}

.apply-list .pdTab-box{
    display: none;
}
.apply-list .pd-main{
    padding-top: 0;
    margin-top: 60px;
}
.apply-list .pd-main .side-bar{
    margin-top: 0;
}
.apply-list.page-block{
    padding-top: 0;
}
.page-block{
    padding: 60px 0;
    margin-top: 0;
}

.list-appsty .list-item{
    background-color: #F5F7F7;
    transition: 0.36s;
    margin-top: 20px;
    padding-left: 320px;
}
.list-appsty .list-main{
    margin-top: -20px;
}
.list-appsty .list-img{
    float: left;
    width: 320px;
    margin-left: -320px;
    overflow: hidden;
}
.list-appsty .list-img img{
    width: 100%;
    transition: 0.36s;
}
.list-appsty .list-info{
    padding: 30px 48px 0 36px;
    float: left;
    width: 100%;
}
.list-appsty .list-tit{
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-appsty .list-text{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-top: 15px;
    max-height: 72px;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:3;-webkit-box-orient: vertical;
}
.list-appsty .list-btn{
    margin-top: 25px;
}
.list-appsty .list-btn .btn{
    width: 180px;
}
.list-appsty .list-item:hover{
    background-color: #fff;
    box-shadow: 0px 3px 18px 0px 
		rgba(50, 50, 50, 0.17);
}
.list-appsty .list-item:hover img{
    transform: scale(1.08);
}
.list-appsty .list-item:hover .list-tit{
    color: #0073b9;
}
.list-appsty .list-item:hover .list-btn .btn{
    background-color: #0073b9;
    color: #fff;
}

.sd-choose{
    padding: 35px 15px 25px;
    background-color: #F5F7F7;
    border-top: 3px solid #0073b9;
}
.side-relate{
    padding: 30px 15px 20px;
    background-color: #F5F7F7;
    border-top: 3px solid #0073b9;
}
.sd-choose .item-tit{
    font-size: 20px;
    line-height: 36px;
    color: #333333;
    font-weight: bold;
    padding-left: 20px;
}
.sd-choose .item-main{
    margin-top: 20px;
    padding: 25px 20px;
    background-color: #fff;
}
.sd-choose .item{
    font-size: 0;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f2f2f2;
}
.sd-choose .item:first-child{
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.sd-choose i{
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.sd-choose .item-info{
    display: inline-block;
    vertical-align: middle;
}
.sd-choose .tit{
    font-size: 15px;
    line-height: 25px;
    color: #333333;
    font-weight: bold;
}
.sd-choose .text{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}
.sd-choose .ico1{
    background: url(/skin/images/sdcho-ico1.png) no-repeat center center;
    background-size: cover;
}
.sd-choose .ico2{
    background: url(/skin/images/sdcho-ico2.png) no-repeat center center;
    background-size: cover;
}
.sd-choose .ico3{
    background: url(/skin/images/sdcho-ico3.png) no-repeat center center;
    background-size: cover;
}
.sd-choose .ico4{
    background: url(/skin/images/sdcho-ico4.png) no-repeat center center;
    background-size: cover;
}
.sd-choose .item-btn{
    margin-top: 5px;
}
.sd-choose .item-btn .btn{
    width: 100%;
    margin-top: 10px;
}

.sdre-tit{
    font-size: 20px;
    line-height: 36px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.sdre-main{
    margin-top: 20px;
}
.side-relate .invd-list{
    margin-top: -10px;
}
.side-relate .invd-list .li-item{
    background-color: #fff;
    margin-top: 10px;
}

.sdre-btn{
    margin-top: 10px;
}
.sdre-btn .btn{
    width: 100%;
    margin-top: 10px;
}
@media (max-width:1240px){
    .sd-choose,.side-relate{
        padding-top: 25px;
    }
    .sd-choose .item-tit{
        font-size: 18px;
        line-height: 26px;
        padding-left: 15px;
    }
    .sd-choose .item-main{
        padding: 20px 15px;
    }
    .sd-choose i{
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    .sd-choose .item-info{
        max-width: 115px;
    }
    .list-appsty .list-info{
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width:767px){
    .page-block{
        margin-top: 0;
        padding: 40px 0;
    }
    .list-appsty .list-item{
        padding-left: 0;
        margin-top: 10px;
    }
    .list-appsty .list-img{
        float: unset;
        width: 100%;
        margin-left: 0;
    }
    .list-appsty .list-img img{
        width: 100%;
    }
    .list-appsty .list-info{
        padding: 15px;
        float: unset;
    }
    .list-appsty .list-tit{
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }
    .list-appsty .list-btn{
        margin-top: 10px;
    }
    .list-appsty .list-btn .btn{
        width: 100%;
    }
    .list-appsty .row{
        margin-left: -5px;
        margin-right: -5px;
    }
    .list-appsty [class^="col-"]{
        padding-left: 5px;
        padding-right: 5px;
    
    }
    .apply-list .pd-main{
        margin-top: 40px;
    }
}

.re-company{
    background-color: #F5F7F7;
}
.recom-main{
    margin-top: 25px;
}








.d-tit{
    font-size: 32px;
    color: #222222;
    line-height: 42px;
}
.d-info, .d-tip{
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}
.d-info .infobd{
    color: #ebebeb;
    font-size: 12px;
}
.d-info.list-inline li{
    padding: 0;
}
.d-info.list-inline{
    margin-left: 0;
}
.d-viewm {
    cursor: pointer;
    position: relative;
}
.d-viewm:hover{
    color: #0073b9;
}
.d-viewm:hover span{
    background-image: url(/skin/images/d-viewmh.png);
}
.d-viewm span{
    display: inline-block;
    padding-left: 20px;
    background: url(/skin/images/d-viewm.png) no-repeat 0 center;
}


.qr-window{
    width: 120px;
    height: 120px;
    position: absolute;
    top: 30px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    display: block!important;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2)
}
.d-backlist {
    float: right;
}
.d-backlist a{
    display: inline-block;
    padding-right: 16px;
    background: url(/skin/images/d-backlist.png) no-repeat right center;
}
.d-backlist a:hover{
    color: #0073b9;
    background-image: url(/skin/images/d-backlisth.png);
}
@media (max-width:992px){
    .d-backlist{
        float: unset;
    }
}

.app-det{
    overflow: hidden;
}
.app-dettop{
    padding: 60px 0;
}

.adtop-left{
    float: left;
    width: 400px;
    margin-right: 40px;
}
.adtop-left img{
    width: 100%;
}
.adtop-right{
    float: left;
    width: 730px;
}
.ad-intro{
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    height: 144px;
}

@media (max-width:1240px){
    
}
@media (max-width:992px){
    .ad-intro{
        height: unset;
    }
}
@media (max-width:768px){
    
}



.d-btn{
    margin-top: 40px;
}
.d-btn .btn{
    width: 180px;
    margin-bottom: 0;
    margin-right: 20px;
    height: 44px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 4px;
}
.d-content{
    margin-top: 60px;
}
.wsc-edit{
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #ebebeb;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}
.wsc-edit:first-child{
    margin-top: 0;
    
}
.wsc-editTit{
    padding-left: 15px;
    color: #333333;
    font-size: 24px;
    line-height: 32px;
    background-position-y: 6px;
}
.wsc-editTit + .cmfm-main{
    margin-top: 20px;
}
.pd-main + .common-form{
    padding-top: 30px;
}
.wsc-edit tr:first-child th,.wsc-edit tr:first-child td{
    background-color: #E1E8EF;
    color: #45617C;
    font-weight: bold;
    text-align: center;
}
.wsc-edit tr:nth-child(odd) td{
    background-color: #f6f6f6;
    color: #555555;
}
.wsc-edit tr:nth-child(even) td{
    background-color: #f9f9f9;
    color: #555555;
}
.wsc-editCon a{
    color: #0073b9 ;
}
.wsc-editCon a:hover{
    /* color: ; */
}
.wsc-edit td{
    padding-left: 20px;
}
.wsc-seoinfo{
    margin-top: 20px;
    background: #F5F7F7;
    border: 1px solid #EBEBEB;
    padding: 20px;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
}
.wsc-seoinfo a,.wsc-seoinfo em{
    font-weight: bold;
}
.wsc-seoinfo a:hover{
    color: #0073b9;
}

.wsc-tags{
    margin-top: 30px;
}
.wsc-tags .label{
    background: unset;
    padding: 7px 20px;
    border: 1px solid #cccccc;
    color: #666666;
    border-radius: 4px;
}
.wsc-tags .label:hover,.list-tags .label:hover{
    background-color: #0073b9;
    color: #fff;
    border-color: #0073b9;
}










.pd-main{
    margin-top: 0;
    padding-top: 0;
    
}
.pdTab-box{
    width: unset;
}
.pdTab-box,.pdTab{
    background-color: #F5F7F7;
    height: 70px;
}
.pdTab li{
    width: unset;
    height: 70px;
    background: url(/skin/images/pdtab-line.png) no-repeat 0 center;
    transition: 0.36s;
    line-height: 70px;
}
.pdTab li a{
    color: #666666;
    padding: 0 40px;
}
.pdTab li:first-child a{
    padding-left: 0;
}
.pdTab li span{
    display: none;
}
.pdTab li:first-child{
    background-image: none;
}
.pdTab li.active{
    
}
.pdTab li.active a{
    color: #0073b9;
}
.tab-right{
    position: absolute;
    right: 0;
    top: 0;

    font-size: 0;
    padding-top: 13px;
}
.tab-right .tit{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 28px;
    color: #999999;
    margin-right: 20px;
}
.tab-right .btn{
    width: 160px;
}



.pd-main [class^="col-"]{
    position: unset;
}
.pd-main .side-bar{
    margin-top: 60px;
}


.pdsl-img{
    background: url(/skin/images/pdsl-topimg.jpg) no-repeat center top;
    background-size: cover;
}
.pdsl-img .item-info{
    padding: 60px;
}
.pdsl-img .tit{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
}
.pdsl-img .text{
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
    color: #fff;
    max-width: 504px;
}

.pdsl-info{
    background-color: #F5F7F7;
    height: 144px;
    overflow: hidden;
}
.pdsl-info .item{
    text-align: center;
    width: 25%;
    float: left;
    border-left: 1px solid #E1EBE9;
    margin-left: -1px;
    height: 100%;
    padding-top: 30px;
}
.pdsl-info i{
    display: block;
    width: 56px;
    height: 56px;
    margin: auto;
}
.pdsl-info .tit{
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin-top: 10px;
}
.pdsl-info .ico1{
    background: url(/skin/images/pdtop-ico1.png) no-repeat center center;
    background-size: cover;
}
.pdsl-info .ico2{
    background: url(/skin/images/pdtop-ico2.png) no-repeat center center;
    background-size: cover;
}
.pdsl-info .ico3{
    background: url(/skin/images/pdtop-ico3.png) no-repeat center center;
    background-size: cover;
}
.pdsl-info .ico4{
    background: url(/skin/images/pdtop-ico4.png) no-repeat center center;
    background-size: cover;
}



@media (min-width:992px){
    .side-bar{
        width: 220px;
    }
}
@media (min-width:1240px){
    .side-bar{
        width: 280px;
    }
}
@media (min-width:768px){
    
    .pdTab li:hover a{
        color: #0073b9;
    }
}


@media (max-width:1240px){
    .adtop-left{
        
    }
    .adtop-right{
        width: 500px;
    }
    .pdsl-img .item-info{
        padding: 40px;
    }
}
@media (max-width:992px){
    .adtop-left{
        float: unset;
        width: 100%;
    }
    .adtop-right{
        float: unset;
        width: 100%;
        margin-top: 40px;
    }
}
@media (max-width:768px){
    .app-dettop{
        padding: 20px 0 40px;
    }
    .adtop-right{
        margin-top: 30px;
    }
    .ad-intro{
        margin-top: 20px;
    }
    .d-btn{
        margin-top: 20px;
    }
    .d-btn .btn{
        width: 100%;
        margin-top: 5px;
    }
    .d-tit{
        font-size: 22px;
        line-height: 34px;
    }

    .pdTab-box, .pdTab{
        height: 48px;
    }
    .pdTab li{
        height: 48px;
        line-height: 48px;
    }
    .pdTab li a{
        padding-left: 20px;
        padding-right: 20px;
    }
    .pd-main{
        padding-top: 0;
    }
    .pd-main .d-content{
        margin-top: 0;
    }
    .d-content{
        margin-top: 30px;
    }

    .pdsl-info{
        height: 288px;
    }
    .pdsl-info .item{
        border-top: 1px solid #E1EBE9;
        margin-top: -1px;
        width: 50%;
        height: 50%;
    }

    .wsc-tags{
        margin-top: 15px;
    }
    .wsc-tags .label{
        margin-top: 5px;
        margin-right: 5px;
        padding: 2px 10px;
    }
}




.page-relate{
    padding: 60px 0;
    margin-top: 0;
}
.lTitText{
    font-size: 34px;
    color: #333333;
    font-weight: bold;
}
.lTitMore{
    color: #666666;
    line-height: 48px;
}
.prMain{
    margin-top: 40px;
}

.bgf5f7f7 .invd-list .li-item,.bggreen .invd-list .li-item{
    background-color: #fff;
}
.invd-list .col-md-3 .li-info{
    padding: 20px;
    overflow: hidden;
}
.invd-list .li-btn{
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 20px;
}
.invd-list .li-btn .btn-box{
    float: left;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
}
.invd-list .li-btn .btn{
    width: 100%;
    height: 37px;
    line-height: 23px;
}

.contb1-main{
    margin-top: 40px;
}

.contb1-left{
    height: 407px;
    background: url(/skin/images/conb1-bg.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
}
.contb1-left .item-btn{
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}
.contb1-left .item-btn .btn{
    width: 100%;
}
.contb1-rttop .item{
    background-color: #fff;
    height: 166px;
    padding: 30px 5px 0;
    text-align: center;
}
.contb1-rttop i{
    width: 36px;
    height: 36px;
    margin: auto;
    display: block;
}
.contb1-rttop .tit{
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin-top: 10px;
}
.contb1-rttop .text{
    margin-top: 10px;
    line-height: 26px;
    color: #333333;
    font-size: 14px;
    word-break: break-word;
}

.contb1-rttop .text em{
    font-size: 20px;
    font-style: unset;
    font-weight: bold;
}
.contb1-rttop .ico1{
    background: url(/skin/images/contb1-ico1.png) no-repeat center center;
    background-size: cover;
}
.contb1-rttop .ico2{
    background: url(/skin/images/contb1-ico3.png) no-repeat center center;
    background-size: cover;
}
.contb1-rttop .ico3{
    background: url(/skin/images/contb1-ico3.png) no-repeat center center;
    background-size: cover;
}

.contb1-rtbot{
    margin-top: 20px;
    overflow: hidden;
}
.contb1-rtbot .item-main{
    
}
.contb1-rtbot .item-box{
    width: 50%;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    margin-left: -1px;
    margin-top: -1px;
    float: left;
}
.contb1-rtbot .item{
    height: 110px;
    background-color: #fff;
    padding: 25px 10px 0;
    text-align: center;
}
.contb1-rtbot .tit{
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    line-height: 26px;
}
.contb1-rtbot .tit span{
    display: inline-block;
    padding-left: 26px;
    background: url(/skin/images/contb1-posico.png) no-repeat 0 center;
}
.contb1-rtbot .text{
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}
@media (max-width:992px){
    
    .contb1-left{
        height: 300px;
        background-image: url(/skin/images/m-conb1-bg.jpg);
    }
    .contb1-rttop .item{
        margin-top: 10px;
    }
}
@media (max-width:767px){
    .page-relate{
        padding: 40px 0;
    }
    .invd-list .col-md-3 .li-info{
        padding: 10px;
    }
    .contb1-main{
        margin-top: 30px;
    }
    .contb1-left{
        height: 150px;
    }
    .contb1-rttop .item-box{
        width: 50%;
    }
    .contb1-rttopt .item{
        padding: 20px 5px 0;
        height: 176px;
    }
    .contb1-rttop .text{
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }
    .contb1-rttop .text em{
        font-size: 22px;
        line-height: 32px;
    }

    .lTitText{
        font-size: 18px;
        
    }
    .lTitMore{
        line-height: 28px;
    }
    .prMain{
        margin-top: 20px;
    }
    .contb1-rtbot .item-box{
        width: 100%;
    }
}


.cont-block2{
    background-color: #F5F7F7;
}
.map-block{
    height: 400px;
    padding: 10px;
    background-color: #fff;
}
#mapContainer,.map-cont{
    width: 100%;
    height: 100%;
}
.amap-info-close{
    display: none;
  }
.amap-info-content{
    padding: 12px;
    border-radius: 4px;
}
  .map-cont .marker-route {
    background: url(/skin/images/map-marker.png) no-repeat center center;
    background-size: cover;
    width: 23px;
    height: 29px;
    box-sizing: border-box;
  }
.map-msg .tit{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.map-msg .text{
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    margin-top: 5px;
}
.map-msg .btn{
    width: 100%;
    height: 40px;
    line-height: 26px;
    margin-top: 10px;
}
.rTit{
    position: relative;
}
.rTitText{
    float: left;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: #333333;
    padding-left: 15px;
    background: url(/skin/images/edittit-line.png) no-repeat 0 center;
}
.rTitMore{
    float: right;
    line-height: 32px;
    color: #999999;
}
.rTitMore:hover{
    color: #0073b9;
}
.reMain{
    margin-top: 30px;
}
.bggreen .rTitText{
    color: #fff;
    background-image: url(/skin/images/edittit-wline.png);
}
.bggreen .rTitMore{
    color: #fff;
}


.jobb1-tlf{
    position: relative;
    height: 320px;
    background: url(/skin/images/jbb1-lfbg.jpg) no-repeat center top;
    background-size: cover;
}
.jobb1-tlf .item{
    position: absolute;
    left: 0;
    bottom: 30px;
    font-size: 0;
    width: 100%;
}
.jobb1-tlf .ico{
    width: 58px;
    height: 58px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    background: url(/skin/images/jbb1-lfico.png) no-repeat center center;
    background-size: cover;
}
.jobb1-tlf .item-info{
    display: inline-block;
    vertical-align: middle;
}
.jobb1-tlf .tit{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.jobb1-tlf .text{
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.jobb1-trt{
    padding: 20px;
    background-color: #F5F7F7;
}
.jobb1-trt .tit{
    padding-left: 31px;
    background: url(/skin/images/jbb1-rttit.png) no-repeat 0 center;
    font-size: 20px;
    line-height: 28px;
    color: #212121;
    font-weight: bold;
}
.jb1tr-main{
    margin-top: 20px;
}
.jb1tr-main .list-item{
    margin-top: 12px;
    background-color: #fff;
    padding: 20px;
}
.jb1tr-main .list-item:first-child{
    margin-top: 0;
}
.jb1tr-main .list-tit{
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    font-weight: bold;
}
.jb1tr-main .list-item::hover .list-tit{
    color: #0073b9;
}
.jb1tr-main .list-info{
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #EBEBEB;
}
.jb1tr-main .list-num{
    color: #545454;
    float: left;
}
.jb1tr-main .list-time{
    color: #999999;
    float: right;
}

@media (max-width:1240px) and (min-width:992px){
    .jobb1-trt{
        padding: 17px;
    }
    .jb1tr-main .list-num{
        float: unset;
    }
    .jb1tr-main .list-time{
        float: unset;
    }
    .jb1tr-main .list-item{
        padding: 10px;
    }
}
@media (max-width: 991px){
    .jobb1-trt{
        margin-top: 20px;
    }
}
@media (max-width: 767px){
    .jobb1-tlf{
        height: 283px;
        overflow: hidden;
        display: none;
    }
    .reMain{
        margin-top: 0;
    }
}

.jobb1-bot{
    margin-top: 40px;
}
.jobList .list-head{
    border-top: 5px solid rgba(182,206,209,0.2);
    background-color: #E2F2F4;
}
.jobList li{
    width: 25%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #545454;
    padding-left: 10px;
    padding-right: 10px;
    height: 26px;
}
.jobList .list-head li{
    line-height: 26px;
    color: #212121;
    font-weight: bold;
    padding: 22px 10px;
    height: unset;
}
.jobList .list-item .item-box{
    display: block;
    line-height: 26px;
    padding: 17px 0;
}
.jobList .list-item:nth-child(odd){
    background-color: #f7f7f7;
}
.jobList .list-item:nth-child(even){
    background-color: #f2f2f2;
}
.jobList .list-item .item-box:hover li:first-child{
    color: #0073b9;
}

.wsc-page{
    margin-top: 30px;
}
.paging-inner{
    height: 36px;
}
.paging-inner a, .paging-inner span{
    width: 36px;
    height: 36px;
    line-height: 34px;
    background-color: #fff;
    border: 1px solid #D8D8D8;

}
.paging-inner .next,.paging-inner .prev{
    background-color: #fff;
}
.paging-inner .current, .paging-inner a:hover{
    background-color: #0073b9;
    border-color: #0073b9;
}

.jobb2-main{
    margin-top: 40px;
}
.jobb2-main .item{
    background-color: #fff;
}
.jobb2-main .item-img{
    width: 50%;
    float: left;
}
.jobb2-main .item-img img{
    width: 100%;
}
.jobb2-main .item-info{
    width: 50%;
    padding: 70px 70px 0;
    float: right;
}
.jobb2-main .item:nth-child(even) .item-img{
    float: right;
}
.jobb2-main .item:nth-child(even) .item-info{
    float: left;
}
.jobb2-main .item-tit{
    font-size: 0;
    text-align: center;
}
.jobb2-main .item-tit i{
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 28px;
    margin-right: 15px;
}
.jobb2-main .item-tit .tit{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    font-weight: bold;
}
.jobb2-main .ico1{
    background: url(/skin/images/jbb2-ico1.png) no-repeat center center;
}
.jobb2-main .ico2{
    background: url(/skin/images/jbb2-ico2.png) no-repeat center center;
}
.jobb2-main .item-text{
    margin-top: 30px;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}
@media (max-width:1240px){
    .jobb2-main .item-info{
        padding: 40px 35px 0;
    }
}
@media (max-width:992px){
    .jobb2-main .item-info,.jobb2-main .item-img{
        float: unset;
        width: 100%;
    }
    .jobb2-main .item-info{
        padding-bottom: 40px;
    }
    .jobb2-main .item{
        margin-top: 20px;
    }
    .jobb2-main .item:first-child{
        margin-top: 0;
    }
}
@media (max-width:767px){
    .jobb1-bot{
        margin-top: 20px;
    }
    .jobList li{
        width: 33.33%;
    }
    .jobList li:nth-child(3){
        display: none;
    }
    .jobb2-main{
        margin-top: 20px;
    }
    .jobb2-main .item-info{
        padding: 30px 20px;
    }
    .jobb2-main .item-text{
        margin-top: 20px;
    }
}


.jobb3-main{
    margin-top: 40px;
}
.jb3-dh{
    width: 1001px;
    overflow: hidden;
    margin: auto;
}
.jb3-dh .item{
    float: left;
    width: 192px;
    height: 22px;
    position: relative;
    background: url(/skin/images/jbflew-line.png) no-repeat right center;
    background-size: contain;
}
.jb3-dh .item:first-child{
    background-image: none;
    width: 22px;
}
.jb3-dh .dot{
    width: 22px;
    height: 22px;
    position: absolute;
    right: -12px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/skin/images/jbflew-dot.png) no-repeat center center;
}

.jb3-tit{
    width: 1152px;
    margin: 15px auto 0;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    text-align: center;
}
.jb3-tit .tit{
    width: 16.66%;
    float: left;
}

.jbb3-bot{
    margin-top: 40px;
    height: 180px;
    background: url(/skin/images/jbb3-bg.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 40px;
    text-align: center;
}
.jbb3-bot .tit{
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-weight: bold;
}
.jbb3-bot .text{
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.jbb3-bot .text em,.jbb3-bot .text a{
    color: #FEBB5B;
    font-weight: bold;
    font-style: unset;
}
@media (max-width:1240px){
    .jb3-dh{
        width: 761px;
    }
    .jb3-dh .item{
        width: 144px;
    }
    .jb3-tit{
        width: 870px;
    }
}
@media (max-width:992px){
    .jb3-dh{
        width: 600px;
    }
    .jb3-dh .item{
        width: 111px;
    }
    .jb3-tit{
        width: 650px;
    }
}

@media (max-width:767px){
    .jb3-dh{
        display: none;
    }
    .jb3-dh .item{
        
    }
    .jb3-tit{
        width: unset;
        margin-top: 0;
    }
    .jb3-tit .tit{
        width: 33.33%;
        margin-top: 15px;
        padding-top: 32px;
        background: url(/skin/images/jbflew-dot.png) no-repeat center top;
    }
    .jobb3-main{
        margin-top: 10px;
    }
    .jbb3-bot{
        margin-top: 20px;
        height: unset;
        padding: 30px;
    }
}




.jd-info{
    margin-top: 30px;
    padding: 30px;
    overflow: hidden;
    background-color: #F5F7F7;
}
.jd-info ul{
    margin-right: -80px;
    margin-top: -15px;
}
.jd-info li{
    float: left;
    margin-right: 80px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.job-det .d-content,.news-det .d-content{
    margin-top: 40px;
}
.job-det .wsc-editTit,.news-det .wsc-editTit{
    padding-left: 0;
    background: unset;
    font-size: 20px;
    line-height: 34px;
}
.job-det .wsc-edit,.news-det .wsc-edit{
    padding-bottom: 0;
    border-bottom: 0;
}

.divide-line{
    background-color: #ebebeb;
}

.wsc-detlink{
    padding: 0;
}
.dl-back{
    border-bottom: 1px solid #ebebeb;
    background-color: #F5F7F7;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #666666;
    font-size: 16px;
}
.dl-back a{
    display: block;
}
.dl-back span{
    display: inline-block;
    padding-right: 21px;
    background: url(/skin/images/d-backico.png) no-repeat right center;
}
.dl-back:hover{
    background-color: #fff;
    color: #0073b9;
}
.dl-back:hover span{
    background-image: url(/skin/images/d-backlisth.png);
}
.dl-prev{
    margin-bottom: 0;
    padding: 30px;
}
.dl-next{
    padding: 30px;
}
.dl-prev, .dl-next{
    font-size: 16px;
}
.dp-text, .dn-text{
    color: #666666;
    margin-top: 10px;
}
.dp-text:hover, .dn-text:hover{
    color: #0073b9;
}
@media (max-width:767px){
    .dl-back{
        height: 44px;
        line-height: 44px;
    }
    .dl-prev, .dl-next{
        padding: 20px;
    }
}


.serv-block1{

}

.servb1-left{
    height: 349px;
    position: relative;
    background: url(/skin/images/servb1-lfbg.jpg) no-repeat center top;
    background-size: cover;
}
.servb1-left .tit{
    position: absolute;
    top: 40px;
    left: 30px;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    line-height: 50px;
}
.servb1-left .tit em{
    color: #FEBB5B;
    font-style: unset;
}
.servb1-right{
    padding: 50px 65px;
    background: #F5F7F7 url(/skin/images/servb1-rtbg.png) no-repeat right bottom;
}
.svb1-rtlist{
    font-size: 16px;
    line-height: 32px;
    color: #333333;
}
.svb1-rtlist li{
    padding-left: 24px;
    background: url(/skin/images/servb1-rtdot.png) no-repeat 0 11px;
}
.servb1-right .item-btn{
    margin-top: 45px;
    font-size: 0;
    margin-left: -20px;
}
.servb1-right .btn{
    width: 160px;
    margin-left: 20px;
}

@media (max-width:1240px){
    .servb1-right{
        padding: 40px;
    }
    .servb1-left{
        height: 393px;
    }
}
@media (max-width:992px){

    .servb1-left{
        height: 390px;
        background-image: url(/skin/images/m-servb1-lfbg.jpg);
    }
    .servb1-right{
        margin-top: 20px;
    }
}
@media (max-width:767px){
    .servb1-left{
        height: 145px;
    }
    .servb1-left .tit{
        font-size: 22px;
        line-height: 32px;
        top: 15px;
        left: 20px;
    }
    .servb1-right{
        padding: 30px;
    }
    .servb1-right .item-btn{
        margin-top: 25px;
        margin-left: 0;
    }
    .servb1-right .btn{
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}
.servb2-main{
    margin-top: 20px;
}
.servb2-main .item{
    margin-top: 20px;
    background-color: #fff;
    padding: 40px 40px 0;
    height: 255px;
}
.servb2-main i{
    display: block;
    margin: auto;
    width: 60px;
    height: 60px;
}
.servb2-main .tit{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    margin-top: 25px;
}
.servb2-main .text{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-top: 5px;
}
.servb2-main .ico1{
    background: url(/skin/images/sevb2-ico1.png) no-repeat center center;
    background-size: cover;
}
.servb2-main .ico2{
    background: url(/skin/images/sevb2-ico2.png) no-repeat center center;
    background-size: cover;
}
.servb2-main .ico3{
    background: url(/skin/images/sevb2-ico3.png) no-repeat center center;
    background-size: cover;
}

@media (max-width:992px){
    .servb2-main .item{
        height: unset;
        padding-bottom: 40px;
    }
    .servb2-main .text{
        text-align: center;
    }
}
@media (max-width:767px){
    .servb2-main .item{
        padding: 15px 5px;
    }
    .servb2-main i{
        width: 40px;
        height: 40px;
    }
    .servb2-main .tit{
        margin-top: 10px;
        font-size: 16px;
    }
    .servb2-main .text{
        text-align: left;
    }
    .servb2-main .row{
        margin-left: -4px;
        margin-right: -4px;
    }
    .servb2-main  [class^="col-"]{
        padding-left: 4px;
        padding-right: 4px;
    }
}

.serv-block3{
    background: url(/skin/images/servb3-bg.jpg) no-repeat center top;
    background-size: cover;
}
.serv-block3 .pTit{
    color: #fff;
}
.serv-block3 .pText{
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin-top: 20px;
}

.servb3-main{
    margin-top: 20px;
}
.servb3-main .item{
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.1);
}

.servb3-main .item-head{
    font-size: 0;
    padding: 20px 30px;
    background-color: rgba(195,195,195, 0.2);
}
.servb3-main .item-head i{
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 30px;
    margin-right: 12px;
}
.servb3-main .item-head .ico1{
    background: url(/skin/images/sevb3-ico1.png) no-repeat center center;
}
.servb3-main .item-head .ico2{
    background: url(/skin/images/sevb3-ico2.png) no-repeat center center;
}
.servb3-main .item-head .ico3{
    background: url(/skin/images/sevb3-ico3.png) no-repeat center center;
}
.servb3-main .item-head .ico4{
    background: url(/skin/images/sevb3-ico4.png) no-repeat center center;
}
.servb3-main .item-head .ico5{
    background: url(/skin/images/sevb3-ico5.png) no-repeat center center;
}
.servb3-main .item-head .ico6{
    background: url(/skin/images/sevb3-ico6.png) no-repeat center center;
}
.servb3-main .item-tit{
    font-size: 18px;
    line-height: 30px;
    color: #FEFEFE;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.servb3-main .item-main{
    height: 130px;
    padding: 20px 50px 0;
}
.servb3-main .item-main ul{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.servb3-main .item-main li{
    background: url(/skin/images/svb3-line.png) no-repeat 2.5px 0;
    padding-top: 14px;
    margin-top: -14px;
    
}
.servb3-main .item-main li:first-child{
    margin-top: 0;
    padding-top: 0;
    background: unset;
}
.servb3-main .item-main li span{
    padding-left: 33px;
    display: block;
    background: url(/skin/images/svb3-dot.png) no-repeat 0 9px;
}

@media (max-width:992px){
    .servb3-main .item-main{
        height: unset;
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (max-width:767px){
    .servb3-main .item-head{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .servb3-main .item-tit{
        font-size: 16px;
    }
    .servb3-main .item-main{
        padding-left: 30px;
        padding-right: 30px;
    }
}


.serv-block4{
    padding: 54px 0;
    background: url(/skin/images/servb4-bg.jpg) no-repeat center top;
    background-size: cover;
}
.servb4-main .tit{
    font-size: 28px;
    line-height: 54px;
    color: #fff;
    font-weight: bold;
    max-width: 505px;
    float: left;
}
.servb4-main .item-btn{
    float: right;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 32px;
}
.servb4-main .item-btn .btn{
    width: 180px;
    margin-left: 10px;
    margin-right: 10px;
}
@media (max-width:992px){
    .servb4-main .item-btn, .servb4-main .tit{
        float: unset;
    }
}
@media (max-width:767px){
    .serv-block4{
        padding: 30px 0;
    }
    .servb4-main .tit{
        font-size: 22px;
        line-height: 32px;
    }
    .servb4-main .item-btn{
        margin: 15px 0 0;
        text-align: center;
    }
    .servb4-main .item-btn .btn{
        margin: 10px 0 0;
        
    }
}

.pText{
    margin-top: 20px;
}
.khb1-main{
    margin-top: 40px;
}
.khb1-main img{
    width: 100%;
}

.khb2-main{
    margin-top: 40px;
}
.khb2-main .item{
    background-color: #fff;
}
.khb2-main .item-img{
    width: 50%;
    float: left;
    overflow: hidden;
}
.khb2-main .item-img img{
    height: 100%;
}
.khb2-main .item-info{
    padding: 50px 50px 0;
    width: 50%;
    float: left;
}
.khb2-main .text{
    font-size: 14px;
    line-height: 30px;
    color: #454545;
}
.khb2-main .text p{
    margin-top: 10px;
}
.khb2-main .text p:first-child{
    margin-top: 0;
}

.khb2-main .item-btn{
    margin-top: 40px;
    font-size: 0;
    margin-left: -10px;
    margin-right: -10px;
}
.khb2-main .item-btn .btn{
    margin-left: 10px;
    margin-right: 10px;
    width: 180px;
}

@media (max-width:1240px){
    .khb2-main .item-img{
        
    }
    .khb2-main .item-info{
        padding: 40px 30px;
    }
}
@media (max-width:992px){
    .khb2-main .item-img{
        float: unset;
        width: 100%;
    }
    .khb2-main .item-img img{
        height: unset;
        width: 100%;
    }
    .khb2-main .item-info{
        float: unset;
        width: 100%;
        padding: 40px 30px;
    }
}

@media (max-width:767px){
    .khb1-main{
        margin-top: 20px;
    }
    .khb2-main{
        margin-top: 20px;
    }
    .khb2-main .item-info{
        padding: 30px;
    }
    .khb2-main .item-btn{
        margin-top: 20px;
        text-align: center;
        margin-left: -5px;
        margin-right: -5px;
    }
    .khb2-main .item-btn .btn{
        margin-top: 10px;
        margin-left: 5px;
        margin-right: 5px;
        width: 160px;
    }
}


.classItem{
    margin-top: -1px;
    border: 1px solid #E1EBE9;
}
.classItema a{
    background-color: #F5F7F7;
    line-height: 24px;
    color: #333333;
    transition: 0.36s;
    font-size: 18px;
}
.wsc-class .active .classItema a, .classItema:hover a{
    background-color: #0073b9;
    color: #fff;
    font-weight: bold;
}
.classItema i{
    transition: 0s;
}
.classItema:hover i{
    background-image: url(/skin/images/pc-moreh.png);
}
.wsc-class .active .classItema i{
    background-image: url(/skin/images/pc-actmore.png);
}

.classItemCon a{
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
    padding-left: 19px;
    color: #666666;
    background: url(/skin/images/clsec-dot.png) no-repeat 0 center;
}

.classItemCon .secact a, .classItemCon a:hover{
    color: #0073b9;
    background-image: url(/skin/images/clsec-doth.png);
}

.side-continfo{
    margin-top: 10px;
    border-top: 3px solid #0073b9;
    background-color: #F5F7F7;
}
.sdci-ewm{
    text-align: center;
    padding: 30px;
    border-bottom: 1px solid #D6DFDE;
}
.sdci-ewm img{
    max-width: 100%;
    border-radius: 6px;
}
.sdci-ewm .text{
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    font-weight: bold;
    margin-top: 15px;
}


.sdci-way{
    padding: 20px 15px;
}
.sdci-way .item-main{
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
}
.sdci-way .item{
    font-size: 0;
    margin-top: 10px;
}
.sdci-way .item:first-child{
    margin-top: 0;
}
.sdci-way .item i{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 13px;
}
.sdci-way .item-info{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}
.sdci-way .ico-em{
    background: url(/skin/images/sdci-em.png) no-repeat center center;
}
.sdci-way .ico-tel{
    background: url(/skin/images/sdci-tel.png) no-repeat center center;
}
.sdci-btn{
    margin-top: 10px;
}
.sdci-btn .btn{
    width: 100%;
}


.anli-list .invd-list .li-item{
    background-color: #fff;
    border: 1px solid #EBEBEB;
}
.anli-list .invd-list .li-info{
    padding: 20px;
}

.alrs-main{
    margin-top: 25px;
    padding: 50px 40px;
    background: url(/skin/images/alrs-bg.jpg) no-repeat center top;
    background-size: cover;
    overflow: hidden;
}
.alrs-main .tit{
    font-size: 22px;
    text-align: center;
    color: #333333;
    font-weight: bold;
}
.alrs-main .text{
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
    color: #666666;
}
.alrs-main .item-btn{
    font-size: 0;
    margin-top: 25px;
    margin-left: -10px;
    margin-right: -10px;
    text-align: center;
}
.alrs-main .item-btn .btn{
    width: 180px;
    margin: 10px 10px 0; 
}


@media (max-width:1240px){
    .classItema{
        height: unset;
    }
    .classItem.has-secclass .classItema a{
        padding-right: 30px;
    }
    .classItema a{
        padding-left: 15px;
        white-space: normal;
    }
    .classItema i{
        right: 10px;
    }
    .classItemCon li{
        padding: 0 20px;
    }
}
@media (max-width:992px){
    .page-block.al-reserv{
        padding-top: 40px;
    }
    .aldfw-b3{
        margin-top: 10px;
    }
    .alrs-item{
        margin-top: 20px;
    }

    .wsc-class{
        overflow: hidden;
    }
    .wsc-classCon{
        margin: 0 -4px;
    }
    .classItem{
        width: 50%;
        padding: 0 4px;
        margin-top: 8px;
        border: 0;
        margin-left: 0;
    }
    .classItem.has-secclass{
        width: 100%;
    }
    
    .classItema a{
        font-size: 16px;
        white-space: nowrap;
    }
    .classItemCon{
        background-color: #F5F7F7;
    }
    .classItemCon li{
        width: 50%;
    }
    .classItemCon a{
        text-align: left;
        font-size: 14px;
    }
    
}
@media (max-width:767px){
    .classItemCon li{
        padding-left: 10px;
        padding-right: 10px;
    }
    .classItemCon a{
        padding-right: 0;
    }

    .page-block.al-reserv{
        padding-top: 20px;
    }
    .alrs-main{
        margin-top: 15px;
    }
    .alrs-main{
        padding: 30px;
    }
    .anli-list .invd-list .li-info{
        padding: 10px 5px;
    }
    .alrs-main .item-btn{
        margin-left: -5px;
        margin-right: -5px;
    }
    .alrs-main .item-btn .btn{
        width: 130px;
    }
}





.videodet-top{
    background-color: #f5f5f5;
    margin-top: 25px;
}
.vdtop-left{
    width: 860px;
    padding: 0;
    float: left;
}
.vdtop-left .d-img{
    position: relative;
    padding: 20px;
}
.vdtop-left .d-img img{
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}
.d-video{
    margin-top: 0;
    position: relative;
}
.d-vdtip{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.d-vdtip .box{
    padding-right: 22px;
    background: url(/skin/images/xingxing.png) no-repeat right center;
}
.d-vdtip span{
    display: block;
    padding-left: 22px;
    background: url(/skin/images/xingxing.png) no-repeat 0 center;
}
.d-video video{
    height: 484px !important;
}
.d-video .vcp-player{
    padding-bottom: 0;
}
.vcp-controls-panel{
    box-sizing: border-box;
    padding: 0 0.3em !important;
    height: 2.4em !important;
    font-size: 14px !important;
}
.vcp-playtoggle{
    width: 2em !important;
    background-position-y: center;
}
.vcp-timelabel,.vcp-vertical-switcher-current{
    line-height: 2.4em !important;
}
.vcp-volume{
    width: 2em;
}
.vcp-fullscreen-toggle{
    width: 2em !important;
    height: 2.4em !important;
    background-position-y: center;
}
.vcp-volume-icon{
    width: 2.4em !important;
    height: 2.4em !important;
    background-position-y: center;
}
.vcp-poster-pic.stretch{
    width: unset !important;
    height: unset !important;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}


.vdtop-right{
    float: left;
    width: 320px;
    box-sizing: border-box;
    padding: 26px 30px;
}

.vdtop-right .side-relate{
    padding: 0;
    background-color: unset;
    border: 0;
}
.vdtop-right .wsc-relate{
    padding: 0;
    margin-top: 0;
}
.vdtop-right .rTitText{
    font-size: 20px;
}
.vdtop-right .rlist-style1{
    margin-top: 20px;
    padding: 0;
   
}
.vdtop-right .side-relate .rlist-style1{
    margin-right: -20px;
}
#scroll-box{
    height: 381px;
    padding-right: 20px;
}
#scroll-box #scroll-block{
    
}
.vdtop-right .rListCon{
    margin: 0;
}
.vdtop-right  .rlist-style1 .rlist-item{
    border-color: rgba(225,209,185, 0.26);
    padding-left: 0;
    padding-right: 0;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e6e6e6;
}
.side-relate .rlist-style1 .rlist-item:first-child{
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
}
.side-relate .rlist-style1 .rlist-picitem{
    padding-left: 140px;
}
.side-relate .rlist-style1 .rlist-picitem .rlist-img{
    float: left;
    width: 130px;
    margin-left: -140px;
    position: relative;
}
.side-relate .rlist-style1 .rlist-picitem .rlist-img .list-playicon{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.side-relate .rlist-style1 .rlist-picitem .rlist-img img{
    width: 100%;
}
.side-relate .rlist-style1 .rlist-info{
    float: left;
    width: 100%;
}
.side-relate .rlist-style1 .rlist-tit{
    padding-right: 0;
    font-size: 14px;
    line-height: 21px;
    white-space: normal;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;

    color: #333333;
    height: 42px;
    overflow: hidden;

    float: unset;
    padding-left: 0;
    background: unset;
}
.side-relate .rlist-style1 .rlist-view{
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    margin-top: 10px;
}

.d-video .pause_ico:hover{
    background-image: url(/skin/images/play-icoh.png);
}
@media (max-width:1240px){
    .vdtop-left{
        width: 660px;
    }
    .vdtop-right{
        width: 280px;
        padding: 20px 15px;
    }
    .vdtop-right .side-relate .rlist-style1{
        margin-right: -10px;
    }
    #scroll-box{
        padding-right: 15px;
    }
}
@media (max-width:992px){
    .vdtop-left{
        width: 100%;
    }
    .vdtop-left .d-img{
        padding: 0;
    }
    .d-video video{
        height: unset !important;
    }
    .d-video .pause_ico{
        width: 60px;
    }
}
@media (max-width:767px){
    .d-vdtip{
        top: 10px;
        right: 10px;
    }
    .d-video .pause_ico{
        width: 40px;
        bottom: 0;
    }
    .d-info, .d-tip{
        margin-top: 10px;
    }
    .videodet-top{
        margin-top: 15px;
    }
}


.aldet-khpj{
    background-color: #F5F7F7;
}

.aldpj-left{
    float: left;
    width: 280px;
    height: 198px;
    background: url(/skin/images/aldpj-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 50px 40px 0;
}
.aldpj-left .tit{
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
}
.aldpj-left .text{
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.aldpj-right{
    float: left;
    width: 900px;
    padding: 60px 70px 0;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.aldfw-b1{
    margin-top: 30px;
    border: 1px solid #EBEBEB;
}
.aldfw-b1 .item-img{
    float: right;
    width: 452px;
}
.aldfw-b1 .item-img img{
    width: 100%;
    margin: 0;
}
.aldfw-b1 .item-info{
    width: 725px;
    float: left;
    padding: 40px 40px 0;
}
.aldfw-b1 .text{
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}
.aldfw-b1 .text em{
    font-weight: bold;
}
.aldfw-b1 .item-num{
    margin-top: 30px;
}
.aldfw-b1 .item-num .item{
    float: left;
    margin-left: 35px;
    padding-left: 35px;
    background: url(/skin/images/aldfw-b1line.png) no-repeat 0 center;
    font-size: 16px;
    color: #666666;
    text-align: center;
}
.aldfw-b1 .item-num .item:first-child{
    padding-left: 0;
    margin-left: 0;
    background: unset;
}
.aldfw-b1 .num{
    font-size: 38px;
    color: #FEBB5B;
    font-weight: 900;
    margin-bottom: 15px;
}

.aldfw-b2{
    margin-top: 30px;
}
.aldfw-b3{
    margin-top: 30px;
}
.aldfw-tit{
    font-size: 20px;
    color: #4c4c4c;
}

.aldfwb2-main{
    margin-top: 10px;
}
.aldfwb2-main .item-main{
    margin-left: -5px;
    margin-right: -5px;
}
.aldfwb2-main .item-box{
    float: left;
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;
}
.aldfwb2-main .item{
    margin-top: 10px;
    border: 5px solid #F5F7F7;
    background-color: #fff;
    font-size: 0;
    text-align: center;
    height: 70px;
}
.aldfwb2-main i{
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: 15px;
}
.aldfwb2-main .tit{
    font-size: 16px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
}
.aldfwb2-main .ico1{
    background: url(/skin/images/alfwb2-ico1.png) no-repeat center center;
}
.aldfwb2-main .ico2{
    background: url(/skin/images/alfwb2-ico2.png) no-repeat center center;
}
.aldfwb2-main .ico3{
    background: url(/skin/images/alfwb2-ico3.png) no-repeat center center;
}
.aldfwb2-main .ico4{
    background: url(/skin/images/alfwb2-ico4.png) no-repeat center center;
}
.aldfwb2-main .ico5{
    background: url(/skin/images/alfwb2-ico5.png) no-repeat center center;
}

.aldfw-b3 .alrs-main{
    background-image: url(/skin/images/alfwb3-bg.jpg);
}


.wsc-edit .cmfm-bar p,.wsc-edit .cmfm-bar .item-img img,.cmfm-head li{
    margin-top: 0;
    margin-bottom: 0;
}
.wsc-edit .cmfm-bar .item-img p{
    margin-top: 5px;

}

.wsc-detlink2{
    margin-top: 35px;
}
.wsc-detlink2 .dl-prev, .wsc-detlink2 .dl-next{
    padding: 0;
    margin-top: 15px;
    border-bottom: 0;
}

@media (max-width:1240px){
    .tab-right .tit{
        display: none;
    }
    .aldpj-right{
        width: 660px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .aldfw-b1{
        padding: 20px;
    }
    .aldfw-b1 .item-img{
        width: 330px;
    }
    .aldfw-b1 .item-info{
        width: 545px;
        padding: 0;
    }
    .aldfw-b1 .item-num{
        margin-top: 20px;
    }
}
@media (max-width:992px){
    .aldpj-left{
        padding: 40px 30px 0;
        width: 220px;
    }
    .aldpj-right{
        width: 500px;
        padding: 40px;
    }


    .aldfwb2-main .item-box{
        width: 33.33%;
    }
    .aldfw-b1{
        padding: 0;
    }
    .aldfw-b1 .item-img{
        float: unset;
        width: 100%;
    }
    .aldfw-b1 .item-info{
        float: unset;
        width: 100%;
        padding: 40px;
        overflow: hidden;
    }
}
@media (max-width:767px){
    .aldpj-left{
        float: unset;
        width: 100%;
        height: unset;
        padding: 30px 50px;
        background-color: #0073b9;
        background-size: contain;
        background-position-x: 0;
    }
    .aldpj-right{
        float: unset;
        width: 100%;
        height: unset;
        padding: 30px;
    }
    .aldfw-b1{
        padding: 0;
    }
    .aldfw-b1 .item-img{
        float: unset;
        width: 100%;
    }
    .aldfw-b1 .item-info{
        float: unset;
        width: 100%;
        padding: 20px;
        overflow: hidden;
    }
    .aldfw-b1 .text{
        font-size: 14px;
        line-height: 24px;
    }
    .aldfw-b1 .item-num{
        margin-left: -20px;
        margin-right: -20px;
    }
    .aldfw-b1 .item-num .item{
        padding-left: 0;
        margin-left: 0;
        width: 33.33%;
        font-size: 12px;
        line-height: 1.4;
    }
    .aldfw-b1 .num{
        font-size: 28px;
        margin-bottom: 5px;
    }
    .aldfwb2-main .item-box{
        width: 50%;
    }



    .aldfw-b1,.aldfw-b2{
        margin-top: 20px;
    }
    .aldfw-b3{
        margin-top: 0;
    }

    .wsc-editTit{
        font-size: 20px;
    }
    .aldfw-tit{
        font-size: 18px;
    }
    .wsc-detlink2{
        margin-top: 15px;
    }
    .wsc-detlink2 .dl-prev, .wsc-detlink2 .dl-next{
        margin-top: 5px;
    }
}


.news-class{
    overflow: hidden;
}
.news-class ul{
    margin-left: -1px;
    margin-top: -1px;
}
.news-class li{
    width: 25%;
    float: left;
}
.news-class .item{
    display: block;
    background-color: #F5F7F7;
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    padding: 18px 5px;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    color: #333333;
    transition: 0.36s;
}
.news-class .item span{
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:1;-webkit-box-orient: vertical;
}
.news-class .item:hover ,.news-class .active .item{
    background: #0073b9 url(/skin/images/nclass-bgh.png) no-repeat right bottom;
    color: #fff;
    font-weight: bold;
}

.news-list {
    padding: 40px 0 60px;
}


.list-style3 .media{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ebebeb;
}
.list-style3 .media:first-child{
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.news-list .lMain{
    margin-top: 40px;
}

.list-style3 .media-left, .list-style3 .media > .pull-left{
    padding-right: 20px;
}
.list-style3 img.media-object{
    width: 240px;
    transition: 0.36s;
}
.list-style3 .media-heading{
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:1;-webkit-box-orient: vertical;
}
.list-style3 .media-text{
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
    color: #666666;
    margin-top: 24px;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
}
.list-style3 .media:hover .media-heading{
    color: #0073b9;
}
.list-style3 .media:hover img.media-object{
    transform: scale(1.08);
}
.ln-top{
    margin-top: 40px;
}

.lntop-left .list-img{
    overflow: hidden;
    position: relative;
}
.lntop-left .list-img img{
    width: 100%;
    transition: 0.36s;
}
.lntop-left:hover .list-img img{
    transform: scale(1.08);
}
.lntop-left .list-tit{
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(/skin/images/newsh-bg.png) repeat-x center bottom;
    padding: 40px 30px 30px;
    font-size: 22px;
    line-height: 30px;
    width: 100%;
    color: #fff;
    font-weight: bold;
}
.lntop-left .list-tit span{
    display: block;
    height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:1;-webkit-box-orient: vertical;
}

.ln-top .list-style3 .media{
    margin-top: 20px;
    border-top: 0;
    padding: 48px 40px;
    background-color: #F5F7F7;
    transition: 0.36s;
}
.ln-top .list-style3 .media:first-child{
    margin-top: 0;
}
.list-style3 .lntop-left .media{
    padding: 30px;
    margin-top: 0;
}
.list-style3 .lntop-left .media-info{
    margin-top: 0;
}
.ln-top .list-style3 .media:hover{
    background-color: #fff;
    box-shadow: 0px 3px 18px 0px 
		rgba(50, 50, 50, 0.17);
}
.lntop-left:hover  .media{
    background-color: #fff;
    box-shadow: 0px 3px 18px 0px 
		rgba(50, 50, 50, 0.17);
}
@media (max-width:1240px){
    .ln-top .list-style3 .media{
        padding: 33px 30px ;
    }
}
@media (max-width:992px){
    .lntop-right{
        margin-top: 20px;
    }
}
@media (max-width:767px){
    .news-class li{
        width: 50%;
    }
    .news-class .item{
        font-size: 16px;
        padding: 10px 5px;
    }
    .news-list{
        padding: 40px 0;
    }
    .ln-top{
        margin-top: 30px;
    }
    .lntop-left .list-tit{
        font-size: 18px;
        line-height: 28px;
        padding: 20px;
    }
    .lntop-left .list-tit span{
        height: 56px;
        -webkit-line-clamp:2;
    }
    .ln-top .list-style3 .media{
        padding: 20px;
    }
    .list-style3 .media-heading{
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
        -webkit-line-clamp:2;
    }
    .news-list .lMain{
        margin-top: 30px;
    }
    .list-style3 .media{
        margin-top: 15px;
        padding-top: 15px;
    }
    
    .list-style3 .media-left, .list-style3 .media > .pull-left{
        padding-right: 10px;
    }
    .list-style3 img.media-object{
        width: 120px;
    }
}


.d-intro{
    margin-top: 15px;
    padding: 25px 20px;
    background-color: #F5F7F7;
}
.cont-remain{
    margin-top: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 30px;
}
.cont-remain .reMain{
    margin-top: 15px;
}

.wsc-fastlink{
    margin-top: 20px;
    padding: 25px 20px;
    background: #F5F7F7;
    border: 1px solid #EBEBEB;
    border-top: 3px solid #0073b9;
}
.fslk-tit{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.fslk-main{
    overflow: hidden;
    margin-top: 20px;
}
.fslk-main ul{
    margin-top: -6px;
    margin-left: -3px;
    margin-right: -3px;
}
.fslk-main li{
    width: 50%;
    float: left;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 6px;
}
.fslk-main li a{
    display: block;
    font-size: 16px;
    line-height: 28px;
    padding: 15px 0;
    text-align: center;
    background-color: #fff;
    /* transition: 0.36s; */
    color: #666666;
    border-radius: 4px;
}

.fslk-main li a span{
    display: inline-block;
    transition: 0.36s;
    background-position: right center;
    background-repeat: no-repeat;
}
.fslk-main li:hover a{
    background-color: #0073b9;
    color: #fff;
}
.fslk-main li:hover a span{
    padding-right: 24px;
    background-image: url(/skin/images/wbd-yarr15px.png);
}
.side-bar >div{
    margin-top: 20px;
}

.fslk-img{
    position: relative;
    margin-top: 20px;
    height: 130px;
    text-align: center;
    background: url(/skin/images/fslk-img.jpg) no-repeat center top;
    background-size: cover;
}
.fslk-img .tit{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    padding-top: 35px;
}

.wsc-fastlink .item-btn{
    margin-top: 15px;
}
.wsc-fastlink .item-btn .btn{
    width: 100%;
}
@media (max-width:1240px){
    .fslk-main li{
        width: 100%;
    }
}
@media (max-width:992px){
    .fslk-main li{
        width: 50%;
    }
    .d-intro p{
        height: 72px;
        overflow: hidden;
        text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:3;-webkit-box-orient: vertical;
    }
}

.abb1-text{
    font-size: 16px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 30px;
}
.abb1-main{
    position: relative;
    margin-top: 25px;
}
.abb1-main img{
    width: 100%;
}
.abb1-play{
    position: absolute;
    width: 90px;
    top: 90px;
    left: 0;
    right: 0;
    margin: auto;
}

.page-btn{
    font-size: 0;
    text-align: center;
    margin-top: 30px;
}
.page-btn .btn{
    width: 180px;
    margin-left: 10px;
    margin-right: 10px;
}
.about-block1 .page-btn .btn-greenbd{
    background-color: #fff;
}
.about-block1 .page-btn .btn-greenbd:hover{
    background-color: #0073b9;
}

.about-block2{
    background-color: #fff;
}
.abb2-main {
    margin-top: 40px;
}
.abb2-main .item-main{
    border-left: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
}
.abb2-main .item-box{
    margin-top: -1px;
    margin-left: -1px;
    width: 33.33%;
    float: left;
}
.abb2-main .item{
    border: 1px solid #ebebeb;
    height: 207px;
    padding: 45px 40px 0;
}
.abb2-main .item-head{
    font-size: 0;
}
.abb2-main .item-head i{
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin-right: 20px;
}
.abb2-main .item-head .tit{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 24px;
    color: #3c3c3c;
    font-weight: bold;
}
.abb2-main .item-text{
    font-size: 14px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 30px;
}
.abb2-main .ico1{
    background: url(/skin/images/abb2-ico1.png) no-repeat center center;
}
.abb2-main .ico2{
    background: url(/skin/images/abb2-ico2.png) no-repeat center center;
}
.abb2-main .ico3{
    background: url(/skin/images/abb2-ico3.png) no-repeat center center;
}
.abb2-main .ico4{
    background: url(/skin/images/abb2-ico4.png) no-repeat center center;
}
.abb2-main .ico5{
    background: url(/skin/images/abb2-ico5.png) no-repeat center center;
}
.abb2-main .ico6{
    background: url(/skin/images/abb2-ico6.png) no-repeat center center;
}

.about-block3{
    background: url(/skin/images/abb2-bg.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 80px;
}

.abb3-left{
    float: left;
    width: 375px;
}
.abb3-left .pTit{
    color: #fff;
    text-align: left;
}

.abb3-left .page-btn{
    margin-top: 100px;
    text-align: left;
}
.abb3-left .page-btn .btn{
    margin: 0;
}


.about-block4 .tmb1-bot{
    margin-top: 20px;
}
.abb4-left{
    float: left;
    width: 565px;
    position: relative;
}
.abb4-right{
    float: right;
    width: 545px;
}

.abb4-left .swiper-container{
    height: 409px;
}
.abb4-left .swiper-slide {
    text-align: center;
    border-radius: 10px;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    position: relative;
    z-index: -1;
}
.abb4-left .swiper-slide-active,.abb4-left .swiper-slide-duplicate-active{
    transform: scale(1.6);
    z-index: 10;
}
.abb4-item{
    position: relative;
}
.abb4-left .swiper-slide .item-img img{
    width: 100%;
}
.abb4-left .swiper-slide .item-cover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}
.abb4-left .swiper-slide-active .item-cover,.abb4-left .swiper-slide-duplicate-active .item-cover{
    background-color:unset;
}
.abb4-next,.abb4-prev{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 54px;
    height: 54px;
    box-shadow: 0px 3px 18px 0px rgba(6, 6, 6, 0.16);
    z-index: 20;
    border-radius: 50%;
    transition: 0.36s;
    outline:unset;
}
.abb4-prev{
    left: -27px;
    background: #fff url(/skin/images/abb4-prev.png) no-repeat center center;
}
.abb4-next{
    right: -27px;
    background: #fff url(/skin/images/abb4-next.png) no-repeat center center;
}
.abb4-prev:hover{
    background-color: #0073b9;
    background-image: url(/skin/images/abb4-prevh.png);
}
.abb4-next:hover{
    background-color: #0073b9;
    background-image: url(/skin/images/abb4-nexth.png);
}
.abb4-right .pTit{
    text-align: left;
}

.abb4-text{
    margin-top: 30px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 28px;
}
.abb4-text p{
    margin-top: 15px;
}
.abb4-text p:first-child{
    margin-top: 0;
}

.abb4-right .page-btn{
    margin-left: -10px;
    text-align: left;
    margin-top: 70px;
}

@media (max-width:1240px){
    .abb4-left{
        width: 505px;
    }
    .abb4-right{
        width: 385px;
    }
    .abb4-right .page-btn{
        margin-top: 40px;
    }
    .abb4-right .page-btn .btn{
        width: 140px;
    }
    .abb4-left .swiper-container{
        height: 366px;
    }

}
@media (max-width:992px){
    .abb4-left{
        width: 100%;
    }
    .abb4-left .swiper-container{
        height: 521px;
    }
    .abb4-right{
        width: 100%;
        margin-top: 20px;
    }
    .abb4-next{
        right: 0;
    }
    .abb4-prev{
        left: 0;
    }


    .abb2-main .item{
        padding: 30px;
        height: 227px;
    }
    .abb1-play{
        top: 30px;
    }
    .abb3-left{
        width: 100%;
    }
    .abb3-left .pTit{
        text-align: center;
    }
    .abb3-left .page-btn{
        text-align: center;
        margin-top: 30px;
    }
    .abb4-right .page-btn{
        margin-top: 15px;
    }
}
@media (max-width:767px){
    .abb1-main{
        overflow: hidden;
    }
    .abb1-main img{
        height: 150px;
        width: unset;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        
    }
    .page-btn {
        margin-top: 15px;
        margin-left: -5px;
        margin-right: -5px;
    }
    .page-btn .btn{
        margin-top: 5px;
        width: 160px;
        margin-left: 5px;
        margin-right: 5px;
    }
    /* .abb1-play{
        top: 90px;
    } */


    .dh-playico .play-ico{
        width: 45px;
        height: 45px;
        background-position-x: 18px;
        background-size: 11px;
    }
    .dh-playico{
        width: 45px;
        height: 45px;
    }
    .dh-playico .waves{
        width: 92px;
        height: 92px;
        right: -23px;
        bottom: -23px;
    }
    .abb1-play{
        top: 52px;
        width: 45px;
    }
    
    .dh-playico .text{
        display: none;
    }
    .abb4-next{
        right: 0;
    }
    .abb4-prev{
        left: 0;
    }

    .abb2-main{
        margin-top: 20px;
    }
    .abb2-main .item-box{
        width: 50%;
    }
    .abb2-main .item{
        padding: 20px 15px;
        height: unset;
    }
    .abb2-main .item-head{
        text-align: center;
    }
    .abb2-main .item-head .tit{
        font-size: 16px;
    }
    .abb2-main .item-head i{
        margin-right: 8px;
    }
    .abb2-main .item-text{
        margin-top: 15px;
        display: none;
    }
    .about-block3{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width:767px) and (min-width:414px){
    .abb4-left .swiper-container{
        height: 267px;
    }
}
@media (max-width:414px) {
    .abb4-left .swiper-container{
        height: 250px;
    }
}




.tmb1-left{
    width: 605px;
    float: left;
}

.tmb1-right{
    float: right;
}
.tmb1-right img{
    max-width: 100%;
}
.tmb1-left .pTit{
    text-align: left;
}
.tmb1-text{
    margin-top: 35px;
    font-size: 14px;
    line-height: 28px;
    color: #999999;
}
.tmb1-list {
    margin-top: 35px;
}
.tmb1-list ul{
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -20px;
}
.tmb1-list li{
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}
.tmb1-list .item{
    background: #f7f7f7 url(/skin/images/tmb1-left.png) no-repeat 0 top;
    width: 240px;
    height: 76px;
    text-align: center;
    line-height: 76px;
    font-size: 20px;
    color: #0073b9;
    font-weight: bold;
}
.tmb1-list .item span{
    display: block;
    width: 100%;
    height: 100%;
    background: url(/skin/images/tmb1-right.png) no-repeat right top;
}
.tmb1-bot {
    position: relative;
    margin-top: 70px;
}
.tmb1-item{
    padding-top: 87px;
    position: relative;
    overflow: hidden;
}
.tmb1-item .item-box{
     background: url(/skin/images/teamb2-bg.png) no-repeat center top;
     border-radius: 20px;
     padding: 60px 60px 60px 0;
     height: 535px;
     background-size: cover;
}
.tmb1-item .item-img{
    position: absolute;
    left: 30px;
    top: 0;
    z-index: 0;
}
.tmb1-item .item-info{
    width: 615px;
    float: right;
}

.tmb1-item .item-head{
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0;
}
.tmb1-item .tit{
    font-size: 44px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    margin-right: 35px;
    display: inline-block;
    vertical-align: baseline;
}
.tmb1-item .tip{
    font-size: 20px;
    color: #fff;
    font-style: italic;
    display: inline-block;
    vertical-align: baseline;
}
.tmb1-item .text{
    font-size: 14px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 30px;
}
.tmb1-item .font{
    margin-top: 40px;
    min-height: 70px;
}
.tmb1-item .font img{
    max-width: 100%;
}
.tmb1-item .item-btn{
    margin-top: 40px;
}
.tmb1-item .item-btn .btn{
    width: 180px;
}
.tmb1-item .item-ewm{
    position: absolute;
    bottom: 30px;
    right: 35px;
    text-align: center;
}
.tmb1-item  .item-ewm img{
    max-width: 100%;
}
.tmb1-item .item-ewm p{
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 15px;
}
.tmb1-dot {
    margin-top: 25px;
    text-align: center;
}
.tmb1-bot .swiper-pagination-bullet{
    width: 12px;
	height: 12px;
    background-color: #e6e6e6;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 1;
    outline: unset;
}
.tmb1-bot .swiper-pagination-bullet-active{
    background-color: #0073b9;
}
.tmb1-prev,.tmb1-next{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 80px;
    transition: 0.36s;
    z-index: 20;
    outline: unset;
}
.tmb1-prev{
    left: 0;
	background: #2b3544 url(/skin/images/teamb2-prev.png) no-repeat center center;
	border-radius: 0px 10px 10px 0px;
}
.tmb1-next{
    right: 0;
	background: #2b3544 url(/skin/images/teamb2-next.png) no-repeat center center;
	border-radius: 10px 0px 0px 10px;
}
.tmb1-prev:hover,.tmb1-next:hover{
    background-color: #0073b9;
}
@media (max-width:1240px){
    .tmb1-left{
        width: 470px;
    }
    .tmb1-list .item{
        width: 225px;
    }
    .tmb1-item .item-box{
        padding: 40px 40px 0 0;
    }
    .tmb1-item .item-info{
        width: 435px;
    }
    .tmb1-item .item-img{
        left: 15px;
    }
    .tmb1-item .item-head{
        padding-bottom: 15px;
    }
    .tmb1-item .text{
        margin-top: 15px;
    }
    .tmb1-item .font{
        margin-top: 20px;
    }
}
@media (max-width:992px){
    .tmb1-item .text{
        /* display: none; */
    }
    
    .tmb1-item{
        padding-top: 0;
    }
    .tmb1-item .item-box{

    }
    .tmb1-item .item-head{
        padding-bottom: 30px;
    }
    .tmb1-item .item-img{
        width: 400px;
        top: unset;
    }
    .tmb1-item .item-img img{
        max-width: 100%;
    }
    .tmb1-item .item-info{
        width: 265px;
    }

    .tmb1-left{
        float: unset;
        width: 100%;
    }
    .tmb1-right{
        float: unset;
        text-align: center;
        margin-top: 20px;
    }
    .tmb1-bot{
        margin-top: 40px;
    }

    .tmb1-item .item-ewm{
        right: 20px;
        bottom: 20px;
    }
    .tmb1-item .tit{
        font-size: 32px;
        margin-top: 0;
        display: block;
        margin-top: 15px;
    }
    .tmb1-item .tip{
        font-size: 16px;
        display: block;
        margin-top: 20px;
    }
    .tmb1-item .item-btn .btn{
        width: 140px;
    }
}
@media (max-width:767px){
    .tmb1-text{
        margin-top: 20px;
    }
    .tmb1-list{
        margin-top: 20px;
    }
    .tmb1-list li{
        width: 50%;
    }
    .tmb1-list .item{
        width: 100%;
        font-size: 18px;
    }
    .tmb1-item{
        padding-top: 87px;
        height: 100%;
    }
    .tmb1-item .item-box{
        padding: 0 30px 30px;
        height: 610px;
    }
    .tmb1-item .item-img{
        position: relative;
        width: 100%;
        left: unset;
        text-align: center;
        top: 0;
        margin-top: -87px;
        height: 310px;
        overflow: hidden;
    }
    .tmb1-item .item-info{
        float: unset;
        width: 100%;
        margin-top: 20px;
    }
    .tmb1-item .item-head{
        padding-bottom: 15px;
    }
    .tmb1-item .tit{
        font-size: 24px;
        margin-top: 0;
        display: block;
    }
    .tmb1-item .tip{
        font-size: 16px;
        display: block;
        margin-top: 10px;
    }
    .tmb1-item .font{
        min-height: unset;
    }
    .tmb1-item .item-btn{
        margin-top: 30px;
    }
    .tmb1-item .item-btn .btn{
        width: 100%;
    }
    .tmb1-item .item-ewm{
        position: unset;
        margin: 20px auto 0;
        display: none;
    }
}


.tmb2-main{
    margin-top: 15px;
}
.tmb2-main .item-main{
    margin-left: -10px;
    margin-right: -10px;
}
.tmb2-main .item-box{
    width: 33.33%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.tmb2-main .item{
    background-color: #fff;
    height: 166px;
    padding: 45px 40px 0;
    text-align: center;
    margin-top: 20px;
}
.tmb2-main .item-head{
    font-size: 0;
}
.tmb2-main i{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
.tmb2-main .tit{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
.tmb2-main .item-text{
    font-size: 14px;
    color: #666666;
    margin-top: 25px;
}

.tmb2-main .ico1{
    background: url(/skin/images/tmb3-ico1.png) no-repeat center center;
}
.tmb2-main .ico2{
    background: url(/skin/images/tmb3-ico2.png) no-repeat center center;
}
.tmb2-main .ico3{
    background: url(/skin/images/tmb3-ico3.png) no-repeat center center;
}

@media (max-width:1240px){
    .tmb2-main .item{
        padding-top: 35px;
    }
    .tmb2-main .item{
        padding: 30px 30px 0;
    }
   
}
@media (max-width:992px){
    .tmb2-main .item{
        padding-left: 15px;
        padding-right: 15px;
    }
    .tmb2-main .tit{
        font-size: 18px;
    }
}
@media (max-width:767px){
    .tmb2-main .item-box{
        width: 100%;
    }
    .tmb2-main .item{
        height: unset;
        padding: 15px 5px;
        margin-top: 10px;
    }
    .tmb2-main .item-text{
        margin-top: 10px;
    }
}


.vdlist-bot{
    margin-top: 40px;
    padding: 45px 50px;
    background: url(/skin/images/vdlist-botbg.jpg) no-repeat right top;
    background-size: cover;
}
.vdlist-bot .text{
    width: 80%;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}
.vdlist-bot  .text em{
    font-weight: bold;
}
.vdlist-bot .item-num{
    margin-top: 30px;
}
.vdlist-bot .item-num .item{
    float: left;
    margin-left: 35px;
    padding-left: 35px;
    background: url(/skin/images/aldfw-b1line.png) no-repeat 0 center;
    font-size: 16px;
    color: #666666;
    text-align: center;
}
.vdlist-bot .item-num .item:first-child{
    padding-left: 0;
    margin-left: 0;
    background: unset;
}
.vdlist-bot .num{
    font-size: 38px;
    color: #0073b9;
    font-weight: 900;
    margin-bottom: 15px;
}

@media (max-width:992px){
    .vdlist-bot{
        padding: 30px;
    }
}
@media (max-width:767px){
    .vdlist-bot{
        padding: 30px 20px;
    }
    .vdlist-bot .text{
        width: 100%;
    }


    .vdlist-bot .item-num{
        margin-left: -20px;
        margin-right: -20px;
        margin-top: 20px;
    }
    .vdlist-bot  .item-num .item{
        padding-left: 0;
        margin-left: 0;
        width: 33.33%;
        font-size: 12px;
        line-height: 1.4;
    }
    .vdlist-bot .num{
        font-size: 28px;
        margin-bottom: 5px;
    }
}

.search-page .news-class{
    margin-bottom: 30px;
}
@media (max-width:767px){
    
}



.cont-block3 video{
    width: 100%;
    display: block;
}

/* .cont-block3 video{
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    z-index: -9999;
} */
/* @media (min-width: 1920px){
    .cont-block3 video{
        width: 100%;
    }
}
@media (max-width: 1920px){
    .cont-block3 video{
        width: unset;
    }
} */

@media (max-width: 992px){
    .cont-block3 + .page-relate{
        background-color: #0073b9 !important;
    }
    .cont-block3 + .page-relate .rTitText{
        color: #fff;
        background-image: url(/skin/images/edittit-wline.png);
    }
    .cont-block3 + .page-relate .rTitMore{
        color: #fff;
    }
} 

  .h_phone {
    font-size: 16px;
}
  .h_phone {
    height: 35px;
    line-height: 35px;
    float: left;
    color: #febb5b;
    font-size: 20px;
    padding-left: 44px;
    background: url(/images/tel.png) no-repeat left;
}
.hn-dh{
    float:left;
}
.hn-dh {
    float: left;
    position: relative;
    top: 30px;
}

.ftdhhz{
    display: flex;color: #fff;font-size: 14px;justify-content: space-between;    width: 63%;
    max-width: 1000px;
}
.ftdhhz .ewm img{
    height: 110px;display: block;margin: 0 auto
}
.ftdhhz p{
    text-align: center;
    padding-top: 5px;
}
.ewm{
    display: flex;
}
.ewm >div{
    margin: 0 15px;
}
.dbdh{
        font-weight: bold;
    font-size: 25px;
    margin-right: 30px;
}
 .h_rt .h_phone font {
    padding-left: 5px;
    line-height: 35px;
    color: #999;
    font-size: 14px;
}
@media (max-width: 992px){
    .ftdhhz{
        display: none;
    }
}

.wsc-Nav.cur{
    position: fixed;top: 0;left: 0;width: 100%;background: rgba(0,0,0,.4);
}
.wsc-Nav{
    transition: all 0.4s ease;
}

.noBan-nav .wsc-Nav.cur{
    position: relative;
    background: rgba(255,255,255,.4);
}

.bnn{
        height: 100vh;
    position: absolute;
    z-index: 0;
    top: 0;width: 100%;
}
.bnn .swiper-slide{
    background-position: center;background-size: cover;
}
@media (max-width: 992px){
.bnn{
    height: 66vh
}
}


.pagelist{text-align: center;padding: 30px 0;}
.pagelist li{
  display: inline-block;vertical-align: middle;
}
.pagelist a{
  border: 1px solid #e6e6e6;font-size: 13px;
  padding: 5px 10px;
display: inline-block;
background: #fff;line-height: normal;
color: #666666;
cursor: pointer;
text-decoration: none;
}
.pagelist li:hover a{
  background: #0073b9;
  color: #fff;
}
.pagelist .thisclass a{
background: #0073b9;
  color: #fff;
}
.pagelist .thisclass {
background: #0073b9;
  color: #fff;
}
.pagelist  select{
        width: 52px!important;
    height: 27px;
    display: block;
    text-align: center;
}