/* qita */
html {
	overflow-x: hidden;
}
.white,
.white a:link,
.white a:visited,
.white a:hover {
    color: white;
}

/* wj-zhongdian */
/* banner */
#wj-zd-banner .swiper-container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

#wj-zd-banner .swiper-container img {
    width: 100%;
    display: block;
}

#wj-zd-banner .swiper-container .swiper-slide {
    position: relative;
}

#wj-zd-banner .swiper-container .swiper-slide .content {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 20;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.6);
}

#wj-zd-banner .swiper-container .swiper-slide .img-fix {
    overflow: hidden;
}

#wj-zd-banner .swiper-container .swiper-button-next1,
#wj-zd-banner .swiper-container .swiper-button-prev1 {
    top: 35%;
    width: 38px;
    height: 50px;
    z-index: 9;
    position: absolute;
    background: url(../images/wj-arrow1.png) no-repeat;
}

#wj-zd-banner .swiper-container .swiper-button-prev1 {
    left: 2%;
}

#wj-zd-banner .swiper-container .swiper-button-next1 {
    right: 2%;
    transform: rotate(180deg);
}

#wj-zd-banner .swiper-container .bottom-nav {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 68px;
    z-index: 10;
}

#wj-zd-banner .swiper-container .bottom-nav .swiper-pagination1 {
    height: 26px;
    border-radius: 4px;
    bottom: 10%;
    position: relative;
    display: inline-block;
    background: rgba(0, 0, 0, 0.4);
    padding: 1px 10px 1px 10px;
}

#wj-zd-banner .swiper-container .bottom-nav .swiper-pagination1 .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background: #fff;
    opacity: 1;
    margin: 5px 5px 0 5px;
}

#wj-zd-banner .swiper-container .bottom-nav .swiper-pagination1 .swiper-pagination-bullet-active {
    width: 60px;
    height: 4px;
    border-radius: 2px;
}

/* p1 */
.wj-zd-p1 {
    margin-top: 20px;
}

.wj-zd-p1 .left,
.wj-zd-p1 .right {
    width: 485px;
}

.wj-zd-p1 .left .title,
.wj-zd-p1 .right .title {
    height: 43px;
    border-bottom: 1px solid #e9e9e9;
    line-height: 43px;
    text-align: right;
}

.wj-zd-p1 .left .title a,
.wj-zd-p1 .right .title a {
    color: #8d8d8d;
}

.wj-zd-p1 .left .title h3,
.wj-zd-p1 .right .title h3 {
    float: left;
    font: bold 21px/40px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
    border-bottom: 3px solid #002f7b;
    color: #01307c;
}

.wj-zd-p1 .left .title h3 a,
.wj-zd-p1 .right .title h3 a {
    color: #01307c;
}

.wj-zd-p1 .left .pic,
.wj-zd-p1 .right .pic {
    margin-top: 30px;
}

.wj-zd-p1 .left .pic img,
.wj-zd-p1 .right .pic img {
    float: left;
    margin-right: 20px;
}

.wj-zd-p1 .left .pic span.text,
.wj-zd-p1 .right .pic span.text {
    display: block;
    padding-top: 20px;
    font-size: 15px;
    line-height: 1.4;
}

.wj-zd-p1 .left .list,
.wj-zd-p1 .right .list {
    margin-top: 20px;
}

.wj-zd-p1 .left .list li,
.wj-zd-p1 .right .list li {
    font-size: 15px;
    line-height: 1.6;
    position: relative;
    margin-bottom: 18px;
}

.wj-zd-p1 .left .list li::before,
.wj-zd-p1 .right .list li::before {
    position: absolute;
    content: '';
    display: block;
    background: #002f7b;
    width: 6px;
    height: 6px;
    left: 0;
    top: 10px;
    border-radius: 6px;
}

.wj-zd-p1 .left .list li a,
.wj-zd-p1 .right .list li a {
    margin-left: 12px;
}

/* p2 */
.wj-zd-p2 {
    margin-top: 0px;
    overflow: hidden;
}

.wj-zd-p2 .title {
    height: 43px;
    border-bottom: 1px solid #e9e9e9;
    line-height: 43px;
    text-align: right;
}

.wj-zd-p2 .title a {
    color: #8d8d8d;
}

.wj-zd-p2 .title h3 {
    float: left;
    font: bold 21px/40px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
    border-bottom: 3px solid #002f7b;
    color: #01307c;
}

.wj-zd-p2 .title h3 a {
    color: #01307c;
}

.wj-zd-p2 .list li {
    float: left;
    width: 240px;
    margin-top: 40px;
    background-color: #e5e5e5;
    margin-left: 13px;
}

.wj-zd-p2 .list li:nth-child(4n+1) {
    margin-left: 0;
}

.wj-zd-p2 .list li span.text {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: bold;
}

/* p3 */
.wj-zd-p3 {
    margin-top: 40px;
}

.wj-zd-p3 .title {
    height: 43px;
    border-bottom: 1px solid #e9e9e9;
    line-height: 43px;
    text-align: right;
}

.wj-zd-p3 .title a {
    color: #8d8d8d;
}

.wj-zd-p3 .title h3 {
    float: left;
    font: bold 21px/40px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
    border-bottom: 3px solid #002f7b;
    color: #01307c;
}

.wj-zd-p3 .title h3 a {
    color: #01307c;
}

.wj-zd-p3 #certify {
    position: relative;
    width: 1000px;
    margin: 40px auto 0 auto;
}

.wj-zd-p3 #certify .swiper-container {
    height: 328px;
}

.wj-zd-p3 #certify .swiper-container .swiper-slide {
    width: 526px;
    height: 298px;
    position: relative;
}

.wj-zd-p3 #certify .swiper-container .swiper-slide img {
    display: block;
    width: 100%;
}

.wj-zd-p3 #certify .swiper-container .swiper-slide p {
    padding-top: 0;
    text-align: center;
    font-size: 18px;
    margin: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    height: 46px;
    line-height: 46px;
}

.wj-zd-p3 #certify .swiper-pagination2 {
    width: 100%;
    bottom: 0px;
}

.wj-zd-p3 #certify .swiper-pagination2 .swiper-pagination-bullet {
    margin: 0 5px;
    background: #002f7b;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    opacity: 1;
}

.wj-zd-p3 #certify .swiper-pagination2 .swiper-pagination-bullet-active {
    width: 43px;
    height: 3px;
    border-radius: 1px;
    background-color: #002f7b;
}

.wj-zd-p3 #certify .swiper-button-prev2,
.wj-zd-p3 #certify .swiper-button-next2 {
    width: 29px;
    height: 29px;
    background: url(../images/wj-arrow2.png) no-repeat;
}

.wj-zd-p3 #certify .swiper-button-prev2 {
    left: 10px;
}

.wj-zd-p3 #certify .swiper-button-next2 {
    right: 10px;
    transform: rotate(180deg);
}

/* p4 */
.wj-zd-p4 {
    background: url(../images/wj-bg3.jpg) no-repeat;
    background-size: 100% auto;
    margin-top: 40px;
    padding-top: 30px;
    overflow: hidden;
    padding-bottom: 50px;
}

.wj-zd-p4 .title {
    height: 43px;
    border-bottom: 1px solid #e9e9e9;
    line-height: 43px;
    text-align: right;
}

.wj-zd-p4 .title a {
    color: #8d8d8d;
}

.wj-zd-p4 .title h3 {
    float: left;
    font: bold 21px/40px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
    border-bottom: 3px solid #002f7b;
    color: #01307c;
}

.wj-zd-p4 .title h3 a {
    color: #01307c;
}

.wj-zd-p4 .list {
    margin-top: 15px;
}

.wj-zd-p4 .list li {
    float: left;
    width: 251px;
    margin: 35px 40px 0 40px;
    height: 168px;
    position: relative;
    box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.19);
}

.wj-zd-p4 .list li img.gif {
    border-radius: 5px;
}

.wj-zd-p4 .list li span.gif-url {
    display: none;
}

.wj-zd-p4 .list li span.text {
    position: absolute;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.wj-zd-p4 .list li i span.fa {
    color: white;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.wj-zd-p4 .list li i span.fa-play {
    display: block;
    background: url(../images/wj-play_icon.png) no-repeat;
    width: 50px;
    height: 50px;
    top: 85px;
    left: 105px;
}

/* wj-jigoudongtai */
/* p1 */
.wj-jg-p1 {
    margin-top: 30px;
}

.wj-jg-p1 .title {
    height: 43px;
    border-bottom: 1px solid #e9e9e9;
    line-height: 43px;
    text-align: right;
}

.wj-jg-p1 .title a {
    color: #8d8d8d;
}

.wj-jg-p1 .title h3 {
    float: left;
    font: bold 21px/40px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
    border-bottom: 3px solid #002f7b;
    color: #01307c;
}

.wj-jg-p1 .title h3 a {
    color: #01307c;
}

.wj-jg-p1 .content .left {
    width: 432px;
}

.wj-jg-p1 .content .left .list {
    margin-top: 30px;
}

.wj-jg-p1 .content .left .list li {
    position: relative;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    margin: 15px 0;
}

.wj-jg-p1 .content .left .list li span {
    display: none;
}

.wj-jg-p1 .content .left .list li ::before {
    position: absolute;
    content: '';
    display: block;
    background: #002f7b;
    width: 6px;
    height: 6px;
    left: 14px;
    top: 20px;
    border-radius: 6px;
}

.wj-jg-p1 .content .left .list li a {
    margin-left: 32px;
    float: left;
    text-decoration: none;
}

.wj-jg-p1 .content .left .list li i {
    color: #9b9b9b;
    float: right;
}

.wj-jg-p1 .content .left .list li:hover {
    background: #2659bf;
}

.wj-jg-p1 .content .left .list li:hover ::before {
    background: #fff;
}

.wj-jg-p1 .content .left .list li:hover a {
    color: #fff;
}

.wj-jg-p1 .content .left .list li:hover i {
    display: none;
}

.wj-jg-p1 .content .left .list li:hover span {
    display: block;
    float: right;
    text-align: center;
    background: url(../images/wj-more_white.png) no-repeat;
    width: 7px;
    height: 11px;
    margin-top: 18px;
    margin-right: 20px;
}

.wj-jg-p1 .content .right {
    width: 542px;
}

.wj-jg-p1 .content .right .pic {
    float: left;
    width: 265px;
    margin-left: 9px;
    margin-top: 40px;
}

.wj-jg-p1 .content .right .pic:nth-child(2n+1) {
    margin-left: 0;
}

.wj-jg-p1 .content .right .pic i.time {
    color: #6d6d6d;
    display: block;
    padding: 5px 0;
}

.wj-jg-p1 .content .right .pic h3.tit {
    color: #002f7b;
}

.wj-jg-p1 .content .right .pic h3.tit a {
    color: #002f7b;
}

.wj-jg-p1 .content .right .pic p.text {
    color: #6d6d6d;
    font-weight: bold;
}

.wj-jg-p1 .content .right .pic i.more {
    font-weight: bold;
}

.wj-jg-p1 .content .right .pic i.more a {
    color: #002f7b;
}

/* p2 */
.wj-jg-p2 {
    margin-top: 30px;
}

.wj-jg-p2 .title {
    height: 43px;
    border-bottom: 1px solid #e9e9e9;
    line-height: 43px;
    text-align: right;
}

.wj-jg-p2 .title a {
    color: #8d8d8d;
}

.wj-jg-p2 .title h3 {
    float: left;
    font: bold 21px/40px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
    border-bottom: 3px solid #002f7b;
    color: #01307c;
}

.wj-jg-p2 .title h3 a {
    color: #01307c;
}

.wj-jg-p2 .Swiper1 {
    width: 1000px;
    height: 342px;
    overflow: hidden;
    margin-top: 45px;
}

.wj-jg-p2 .Swiper1 .swiper-slide .content {
    width: 100%;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0px 9px 35px 0px rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}

.wj-jg-p2 .Swiper1 .swiper-slide .content img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.wj-jg-p2 .Swiper1 .swiper-slide .content h3.tit {
    width: 90%;
    margin: 0 auto;
    font: bold 16px/20px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
    padding: 15px 0;
    position: relative;
}

.wj-jg-p2 .Swiper1 .swiper-slide .content h3.tit::after {
    position: absolute;
    content: '';
    display: block;
    width: 25px;
    height: 3px;
    background: #2659bf;
    left: 0;
    bottom: 0;
}

.wj-jg-p2 .Swiper1 .swiper-slide .content p.text {
    width: 90%;
    margin: 10px auto 0 auto;
}

.wj-jg-p2 .Swiper1 .swiper-pagination3 {
    height: 4px;
    border-radius: 2px;
}

.wj-jg-p2 .Swiper1 .swiper-pagination3 .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background: #295cc0;
    margin: 0px 5px;
    opacity: 1;
}

.wj-jg-p2 .Swiper1 .swiper-pagination3 .swiper-pagination-bullet-active {
    width: 48px;
    height: 4px;
    border-radius: 2px;
}

.wj-jg-p2 .Swiper1 .swiper-button-next3,
.wj-jg-p2 .Swiper1 .swiper-button-prev3 {
    top: 251px;
    width: 32px;
    height: 32px;
    z-index: 9;
    position: absolute;
    background: url(../images/wj-arrow3.png) no-repeat;
	cursor: pointer;
}

.wj-jg-p2 .Swiper1 .swiper-button-prev3 {
    left: 1%;
}

.wj-jg-p2 .Swiper1 .swiper-button-next3 {
    right: 1%;
    transform: rotate(180deg);
}

/* p3 */
.wj-jg-p3 {
    margin-top: 50px;
    padding-bottom: 100px;
}

.wj-jg-p3 .title {
    height: 43px;
    border-bottom: 1px solid #e9e9e9;
    line-height: 43px;
    text-align: right;
}

.wj-jg-p3 .title a {
    color: #8d8d8d;
}

.wj-jg-p3 .title h3 {
    float: left;
    font: bold 21px/40px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
    border-bottom: 3px solid #002f7b;
    color: #01307c;
}

.wj-jg-p3 .title h3 a {
    color: #01307c;
}

.wj-jg-p3 .content {
    margin-top: 40px;
    border-radius: 10px;
    background-color: #2659bf;
    box-shadow: 0px 9px 35px 0px rgba(0, 0, 0, 0.2);
    padding: 40px 107px;
}

.wj-jg-p3 .content img {
    float: left;
    margin-right: 70px;
}

.wj-jg-p3 .content h3.tit {
    display: block;
    font: bold 28px/34px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
    padding: 15px 0;
    position: relative;
    margin-top: 60px;
}

.wj-jg-p3 .content h3.tit::after {
    position: absolute;
    content: '';
    display: block;
    width: 43px;
    height: 3px;
    background: #fff;
    left: 386px;
    bottom: 0;
}

.wj-jg-p3 .content .list {
    margin-top: 10px;
}

.wj-jg-p3 .content .list li {
    font-size: 16px;
    line-height: 1.6;
    padding: 10px 0 5px 0;
}

.wj-jg-p3 .content i.more {
    display: block;
    width: 81px;
    height: 21px;
    line-height: 21px;
    background: #fff;
    text-align: center;
    margin-left: 386px;
    margin-top: 25px;
    font-weight: bold;
}

.wj-jg-p3 .content i.more a {
    color: #002f7b;
    text-decoration: none;
}

/* wj-women */
/* banner */
.wj-wm-banner {
    background: url(../images/wj-bg4.jpg) no-repeat top center;
    background-size: 1920px auto;
}

.wj-wm-banner .banner-h {
    height: 631px;
    position: relative;
}

.wj-wm-banner .banner-h .btn {
    background: #00b277;
    border-radius: 12px;
    box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.53);
    position: absolute;
    display: block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    margin-top: 425px;
    margin-left: 60px;
    text-align: center;
    font-size: 30px;
}

.wj-wm-banner .banner-h .btn:hover {
    transition: transform 0.5s ease-in-out;
    transform-origin: right;
}

.wj-wm-banner .content {
    background: #fff;
    border-radius: 5px;
    padding: 40px 120px;
    box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.19);
}

.wj-wm-banner .content img {
    float: right;
    margin-left: 253px;
}

.wj-wm-banner .content h4.sub {
    font: normal 24px/26px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
}

.wj-wm-banner .content h3.tit {
    font: bold 34px/36px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
    color: #002f7b;
    margin-top: 32px;
}

.wj-wm-banner .content h5.more {
    float: left;
    margin-top: 20px;
    font: normal 23px/25px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
    border-bottom: 3px solid #002f7b;
}

.wj-wm-banner .content h5.more a {
    text-decoration: none;
}

/* p1 */
.wj-wm-p1 .content {
    background: url(../images/wj-bg6.png) no-repeat;
    width: 996px;
    margin: 40px auto 0 auto;
}

/* p2 */
.wj-wm-p2 .content {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.19);
}

.wj-wm-p2 .content img {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}

.wj-wm-p2 .content h3.tit {
    color: #123c82;
}

.wj-wm-p2 .content h3.tit::after {
    position: absolute;
    content: '';
    display: block;
    width: 43px;
    height: 3px;
    background: #002f7b;
    left: 0;
    bottom: 0;
}

.wj-wm-p2 .content i.more {
    display: block;
    width: 81px;
    height: 21px;
    line-height: 21px;
    background: #1e62ec;
    text-align: center;
    margin-left: 0;
    margin-top: 25px;
    font-weight: bold;
}

.wj-wm-p2 .content i.more a {
    color: #fff;
    text-decoration: none;
}

.wj-wm-p2 .content .list {
    margin-top: 10px;
}

.wj-wm-p2 .content .list li {
    font-size: 16px;
    line-height: 1.6;
    padding: 10px 0 5px 0;
}

.wj-wm-p2 .content .list li a {
    color: #002f7b;
}

/* p3 */
.wj-wm-p3 {
    margin-top: 50px;
}

.wj-wm-p3 .title {
    height: 43px;
    border-bottom: 1px solid #e9e9e9;
    line-height: 43px;
    text-align: right;
}

.wj-wm-p3 .title a {
    color: #8d8d8d;
}

.wj-wm-p3 .title h3 {
    float: left;
    font: bold 21px/40px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
    border-bottom: 3px solid #002f7b;
    color: #01307c;
}

.wj-wm-p3 .title h3 a {
    color: #01307c;
}

.wj-wm-p3 .content {
    text-align: center;
}

/* p4 */
.wj-wm-p4 {
    margin-top: 50px;
    padding-bottom: 100px;
}

.wj-wm-p4 .title {
    height: 43px;
    border-bottom: 1px solid #e9e9e9;
    line-height: 43px;
    text-align: right;
}

.wj-wm-p4 .title a {
    color: #8d8d8d;
}

.wj-wm-p4 .title h3 {
    float: left;
    font: bold 21px/40px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
    border-bottom: 3px solid #002f7b;
    color: #01307c;
}

.wj-wm-p4 .title h3 a {
    color: #01307c;
}

.wj-wm-p4 .content {
    background: url(../images/wj-bg5.png) no-repeat;
    margin-top: 40px;
    padding-top: 212px;
    padding-bottom: 147px;
}

.wj-wm-p4 .content .left,
.wj-wm-p4 .content .right {
    width: 456px;
    background: #f2f2f2;
    box-shadow: 0px 7px 33px 0px rgba(12, 74, 89, 0.07);
    border-radius: 20px;
    position: relative;
    padding: 70px 0 30px 0;
}

.wj-wm-p4 .content .left i.ico,
.wj-wm-p4 .content .right i.ico {
    position: absolute;
    top: -45px;
    left: 52px;
}

.wj-wm-p4 .content .left .text,
.wj-wm-p4 .content .left .text2,
.wj-wm-p4 .content .right .text,
.wj-wm-p4 .content .right .text2 {
    padding: 0 32px;
    font-size: 14px;
    color: #666;
    height: 175px;
}

.wj-wm-p4 .content .left .text2,
.wj-wm-p4 .content .right .text2 {
    height: auto;
    padding: 0 54px;
}

.wj-wm-p4 .content .left .pic,
.wj-wm-p4 .content .right .pic {
    padding: 10px 54px 25px 54px;
}

.wj-wm-p4 .content .left i.more,
.wj-wm-p4 .content .right i.more {
    display: block;
    padding: 0 32px;
    font-size: 15px;
    font-weight: 600;
}

.wj-wm-p4 .content .left i.more a,
.wj-wm-p4 .content .right i.more a {
    color: #002f7b;
}

.wj-wm-p4 .content .left i.more2,
.wj-wm-p4 .content .right i.more2 {
    padding: 0 54px;
}

/* wj zhanlv*/
.wj-zhan-banner img {
    width: 100%;
}

/* p1 */
.wj-zhan-p1 {
    margin-top: 40px;
}

.wj-zhan-p1 .title h3 {
    font: bold 50px/70px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
    text-align: center;
    color: #002f7b;
    position: relative;
}

.wj-zhan-p1 .title h3::after {
    position: absolute;
    content: '';
    display: block;
    background: #002f7b;
    border-top: 1px solid #bbc8dc;
    border-bottom: 1px solid #bbc8dc;
    left: calc(100% / 2 - 62.5px);
    width: 125px;
    height: 4px;
    bottom: 0;
}

.wj-zhan-p1 .pic {
    margin-top: 65px;
}

.wj-zhan-p1 .pic img {
    box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.19);
}

.wj-zhan-p1 .content h4.tit {
    font: 600 18px/1.6 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
    margin-top: 35px;
    color: #102457;
}

.wj-zhan-p1 .content .list {
    margin-top: 5px;
}

.wj-zhan-p1 .content .list img {
    margin: 15px 10px;
	transform: scale(0.85);
}

.wj-zhan-p1 .content .list img:nth-child(8n+1) {
	margin-left: 0;
}

/* p2 */
.wj-zhan-p2 {
    margin-top: 100px;
}

.wj-zhan-p2 .title {
    height: 70px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}

.wj-zhan-p2 .title h3 {
    font: bold 50px/70px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
    text-align: center;
    color: #002f7b;
    position: relative;
}

.wj-zhan-p2 .title h3::after {
    position: absolute;
    content: '';
    display: block;
    background: #002f7b;
    border-top: 1px solid #bbc8dc;
    border-bottom: 1px solid #bbc8dc;
    left: calc(100% / 2 - 62.5px);
    width: 125px;
    height: 4px;
    bottom: 0;
}

.wj-zhan-p2 .title span.more {
    right: 0;
    position: absolute;
    bottom: 8px;
}

.wj-zhan-p2 .pic {
    text-align: center;
}

.wj-zhan-p2 .pic .text {
    text-align: center;
    color: #002f7b;
    margin-top: 20px;
    font-size: 30px;
    line-height: 1.4;
}

.wj-zhan-p2 .pic .text h3.tit {
    font: bold 40px/1.6 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
}

/* p3 */
.wj-zhan-p3 {
    margin-top: 100px;
    padding-bottom: 100px;
}

.wj-zhan-p3 .title h3 {
    font: bold 50px/70px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
    text-align: center;
    color: #002f7b;
    position: relative;
}

.wj-zhan-p3 .title h3::after {
    position: absolute;
    content: '';
    display: block;
    background: #002f7b;
    border-top: 1px solid #bbc8dc;
    border-bottom: 1px solid #bbc8dc;
    left: calc(100% / 2 - 62.5px);
    width: 125px;
    height: 4px;
    bottom: 0;
}

.wj-zhan-p3 .Swiper2 {
    width: 1000px;
    height: 667px;
    overflow: hidden;
    margin-top: 45px;
}

.wj-zhan-p3 .Swiper2 .swiper-slide .content {
    width: 100%;
    position: relative;
}

.wj-zhan-p3 .Swiper2 .swiper-slide .content .text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: left;
}

.wj-zhan-p3 .Swiper2 .swiper-slide .content .text a {
    display: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    padding: 15%;
    font-size: 18px;
    line-height: 1.8;
}

.wj-zhan-p3 .Swiper2 .swiper-slide .content .text a h3.tit {
    font: bold 50px/1.8 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
    margin-top: 65px;
}

.wj-zhan-p3 .Swiper2 .swiper-slide .content .text a p.txt {
    font-size: 24px;
    margin-top: 70px;
}

.wj-zhan-p3 .Swiper2 .swiper-slide .content .text:hover a {
    display: block;
}

.wj-zhan-p3 .Swiper2 .swiper-button-next5,
.wj-zhan-p3 .Swiper2 .swiper-button-prev5 {
    top: 380px;
    width: 97px;
    height: 100px;
    z-index: 9;
    position: absolute;
    background: url(../images/wj-arrow4.png) no-repeat;
    cursor: pointer;
}

.wj-zhan-p3 .Swiper2 .swiper-button-prev5 {
    left: -45px;
    top: 400px;
}

.wj-zhan-p3 .Swiper2 .swiper-button-next5 {
    right: -45px;
    transform: rotate(-180deg);
}

/* wj-chuangxinkongjian */
/* banner */
.wj-cx-wrap {
    background: url(../images/wj-bg7.jpg) no-repeat top center #f2f2f2;
    background-size: 1920px auto;
}

.wj-cx-wrap .wj-cx-banner .banner-h {
    height: 541px;
}

.wj-cx-wrap .wj-cx-banner .content {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 15px 14.25px 0.75px rgba(0, 10, 26, 0.1);
    position: relative;
}

.wj-cx-wrap .wj-cx-banner .content span.img {
    position: absolute;
    background: url(../images/wj-ico6.png) no-repeat;
    z-index: 2;
    background-size: 100% auto;
    background-position: center;
    width: 243px;
    height: 210px;
    left: calc(100% / 2 - 100px);
    top: calc(100% / 2 - 100px);
}

.wj-cx-wrap .wj-cx-banner .content p {
    width: 90%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.8;
    padding: 60px 0;
    text-indent: 2em;
}

.wj-cx-wrap .wj-cx-p1 {
    margin-top: 330px;
    padding-bottom: 40px;
}

.wj-cx-wrap .wj-cx-p1 h3.tit {
    text-align: center;
}

.wj-cx-wrap .wj-cx-p1 p.text {
    font-size: 26px;
    color: #102456;
    margin-top: 177px;
    line-height: 1.5;
    text-indent: 2em;
}

.wj-cx-wrap .wj-cx-p1 .title {
    margin-top: 80px;
    height: 43px;
    border-bottom: 1px solid #e9e9e9;
    line-height: 43px;
    text-align: right;
}

.wj-cx-wrap .wj-cx-p1 .title a {
    color: #8d8d8d;
}

.wj-cx-wrap .wj-cx-p1 .title h3 {
    float: left;
    font: bold 21px/40px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
    border-bottom: 3px solid #002f7b;
    color: #01307c;
}

.wj-cx-wrap .wj-cx-p1 .title h3 a {
    color: #01307c;
}

.wj-cx-wrap .wj-cx-p1 .content {
    text-align: center;
}

.wj-cx-wrap .wj-cx-p1 .content .text {
    width: 236px;
    height: 272px;
    border: 2px solid #d9dee6;
    margin-top: 23px;
    text-align: center;
    border-radius: 10px;
    background: #f3f3f3;
    display: inline-block;
    margin-right: 12px;
	vertical-align: top;
}

.wj-cx-wrap .wj-cx-p1 .content .text:nth-child(4n) {
    margin-right: 0px;
}

.wj-cx-wrap .wj-cx-p1 .content .text img {
    margin-top: 34px;
    margin-bottom: 12px;
}

.wj-cx-wrap .wj-cx-p1 .content .text h3.tit {
    font: bold 16px/1.6 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
    width: 95%;
    margin: 0 auto;
}

.wj-cx-wrap .wj-cx-p1 .content .text p.txt {
    width: 94%;
    margin: 12px auto 0 auto;
    color: #636060;
	text-align: left;
}

.wj-cx-p2 {
    background: url(../images/wj-bg8.jpg) no-repeat top center;
    background-size: 1920px auto;
}

.wj-cx-p2 .swiper-wrap .swiper-button-next6,
.wj-cx-p2 .swiper-wrap .swiper-button-prev6 {
    top: 328px;
    width: 74px;
    height: 74px;
    z-index: 10;
    position: absolute;
    background: url(../images/wj-arrow5.png) no-repeat;
    cursor: pointer;
}

.wj-cx-p2 .swiper-wrap .swiper-button-prev6 {
    left: 70px;
}

.wj-cx-p2 .swiper-wrap .swiper-button-next6 {
    right: 70px;
    transform: rotate(-180deg);
}

.wj-cx-p2 .swiper-wrap .Swiper3 {
    width: 1000px;
    height: 668px;
    overflow: hidden;
    position: relative;
}

/* 20231025 */
.wj-cx-p2 .swiper-wrap .Swiper3 .swiper-slide .content {
    position: relative;
}

.wj-cx-p2 .swiper-wrap .Swiper3 .swiper-slide .content .text {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    font-size: 16px;
}
/* 20231025 */

.wj-cx-p3 {
    background: url(../images/wj-bg9.jpg) no-repeat top center;
    background-size: 1920px auto;
    
}

.wj-cx-p3 h3.tit {
    margin-top: 301px;
    text-align: center;
}

.wj-cx-p3 .pic img {
    margin-top: 200px;
    margin-left: 55px;
}

.wj-cx-p3 p.text {
    margin-top: 120px;
    font-size: 27px;
    line-height: 1.8;
    color: #102456;
    text-indent: 2em;
}

.wj-cx-p3 .list {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.wj-cx-p3 .list .img {
    width: 50%;
    text-align: center;
}

.wj-cx-p3 .list .img span.text {
    display: block;
    font-size: 26px;
    color: #102457;
    margin-top: 8px;
}

.wj-cx-p3 .text-source {
    text-align: center;
    padding-top: 100px;
    font-size: 27px;
    color: red;
}

.wj-cx-p4 {
    margin-top: 60px;
    padding-bottom: 50px;
}

.wj-cx-p4 h3.tit {
    text-align: center;
}

.wj-cx-p4 .content {
    background: url(../images/wj-bg11.jpg) no-repeat;
    height: 462px;
    margin-top: 40px;
    padding: 0 35px;
    box-shadow: 0px 15px 14.25px 0.75px rgba(0, 10, 26, 0.1);
}

.wj-cx-p4 .content .ico {
    margin-top: 25px;
}

.wj-cx-p4 .content .text p {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 30px;
}

.wj-cx-p4 .content .list {
    margin-top: 45px;
}

.wj-cx-p4 .content .list li {
    width: 33%;
    text-align: center;
    float: left;
}

.wj-cx-p4 .content .list li span.text {
    display: block;
    font-size: 20px;
    line-height: 1.8;
}

/* wj-zhuangxiangjijin2 */
/* wrap */
.wj-zxjj-wrap {
    background: #f2f2f2;
}

.wj-zxjj-wrap .w1000 {
    margin-top: 40px;
    margin-bottom: 40px;
    background: url(../images/wj-bg12.png) repeat-y top center;
}

.wj-zxjj-wrap .w1000 .left {
    width: 213px;
}

.wj-zxjj-wrap .w1000 .left .menu h3 {
    position: relative;
	font-size: 15px;
	font-weight: bold;
    font-family: 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
    padding: 18px 0 18px 39px;
	border-bottom: 1px solid #e8e8e8;
}

.wj-zxjj-wrap .w1000 .left .menu h3::before {
    position: absolute;
    content: '';
    display: block;
    background: url(../images/wj-ico12.png) no-repeat;
    width: 23px;
    height: 52px;
    left: 19px;
    top: 2px;
}

.wj-zxjj-wrap .w1000 .left .menu .list li {
    line-height: 50px;
    position: relative;
    padding-left: 76px;
}

.wj-zxjj-wrap .w1000 .left .menu .list li.active {
    background: #002f7b;
    color: #fff;
    font-weight: bold;
}

.wj-zxjj-wrap .w1000 .left .menu .list li::before {
    position: absolute;
    content: '';
    display: block;
    background: #44669e;
    width: 25px;
    height: 2px;
    left: 36px;
    top: 25px;
}

.wj-zxjj-wrap .w1000 .left .menu .list li.active::before {
    background: #fff;
    font-weight: bold;
}

.wj-zxjj-wrap .w1000 .right {
    width: 766px;
    padding: 40px 48px;
}

.wj-zxjj-wrap .w1000 .right .pic1 {
    width: 668px;
    height: 301px;
    position: relative;
}

.wj-zxjj-wrap .w1000 .right .pic1 span.text {
    position: absolute;
    width: 100%;
    height: 67px;
    line-height: 67px;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 20px;
}

.wj-zxjj-wrap .w1000 .right .title {
    margin-top: 30px;
    height: 43px;
    border-bottom: 1px solid #e9e9e9;
    line-height: 43px;
    text-align: right;
}

.wj-zxjj-wrap .w1000 .right .title a {
    color: #8d8d8d;
}

.wj-zxjj-wrap .w1000 .right .title h3 {
    float: left;
    font: bold 21px/40px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
    border-bottom: 3px solid #002f7b;
    color: #01307c;
}

.wj-zxjj-wrap .w1000 .right .title h3 a {
    color: #01307c;
}

.wj-zxjj-wrap .w1000 .right p.text1 {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 32px;
    text-indent: 2em;
}

.wj-zxjj-wrap .w1000 .right .pic2 {
    text-align: center;
    padding-top: 25px;
}

/* 20231024 xiugai */
.wj-zxjj-wrap .w1000 .right .pic3,
.wj-d2-pc-list {
    margin-top: 15px;
}

.wj-zxjj-wrap .w1000 .right .pic3 .content {
    height: auto;
    margin-bottom: 12px;
}

.wj-zxjj-wrap .w1000 .right .pic3 .content span.img {
    float: left;
    margin-right: 0px;
	overflow: hidden;
	max-height: 110px;
	margin-right: 15px;
}

.wj-zxjj-wrap .w1000 .right .pic3 .content .txt,
.wj-d2-pc-list .content .txt {
    padding-right: 10px;
}

.wj-zxjj-wrap .w1000 .right .pic3 .content .txt h3,
.wj-d2-pc-list .content .txt h3 {
    font: bold 16px/1.6 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
}

.wj-zxjj-wrap .w1000 .right .pic3 .content .txt p,
.wj-d2-pc-list .content .txt p {
    color: #585858;
    padding-bottom: 5px;
    padding-top: 8px;
    line-height: 1.4;
}

.wj-zxjj-wrap .w1000 .right .pic3 .content .txt p a,
.wj-d2-pc-list .content .txt p a {
	color: #585858;
}

.wj-zxjj-wrap .w1000 .right .pic3 .content .txt .time,
.wj-d2-pc-list .content .txt .time {
    color: #939393;
}

.wj-zxjj-wrap .w1000 .right .pic3 .content .txt .time em.more,
.wj-d2-pc-list .content .txt .time em.more {
    display: none;
}

.wj-zxjj-wrap .w1000 .right .pic3 .content:hover,
.wj-d2-pc-list .content:hover {
    background: #2659bf;
    box-shadow: 0px 7px 35px 0px rgba(0, 0, 0, 0.23);
    border-radius: 8px;
    padding: 6px 13px 6px 5px;
    cursor: pointer;
    transition: 0.2s;
}

.wj-zxjj-wrap .w1000 .right .pic3 .content:hover .txt,
.wj-d2-pc-list .content:hover .txt {
    color: #fff;
    padding-left: 15px;
    padding-right: 0;
}

.wj-zxjj-wrap .w1000 .right .pic3 .content:hover .txt h3 a,
.wj-d2-pc-list .content:hover .txt h3 a {
    color: #fff;
}

.wj-zxjj-wrap .w1000 .right .pic3 .content:hover .txt p,
.wj-zxjj-wrap .w1000 .right .pic3 .content:hover .txt p a,
.wj-zxjj-wrap .w1000 .right .pic3 .content:hover .txt .time,
.wj-d2-pc-list .content:hover .txt p,
.wj-d2-pc-list .content:hover .txt p a,
.wj-d2-pc-list .content:hover .txt .time {
    color: #afcaff;
}

.wj-zxjj-wrap .w1000 .right .pic3 .content:hover .txt .time em.more,
.wj-d2-pc-list .content:hover .txt .time em.more {
    display: block;
}

.wj-zxjj-wrap .w1000 .right .pic3 .pages,
.wj-d2-pc-list .pages {
    text-align: center;
    padding: 25px 0 50px 0;
    overflow: hidden;
}

.wj-zxjj-wrap .w1000 .right .pic3 .pages a,
.wj-d2-pc-list .pages a {
    text-decoration: none;
    border: #002f7b 1px solid;
    padding: 4px 10px;
    margin: 0 5px;
    border-radius: 5px;
    color: #8aa6dd;
}

.wj-zxjj-wrap .w1000 .right .pic3 .pages a.common_current_page,
.wj-d2-pc-list .pages a.common_current_page {
    background: #002f7b;
    text-decoration: none;
    color: #fff;
    border: #002f7b 1px solid;
}

.wj-zxjj-wrap .w1000 .right .pic3 .pages span.prev1 a,
.wj-zxjj-wrap .w1000 .right .pic3 .pages span.next1 a,
.wj-d2-pc-list .pages span.prev1 a,
.wj-d2-pc-list .pages span.next1 a {
    width: 6px;
    height: 8px;
    border: none;
}

.wj-zxjj-wrap .w1000 .right .pic3 .pages span.prev1 a,
.wj-d2-pc-list .pages span.prev1 a {
    background: url(../images/wj-arrow6.png) no-repeat center;
	font-size: 0;
	vertical-align: middle;
}

.wj-zxjj-wrap .w1000 .right .pic3 .pages span.next1 a,
.wj-d2-pc-list .pages span.next1 a {
    background: url(../images/wj-arrow7.png) no-repeat center;
	font-size: 0;
	vertical-align: middle;
}

.wj-zxjj-wrap .w1000 .right p.text2 {
    font-size: 18px;
    color: #01307c;
    padding: 15px 0;
    line-height: 1.8;
    width: 90%;
    margin: 0 auto;
}

/* d2 lujing 20231024 */
.wj-lujing {
    padding: 40px 0 20px 0;
    font-size: 20px;
	display: none;
}

.wj-d2-pc-list {
	margin-top: 35px;
}

.wj-d2-pc-list .content {
    height: auto;
    margin-bottom: 25px;
}
.wj-d2-pc-list .content span.img {
    float: left;
    margin-right: 0px;
	overflow: hidden;
	max-height: 165px;
	margin-right: 15px;
}
.wj-zxjj-wrap .w1000 .left .menu2 h3.active {
    background: #002f7b;
    color: #fff;
}
.wj-zxjj-wrap .w1000 .left .menu2 h3.active::before {
    background: url(../images/wj-arrow8.png) no-repeat;
}

@media (min-device-width: 320px) and (max-width: 689px),(max-device-width: 480px) {
	.wj-cx-wrap {
		background-position-y: -220px;
	}
	.wj-cx-banner {
		background-size: 100% auto !important;
	}
	.wj-cx-wrap .wj-cx-banner .banner-h {
		height: 24vw;
	}
}