﻿html,
body {

    height: 100%;

}

header {

    width: 100%;

    height: 100px;

    background-color: #ffffff;

    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);

    position: fixed;

    left: 0;

    top: 0;

    z-index: 101;

}

.header-logo {

    width: 199px;

    height: 58px;

    margin-top: 23px;

}

.header-nav {

    float: left;

}

.header-nav ul li {

    height: 100px;

    line-height: 100px;

    float: left;

}

.header-nav ul li>a {

    display: block;

    padding: 0 23px;

    font-size: 16px;

    color: #222222;

}

.header-nav ul li .second {

    position: fixed;

    left: 0;

    top: 100px;

    width: 100%;

    height: 60px;

    line-height: 60px;

    text-align: center;

    background-color: #ffffff;

    border-top: 1px solid #e5e5e5;

    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.2);

    display: none;

}

.header-nav ul li .second a {

    font-size: 16px;

    color: #222222;

    margin: 0 30px;

}

.header-nav ul li .second a:hover {

    color: #0280ea;

}

.header-nav ul li.on {

    background-color: #0280ea;

}

.header-nav ul li.on>a {

    color: #ffffff;

}

.header-nav ul li:hover .second {

    display: block;

}

.header-search {

    height: 100px;

    float: right;

    padding: 43px 25px 38px 40px;

    position: relative;

}

.header-search img {

    width: 19px;

    height: 19px;

    display: block;

}

.header-search .search-box {

    width: 392px;

    height: 100px;

    background-color: #ffffff;

    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);

    position: absolute;

    right: -25px;

    top: 100%;

    padding: 27px 46px;

    display: none;

}

.header-search .search-box .box {

    width: 300px;

    height: 45px;

    background-color: #eeeeee;

    border-radius: 23px;

    overflow: hidden;

}

.header-search .search-box input[type=text] {

    width: 250px;

    height: 45px;

    border: none;

    text-indent: 20px;

    font-size: 16px;

    color: #999999;

    background-color: #eeeeee;

}

.header-search .search-box input[type=submit] {

    width: 45px;

    height: 45px;

    border: none;

    background: url(../images/icon_search.png) center center no-repeat;

    cursor: pointer;

}

.header-search:hover .search-box {

    display: block;

}

.banners,

.banners .swiper-container {

    height: 100%;

    overflow: hidden;

}

.banners .swiper-slide a {

    display: block;

    width: 100%;

    height: 100%;

}

.banners .swiper-button-prev {

    width: 72px;

    height: 88px;

    background: url(../images/banners_left.png) center center no-repeat;

    left: auto;

    right: 72px;

    top: auto;

    bottom: 0;
    display:none;

}

.banners .swiper-button-next {

    width: 72px;

    height: 88px;

    background: url(../images/banners_right.png) center center no-repeat;

    right: 0;

    top: auto;

    bottom: 0;
    display:none;

}

.banners .swiper-pagination-bullet {

    width: 40px;

    height: 5px;

    background-color: #ffffff;

    opacity: 0.5;

    border-radius: 0;

}

.banners .swiper-pagination-bullet-active {

    opacity: 1;

}

.index-1 {

    background: url(../images/index-1_bg.jpg) center top no-repeat;
    background-size: cover;
    /* padding-top: 75px; */

}

.index-1 .index-1-title {

    text-align: center;

    font-weight: bold;

    color: #ffffff;

    line-height: 1.4;
    display: none;

}

.index-1 .index-1-title p {

    font-size: 32px;

}

.index-1 .index-1-title span {

    font-family: Arial;

    font-size: 72px;

    opacity: 0.06;

}

@-webkit-keyframes btnRotate-ys {

    0% {

        -webkit-transform: rotateY(0deg);

    }

    100% {

        -webkit-transform: rotateY(180deg);

    }

}

.index-1 .box ul li {

    width: 25%;

    float: left;

    position: relative;

}
.index-1 .box ul li .pic {
    position: relative;
}
.index-1 .box ul li .pic::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 26, 47,0.7);
}
.index-1 .box ul li:hover .pic::after {
     background: rgba(0, 26, 47,0.2);
}

.index-1 .box ul li .msg {

    position: absolute;

    left: 0;

    top: 50%;

    transform: translateY(-50%);

    width: 100%;

    text-align: center;

    pointer-events: none;

}

.index-1 .box ul li .title {

    color: #ffffff;

}

.index-1 .box ul li .title p {

    font-size: 22px;

    font-weight: bold;

}

.index-1 .box ul li .title span {

    font-size: 16px;

}

.index-1 .box ul li .icon {

    width: 112px;

    height: 112px;

    margin: 60px auto 0;

}

.index-1 .box ul li:hover .pic {

    -webkit-animation: btnRotate-ys 0.4s linear 1;

    animation: btnRotate-ys 0.4s linear 1;

}

.index-news {

    background-color: #f5f5f5;

    padding: 75px 0 120px;

}

.index-news .index-news-title {

    text-align: center;

}

.index-news .index-news-title p {

    font-size: 32px;

    color: #222222;

    font-weight: bold;

}

.index-news .index-news-title span {

    font-family: Arial;

    font-size: 72px;

    color: #222222;

    font-weight: bold;

    opacity: 0.06;

}

.index-news .list {

    margin-top: 20px;

}

.index-news .list .box {

    width: 33.33%;

    background-color: #ffffff;

    float: left;

    padding: 38px;

    position: relative;

    z-index: 2;

    transform: scale(1);

    transition: all .5s;

}

.index-news .list .top {

    border-bottom: 1px solid #707070;

    padding-bottom: 20px;

}

.index-news .list .top p {

    float: left;

    font-size: 22px;

    color: #222222;

    font-weight: bold;

}

.index-news .list .box:hover .top p {
    color: #0280ea;
}

.index-news .list .top a {

    float: right;

    color: #666666;

    margin-top: 5px;

}

.index-news .list .title {

    font-size: 16px;

    color: #222222;

    font-weight: bold;

    margin-top: 55px;
    
    height: 50px;

}

.index-news .list .content {
    font-size: 14px;
    color: #666666;
    height: 40px;
    margin: 15px 0 45px;

}

.index-news .list .time {

    color: #666666;

    line-height: 1;

}

.index-news .list .time img {

    width: 15px;

    height: 15px;

    vertical-align: bottom;

    margin-right: 5px;

    filter: grayscale(100%);

    -webkit-filter: grayscale(100%);

    -moz-filter: grayscale(100%);

    -ms-filter: grayscale(100%);

    -o-filter: grayscale(100%);

}

.index-news .list .pic {

    height: 220px;

    overflow: hidden;

    margin-top: 60px;

}

.index-news .list .box:hover {

    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);

    z-index: 5;

    transform: scale(1.04);

}

.index-news .list .box:hover .title,

.index-news .list .box:hover .time {

    color: #0280ea;

}

.index-news .list .box:hover .time img {

    filter: grayscale(0);

    -webkit-filter: grayscale(0);

    -moz-filter: grayscale(0);

    -ms-filter: grayscale(0);

    -o-filter: grayscale(0);

}

footer {

    height: 421px;

    background: url(../images/footer_bg.jpg) center bottom no-repeat;

}

footer .footer-left {

    width: 360px;

    height: 454px;

    box-shadow: 14px 14px 20px 0px rgba(0, 0, 0, 0.2);

    float: left;

    margin-top: -33px;

    position: relative;

}

footer .footer-left .box {

    width: 100%;

    height: 454px;

    background-color: #ffffff;
    background: url(../images/footer_box_bg.png) center bottom no-repeat #fff;
    background-size: 100%;

    position: relative;

    z-index: 6;

}

footer .footer-left::after {

    content: "";

    display: block;

    width: 39px;

    height: 34px;

    background: url(../images/icon_sanjiao.png) center center no-repeat;

    position: absolute;

    right: -20px;

    top: 0;

    z-index: 3;

}

footer .footer-logo {

    width: 272px;

    height: 79px;

    margin: 166px 0 0 40px;

    float: left;

}

footer .footer-right {

    width: 1040px;

    margin-top: 85px;

}

footer .footer-msg {

    float: left;

    width: 400px;

    margin-left: 95px;

}

footer .footer-msg .tel {

    color: #ffffff;

}

footer .footer-msg .tel p {

    font-size: 32px;

    font-family: Arial;

    font-weight: bold;

}

footer .footer-msg ul {

    margin-top: 20px;

}

footer .footer-msg ul li {

    font-size: 16px;

    color: #ffffff;

}

footer .footer-msg ul li .icon {

    width: 15px;

    margin-right: 5px;

    float: left;

    margin-bottom: 10px;

}

footer .footer-msg ul li .icon img {

    vertical-align: inherit;

}

footer .footer-qrcode {

    float: right;

}

footer .footer-qrcode ul li {

    float: left;

    margin-left: 35px;

}

footer .footer-qrcode ul li .pic {

    height: 130px;

    overflow: hidden;

}

footer .footer-qrcode ul li p {

    text-align: center;

    color: #ffffff;

    margin-top: 10px;

}

footer .copyright {

    text-align: center;

    color: #ffffff;

    padding: 30px 0;

    border-top: 1px solid #ffffff;

    margin-top: 62px;

    font-size: 16px;

}

footer .copyright a {

    color: #ffffff;

}

.banner {

    margin-top: 100px;

    position: relative;

}

.banner .title {

    position: absolute;

    left: 0;

    top: 50%;

    transform: translateY(-50%);

    width: 100%;

    text-align: center;

    color: #ffffff;

}

.banner .title strong {

    font-size: 32px;

}

.banner .title span {

    font-size: 16px;

    font-family: Arial;

    display: block;

}

.banner .title strong::before,

.banner .title strong::after {

    content: '';

    display: inline-block;

    width: 55px;

    height: 14px;

    background: url(../images/banner_title.png);

    margin: 0 25px;

    position: relative;

    top: -5px;

}

.czws-title {

    text-align: center;

}

.czws-title p {

    font-size: 32px;

    color: #0280ea;

    font-weight: bold;

}

.czws-title span {

    font-size: 16px;

    color: #666666;

    font-family: Arial;

}
.czws-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background-color: #0280ea;
    margin-top: 10px;
}

.czws-1 {

    padding: 55px 0 100px;

}

.czws-1 .czws-title {

    text-align: left;

}

.czws-1>.pic,
.gyfs-1 div>.pic {
    width: 47%;
    float: right;
    margin-top: 50px;
}

.czws-1 ul {

    margin-top: 25px;

    width: 50%;
    float: left;

}

.czws-1 ul li {

    font-size: 16px;

    margin-top: 35px;

}

.czws-1 ul li strong {

    /* color: #0280ea; */
    color: #333;

    display: block;

    margin-bottom: 3px;

}

.czws-1 ul li p {
    font-size: 14px;
    color: #666666;

}

.czws-2 {

    /* background-color: #f5f5f5; */

    padding: 70px 0 35px;

}
.czws-2 .czws-title::after {
    margin: 10px auto 0;
}

.czws-2 .box {

    margin-top: 60px;

}

.czws-2 .box .pic {

    float: left;

    width: 637px;

    /* height: 145px; */
    height: auto;

    margin-top: 25px;

}

.czws-2 .box .msg {

    width: 660px;

    float: right;

}

.czws-2 .box .msg .title {

    font-size: 22px;

    color: #222222;

    font-weight: bold;

}

.czws-2 .box .msg .content {
    font-size: 14px;
    color: #666;

    margin: 30px 0 40px;


}

.ncshws-2 .box .msg .content {
    height: 130px;
    overflow: hidden;
}
.ncshws-02 {
    margin: 60px auto;
}
.ncshws-02 .czws-title::after {
    margin: 10px auto 0;
}
.ncshws-02 .box {
    width: 49%;
    height: 450px;
    float: left;
    position: relative;
    margin-top: 40px;
    overflow: hidden;
}
.ncshws-02 .box:last-child {
    float: right;
}
.ncshws-02 .box .pic {
    position: relative;
    width: 100%;
    height: 100%;
}
.ncshws-02 .box .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.ncshws-02 .box .pic .title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
}
.ncshws-02 .box .msg {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all .4s;
    font-size: 14px;
    color: #fff;
    padding: 40px;
}
.ncshws-02 .box .msg .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.ncshws-02 .box:hover .msg {
    top: 0;
}
.ncshws-02 .box:hover .pic .title {
    display: none;
}

.ncshws-3 .box .msg .content {
    height: 80px;
    overflow: hidden;
}

.czws-more {

    width: 260px;

    height: 50px;

    line-height: 50px;

    text-align: center;

    border-radius: 25px;

    border: solid 1px #0280ea;

    margin: 0 0;

}

.czws-more a {

    color: #0280ea;

    display: block;

}

.czws-more:hover {

    background-color: #0280ea;

}

.czws-more:hover a {

    color: #fff;

}

.czws-3 {
    padding: 50px 0;
    background-color: #f5f5f5;
}

.czws-3-title {

    text-align: center;

    font-size: 22px;

    color: #222222;


    font-weight: bold;

}

.czws-3 .box {

    margin-top: 55px;

}

.czws-3 .box ul li {

    width: 208px;
    height: 300px;
    padding: 20px 10px;
    float: left;

    text-align: center;

    margin-right: 30px;

    position: relative;

    top: 0;

    transition: all .5s;


}

.czws-3 .box ul li:hover {

    top: -15px;
    background-color: #0280ea;
    cursor: pointer;

}

.czws-3 .box ul li:last-child {

    margin-right: 0;

}

.czws-3 .box ul li .icon {

    width: 100px;

    height: 100px;

    margin: 0 auto;

}

.czws-3 .box ul li .icon .show {
    display: block;
}

.czws-3 .box ul li .icon .hide {
    display: none;
}

.czws-3 .box ul li:hover .icon .hide {
    display: block;
}

.czws-3 .box ul li:hover .icon .show {
    display: none;
}

.czws-3 .box ul li .title {

    font-size: 18px;

    color: #0280ea;

    font-weight: bold;

    margin: 25px 0;

    line-height: 1;

}

.czws-3 .box ul li:hover .title {
    color: #fff;
}

.czws-3 .box ul li .content {

    color: #666666;
    font-size: 14px;

}

.czws-3 .box ul li:hover .content {
    color: #fff;
}

.czws-4 {

    background-color: #f5f5f5;

    padding: 40px 0 100px;

}

.czws-4 .box {

    /* margin-top: 40px; */

}

.czws-4 .box ul li {

    width: 430px;

    margin-right: 55px;

    float: left;

}

.czws-4 .box ul li .pic {

    height: 220px;

    background-color: #f5f5f5;

    border-radius: 10px;

    overflow: hidden;

}

.czws-4 .box ul li:last-child {

    margin-right: 0;

}


.czws-4 .box ul li .msg {

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px;
    display: none;
}
.czws-4 .box ul li .pic:hover .msg {
    display: block;
}

.czws-4 .box ul li .title {

    font-size: 18px;

    color: #0280ea;

    font-weight: bold;

    margin-bottom: 15px;
    text-align: center;

}

.czws-4 .box ul li .content {

    color: #fff;

}
.czws-2-box {
    background: url(../images/czws-2_bg.png) center bottom 330px no-repeat;
}
.czws-03 {
    padding: 50px 0 0;
    /* background: url(../images/czws-03_bg.jpg) center top no-repeat; */
    /* border-bottom: 20px solid #f5f5f5; */
}
.czws-03 .w14 {
    background-color: #fff;
    padding: 50px 0 0;
}
/* .czws-03 .w14:hover {
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 20%);
} */
.czws-03 #tabbox {
    text-align: center;
    margin-top: 40px;
}
.czws-03 .tabs {
    display: inline-block;
}
.czws-03 .tabs li {
    width: 360px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    /* border-radius: 25px; */
    /* border: solid 1px #0280ea; */
    margin: 3px;
    float: left;
    background: #f5f5f5;
}
.czws-03 .tabs li a {
    display: block;
    color: #666;
}
.czws-03 .tabs li.thistab,
.czws-03 .tabs li:hover {
    background-color: #0280ea;
}
.czws-03 .tabs li.thistab a,
.czws-03 .tabs li:hover a {
    color: #fff;
}
.czws-03 .tab_conbox {
    margin-top: 20px;
}
.czws-03 .tab_con {
    height: 340px;
    padding: 0 50px;
}
.czws-03 .tab_con .pic {
    width: 45%;
    float: right;
    margin-top: 30px;
}
.czws-03 .tab_con .msg {
    width: 50%;
    float: left;
    text-align: left;
    padding-left: 150px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.czws-03 .tab_con .icon {
    width: 100px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.czws-03 .tab_con li {
    display: block !important;
    margin-bottom: 30px;
    position: relative;
}
.czws-03 .tab_con li::before {
    content: '';
    display: block;
    width: 4px;
    height: 18px;
    background-color: #0280ea;
    position: absolute;
    left: -15px;
    top: 3px;
}
.czws-03 .tab_con li strong {
    color: #0280ea;
    display: block;
    margin-bottom: 3px;
}
.czws-03 .tab_con li p {
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
}
.czws-03 .tab_con li p b{
    color: #fff;
    font-weight: bold;
    text-decoration: dotted;
    display: inline-block;
    background: #0280ea;
    padding: 3px 10px;
    margin-bottom: 5px;
}
.czws-03 .tab_con li p span{
    color: #666;
    font-size: 14px;
    display: block;
    /* text-indent: 2em; */
}
.czws-04 .cont{margin-top: 50px;}
.czws-04 .cont p{color:#666;margin-top: 20px;}
.czws-5 {

    padding: 85px 0 80px;
    position: relative;

}
.czws-5::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #0280ea;
    position: absolute;
    left: 0;
    top: 258px;
    z-index: 5;
}
.czws-5 .title {

    font-size: 22px;

    color: #222222;

    font-weight: bold;
    text-align: center;

}
.czws-5 .box {
    margin-top: 80px;
    position: relative;
    padding: 0 110px;
}
/* .czws-5 .box .swiper-container::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #0280ea;
    position: absolute;
    left: 0;
    top: 40px;
} */
.czws-5 .box .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: url(../images/czws-6_left.png) center center no-repeat #fff;
    /* top: 30px; */
    z-index: 6;
}
.czws-5 .box .swiper-button-next {
    width: 60px;
    height: 60px;
    background: url(../images/czws-6_right.png) center center no-repeat #fff;
    /* top: 30px; */
    z-index: 6;
}
.czws-5 .box .name {
    font-size: 16px;
    color: #0280ea;
    font-weight: bold;
    margin-bottom: 25px;
    height: 70px;
    position: relative;
}
.czws-5 .box .name::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-color: #0280ea;
    border: 3px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}
.czws-5 .box .intro {
    font-size: 14px;
    color: #666666;
    margin-bottom: 25px;
}
.czws-5 .box .intro p,
.czws-5 .box .intro span {
    font-size: 14px !important;
}


.czws-5 .msg {

    width: 670px;

    float: left;

    margin-top: 10px;

}

.czws-5 .msg .title {

    font-size: 22px;

    color: #222222;

    font-weight: bold;

}

.czws-5 .msg .content {
    font-size: 14px;
    color: #666;

    margin: 30px 0 70px;

    line-height: 1.7;

}

.czws-5 .pic {

    width: 441px;

    float: right;

}

.czws-5 .pic .swiper-container {

    padding: 20px 0;

}

.czws-5 .pic .swiper-slide {

    width: 188px;

    height: 266px;

    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);

    position: relative;

}

.czws-5 .pic .swiper-slide::before {

    content: '';

    display: block;

    background-color: rgba(255, 255, 255, 0.6);

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

}

.czws-5 .pic .swiper-slide-active::before {

    display: none;

}

.czws-6 {

    background-color: #f5f5f5;

    padding: 60px 0 120px;

}
.czws-6 .czws-title::after {
    margin: 10px auto 0;
}

.czws-6 .box {

    margin-top: 50px;

    position: relative;

    padding-bottom: 120px;

}

.czws-6 .box .swiper-container {

    padding: 20px 0;

}

.czws-6 .box .swiper-slide {

    background-color: #ffffff;

    box-shadow: 0px 0px 10px 0px rgba(26, 20, 19, 0.15);

    position: relative;

    top: 0;

    transition: all .5s;

}

.czws-6 .box .pic {

    width: 100%;

    height: 280px;

    overflow: hidden;

}

.czws-6 .box .msg {

    padding: 25px 36px 45px;

}

.czws-6 .box .msg .title {

    font-size: 16px;

    color: #222222;

    font-weight: bold;

    text-align: center;

    margin-bottom: 25px;

}

.czws-6 .box .msg .content {
    font-size: 14px;
    color: #666666;
    height: 42px;
}

.czws-6 .box .msg .more {

    width: 200px;

    height: 45px;

    line-height: 45px;

    text-align: center;

    border-radius: 23px;

    border: solid 1px #666666;

    margin: 35px auto 0;

}

.czws-6 .box .swiper-slide:hover {

    top: -15px;

}

.czws-6 .box .swiper-slide:hover .msg .more {

    background-color: #0280ea;

    border-color: #0280ea;

    color: #fff;

}

.czws-6 .box .swiper-button-prev {

    width: 60px;

    height: 60px;

    background: url(../images/czws-6_left.png) center center no-repeat;

    top: auto;

    bottom: 0;

    left: 45%;

}

.czws-6 .box .swiper-button-next {

    width: 60px;

    height: 60px;

    background: url(../images/czws-6_right.png) center center no-repeat;

    top: auto;

    bottom: 0;

    right: 45%;

}
.ncshws-02 .w14:hover {
    box-shadow:none !important;
}

.crumbs {

    line-height: 65px;

    font-size: 16px;

    color: #666666;

}

.crumbs a {

    color: #666666;

}

.crumbs .w14 {

    border-bottom: 1px solid #e0e0e0;

}

.crumbs i {

    color: #0280ea;

}

.crumbs img {

    width: 16px;

    margin-right: 5px;

}

.czws-detial-1 {

    margin: 80px auto;

}
.czws-detial-1 .w14 {
    background-color: #f5f5f5;
}

.czws-detial-1 .pic {

    width: 716px;

    height: 462px;

    overflow: hidden;

    float: left;

}

.czws-detial-1 .swiper-button-prev {

    width: 55px;

    height: 140px;

    background: url(../images/czws-detial_left.png) center center no-repeat;

    left: 0;

    transform: translateY(-50%);

    margin-top: 0;

}

.czws-detial-1 .swiper-button-next {

    width: 55px;

    height: 140px;

    background: url(../images/czws-detial_right.png) center center no-repeat;

    right: 0;

    transform: translateY(-50%);

    margin-top: 0;

}

.czws-detial-1 .msg {

    width: 625px;

    float: right;

    margin-top: 30px;

}

.czws-detial-1 .title {
    font-size: 22px;

    color: #333;

    font-weight: bold;

}

.czws-detial-1 .title p {
}

.czws-detial-1 .content {
    width: 500px;
    font-size: 14px;
    color: #666666;

}

.czws-detial-1 .zixun {
    display: none;
}

.czws-detial-1 .tel {

    float: left;

}

.czws-detial-1 .tel img {

    width: 41px;

    height: 41px;

    margin-right: 10px;

    float: left;

    margin-top: 5px;

}

.czws-detial-1 .tel div {

    float: left;

}

.czws-detial-1 .tel span {

    color: #666666;

}

.czws-detial-1 .tel p {

    font-size: 16px;

    color: #0280ea;

}

.czws-detial-1 .more {

    width: 122px;

    height: 44px;

    line-height: 44px;

    text-align: center;

    background-color: #0280ea;

    float: right;

    margin-top: 4px;

}

.czws-detial-1 .more a {

    color: #ffffff;

    display: block;

}

.czws-detial-2 {

    padding: 70px 0 100px;

}

.czws-detial-2 .tabs {

    height: 80px;

    background-color: #0280ea;

}

.czws-detial-2 .tabs li {

    float: left;

    width: 174px;

    height: 80px;

    line-height: 80px;

    text-align: center;

}

.czws-detial-2 .tabs li a {

    display: block;

    font-size: 18px;

    color: #ffffff;

}

.czws-detial-2 .tabs li.thistab {

    background-color: #ffffff;

    border-top: 2px solid #0280ea;

}

.czws-detial-2 .tabs li.thistab a {

    color: #0280ea;

}

.czws-detial-2 .tab_conbox {

    padding: 50px 0 100px;

    border-bottom: 1px solid #0280ea;

    font-size: 16px;

    color: #222222;

}

.czws-detial-2 .tab_con p {

    margin-bottom: 30px;

}

.czws-paging {

    text-align: center;

    margin-top: 55px;

}

.czws-paging a {

    width: 180px;

    height: 60px;

    line-height: 60px;

    text-align: center;

    border: solid 1px #a0a0a0;

    margin: 0 25px;

    display: inline-block;

    font-size: 16px;

    color: #666666;

}

.czws-recommend {

    background-color: #f5f5f5;

    padding: 70px 0 155px;

}

.czws-recommend .top {}

.czws-recommend .top .title {

    font-size: 30px;

    color: #0280ea;

    border-left: 11px solid #0280ea;

    padding-left: 15px;

    float: left;

    line-height: 1;

}

.czws-recommend .top .more {

    float: right;

    font-size: 16px;

    color: #666666;

    margin-top: 6px;

}

.czws-recommend .top .more a {

    color: #666666;

}

.czws-recommend .box {

    margin-top: 45px;

}

.czws-recommend ul li {

    float: left;

    width: 330px;

    height: 450px;

    background-color: #ffffff;

    box-shadow: 0px 0px 10px 0px rgba(26, 20, 19, 0.15);

    margin-right: 26px;

}

.czws-recommend ul li:last-child {

    margin-right: 0;

}

.czws-recommend ul li .pic {

    height: 210px;

    overflow: hidden;

}

.czws-recommend ul li .msg {

    padding: 25px 30px 0;

}

.czws-recommend ul li .msg .title {

    font-size: 16px;

    color: #222222;

    font-weight: bold;

}

.czws-recommend ul li .msg .content {

    color: #666666;

    margin: 25px 0 35px;

}

.czws-recommend ul li .msg .more {

    width: 200px;

    height: 45px;

    line-height: 45px;

    text-align: center;

    border-radius: 23px;

    border: solid 1px #666666;

    margin: 0 auto;

    color: #666666;

}

.ncshws-2 .box .pic {

    width: 521px;

    height: 309px;

    float: left;

    margin-top: 0;

}

.ncshws-2 .czws-more,
.ncshws-3 .czws-more,
.ncshws-2 .pack,
.ncshws-3 .pack {
    width: 200px;
    height: 50px;
    border-radius: 0;
    color: #0280ea;
    cursor: pointer;
}

.ncshws-2 .czws-more:hover,
.ncshws-3 .czws-more:hover {
    color: #fff;
}

.ncshws-2 .pack,
.ncshws-3 .pack {
    display: none;
}

.ncshws-3 {

    background-color: #ffffff;

    padding: 70px 0 88px;

}

.ncshws-3 .box .pic {

    width: 718px;

    height: 273px;

    float: right;

    margin-top: 0;

}

.ncshws-3 .box .msg {

    margin-top: 30px;

}
.stzl-1,
.gyfs-1 {
    padding-top: 100px;
}
.stzl-1 .pic,
.gyfs-1 div>.pic {
    margin-top: -100px;
}
.stzl-2 .content {

    font-size: 16px;

    color: #666666;

    margin: 35px 10px;

    text-align: center;

}

.stzl-2 .box {

    width: 1033px;

    margin: 0 auto;

}
.stzl-2 .czws-title::after {
    margin: 10px auto 0;
}

.stzl-03 {
    padding: 50px 0 60px;
}
.stzl-03 .tabs {
    width: 250px;
    float: left;
}
.stzl-03 .tabs li {
    width: 100%;
    height: 94px;
    text-align: left;
    position: relative;
    background-color: #f5f5f5;
}
.stzl-03 .tabs li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
}
.stzl-03 .tabs li p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 85%;
}
.stzl-03 .tabs li.thistab {
    background-color: #0280ea;
}
.stzl-03 .tabs li.thistab a {
    color: #fff;
}
.stzl-03 .tab_conbox {
    width: 920px;
    float: right;
}
.stzl-03 .tab_conbox .pic {
    width: 50%;
    float: left;
}
.stzl-03 .tab_conbox .msg {
    width: 46%;
    float: right;
}
.stzl-03 .box .msg .title {
    font-size: 22px;
    color: #222222;
    font-weight: bold;
}
.stzl-03 .box .msg .content {
    font-size: 14px;
    color: #666;
    margin: 30px 0 40px;
}

.stzl-3 {

    padding: 60px 0;

    margin-top: 45px;

}

.stzl-3 .box,

.stzl-4 .box,

.stzl-5 .box,

.stzl-6 .box {

    margin-top: 0;

}

.stzl-3 .box .pic,

.stzl-5 .box .pic {

    width: 660px;

    height: 375px;

    float: left;

    margin-top: 0;

}

.stzl-3 .box .msg {

    margin-top: 30px;

}

.stzl-3 .box .msg .content,

.stzl-4 .box .msg .content,

.stzl-5 .box .msg .content,

.stzl-6 .box .msg .content {

    line-height: 1.8;

}

.stzl-4 {

    padding: 70px 0 85px;

    background-color: #fff;

}

.stzl-4 .box .pic,

.stzl-6 .box .pic {

    width: 660px;

    height: 375px;

    float: right;

    margin-top: 0;

}

.stzl-4 .box .msg,

.stzl-6 .box .msg {

    margin-top: 55px;

    float: left;

}

.stzl-5 {

    padding: 80px 0;

}

.stzl-5 .box .msg {

    margin-top: 20px;

}

.stzl-6 {

    background-color: #fff;

    padding: 65px 0;

}

.stzl-6 .box .msg {

    margin-top: 20px;

}

.gyfs-1 {}

.gyfs-1 ol,.zhsw-3 ol {

    margin-top: 80px;

}

.gyfs-1 ol li,.zhsw-3 ol li {

    width: 450px;

    height: 320px;

    float: left;

    margin: 30px 25px 0 0;

    overflow: hidden;

    position: relative;

}

.gyfs-1 ol li:nth-child(3n),.zhsw-3 ol li:nth-child(3n) {

    margin-right: 0;

}

.gyfs-1 ol li:nth-child(-n+3),.zhsw-3 ol li:nth-child(-n+3) {

    margin-top: 0;

}

.gyfs-1 ol li .title,.zhsw-3 ol li .title{

    width: 100%;

    height: 50px;

    line-height: 50px;

    background-color: rgba(0, 0, 0, 0.5);

    position: absolute;

    left: 0;

    bottom: 0;

    text-align: center;

    font-size: 18px;

    color: #ffffff;

    font-weight: bold;

}

.yfsl-title {

    text-align: center;

}

.yfsl-title p {

    font-size: 32px;

    color: #0280ea;

    font-weight: bold;
    margin-bottom: 15px;

}

.yfsl-title span,
.yfsl-title span p {

    font-size: 16px;

    color: #666666;

    display: block;

    margin-top: 5px;

}

.yfsl-1 {

    padding: 55px 0 0;

}

.yfsl-1 .box {

    margin-top: 45px;

}

.yfsl-1 ul li {

    width: 15.7%;

    height: 490px;

    float: left;

    position: relative;

    overflow: hidden;

}

.yfsl-1 ul li.on {

    width: 37.1%;

    transition: width .3s;

}

.yfsl-1 ul li .pic {

    width: 100%;

    height: 100%;

    position: relative;

}

.yfsl-1 ul li .pic img {

    position: absolute;

    left: 50%;

    top: 0;

    transform: translateX(-50%);

    width: auto;

    height: 100%;

}

.yfsl-1 ul li .title {

    font-size: 22px;

    color: #ffffff;

    font-weight: bold;

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    text-align: center;

    background-color: rgba(0, 16, 20, 0.3);

}

.yfsl-1 ul li .title p {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 100%;

    text-align: center;

}

.yfsl-1 ul li .box {

    position: absolute;

    left: 0;

    top: 150%;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 74, 95, 0.6);

    margin-top: 0;

    transition: all .5s;

}

.yfsl-1 ul li .box .num {

    font-family: Impact;

    font-size: 60px;

    color: #ffffff;

    opacity: 0.1;

    position: absolute;

    right: 22px;

    top: 22px;

    line-height: 1;

}

.yfsl-1 ul li .box .msg {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 100%;

    padding: 0 60px;

}

.yfsl-1 ul li .box .msg p {

    font-size: 30px;

    color: #ffffff;

    font-weight: bold;

    margin-bottom: 20px;

}

.yfsl-1 ul li .box .msg span {

    color: #ffffff;

}

.yfsl-1 ul li.on .title {

    display: none;

}

.yfsl-1 ul li.on .box {

    top: 0;

}

.yfsl-2 {

    padding: 100px 0 50px;

}

.yfsl-2 .box {

    width: 1100px;

    margin: 30px auto 0;

    position: relative;

    padding-bottom: 55px;

}

.yfsl-2 .box .swiper-slide {

    height: 362px;

    background-color: #f5f5f5;

}

.yfsl-2 .box .swiper-slide .pic {

    width: 50%;

    height: 100%;

    overflow: hidden;

    float: left;

}

.yfsl-2 .box .swiper-slide .msg {

    width: 50%;

    float: left;

    font-size: 16px;

    color: #666;

    padding: 0 90px 0 45px;

    position: relative;

    top: 50%;

    transform: translateY(-50%);

}

.yfsl-2 .box .swiper-pagination {

    bottom: 0;

    left: 50%;

    transform: translateX(-50%);

}

.yfsl-2 .box .swiper-pagination-bullet {

    width: 16px;

    height: 16px;

    background-color: #e5e5e5;

    margin: 0 8px;

    opacity: 1;

}

.yfsl-2 .box .swiper-pagination-bullet-active {

    background-color: #0280ea;

}

.yfsl-3 {

    background-color: #f5f5f5;

    padding: 60px 0;

}

.yfsl-3 .box {

    margin-top: 40px;

}
.yfsl-3 .box .swiper-slide .pic {
    position: relative;
}
.yfsl-3 .box .swiper-slide .pic .title {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(8, 107, 135,0.4);
    background-color: rgba(2, 128, 234,0.5);
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    display: none;
}
.yfsl-3 .box .swiper-slide .pic .title p {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.yfsl-3 .box .swiper-slide:hover .pic .title {
    display: block;
}

.yfsl-3 .box ul li {

    width: 330px;

    float: left;

    margin: 40px 25px 0 0;

}

.yfsl-3 .box ul li:nth-child(4n) {

    margin-right: 0;

}

.yfsl-3 .box ul li:nth-child(-n+4) {

    margin-top: 0;

}

.yfsl-3 .box ul li .pic {

    height: 207px;

}

.yfsl-3 .box ul li .title {

    font-size: 16px;

    color: #222222;

    text-align: center;

    margin-top: 20px;

}

.yfsl-4 {

    margin: 25px 0 0;
    padding: 50px 0;background: #f5f5f5;

}

.yfsl-4 .content {

    width: 888px;

    margin: 0 auto;

    text-align: center;

    font-size: 16px;

    color: #666666;

    margin-top: 20px;

}

.yfsl-4 .box {

    width: 906px;

    margin: 55px auto 0;

}

.yfsl-4 .box .swiper-slide {

    width: 480px;

    /* height: 303px; */

}

.yfsl-5 {

    /* background-color: #f5f5f5; */

    padding: 80px 0 75px;

}

.yfsl-5 .list {

    width: 1360px;

    margin-top: 55px;

}

.yfsl-5 .list ul li {

    width: 650px;

    height: 248px;

    background-color: #f5f5f5;

    float: left;

    padding: 23px 34px;

    margin-top: 30px;

}

.yfsl-5 .list ul li:hover {

    cursor: pointer;

    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);

}

.yfsl-5 .list ul li:nth-child(even) {

    float: right;

}

.yfsl-5 .list ul li:nth-child(-n+2) {

    margin-top: 0;

}

.yfsl-5 .list ul li .pic {

    width: 202px;

    height: 202px;

    float: left;

    margin-right: 60px;

}

.yfsl-5 .list ul li .msg {

    width: 287px;

    float: left;

    position: relative;

    top: 50%;

    transform: translateY(-50%);

}

.yfsl-5 .list ul li .msg .title {}

.yfsl-5 .list ul li .msg .title p {

    font-size: 22px;

    color: #222222;

    font-weight: bold;

    display: inline-block;

}

.yfsl-5 .list ul li .msg .title span {

    font-size: 16px;

    color: #888888;

    margin-left: 25px;

}

.yfsl-5 .list ul li .msg .content {

    color: #666;

    margin-top: 20px;

}

.yfsl-6 {

    padding: 50px 0;

}

.yfsl-6 .list {

    text-align: center;

    margin-top: 50px;

}

.yfsl-6 ul {

    display: inline-block;

}

.yfsl-6 ul li {

    width: 200px;

    float: left;

    margin: 0 25px;

}

.yfsl-6 ul li .pic {

    height: 200px;

}

.yfsl-6 ul li .title {

    font-size: 16px;

    color: #222222;

    margin-top: 20px;

}

.zscq-1 {

    padding: 55px 0;
    background-color: #f5f5f5;

}

.zscq-1 .content {

    font-size: 16px;

    color: #666666;

    width: 875px;

    margin: 25px auto 0;

    text-align: center;
    display: none;

}

.zscq-1 .content strong {
    color: #0280ea;
}

.zscq-1 .num,
.qyjj-1 .num {
    text-align: center;
    margin: 50px auto;
}

.zscq-1 .num ol,
.qyjj-1 .num ol {
    display: inline-block;
}

.zscq-1 .num ol li,
.qyjj-1 .num ol li {
    float: left;
    margin: 0 60px;
}

.zscq-1 .num p,
.qyjj-1 .num p {
    font-size: 50px;
    color: #0280ea;
    font-weight: bold;
}

.zscq-1 .num span,
.qyjj-1 .num span {
    color: #666;
}

.zscq-1 .box {

    margin-top: 55px;

}

.zscq-1 ul li {

    width: 330px;

    height: 469px;

    float: left;

    margin: 30px 26px 0 0;

    position: relative;

    top: 0;

    transition: all .5s;

}
/* .zscq-1 ul li img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
} */

.zscq-1 ul li:nth-child(6n) {

    margin-right: 0;

}

/* .zscq-1 ul li:nth-child(-n+6) {

    margin-top: 0;

} */

.zscq-1 ul li:hover {

    top: -25px;

    /* box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2); */

    cursor: pointer;

}
.zscq-1 .swiper-slide {
    width: 330px;

    height: 469px;
}

.ztkt {

    margin: 55px 0 140px;

}

.ztkt .list {

    margin-top: 50px;

}

.ztkt .list ul li {

    height: 430px;

    background-color: #f5f5f5;

    padding: 40px 35px 40px 100px;

    margin-top: 40px;

}

.ztkt .list ul li .pic {

    width: 608px;

    height: 350px;

    float: right;

}

.ztkt .list ul li .msg {

    float: left;

}

.ztkt .list ul li .msg .title {

    font-size: 30px;

    color: #0280ea;

    font-weight: bold;

    margin-top: 25px;

}

.ztkt .list ul li .content {

    margin-top: 45px;

    font-size: 16px;

    color: #666;

}

.ztkt .list ul li .content p {

    padding-left: 20px;

    position: relative;

    line-height: 2;

}

.ztkt .list ul li .content p::before {

    content: '';

    display: block;

    width: 8px;

    height: 8px;

    background-color: #0280ea;

    position: absolute;

    left: 0;

    top: 15px;

}

.page-nav {

    height: 80px;

    line-height: 77px;

    border-bottom: 1px solid #e5e5e5;

    text-align: center;

}

.page-nav ul {

    display: inline-block;

}

.page-nav ul li {

    float: left;

    margin: 0 31px;

}

.page-nav ul li a {

    font-size: 16px;

    color: #222222;

}

.page-nav ul li.on {

    font-weight: bold;

    border-bottom: 3px solid #0280ea;

}

.page-nav ul li.on a {

    color: #0280ea;

}

.znzz {

    padding: 60px 0 180px;

}

.znzz .content {

    padding: 0 15px;

    font-size: 16px;

    color: #666;

    margin-top: 45px;

}

.znzz .box {

    margin-top: 70px;

}

.znzz .box img {

    width: auto;

    max-width: 100%;

    display: block;

    margin: 0 auto;

}

.zzcj {

    padding: 60px 0 220px;

}

.zzcj .box {

    margin-top: 40px;

}

.zhsw-1 {

    padding: 60px 0;

}

.zhsw-1 .content {

    text-align: center;
    font-size: 20px;
    color: #666;
    margin-top: 40px;
    letter-spacing: 5px;
    line-height: 2;

}

.zhsw-2 {

    background: url(../images/zhsw-2_bg.jpg) center top no-repeat;

    height: 770px;

    padding: 65px 0 0;

}

.zhsw-2 .yfsl-title p {

    color: #ffffff;
    line-height: 32px;

}

.zhsw-2 .content {

    font-size: 16px;

    color: #ffffff;

    padding: 0 10px;

    margin-top: 25px;

    text-align: center;

}

.zhsw-2 ul {

    margin-top: 65px;

}

.zhsw-2 ul li {

    float: left;

    width: 150px;

    text-align: center;

    margin: 0 50px;

    position: relative;

    top: 0;

    transition: all .5s;

}

.zhsw-2 ul li:hover {

    cursor: pointer;

    top: -15px;

}

.zhsw-2 ul li .icon {

    width: 150px;

    height: 150px;

    margin: 0 auto;

}

.zhsw-2 ul li .msg {

    color: #ffffff;

}

.zhsw-2 ul li .msg p {

    font-size: 22px;

    margin: 30px 0 20px;

}

.zhsw-2 ul li .msg span {

    font-size: 16px;

}

.zhsw-3 {

    height: 400px;
    margin-top: -200px;
    /* margin: 95px auto 100px; */
    position: relative;
}
.zhsw-3::before {
    content: "";
    display: block;
    width: 60px;
	height: 60px;
    background-color: #fff;
    position: absolute;
    right: -8px;
    top: -8px;
    z-index: 2;
    visibility: inherit;
}
.zhsw-3::after {
    content: "";
    display: block;
    width: 60px;
	height: 60px;
    background-color: #0280ea;
    position: absolute;
    left: -8px;
    bottom: -8px;
    z-index: 2;
    visibility: inherit;
}

.zhsw-3 .pic {
    position: relative;
    z-index: 3;
    width: 51%;

    float: right;

}

.zhsw-3 .msg {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    float: left;
    padding: 50px 60px 0 70px;
    background-color: #f8f8f8;

}


.zhsw-3 .msg .title {

    font-size: 32px;

    color: #0280ea;

    font-weight: bold;

    margin-bottom: 20px;
    text-align: center;

}

.zhsw-3 .msg .content {

    font-size: 16px;

    color: #666;

}
.zhsw-3 .msg .content p {

    font-size: 22px;

    color: #333;
    font-weight: bold;

}

.zhsw-4 {

    padding: 80px 0 170px;

    background-color: #f5f5f5;

}

.zhsw-4 .box {

    width: 670px;

    float: left;

    margin-top: 65px;

}

.zhsw-4 .box:last-child {

    float: right;

}

.zhsw-4 .box .msg {}

.zhsw-4 .box .msg p {

    font-size: 22px;

    color: #0280ea;

    font-weight: bold;

    margin-bottom: 20px;

}

.zhsw-4 .box .msg span {

    color: #666;

}

.zhsw-4 .box .pic {

    margin-top: 45px;

}

.hpb {

    margin: 60px auto 130px;

}

.hpb-title {line-height: 1;border-left: 6px solid #0280ea;font-size: 28px;color: #0280ea;font-weight: bold;padding-left: 15px;}
.hpb-cont{width: 1120px;margin: 50px auto 0;}
.hpb-cont .hpb-box{border-radius: 35px;background: #0281eb;font-size: 0;text-align: left;padding: 35px 25px;margin-bottom: 42px;box-shadow: 1px 2px 10px 2px rgba(0, 0, 0, 0.1);}
.hpb-cont .hpb-box h2{width: 125px;height: 125px;display: inline-block;vertical-align: middle;margin-right: 45px;}
.hpb-cont .hpb-box ul{width: 870px;display: inline-block;vertical-align: middle;font-size: 0;text-align: left;}
.hpb-cont .hpb-box ul li{display: inline-block;vertical-align: top;margin-right:55px;}
.hpb-cont .hpb-box ul li img{width: 250px;height: 52px;display: block;margin-bottom: 10px;}
.hpb-cont .hpb-box ul li p{font-size: 14px;color:#fff;text-align: justify;}
.hpb-cont .hpb-box ul li:nth-child(3){margin-right: 0;}
.hpb-cont .hpb-box:nth-child(2){background-color: #fff;}
.hpb-cont .hpb-box:nth-child(2) ul li p{color:#0280ea}

.hpb-1 {

    margin-top: 40px;

}

.hpb-1 .content {

    color: #666;

    margin-top: 20px;

}

.hpb-2 {

    margin-top: 70px;

}

.hpb-2 .tabs {

    margin-top: 45px;

}

.hpb-2 .tabs li {

    height: 50px;

    line-height: 50px;

    background-color: #eeeeee;

    border-radius: 10px;

    font-size: 18px;

    color: #666666;

    float: left;

    margin-right: 15px;

}

.hpb-2 .tabs li a {

    display: block;

    color: #666666;

    padding: 0 28px;

}

.hpb-2 .tabs li.thistab {

    background-color: #0280ea;

}

.hpb-2 .tabs li.thistab a {

    color: #ffffff;

}

.hpb-2 .tab_con {

    margin-top: 48px;


    color: #666;

}

.hpb-2 .tab_con .pic {

    text-align: center;

    font-size: 16px;

    color: #666666;

}

.hpb-2 .tab_con img {

    width: auto;

    max-width: 100%;

    display: block;

    margin: 30px auto;

}

.hpb-2 .hpb-title{margin-bottom: 30px;}
.hpb-2 ul{width: auto;font-size: 0;text-align: left;}
.hpb-2 ul li{width: 23.5%;display: inline-block;vertical-align: top;margin-right: 2%;}
.hpb-2 ul li:nth-child(4){margin-right: 0;}
.hpb-2 ul li .img{width: 100%;height: auto;display: block;overflow: hidden;}
.hpb-2 ul li .img img{width: 100%;display: block;}
.hpb-2 ul li p{font-size: 15px;color:#333;line-height: 40px;text-align: center;}

.news {

    padding: 50px 0 240px;

}

.news-recommend {

    height: 430px;

    background-color: #f5f5f5;

}

.news-recommend .pic {

    width: 50%;

    height: 100%;

    float: left;

}

.news-recommend .msg {

    width: 50%;

    float: left;

    padding: 85px 95px 0 75px;

}

.news-recommend .msg .title {

    font-size: 22px;

    color: #222222;

    font-weight: bold;

}

.news-recommend .msg .content {

    font-size: 16px;

    color: #666666;

    margin: 35px 0 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

}

.news-recommend .msg .time {

    color: #888888;

}

.list-news {}

.list-news ul li {

    width: 430px;

    float: left;

    margin: 60px 55px 0 0;

    border-bottom: 1px solid #e5e5e5;

}

.list-news ul li:nth-child(3n) {

    margin-right: 0;

}

.list-news ul li .pic {

    height: 263px;

    overflow: hidden;

}

.list-news ul li .msg {

    padding: 25px 40px 50px 30px;

}

.list-news ul li .title {

    font-size: 16px;

    color: #222222;

    height: 50px;

}

.list-news ul li .time {

    margin-top: 50px;

    font-size: 16px;

    color: #888888;

}

.list-news ul li:hover {

    border-bottom: 1px solid #0280ea;

    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);

}

.list-news ul li:hover .title {

    color: #0280ea;

}

.paging {

    text-align: center;

}

.paging ul {
    display: inline-block;
}

.paging li,
.paging li.thisclass {
    float: left;
    font-size: 16px;

    color: #666666;

    margin: 0 24px;

}

.paging li a {
    color: #666666;
}

.paging li.thisclass {

    font-size: 30px;

    color: #0280ea;
    position: relative;
    top: -15px;
}

/* .paging a:first-child {

    display: none;

}

.paging a:nth-child(2),

.paging a:last-child {

    width: 45px;

	height: 45px;

    line-height: 45px;

    text-align: center;

    display: inline-block;

    border-radius: 50%;

    color: #0280ea;

    position: relative;

    top: -5px;

} */

.news .paging {

    margin-top: 90px;

}

.news-detail {

    padding: 65px 0 195px;

}

.news-detail .title {

    font-size: 30px;

    color: #222222;

    text-align: center;

    font-weight: bold;

}

.news-detail .time {

    color: #aaaaaa;

    text-align: center;

    margin: 50px 0;

}

.news-detail .time span {

    margin: 0 60px;

}

.news-detail .article {

    border-top: 1px solid #d2d2d2;

    border-bottom: 1px solid #d2d2d2;

    padding: 60px 0 65px;

    color: #333333;

}

.news-detail .article img,

.news-detail .article video {

    width: auto;

    max-width: 100%;

    display: block;

    /*margin: 35px auto;*/
    margin: 0 auto;
}

.news-detail .news-paging {

    margin-top: 50px;

}

.news-detail .news-paging ol li {

    width: 50%;

    float: left;

    color: #666666;

}

.news-detail .news-paging ol li a {

    color: #666666;

}

.news-detail .news-paging ol li:last-child {

    text-align: right;

}

.spzq {

    padding: 45px 0 185px;

}

.spzq .spzq-recommend {
    position: relative;
    height: 500px;
    overflow: hidden;
}
.spzq .spzq-recommend a>img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 0;
}
.spzq .spzq-recommend  video {
    width: 100%;
}

.spzq .spzq-recommend .icon {
    width: 104px;
    height: 104px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.list-spzq {}

.list-spzq ul li {

    width: 440px;

    margin: 50px 40px 0 0;

    float: left;

}

.list-spzq ul li:nth-child(3n) {

    margin-right: 0;

}

.list-spzq ul li .pic {

    position: relative;

    height: 260px;

}

.list-spzq ul li .icon {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    width: 60px;

    height: 60px;

    z-index: 6;

}

.list-spzq ul li .title {

    color: #222222;

    text-align: center;

    margin-top: 20px;

}

.spzq .paging {

    margin-top: 60px;

    display: none;

}

.rczp {

    padding: 100px 0 290px;

}

.rczp-1 {

    background: url(../images/rczp-1_bg.jpg) center center no-repeat;

    height: 850px;

    padding-top: 95px;

}

.rczp-1 .title {

    color: #ffffff;

}

.rczp-1 .title p {

    font-size: 48px;

    font-weight: bold;

    margin-bottom: 20px;

}

.rczp-1 .title span {

    font-size: 16px;

}

.rczp-1 ul {

    margin-top: 80px;

}

.rczp-1 ul li {

    width: 550px;

    height: 200px;

    float: left;

    position: relative;

}

.rczp-1 ul li .title {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    font-size: 18px;

    color: #ffffff;

    /* font-weight: bold; */

    width: 100%;

    text-align: center;

}

.rczp-1 ul li:nth-child(2),

.rczp-1 ul li:nth-child(5) {

    width: 350px;

}

.rczp-1 ul li:nth-child(3),

.rczp-1 ul li:nth-child(6) {

    width: 500px;

}

.join {

    padding: 85px 0 0;

}

.join .top {

    height: 80px;

    line-height: 80px;

    font-size: 22px;

    color: #222222;

    background-color: #e5e5e5;

    padding: 0 30px;

    margin-top: 50px;

    font-weight: bold;

}

.join .top ul li,

.join .list-join .content ul li {

    float: left;

    width: 20%;

    text-align: center;

}

/* .join .top ul li:first-child ,

.join .list-join .content ul li:first-child {

    width: 450px;

    text-indent: 65px;

    text-align: left;

} */

.join .top ul li:last-child,

.join .list-join .content ul li:last-child {

    float: right;

}

.join .list-join {

    margin-top: 30px;

}

.join .list-join .content {

    border-bottom: .01rem solid #eeeeee;

}

.join .list-join .content ul {

    line-height: 90px;

    cursor: pointer;

}

.join .list-join .content {

    background-color: #ffffff;

    /* box-shadow: 0px 0px 20px 0px 

		rgba(0, 0, 0, 0.1); */

    border-radius: 10px;

}

.join .list-join .content ul li {

    font-size: 16px;

    color: #222222;

}

.join .list-join .content ul li:first-child {

    font-size: 16px;

    color: #333333;

    position: relative;

}

.join .list-join .content ul li:last-child .check {

    width: 12px;

    height: 14px;

    margin: 0 auto;

}

.join .list-join .content ul li:last-child .check img {

    transition: all .5s;

}

.join .list-join .content ul li:last-child .check.on img {

    transform: rotate(90deg);

}

/* .join .list-join .content ul.on :last-child .check{

    background-color: #d93816;

	box-shadow: 0px 0px 25px 0px 

		rgba(69, 69, 69, 0.2);

} */

/* .join .list-join .content ul.jizhao li:first-child::before {

    content: '';

    display: block;

    width: 44px;

    height: 27px;

    background: url(../images/icon_join_1.png) center center no-repeat;

    background-size: 100%;

    position: absolute;

    left: 15px;

    top: 35px;

} */

.join .hide {

    background-color: #f5f5f5;

    padding: 40px 115px 65px;

    display: none;

}

.join .hide .msg {

    color: #666;

}

.join .hide .require {

    margin-bottom: 30px;

    line-height: 2;

}

.join .hide .require p {

    font-size: 16px;

    color: #666666;

}

.join .hide .msg {
    line-height: 1.8;
}
.join .hide .msg strong {

    font-size: 22px;

    color: #222222;

    /*display: block;*/

    margin-bottom: 10px;

    font-weight: bold;

    margin-top: 30px;

}

.join .hide .msg span:first-child {

    margin-top: 0;

}

.join .hide .send {

    width: 346px;

    height: 93px;

    background-color: #0280ea;

    border-radius: 10px;

    margin: 60px auto 0;

    text-align: center;

    color: #ffffff;

    line-height: 1.2;

}

.join .hide .send a {

    color: #ffffff;

    display: block;

    padding-top: 20px;

}

.join .hide .send span {

    font-size: 16px;

}

.join .hide .send p {

    font-size: 22px;

}

.hljh-1 {

    background: url(../images/hljh-1_bg.jpg) center center no-repeat;

    height: 850px;

    padding-top: 95px;

}

.hljh-1 ol {

    margin-top: 80px;

}

.hljh-1 ol li {

    width: 50%;

    height: 200px;

    float: left;

    position: relative;

}

.hljh-1 ol li .msg {

    position: absolute;

    left: 75px;

    top: 50%;

    transform: translateY(-50%);

    color: #ffffff;

}

.hljh-1 ol li .msg p {

    font-size: 18px;

    color: #ffffff;

    font-weight: bold;

    margin-bottom: 10px;

}

.hljh-1 ol li .msg span {

    font-size: 16px;

}

.qyjj-1 {

    padding: 80px 0 50px;

    font-size: 16px;

    color: #666;

    text-indent: 2em;

}

/* .qyjj-1 .pic {
    width: 500px;
    float: left;
}

.qyjj-1 .msg {
    width: 600px;
    float: right;
}

.qyjj-1 .msg .content {
    height: 300px;
    overflow: hidden;
} */

.qyjj-1 .msg .czws-more {
    text-indent: 0;
    margin-top: 15px;
}

.qyjj-1 .msg .czws-more:hover {
    color: #fff;
    cursor: pointer;
}

.qyjj-1 .msg .pack {
    display: none;
}

.qyjj-1 p {

    margin-bottom: 20px;

}

.qyjj-1 img {

    width: auto;

    max-width: 100%;

    display: block;

    margin: 0 auto 30px;

}

.qyjj-2 {

    background-color: #f0f7fd;

    padding: 80px 0 140px;

}

.qyjj-2 .czws-title span {

    color: #222222;

    opacity: 0.5;

}
.qyjj-2 .czws-title::after {
    margin: 15px auto 0;
}

.qyjj-2 .box {

    position: relative;

    margin-top: 70px;

}

.qyjj-2 .box .swiper-container {

    padding-bottom: 15px;

}

.qyjj-2 #thumbs {

    margin: 0 125px;

}

.qyjj-2 #thumbs::after {

    content: '';

    display: block;

    width: 80%;

    height: 1px;

    color: #dddddd;

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    bottom: 5px;

}

.qyjj-2 #thumbs .swiper-slide {

    font-size: 24px;

    color: #999;

    position: relative;

    height: 100px;

    transition: all .5s;

}

/* .qyjj-2 #thumbs .swiper-slide p {

	height: 50px;

	position: absolute;

	bottom: 20px;

	text-align: center;

}

.qyjj-2 #thumbs .swiper-slide::after {

	content: '';

	display: block;

	width: 9px;

	height: 9px;

	background-color: #aaaaaa;

	margin: 0 auto;

	border-radius: 50%;

	position: absolute;

	bottom: 0;

	left: 50%;

	transform: translateX(-50%);

} */

.qyjj-2 #thumbs .swiper-slide-thumb-active {

    font-size: 48px;

    color: #0280ea;
    font-weight: bold;

    transition: all .5s;

}



.qyjj-2 #thumbs .swiper-slide {

    position: relative;

    padding-bottom: 20px;

    border-bottom: 1px solid #e5e5e5;

    visibility: visible;

}

.qyjj-2 #thumbs .swiper-slide .year {

    position: absolute;

    width: 100%;

    text-align: center;

    bottom: .521vw;

    cursor: pointer;

}

.qyjj-2 #thumbs .swiper-slide .circle {

    cursor: pointer;

    position: absolute;

    left: 50%;

    bottom: -6px;

    width: 12px;

    height: 12px;

    background-color: #dddddd;

    border-radius: 50%;

}

.qyjj-2 #thumbs .swiper-slide-thumb-active .circle {

    background: url(../images/qyjj-2_circle.png) center center no-repeat;

    background-size: 100%;

    width: 26px;

    height: 26px;

    bottom: -13px;

}

.qyjj-2 #gallery {

    margin: 20px 100px 0;

}

.qyjj-2 #gallery ul {}

.qyjj-2 #gallery ul li {

    padding: 25px 0;

    border-bottom: 1px solid #dddddd;

}

.qyjj-2 #gallery ul li .pic {

    width: 285px;

    height: 175px;

    float: left;

}

.qyjj-2 #gallery ul li .msg {

    width: 780px;

    height: 175px;

    float: left;

    padding-left: 45px;

}

.qyjj-2 #gallery ul li .msg .content {

    font-size: 18px;

    color: #666666;

    position: relative;

    top: 50%;

    transform: translateY(-50%);

}

.qyjj-2 .swiper-button-prev {

    width: 70px;

    height: 70px;

    background: url(../images/icon_prev.png) center center no-repeat;

    background-size: 100%;

    outline: none;

    top: 75%;

}

.qyjj-2 .swiper-button-next {

    width: 70px;

    height: 70px;

    background: url(../images/icon_next.png) center center no-repeat;

    background-size: 100%;

    outline: none;

    top: 75%;

}

.qyjj-3 {

    padding: 80px 0 145px;

    text-align: center;

}

.qyjj-3 .tabs {

    display: inline-block;

}

.qyjj-3 .tabs li {

    width: 200px;

    height: 60px;

    line-height: 60px;

    text-align: center;

    background-color: #eeeeee;

    border-radius: 10px;

    float: left;

    margin: 0 12px;

}

.qyjj-3 .tabs li a {

    display: block;

    font-size: 16px;

    color: #666666;

}

.qyjj-3 .tabs li.thistab {

    background-color: #0280ea;

}

.qyjj-3 .tabs li.thistab a {

    font-size: 18px;

    color: #ffffff;

    font-weight: bold;

}

.qyjj-3 .tab_conbox {

    text-align: left;

    margin-top: 40px;

}

.qyjj-3 .tab_con {

    position: relative;

    padding-bottom: 50px;

}

.qyjj-3 .swiper-pagination {

    bottom: 0;

    left: 50%;

    transform: translateX(-50%);

}

.qyjj-3 .swiper-pagination-bullet {

    width: 15px;

    height: 15px;

    background-color: #dcdcdc;

    opacity: 1;

    margin: 0 6px;

}

.qyjj-3 .swiper-pagination-bullet-active {

    background-color: #0280ea;

}

.whdx {

    height: 820px;

    background: url(../images/whdx_bg.jpg) center center no-repeat;

}

.whdx .box {

    position: relative;

    height: 100%;

}

.whdx .box ul li {

    color: #ffffff;

    padding-left: 68px;

    position: relative;

    cursor: pointer;

}

@keyframes xing {

    0% {

        transform: scale(1) translateY(-50%);

    }

    25% {

        transform: scale(1.2) translateY(-50%);

    }

    50% {

        transform: scale(1) translateY(-50%);

    }

    75% {

        transform: scale(1.2) translateY(-50%);

    }

}

.whdx .box ul li::before {

    content: '';

    display: block;

    width: 38px;

    height: 38px;

    background: url(../images/icon_whdx.png) center center no-repeat;

    position: absolute;

    left: 0;

    top: 50%;

    transform: scale(1) translateY(-50%);

    -webkit-animation-name: xing;

    -webkit-animation-timing-function: ease-in-out;

    -webkit-animation-iteration-count: infinite;

    -webkit-animation-duration: 2s;

}

/* .whdx .box ul li:hover::before {

    transform: scale(1.2) translateY(-50%);

} */





.whdx .box ul li p {

    font-size: 26px;

    font-weight: bold;

}

.whdx .box ul li p::after {

    content: '';

    display: block;

    width: 25px;

    height: 1px;

    background-color: #ffffff;

    margin: 15px 0;

}

.whdx .box ul li span {

    font-size: 16px;

}

.whdx .box ul li:nth-child(1) {

    position: absolute;

    top: 380px;

    left: 25px;

}

.whdx .box ul li:nth-child(2) {

    position: absolute;

    top: 260px;

    left: 340px;

}

.whdx .box ul li:nth-child(3) {

    position: absolute;

    top: 95px;

    left: 730px;

}

.whdx .box ul li:nth-child(4) {

    position: absolute;

    top: 350px;

    left: 1145px;

}

.qqzl-1 {

    margin: 60px auto 75px;

}

.qqzl-1 .qqzl-title {

    text-align: center;

    color: #0280ea;

}

.qqzl-1 .qqzl-title p {

    font-size: 32px;

    font-weight: bold;

    margin-bottom: 20px;

}

.qqzl-1 .qqzl-title span {

    font-size: 16px;

}

.qqzl-1 .content {


    color: #666;

    text-indent: 2em;

    margin: 50px 0 40px;

}

.qqzl-1 .box {}

.qqzl-1 ul li {

    width: 14.3%;

    height: 500px;

    float: left;

    position: relative;

    overflow: hidden;

}

.qqzl-1 ul li.on {

    width: 56.7%;

    transition: width .3s;

}

.qqzl-1 ul li .pic {

    width: 100%;

    height: 100%;

    position: relative;

}

.qqzl-1 ul li .pic img {

    position: absolute;

    left: 50%;

    top: 0;

    transform: translateX(-50%);

    width: auto;

    height: 100%;

}

.qqzl-1 ul li .title {

    font-family: Haettenschweiler;

    font-size: 200px;

    opacity: 0.5;

    color: #ffffff;

    font-weight: bold;

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    text-align: center;

}

.qqzl-1 ul li .title p {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 100%;

    text-align: center;

}

.qqzl-1 ul li .box {

    position: absolute;

    left: 0;

    top: 100%;

    width: 100%;

    height: 100%;

    transition: all .5s;

}

.qqzl-1 ul li .box .msg {

    position: absolute;

    left: 50%;

    bottom: 55px;

    transform: translateX(-50%);

    width: 100%;

    padding: 0 75px;

    display: none;

}

.qqzl-1 ul li .box .msg p {

    font-size: 100px;

    color: #ffffff;

    font-weight: bold;

    margin-bottom: 10px;

    line-height: 1;

}

.qqzl-1 ul li .box .msg span {

    font-size: 16px;

    color: #ffffff;

}

.qqzl-1 ul li.on .title {

    display: none;

}

.qqzl-1 ul li.on .box {

    top: 0;

}

.qqzl-1 ul li.on .box .msg {

    display: block;

}

.qqzl-2 {

    background: url(../images/qqzl-2_bg.jpg) center center no-repeat;

    height: 832px;

    padding-top: 123px;

}

.qqzl-2 .pic {

    margin: 0 0 0 110px;

}

.qqzl-2 .box {

    position: relative;

}

.qqzl-2 ul li {

    width: 300px;

    height: 70px;

    line-height: 70px;

    text-align: center;

    font-size: 22px;

    color: #0280ea;

    font-weight: bold;

}

.qqzl-2 ul li:nth-child(1) {

    position: absolute;

    top: 140px;

    right: 85px;

}

.qqzl-2 ul li:nth-child(2) {

    position: absolute;

    top: 240px;

    right: 85px;

}

.xzzx {

    margin: 65px auto 180px;

}

.xzzx .top,

.xzzx ul li {

    height: 70px;

    line-height: 70px;

    background-color: #0280ea;

}

.xzzx .top div,

.xzzx ul li div {

    width: 20%;

    float: left;

    font-size: 18px;

    color: #ffffff;

    font-weight: bold;

    text-align: center;

}

.xzzx .top .name,

.xzzx ul li .name {

    width: 40%;

}

.xzzx ul li {

    background-color: #ffffff;

}

.xzzx ul li:nth-child(even) {

    background-color: #f8f8f8;

}

.xzzx ul li div {

    font-size: 16px;

    color: #555555;

    font-weight: normal;

}

.xzzx ul li div a {

    color: #0280ea;

}

.xzzx .xzzx-paging {
    margin-bottom: 100px;
}

.list-search-box {

    margin: 0 auto 250px;

}

.list-search-box .prompt {

    font-size: 16px;

    color: #888888;

    margin: 30px 0 50px;

}

.list-search {

    width: 740px;

    float: left;

}

.list-search ul li {

    margin-top: 45px;

}

.list-search ul li:first-child {

    margin-top: 0;

}

.list-search ul li .title {

    font-size: 22px;

    color: #222222;

}

.list-search ul li .content {

    font-size: 16px;

    color: #222222;

    margin: 20px 0 25px;

}

.list-search ul li .title i,

.list-search ul li .content i {

    color: #f60101;

}

.list-search ul li .time {

    font-size: 16px;

    color: #888888;

}

.list-search ul li .time span {

    margin-right: 45px;

}

.search-recommend {

    width: 300px;

    float: right;

}

.search-recommend .recommend-title {

    border-left: 5px solid #086b87;

    padding-left: 14px;

    font-size: 18px;

    color: #333333;

}

.search-recommend ul li {

    margin-top: 40px;

}

.search-recommend ul li .pic {

    height: 202px;

    overflow: hidden;

}

.search-recommend ul li .title {

    font-size: 16px;

    color: #333333;

    margin-top: 15px;

}














.w14 {

    width: 1200px;

}

footer .footer-left {

    width: 310px;

}

footer .footer-right {

    width: 890px;

}

footer .footer-logo {

    margin-left: 20px;

}

.czws-2 .box .pic {

    width: 546px;

}

.czws-2 .box .msg {

    width: 585px;

}

.czws-3 .box ul li {


    width: 200px;

    margin-right: 0px;
    border-radius: 6px;

}

.czws-4 .box ul li {

    width: 380px;

    margin-right: 30px;
    position: relative;
    top: 0;
    transition: all .5s;
}

.czws-4 .box ul li:hover {
    top: -15px;
}

.czws-4 .box ul li .pic {

    height: 194px;
    position: relative;
}

.czws-6 .box .pic {

    height: 237px;

}

.czws-6 .box .swiper-button-prev {

    left: 44%;

}

.czws-6 .box .swiper-button-next {

    right: 44%;

}

.czws-detial-1 .pic {

    width: 53.5%;

    height: 430px;

}

.czws-detial-1 .msg {

    width: 44%;

}

.czws-detial-1 .content {


}

.czws-recommend ul li {

    width: 285px;

    height: 430px;

    margin-right: 20px;

}

.czws-recommend ul li .pic {

    height: 180px;

}

.gyfs-1 ol li {

    width: 385px;

    height: 274px;

    margin: 25px 20px 0 0;

}

.yfsl-3 .box ul li {

    width: 285px;

    margin: 40px 20px 0 0;

}

.yfsl-3 .box ul li .pic {

    height: 179px;

}

.yfsl-5 .list {

    width: 1200px;

}

.yfsl-5 .list ul li {

    width: 575px;
    transform: scale(1);
    transition: all .5s;

}

.yfsl-5 .list ul li:hover {
    background-color: #0280ea;
    transform: scale(1.03);
}

.yfsl-5 .list ul li .pic {

    margin-right: 30px;
    border-radius: 50%;
    overflow: hidden;

}

.yfsl-5 .list ul li .msg {

    width: 265px;

}

.yfsl-5 .list ul li:hover .msg .title p,
.yfsl-5 .list ul li:hover .msg .title span,
.yfsl-5 .list ul li:hover .msg .content {
    color: #fff;
}

.zscq-1 ul{font-size: 0;text-align: left;}
.zscq-1 ul li {
    width: 19.2%;display: inline-block;vertical-align: top;margin-right: 1%;height: auto;
}
.zscq-1 ul li .img{width: 100%;height: 127px;margin: 0 auto 10px;display: block;}
.zscq-1 ul li .img img{width: auto;height: 127px;display: block;margin: 0 auto;}
.zscq-1 ul li p{font-size: 14px;color:#333;line-height: 24px;text-align: center;}
.zscq-1 ul li:nth-child(5){margin-right: 0;}

.ztkt .list ul li .pic {

    width: 515px;

    height: auto;

}

.ztkt .list ul li .msg {

    width: 50%;

}

.ztkt .list ul li .content {

    font-size: 16px;

}

.ztkt .list ul li .content p::before {

    top: 13px;

}

.zhsw-2 ul li {

    margin: 0 25px;

}

.zhsw-4 .box {

    width: 47.8%;

}

.news-recommend {

    height: 368px;

}

.news-recommend .msg {

    padding-top: 55px;

}

.list-news ul li {

    width: 375px;

    margin: 60px 35px 0 0;

}

.list-news ul li .pic {

    height: 230px;

}

.list-spzq ul li {

    width: 380px;

    margin: 40px 30px 0 0;

}

.list-spzq ul li .pic {

    height: 225px;

}

.rczp-1 ul li {

    width: 470px;

    height: 170px;

}

.rczp-1 ul li:nth-child(2),

.rczp-1 ul li:nth-child(5) {

    width: 300px;

}

.rczp-1 ul li:nth-child(3),

.rczp-1 ul li:nth-child(6) {

    width: 430px;

}

.hljh-1 ol li {

    height: 170px;

}

.qyjj-2 #gallery ul li .msg {

    width: 700px;

}

.whdx .box ul li:nth-child(4) {

    left: auto;

    right: 0;

}

.qqzl-2 ul li {

    width: 255px;

    height: 60px;

    line-height: 60px;

    font-size: 22px;
    display: none;

}

.qqzl-2 ul li:nth-child(1) {

    top: 117px;

}

.qqzl-2 ul li:nth-child(2) {

    top: 201px;

}


.page-box {
    margin: 100px auto;
}



.shzr {
    margin-top: 60px;
}
.shzr ul li {
    margin-top: 60px;
    position: relative;
}
.shzr ul li .pic {
    width: 850px;
    float: left;
}
.shzr ul li .msg {
    background-color: #0280ea;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 550px;
    height: 315px;
    padding: 60px 50px;
    color: #fff;
}
.shzr ul li .msg .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.shzr ul li:nth-child(even) .pic {
    float: right;
}
.shzr ul li:nth-child(even) .msg {
    right: auto;
    left: 0;
}
.shzr ul li:nth-child(2) .msg {
    background-color: #518427;
}
.shzr ul li:nth-child(3) .msg {
    background-color: #0071a4;
}

.ythsb-1 {
    margin: 65px auto 70px;
}
.ythsb-1 .content {
    font-size: 16px;
    color: #666;
    margin: 60px 15px 0;
}
.ythsb-2 {
    height: 850px;
    background: url(../images/ythsb-2_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 60px 0 85px;
    color: #fff;
}
.ythsb-2 .w14>.title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.ythsb-2 .w14>.content {
    margin: 25px 5px 0;
    text-align: center;
}
.ythsb-2 ul {
    margin-top: 30px;
}
.ythsb-2 ul li {
    width: 350px;
    float: left;
    margin-right: 10px;
    margin-top: 60px;
}
.ythsb-2 ul li:last-child {
    margin-right: 0;
}
.ythsb-2 ul li .pic {
    width: 350px;
    height: 323px;
    margin: 0 auto;
    transform: scale(1);
    transition: all .5s;
}
.ythsb-2 ul li .msg {
    margin: 0 12px;
}
.ythsb-2 ul li .title {
    margin: 25px 0 5px 0;
    font-size: 20px;
    font-weight: bold;
}
.ythsb-2 ul li.on {
    width: 480px;
    margin-top: 0;
}
.ythsb-2 ul li.on .pic {
    width: 100%;
    height: 445px;
    /* transform: scale(1.5); */
}
.ythsb-3 {
    background-color: #f5f5f5;
    padding: 95px 0 165px;
}
.ythsb-3 .pic {
    width: 535px;
    float: right;
}
.ythsb-3 .msg {
    width: 545px;
    float: left;
    margin-top: 30px;
}
.ythsb-3 .msg .title {
    font-size: 30px;
    color: #0280ea;
    font-weight: bold;
    margin-bottom: 25px;
}
.ythsb-3 .msg .content {
    color: #222222;
}
.ywfc {
    height: 720px;
    background: url(../images/ywfc_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 60px 0 155px;
}
.ywfc .ywfc-title {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.ywfc .ywfc-title::after {
    content: '';
    display: block;
    width: 65px;
	height: 3px;
	background-color: #ffffff;
    margin: 25px auto 0;
}
.ywfc .box {
    background-color: rgba(255, 255, 255,0.82);
    margin-top: 145px;
    height: 285px;
    padding: 0 40px;
}
.ywfc .box ul li {
    width: 20%;
    float: left;
    text-align: center;
}
.ywfc .box ul li .icon {
    width: 120px;
	height: 120px;
    margin: -60px auto 25px;
}
.ywfc .box ul li .title p {
    font-size: 20px;
    color: #222222;
    font-weight: bold;
}
.ywfc .box ul li .title span {
    font-size: 14px;
    color: #888888;
}
.ywfc .box ul li .content {
    width: 128px;
    margin: 0 auto;
    color: #666666;
    margin-top: 20px;
}




.zhsw-title {
    font-size: 36px;
    color: #0280ea;
    font-weight: bold;
    text-align: center;
}
.zhsw-title::after {
    content: '';
    display: block;
    width: 60px;
	height: 3px;
	background-color: #0280ea;
    margin: 30px auto 0;
}
.zhsw-04 {
    padding: 80px 0 110px;
    background: url(../images/zhsw-04_bg.jpg) center center no-repeat;
    margin-top: 80px;
}
.zhsw-04 .rq {
    width: 100%;
    height: 430px;
    margin-top: 30px;
    overflow: hidden;
}

.zhsw-04 .rq .rq1 {
    width: 17.7%;
    height: 100%;
    float: left;
    padding-top: 35px;
}

.zhsw-04 .rq .rq2 {
    width: 60.6%;
    height: 100%;
    float: left;
    margin: 0 2%;
    padding: 20px 0;
    box-sizing: border-box;
    position: relative;
}

.zhsw-04 .rq .rq2 .swiper-container {
    width: 100%;
    height: 100%;
    box-shadow: 0px 2px 13px 0px 
		rgba(20, 12, 20, 0.15);
}

.zhsw-04 .rq .rq2 .swiper-slide {
    background-color: #0280ea;
}

.zhsw-04 .rq .rq2 .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.zhsw-04 .rq .rq2 .swiper-slide .rig {
    width: 50%;
    height: 100%;
    background: #fff;
    position: relative;
    float: right;
}

.zhsw-04 .rq .rq2 .swiper-slide .rig img {
    max-width: 400px;
    max-height: 560px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.zhsw-04 .rq .rq2 .swiper-slide .lef {
    width: 50%;
    padding-top: 70px;
    padding-left: 75px;
    padding-right: 48px;
    height: 100%;
    float: left;
    box-sizing: border-box;
}

.zhsw-04 .rq .rq2 .con {
    position: relative;
}

.zhsw-04 .rq .rq2 .name {
    font-size: 26px;
    overflow: hidden;
    color: #fff;
    font-weight: bold;
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}

.zhsw-04 .rq .rq2 .num {
    font-size: 72px;
    font-family: 304-CAI978;
    color: #ffffff;
	opacity: 0.1;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 0;
}

.zhsw-04 .rq .rq2 .p2 {
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.zhsw-04 .rq .rq2 ul {
    margin-top: 10px;
    width: 300px;
}
.zhsw-04 .rq .rq2 ul li {
    width: 130px;
	height: 40px;
    line-height: 40px;
    text-align: center;
	border: solid 1px #ffffff;
    float: left;
    margin: 15px 20px 0 0;
    color: #ffffff;
}


.zhsw-04 .rq .rq1 .div {
    width: 100%;
    height: 360px;
    background-color: #eeeeee;
    padding: 50px 70px;
    box-sizing: border-box;
}

.zhsw-04 .rq .rq1 .div .p1 {
    font-size: 72px;
    line-height: 40px;
    padding-bottom: 50px;
    color: #dddddd;
    font-family: mont;
}

.zhsw-04 .rq .rq1 .div .p2 {
    font-size: 20px;
    color: #666666;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}

.zhsw-04 .rq .rq1 .div .p3 {
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #666666;
}

.zhsw-04 .arrow2 {
    position: absolute;
    left: 380px;
    bottom: 40px;
    z-index: 2;
}

.zhsw-04 .se {
    display: block;
    float: left;
    width: 15px;
	height: 22px;
    margin: 0 12px;
}

.zhsw-04 .prev {
    background: url(../images/zhsw-04_left.png) center no-repeat;
}

.zhsw-04 .next {
    background: url(../images/zhsw-04_right.png) center no-repeat;
}

.zhsw-05 {
    padding: 60px 0;
}
.zhsw-05 .box {
    width: 1160px;
    height: 448px;
    background: url(../images/zhsw-05_center.png) center no-repeat;
    margin: 20px auto 0;
    position: relative;
}
.zhsw-05 .center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 250px;
	height: 250px;
	background-color: #0280ea;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    padding-top: 90px;
}
.zhsw-05 .center p {
    font-size: 30px;
    font-weight: bold;
}
.zhsw-05 .center span {
    font-size: 24px;
}
.zhsw-05 ul li {
    position: absolute;
    transition: all .5s;
    cursor: pointer;
}
.zhsw-05 ul li .icon {
    width: 80px;
	height: 80px;
    float: left;
    margin-right: 28px;
}
.zhsw-05 ul li .msg {

}
.zhsw-05 ul li .msg .title {
    font-size: 20px;
    color: #0280ea;
    font-weight: bold;
    margin-bottom: 10px;
}
.zhsw-05 ul li .msg .content {
    color: #222222;
}
.zhsw-05 ul li:nth-child(odd) .icon {
    float: right;
    margin-left: 29px;
    margin-right: 0;
}
.zhsw-05 ul li:nth-child(odd) .msg {
    text-align: right;
}
.zhsw-05 ul li:nth-child(1) {
    width: 340px;
    left: 10px;
    top: 70px;
}
.zhsw-05 ul li:nth-child(2) {
    width: 347px;
    right: 5px;
    top: 70px;
}
.zhsw-05 ul li:nth-child(3) {
    width: 327px;
    left: 5px;
    top: 255px;
}
.zhsw-05 ul li:nth-child(4) {
    width: 336px;
    right: 0;
    top: 255px;
}
.zhsw-05 ul li:nth-child(1):hover,
.zhsw-05 ul li:nth-child(2):hover {
    top: 60px;
}
.zhsw-05 ul li:nth-child(3):hover,
.zhsw-05 ul li:nth-child(4):hover {
    top: 245px;
}
.zhsw-06 {
    background: url(../images/zhsw-06_bg.jpg) center no-repeat;
    padding: 75px 0 125px;
}
.zhsw-06 .box {
    margin-top: 55px;
}
.zhsw-06 ul li {
    width: 380px;
	height: 170px;
	background-color: #ffffff;
	box-shadow: 0px 2px 13px 0px 
		rgba(20, 12, 20, 0.15);
    margin-right: 30px;
    float: left;
    cursor: pointer;
}
.zhsw-06 ul li:last-child {
    margin-right: 0;
}
.zhsw-06 ul li .icon-box {
    width: 51px;
    height: 51px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    float: left;
    margin-left: 50px;
}
.zhsw-06 ul li .icon-box::after {
    content: "";
    display: block;
    width: 58px;
	height: 58px;
	background-color: #0280ea;
	opacity: 0.1;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.zhsw-06 ul li .icon {
    width: 51px;
    height: 51px;
    overflow: hidden;
    position: relative;
}
.zhsw-06 ul li .icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s;
}
.zhsw-06 ul li .icon .show {
    left: 50%;
}
.zhsw-06 ul li .icon .hide {
    left: 150%;
}
.zhsw-06 ul li:hover {
    background-color: #0280ea;
}
.zhsw-06 ul li:hover .icon .show {
    left: -150%;
}
.zhsw-06 ul li:hover .icon .hide {
    left: 50%;
}
.zhsw-06 ul li .msg {
    width: 190px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    float: left;
    margin-left: 55px;
}
.zhsw-06 ul li .msg .title {
    font-size: 20px;
    color: #222222;
    margin-bottom: 10px;
}
.zhsw-06 ul li .msg .content {
    color: #888888;
}
.zhsw-06 ul li:hover .msg .title,
.zhsw-06 ul li:hover .msg .content {
    color: #fff;
}
/* .zhsw-3 ol {

    margin-top: 80px;

} */

.zhsw-3 ol li {

    width: 340px;

    height: 190px;

    float: left;

    margin: 30px 25px 0 0;

    overflow: hidden;

    position: relative;

}

.zhsw-3 ol li:nth-child(3n) {

    margin-right: 0;

}

.zhsw-3 ol li:nth-child(-n+3) {

    margin-top: 0;

}
.zhsw-3 ol li .title{

    width: 100%;

    height: 50px;

    line-height: 50px;

    background-color: rgba(0, 0, 0, 0.5);

    position: absolute;

    left: 0;

    bottom: 0;

    text-align: center;

    font-size: 18px !important;

    color: #ffffff !important;

    font-weight: bold !important;
    z-index: 99;

}
.zhsw-3 ol li .pic{

    width: 100%;

}
.sanjiaot{
    padding-left: 21px;
    background: url(../images/sanjiao.png) left top no-repeat;
}


.contbox{width: 100%;height: auto;}
.cont_hx{width: 100%;height: auto;}
.cont_hx .box01{width: 100%;height: auto;padding: 60px 0 80px;background: url(../images/index/box01-bg.jpg) no-repeat;background-size: cover;}
.cont_hx .box01 h2{font-size: 32px;color:#0280ea;line-height: 40px;font-weight: bold;text-align: center;margin-bottom: 60px;}
.cont_hx .box01 .b{font-size: 0;text-align: left;width: 1200px;height: auto;margin: 0 auto;}
.cont_hx .box01 .b .l{width: calc(54% - 9px);display: inline-block;vertical-align: middle;}
.cont_hx .box01 .b .l h3{font-size: 26px;color:#000;line-height: 30px;font-weight: bold;position: relative;margin-bottom: 60px;}
.cont_hx .box01 .b .l h3 span{z-index: 1;display: block;position: relative;font-weight: bold;}
.cont_hx .box01 .b .l h3 b{content:"";width: 120px;height: 10px;display: block;position: absolute;left: -9px;bottom: -3px;background: #a0d4ff;z-index: 0;}
.cont_hx .box01 .b .l p{font-size: 16px;color:#000;line-height: 32px;text-align: justify;width: 440px;}
.cont_hx .box01 .b .r{width: 38%;display: inline-block;vertical-align: middle;}
.cont_hx .box01 .b .r img{width: 100%;display: block;}
.cont_hx .box02{width: 1200px;height: auto;margin: 0 auto;padding: 120px 0;}
.cont_hx .box02 .text{width: 654px;height: 556px;display: block;margin: 0 auto;position: relative;}
.cont_hx .box02 .text img{width: 100%;display: block;}
.cont_hx .box02 .text .txt{padding: 15px;border-radius: 10px;background: #fff;box-shadow: 1px 0px 15px 4px rgba(2, 128, 234, .2);width: 215px;position: absolute;left: 0;top: 0;}
.cont_hx .box02 .text .txt p{font-size: 14px;color:#333;line-height: 21px;text-align: justify;}
.cont_hx .box02 .text .txt i{width: 25px;height: 25px;position: absolute;left:auto;right: -29px;top: 24%;transform: rotate(90deg);}
.cont_hx .box02 .text .txt i::after{content:"";width: 0;height: 0;border-right: 10px solid transparent;border-left: 10px solid transparent;border-bottom: 10px solid #fff;}
.cont_hx .box02 .text .txt.t01{left: -240px;top: 33%;right: auto;}
.cont_hx .box02 .text .txt.t02{left: -180px;top: 70%;right: auto;}
.cont_hx .box02 .text .txt.t03{right: -165px;top: 70.5%;left: auto;}
.cont_hx .box02 .text .txt.t03 i{left: -29px;top: 15%;right: auto;transform: rotate(270deg);}
.cont_hx .box02 .text .txt.t04{right: -245px;top: 41.5%;left: auto;}
.cont_hx .box02 .text .txt.t04 i{left: -29px;top: 15%;right: auto;transform: rotate(270deg);}
.cont_hx .box02 .text .txt.t05{right: -140px;top: 16.5%;left: auto;}
.cont_hx .box02 .text .txt.t05 i{left: -29px;top: 15%;right: auto;transform: rotate(270deg);}

.caselist{width: 1200px;height: auto;margin: 0 auto;padding: 70px 0;}
.caselist .t{margin-bottom: 35px;}
.caselist .t h2{font-size: 32px;color:#0280ea;line-height: 34px;font-weight: bold;text-align: center;}
.caselist .b{width: auto;}
.caselist .b ul li{border: 1px solid #ccc;border-radius: 15px;padding: 30px 20px;margin-bottom: 30px;}
.caselist .b ul li .l{width: 47%;}
.caselist .b ul li .l img{width: 100%;display: block;}
.caselist .b ul li .r{width: 50%;display: inline-block;vertical-align: middle;background: #f5f5f5;position: relative;}
.caselist .b ul li .r::before{content:"";width: 135px;height: 3px;display: none;background: #0280ea;position: absolute;left: 20px;bottom:20px;}
.caselist .b ul li .r h2{font-size: 20px;color:#0280ea;line-height: 30px;font-weight: bold;padding-bottom: 8px;background-color: #fff;}
.caselist .b ul li .r .box{padding: 20px;height: 330px;scrollbar-color: #aaa #ddd;scrollbar-width: thin;overflow-y: scroll;margin-bottom: 20px;}
.caselist .b ul li .r .box h2{font-size: 16px;color:#fff;line-height: 32px;position: relative;background: #0280ea;min-width: 100px;height: 32px;text-align: center;display: inline-block;margin-bottom: 6px;}
.caselist .b ul li .r .box p{font-size: 12px;color:#666;line-height: 24px;text-align: justify;}
.caselist .b ul li.hb2 .l{float: left;margin-right: 3%;}
.caselist .b ul li.hb2 .r{float: right;}
.caselist .b ul li.hb1 .l{float: right;margin-right: 0;margin-left: 3%;}
.caselist .b ul li.hb1 .r{float: left;}

.caselist .b ul li .r .box ::-webkit-scrollbar{background: #ddd;width: 3px;}
::-webkit-scrollbar-button{display: none;}
.caselist .b ul li .r .box ::-webkit-scrollbar-thumb{background: #aaa;}

.morecases{background: #f5f5f5;padding: 60px 0 120px;}
.morecases .t{margin-bottom: 30px;}
.morecases .t h2{font-size: 32px;color:#333;line-height: 34px;text-align: center;font-weight: bold;}
.morecases .b{padding: 30px 20px 50px;background: #fff;border-radius: 15px;width: 1160px;margin: 0 auto;}
.morecases .b .top{margin-bottom: 30px;}
.morecases .b .top ul{font-size: 0;text-align: left;}
.morecases .b .top ul li{width: 24.25%;display: inline-block;vertical-align: top;margin-right: 1%;margin-bottom: 1%;background: #f5f5f5;}
.morecases .b .top ul li a{font-size: 16px;color:#666;line-height: 20px;display: block;padding: 10px 25px;text-align: center;}
.morecases .b .top ul li:nth-child(4n){margin-right: 0;}
.morecases .b .top ul li.thistab a{background: #0280ea;color:#fff;}
.morecases .b .btm{width: auto;}
.morecases .b .btm .box{font-size: 0;text-align: left;}
.morecases .b .btm .box .l{width: 60%;display: inline-block;vertical-align: top;}
.morecases .b .btm .box .l h1{font-size: 20px;color:#0280ea;line-height: 24px;margin-bottom: 30px;font-weight: bold;}
.morecases .b .btm .box .l h2{min-width: 100px;height: 32px;text-align: center;font-size: 16px;color:#fff;line-height: 32px;background: #0280ea;margin-bottom: 10px;display: inline-block;}
.morecases .b .btm .box .l p{font-size: 12px;color:#666;line-height: 24px;text-align: justify;}
.morecases .b .btm .box .r{width: 38%;margin-left: 2%;display: inline-block;vertical-align: top;}
.morecases .b .btm .box .r img{width: 100%;display: block;}

.partner{width: auto;}
.partner h2{font-size: 32px;color:#0280ea;line-height: 32px;margin-bottom: 30px;font-weight: bold;}
.partner .b{width: auto;}
.partner .b ul{font-size: 0;text-align: left;}
.partner .b ul li{width: 19.2%;display: inline-block;vertical-align: top;margin-right: 1%;margin-bottom: 1%;}
.partner .b ul li img{width: 100%;display: block;}
.partner .b ul li:nth-child(5n){margin-right: 0;}

.contact{width: 1200px;margin: 0 auto;}
.contact .map{position: relative;height: 540px;overflow: hidden;}
.contact .map img{width: 100%;display: block;}
.contact .map .text{padding:50px 30px;background: #0280ea;position: absolute;left: 0;top: 0;width: 450px;height: 540px;}
.contact .map .text h2{font-size: 0;text-align: left;margin-bottom: 55px;}
.contact .map .text h2 span{font-size: 32px;color:#fff;line-height: 36px;display: inline-block;vertical-align: bottom;font-weight: bold;margin-right: 15px;}
.contact .map .text h2 b{font-size: 14px;color:#fff;line-height: 20px;display: inline-block;vertical-align: bottom;}
.contact .map .text p{font-size: 0;text-align: left;margin-bottom: 40px;}
.contact .map .text p i{width: 40px;height: 40px;display: inline-block;vertical-align: top;margin-right: 15px;}
.contact .map .text p .icon-tele{background: url(../images/index/icon-tele.png) no-repeat;background-size: 100%;}
.contact .map .text p .icon-phone{background: url(../images/index/icon-phone.png) no-repeat;background-size: 100%;}
.contact .map .text p .icon-add{background: url(../images/index/icon-add.png) no-repeat;background-size: 100%;}
.contact .map .text p b{font-size: 16px;color:#fff;line-height: 40px;display: inline-block;vertical-align: top;font-weight: normal;width: 85%;}
.contact .map .text p:nth-child(4) b{line-height: 24px;}

.wisdom{width: 100%;height: auto;background: #f5f5f5;}
.wisdom .t{margin-bottom: 30px;padding-top: 50px;}
.wisdom .t h2{font-size: 32px;color:#0280ea;line-height: 34px;font-weight: bold;text-align: center;}
.wisdom .b{width: auto;}
.wisdom .b .b01{width: 1200px;height: auto;margin: 0 auto 80px;border-radius: 15px;background: #fff;box-shadow: 1px 0px 10px 2px rgba(0, 0, 0, 0.1);padding: 50px 30px 30px;}
.wisdom .b .b01 .tit{margin-bottom: 30px;}
.wisdom .b .b01 .tit span{font-size: 52px;color:#0280ea;line-height: 46px;font-weight: bold;text-align: center;display: block;margin-bottom: 10px;height: 46px;overflow: hidden;}
.wisdom .b .b01 .tit h2{font-size: 26px;color:#000;line-height: 28px;text-align: center;font-weight: bold;}
.wisdom .b .b01 .box{background: #0280ea;font-size: 0;text-align: center;margin-bottom: 46px;}
.wisdom .b .b01 .box img{width: 50%;display: inline-block;vertical-align: middle;}
.wisdom .b .b01 .box .text{width: 50%;display: inline-block;vertical-align: middle;}
.wisdom .b .b01 .box .text p{font-size: 16px;color:#fff;line-height: 32px;text-align: justify;width: 85%;margin-left: 7.5%;}
.wisdom .b .b01 .navsbar{font-size: 0;text-align: left;position: relative;}
.wisdom .b .b01 .navsbar::before{content:"";width: 34px;height: 27px;position: absolute;top: -26px;left: 95px;background: url(../images/index/triangle-fill.png) no-repeat;background-size: 100%;z-index: 1;}
.wisdom .b .b01 .navsbar .nav{padding: 20px 24px;display: inline-block;vertical-align: middle;width: 225px;border-radius: 15px;border: 1px solid #ddd;}
.wisdom .b .b01 .navsbar .nav ul li{width: auto;}
.wisdom .b .b01 .navsbar .nav ul li a{font-size: 18px;color:#333;line-height: 40px;display: block;text-align: center;}
.wisdom .b .b01 .navsbar .nav ul li.thistab a{background: #0280ea;color:#fff;font-weight: bold;}
.wisdom .b .b01 .boxs{width: 860px;display: inline-block;vertical-align: middle;margin-left: 50px;font-size: 0;text-align: left;}
.wisdom .b .b01 .boxs .text{width: 40%;margin-right: 5%;display: inline-block;vertical-align: middle;}
.wisdom .b .b01 .boxs .text p{font-size: 14px;color:#666;line-height: 24px;text-align: left;}
.wisdom .b .b01 .boxs .imgs{width: 55%;display: inline-block;vertical-align: middle;}
.wisdom .b .b01 .boxs .imgs .mySwiper{position: relative;overflow: hidden;}
.wisdom .b .b01 .boxs .imgs .mySwiper img{width: 100%;display: block;;}

.wisdom .b .b02{width: 100%;height: auto;padding: 60px 0;background: url(../images/index/zhsw02-bg.jpg) no-repeat;background-size: cover;}
.wisdom .b .b02 .tit{margin-bottom: 30px;}
.wisdom .b .b02 .tit span{font-size: 52px;color:#0280ea;line-height: 46px;font-weight: bold;text-align: center;display: block;margin-bottom: 10px;height: 46px;overflow: hidden;}
.wisdom .b .b02 .tit h2{font-size: 26px;color:#000;line-height: 28px;text-align: center;font-weight: bold;}
.wisdom .b .b02 .btm{width: 1200px;height: auto;margin: 0 auto;font-size: 0;text-align: left;background: #fff;border-radius: 15px;padding: 20px;}
.wisdom .b .b02 .btm .l{width: 50%;display: inline-block;vertical-align: top;}
.wisdom .b .b02 .btm .l img{width: 100%;display: block;}
.wisdom .b .b02 .btm .r{width: 50%;display: inline-block;vertical-align: top;}
.wisdom .b .b02 .btm .r h2{font-size: 16px;color:#fff;line-height: 32px;min-width: 100px;height: 32px;text-align: center;display: inline-block;background: #0280ea;margin: 0 0 10px 5%;}
.wisdom .b .b02 .btm .r p{font-size: 14px;color:#333;line-height: 24px;text-align: justify;width: 90%;margin: 0 auto 15px;}

.wisdom .b .b03{padding: 60px 0;}
.wisdom .b .b03 ul{width: 1200px;height: auto;margin: 0 auto;font-size: 0;text-align: center;}
.wisdom .b .b03 ul li{width: 31.3%;height:763px;display: inline-block;vertical-align: top;padding: 30px 20px;border-radius: 15px;background: #fff;box-shadow: 1px 0px 10px 2px rgba(0, 0, 0, 0.1);margin-right: 2%;}
.wisdom .b .b03 ul li:nth-child(3n){margin-right: 0;}
.wisdom .b .b03 .tit{margin-bottom: 30px;}
.wisdom .b .b03 .tit span{font-size: 52px;color:#0280ea;line-height: 46px;font-weight: bold;text-align: center;display: block;margin-bottom: 10px;height: 46px;overflow: hidden;}
.wisdom .b .b03 .tit h2{font-size: 26px;color:#000;line-height: 28px;text-align: center;font-weight: bold;}
.wisdom .b .b03 .btm{width: auto;height: auto;margin: 0 auto;font-size: 0;text-align: left;background: #fff;border-radius: 15px;}
.wisdom .b .b03 .btm .l{width: 100%;margin-bottom: 3%;}
.wisdom .b .b03 .btm .l img{width: 100%;display: block;margin: 0 auto;}
.wisdom .b .b03 .btm .r{width: 100%;display: inline-block;vertical-align: top;text-align: center;}
.wisdom .b .b03 .btm .r h2{font-size: 16px;color:#fff;line-height: 32px;min-width: 100px;height: 32px;text-align: center;display: inline-block;background: #0280ea;margin: 0 auto 10px;}
.wisdom .b .b03 .btm .r p{font-size: 14px;color:#333;line-height: 24px;text-align: justify;margin: 0 auto 15px;}

.czws-5 {

    padding: 85px 0 80px;
    position: relative;

}
.czws-5::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #0280ea;
    position: absolute;
    left: 0;
    top: 258px;
    z-index: 5;
}
.czws-5 .title {

    font-size: 22px;

    color: #222222;

    font-weight: bold;
    text-align: center;

}
.czws-5 .box {
    margin-top: 80px;
    position: relative;
    padding: 0 110px;
}
/* .czws-5 .box .swiper-container::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #0280ea;
    position: absolute;
    left: 0;
    top: 40px;
} */
.czws-5 .box .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: url(../images/czws-6_left.png) center center no-repeat #fff;
    /* top: 30px; */
    z-index: 6;
}
.czws-5 .box .swiper-button-next {
    width: 60px;
    height: 60px;
    background: url(../images/czws-6_right.png) center center no-repeat #fff;
    /* top: 30px; */
    z-index: 6;
}
.czws-5 .box .name {
    font-size: 16px;
    color: #0280ea;
    font-weight: bold;
    margin-bottom: 25px;
    height: 70px;
    position: relative;
}
.czws-5 .box .name::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-color: #0280ea;
    border: 3px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}
.czws-5 .box .intro {
    font-size: 14px;
    color: #666666;
    margin-bottom: 25px;
}
.czws-5 .box .intro p,
.czws-5 .box .intro span {
    font-size: 14px !important;
}


.czws-5 .msg {

    width: 670px;

    float: left;

    margin-top: 10px;

}

.czws-5 .msg .title {

    font-size: 22px;

    color: #222222;

    font-weight: bold;

}

.czws-5 .msg .content {
    font-size: 14px;
    color: #666;

    margin: 30px 0 70px;

    line-height: 1.7;

}

.czws-5 .pic {

    width: 441px;

    float: right;

}

.czws-5 .pic .swiper-container {

    padding: 20px 0;

}

.czws-5 .pic .swiper-slide {

    width: 188px;

    height: 266px;

    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);

    position: relative;

}

.czws-5 .pic .swiper-slide::before {

    content: '';

    display: block;

    background-color: rgba(255, 255, 255, 0.6);

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

}

.czws-5 .pic .swiper-slide-active::before {

    display: none;

}
