@charset "UTF-8";
@charset "UTF-8";

/*******/

html,
body {
    -ms-overflow-style: scrollbar;
}

html {
    font-size: 20px;
}

@media screen and (max-width: 1800px) and (min-width: 1661px) {
    html {
        font-size: 19px;
    }
}

@media screen and (max-width: 1660px) and (min-width: 1441px) {
    html {
        font-size: 18px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1241px) {
    html {
        font-size: 17px;
    }
}

@media screen and (max-width: 1240px) and (min-width: 992px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 450.1px) and (max-width: 991.98px) {
    html {
        font-size: 60px;
    }
}

@media screen and (max-width: 450px) {
    html {
        font-size: 13.3333333vw;
    }
}

body {
    width: 100%;
    font-size: 1em;
    line-height: 1;
    background: #fff;
    color: #333;
    /* font-family: "微软雅黑", "Microsoft YaHei"; */
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    white-space: normal;
    word-wrap: break-word;
}

@media screen and (max-width: 991.98px) {
    body {
        font-size: 0.3rem;
        font-family: Arial, Helvetica, sans-serif;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
    font-weight: normal;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 1em;
    line-height: inherit;
    resize: none;
}

h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
p:focus,
input:focus,
select:focus,
textarea:focus,
label:focus,
dl:focus,
dt:focus,
dd:focus,
h1:active,
h2:active,
h3:active,
h4:active,
h5:active,
h6:active,
p:active,
input:active,
select:active,
textarea:active,
label:active,
dl:active,
dt:active,
dd:active {
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

@media screen and (max-width: 991px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    input,
    select,
    textarea,
    label,
    dl,
    dt,
    dd {
        font-family: Arial, Helvetica, sans-serif;
    }
}

input[type='radio'],
input[type='checkbox'],
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

input[type='radio']:focus,
input[type='checkbox']:focus,
textarea:focus,
input[type='radio']:active,
input[type='checkbox']:active,
textarea:active {
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

button {
    appearance: none;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
    border: none;
    background: transparent;
}

a {
    color: #003b8f;
}

a:hover {
    color: #003b8f;
}

i,
em {
    font-style: normal;
}

a:hover,
a:focus {
    text-decoration: none;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    vertical-align: middle;
}

table {
    border: none;
}

th,
td {
    font-weight: normal;
    padding: 5px;
    border: solid 1px #e5e5e5;
}

.overflow {
    overflow: hidden;
}

.wrapper {
    width: 100%;
    min-height: 568px;
    position: relative;
    overflow: hidden;
}

.wrapper.openPop {
    height: 100%;
    min-height: 100%;
    position: fixed;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.row {
    width: auto;
    margin: 0 auto;
    overflow: hidden;
}

.lg-global-inner {
    width: 95%;
    max-width: 1800px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.lg-global-inner:before,
.lg-global-inner:after {
    content: '';
    display: table;
    clear: both;
}

.global-inner {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.global-inner:before,
.global-inner:after {
    content: '';
    display: table;
    clear: both;
}

.sm-inner {
    max-width: 1220px;
    width: 80%;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.sm-global-inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.sm-global-inner:before,
.sm-global-inner:after {
    content: '';
    display: table;
    clear: both;
}

.xs-global-inner {
    width: 65%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.xs-global-inner:before,
.xs-global-inner:after {
    content: '';
    display: table;
    clear: both;
}

@media screen and (max-width: 991px) {
    .lg-global-inner,
    .global-inner,
    .xs-global-inner {
        width: 100%;
        padding: 0 0.3rem;
    }
    .sm-inner {
        width: 100%;
        padding: 0 .3rem;
    }
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.en {
    font-family: "arial";
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.swiper-pagination-bullet {
    opacity: 1;
}


/**** btn ***/

.btn {
    min-width: 7.5em;
    height: 2.625em;
    padding: 0;
    margin: 0 6px;
    font-size: 1em;
    line-height: 2.5em;
}

.btn.btn-default,
.btn .btn-gray {
    border-color: #b3b3b3;
    background: #b3b3b3;
    color: #fff;
}

.btn.btn-sure,
.btn.btn-blue {
    border-color: #0089d9;
    background: #0089d9;
    color: #fff;
}

.btn:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}


/****** 弹框 ******/

.pop-box {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1020;
}

.pop-box.open .pop-inner {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.pop-zhe {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1021;
}

.pop-inner {
    width: 90%;
    max-width: 25em;
    display: none;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -70%);
    -webkit-transform: translate(-50%, -70%);
    -ms-transform: translate(-50%, -70%);
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    background: #fff;
    z-index: 1030;
    -webkit-overflow-scrolling: touch;
}

.pop-inner::-webkit-scrollbar {
    width: 3px;
    background: #fff;
}

.pop-inner::-webkit-scrollbar-track {
    border-radius: 3px;
    background: #fff;
}

.pop-inner::-webkit-scrollbar-thumb {
    width: 3px;
    border-radius: 3px;
    background: #e5e5e5;
}

.pop-bd {
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 7%;
    margin: 0 0.8%;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 1032;
}

.pop-bd::-webkit-scrollbar {
    width: 5px;
    background: #fff;
}

.pop-bd::-webkit-scrollbar-track {
    border-radius: 3px;
    background: #fff;
}

.pop-bd::-webkit-scrollbar-thumb {
    width: 5px;
    border-radius: 3px;
    background: #e5e5e5;
}

.pop-close {
    width: 1.875em;
    height: 1.875em;
    display: block;
    overflow: hidden;
    background: url(/Img/images/close_02.png) no-repeat right center;
    background-size: 1.375em auto;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 1040;
}


/*** 滚动条 ****/

.mCSB_inside>.mCSB_container {
    margin: 0;
}

.mCSB_scrollTools {
    width: 3px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: transparent;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #000;
    opacity: 0.2;
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 3px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    margin: 0;
    height: 3px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    margin: 0;
    height: 3px;
}


/*** 顶部 ****/

.header-boxs {
    position: relative;
    z-index: 20;
}

.header-boxs .global-inner {
    text-align: center;
    z-index: 20;
    /* padding: 17px 0; */
}

.header-boxs .logo2{
    padding: 17px 0;
}

.header-boxs .nav-list {
    float: left;
    margin-left: 11em;
}

.header-boxs .nav-list .lv1s {
    float: left;
    position: relative;
}

.header-boxs .nav-list .lv1s .lv1 {
    color: #282828;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 3em 15px 0;
    line-height: 20px;
    display: block;
}

.header-boxs .nav-list  .on .active a{
    color: #004da1;
}


.header-boxs .nav-list .lv1s.on .lv1 {
    color: #004da1;
}

.header-boxs .nav-list dl {
    position: absolute;
    top: 98%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    /* padding: 5px 0; */
    margin: 2px 0 0;
    text-align: center;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    line-height: 30px;
    font-size: 16px;
    /* border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-top: 1px none #c70064; */
    box-shadow: none;
    background-color: #fff;
    /* background-color: #004da1; */
    /* opacity: .8; */
    border-top: 2px solid #004da1;
}

.header-boxs .nav-list li:nth-child(2) dl{
    left: -43%;
}

.header-boxs .nav-list li:nth-child(3) dl{
    left: -40%;
}

.header-boxs .nav-list li:nth-child(4) dl{
    left: -40%;
}

.header-boxs .nav-list li:nth-child(5) dl{
    left: -43%;
}

/* .header-boxs .nav-list .lv1s:hover dl {
    display: block;
} */

.navChange{
    display: block !important;
}

.header-boxs .nav-list .lv1s:hover .lv1 {
    color: #004da1;
}

.header-boxs .nav-list .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    display: none;
}

.header-boxs .nav-list dl a {
    color: #000;
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
    border-bottom: 1px solid #ebebeb;
}

.header-boxs .nav-list dl a:hover {
    color: #004da1;
    background-color: #fff;
}

.header-boxs .nav-list dl dt {
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: 1px solid #eee;
}

.header-boxs .nav-list dl dd {}

.header-boxs .logo {
    position: relative;
}

.header-boxs .logo img {
    width: 152px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    display: block;
    margin-bottom: -50px;
}

.header-boxs .xian {
    width: 100%;
    height: 1px;
    background: #d83e36;
}

.header-boxs .info {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
    font-size: 14px;
    padding-right: 68px;
    line-height: 35px;
}

.header-boxs .info span {
    display: inline-block;
    padding-left: 23px;
    background: url(/Img/images/top-link-img1.png) no-repeat left center;
    margin-right: 17px;
}

.header-boxs .info a {
    display: inline-block;
    padding-left: 26px;
    background: url(/Img/images/top-link-img2.png) no-repeat left center;
    color: #333;
}

.header-boxs .info a:hover {
    color: #d83e36;
}

.ph-nav-btn {
    overflow: hidden;
    display: none;
    border-bottom: 1px solid #e7e7e7;
}

.ph-nav-btn .navbar-toggle {
    background-color: #ddd;
    border-color: #ddd;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.ph-nav-btn .navbar-toggle .icon-bar {
    background-color: #888;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-top: 4px;
}

.ph-nav-btn .navbar-toggle .icon-bar:first-child {
    margin-top: 0;
}

.search-box {
    width: 190px;
    height: 110px;
    clear: none;
    z-index: 1000;
    position: fixed;
    top: 35px;
    right: 0px;
}

.search-box .top {
    height: 40px;
    position: relative;
}

.search-box .top input {
    background-color: #fff;
    margin-bottom: 10px;
    border-top: 1px solid #CC0066;
    border-left: 1px solid #CC0066;
    border-bottom: 1px solid #CC0066;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    height: 40px;
    padding-left: 5px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
}

.search-box .top .btns {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
}

.search-box .phone {
    width: 100%;
    display: block;
    margin-top: 10px;
}

.right-nav {
    position: fixed;
    right: 10px;
    top: 30%;
    width: 54px;
}

.right-nav .item {
    width: 54px;
    height: 54px;
    border-radius: 5px;
    border: 1px solid #cc5aa2;
    line-height: 48px;
    text-align: center;
    margin-bottom: 4px;
    background: #fff;
    float: right;
}

.right-nav .item img {
    display: inline-block;
}

.right-nav .item3 {
    cursor: pointer;
    display: none;
}

.right-nav .item2 {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
    padding: 0 11px;
    overflow: hidden;
    position: relative;
    text-align: left;
}

.right-nav .item2 span {
    position: absolute;
    left: 51px;
    top: 1px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    float: left;
    font-size: 16px;
    color: #cc5aa2;
    font-weight: bold;
}

.right-nav .item2:hover {
    width: 205px;
}

.right-nav .item2:hover span {
    opacity: 1;
}

.right-nav .item1 img {
    position: relative;
    left: -2px;
}

.right-nav .item2.item1 span {
    left: 57px;
}

.ph-nav-box {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1030;
    background: rgba(0, 0, 0, .3);
    display: none;
    cursor: pointer;
}

.ph-nav-pop {
    position: fixed;
    width: 45%;
    right: -68%;
    height: 100%;
    background: #004da1;
    padding-top: 0.6rem;
    z-index: 10;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.ph-nav-pop.on {
    right: 0;
}

.ph-nav-pop .top {
    line-height: 0.6rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-left: 0.38rem;
    padding-right: 0.23rem;
}

.ph-nav-pop .top .left {
    float: left;
    font-size: 0.17rem;
    color: #999;
    padding-top: 0.23rem;
}

.ph-nav-pop .top .right {
    float: right;
}

.ph-nav-pop .top .right .ph-nav-close {
    width: 0.31rem;
    cursor: pointer;
    padding-left: 0.1rem
}

.ph-nav-pop .nav-main {
    height: 80%;
    overflow: hidden;
    padding-top: 0.12rem;
    position: relative;
}

.ph-nav-pop .nav-main ul {}

.ph-nav-pop .nav-main li {}

.ph-nav-pop .nav-main .lv1 {
    line-height: 0.74rem;
    font-size: 0.3rem;
    position: relative;
    padding: 0 0.2rem;
    border-bottom: 1px solid #3372a1;
}

.ph-nav-pop .nav-main .lv1 a {
    display: block;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.ph-nav-pop .nav-main .lv1 .more {
    display: block;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 0.74rem;
    text-align: right;
}

.ph-nav-pop .nav-main .lv1 .more-btn {
    width: 0.15rem;
    margin-right: 0.17rem;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.ph-nav-pop .nav-main dl {
    padding: 0.1rem 0.2rem;
    display: none;
    background: #004da1;
}

.ph-nav-pop .nav-main dl dd {
    line-height: 0.74rem;
    font-size: 0.15rem;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #3372a1;
}

.ph-nav-pop .nav-main dl dd:last-child {
    border-bottom: none;
}

.ph-nav-pop .nav-main dl dd .lv2 {
    color: #fff;
    display: block;
    /* font-size: .15rem; */
}

.ph-nav-pop .nav-main .more1 {
    display: block;
    width: 40%;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 0.5rem;
    text-align: right;
}

.ph-nav-pop .nav-main .more1 .more-btn1 {
    width: 0.15rem;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.ph-nav-pop .nav-main dd.on .more1 .more-btn1 {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.ph-nav-pop .nav-main .lv3-box {
    display: none;
    padding-bottom: 0.1rem;
}

.ph-nav-pop .nav-main .lv3-box a {
    display: block;
    color: #fff;
    line-height: 0.35rem;
    font-size: 0.14rem;
    font-weight: normal;
}

.ph-nav-pop .nav-main li.on .lv1 a {}

.ph-nav-pop .nav-main li.on .lv1 .more-btn {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.header-boxs .ban-boxs {
    position: absolute;
    right: 0em;
    top: 18px;
}

.header-boxs .ban-box {
    float: right;
    margin-right: 18px;
    padding-left: 28px;
    background: url(/Img/images/link-ban-bg.png) no-repeat left center;
    position: relative;
}

.header-boxs .ban-box .lists {
    position: absolute;
    width: 110px;
    right: 0;
    top: 85%;
    background: #f3f3f3;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}

.header-boxs .ban-box .lists li {
    font-size: 14px;
    line-height: 30px;
    text-align: left;
}

.header-boxs .ban-box .lists li a {
    color: #333333;
    display: inline-block;
    padding-right: 17px;
    background: url(/Img/images/ban-lists-libg.png) no-repeat right 1px center;
}

.header-boxs .ban-box .lists li a:hover {
    color: #d83e36;
    background: url(/Img/images/ban-lists-libg1.png) no-repeat right 1px center;
}

.header-boxs .ban-box .ban {
    display: inline-block;
    font-size: 16px;
    background: url(/Img/images/link-ban-morebg.png) no-repeat right 1px center;
    cursor: pointer;
    line-height: 20px;
    padding: 15px;
    padding-left: 0;
}

.ph-nav-pop .links {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0.3rem;
    padding: 0 0.2rem;
}

.ph-nav-pop .links .lang {
    padding-left: 0.33rem;
    line-height: 0.21rem;
    background: url(/Img/images/lang-bg1.png) no-repeat left center;
    background-size: 0.21rem;
}

.ph-nav-pop .links .lang select {
    color: #fff;
    font-size: 0.24rem;
    width: 0.8rem;
    padding-right: 0.18rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(/Img/images/lang-downbg.png) no-repeat right center;
    /* background-size: 0.09rem; */
}

.ph-nav-pop .links .lang select option {
    color: #333;
}

.ph-nav-pop .links .infos {
    color: #fff;
    font-size: 0.24rem;
    margin-top: 5px;
    line-height: 1.5;
}

.ph-nav-pop .links .infos span {
    display: block;
}

.ph-nav-pop .links .infos a {
    color: #fff;
}

@media screen and (max-width: 991.98px) {
    .navbar-toggle {
        display: block;
    }
    .header-boxs .info {
        display: none;
    }
    .header-boxs .ban-boxs {
        display: none;
    }
    .ph-nav-btn {
        display: block;
    }
    .header-boxs .xian {
        display: none;
    }
    .header-boxs .nav-list {
        width: 2.4rem;
        margin: auto;
        display: none;
    }
    .header-boxs .nav-list .lv1s {
        width: 100%;
    }
    .header-boxs .nav-list .lv1s .lv1 {
        padding: 10px 15px;
    }
    .header-boxs .global-inner {
        margin-bottom: 0;
        display: none;
    }
    .header-boxs .nav-list dl {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .header-boxs .nav-list dl a {
        color: #777;
        line-height: 20px;
        padding: 5px 15px 5px 25px;
    }
    .header-boxs .nav-list .lv1s .lv1.on {
        background-color: #e7e7e7;
    }
    .header-boxs .logo {
        margin-top: 20px;
    }
    .search-box {
        position: relative;
        width: 100%;
        right: 0;
        top: 0;
        padding: 0 0.18rem;
        height: auto;
        margin-bottom: 10px;
        padding-top: 0.2rem;
    }
    .search-box .top input {
        border-right: 1px solid #CC0066;
        border-radius: 8px;
    }
    .search-box .phone {
        display: none;
    }
    .right-nav {
        top: inherit;
        bottom: 0.3rem;
    }
    .right-nav .item1,
    .right-nav .item2 {
        display: none;
    }
    .header-boxs .logo img {
        width: 1.4rem;
        margin-bottom: -0.7rem;
    }
}


/*** 底部 ****/

.footers-box {
    margin-top: 40px;
}

.footers-list {
    background-color: #004f93;
    color: #FFF;
    text-transform: uppercase;
    padding: 9px 0;
    box-shadow: rgb(0, 0, 0, .2) 0px 6px 18px inset;
    height: 60px;
}

.footers-list .list {
    display: none;
}

.footers-list .list:after {
    content: '';
    display: table;
    clear: both;
}

.footers-list .list li {
    float: left;
    width: 13.1%;
    font-size: 16px;
    line-height: 40px;
    white-space: nowrap
}

.footers-list .list li:last-child {
    margin-left: -36px;
}

.footers-list .list li a {
    color: #fff;
}

.footers-list .list li a:hover {
    text-decoration: underline;
}

.footers-info {
    padding: 20px 0;
    padding-bottom: 0;
}

.footers-info .item {
    float: left;
    margin-top: 30px;
    color: #333333;
    font-size: 16px;
}

.footers-info .item1 {
    width: 30%;
    margin-right: 3.5%;
}

.footers-info .item2 {
    width: 35%;
    margin-right: 3.5%;
}

.footers-info .item3 {
    float: right;
}

.footers-info .item a {
    color: #333333;
}

.footers-info .item a:hover {
    text-decoration: underline;
}

.footers-info .item .doc {
    line-height: 24px;
}

.footers-info .item .doc .det {
    line-height: 20px;
    margin-top: 5px;
}

.footers-info .item .doc p {
    margin-bottom: 6px;
}

.footers-info .item img {
    max-width: 100%;
}

.footers-info .item .footsubscribe {
    padding: 5px;
    font-size: 18px;
    color: #474747;
    font-weight: bold;
    background-color: #f7f7f7;
    max-width: 160px;
    margin: auto;
}

.code {
    text-align: center;
    font-size: 14px;
    margin-top: 11px;
}

.footers-info .item .footsubscribe .txt {
    font-size: 14px;
    font-weight: normal;
}

.footers-info .item .footsubscribe a {
    background-color: #d83e36;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    margin-top: 20px;
    display: block;
    text-align: center;
}

.footers-info .list {
    overflow: hidden;
    margin-top: 15px;
}

.footers-info .list li {
    float: left;
    margin-right: 10px;
}

.footers-info .list li img {
    width: 30px;
}

.footers-info .iframe {
    height: 600px;
}

.footers-info .iframe iframe {
    height: 100%;
    border: none;
    min-height: 200px;
}

.footers-info .copy {
    color: #181818;
    font-size: 14px;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.footers-copy {
    border-top: 1px solid #e5e5e5;
    line-height: 20px;
    padding: 15px 0;
    font-size: 14px;
    color: #808080;
    margin-top: 35px;
}

.footers-copy a {
    color: #808080;
}

.footers-copy a:hover {
    text-decoration: underline;
}

.footers-copy .left {
    float: left;
}

.footers-copy .left span {
    margin-left: 20px;
}

.footers-copy .right {
    float: right;
    text-transform: uppercase;
}

.footers-copy .right span {
    margin: 0 13px;
}

.inline-block {
    display: inline-block;
    vertical-align: top;
}

.foot-support {
    overflow: hidden;
}

.foot-support .title {
    float: left;
}

.foot-support .foot-jszc {
    float: left;
    width: auto;
}

@media screen and (max-width: 1200px) {
    .footers-list {
        padding: 0.15rem 0;
    }
    .footers-list .list li {
        width: 100%;
    }
    .footers-list .list li:last-child {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .footers-info {
        padding-top: 0;
    }
    .footers-info .iframe {
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        height: 3.5rem;
    }
    .footers-info .item {
        width: 100%;
        margin-right: 0;
        margin-top: 0.2rem;
    }
    .footers-copy .left {
        width: 100%;
        text-align: center;
        padding: 0 0.1rem;
    }
    .footers-copy .right {
        width: 100%;
        text-align: center;
    }
    .footers-copy {
        line-height: 22px;
        margin-top: 0.25rem;
    }
    .footers-box {
        margin-top: 0.3rem;
    }
    .footers-list .list li {
        line-height: 0.65rem;
    }
}

@media(max-width:1485px) {
    .header-boxs .nav-list {
        padding-right: 0.5em;
    }
}

@media(max-width:1335px) {
    .header-boxs .nav-list .lv1s .lv1 {
        padding-right: 1.5em;
    }
}

@media(max-width:991.98px) {
    .footers-info .item img {
        display: block;
        margin: auto;
    }
    .footers-info .item .footsubscribe {
        background-color: #fff;
    }
}


/* 修改 2022.03.28 */

.header-boxs .nav-list {
    font-size: 16px;
}

.header-boxs .nav-list {
    margin-left: 7em;
}

@media screen and (max-width: 1540px) {
    .header-boxs .nav-list {
        margin-left: 2em;
    }
    .news-logo {
        width: 200px;
        height: auto;
        margin-top: 0.6em;
    }
}

.footers-list .list li {
    margin-right: 4em;
}


/* @media screen and (max-width: 1336px) {
    .footers-list .list li {
        width: 100%;
    }
} */

.footers-list .list li:last-child {
    margin-left: 0px;
}

.footers-copy .left span .new-title:hover {
    color: #004DA1;
}

.foot-support .title {
    display: flex;
}

.foot-support .title .new-title {
    margin-left: 0.2em;
}

@media screen and (max-width: 1280px) {
    .footers-list .list li {
        width: 100%;
    }
}


/* 2022.03.29 修改 */


/* 2022.03.29 修改 */

@media screen and (max-width: 1540px) {
    .header-boxs .nav-list {
        margin-left: 6em;
    }
}

.header-boxs .nav-list {
    font-size: 16px;
}

.header-boxs .nav-list .lv1s .lv1 {
    color: #282828;
    font-size: 18px;
    text-transform: uppercase;
    padding: 32px 2em 32px 0;
    line-height: 20px;
    display: block;
    cursor: pointer;
}

@media (max-width: 1300px) {
    .header-boxs .nav-list .lv1s .lv1 {
        font-size: 14px;
        padding: 32px 1.5em 22px 0;
    }
}

@media (max-width: 1140px) {
    .header-boxs .nav-list{
        margin-left: 3em;
    }
}

@media (max-width: 1090px) {
    .header-boxs .nav-list{
        margin-left: 1.5em;
    }
}

@media (max-width: 1040px) {
    .header-boxs .nav-list .lv1s .lv1 {
        font-size: 14px;
        padding: 32px 1em 22px 0;
    }
    .ph-nav-pop .nav-main dl dd{
        font-size: 12px;
    }
}

@media (max-width: 992.98px) {
    .ph-nav-pop .nav-main dl dd{
        font-size: 0.26rem;
    }
}

/* 2022.04.15 修改 */

.foot-support .title a {
    text-decoration: none;
}

@media(max-width: 991.98px){
    .swiper-container.banner1 .swiper-slide{
        background-position: inherit;
    }
}