/*业务聚合*/
.banPro {
    padding: 55px 0;
    background: url("../images/banner-products.png") no-repeat center top;
    border-radius: 30px;
    background-size: cover;
}
.banPro-main {
    margin-top: 35px;
}
.banPro-main .row {
    margin-left: -0.5px;
    margin-right: -0.5px;
    margin-top: -1px;
}
.banPro-main [class^="col-"] {
    padding-left: 0.5px;
    padding-right: 0.5px;
    margin-top: 1px;
}
.banPro-list {
    display: block;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.2);
    text-align: center;
    padding: 40px 0 36px;
/*    transition: all 0.8s ease;*/
}
.banPro-list span {
    display: block;
    height: 37px;
    background-size: contain;
}
.banPro-tit {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 13px;
}
.banPro-icon1 {
    background: url("../images/banpro-icon1.png") no-repeat center;
}
.banPro-icon2 {
    background: url("../images/banpro-icon2.png") no-repeat center;
}
.banPro-icon3 {
    background: url("../images/banpro-icon3.png") no-repeat center;
}
.banPro-icon4 {
    background: url("../images/banpro-icon4.png") no-repeat center;
}
.banPro-icon5 {
    background: url("../images/banpro-icon5.png") no-repeat center;
}
.banPro-icon6 {
    background: url("../images/banpro-icon6.png") no-repeat center;
}
.banPro-icon7 {
    background: url("../images/banpro-icon7.png") no-repeat center;
}
.banPro-icon8 {
    background: url("../images/banpro-icon8.png") no-repeat center;
}
.banPro-icon9 {
    background: url("../images/banpro-icon9.png") no-repeat center;
}
.banPro-icon10 {
    background: url("../images/banpro-icon10.png") no-repeat center;
}
.banPro-icon11 {
    background: url("../images/banpro-icon11.png") no-repeat center;
}
.banPro-icon12 {
    background: url("../images/banpro-icon12.png") no-repeat center;
}
@media (min-width: 768px){
    .banPro-list:hover {
        -webkit-transform: rotateY( 360deg);
        -webkit-transition: -webkit-transform 1s ease-in;
    }
   /* @-webkit-keyframes scale-360 {
        0% {
            transform: rotateY(0deg);
        }
        50%{
            transform: rotateY(180deg);
        }
        100% {
            transform: rotateY(360deg);
        }
    }*/


}
@media (max-width:767px){
    .banPro {
        padding: 25px 0;
    }
    .banPro-main {
        margin-top: 15px;
    }
    .banPro-list {
        padding: 15px 0 10px;
    }
    .banPro-tit {
        font-size: 12px;
        margin-top: 8px;
    }
    .banPro-list span {
        height: 22px;
        background-size: contain;
    }
}
.proh-top {
    margin-top: 25px;
}
.proh-top [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.proh-top .row {
    margin-left: 0;
    margin-right: 0;
}
.phtop-list {
    background-color: #466dd5;
}
.phtop-ev {
    float: left;
    width: 50%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    font-size: 16px;
    line-height: 78px;
    color: #ffffff;
    transition: 0.3s;
}
.phtop-ev span {
    padding-left: 27px;
    display: inline-block;
}
.phtop-icon1 {
    background: url("../images/phtop-icon1.png") no-repeat left center;
}
.phtop-icon2 {
    background: url("../images/phtop-icon2.png") no-repeat left center;
}
.phtop-icon3 {
    background: url("../images/phtop-icon3.png") no-repeat left center;
}
.phtop-icon4 {
    background: url("../images/phtop-icon4.png") no-repeat left center;
}
.phtop-item {
    display: block;
    position: relative;
    height: 159px;
}
.phtop-item img {
    width: 100%;
    height: 100%;
}
.phtop-info {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 25px 40px 30px;
    top: 0;
    left: 0;
}
.phtop-tit {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #323f64;
}
.phtop-text {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #455c87;
    margin-top: 8px;
}
.phtop-link {
    width: 60px;
    height: 24px;
    border-radius: 12px;
    margin-top: 16px;
    background: #466dd5 url("../images/jt-white15.png") no-repeat center;
}
@media (max-width: 992px) and (min-width: 768px){
    .phtop-ev {
        font-size: 14px;
    }
}
@media (max-width: 767px){
    .phtop-ev {
        font-size: 14px;
        line-height: 52px;
    }
    .proh-top [class^="col-"] {
        padding-left: 1px;
        padding-right: 1px;
    }
    .proh-top .row {
        margin-left: -1px;
        margin-right: -1px;
    }
}
@media (min-width: 767px){
    .phtop-ev:hover {
        background-color: #20429d;
        color: #ffffff;
    }
}




.proh-main {
   padding: 60px 0 80px;
}
.wsc-pro .list-item {
    border: 0;
    transition: 0.36s;
    background-color: #f3f5f8;
}
.wsc-pro .list-img img {
    transition: 0.36s;
}
.wsc-pro .list-info {
    padding: 36px 40px 40px;
    border-top: 0;
}
.wsc-pro .list-tit {
    font-size: 20px;
    color: #323f64;
    height: 24px;
    -webkit-line-clamp: 1;
    font-weight: bold;
}
.wsc-pro .list-text {
    font-size: 14px;
    line-height: 24px;
    color: #455c87;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 18px;
}
.wsc-pro .list-btn {
    margin-top: 25px;
}
.wsc-pro .list-btn .btn {
    width: 200px;
}
@media (max-width: 767px){
    .wsc-pro .list-info {
        padding: 15px 15px;
    }
    .wsc-pro .list-tit {
        font-size: 15px;
        height: 20px;
        line-height: 20px;
    }
    .wsc-pro .list-text {
        margin-top: 8px;
        font-size: 12px;
        height: 60px;
        line-height: 20px;
    }
    .wsc-pro .list-btn {
        margin-top: 12px;
    }
    .wsc-pro .list-btn .btn {
        width: 100%;
        height: 30px;
        line-height: 18px;
        font-size: 12px;
    }
    .proh-main {
        padding: 30px 0;
    }
}
@media (min-width: 767px){
    .wsc-pro .list-img:hover img {
        transform: scale(1.08);
    }
}

.plate-page {
    padding: 60px 0;
}
.ph-mes {
    background: url(../images/ph-mes.jpg) no-repeat center top;
    background-size: cover;
    padding: 45px 80px;
}
.ph-mes-tit {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    color: #ffffff;
}
.ph-mes-btn {
    margin-top: 25px;
}
.ph-mes-btn .btn {
    width: 200px;
    margin-left: 15px;
}
.ph-mes-btn .btn:first-child {
    margin-left: 0;
}
@media (max-width: 767px){
    .ph-mes {
        padding: 20px 25px;
    }
    .ph-mes-tit {
        font-size: 16px;
        line-height: 28px;
    }
    .ph-mes-btn {
        margin-top: 20px;
    }
    .plate-page {
        padding: 30px 0;
    }
}

/*业务详情*/
.pd-top {
    padding: 15px 0 75px;
    margin-top: 0;
}
.pd-img .carousel-inner {
    height: 387px;
    background-color: #f8fafd;
    border: solid 1px #e8eaf2;
}
.pd-img .carousel-inner .item {
    height: 100%;
}
.pd-img .carousel-inner > .item > img, .pd-img .carousel-inner > .item > a > img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.pd-img .carousel-control {
    width: 52px;
    height: 68px;
    margin: auto;
    z-index: 10;
    opacity: 1;
    transition: 0.3s;
}
.pd-img .carousel-control.right {
    right: 0px;
    background: url(../images/pd-next.png) no-repeat center center;
}
.pd-img .carousel-control.left {
    left: 0px;
    background: url(../images/pd-prev.png) no-repeat center center;
}
.pd-img .carousel-indicators {
    font-size: 0;
}
.pd-img .carousel-indicators li {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    padding: 0;
    border: 1px solid #8eadd2;
    border-radius: 50%;
}
.pd-img .carousel-indicators .active {
    background-color: #325ccd;
    border-color: #325ccd;
}
.pd-info {
    padding: 0 40px 0 20px;
}
.d-tit {
    font-size: 32px;
    line-height: 42px;
    color: #323f64;
    margin-top: 20px;
}
.pd-intro {
    font-size: 14px;
    line-height: 24px;
    height: 120px;
    overflow: hidden;
    letter-spacing: 1px;
    color: #455c87;
    margin-top: 30px;
}
.pd-btn {
    font-size: 0;
}
.pd-btn .btn {
    width: 200px;
    margin-left: 10px;
}
.pd-btn .btn:first-child {
    margin-left: 0;
}
.pd-def {
    margin-top: 70px;
    border-top: 1px solid #d6dce9;
    border-bottom: 1px solid #d6dce9;
    height: 58px;
    line-height: 58px;
    font-size: 0;
}
.pd-ev {
    font-size: 16px;
    letter-spacing: 1px;
    color: #455c87;
    display: inline-block;
    vertical-align: middle;
    margin-left: 28px;
    padding-left: 28px;
    background: url("../images/pd-ev-line.png") no-repeat left center;
}
.pd-ev:first-child {
    padding-left: 0;
    margin-left: 0;
    background: none;
}
.pd-ev span {
    padding-left: 29px;
}
.pd-icon1 {
    background: url("../images/pd-icon1.png") no-repeat left center;
}
.pd-icon2 {
    background: url("../images/pd-icon2.png") no-repeat left center;
}
.pd-icon3 {
    background: url("../images/pd-icon3.png") no-repeat left center;
}
@media (max-width: 1240px) and (min-width: 992px){
    .pd-btn .btn {
        width: 190px;
    }
}
@media (max-width: 992px) and (min-width: 768px){
    .pd-info {
        padding: 0;
    }
}
@media (max-width: 767px){
    .pd-info {
        padding: 0;
    }
}
@media (min-width: 767px){
    .pd-img .carousel-control.left:hover {
        background-image: url("../images/pd-prevh.png");
    }
    .pd-img .carousel-control.right:hover {
        background-image: url("../images/pd-nexth.png");
    }
    .pd-info {
        padding: 0;
    }
}


.det-main {
    background-color: #f8fafd;
    border-top: 5px solid #eaeef4;
    padding-bottom: 80px;
}
.pd-main {
    margin-top: 60px;
    padding-top: 0;
    padding-bottom: 0;
}
.pd-main .layout-content {
    background-color: #ffffff;
    box-shadow: 0px 0px 23px 0px
    rgba(204, 204, 204, 0.2);
    padding: 50px 40px 40px;
}
.side-class {
    padding: 20px 30px 30px;
    box-shadow: 0px 0px 23px 0px
    rgba(204, 204, 204, 0.2);
    border-top: 5px solid #eaeef4;
    background-color: #ffffff;
    height: auto;
}
.side-class .tit {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 1px;
    color: #323f64;
}
.pd-class {
    margin-top: 20px;
}
.pd-class .wsc-classCon {
    padding: 0;
}
.pd-main ul {
    position: unset !important;
}
.pd-class li {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #455c87;
    background: url("../images/pd-nav.png") no-repeat 3px center;
    padding-left: 20px;
    position: relative;
    transition: 0.36s;
}
.pd-class li:first-child {
    background: url("../images/pd-navf.png") no-repeat 3px bottom;
}
.pd-class li:last-child {
    background: url("../images/pd-navl.png") no-repeat 3px top;
}
.pd-class li span {
    width: 13px;
    height: 9px;
    position: absolute;
    left: 0;
    background: url("../images/pd-nav-active.png") no-repeat left center;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
    transition: 0.36s;
}
.pd-class .active,.pd-class li:hover {
    color: #5473c5;
}
.pd-class .active span,.pd-class li:hover span {
    display: block;
}



.side-form {
    margin-top: 20px;
    padding: 20px 30px 40px;
    background-color: #ffffff;
    box-shadow: 0px 0px 23px 0px
    rgba(204, 204, 204, 0.2);
    border-top: 5px solid #eaeef4;
}
.side-form .tit {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 1px;
    color: #323f64;
}

.side-form-box {
    margin-top: 20px;
}
.side-form-box .form-main {
    margin-top: 0;
}
.side-form-box .fm-row {
    margin: 0;
    margin-bottom: 10px;
}
.side-form-box label {
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 14px;
    color: #455c87;
    line-height: 16px;
}
.side-form-box .form-control {
    height: 40px;
    padding: 6px 12px;
    background-color: #f8fafd;
    border: solid 1px #eaeef4;
    border-radius: 0;
    box-shadow: none;
}
.side-form-box sup {
    color: #ff3d00;
}
.side-form-box .fm-btn {
    margin-top: 20px;
}
.side-form-box .fm-btn .btn {
    width: 100%;
    background-color: #325ccd;
    color: #ffffff;
    border-radius: 3px;
}
.side-form-btn .btn {
    width: 100%;
}
.pd-main .d-content {
    margin-top: 0;
}
.wsc-edit {
    font-size: 14px;
    color: #455c87;
    margin-top: 40px;
}
.wsc-edit a {
    color: #325ccd;
}
.wsc-editTit {
    line-height: 24px;
    color: #323f64;
    padding-left: 15px;
    background: url(../images/edittit-line.png) no-repeat 0 center;
}
.wsc-edit table {
    width: 100%!important;
}
.wsc-edit tr:nth-child(odd) {
    background-color: #eaeef4;
}
.wsc-edit tr:nth-child(even) {
    background-color: #f8fafd;
}
.wsc-edit td {
    height: 60px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #455c87;
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
}
.plate-edit {
    margin-top: 40px;
}
.pds-box {
    background: #f0f5fd;
}
.pds-info {
    float: left;
    width: 350px;
    padding: 50px 0 60px 50px;
}
.pds-tit {
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #323f64;
    font-weight: bold;
}
.pdsTit {
    font-size: 18px;
    line-height: 24px;
    color: #333f64;
    margin-top: 16px;
}
.pds-text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #455c87;
    margin-top: 20px;
}
.pds-pic {
    float: right;
}
.pds-pic img {

}
.pds-main {
    margin-top: 1px;
}
.pds-item {
    margin: 0 -0.5px;
}
.pds-logo {
    float: left;
    width: 33.33%;
    padding: 0 0.5px;
}
.pds-def {
    background-color: #f0f5fd;
    text-align: center;
    padding: 34px 0 16px;
}
.pds-nam {
    margin-top: 12px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #333f64;
    opacity: 0.7;
}
.pds-def span {
    display: block;
    height: 41px;
}
.pds-icon1 {
    background: url(../images/inb1-icon1.png) no-repeat center;
}
.pds-icon2 {
    background: url(../images/inb1-icon2.png) no-repeat center;
}
.pds-icon3 {
    background: url(../images/inb1-icon3.png) no-repeat center;
}
.pds-cont {
    margin-top: 20px;
}
.pds-cont .row {
    margin-left: -5px;
    margin-right: -5px;
}
.pds-cont [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.pds-list {
    background-color: #f0f5fd;
    padding: 15px;
}
.pds-img img {
    width: 100%;
}
.pds-title {
    font-size: 14px;
    line-height: 26px;
    color: #455c87;
    margin-top: 15px;
}
.pd-mes {
    margin-top: 60px;
}
.pd-mes .ph-mes-info {
    width: 660px;
}
.ph-mes-text {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 15px;
}
.ph-mes-btn {
    font-size: 0;
}
@media (max-width: 1240px) and (min-width: 992px){
    .pds-info {
        width: 290px;
        padding: 35px 0 30px 30px;
    }
    .pdsTit {
        margin-top: 10px;
    }
    .pds-text {
        line-height: 23px;
        margin-top: 15px;
    }
    .pds-pic {
        width: 390px;
        margin-right: -60px;
    }
    .pds-pic img {
        width: 100%;
        margin-left: -60px;
    }
    .side-class {
        padding: 20px 20px 20px;
    }
    .pd-class {
        margin-top: 10px;
    }
    .side-form {
        padding: 20px 20px 30px;
    }
}

@media (max-width: 991px){
    .pd-img .carousel-inner > .item > img, .pd-img .carousel-inner > .item > a > img {
        position: unset;
    }
    .pd-img .carousel-inner {
        height: unset;
    }
    .pds-info {
        width: 290px;
        padding: 35px 0 30px 30px;
    }
    .pdsTit {
        margin-top: 10px;
    }
    .pds-text {
        line-height: 23px;
        margin-top: 15px;
    }
    .pds-pic {
        width: 390px;
        margin-right: -60px;
    }
    .pds-pic img {
        width: 100%;
        margin-left: -60px;
    }
    .d-tit {
        font-size: 22px;
        line-height: 34px;
    }
    .pd-intro {
        margin-top: 20px;
        padding-bottom: 15px;
        height: auto;
    }
    .pd-def {
        margin-top: 30px;
    }
    .pds-info {
        width: 300px;
    }
    .pd-mes {
        margin-top: 30px;
    }
    .pd-mes .ph-mes-info {
        width:auto;
    }
    .ph-mes-btn .btn {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    .ph-mes-btn .btn:first-child {
        margin-top: 0;
    }
}
@media (max-width: 767px){
    .d-tit {
        font-size: 20px;
        line-height: 28px;
    }
    .pd-intro {
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .pd-btn .btn {
        width: 48%;
    }
    .pd-btn .btn-ffftel {
        font-size: 16px;
    }
    .pd-def {
        margin-top: 20px;
        height: 38px;
        line-height: 38px;
    }
    .pd-ev {
        font-size: 14px;
        letter-spacing: 0;
        margin-left: 20px;
        padding-left: 20px;
    }
    .pd-ev span {
        display: inline-block;
    }
    .pd-top {
        padding: 15px 0 30px;
    }
    .pd-main {
        margin-top: 30px;
    }
    .pd-main .layout-content {
        padding: 20px 15px 15px;
    }
    .wsc-editTit {
        font-size: 18px;
        padding-left: 12px;
    }
    .wsc-edit {
        margin-top: 20px;
    }
    .plate-edit {
        margin-top: 20px;
    }
    .pds-box {
        padding: 20px 0 0 20px;
    }
    .pds-info {
        width: auto;
        float: none;
        padding: 0;
        padding-right: 20px;
    }
    .pds-pic {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }
    .pds-pic img {
        margin-left: 0;
    }
    .pds-tit {
        font-size: 20px;
        letter-spacing: 0;
    }
    .pdsTit {
        font-size: 14px;
        margin-top: 6px;
    }
    .pds-text {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
    }
    .pds-nam {
        display: none;
    }
    .pds-def {
        padding: 20px 0;
    }
    .pds-cont {
        margin-top: 10px;
    }
    .pds-list {
        padding: 10px;
    }
    .pds-title {
        margin-top: 10px;
    }
    .det-main {
        padding-bottom: 30px;
    }
    .ph-mes-text {
        font-size: 13px;
    }

}
@media (min-width: 767px){
    .side-form-box .form-control:focus {
        border-color: rgb(230, 232, 237);
        background-color: rgb(251, 252, 253);
    }
}
/*案例列表*/
.cl-cont {
    padding: 25px 0 80px;
}
.banCase {
    padding: 107px 0 87px;
    background: url("../images/banner-case.png") no-repeat center;
    border-radius: 30px;
    background-size: cover;
}
.banBtn {
    margin-top: 40px;
    font-size: 0;
}
.banBtn .btn {
    width: 160px;
    margin-left: 10px;
}
.banBtn .btn:first-child {
    margin-left: 0;
}
.caseList .wsc-class {
    background-color: #f8fafd;
    border: 0;
    border-top: 5px solid #eaeef4;
    border-radius: 0;
}
.sb-Tit {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 1px;
    color: #323f64;
}
.caseList .wsc-classCon {
    padding: 20px 30px 0;
}
.caseList .classItemCon {
    margin-top: 10px;
    padding: 0;
    border-bottom:0;
}
.caseList .classItemCon li {
    border-top: 1px solid #eaeef4;
}
.caseList .classItemCon li:first-child {
    border-top: 0;
}
.caseList .classItemCon a {
    line-height: 24px;
    padding: 13px 0;
    color: #455c87;
    background: url("../images/arr-grey6.png") no-repeat right center;
}
.caseList .classItemCon .active a, .caseList .classItemCon a:hover {
    color: #325ccd;
    background: url("../images/arr-blue6.png") no-repeat right center;
}
.wsc-check {
    border-top: 2px solid #eaeef4;
    background-color: #f8fafd;
    padding: 30px;
}
.check-box {
    margin-top: 20px;
}
.check-item {
    margin-top: -10px;
}
.check-list {
    font-size: 14px;
    color: #455c87;
    line-height: 24px;
    float: left;
    width: 50%;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 10px;
}
.check-list a {
    display: inline-block;
    padding-left: 23px;
    background: url(../images/sel-check.png) no-repeat 0 center;
}
.check-list.active a {
    background-image: url("../images/sel-checkh.png");
}
.wsc-mes {
    margin-top: 20px;
    background-color: #f8fafd;
    border-top: 5px solid #eaeef4;
    padding: 20px 30px 40px;
}
.wsc-mes .item {
    border-bottom: 1px solid #eaeef4;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.wsc-mes .tit {
    font-size: 14px;
    line-height: 30px;
    color: #455c87;
}
.wsc-mes .num {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #323f64;
}
.wsc-mes-btn p {
    font-size: 14px;
    line-height: 30px;
    color: #455c87;
}
.wsc-mes-btn .btn {
    margin-top: 10px;
    width: 100%;
}
.list-search {
    background-color: #f8fafd;
    border-top: 5px solid #eaeef4;
    padding: 30px 50px 35px;
}
.list-search .wsc-search {
    margin-bottom: 0;
}
.list-search .input-group {
    display: flex;
}
.list-search .wsc-search .form-control {
    border-color: #e2e6ee;
    box-shadow: unset;
    border-radius: 20px;
    padding-left: 24px;
    padding-right: 45px;
}
.list-search .wsc-search .input-group-btn {
    position: absolute;
    right: 0;
    width: 45px;
    z-index: 3;
}
.list-search .wsc-search .input-group-btn .btn {
    padding-left: 0;
    padding-right: 0;
    transition: 0.36s;
    background-color: transparent;
    line-height: 26px;
}
.list-search .wsc-search .input-group-btn span {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    background: url(../images/search-icon.png) no-repeat center center;
}
.cl-main {
    margin-top: 38px;
}
.cl-tit {
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 1px;
    color: #323f64;
}
.list-case .list-style2 .media {
    border: solid 1px #e6e8ed;
}
.list-case .list-style2-1 .media-left a {
    width: 380px;
}
.list-case .list-style2 .media-left {
    padding-right: 38px;
}
.list-case .list-style2 .media-heading {
    margin-top: 35px;
    line-height: 24px;
    height: 24px;
    -webkit-line-clamp: 1;
}
.list-case .list-style2 .media-text {
    margin-top: 15px;
    color: #455c87;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.list-case .list-style2 .media-text p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.list-case .list-style2 .media-text p span {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border: solid 1px #95a4b4;
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 6px;
}
.media-btn {
    margin-top: 36px;
    font-size: 0;
}
.media-btn .btn {
    width: 160px;
    margin-left: 10px;
}
.media-btn .btn:first-child {
    margin-left: 0;
}
.list-case .no-ke {
    background: url(../images/b06af54a6f1a4223a5c50214790ec4f0.gif) no-repeat center;
    padding: 60px 0;
}
.list-case .no-ke span {
    color: #455c87;
    font-size: 14px;
    text-align: center;
    display: block;
    margin-top: 120px;
}


@media (max-width: 1240px) and (min-width: 992px){
    .caseList .wsc-classCon {
        padding: 20px 20px 0;
    }
    .wsc-check {
        padding: 20px;
    }
    .wsc-mes {
        padding: 20px 20px 30px;
    }
    .list-case .list-style2-1 .media-left a {
        width: 280px;
    }
    .list-case .list-style2 .media-left {
        padding-right: 30px;
    }
    .list-case .list-style2 .media-heading {
        margin-top: 20px;
    }
    .list-case .list-style2 .media-text {
        margin-top: 10px;
    }
    .media-btn {
        margin-top: 20px;
    }
}
@media (max-width: 992px) and (min-width: 768px){
    .caseList .wsc-class {
        margin-bottom: 0;
    }
    .caseList .classItemCon {
        background-color: transparent;
        padding-bottom: 10px;
    }
    .caseList .classItemCon li {
        border-top: 0;
        width: 20%;
    }
    .caseList .classItemCon a {
        text-align: left;
        padding: 0;
        height: auto;
        background: none;
    }
    .caseList .classItemCon a span {
        display: inline-block;
        padding-right: 15px;
        background: url(../images/arr-grey6.png) no-repeat right center;
    }
    .caseList .classItemCon .active a, .caseList .classItemCon a:hover {
        color: #325ccd;
        background-image: none;
    }
    .caseList .classItemCon .active a span, .caseList .classItemCon a:hover span {
        background-image: url("../images/arr-blue6.png");
    }
    .wsc-check {
        padding: 20px 30px;
    }
    .check-list {
        width: 20%;
    }
    .wsc-mes {
        display: none;
    }
    .list-search {
        display: none;
    }
    .list-case .list-style2-1 .media-left a {
        width: 280px;
    }
    .list-case .list-style2 .media-left {
        padding-right: 30px;
    }
    .list-case .list-style2 .media-heading {
        margin-top: 20px;
    }
    .list-case .list-style2 .media-text {
        margin-top: 10px;
    }
    .media-btn {
        margin-top: 20px;
    }

}


@media (max-width: 767px){
    .banCase {
        padding: 40px 0 30px;
        border-radius: 15px;
    }
    .banBtn {
        margin-top: 20px;
    }
    .banBtn .btn {
        width: 48%;
    }
    .caseList .wsc-classCon {
        padding: 10px 15px 0;
    }
    .sb-Tit {
        font-size: 16px;
        letter-spacing: 0;
    }
    .caseList .wsc-class {
        margin-bottom: 0;
    }
    .caseList .classItemCon {
        background-color: transparent;
        padding-bottom: 10px;
    }
    .caseList .classItemCon li {
        border-top: 0;
        width: 33.33%;
    }
    .caseList .classItemCon a {
        text-align: left;
        padding: 0;
        height: auto;
        background: none!important;
    }
    .caseList .classItemCon .active a {
        color: #325ccd;
        background-image: none;
    }
    .wsc-check {
        padding: 10px 15px;
    }
    .check-box {
        margin-top: 10px;
    }
    .check-item {
        margin-top: -5px;
    }
    .check-list {
        width: 25%;
        font-size: 12px;
        margin-top: 5px;
    }
    .check-list a {
        padding-left: 17px;
    }
    .wsc-mes {
        display: none;
    }
    .list-search {
        display: none;
    }
    .cl-main {
        margin-top: 20px;
    }
    .cl-cont {
        padding: 10px 0 30px;
    }
    .cl-tit {
        font-size: 18px;
        letter-spacing: 0;
    }
    .list-case .list-style2-1 .media-left a {
        width: 140px;
    }
    .list-case .list-style2 .media-left {
        padding-right: 15px;
    }
    .list-case .list-style2 .media-heading {
        margin-top: 10px;
    }
    .list-case .list-style2 .media-text {
        margin-top: 0;
    }
    .media-btn {
        display: none;
    }
    .list-case .list-style2 .media-text {
        margin-top: 3px;
        font-size: 12px;
        line-height: 20px;
    }
    .list-case .no-ke {
        padding: 20px 0;
    }
}
@media (min-width: 767px){
    .list-style2 .media-left img {
        transition: 0.36s;
    }
    .list-case .list-style2-1 .media-left a {
        overflow: hidden;
    }
    .list-case .list-style2 .media:hover img {
        transform: scale(1.08);
    }
    .list-search .wsc-search .form-control:focus {
        border-color: rgb(230, 232, 237);
    }
    .list-search .wsc-search .input-group-btn:hover span {
        background-image: url("../images/search-iconh.png");
    }

}

/*案例详情*/
.cased-top {
    padding: 25px 0 80px;
}
.cased-top .d-tit {
    margin-top: 0;
}
.cased-top .row {
    margin: 0;
    margin-top: 35px;
    background-color: #f8fafd;
}
.cased-top [class^="col-"] {
     padding-left: 0;
     padding-right: 10px;
}
.cased-top .col-md-5 {
    padding-left: 10px;
    padding-right: 0;
}
.cased-img .carousel-inner {
    height: 510px;
    background-color: #f8fafd;
}
.cased-img .carousel-inner .item {
    height: 100%;
}
.cased-img .carousel-inner > .item > img, .cased-img .carousel-inner > .item > a > img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.cased-img .carousel-indicators {
    font-size: 0;
}
.cased-img .carousel-indicators li {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    padding: 0;
    border: 1px solid #8eadd2;
    border-radius: 50%;
}
.cased-img .carousel-indicators li.active {
    background: #157AFF;
    border-color: #157AFF;
}
.cased-img .carousel-control {
    width: 52px;
    height: 68px;
    margin: auto;
    z-index: 10;
    transition: 0.3s;
    opacity: 1;
}
.cased-img .carousel-control.left {
    left: 0px;
    background: url(../images/pd-prev.png) no-repeat center center;
}
.cased-img .carousel-control.right {
    right: 0px;
    background: url(../images/pd-next.png) no-repeat center center;
}
.cased-info {
    padding: 0 40px 0 30px;
}
.cased-info .d-ftit {
    font-size: 20px;
    margin-top: 58px;
    color: #323f64;
    font-weight: bold;
}
.cased-info .d-attr {
    margin-top: 28px;
    line-height: 30px;
    color: #455c87;
    letter-spacing: 1px;
}
.cased-info .d-attr p span {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border: solid 1px #95a4b4;
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 10px;
}
.cased-btn {
    margin-top: 40px;
    font-size: 0;
}
.cased-btn .btn {
    width: 200px;
    margin-left: 10px;
}
.cased-btn .btn:first-child {
    margin-left: 0;
}
.cased-main {
    background-color: #f8fafd;
    padding-bottom: 80px;
}
.cased-main .pdTab-box {
    height: 78px;
    background-color: #eef1f6;
}
.pdTab {
    height: 78px;
    background-color: #eef1f6;
}
.pdTab li {
    line-height: 78px;
    background: url("../images/cased-nav.png") no-repeat left center;
}
.pdTab li:first-child {
    background: none;
}
.pdTab li:first-child a {
    padding-left: 0;
}
.pdTab li a {
    color: #455c87;
    padding: 0 34px;
}
.pdTab li span {
    display: none;
}
.Tab-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 200px;
    height: 44px;
}
.Tab-btn .btn {
    width: 100%;
}
.cased-content {
    margin-top: 128px;
    background: #fff;
    padding: 40px;
    box-shadow: 0px 0px 6px rgba(235,235,235,0.5);
}
.cased-content .d-content {
    margin-top: 0;
}
.cased-pro .list-style2 .media {
    border: none;
    background-color: #f8fafd;
    padding: 30px 40px 30px 30px;
}
.cased-pro .list-style2 .media-left {
    padding-right: 40px;
}
.cased-pro .list-style2-1 .media-left a {
    width: 500px;
}
.cased-pro .list-style2 .media-heading {
    font-size: 32px;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
}
.cased-pro .list-style2 .media-text {
    margin-top: 30px;
}
.cased-pro .media-btn {
    margin-top: 40px;
}
.cased-pro .media-btn .btn {
    width: 200px;
}
@media (max-width: 1240px) and (min-width: 992px){
    .cased-info {
        padding: 0 20px 0 10px;
    }
    .cased-btn .btn {
        width: 170px;
    }
    .pdTab li a {
        padding: 0 30px;
    }
    .cased-pro .list-style2-1 .media-left a {
        width: 400px;
    }
    .cased-pro .list-style2 .media-left {
        padding-right: 30px;
    }
    .cased-pro .list-style2 .media {
        padding: 30px;
    }
    .cased-pro .media-btn .btn {
        width: 180px;
    }

}
@media (max-width: 991px){
    .cased-top .row {
        margin-top: 20px;
    }
    .cased-img .carousel-inner {
        height: unset;
    }
    .cased-img .carousel-inner > .item > img, .cased-img .carousel-inner > .item > a > img {
        position: unset;
    }
    .cased-top .col-md-5 {
        padding-left: 0;
        padding-right: 0;
    }
    .cased-top [class^="col-"] {
        padding-left: 0;
        padding-right: 0;
    }
    .cased-info .d-ftit {
        margin-top: 20px;
        font-size: 20px;
        line-height: 32px;
    }
    .cased-info .d-attr {
        margin-top: 15px;
        letter-spacing: 0;
    }
    .cased-btn {
        margin-top: 20px;
    }
    .cased-info {
        padding: 0 40px 30px 30px;
    }
    .pdTab li a {
        padding: 0 30px;
    }
    .cased-pro .list-style2 .media {
        padding: 25px;
    }
    .cased-pro .list-style2 .media-left {
        padding-right: 20px;
    }
    .cased-pro .list-style2-1 .media-left a {
        width: 260px;
    }
    .cased-pro .list-style2 .media-heading {
        font-size: 20px;
        margin-top: 0;
    }
    .cased-pro .list-style2 .media-text {
        margin-top: 10px;
    }
    .cased-pro .media-btn {
        margin-top: 15px;
    }
    .cased-pro .media-btn .btn {
        width: 150px;
    }

}
@media (max-width: 767px){
    .cased-info {
        padding: 0 20px 20px 20px;
    }
    .cased-info .d-ftit {
        margin-top: 15px;
        font-size: 18px;
    }
    .cased-info .d-attr {
        margin-top: 10px;
        font-size: 14px;
        line-height: 26px;
    }
    .cased-btn {
        margin-top: 10px;
    }
    .cased-btn .btn {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }
    .cased-top {
        padding: 15px 0 30px;
    }
    .cased-main .pdTab-box {
        height: 48px;
    }
    .pdTab {
        height: 48px;
    }
    .pdTab li {
        line-height: 48px;
    }
    .pdTab li a {
        padding: 0 15px;
        font-size: 14px;
    }
    .cased-content {
        margin-top: 78px;
        padding: 25px 20px;
    }
    .cased-pro .list-style2 .media {
        padding: 10px;
    }
    .cased-pro .list-style2 .media-left {
        padding-right: 10px;
    }
    .cased-pro .list-style2-1 .media-left a {
        width: 140px;
    }
    .cased-pro .list-style2 .media-heading {
        font-size: 16px;
    }
    .cased-pro .media-btn {
        display: none;
    }
    .cased-pro .list-style2 .media-text {
        -webkit-line-clamp: 2;
        margin-top: 5px;
    }
    .cased-main {
        padding-bottom: 30px;
    }
    .common-form {
        padding: 30px 0;
    }
    .fmTit {
        font-size: 18px;
        line-height: 28px;
    }
    .cmfm-main {
        margin-top: 20px;
    }
    .cmfm-content {
        padding: 20px;
    }
    .fm-row .fm-col {
        float: none;
        width: 100%;
        margin-top: 12px;
    }
    .fm-row .fm-col:first-child {
        float: none;
        margin-top: 0;
    }
    .wsc-form .fm-btn {
        margin-top: 20px;
    }
    .wsc-form .fm-btn .btn {
        width: 100%;
    }
}
@media (min-width: 767px){
    .cased-img .carousel-control.left:hover {
        background-image: url("../images/pd-prevh.png");
    }
    .cased-img .carousel-control.right:hover {
        background-image: url("../images/pd-nexth.png");
    }
}
/*新闻聚合*/
.banNews {
    padding: 107px 0 130px;
    background: url(../images/banner-news.png) no-repeat center;
    border-radius: 30px;
    background-size: cover;
}
.nhb1-main {
    margin-top: 30px;
}
.newsH-block1 {
    padding: 50px 0 80px;
}
.nhb1-left {
    position: relative;
    overflow: hidden;
}
.nhb1-left img {
    width: 100%;
}
.nhb1-info {
    position: absolute;
    width: 100%;
    height: 215px;
    background: url("../images/news-bg.png") no-repeat center bottom;
    left: 0;
    bottom: 0;
    padding: 60px 30px 0;
}
.nhb1-tit {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.nhb1-time {
    font-size: 12px;
    line-height: 26px;
    color: #ffffff;
    margin-top: 10px;
}
.nhb1-text {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.nh-news .media {
    background-color: #f8fafd;
}
.nh-news .media-left a {
    width: 277px;
    overflow: hidden;
}
.nh-news .media-body {
    padding: 25px 25px 0 0;
}
.nh-news .media-heading {
    font-size: 16px;
    line-height: 24px;
    color: #323f64;
}
.nh-news .media-info {
    color: #455c87;
    font-size: 12px;
    margin-top: 13px;
}
.nh-news .media-text {
    margin-top: 18px;
    color: #455c87;
    font-size: 14px;
    line-height: 24px;
}
.newsH-block2 {
    background-color: #f8fafd;
    padding: 80px 0;
}
.nhb2-main {
    margin-top: 30px;
}
.nhb2-main .row {
    margin-top: -20px;
}
.nhb2-main .list-item {
    margin-top: 20px;
    border: 0;
    border-top: 5px solid #323f64;
    background-color: #ffffff;
}
.nhb2-main .list-info {
    padding: 25px 30px;
    border-top: 0;
}
.nhb2-main .list-tit {
    font-size: 16px;
    color: #323f64;
}
.nhb2-main .list-time {
    font-size: 12px;
}
.nhb2-main .list-text {
    margin-top: 15px;
    color: #455c87;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newsH-block3 {
    padding: 80px 0;
}
.nhb3-main {
    margin-top: 30px;
}
.nhb3-main .row {
    margin-top: -20px;
}
.nhb3-main .list-item {
    background-color: #f8fafd;
    border: 0;
}
.nhb3-main .list-info {
    padding: 25px 30px;
    border-top: 0;
}
.nhb3-main .list-tit {
    font-size: 16px;
    color: #323f64;
    height: 24px;
    -webkit-line-clamp: 1;
}
.nhb3-main .list-time {
    font-size: 12px;
}
.nhb3-main .list-text {
    margin-top: 15px;
    color: #455c87;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newsH-block4 {
    background: url("../images/nhb4-bg.jpg") no-repeat center top;
    padding: 80px 0;
}
.nhb4-left {
    float: left;
    width: 540px;
}
.nhb4-tit {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: bold;
}
.nhb4-text {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 20px;
}
.nhb4-btn {
    margin-top: 40px;
}
.nhb4-btn .btn {
    width: 200px;
}
.nhb4-right {
    float: right;
    width: 580px;
    margin-top: 20px;
}
.nhb4-right ul {
    border-radius: 3px;
}
.nhb4-right li {
    width: 20%;
    border: solid 1px rgba(255, 255, 255, 0.2);
    border-left: solid 1px rgba(255, 255, 255, 0.05);
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
    height: 145px;
    float: left;
    transition: 0.3s;
    margin-left: -1px;
}
.nhb4-right li:first-child {
    border-left: solid 1px rgba(255, 255, 255, 0.2);
}
.nhb4-right li a {
    display: block;
    padding-top: 40px;
    height: 100%;
}
.nhb4-right li span {
    width: 32px;
    height: 32px;
    display: block;
    margin: auto;
}
.nhb4-right li p {
    font-size: 14px;
    line-height: 56px;
    letter-spacing: 1px;
    color: #ffffff;
}
.nhb4-icon1 {
    background: url("../images/nhb4-icon1.png") no-repeat center;
}
.nhb4-icon2 {
    background: url("../images/nhb4-icon2.png") no-repeat center;
}
.nhb4-icon3 {
    background: url("../images/nhb4-icon3.png") no-repeat center;
}
.nhb4-icon4 {
    background: url("../images/nhb4-icon4.png") no-repeat center;
}
.nhb4-icon5 {
    background: url("../images/nhb4-icon5.png") no-repeat center;
}
@media (max-width: 1240px) and (min-width: 992px){
    .nh-news .media-left a {
        width: 217px;
    }
    .nh-news .media-left {
        padding-right: 20px;
    }
    .nh-news .media-body {
        padding: 17px 20px 0 0;
    }
    .nh-news .media-info {
        margin-top: 10px;
    }
    .nh-news .media-text {
        margin-top: 8px;
    }
    .nhb1-info {
        padding: 70px 30px 0;
    }
    .nhb1-text {
        margin-top: 12px;
    }
    .nhb4-left {
        width: 400px;
    }
    .nhb4-right {
        width: 510px;
    }
}
@media (max-width: 992px) and (min-width: 768px){
    .nhb1-info {
        padding: 90px 20px 0;
    }
    .nhb1-time {
        margin-top: 5px;
    }
    .nhb1-text {
        margin-top: 5px;
    }
    .nh-news .media-left a {
        width: 162px;
    }
    .nh-news .media-left {
        padding-right: 20px;
    }
    .nh-news .media-body {
        padding: 15px 15px 0 0;
    }
    .nh-news .media-heading {
        line-height: 26px;
    }
    .nhb2-main .list-info {
        padding: 20px 20px;
    }
    .nhb3-main .list-info {
        padding: 20px 25px;
    }
    .nhb4-left {
        width: auto;
        margin-top: 0;
        float: none;
    }
    .newsH-block4 .container {
        position: relative;
        padding-bottom: 80px;
    }
    .nhb4-btn {
        position: absolute;
        bottom: 0;
    }
    .nhb4-right {
        float: none;
        width: auto;
        margin-top: 40px;
    }
    .nhb4-right li {
        height: 110px;
    }
    .nhb4-right li a {
        padding-top: 20px;
        height: 100%;
    }
    .newsH-block4 {
        background-size: cover;
    }
}

@media (max-width: 767px){
    .banNews {
        padding: 37px 0 40px;
        border-radius: 15px;
    }
    .newsH-block1 {
        padding: 30px 0;
    }
    .nhb1-main {
        margin-top: 15px;
    }
    .nhb1-info {
        background-size: cover;
        height: 180px;
        padding: 60px 18px 0;
    }
    .nhb1-tit {
        font-size: 15px;
    }
    .nhb1-time {
        line-height: 18px;
        margin-top: 10px;
    }
    .nhb1-text {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
    }
    .nh-news .media-left a {
        width: 120px;
    }
    .nh-news .media-body {
        padding: 8px 12px 0 0;
    }
    .nh-news .media-heading {
        font-size: 15px;
    }
    .nh-news .media-info {
        margin-top: 8px;
    }
    .nh-news .media:first-child {
        margin-top: 10px;
    }
    .newsH-block2 {
        padding: 30px 0;
    }
    .nhb2-main {
        margin-top: 15px;
    }
    .nhb2-main .row {
        margin-top: -10px;
    }
    .nhb2-main .list-item {
        margin-top: 10px;
        border-top: 3px solid #323f64;
    }
    .nhb2-main .list-info {
        padding: 15px 15px;
    }
    .nhb2-main .list-tit {
        font-size: 15px;
    }
    .nhb2-main .list-tit {
        font-size: 15px;
    }
    .nhb2-main .list-text {
        margin-top: 8px;
        font-size: 12px;
        line-height: 23px;
        height: 46px;
    }
    .newsH-block3 {
        padding: 30px 0;
    }
    .nhb3-main {
        margin-top: 15px;
    }
    .nhb3-main .row {
        margin-top: -10px;
    }
    .nhb3-main .list-info {
        padding: 15px 15px;
    }
    .nhb3-main .list-tit {
        font-size: 15px;
    }
    .nhb3-main .list-text {
        margin-top: 10px;
        font-size: 12px;
        line-height: 22px;
        height: 44px;
    }
    .nhb3-main [class^="col-"]:nth-child(3) {
        display: none;
    }
    .newsH-block4 {
        padding: 30px 0;
    }
    .nhb4-left,.nhb4-right {
        float: none;
        width: 100%;
    }
    .nhb4-tit {
        font-size: 20px;
        line-height: 26px;
    }
    .nhb4-text {
        line-height: 22px;
        margin-top: 15px;
    }
    .newsH-block4 .container {
        position: relative;
        padding-bottom: 60px;
    }
    .nhb4-btn {
        position: absolute;
        bottom: 0;
    }
    .nhb4-right li {
        height: 85px;
    }
    .nhb4-right li a {
        padding-top: 12px;
    }
    .nhb4-right li p {
        font-size: 12px;
        line-height: 40px;
    }
}
@media (min-width: 767px){
    .nhb1-left img {
        transition: 0.36s;
    }
    .nhb1-left:hover img {
        transform: scale(1.08);
    }
    .nhb4-right li:hover {
        background-color: rgba(255, 255, 255, 0.25);
        border: solid 1px rgba(255, 255, 255, 0.35);
    }

}


/*新闻列表*/
.nl-head {
    margin-top: 5px;
}
.nlh-main {
    background-color: #f3f6fb;
    padding: 35px 30px 34px;
}
.nlh-tit {
    font-size: 16px;
    line-height: 20px;
    color: #325ccd;
    font-weight: bold;
    float: left;
    width: 9%;
}
.nlh-info {
    float: right;
    width: 91%;
}
.nlh-list {
    float: left;
    width: 50%;
    padding-right: 100px;
    padding-left: 30px;
    background: url("../images/nl-line.png") no-repeat left center;
}
.nlh-list:first-child {
    background: none;
    padding-left: 0;
}
.nlh-title {
    width: 95%;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    padding-left: 18px;
    background: url("../images/nl-round.png") no-repeat left center;
}
.nlh-time {
    float: right;
    width: 100px;
    margin-right: -100px;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}
.nl-main {
    padding: 40px 0 80px;
}
.newsList .wsc-classCon {
    padding: 22px 30px 30px;
}
.newsList .classItemCon li {
    border-top: 0;
    border-bottom: 1px solid #eaeef4;
}
.wsc-about {
    overflow: hidden;
    position: relative;
}
.wsc-about img {
    width: 100%;
}
.wsc-about .info {
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: bold;
}
.wsc-about .more {
    font-size: 14px;
    line-height: 38px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: normal;
    margin-top: 15px;
}
.wsc-about .more span {
    padding-right: 25px;
    background: url("../images/jt-white15.png") no-repeat right center;
}
.list-news .media {
    border: solid 1px #e6e8ed;
}
.list-news .media-left a {
    width: 230px;
    overflow: hidden;
}
.list-news .media-body {
    padding: 25px 30px;
}
.list-news .media-heading {
    font-size: 16px;
    line-height: 24px;
    color: #323f64;
    -webkit-line-clamp: 1;
    margin-top: 0;
}
.list-news .media-time {
    font-size: 12px;
    line-height: 26px;
    color: #455c87;
    margin-top: 8px;
}
.list-news .media-text {
    margin-top: 12px;
    color: #455c87;
    font-size: 14px;
    line-height: 24px;
}
@media (max-width: 1240px) and (min-width: 992px){
    .nlh-tit {
        width: 10%;
    }
    .nlh-info {
        width: 89%;
    }
    .wsc-about .info {
        padding: 25px 24px;
        font-size: 17px;
    }
    .wsc-mes-btn p {
        font-size: 13px;
    }
}
@media (max-width: 992px) and (min-width: 768px){
    .nlh-tit {
        width: 13%;
    }
    .nlh-info {
        width: 86%;
    }
    .nlh-main {
        padding: 30px 25px 30px;
    }
    .nlh-list {
        padding-right: 90px;
        padding-left: 20px;
    }
    .nlh-time {
        width: 90px;
        margin-right: -90px;
    }
    .newsList .wsc-classCon {
        padding: 20px 30px 0;
    }
    .newsList .classItemCon li {
        border-bottom: 0;
    }
    .nl-box {
        margin-top: 20px;
    }
}
@media (max-width: 767px){
    .nlh-main {
        padding: 20px 15px 20px;
    }
    .nlh-tit,.nlh-info,.nlh-list {
        float: none;
        width: auto;
    }
    .nlh-info {
        margin-top: 5px;
    }
    .nlh-list {
        padding-left: 0;
        margin-top: 8px;
        padding-right: 85px;
        background: none;
    }
    .nlh-title {
        width: 100%;
    }
    .nlh-time {
        text-align: right;
        width: 85px;
        margin-right: -85px;
    }
    .newsList .wsc-classCon {
        padding: 10px 15px 0;
    }
    .newsList .classItemCon li {
        border-bottom: 0;
    }
    .nl-main {
        padding: 20px 0 30px;
    }
    .nl-box {
        margin-top: 20px;
    }
    .list-news .media-left a {
        width: 120px;
    }
    .list-news .media-body {
        padding: 8px 15px;
    }
    .list-news .media-heading {
        font-size: 15px;
        -webkit-line-clamp: 2;
    }
    .list-news .media-time {
        line-height: 20px;
        margin-top: 5px;
    }
}
@media (min-width: 767px){
    .nlh-title {
        transition: 0.3s;
    }
    .nlh-list:hover .nlh-title {
        color: #325ccd;
    }
    .list-news .media:hover img{
        transform: scale(1.08);
    }
    .wsc-about:hover .more {
        color: #325ccd;
    }
    .wsc-about:hover .more span {
        background-image: url("../images/jt-lan.png");

    }
}



/*新闻详情*/
.newsCont {
    padding: 40px 0 60px;
}
.newsd-main .d-tit {
    font-size: 28px;
    line-height: 38px;
    margin-top: 0;
}
.d-info {
    color: #8c90a6;
}
.d-info.list-inline li {
    font-size: 12px;
    line-height: 30px;
}
.d-info .infoline {
    margin-left: 12px;
    margin-right: 12px;
}
.d-viewm,.d-backlist {
    float: right;
}
.d-info.list-inline .d-viewm,.d-info.list-inline .d-backlist {
    border-radius: 5px;
    border: solid 1px #e6e8ed;
    color: #8c90a5;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 13px;
    cursor: pointer;
    transition: 0.3s;
}
.list-inline .d-backlist {
    margin-left: 5px;
}
.list-inline .d-viewm span {
    display: inline-block;
    padding-left: 18px;
    background: url(../images/d-viewm.png) no-repeat left center;
}
.list-inline .d-viewm {
    position: relative;
}
.qr-window{
    width: 120px;
    height: 120px;
    position: absolute;
    top: 31px;
    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);
    overflow: hidden;
}
.list-inline .d-backlist a {
    padding-right: 20px;
    background: url("../images/d-back.png") no-repeat right center;
}
.d-info.list-inline {
    border-bottom: 1px solid #e6e8ed;
    padding-bottom: 30px;
}
.d-intro {
    padding: 30px;
    background-color: #f8fafd;
    color: #455c87;
    margin-top: 30px;
    line-height: 24px;
    font-size: 14px;

}
.d-intro span {
    font-weight: bold;
}
/*上一页下一页*/
.wsc-detlink {
    margin-top: 0;
    padding: 20px 20px;
    box-shadow: none;
    border: solid 1px #e6e8ed;
}
.dl-prev, .dl-next {
    line-height: 20px;
}
.wsc-detlink .dl-next {
    margin-top: 15px;
    border-top: 1px solid #e6e8ed;
    padding-top: 15px;
}
.dp-arr, .dn-arr {
    color: #8c90a6;
    position: static;
}
.dp-text, .dn-text {
    color: #455c87;
    width: 100%;
    font-size: 14px;
    display: block;
    padding-left:0;
    margin-top: 10px;
}
.side-news {
    margin-top: 20px;
}
.snew-tit {
    border-bottom: 2px solid #e6e8ed;
    line-height: 48px;
}
.snew-tit .tit {
    font-size: 18px;
    color: #323f64;
    font-weight: bold;
    float: left;
    position: relative;
}
.snew-tit .tit span {
    position: absolute;
    background-color: #323f64;
    height: 2px;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}
.snew-tit .more {
    font-size: 14px;
    letter-spacing: 1px;
    color: #a4a7b0;
    float: right;
}
.snew-tit .more span {
    padding-right: 23px;
    background: url("../images/jt-hui15.png") no-repeat right center;
}
.snew-main {
    margin-top: 20px;
}
.snew-list {
    margin-top: 13px;
    padding-top: 13px;
    border-top: 1px solid #e6e8ed;
}
.snew-list:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.snew-title {
    font-size: 14px;
    line-height: 22px;
    color: #323f64;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.3s;
}
.snews-time {
    font-size: 12px;
    line-height: 18px;
    color: #8c90a5;
    margin-top: 8px;
}
.newsd-main .wsc-about {
    margin-top: 25px;
}
.newsDet .plate-news {
    padding: 60px 0 0;
}
.layout-detlink {
    margin-top: 20px;
}
@media (max-width: 767px){
    .newsCont {
        padding: 10px 0 30px;
    }
    .newsd-main .d-tit {
        font-size: 20px;
        line-height: 28px;
    }
    .d-info.list-inline {
        padding-bottom: 15px;
    }
    .d-info .infoline {
        margin-left: 2px;
        margin-right: 3px;
    }
    .d-backlist {
        float: none;
        margin-top: 5px;
    }
    .d-info.list-inline .d-backlist {
        padding: 2px 12px;
    }
    .d-intro {
        padding: 15px;
        margin-top:15px;
        line-height: 22px;
        font-size: 12px;
    }
    .d-content {
        margin-top: 20px;
    }
    .wsc-detlink {
        padding: 15px 18px;
    }
    .newsDet .plate-news {
        padding: 30px 0 0;
    }
}
@media (min-width: 767px){
    .d-info.list-inline .d-viewm:hover, .d-info.list-inline .d-backlist:hover {
        background-color: #ecf0f6;
        border: solid 1px #dde2f0;
        color: #213081;
    }
    .list-inline .d-viewm:hover span {
        background-image: url("../images/d-viewmh.png");
    }
    .list-inline .d-backlist:hover a {
        background-image: url("../images/d-backh.png");
    }
    .snew-tit .more:hover {
        color: #325ccd;
    }
    .snew-tit .more:hover span {
        background-image: url("../images/jt-lan.png");
    }
    .snew-list:hover .snew-title {
        color: #325ccd;
    }
}

/*水利列表*/
.banWater {
    padding: 52px 0 60px;
    background: url(../images/banner-water.png) no-repeat center;
    border-radius: 30px;
    background-size: cover;
}
.bw-news {
    margin-top: 35px;
}
.bw-news .row {
    margin-top: -20px;
}
.bw-news .list-item {
    background-color: rgba(41, 70, 145, 0.4);
    border: solid 1px rgba(41, 70, 145, 0.4);
    transition: 0.36s;
}
.bw-news .list-info {
    padding: 35px 38px;
    border-top: 0;
}
.bw-news .list-tit {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    height: 30px;
    -webkit-line-clamp: 1;
}
.bw-news .list-time {
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    opacity: 0.8;
    margin-top: 10px;
}
.bw-news .list-text {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    opacity: 0.8;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}
.watl-main {
    padding: 23px 0 60px;
}
.waterList .classItemCon li {
    border-top: 0;
    border-bottom: 1px solid #eaeef4;
}
.waterList .wsc-classCon {
    padding: 22px 30px 30px;
}
.list-water .list-item {
    padding: 22px 30px;
    border: solid 1px #e6e8ed;
}
.list-water .list-tit {
    font-size: 16px;
    line-height: 30px;
    color: #323f64;
    height: 30px;
}
.list-water .list-def {
    overflow: hidden;
}
.list-water .down {
    padding-right: 100px;
}
.list-water .list-down {
    float: right;
    width: 97px;
    margin-right: -100px;
    font-size: 12px;
    line-height: 30px;
    color: #8c90a5;
    border-radius: 5px;
    border: solid 1px #dde2f0;
    text-align: center;
    transition: 0.3s;
}
.list-water .list-down span {
    padding-left: 18px;
    background: url("../images/down.png") no-repeat left center;
}
.list-water .time {
    font-size: 12px;
    line-height: 18px;
    color: #455c87;
    margin-top: 6px;
}
.list-water .list-text {
    font-size: 14px;
    line-height: 24px;
    color: #455c87;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 15px;
}
@media (max-width: 1240px) and (min-width: 992px){
    .banWater .banTit {
        font-size: 30px;
    }
    .bw-news {
        margin-top: 30px;
    }
}
@media (max-width: 992px) and (min-width: 768px){
    .waterList .wsc-classCon {
        padding: 20px 30px 0;
    }
    .waterList .classItemCon li {
        border-bottom: 0;
    }
    .watl-box {
        padding-top: 20px;
    }
    .banWater .banTit {
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 1px;
    }
    .bw-news {
        margin-top: 30px;
    }
    .bw-news .list-info {
        padding: 20px 25px;
    }
}
@media (max-width: 767px){
    .waterList .wsc-classCon {
        padding: 10px 15px 0;
    }
    .waterList .classItemCon li {
        border-bottom: 0;
    }
    .watl-box {
        padding-top: 20px;
    }
    .list-water {
        margin-top: -10px;
    }
    .list-water .list-item {
        padding: 13px 16px;
        margin-top: 10px;
    }
    .list-water .list-text {
        font-size: 12px;
        line-height: 22px;
        height: auto;
        margin-top: 10px
    }
    .watl-main {
        padding: 23px 0 30px;
    }
    .bw-news {
        margin-top: 18px;
    }
    .bw-news .row {
        margin-top: -10px;
    }
    .bw-news .list-info {
        padding: 12px 15px;
    }
    .bw-news .list-tit {
        font-size: 15px;
        line-height: 24px;
        height: 24px;
    }
    .bw-news .list-time {
        font-size: 12px;
        line-height: 20px;
        margin-top: 5px;
    }
    .banWater {
        padding: 35px 0 40px;
    }
}
@media (min-width: 767px){
    .bw-news .list-item:hover .list-tit {
        color: #ffffff;
    }
    .bw-news .list-item:hover {
        transform: translateY(-10px);
    }
    .list-water .list-item:hover .list-tit {
        color: #325ccd;
    }
    .list-water .list-down:hover {
        background-color: #ecf0f6;
        border: solid 1px #dde2f0;
        color: #213081;
    }
    .list-water .list-down:hover span {
        background-image: url("../images/downh.png");
    }
}



/*水利详情*/
.watd-main .d-tit {
    margin-top: 0;
}
.dwat-tit {
    font-size: 38px;
    line-height: 52px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 100px;
}
.dwat-text {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 8px;
}
.waterDet .inMain {
    margin-top: 120px;
    background-color: #fff;
    border-radius: 30px;
    padding-top: 0;
}
.d-info.list-inline .d-down {
    float: right;
    border-radius: 5px;
    border: solid 1px #e6e8ed;
    color: #8c90a5;
    font-size: 12px;
    line-height: 20px;
    margin-right: 5px;
}
.d-info.list-inline .d-down a {
    display: block;
    padding: 5px 13px;
}
.d-info.list-inline .d-down a span {
    padding-left: 18px;
    background: url("../images/down.png") no-repeat left center;
}
.dwat-down {
    background-color: #f8fafd;
    padding: 30px;
    margin-top: 25px;
}
.dwat-left {
    float: left;
    font-size: 14px;
    color: #8c90a6;
    line-height: 30px;
}
.dwat-left span {
    color: #455c87;
    font-weight: bold;
}
.dwat-rig {
    float: right;
}
.dwat-rig .btn-down {
    width: 97px;
    display: block;
    border-radius: 5px;
    border: solid 1px #dde2f0;
    color: #8c90a5;
    font-size: 12px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.dwat-rig .btn-down span {
    padding-left: 18px;
    background: url("../images/down.png") no-repeat left center;
}
.watd-main .wsc-about {
    margin-top: 25px;
}
.waterDet .plate-news {
    padding: 60px 0 0;
}
@media (max-width: 767px){
    .inMain .watd-cont .container {
        padding-left: 0px;
        padding-right: 0px
    }

    .d-info.list-inline .d-down {
        float: none;
        margin-right: 0;
        margin-left: 5px;
    }
    .d-info.list-inline .d-down a {
        padding: 2px 12px;
    }
    .dwat-down {
        padding: 15px;
        margin-top: 15px;
    }
    .dwat-left {
        line-height: 24px;
        float: none;
    }
    .dwat-rig {
        float: none;
        margin-top: 10px;
    }
    .waterDet .plate-news {
        padding: 30px 0 0;
    }
    .dwat-tit {
        font-size: 20px;
        line-height: 28px;
        padding-top: 50px;
    }
    .dwat-text {
        font-size: 16px;
        line-height: 30px;
        margin-top: 8px;
    }
    .waterDet .inMain {
        margin-top: 50px;
    }
}
@media (min-width: 767px){
    .d-info.list-inline .d-down:hover {
        background-color: #ecf0f6;
        border: solid 1px #dde2f0;
        color: #213081;
    }
    .d-info.list-inline .d-down:hover span {
        background-image: url("../images/downh.png");
    }
    .dwat-rig .btn-down:hover {
        background-color: #ecf0f6;
        border: solid 1px #dde2f0;
        color: #213081;
    }
    .dwat-rig .btn-down:hover span {
        background-image: url("../images/downh.png");
    }
}

/*问答列表*/
.faql-main {
    padding: 24px 0 80px;
}
.banFaq {
    padding: 107px 0 130px;
    background: url(../images/banner-faq.png) no-repeat center;
    border-radius: 30px;
    background-size: cover;
}
.faqList .classItemCon li {
    border-top: 0;
    border-bottom: 1px solid #eaeef4;
}
.faqList .wsc-classCon {
    padding: 22px 30px 30px;
}
.faql-box {
    margin-top: 40px;
}
.faql-item {
    padding-top: 24px;
}
.list-faq .list-item {
    padding-right: 0;
    padding: 30px;
    border: solid 1px #e6e8ed;
}
.list-faq .list-def span {
    float: left;
    width: 4%;
    height: 23px;
    background: url("../images/faq-icon.png") no-repeat left center;
}
.list-faq .list-def .list-tit {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    float: left;
    width: 95%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: unset;
}
.list-faq .list-more {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #a4a7b0;
    margin-top: 10px;
    padding-left: 35px;
}
.list-faq .list-more span {
    padding-right: 23px;
    background: url("../images/jt-hui15.png") no-repeat right center;
}
.faqList .plate-change {
    padding: 60px 0 0;
}
.fmText {
    margin-top: 28px;
    font-size: 14px;
    color: #455c87;
    line-height: 26px;
}
.fm-row .fm-col2 {
    float: left;
    width: 75%;
    padding: 0 10px;
}
.fm-row2 {
    margin-left: -10px;
}
.select_box {
    float: right;
    width: 25%;
    position: relative;
    cursor: pointer;
    color: #8892a6;
    height: 42px;
    margin-top: 27px;
}
#selected {
    position: relative;
    padding: 0 12px 0 15px;
    font-size: 14px;
    background-color: #f3f5f8;
}
#content {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #8892a6;
    line-height: 42px;
}
.select_box .sejt {
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    width: 11px;
    height: 6px;
    background: url("../images/jt-11.png") no-repeat center;
}
.ul {
    display: none;
    border: 1px solid #e6e8ed;
    background-color: rgb(251, 252, 253);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 100;
    color: #455c87;
}
.ul li>a {
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  text-align: center;
}
.tj_btn {
    width: 200px;
    border-radius: 3px;
    background-color: #325ccd;
    border:1px solid #325ccd;
    height: 44px;
    color: #fff;
    line-height: 32px;
    transition: 0.3s;
    font-size: 14px;
    margin-top: 30px;
}
.faqList .cmfm-main {
    margin-top: 30px;
}

@media (max-width: 992px) and (min-width: 768px){
    .faqList .wsc-classCon {
        padding: 20px 30px 0;
    }
    .faqList .classItemCon li {
        border-bottom: 0;
    }
}
@media (max-width: 767px){
    .banFaq {
        padding: 40px 0 30px;
        border-radius: 15px;
    }
    .faql-main {
        padding: 24px 0 30px;
    }
    .faqList .wsc-classCon {
        padding: 10px 15px 0;
    }
    .faqList .classItemCon li {
        border-bottom: 0;
    }
    .faql-box {
        margin-top: 20px;
    }
    .faql-item {
        padding-top: 15px;
    }
    .list-faq {
        margin-top: -10px;
    }
    .list-faq .list-item {
        padding: 15px;
        margin-top: 10px;
    }
    .list-faq .list-def span {
        width: 30px;
    }
    .list-faq .list-def .list-tit {
        width: 88%;
        font-size: 15px;
    }
    .list-faq .list-more {
        font-size: 13px;
        padding-left: 30px;
    }
    .faqList .plate-change {
        padding: 30px 0 0;
    }
    .fm-row2 {
        margin-left: 0;
    }
    .fm-row .fm-col2,.select_box {
        float: none;
        width: 100%;
    }
    .fm-row .fm-col2 {
        padding: 0;
    }
    .select_box {
        margin-top: 18px;
    }
    .tj_btn {
        margin-top: 20px;
        width: 100%;
    }
}
@media (min-width: 767px){
    .list-faq .list-item .list-tit:hover {
        color: #325ccd;
    }
    .list-faq .list-more a:hover {
        color: #325ccd;
    }
    .list-faq .list-more a:hover span {
        background-image: url("../images/jt-lan.png");
    }
}


/*问答详情*/
.faqCont {
    padding: 35px 0 80px;
}
.d-faq {
    margin-top: 20px;
}
.dfaq-tit {
    height: 60px;
    line-height: 60px;
    border-bottom: 2px solid #e6e8ed;
}
.dfaq-tit .tit {
    float: left;
    font-size: 20px;
    color: #323f64;
    font-weight: bold;
    position: relative;
}
.dfaq-tit .tit span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background-color: #323f64;
}
.dfaq-tit .more {
    font-size: 14px;
    letter-spacing: 1px;
    color: #a4a7b0;
    float: right;
}
.dfaq-tit .more span {
    padding-right: 23px;
    background: url("../images/jt-hui15.png") no-repeat right center;
}
.side-faq {
    border: solid 1px #e6e8ed;
    margin-top: 20px;
    padding: 28px 25px 30px;
}
.sfaq-tit {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    color: #323f64;
}
.sfaq-main {
    margin-top: 20px;
}
.sfaq-main ul {
    margin-top: -2px;
}
.sfaq-main li {
    background-color: #f8fafd;
    margin-top: 2px;
}
.sfaq-main li a {
    display: block;
    line-height: 44px;
    padding: 0 25px;
    font-size: 14px;
    color: #455c87;
    position: relative;
}
.sfaq-main li span {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 25px;
    background: url("../images/arr-hui18.png") no-repeat center;
    top: 0;
    bottom: 0;
    margin: auto;
}
.faqDet .plate-news {
    padding: 0 0 80px;
}
.faqDet .cmfm-main {
    margin-top: 30px;
}
@media (max-width: 1240px) and (min-width: 992px){
    .side-faq {
        padding: 25px 20px 25px;
    }
}
@media (max-width: 767px){
    .dfaq-tit {
        height: 48px;
        line-height: 48px;
        margin-bottom: 25px;
    }
    .dfaq-tit .tit {
        font-size: 18px;
    }
    .dfaq-tit .more {
        font-size: 12px;
    }
    .faqCont {
        padding: 25px 0 30px;
    }
    .fmText {
        margin-top: 13px;
        font-size: 12px;
        line-height: 24px;
    }
    .faqList .cmfm-main {
        margin-top: 15px;
    }
    .faqDet .cmfm-main {
        margin-top: 15px;
    }
}
@media (min-width: 767px){
    .nh-news .media {
        transition: 0.3s;
    }
    .list-style3 .media-left img {
        transition: 0.36s;
    }
    .nhb2-main .list-item {
        transition: 0.3s;
    }
    .nhb3-main .list-item {
        transition: 0.3s;
    }
    .nh-news .media:hover {
        background-color: #ffffff;
        box-shadow: 0px 0px 15px 0px
        rgba(185, 183, 188, 0.3);
    }
    .nh-news .media-left a:hover img {
        transform: scale(1.08);
    }
    .nhb2-main .list-item:hover {
        box-shadow: 0px 0px 15px 0px
        rgba(185, 183, 188, 0.3);
    }
    .list-style1 .list-img img {
        transition: 0.3s;
    }
    .list-style1 .list-img:hover img {
        transform: scale(1.08);
    }
    .nhb3-main .list-item:hover {
        background-color: #ffffff;
        box-shadow: 0px 0px 15px 0px
        rgba(185, 183, 188, 0.3);
    }
    .dfaq-tit .more:hover {
        color: #325ccd;
    }
    .dfaq-tit .more:hover span {
        background-image: url("../images/jt-lan.png");
    }
    .sfaq-main li:hover a {
        color: #325ccd;
    }
    .sfaq-main li:hover span {
        background-image: url("../images/arr-huih.png");
    }
}
/*招聘*/
.banJob {
    padding: 107px 0 130px;
    background: url(../images/banner-job.png) no-repeat center;
    border-radius: 30px;
    background-size: cover;
}
.jh-block1 {
    padding: 24px 0 80px;
}
.jhb1-item {
    float: left;
    width: 580px;
    height: 241px;
}
.jhb1-item1 {
    background: url("../images/jhb1-bg1.jpg") no-repeat center;
}
.jhb1-item2 {
    float: right;
    background: url("../images/jhb1-bg2.jpg") no-repeat center;
}
.jhb1-info {
    padding: 43px 0 50px 60px;
}
.jhb1-tit {
    font-size: 24px;
    line-height: 30px;
    color: #323f64;
    font-weight: bold;
}
.jhb1-tit a {
    padding-left: 42px;
}
.jhb1-icon1 {
    background: url("../images/jhb1-icon1.png") no-repeat left center;
}
.jhb1-icon2 {
    background: url("../images/jhb1-icon2.png") no-repeat left center;
}
.jhb1-text {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #455c87;
    margin-top: 13px;
}
.jhb1-btn {
    margin-top: 35px;
}
.jhb1-btn .btn {
    width: 200px;
}
.jh-block2 {
    background-color: #f8fafd;
    padding: 80px 0;
}
.jhb2-tit {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 2px;
    color: #323f64;
    font-weight: bold;
}
.jhb2-item {
    margin-top: 40px;
}
.jhb2Tit {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #323f64;
    font-weight: bold;
    padding-left: 33px;
    background: url("../images/jhb2-round.png") no-repeat left center;
}
.jhb2-text {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #455c87;
    margin-top: 20px;
}
.jhb2-box {
    margin-top: 30px;
}
.jhb2-list {
    height: 200px;
    position: relative;
}
.jhb2-list1 {
    background: url("../images/jhb2-img1.png") no-repeat center;
    background-size: cover;
}
.jhb2-list2 {
    background: url("../images/jhb2-img2.png") no-repeat center;
    background-size: cover;
}
.jhb2-list3 {
    background: url("../images/jhb2-img3.png") no-repeat center;
    background-size: cover;
}
.jhb2-list4 {
    background: url("../images/jhb2-img4.png") no-repeat center;
    background-size: cover;
}
.jhb2-list5 {
    background: url("../images/jhb2-img5.png") no-repeat center;
    background-size: cover;
}
.jhb2-list6 {
    background: url("../images/jhb2-img6.png") no-repeat center;
    background-size: cover;
}
.jhb2-title {
    position: absolute;
    width: 100%;
    height: 72px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 16px;
    line-height: 95px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    background: url("../images/jhb2-bg.png") no-repeat center;
    background-size: cover;
}
.jhb2-item2 {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #e3e8f1;
}
.jh-block3 {
    padding: 80px 0;
}
.jhb3Tit {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 2px;
    color: #323f64;
    font-weight: bold;
}
.jhb3-main {
    margin-top: 50px;
    background-color: #ebeffa;
    border-radius: 82px;
    height: 164px;
    padding: 11px;
    font-size: 0;
}
.jhb3-item {
    background: url("../images/jhb3-main.png") no-repeat center;
}
.jhb3-list {
    width: 143px;
    height: 143px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 60px;
}
.jhb3-list:first-child {
    margin-left: 0;
}
.jhb3-num {
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    padding-top: 37px;
}
.jhb3-tit {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #ffffff;
    padding-top: 12px;
}
.jhb3-box {
    margin-top: 80px;
    height: 248px;
    background: url("../images/jhb3-box.jpg") no-repeat center;
    padding: 44px 0 50px 80px;
}
.jhb3-title {
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
    font-weight: bold;
}
.jhb3-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 15px;
}
.jhb3-btn {
    margin-top: 35px;
    font-size: 0;
}
.jhb3-btn .btn-fff3 {
    width: 280px;
}
.jhb3-btn .btn-white {
    width: 200px;
    margin-left: 10px;
}
@media (max-width: 1240px) and (min-width: 992px){
    .jhb1-info {
        padding: 43px 0 50px 40px;
    }
    .jhb1-item {
        width: 460px;
    }
    .jhb3-item {
        background-size: contain;
    }
    .jhb3-list {
        width: 105px;
        margin-left: 57px;
    }
}
@media (max-width: 992px) and (min-width: 768px){
    .jhb1-item {
        width: 350px;
        height: 200px;
        background-size: cover;
    }
    .jhb1-info {
        padding: 30px 0 20px 20px;
    }
    .jhb1-btn {
        margin-top: 25px;
    }
    .jhb3-main {
        border-radius: 55px;
        height: 110px;
        padding: 11px;
    }
    .jhb3-item {
        background-size: contain;
    }
    .jhb3-list {
        width: 87px;
        height: 87px;
        margin-left: 35px;
    }
    .jhb3-num {
        font-size: 20px;
        line-height: 24px;
        padding-top: 13px;
    }
    .jhb3-tit {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
        padding-top: 8px;
    }
    .jhb3-box {
        padding: 44px 0 50px 45px;
    }

}
@media (max-width: 767px){
    .banJob {
        padding: 37px 0 40px;
        border-radius: 15px;
    }
    .jh-block1 {
        padding: 24px 0 30px;
    }
    .jhb1-item {
        float: none;
        width: 100%;
        height: auto;
        background-size: cover;
    }
    .jhb1-item2 {
        margin-top: 10px;
    }
    .jhb1-info {
        padding: 18px;
    }
    .jhb1-tit {
        font-size: 20px;
    }
    .jhb1-text {
        font-size: 13px;
        line-height: 23px;
        margin-top: 10px;
    }
    .jhb1-btn {
        margin-top: 20px;
    }
    .jh-block2 {
        padding: 30px 0;
    }
    .jhb2-tit {
        font-size: 22px;
        line-height: 32px;
    }
    .jhb2-item {
        margin-top: 20px;
    }
    .jhb2Tit {
        font-size: 18px;
        line-height: 24px;
        padding-left: 26px;
    }
    .jhb2-text {
        font-size: 13px;
        line-height: 24px;
        margin-top: 15px;
    }
    .jhb2-box {
        margin-top: 15px;
    }
    .jhb2-box .row {
        margin-top: -10px;
    }
    .jhb2-box [class^="col-"] {
        margin-top: 10px;
    }
    .jhb2-item2 {
        margin-top: 30px;
        padding-top: 30px;
    }
    .jh-block3 {
        padding: 30px 0;
    }
    .jhb3Tit {
        font-size: 22px;
        line-height: 32px;
    }
    .jhb3-main {
        margin-top: 20px;
        border-radius: 0;
        height: auto;
        padding: 10px;
    }
    .jhb3-item {
        background: none;
        margin-top: -10px;
    }
    .jhb3-list {
        width: 33.33%;
        height: 72px;
        margin-left: 0;
        background: url("../images/jhb3-bg.png") no-repeat center;
        background-size: contain;
        margin-top: 10px;
    }
    .jhb3-num {
        font-size: 18px;
        line-height: 22px;
        padding-top: 15px;
    }
    .jhb3-tit {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0px;
        padding-top: 4px;
    }
    .jhb3-box {
        margin-top: 30px;
        height: auto;
        background-size: cover;
        padding: 25px 20px;
    }
    .jhb3-title {
        font-size: 20px;
        line-height: 26px;
    }
    .jhb3-text {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 1px;
        margin-top: 15px;
    }
    .jhb3-btn {
        margin-top: 10px;
    }
    .jhb3-btn .btn {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}
@media (min-width: 767px){}


/*招聘列表*/
.jl-nav {
    padding: 34px 0 30px;
}
.jl-nav li {
    width: 50%;
    float: left;
    background-color: #eef1f6;
    height: 80px;
    text-align: center;
    font-size: 20px;
    line-height: 80px;
    color: #323f64;
    transition: 0.3s;
}
.jl-nav .active {
    background-color: #466dd5;
    color: #ffffff;
}
.jl-nav li a {
    display: block;
}
.jl-nav li span {
    padding-left: 40px;
}
.jlnav-icon1 {
    background: url("../images/jl-nav1.png") no-repeat left center;
}
.jlnav-icon2 {
    background: url("../images/jl-nav2.png") no-repeat left center;
}
.jl-nav .active .jlnav-icon1 {
    background-image: url("../images/jl-nav1h.png");
}
.jl-nav .active .jlnav-icon2 {
    background-image: url("../images/jl-nav2h.png");
}
.jl-box {
    background: url("../images/jl-bg.jpg") no-repeat center;
    padding: 72px 0 68px 93px;
}
.jl-box-sh {
    background: url("../images/jl-bg-sh.jpg") no-repeat center;
}
.jl-tit {
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    line-height: 46px;
    color: #ffffff;
    letter-spacing: 1px;
}
.jl-text {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 10px;
}
.jl-btn {
    margin-top: 35px;
}
.jl-btn .btn {
    width: 280px;
}
.list011 .list-head{
    background-color: #c9d8ef;
}
.list011 li{
    width: 17%;
    float: left;
    font-size: 16px;
    color: #455c87;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list011 .list-head li{
    line-height: 24px;
    color: #323f64;
    font-weight: bold;
    padding: 22px 10px;
    height: unset;

}
.list011 .list-item .item-box{
    display: block;
    line-height: 24px;
    padding: 22px 0;
}
.list011 li:first-child{
    width: 32%;
    text-align: left;
    padding-left: 40px;

}
.list011 .list-item:nth-child(odd){
    background-color: #f8fafd;
}
.list011 .list-item:nth-child(even){
    background-color: #eaeef4;
}
.list011 .list-item .item-box:hover li:first-child{

}
@media (max-width:1239px){

}
@media (max-width:991px){
    .jl-nav li {
        height: 60px;
        line-height: 60px;
    }
    .jl-box {
        padding: 60px 0 60px 80px;
    }
}
@media (max-width:767px){
    .jl-nav {
        padding: 20px 0;
    }
    .jl-nav li {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .jl-nav li span {
        padding-left: 30px;
        background-size: 16px;
    }
    .jl-box {
        padding: 20px;
        background-size: cover;
    }
    .jl-tit {
        font-size: 24px;
        line-height: 38px;
    }
    .jl-text {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }
    .jl-btn {
        margin-top: 15px;
    }
    .list011 li{
        width: 30%;
        font-size: 14px;
    }
    .list011 li:first-child {
        width: 40%;
    }
    .list011 .list-head li {
        line-height: 20px;
        padding: 10px 5px;
    }
    .list011 li:first-child{
        padding-left: 10px;
    }
    .list011 .list-item .item-box {
        line-height: 20px;
        padding: 10px 0;
    }
}
@media (min-width:767px){
    .jl-nav li:hover {
        background-color: #466dd5;
        color: #ffffff;
    }
    .jl-nav li:hover .jlnav-icon1 {
        background-image: url(../images/jl-nav1h.png);
    }
    .jl-nav li:hover .jlnav-icon2 {
        background-image: url(../images/jl-nav2h.png);
    }
    .list011 .list-item:hover li:first-child {
        color: #325ccd;
    }

}
/*招聘详情*/
.jobCont {
    padding-top: 30px;
}
.jd-tit {
    float: left;
    font-size: 28px;
    line-height: 34px;
    color: #323f64;
    font-weight: bold;
}
.jd-xz {
    padding-left: 40px;
    margin-left: 40px;
    border-left: 1px solid #e6e8ed;
}
.jd-head .d-info {
    float: right;
    padding-bottom: 0;
    border-bottom: 0;
    margin-top: 0;
}
.jd-box {
    margin-top: 30px;
    background-color: #f6f8fa;
    border-top: 1px solid #e6e8ed;
    padding: 35px 40px 40px;
    font-size: 0;
}
.jd-box li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 26px;
    color: #8c90a6;
    margin-right: 50px;
}
.jd-btn {
    margin-top: 35px;
}
.jd-btn .btn {
    width: 280px;
}
@media (max-width:767px){
    .jobCont {
        padding-top: 20px;
    }
    .jd-tit {
        float: none;
        font-size: 20px;
        line-height: 28px;
    }
    .jd-xz {
        padding-left: 20px;
        margin-left: 20px;
    }
    .jd-head .d-info {
        float: none;
        margin-top: 8px;
    }
    .jd-box {
        margin-top: 15px;
        padding: 15px;
    }
    .jd-box li {
        width: 50%;
        margin-right: 0;
        font-size: 12px;
    }
    .jd-btn {
        margin-top: 18px;
    }
}
