﻿input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6);
    font-size: 12px;
}

body {
    width: 100%;
    background-color: #F4F4F4;
}

@keyframes navVisibility {
    0% {
        opacity: 0;

    }

    100% {
        opacity: 1;
    }
}

@keyframes slideInUp {
    0% {
        webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

ul.hover-animation>li:hover {
    cursor: pointer;
    visibility: visible;
    animation-delay: 0.1s;
    animation-name: slideInUp;
}

ul.hover-animation>li:hover div.text {
    color: #3F80E4 !important;
    font-weight: 600 !important;
}

ul.hover-animation>li:hover .border_top,
ul.hover-animation>li:hover .border_bottom {
    width: 100%;
}

ul.hover-animation>li:hover .border_left,
ul.hover-animation>li:hover .border_right {
    height: 100%;
}

.center-jd>.jd-sy-box5 {
    width: 100%;
    height: 108px;
    margin-top: 10px;
    position: relative;
    float: left;
    position: relative;
}

.center-jd>.jd-sy-box5>img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.center-jd>.jd-sy-box7,
.center-jd>.jd-sy-box9 {
    width: 394px;
    height: 308px;
    margin-top: 10px;
    margin-left: 10px;
    background: #fff;
    float: left;
}

.jd-sy-box9>ul.list {
    width: 100%;
    height: 258px;
    padding: 22px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jd-sy-box9>ul.list>li {
    width: 110px;
    height: 110px;
    border-radius: 2px;
    overflow: hidden;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-size: 100% 100%;
}

.jd-sy-box9>ul.list>li:nth-child(1) {
    background-image: url('../images/jd-sy-pic1.png');
}

.jd-sy-box9>ul.list>li:nth-child(2) {
    background-image: url('../images/jd-sy-pic2.png');
}

.jd-sy-box9>ul.list>li:nth-child(3) {
    background-image: url('../images/jd-sy-pic3.png');
}

.jd-sy-box9>ul.list>li:last-child {
    width: 100%;
    height: 90px;
    background-image: url('../images/jd-sy-pic.png');
}

.jd-sy-box9>ul.list>li>div.images {
    width: 40px;
    height: 40px;
    background: rgba(63, 128, 228, 0.5);
    border-radius: 50%;
    margin: 24px auto;
    margin-bottom: 0;
    position: relative;
    text-align: center;
}

.jd-sy-box9>ul.list>li>div.images>img {
    margin-top: 11px;
}

.jd-sy-box9>ul.list>li>p {
    width: 100%;
    padding-top: 15px;
    line-height: 14px;
    font-size: 14px;
    color: #3F80E4;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
}

.jd-sy-box9>ul.list>li:hover {
    cursor: pointer;
    /* border: 3px solid rgba(63, 128, 228, .4); */
    box-sizing: border-box;
}

.footer-jd {
    width: 100%;
    height: 220px;
    background-color: #3F80E4;
    border-radius: 4px;
    margin-top: 10px;
}

.footer-jd>.footer-con {
    width: 1280px;
    height: 100%;
    padding: 38px 0 0 0;
    margin: 0 auto;
    box-sizing: border-box;
}

.footer-jd>.footer-con .select-ul {
    width: 100%;
    height: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.footer-jd>.footer-con .select-ul>li {
    width: 310px;
    height: 40px;
    /* padding: 0 10px; */
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 2px;
    border: 1px transparent;
}

.footer-jd>.footer-con .select-ul>li:hover {
    cursor: pointer;
    box-shadow: 0px 0px 4px 0px rgba(25, 75, 153, 0.51);
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
}

.footer-jd>.footer-con .select-ul>li:hover select {
    cursor: pointer;
}

.footer-jd>.footer-con .select-ul>li>select {
    width: 100%;
    height: 100%;
    /* background-color: rgba(255, 255, 255, 0.1); */
    padding: 0 15px;
    border-radius: 2px;
    border: 0;
    color: #fff;
    font-size: 14px;
}

.footer-jd>.footer-con>div.f-conBottom {
    width: 100%;
    height: 80px;
    margin-top: 22px;
}

.footer-jd>.footer-con>div.f-conBottom>.f-conBottom-l {
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    text-align: right;
    padding-top: 10px;
}

.footer-jd>.footer-con>div.f-conBottom>.f-conBottom-l img {
    margin-right: 20px;
}

.footer-jd>.footer-con>div.f-conBottom>.f-conBottom-r {
    width: 50%;
    height: 100%;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
}

.footer-jd>.footer-con>div.f-conBottom>.f-conBottom-r>ul {
    width: 100%;
}

.footer-jd>.footer-con>div.f-conBottom>.f-conBottom-r>ul>li {
    width: 100%;
    padding-left: 11px;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    line-height: 21px;
    position: relative;
}

.footer-jd>.footer-con>div.f-conBottom>.f-conBottom-r>ul>li::before {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    content: "";
    top: 9px;
    left: 0;
}


.header-fw {
    width: 100%;
    height: 520px;
    position: relative;
    background-image: url('../images/banner-fw.png');
    background-repeat: no-repeat;
    background-position: center 120px;
    background-size: 100% 400px;
}

.box-shadow:hover {
    box-shadow: 0px 0px 10px 0px rgba(32, 71, 131, 0.2);
}

.header-fw>div.header-fwTop {
    width: 100%;
    height: 120px;
    background-color: #C70505;
}

.header-fw>div.header-fwTop>.header-conter {
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    padding: 29px 0;
    box-sizing: border-box;
}

.header-fw>div.header-fwTop>.header-conter>div.name {
    float: left;
    width: auto;
    padding-left: 80px;
    box-sizing: border-box;
    position: relative;

}

.header-fw>div.header-fwTop>.header-conter>div.name::before {
    content: "";
    width: 65px;
    height: 66px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/logo-fw.png');
    background-size: 100% 100%;
}

.header-fw>div.header-fwTop>.header-conter>div.name p {
    width: auto;
    line-height: 33px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.header-fw>div.header-fwTop>.header-conter>div.search {
    width: auto;
    height: 50px;
    float: right;
    margin-top: 4px;
    padding-right: 146px;
    box-sizing: border-box;
    position: relative;
    background-color: #BC0000;
}

.header-fw>div.header-fwTop>.header-conter>div.search:hover {
    border-radius: 2px;
    /* border: 1px solid rgba(255, 255, 255, 0.4); */
}

.header-fw>div.header-fwTop>.header-conter>div.search::after {
    content: "全站检索";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    line-height: 50px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    padding-left: 10px;
    background-color: #C70505;
}

.header-fw>div.header-fwTop>.header-conter>div.search input {
    width: 361px;
    height: 50px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 2px 0px 0px 2px;
    padding: 0 20px;
    box-sizing: border-box;
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    border: 1px solid transparent;
}

.header-fw>div.header-fwTop>.header-conter>div.search input:hover {
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, .5);
}

.header-fw>div.header-fwTop>.header-conter>div.search img {
    position: absolute;
    top: 10px;
    right: 90px;
    width: 30px;
    height: 30px;
}

.header-fw>div.header-fwTop>.header-conter>div.search img:hover {
    cursor: pointer;
}

.header-fw>div.header-fwCen {
    width: 1280px;
    height: 104px;
    margin: 0 auto;
    position: relative;
    margin-top: 87px;
}

.header-fw>div.header-fwCen img {
    position: absolute;
    top: 0;
    right: 0;
}

.header-fw>div.header-fwNav {
    width: 1280px;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -640px;
}

.header-fw>div.header-fwNav>ul {
    width: 100%;
    height: 100%;
    background-color: #C70505;
}

.header-fw>div.header-fwNav>ul>li {
    width: 256px;
    height: 100px;
    float: left;
    line-height: 100px;
    font-size: 18px;
    font-weight: 400;
    padding: 0px 70px 0px 70px;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.header-fw>div.header-fwNav>ul>li:nth-child(5) {
    border-right: 1px solid transparent;
}

.header-fw>div.header-fwNav>ul>li:last-child {
    border-right: 1px solid transparent;
    width: 256px;
    float: right;
    background-color: #BC0000;
    text-align: center;
}

.header-fw>div.header-fwNav>ul>li:last-child:hover {
    background-color: #C00000;
    animation: navVisibility2 0 ease-in-out;
}

.header-fw>div.header-fwNav>ul>li:last-child:hover a {
    color: rgba(255, 255, 255, 0.8);
}

.header-fw>div.header-fwNav>ul>li a {
    color: #fff;
}

@keyframes navVisibility2 {
    0% {
        opacity: 0;

    }

    50% {
        opacity: 0.5;
    }

    100% {
        background-color: rgba(255, 255, 255, 0.15);
        opacity: 1;
    }
}

.header-fw>div.header-fwNav>ul>li:hover,
.header-fw>div.header-fwNav>ul>li.on {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.15);
    animation: navVisibility2 0.3s ease-in-out;
}

.nav-fw-content {
    width: 100%;
    height: 155px;
    margin-top: 30px;
    position: relative;
}

.nav-fw-content::before {
    position: absolute;
    top: 45px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #B5B5B5;
    z-index: -1;
}

.nav-fw-content>ul {
    width: 1280px;
    height: 155px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.nav-fw-content>ul>li {
    width: auto;
    height: 100%;
}

.nav-fw-content>ul>li>div {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    box-sizing: border-box;
    background: rgba(233, 234, 238, 1);
    border: 1px solid rgba(222, 152, 80, 1);
    border-radius: 50%;
}

.nav-fw-content>ul>li>div>p {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #DE9850;
    margin: 9px auto;
    position: relative;
}

.nav-fw-content>ul>li>div>p img {
    position: absolute;
    top: 17px;
    left: 17px;
}

.nav-fw-content>ul>li>p {
    margin-top: 20px;
    color: #777777;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
}

.nav-fw-content>ul>li:hover {
    cursor: pointer;
}

.nav-fw-content>ul>li.on>p,
.nav-fw-content>ul>li:hover>p {
    color: #C70505;
}

.nav-fw-content>ul>li.on>div,
.nav-fw-content>ul>li:hover>div {
    box-shadow: 0px 0px 10px 0px rgba(152, 4, 4, 0.5);
    background-color: #fff;
    border: 10px solid #C70505;
    box-sizing: border-box;
    animation: navVisibility 1s ease-in-out;
}

.nav-fw-content>ul>li.on>div>p,
.nav-fw-content>ul>li:hover>div>p {
    width: 58px;
    height: 58px;
    margin: 6px auto;
    background-color: #C70505;
}

.nav-fw-content>ul>li.on>div>p img,
.nav-fw-content>ul>li:hover>div>p img {
    top: 11px;
    left: 11px;
}

.center-fw {
    width: 1280px;
    margin: 0 auto;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    overflow: hidden;
}

.center-fw>.jd-fw-box1 {
    width: 639px;
    height: 414px;
    float: left;
    border-right: 1px solid #D8D8D8;
    box-sizing: border-box;
    background-color: #fff;
}

.center-fw>.jd-fw-box1>div.img {
    width: 629px;
    height: 200px;
    position: relative;
}

.center-fw>.jd-fw-box1>div.img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.center-fw>.jd-fw-box1>div.content {
    width: 100%;
    padding: 30px 30px 0 20px;
    box-sizing: border-box;
}

.fw-title-type1 {
    width: 100%;
    height: 18px;
    line-height: 18px;
}

.fw-title-type1>p.china {
    width: auto;
    float: left;
    color: #555555;
    font-size: 18px;
    font-weight: 900;
}

.fw-title-type1>p.china span.red {
    color: #C70505;
    padding: 0;
    font-weight: 600;
}

.fw-title-type1>p.english {
    width: auto;
    float: left;
    padding-left: 4px;
    font-size: 12px;
    color: #999999;
    font-weight: 400;
}

.fw-title-type1>p.more {
    width: auto;
    float: right;
    font-size: 14px;
    font-weight: 400;
}

.fw-title-type1>p.more:hover a {
    color: #C70505;
}

.fw-title-type1>p.more a {
    color: #777777;
}

.fw-title-type1>p.more:hover {
    cursor: pointer;
}

.fw-list-type1 {
    width: 100%;
    overflow: hidden;
}

.fw-list-type1>li {
    width: 100%;
    margin-top: 20px;
    padding-left: 13px;
    box-sizing: border-box;
    position: relative;
    float: left;
}

.fw-list-type1>li::before {
    position: absolute;
    top: 1px;
    left: 0;
    content: "";
    width: 2px;
    height: 12px;
    background: rgba(199, 5, 5, 1);
    border-radius: 1px;
}

.fw-list-type1>li p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}

.fw-list-type1>li:hover {
    cursor: pointer;
}

.fw-list-type1>li:hover p:nth-child(1) {
    color: #C70505;
    /* font-weight: 600; */
}

.fw-list-type1>li p:nth-child(1) {
    width: 80%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
}

.fw-list-type1>li p:nth-child(2) {
    width: auto;
    float: right;
    color: #777777;
}

.center-fw>.jd-fw-box2 {
    border-right: 0;
    padding-left: 10px;
}

.center-fw>.jd-fw-box3 {
    width: 1280px;
    height: 290px;
    background: #FFF5E4;
    float: left;
    padding: 30px 20px;
    box-sizing: border-box;
}

.fw-title-type2 {
    width: 100%;
    height: 25px;
    line-height: 18px;
    border-bottom: 1px solid #D2D1D4;
}

.fw-title-type2>p.china {
    width: auto;
    float: left;
    color: #555555;
    font-size: 18px;
    font-weight: 600;
}

.fw-title-type2>p.china span.red {
    color: #C70505;
    padding: 0;
}

.fw-title-type2>p.english {
    width: auto;
    float: left;
    padding-left: 4px;
    font-size: 12px;
    color: #999999;
    font-weight: 400;
}

.fw-title-type2>p.more {
    width: auto;
    float: right;
    font-size: 14px;
    font-weight: 400;
}

.fw-title-type2>p.more a {
    color: #777777;
}

.fw-title-type2>p.more:hover {
    cursor: pointer;
}

.fw-title-type2>ul.nav {
    width: auto;
    height: 100%;
    float: left;
    margin-left: 20px;
}

.fw-title-type2>ul.nav>li {
    width: auto;
    height: 100%;
    float: left;
    padding-top: 4px;
    margin-right: 30px;
    color: #555555;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    font-weight: 400;
    box-sizing: border-box;
}

.fw-title-type2>ul.nav>li:hover {
    cursor: pointer;
}

.fw-title-type2>ul.nav>li.on,
.fw-title-type2>ul.nav>li:hover {
    color: #C70505;
    font-weight: 600;
}

.fw-title-type2>ul.nav>li.on::after,
.fw-title-type2>ul.nav>li:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #C70505;
}

.jd-fw-box3>div.content {
    width: 100%;
    margin-top: 30px;
}

.footer-fw {
    height: 202px;
    background-color: #BC0000;
}

.jd-fw-box3>div.content ul.card-list {
    width: 100%;
    height: 144px;
}

.jd-fw-box3>div.content ul.card-list>li {
    width: 302px;
    height: 144px;
    float: left;
    margin-right: 10px;
    background: rgba(251, 234, 210, 1);
    border-radius: 2px;
    padding: 25px 15px 22px 22px;
    box-sizing: border-box;
    border: 1px solid transparent;
}

.jd-fw-box3>div.content ul.card-list>li:hover {
    cursor: pointer;
    background: rgba(251, 234, 210, 1);
    box-shadow: 0px 2px 4px 0px rgba(171, 142, 100, 0.5);
    border-radius: 2px;
    border: 1px solid rgba(199, 5, 5, 1);
    box-sizing: border-box;
}

.jd-fw-box3>div.content ul.card-list>li:last-child {
    margin-right: 0;
}

.jd-fw-box3>div.content ul.card-list>li p.title {
    width: 100%;
    height: 20px;
    position: relative;
    color: #777777;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}

.jd-fw-box3>div.content ul.card-list>li p.title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    background-color: #D8D8D8;

}

.jd-fw-box3>div.content ul.card-list>li p.body-word {
    width: 100%;
    height: 42px;
    margin-top: 8px;
    line-height: 21px;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}

.jd-fw-box3>div.content ul.card-list>li p.body-word:hover {
    color: #C70505;
    /* font-weight: 600; */
}

.jd-fw-box3>div.content ul.card-list>li div.footer {
    width: 100%;
    height: 14px;
    margin-top: 12px;
}

.jd-fw-box3>div.content ul.card-list>li div.footer p {
    color: #777777;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}

.jd-fw-box3>div.content ul.card-list>li div.footer p.type {
    float: left;
}

.jd-fw-box3>div.content ul.card-list>li div.footer p.time {
    float: right;
}

.jd-fw-box3>div.content>div.footer-steps {
    width: 100%;
    height: 14px;
    margin-top: 17px;
    text-align: center;
}

.jd-fw-box3>div.content>div.footer-steps>ul {
    width: auto;
    height: 100%;
    display: inline-block;
}

.jd-fw-box3>div.content>div.footer-steps>ul li {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    float: left;
    border: 1px solid transparent;
    box-sizing: border-box;
    position: relative;
}

.jd-fw-box3>div.content>div.footer-steps>ul li::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #DE9850;
}

.jd-fw-box3>div.content>div.footer-steps>ul li:hover {
    cursor: pointer;
}

.jd-fw-box3>div.content>div.footer-steps>ul li.on,
.jd-fw-box3>div.content>div.footer-steps>ul li:hover {
    border: 1px solid #C70505;
    border-radius: 50%;
}

.jd-fw-box3>div.content>div.footer-steps>ul li.on::before,
.jd-fw-box3>div.content>div.footer-steps>ul li:hover::before {
    background-color: #C70505;
}

.center-fw>div.jd-fw-box4 {
    width: 100%;
    height: 225px;
    background-color: #fff;
    padding: 30px 20px 0 20px;
    box-sizing: border-box;
    float: left;
}

.fw-title-type1-1 {
    height: 25px;
    border-bottom: 1px solid #D2D1D4;
}

.fw-list-type2 {
    width: 100%;
    height: 140px;
    margin-top: 9px;
}

.fw-list-type2>li {
    width: 390px;
    height: 140px;
    float: left;
    margin-right: 34px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid transparent;
    box-sizing: border-box;
}

.fw-list-type2>li:last-child {
    margin-right: 0;
}

.fw-list-type2>li:hover {
    cursor: pointer;
}

.fw-list-type2>li.on,
.fw-list-type2>li:hover {
    box-shadow: 0px 2px 4px 0px rgba(171, 142, 100, 0.5);
    border: 1px solid rgba(199, 5, 5, 1);
}

.fw-list-type2>li.on>div.right p.title,
.fw-list-type2>li:hover>div.right p.title {
    color: #C70505;
}

.fw-list-type2>li>div.left {
    width: 80px;
    height: 70px;
    background: rgba(199, 5, 5, 1);
    border-radius: 2px;
    float: left;
    margin-top: 35px;
    padding-top: 14px;
    box-sizing: border-box;
}

.fw-list-type2>li>div.left p {
    color: #fff;
    width: 100%;
    text-align: center;
}

.fw-list-type2>li>div.left p:nth-child(1) {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}

.fw-list-type2>li>div.left p:nth-child(2) {
    padding-top: 8px;
    line-height: 18px;
    font-weight: 400;
    font-size: 18px;
}

.fw-list-type2>li>div.right {
    width: 280px;
    height: 120px;
    float: right;
    margin-top: 11px;
    border-left: 1px solid #BEBEBE;
    box-sizing: border-box;
    margin-right: 15px;
    padding-left: 15px;
}

.fw-list-type2>li>div.right p.title {
    width: 100%;
    padding-right: 9px;
    box-sizing: border-box;
    height: 42px;
    color: #C70505;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fw-list-type2>li>div.right div.body-word {
    width: 100%;
    height: 60px;
}

.fw-list-type2>li>div.right div.body-word p {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #777777;
    margin-top: 10px;
}

.center-fw>div.jd-fw-box5 {
    width: 100%;
    height: 100px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

/* .center-fw>div.jd-fw-box5>p { */
/*     width: 318px; */
/*     height: 100%; */
/*     position: relative; */
/*     text-align: center; */
/*     font-size: 24px; */
/*     font-weight: 600; */
/*     line-height: 100px; */
/* } */

.center-fw>div.jd-fw-box5>p {
    width: 256px;
    height: 95%;
    position: relative;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 95px;
}

.center-fw>div.jd-fw-box5>p:hover img {
    /* display: none; */
}

@keyframes navVisibility1 {
    0% {
        background-color: rgba(199, 5, 5, 0);

    }

    100% {
        background-color: rgba(199, 5, 5, .8);
    }
}

.center-fw>div.jd-fw-box5>p:hover {
    cursor: pointer;
    background-color: rgba(199, 5, 5, .8);
    animation: navVisibility1 .3s ease-in-out;
}

.center-fw>div.jd-fw-box5>p a {
    width: 100%;
    height: 100%;
    color: #fff;
}

.center-fw>div.jd-fw-box5>p img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.center-fw>div.jd-fw-box6 {
    width: 100%;
    float: left;
    padding: 30px 20px;
    box-sizing: border-box;
    background-color: #fff;
}

.fw-list-type3 {
    width: 100%;
    height: 88px;
    margin-top: 20px;
}

.fw-list-type3>li {
    width: 302px;
    height: 108px;
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    border: 1px solid rgba(190, 190, 190, 1);
    box-sizing: border-box;
    float: left;
    padding: 20px;
    position: relative;
    margin-right: 10px;
}

.fw-list-type3>li:last-child {
    margin-right: 0;
}

.fw-list-type3>li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 21px;
    width: 56px;
    height: 3px;
    background: rgba(199, 5, 5, 1);
    border-radius: 0px 0px 100px 100px;
}

.fw-list-type3>li:hover {
    cursor: pointer;
}

.fw-list-type3>li.on,
.fw-list-type3>li:hover {
    box-shadow: 0px 0px 6px 0px rgba(126, 75, 75, 0.5);
    border: 1px solid rgba(199, 5, 5, 1);
}

.fw-list-type3>li.on p,
.fw-list-type3>li:hover p {
    color: #C70505 !important;
}

.fw-list-type3>li p {
    font-size: 14px;
    line-height: 14px;
}

.fw-list-type3>li p:nth-child(1) {
    width: 100%;
    height: 42px;
    color: #333333;
    line-height: 21px;
    font-weight: 600;
}

.fw-list-type3>li p:nth-child(2) {
    color: #666666;
    padding-top: 16px;
}

.footer-fw>div.footer-bot {
    width: 100%;
    height: 40px;
    background-color: #B00000;
    border-radius: 4px;
    text-align: center;
}

.footer-fw>div.footer-bot>ul {
    width: auto;
    height: 40px;
    display: inline-block;
}

.footer-fw>div.footer-bot>ul>li {
    width: auto;
    height: 40px;
    padding: 0 40px;
    box-sizing: border-box;
    float: left;
}

.footer-fw>div.footer-bot>ul>li a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    line-height: 40px;
}

.footer-fw .select_ul {
    background-color: #C21A1A !important;
}

.footer-fw .select_ul li {
    background-color: #C21A1A !important;
}

.footer-fw .select_ul li.cur {
    background: #D62424 !important;
}

.footer-fw>.footer-con .select-ul>li:hover {
    box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.1);
}

.jd-fw-box3>div.content div.hiSlider-wrap {
    height: 190px !important;
}

.hiSlider {
    background: transparent;
}

.hiSlider-pages {
    width: 100%;
    text-align: center;
    right: 0;
}

.hiSlider-pages a {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    background: transparent;
    border: 1px solid transparent;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
}

.hiSlider-pages a::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #DE9850;
}

.hiSlider-pages a.active {
    border: 1px solid #C70505;
    border-radius: 50%;
    background: transparent;
}


/* 二级 */
.header-fw-ej {
    height: 350px;
    background-image: url('../images/banner-fw-ej.png');
    background-size: 100% 230px;
}

.header-fw-ej>div.header-fwTop>.header-conter {
    padding: 0;
}

.header-fw-ej>div.header-fwTop>.header-conter>div.name {
    padding: 29px 0 29px 80px;
}

.header-fw-ej>div.header-fwTop>.header-conter>div.name::before {
    top: 29px;
}

.header-fw-ej>div.header-fwTop>.header-conter>ul.nav {
    width: auto;
    height: 120px;
    float: right;
}

.header-fw-ej>div.header-fwTop>.header-conter>ul.nav>li {
    width: auto;
    height: 120px;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 120px;
}

.header-fw-ej>div.header-fwTop>.header-conter>ul.nav>li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.header-fw-ej>div.header-fwTop>.header-conter>ul.nav>li.on,
.header-fw-ej>div.header-fwTop>.header-conter>ul.nav>li:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.15);
}

.fw-ej-nav {
    width: 100%;
    height: 50px;
    background-color: #E9EAF0;
}

.fw-ej-nav>ul.nav {
    width: 1280px;
    height: 50px;
    margin: 0 auto;
}

.fw-ej-nav>ul.nav>li {
    width: auto;
    height: 50px;
    float: left;
    margin-right: 20px;
    padding-top: 17px;
    position: relative;
    box-sizing: border-box;
}

.fw-ej-nav>ul.nav>li a {
    line-height: 16px;
    color: #555555;
    font-weight: 400;
}

.fw-ej-nav>ul.nav>li.on::after,
.fw-ej-nav>ul.nav>li:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #C70505;
    border-radius: 100px 100px 0px 0px;
}

.fw-ej-nav>ul.nav>li.on a,
.fw-ej-nav>ul.nav>li:hover a {
    color: #C70505;
    font-weight: 600;
}

.fw-ej-select {
    width: 100%;
    height: 60px;
    padding: 10px 0;
    box-sizing: border-box;
    background-color: #F7F8FA;
}

.fw-ej-select>ul.list {
    width: 1280px;
    height: 40px;
    margin: 0 auto;
    position: relative;
}

.fw-ej-select>ul.list>li {
    width: auto;
    height: 40px;
    float: left;
    margin-right: 20px
}

.fw-ej-select>ul.list>li p {
    width: auto;
    float: left;
}

.fw-ej-select>ul.list>li p.name {
    width: auto;
    line-height: 40px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}

.fw-ej-select>ul.list>li p.datepicker-box {
    width: 141px;
    height: 40px;
    display: block;
    border-radius: 4px;
    border: 1px solid #CCD4DA;
    box-sizing: border-box;
    position: relative;
    padding-right: 45px;
}

.fw-ej-select>ul.list>li p.datepicker-box:hover {
    border: 1px solid #777777;
    cursor: pointer;
}

.fw-ej-select>ul.list>li p.datepicker-box::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 38px;
    background-image: url('../images/icon-picker.png');
    background-position: center;
    background-repeat: no-repeat;
}

.fw-ej-select>ul.list>li p.datepicker-box::after:hover {
    cursor: pointer;
}

.fw-ej-select>ul.list>li p.datepicker-box>input {
    width: 100px;
    height: 38px;
    padding-left: 15px;
    box-sizing: border-box;
    color: #777777;
    font-size: 14px;
}

.fw-ej-select>ul.list>li p.select {
    width: 150px;
    /* height: 40px; */
    border-radius: 4px;
    border: 1px solid #CCD4DA;
    z-index: 99;

}

.fw-ej-select>ul.list>li p.select:hover {
    border: 1px solid #777777;
}

.fw-ej-select>ul.list>li p.select::after {
    border-top: 8px solid #999999;
}

.fw-ej-select>ul.list>li p.select .select_text {
    color: #777777;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 130px;
    height: 40px;
    box-sizing: border-box;
}

.fw-ej-select>ul.list>div.fw-ej-search {
    width: 354px;
    height: 40px;
    background: rgba(251, 251, 251, 1);
    border-radius: 4px;
    border: 1px solid rgba(204, 212, 218, 1);
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
}

.fw-ej-select>ul.list>div.fw-ej-search:hover {
    border: 1px solid #777777;
}

.fw-ej-select>ul.list>div.fw-ej-search input {
    width: 280px;
    height: 38px;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
}

.fw-ej-select>ul.list>div.fw-ej-search input::-webkit-input-placeholder {
    color: #777777;
}

.fw-ej-select>ul.list>div.fw-ej-search input::-moz-input-placeholder {
    color: #777777;
}

.fw-ej-select>ul.list>div.fw-ej-search input::-ms-input-placeholder {
    color: #777777;
}

.fw-ej-select>ul.list>div.fw-ej-search div.button {
    width: 70px;
    height: 40px;
    background: #C70505;
    border-radius: 0px 4px 4px 0px;
    position: absolute;
    top: -1px;
    right: 0;
}

.fw-ej-select>ul.list>div.fw-ej-search div.button:hover {
    cursor: pointer;
    background-color: rgba(199, 5, 5, 0.8);
}

.fw-ej-select>ul.list>div.fw-ej-search div.button::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/icon-search-fw.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.fw-ej-select>ul.list>div.fw-ej-search div.button:hover {
    cursor: pointer;
}

.center-fw-ej {
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
    box-sizing: border-box;
}

ul.fw-ej-type1 {
    width: 1300px;
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: border-box;
}

ul.fw-ej-type1>li {
    width: 1280px;
    height: 142px;
    padding: 20px;
    margin-top: 10px;
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    border: 1px solid rgba(227, 227, 227, 1);
    box-sizing: border-box;
    position: relative;
}

ul.fw-ej-type1>li>p.name {
    max-width: 1070px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.fw-ej-type1>li>p.name:hover {
    cursor: pointer;
    color: #C70505;
}

ul.fw-ej-type1>li>p.body {
    max-width: 1070px;
    height: 16px;
    margin-top: 18px;
    line-height: 14px;
    font-size: 14px;
    color: #777777;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.fw-ej-type1>li>div.detail {
    width: 100%;
    height: 14px;
    margin-top: 30px;
}

ul.fw-ej-type1>li>div.detail p {
    color: #777777;
    font-size: 14px;
    line-height: 14px;
    float: left;
}

ul.fw-ej-type1>li>div.detail p:nth-child(1) {
    width: 300px;
}

ul.fw-ej-type1>li>div.detail p:nth-child(2) {
    width: 300px;
}

ul.fw-ej-type1>li>div.detail p:nth-child(3) {
    width: 200px;
}

ul.fw-ej-type1>li>div.detail p:nth-child(4) {
    width: 200px;
}

ul.fw-ej-type1>li>div.button {
    position: absolute;
    top: 20px;
    right: 20px;
    width: auto;
    padding: 6px 10px;
    box-sizing: border-box;
    height: 34px;
    background: rgba(199, 5, 5, 1);
    border-radius: 2px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

ul.fw-ej-type1>li>div.button:hover {
    cursor: pointer;
    background: rgba(199, 5, 5, 0.8);
}

ul.fw-ej-type1>li:hover {
    cursor: pointer;
    box-shadow: 0px 0px 6px 0px rgba(126, 75, 75, 0.5);
    border: 1px solid #C70505;
}

.pagination {
    width: 100%;
    height: 34px;
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.pagination>div.total-num {
    display: inline-block;
    width: auto;
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
}

.pagination>select.page-num {
    width: 96px;
    height: 34px;
    border-radius: 2px;
    border: 1px solid #D9D9D9;
    color: #555555;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
}

.pagination>div.to-prev,
.pagination>div.to-next {
    width: 30px;
    height: 34px;
    color: #999999;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
}

.pagination>ul.page-list {
    width: auto;
    height: 34px;
}

.pagination>ul.page-list>li {
    width: 30px;
    height: 34px;
    float: left;
    line-height: 34px;
    color: #555555;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.pagination>ul.page-list>li:hover,
.pagination>ul.page-list>li.on,
.pagination>div.to-prev:hover,
.pagination>div.to-next:hover {
    color: #009EFF;
    cursor: pointer;
}

.pagination>div.to-go {
    width: auto;
    height: 34px;
}

.pagination>div.to-go span {
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    padding: 0 6px;
    line-height: 34px;
}

.pagination>div.to-go select {
    min-width: 60px;
    height: 34px;
    border-radius: 2px;
    border: 1px solid rgba(217, 217, 217, 1);
    color: #555555;
    font-size: 14px;
}

.header-fw>div.header-ej-name {
    width: 100%;
    height: 114px;
    margin-top: 60px;
    background-image: url('../images/tx-bg.png');
    background-repeat: no-repeat;
    background-position: left top;
}

.header-fw>div.header-ej-name>div.center {
    width: 1280px;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
}

.header-fw>div.header-ej-name>div.center p.chinese {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
}

.header-fw>div.header-ej-name>div.center p.english {
    width: auto;
    height: 26px;
    display: inline-block;
    margin-top: 5px;
    line-height: 18px;
    color: #fff;
    font-size: 18px;
    border-bottom: 2px solid #FFFFFF;
    box-sizing: border-box;
}

ul.fw-ej-type1-1>li{
    height: 100px;
}
ul.fw-ej-type1-2>li {
    height: 110px;
    padding-left: 130px;
    box-sizing: border-box;
    position: relative;
}

ul.fw-ej-type1-2>li>div.time {
    width: 80px;
    height: 70px;
    background: rgba(199, 5, 5, 1);
    border-radius: 2px;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 14px 0;
    box-sizing: border-box;
}

ul.fw-ej-type1-2>li>div.time>p {
    width: 100%;
    text-align: center;
    color: #fff;
}
ul.fw-ej-type1-2>li>div.time>p:nth-child(1){
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}
ul.fw-ej-type1-2>li>div.time>p:nth-child(2){
    font-size: 18px;
    line-height: 18px;
    padding-top: 2px;
}

.report-text {
    width: 1280px;
    background-color: #fff;
    margin: 0 auto;
    padding: 0 40px 20px 40px;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid rgba(227, 227, 227, 1);
}

.report-text>div.title {
    width: 100%;
    min-height: 110px;
    border-bottom: 1px solid #D8D8D8;
    box-sizing: border-box;
    padding-top: 40px;
}

.report-text>div.title>p.main {
    width: 100%;
    color: #202020;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.report-text>div.title>p.details1 {
    width: 100%;
    color: #666666;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.report-text>div.title>p.details {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: #666666;
    font-size: 14px;
    line-height: 14px;
}

.report-text>div.title>p.details span {
    padding-left: 20px;
    box-sizing: border-box;
}

.report-text>div.body {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #D8D8D8;
    box-sizing: border-box;

}

.report-text>div.body p {
    font-size: 14px;
    color: #151515;
    line-height: 21px;
}

.report-text>div.body h3 {
    color: #151515;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    line-height: 21px;
}

.report-text>div.body h5 {
    color: #151515;
    font-size: 14px;
    line-height: 21px;
}

.report-text>div.other {
    width: 100%;
    padding-top: 10px;
    box-sizing: border-box;
}

.report-text>div.other p {
    margin-top: 10px;
    line-height: 14px;
    height: 10px;
    font-size: 14px;
}

.report-text>div.other p a {
    color: #007AFF;
}

.report-text {
    width: 1280px;
    background-color: #fff;
    margin: 0 auto;
    padding: 0 40px 40px 40px;
    box-sizing: border-box;
}

.report-text>div.title {
    width: 100%;
    min-height: 110px;
    border-bottom: 1px solid #D8D8D8;
    box-sizing: border-box;
    padding-top: 40px;
}

.report-text>div.title>p.main {
    width: 100%;
    color: #202020;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.report-text>div.title>p.details {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: #666666;
    font-size: 14px;
    line-height: 14px;
}

.report-text>div.title>p.details span {
    padding-left: 20px;
    box-sizing: border-box;
}

.report-text>div.body {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #D8D8D8;
    box-sizing: border-box;

}

.report-text>div.body p {
    font-size: 14px;
    color: #151515;
    line-height: 21px;
}

.report-text>div.body h3 {
    color: #151515;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    line-height: 21px;
}

.report-text>div.body h5 {
    color: #151515;
    font-size: 14px;
    line-height: 21px;
}

.report-text>div.other {
    width: 100%;
    padding-top: 10px;
    box-sizing: border-box;
}

.report-text>div.other p {
    margin-top: 10px;
    line-height: 5px;
    height: 0px;
    font-size: 14px;
}

.report-text>div.other p a {
    color: #007AFF;
}

.fw-ej-select>ul.list>li p.select ul.select_ul {
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    top: 40px;
    bottom: auto;
    width: auto;
    min-width: 130px;
    /* border: 1px solid rgba(204, 212, 218, 1); */
}

.fw-ej-select>ul.list>li p.select ul.select_ul li {
    color: #666666;
    font-size: 14px;
    background-color: #fff;
    height: 34px;
    text-indent: 0;
    padding: 0 10px;
    box-sizing: border-box;
}

.fw-ej-select>ul.list>li p.select ul.select_ul li>p {
    width: max-content;
}

.fw-ej-select>ul.list>li p.select ul.select_ul li:hover {
    background-color: #F7F8FA;
    color: #C70505;
}


.fw-ej-select>ul.list>li p.select ul.select_ul li.cur {
    background-color: #C70505;
    color: #fff;
}

.bread-crumbs {
    width: 100%;
    height: 60px;
    background-color: #F7F8FA;
}

.bread-crumbs>p {
    width: 1280px;
    height: 60px;
    margin: 0 auto;
    line-height: 60px;
    color: #777777;
    font-size: 14px;
}

.bread-crumbs>p span a {
    color: #777777;
}

body>div.header-top {
    width: 100%;
    height: 40px;
    background-color: #F5F5F5;
}

body>div.header-top>div.container {
    width: 1280px;
    height: 40px;
    margin: 0 auto;
}

body>div.header-top>div.container>div.left {
    width: auto;
    height: 40px;
    float: left;
}

body>div.header-top>div.container>div.left p {
    line-height: 40px;
    height: 40px;
    font-size: 12px;
    float: left;
    color: #777777;
    width: auto;
}

body>div.header-top>div.container>div.left p.home {
    width: auto;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
}

body>div.header-top>div.container>div.left p.home a {
    color: #777777;
}

body>div.header-top>div.container>div.left p.home::before {
    content: "";
    width: 13px;
    height: 12px;
    position: absolute;
    top: 14px;
    left: 0;
    background-image: url('../images/icon-home-red.png');
    background-size: 100% 100%;
}

body>div.header-top>div.container>div.right {
    margin-top: 7px;
    float: right;
    width: 340px;
    height: 26px;
    background: rgba(251, 251, 251, 1);
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
}

body>div.header-top>div.container>div.right::after {
    content: "全站检索";
    width: auto;
    height: 26px;
    line-height: 26px;
    color: #777777;
    font-size: 12px;
    top: 0;
    right: 0;
    padding-left: 40px;
    box-sizing: border-box;
}

body>div.header-top>div.container>div.right:hover input {
    border: 1px solid #777777;
    border-right: 0;
}

body>div.header-top>div.container>div.right input {
    width: 200px;
    height: 26px;
    padding: 0 15px;
    box-sizing: border-box;
    border: 1px solid rgba(204, 212, 218, 1);
    border-right: 0;
    background-color: #E4E4E4;
    border-radius: 2px 0 0 2px;
}

body>div.header-top>div.container>div.right input::-webkit-input-placeholder {
    color: #777777;
}

body>div.header-top>div.container>div.right input::-moz-input-placeholder {
    color: #777777;
}

body>div.header-top>div.container>div.right input::-ms-input-placeholder {
    color: #777777;
}

body>div.header-top>div.container>div.right div.button {
    width: 40px;
    height: 26px;
    background: #C70505;
    border-radius: 0px 4px 4px 0px;
    position: absolute;
    top: 1px;
    right: 100px;
}

body>div.header-top>div.container>div.right div.button:hover {
    cursor: pointer;
    background-color: rgba(199, 5, 5, 0.8);
}

body>div.header-top>div.container>div.right div.button::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    background-image: url('../images/icon-search-fw.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

body>div.header-top>div.container>div.right div.button:hover {
    cursor: pointer;
}