@charset "utf-8";

.search-dialog-box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease 0s;
}

.search-dialog-box::before {
    content: "";
    position: absolute;
    top: 0px;
    height: 0px;
    background: rgb(14, 93, 168);
    transition: all 0.6s ease 0s;
    left: 0px;
    right: 0px;
    z-index: 1;
    opacity: 0.9;
}

.search-dialog-box.on::before {
    height: 100%;
    display: none;
}

.search-dialog-box .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.search-dialog-box .search-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    margin: 0px;
    background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7);
    transform-origin: center center;
    transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.search-dialog-box .wrap-inner {
    transform: translateY(100%);
    transition: all 0.6s ease 0s;
}

.search-dialog {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.search-dialog .search-tit {
    font-size: 0.44rem;
    line-height: 0.56rem;
    color: rgb(255, 255, 255);
    text-align: center;
    overflow: hidden;
    display: none;
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0px;
}

.search-dialog .search-input {
    width: 8rem;
    margin: 0px auto;
    background-color: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    max-width: 94%;
}

.search-dialog .search-input input[type="text"] {
    float: left;
    height: 0.7rem;
    width: calc(100% - 1rem);
    background-color: rgb(255, 255, 255);
    font-size: 0.2rem;
    line-height: 0.08rem;
    color: #666;
    transition: all 0.3s ease 0s;
    padding: 0px 0.2rem;
}

.search-dialog .search-input input[type="submit"],
.search-dialog .search-input .clear-btn {
    float: right;
    height: 0.72rem;
    width: 1rem;
}

.search-dialog .search-input input[type="submit"] {
    background-color: #002EA6;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.24rem;
    background-image: url("../images/search-btn.svg");
    font-size: .2rem;
    color: #fff;
}

.search-dialog .search-input .clear-btn {
    background-color: rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/close-btn.svg");
    background-size: 0.56rem;
    border-radius: 100%;
    margin-right: 0.16rem;
    display: none;
}

.search-dialog .search-input.on {
    background-color: rgb(255, 255, 255);
}

.search-dialog .hot-search {
    font-size: 0px;
    width: 0.49rem;
    margin: 0.096rem auto 0px;
    box-sizing: border-box;
    padding: 0px 0.096rem;
    overflow: hidden;
}

.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}

.search-dialog .hot-search .hot-tit {
    font-size: 0.06rem;
    line-height: 0.08rem;
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding-left: 0.096rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.08rem;
}

.search-dialog .hot-link {
    margin-left: 0.16rem;
}

.search-dialog .hot-link a {
    display: inline-block;
    zoom: 1;
    font-size: 0.06rem;
    line-height: 0.08rem;
    margin-right: 0.12rem;
    color: rgb(255, 255, 255);
    padding-bottom: 5px;
    position: relative;
}

.search-dialog .hot-link a::before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: rgb(255, 255, 255);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease 0s;
}

.search-dialog-box .bottom-box {
    position: absolute;
    left: 0px;
    bottom: 5.1%;
    width: 100%;
}

.search-dialog-box .bottom-box .share-box {
    overflow: hidden;
}

.search-dialog-box .bottom-box .copy {
    font-size: 0.35rem;
    line-height: 0.5rem;
    color: rgb(255, 255, 255);
    font-family: gilroy-regular;
    margin-top: 0.5rem;
    overflow: hidden;
}

.header-right.is-open .bubbles-bg {
    visibility: visible;
    opacity: 1;
}

.header-right.is-open .search-btn .con-box {
    display: none;
}

.header-right.is-open .close-btn {
    display: block;
}

.header-right.is-open .item .search-bg {
    transform: scale(1);
}

.search-dialog-box.on {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .search-bg {
    height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .wrap-inner {
    transform: translateY(0px);
}


.pub-close {
    position: absolute;
    width: 0.48rem;
    height: 0.48rem;
    z-index: 10;
    right: 0.24rem;
    top: 0.216rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
}

.pub-close .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(28, 90, 183);
    transform: scale(0);
    border-radius: 100%;
    transition: transform 0.3s ease 0s;
}

.pub-close i {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 0.12rem;
    background-repeat: no-repeat;
    background-image: url("../images/close-btn.svg");
    transition: all 0.6s ease 0s;
}

.pub-close i:hover {
    transform: rotate(180deg);
}

@keyframes spin {
    100% {
        transform: rotate(1turn);
    }
}

@keyframes spin2 {
    100% {
        transform: rotate(-1turn);
    }
}

@keyframes spin-reverse {
    0% {
        transform: rotate(1turn);
    }
}

@keyframes spin-reverse2 {
    0% {
        transform: rotate(-1turn);
    }
}


.section {
    overflow: hidden;
}

.header_box_li {
    position: relative;
    z-index: 4;
}

.header_box {
    position: relative;

}

#header {
    position: relative;
    z-index: 999;
    width: 100%;
    transition: all 0.36s ease 0s;

    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.xg #header {
    opacity: 0;
    z-index: -1;
}

/* .header_top {
    position: relative;
    z-index: 10000;
    overflow: hidden;
}

.header_top .search_btn {
    display: inline-block;
    float: none;
    font-size: 0.14rem;
} */
#header .right {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* padding-top: .25rem; */
}

.right-b {
    display: flex;
    align-items: center;
    width: 100%;
    /* margin-top: .13rem; */
    justify-content: flex-end;
}

.list_box0 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.list_box0 .li a {
    display: flex;
    transition: 0.5s;
    /* height: .2rem; */
    line-height: .14rem;
    /* padding: 0 .1rem; */
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #666;
    transition: all 0.36s ease 0s;
}

.list_box0 .li a .icon svg path {
    fill: rgba(0, 0, 0, .6);
}

/*顶部搜索*/
.wap_search {
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    overflow: hidden;
    width: 100%;
    height: 85px;
    display: block;
    margin-bottom: 0.1rem;
}

.wap_search .header-search {
    height: 40px;
    border-radius: 20px;
    background: rgb(255 255 255);
    position: relative;
    width: 3.68rem;
    margin: 10px auto;
}

.wap_search .input {
    font-size: .16rem;
    color: #646464;
    height: 40px;
    line-height: 40px;
    padding: 0 .24rem;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: #fff;
    border-radius: 30px;
    /* background:none; */
    width: calc(100% - 40px);
}

.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: url(../images/search-btn.svg) center no-repeat #002EA6;
    background-size: .24rem;
    border-radius: 20px;
}

.wap_search .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53;
}

.wap_search input::-webkit-input-placeholder {
    color: #999;
}

.wap_search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

.wap_search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

.wap_search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

#header2 .list_box0 .li:hover a .icon svg path {
    fill: #0B2799;
}

.list_box0 .li:hover a .icon svg path {
    fill: #0B2799;
}

.list_box0 .li:first-child a {
    border-left: none !important;
}

.list_box0 .li:hover a {
    color: #0B2799;
}

.list_box0 .li a.sousuo {
    position: relative;
    display: block;
    padding: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #F2F2F2;
    border-left: none;
    margin-left: 15px;
}

.list_box0 .li a.sousuo svg {
    position: absolute;
    left: 54%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.list_box0 .li a.sousuo svg path {
    fill: #000;
}



.list_box0 .li a .icon {
    position: relative;
    width: 0.3rem;
    margin-bottom: .1rem;
    text-align: center;
}

#header2 .list_box0 .li a .icon {
    margin-bottom: 0;
}

.list_box0 .li a .icon svg {
    /* display: block; */
    /* width: 80%; */
    /* height: 80%; */
}

.list_box0 .li a .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#m_header .list_box0 {
    float: right;
}

#m_header .list_box0 .li {
    line-height: 60px;
}

#m_header .list_box0 .li a .ewm_box {
    top: 60px;
}

#m_header .list_box0 .li a>img {
    height: 12px;
}

.list_box_01 {
    font-size: 0px;
    white-space: nowrap;
    padding: 0.1rem;
}

.header_box .wp {
    height: 1.2rem;
    display: flex;
    justify-content: space-between;
    transition: all 0.5s;
    align-items: center;
}

#logo {
    padding: 0px;
    position: relative;
}

#logo a {
    display: block;
}

#logo img {max-height: 0.5rem;display: block;max-width: 100%;transition: all 0.5s ease 0s;}

#logo img.img2 {
    display: none;
}

#nav {
    width: 100%;
    max-width: 9.65rem;
}

.right-b .list_box0 {
    position: relative;
    justify-content: flex-end;
    margin-left: .5rem;
}

.right-b .list_box0::after {
    content: "";
    position: absolute;
    left: 0;
    height: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    border-left: 1px solid rgba(255, 255, 255, .1);
}

.right-b .list_box0 .li {
    margin-left: .35rem;
}

#nav ul {
    display: flex;
    justify-content: space-between;
}

#nav ul li {
    float: left;
    z-index: 0;
    height: 100%;
    position: relative;
    /* padding: 0 0.2rem; */
}

#nav ul li a {
    display: block;
    padding: 0px;
    position: relative;
    z-index: 2;
}

#nav ul li h3 {
    position: relative;
    font-size: 0.24rem;
    color: #3B3B3B;
    transition: all 0.36s ease 0s;
    display: inline-block;

}

.index_head #nav.navs ul li h3:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -1px;
    height: 5px;
    background: #F37F44;
    z-index: 9;
}

#nav ul li:hover h3::before {
    left: 0;
    right: 0;
}




#nav ul li .sub {
    position: absolute;
    top: 100%;
    background: rgb(255, 255, 255);
    width: auto;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease 0s;
    transform-origin: center top;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
    border-radius: 0px 0px 0.08rem 0.08rem;
}

#nav ul li .sub::after {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #002EA6;
}

#nav ul li .sub .box {
    padding: 0.14rem 0px;
    text-align: center;
}

#nav ul li .sub a {
    padding: 8px 30px;
    line-height: 0.28rem;
    /* transition: all 0.6s ease 0s; */
    font-size: 0.16rem;
    color: rgb(51, 51, 51);
    text-align: center;
    white-space: nowrap;
    min-width: 1.6rem;
    font-weight: bold;
}



/* #nav ul li .sub a:hover {
    color: rgb(255, 255, 255);
    background: #002EA6;
} */
#nav ul li:hover .sub {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}


/* .header_box .xg .wp {
    height: 1rem;
    align-items: center;
}

.header_box .xg .header_top {
    display: none;
}

.showdiv header,
header.xg {
    background: #0e4b9f;
}

.showdiv .header_box_li #header::before,
.header_box_li #header.xg::before {
    top: -100%;
} */

#header2 {
    position: fixed;
    left: 0;
    right: 0;
    top: -100%;
    background: #fff;
    border-bottom: 1px solid #C5C5C5;
}

.xg #header2 {
    top: 0;
}

#header2 .wp {
    height: 0.8rem;
}

#header2 .wp #logo img {
    height: .48rem;
}

#header2 .list_box0 {
    background: #F6F6F6;
    padding: 0 .2rem;
margin-right: -0.3rem;
}

#header2 .list_box0 {
    height: 100%;
}

#header2 .list_box0 .li a {
    padding: 0 .1rem;
    border: none;
    font-weight: bold;
}

#header2 #nav ul li h3 {
    padding: .3rem 0;
}

#header2 .list_box0 .li a .icon svg path {
    fill: #002EA6;
}

.index_head #header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: url(../images/head-tc.png) no-repeat center top;
    background-size: 100% 100%;
}

.index_head #header2 {
    border-bottom: 1px solid #C5C5C5;
}

.index_head #header2 .nav-btn {
    width: 28px;
}

.index_head #header2 .nav-btn b {
    margin: 8px 0;
}

.index_head #header2 .show b:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.header_box .index_head .wp {
    height: 1.2rem;
}

.index_head #nav.navs>ul>li>a>h3 {
    position: relative !important;
}

.index_head #nav.navs>ul>li>a>h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    height: 0.01rem;

    background: #F37F44;
}

.index_head #nav.navs>ul>li:hover>a>h3::after {
    left: 0;
    right: 0;
}

.index_head #header2 #nav.navs ul li h3 {
    color: rgba(33, 42, 65, .8);
}

.index_head .xg #header2 {
    background: #fff;
}

.header_box_li.index_head.xg {
    z-index: 10;
}

.index_head.xg #header {
    opacity: 0;
    z-index: -1;
}

.index_head #nav.navs ul li h3 {
    height: 1.2rem;
    line-height: 1.2rem;
    color: #fff;
}

.index_head .list_box0 .li a {
    color: #fff;

}

.index_head .list_box0 .li:hover a {
    color: #F37F44;
}

.index_head .list_box0 .li a .icon svg path {
    fill: #fff;
}

.index_head .list_box0 .li:hover a .icon svg path {
    fill: #F37F44;
}

.index_head .list_box0 .li a.sousuo {
    background: rgba(255, 255, 255, .2);
    border-left: none;
}

.index_head .list_box0 .li a.sousuo svg path {
    fill: #fff;
}

.index_head #nav.navs {
    max-width: 7rem;
}

.index_head #nav.navs ul li .sub {
    left: 0;
    right: 0;
    transform: none;
    background: rgb(255, 255, 255, .8);
    padding: 0.35rem 0.55rem;
    box-shadow: none;
    border-radius: 0;
}

.index_head #nav.navs ul li:hover .sub {
    transform: none;
}

.index_head #nav.navs ul li h3:before {
    display: none;
}

.index_head #header .wp {
    position: relative;
    width: 17.8rem;
    max-width: 94%;
    padding-left: 1.1rem;
}

.index_head #header #nav.navs>ul>li,
.index_head #header #nav.navs>ul>li>a,
.index_head #header #nav.navs>ul>li>a>h3 {
    position: static;
    display: block;
    float: none;
    text-align: left;
    word-break: break-all;
    transition: all .6s;
}

.index_head #header #nav.navs>ul>li>.sub {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    transform: none;
    background: rgb(255, 255, 255, .8);
    padding: 0.35rem 0.55rem;
    box-shadow: none;
    border-radius: 0;

}

.index_head #header #nav.navs>ul>li>.sub>ul>li {
    display: block;
    float: none;
    margin-bottom: 0.4rem;
}

.index_head #nav.navs ul li:hover .sub {
    transform: none;
    z-index: 99;
}

.index_head #nav.navs ul li .sub ul {
    flex-wrap: wrap;
}

.index_head #nav.navs ul li .sub>ul>li {
    width: 26.667%;
    padding: 0 0.15rem;
    /* text-align: center; */
}

.index_head #nav.navs ul li .sub>ul>li>a {
    position: relative;
    font-size: 0.2rem;
    color: #000;
    font-weight: bold;
    margin-bottom: .15rem;
    padding: 0;
    word-break: break-all;
    text-align: center;
}

.index_head #nav.navs ul li .sub>ul>li>a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: transparent;
}

/* .index_head #nav.navs ul li .sub>ul>li:hover>a::after {
    background: #249DB0;
} */
.index_head #nav.navs ul li .sub>ul>li>a:hover {
    color: #F37F44;
}

.index_head #nav.navs ul li .sub>ul>li>ul {
    display: block;
}

.index_head #header #nav.navs ul li .sub>ul>li>ul>li {
    float: none;
    display: block;
}

.index_head #nav.navs ul li .sub>ul>li>ul>li>a {
    display: block;
    font-size: 0.16rem;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    color: rgba(33, 42, 65, .8);
    margin-top: 0.1rem;
    padding: 0;
    text-align: left;
}

.index_head #header #nav.navs ul li .sub>ul>li>ul>li>a {
    text-align: left;
}



.index_head #header .sub>ul>li>ul>li>a:hover {
    background: transparent;
    color: #F37F44 !important;
}



.index_head #nav.navs>ul>li:hover>a h3 {
    color: #F37F44;

}

.index_head #nav.navs ul li .sub::after {
    display: none;
}

.index_head .right-b {
    /* margin-right: -.3rem; */
}

.index_head #nav.navs ul li:hover .sub a {
    display: block;
    background: transparent;
    word-break: break-word;
    white-space: normal;
}

.index_head #nav.navs>ul>li:hover .sub>ul>li>a {
    line-height: .24rem;
    height: .26rem;
    text-align: left;
}

.index_head #header2 .nav-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: .81rem;
    height: .81rem;
    background: #0B2799;
}

.index_head #header2 .nav-menu:hover {
    background: #F37F44;
}

.index_head #header2 .nav-menu.show {
    background: transparent;
}

.index_head #header2 #nav>ul>li:hover>a {
    color: #F37F44;
}

.index_head #header2 #nav ul li h3:before {
    background: #249DB0;
}


.index_head #header2 #nav ul li .sub a:hover {
    background: #0135A3;
    color: #fff;
}

.index_head #header2 #nav ul li .sub a:hover span {
    color: #fff;
}

.index_head #header2 #nav ul li .sub::after {
    display: none;
}

.index_head #header2 .list_box0 .li a {
    color: #000;
}

.index_head #header2 .list_box0 .li a svg path {
    fill: #333
}

.index_head #header2 .list_box0 .li a.sousuo svg path {
    fill: #000;
}

#m_nav * {
    transition: all 0s ease 0s;
}

.m_header_box {
    position: fixed;
    transition: all 0.6s ease 0s;
    display: none;
    z-index: 100000;
    height: .7rem;
}

.m_header_box header {
    padding: 0px 0px 0px 15px;
    height: 0.7rem;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m_header_box header #logo img {
    height: auto;
    max-height: 0.6rem;
}

.m_header_box header #logo {
    padding: 0px;
    width: calc(100% - 80px);
}

#m_nav .list_box0 .li>a {
    margin: 0;
}


#nav_btn_box.on {
    background: none;
}

#nav_btn .point.on .navbtn::after,
#nav_btn .point.on .navbtn::before {
    /* background: #fff; */
}

#nav_btn_box {
    position: relative;
    width: .7rem;
    height: .7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

#nav_btn_box:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}

#nav_btn_box:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -10px;
    border-right: #fff 10px solid;
    border-top: transparent .7rem solid;
}

#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    outline: none;
    box-shadow: none;
}

#nav_btn .point {
    display: inline-block;
    width: 0.40rem;
    height: 22px;
    position: relative;
    outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
    width: .28rem;
}

#nav_btn .navbtn {
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 2px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #1162b8;
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 24px;
    height: 2px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #1162b8;
}

#nav_btn .navbtn::after {
    top: -8px;
}

#nav_btn .navbtn::before {
    top: 8px;
}

#nav_btn .point.on .navbtn {
    background: transparent;
}

#nav_btn .point.on .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}

#nav_btn .point.on .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}

.m_nav_list {
    flex-direction: column;
    /* justify-content: center; */
    width: 100%;
    height: 100%;
    overflow: auto;
    align-items: center;
    display: flex;
    background: rgba(255, 255, 255, .1);
}

.m_nav_list::-webkit-scrollbar {
    display: none
}

#m_nav {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0;
    display: none;
    padding: 70px 20px 30px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #f7f7f7;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
}

#m_nav .close {
    position: absolute;
    top: 7px;
    right: 15px;
    left: 15px;
    font-size: 30px;
    color: #333;
    z-index: 10000;
    /* background: rgba(255,255,255,.1); */
    width: auto;
    height: 35px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0;
}

#m_nav.act {
    pointer-events: auto;
    right: 0;
    opacity: 1;
    visibility: visible;
}

#m_nav .search_box input.submit {
    background-size: .28rem;
}

#m_nav .list_box0 {
    text-align: center;
    width: 100%;
    justify-content: flex-start;
    margin: .32rem 0 0;
    flex-wrap: wrap;
    height: 0.4rem;
}

#m_nav .list_box0 .li {
    text-align: left;
    color: #054888;
    margin: 0 .12rem 0.15rem 0;
    font-size: 14px;
    padding: 0;
    min-width: 1rem;
}

#m_nav .old_rukou {
    margin: .24rem 0 0;
    width: 100%;
}

.list_box_nav_mobile {
    width: 100%;
    max-height: 800px;
    /* background: rgba(255,255,255,.1); */
    padding: 0 0 10px;
    overflow-y: auto;
    margin: 0;
    /* flex: 1; */
}

.list_box_nav_mobile>li {
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0 auto;
}

.list_box_nav_mobile>li .con {
    position: relative
}

.list_box_nav_mobile>li .a {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    line-height: .5rem;
    color: #333;
    padding: 0;
    font-size: 16px;
    display: flex;
    position: relative;
    transition: .5s;
}

.list_box_nav_mobile>li i {
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    width: .64rem;
    height: .5rem;
    display: inline-block;
    background: url(../images/arrow_down.svg) center no-repeat;
    background-size: 15px 15px !important;
    position: absolute;
    display: block;
    right: 0;
    top: 2px;
}

.list_box_nav_mobile>li.on1 i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.list_box_nav_mobile>li.on .a {
    border-bottom: 1px solid #e2e2e2;
}


.list_box_nav_mobile>li .list {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none
}

.list_box_nav_mobile>li .list a {
    display: block;
    font-size: 13px;
    color: #666;
    line-height: 2.5;
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

.banner {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.banner a {
    display: block;
    position: relative;
}

.banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ban-tc.png) no-repeat center bottom;
    background-size: 100% auto;
    z-index: 2;
}

.ser-bt {
    position: absolute;
    left: 0;
    right: 0;
    top: 32%;
    text-align: center;
    z-index: 2;
}

.ser-bt p {

    font-size: 1rem;
    color: #fff;

    font-family: "Bebas Neue";

}

.banner .view img {
    width: 100%;
}

.main-visual-wrapper .swiper-dots {
    position: relative;
    width: 0.5rem;
    height: 0.5rem;

    border-radius: 50%;
}

.main-visual-wrapper .swiper-dots span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: url(../images/ban-play.png) no-repeat center center;
    opacity: 1;
}

.main-visual-wrapper .swiper-dots span .ui-loop {
    position: absolute;
}

.main-visual-wrapper .swiper-dots .path-loop-bg {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 1px;
    opacity: .4;
}

.banner .swiper-dots .path-loop {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px
}

.banner .view .imged {
    padding-bottom: 100vh;
}

.banner .preview {
    position: absolute;
    left: 0;
    right: 0;
    /* padding: 0 .1rem; */
    bottom: 0;
    /* background: rgba(0, 0, 0, .4); */
    z-index: 10;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.banner .preview .txt {
    color: #fff;
    font-weight: normal;
    line-height: .24rem;
    font-size: .2rem;
}

.banner .preview .swiper-slide a {
    position: relative;
    display: flex;
    height: 1.2rem;
    /* justify-content: center; */
    align-items: center;
    padding: 0 0.35rem;
    padding-right: .6rem;
    background-position: 88% center;
    transition: all .6s;
}

.banner .preview .swiper-slide a:hover {
    background: #0135A3 url(../images/ban-gd.png) no-repeat 88% center;
}

/* .banner .preview .swiper-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0.01rem;
    height: 0.36rem;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
} */

/* .banner .preview .swiper-slide.swiper-slide-active a::after {
    display: none;
}

.banner .preview .swiper-slide.swiper-slide-active+div+div+div+div+div+div a:after {
    display: none;
} */

.banner .preview .swiper-slide .icon {
    margin-right: 0.2rem;
}

.banner .preview .swiper-slide .icon svg path {
    fill: #fff;
}

/* .banner .preview .swiper-slide a:hover svg path {
    fill: #249DB0;
}

.banner .preview .swiper-slide a:hover .txt {
    color: #249DB0;
} */

.banner .preview .arrow {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.banner .p_r .swip-tb {
    position: absolute;
    right: .4rem;
    bottom: .35rem;
    display: flex;
    align-items: center;
    z-index: 20;
}

.banner .p_r .arrow::after {
    display: none;
}

.banner .p_r .swiper-button-prev {
    margin-top: 0;
    top: auto;
    transform: none;
    position: static;
    width: 0.4rem;
    height: 0.3rem;
    background: url(../images/ban-l.png) no-repeat center center;
    background-size: .11rem auto;
}

.banner .p_r .swiper-button-next {
    position: static;
    margin-top: 0;
    top: auto;
    transform: none;
    width: 0.4rem;
    height: 0.3rem;
    background: url(../images/ban-r.png) no-repeat center center;
    background-size: .11rem auto;
}

.swiper-button-prev::after {
    display: none;
}

.swiper-button-next::after {
    display: none;
}

.search-con {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 2;
    width: 7.84rem;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;

}

.search-con form {
    position: relative;
}

.search-con select {
    position: absolute;
    height: 58px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 170px;
    background-color: #FFF;
    border: 0;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, .2); */
    padding-left: 15px;
    font-size: 18px;
    left: 0;
}

.search-con select::-ms-expand {
    display: none;
}


.cx-sel {
    width: 1.75rem;
    padding-left: 0.15rem;
    position: absolute;
    left: 0;
    top: 0;
}

.cx-sel p {
    font-size: 0.18rem;
    line-height: .58rem;
    color: #002EA6;
    position: relative;
    cursor: pointer;
}

.cx-sel p::after {
    content: '';
    position: absolute;
    top: 34%;
    right: 0.2rem;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/date-icon.png) no-repeat center center;
    background-size: 0.15rem auto;
}

.cx-sel ul {
    position: absolute;
    left: 0;
    top: 115%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    max-height: 2rem;
    overflow: auto;
    display: none;
    border-radius: 0.05rem;
    padding: 0 .22rem;
    z-index: 999;
    min-width: 1rem;
}

.cx-sel ul li {
    line-height: 0.4rem;
    color: #999;
    font-size: 0.18rem;
    padding: 0 0.2rem;
    border-bottom: 0.5px solid #999999;
    cursor: pointer;
    text-align: center;
}

.cx-sel ul li:last-child {
    border-bottom: none;
}

.cx-sel ul li:hover {
    color: #002EA6;
}

.search-con input[type='text'] {
    height: 0.58rem;
    border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
    background-color: rgba(255, 255, 255, 0.85);
    border: 0;
    padding-left: 0.5rem;
    font-size: 0.16rem;
    padding-right: 20px;
    margin-right: 0.25rem;
    width: calc(100% - 1.45rem);
}

.search-con button {
    background: #0135A3;
    color: #FFF;
    font-size: 0.2rem;
    align-items: center;
    justify-content: center;
    width: 1.2rem;
    border-radius: 0.05rem;
}

.search-con button img {
    display: inline-block;
    margin-right: .1rem;
}



.full-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
}

.full-screen.hide {
    opacity: 0;
    visibility: hidden;
}

.full-screen.show {
    opacity: 1;
    visibility: visible;
}

.full-screen.show .nav-bar {
    transform: scaleX(1);
}


.snav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 1.2rem;
    height: 100%;
background: #0135A3 url(../images/timenavbg.png) no-repeat center center;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.nav-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 1.2rem;
    height: 1.2rem;
    background: #F37F44;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    z-index: 9999;
}

.nav-menu:hover {
    background: #0135A3;
}

.nav-menu.show {
    background: transparent;
}

.nav-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
}

.nav-btn b {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    margin: 12px 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
}

.show b:nth-child(1) {
    transform: translateY(15px) rotate(45deg);
}

.show b:nth-child(2) {
    opacity: 0;
    visibility: 1;
}

.show b:nth-child(3) {
    transform: translateY(-15px) rotate(-45deg);
}

.lib-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    /* width: 1.4rem; */
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
}



.lib-time h2 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 0.01rem solid rgba(255, 255, 255, .2);
    padding-bottom: 0.1rem;
}

.lib-time h2::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0.3rem;
    height: 0.02rem;
    background: #fff;
    bottom: -0.02rem;
}

.lib-time p {
    padding-top: 0.15rem;
    margin-bottom: 0.1rem;
    font-size: 0.2rem;
    color: #fff;
}

.lib-time p span {
    display: block;
    font-size: 0.22rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.1rem;
}

.lib-rw {
    margin-top: 0.25rem;
}

.lib-rw ul li a {
    display: inline-block;
    line-height: 0.28rem;
    align-items: center;
    justify-content: center;
    padding: 0 0.15rem;
    margin-top: 0.15rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.2rem;
    border: 0.01rem solid rgba(255, 255, 255, 0.5);
    font-size: 0.14rem;
    color: #fff;
}

.lib-rw ul li a img {
    padding-right: 5px;
}

.lib-rw ul li a span {
    color: rgba(255, 255, 255, 0.5);
}

.snav-pack {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: none;
}

.l-hide .nav-menu {
    /* transform: translateX(-100%); */
}

.l-hide .snav {
    transform: translateX(-100%);
    overflow: hidden;
}

.l-hide .lib-box {
    transform: translateX(-100%);
}

.l-hide .banner .preview {
    left: 0;
}

.l-hide .snav-pack {
    display: none;
}

.full-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    z-index: 999;
    background: #0135A3;
    background-size: cover;
    background-size: cover;
    color: #fff;
    overflow-y: auto;
    padding: 2% 5%;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.full-menu2 {
    width: calc(100% - 0px);
}

.full-menu .menu-logo {
    padding: 0.2rem 0;
    text-align: center;
    margin-bottom: .4rem;
}

.full-menu .menu-logo img {
    max-width: 80%;
max-height: .75rem;
}

.full-menu .menu-list {
    position: relative;
    width: 100%;
}

.full-menu .menu-list:before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    top: 0.55rem;
}

.full-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.full-menu li {
    /* width: 11.11%; */
    padding: 0 .15rem;
    /* max-width: 1.4rem; */
    /* padding-left: 0.2rem; */
}

.full-menu li .lv1 {
    font-size: .24rem;
    position: relative;
    line-height: 0.22rem;
    display: block;
    height: .44rem;
    font-weight: bold;
    color: #fff;
}

.full-menu li .lv1:after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -.15rem;
    left: 0;
    background: #F8C21C;
    transition: all 0.1s ease-out 0s;
    transform: scaleX(0);
}

.full-menu li .lv1:hover:after {
    transform: scaleX(1);
}

.full-menu li dl {
    margin-top: 0.3rem;
}

.full-menu li dl dd {
    position: relative;
    /* margin-bottom: .15rem; */
}

.full-menu li dl .lv2 {
    position: relative;
    display: block;
    font-size: .2rem;
    line-height: 0.18rem;
    padding: 0.1rem 0;
    padding-right: .3rem;
    position: relative;
}

.full-menu li dl span {
    position: absolute;
    right: 0;
    top: .12rem;
    background: url(../images/full-jt.png) no-repeat center center;
    transform: rotate(90deg);
    width: .15rem;
    height: .15rem;
    z-index: 99;
}

.full-menu li dl span.on {
    transform: rotate(90deg);
}

.full-menu li dl .lv2:hover {
    color: #fff;
    text-shadow: 0px 1.2px 3px rgba(255, 255, 255, 0.7);
}

.full-menu li dl .lv2:after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #F8C21C;
    transition: all 0.1s ease-out 0s;
}

.full-menu li dl .lv2:hover:after {
    width: 100%;
}

.full-menu li .lv3 {
    /* display: none; */
}

.full-menu li .lv3 a {
    display: block;
    padding-left: .2rem;
    font-size: .16rem;
    color: rgba(255, 255, 255, 0.7);
    padding: .05rem 0;

    position: relative;
}

.full-menu li .lv3 a:after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #F8C21C;
    transition: all 0.1s ease-out 0s;
    opacity: 1 !important;
}

.full-menu li .lv3 a:hover:after {
    width: 100%;
    opacity: 1 !important;
}

.full-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.rightFix {
    position: fixed;
    right: .35rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 18;
}

.rightFix li {
    width: .48rem;
    height: .48rem;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: .14rem;
    margin: .15rem 0;
    background: #0135A3;
    border-radius: 50%;
    transition: .3s;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.rightFix li:hover {
    background: #F37F44;
}


.rightFix li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.rightFix li a:hover {
    color: #fff;
}

.rightFix a i {
    display: block;
}

.rightFix a:hover i {
    transform: rotateY(360deg);
    transition: .5s;
}

.rightFix li p {
    margin-top: .1rem;
    transition: 0.5s;
    white-space: nowrap;
}

.sscl {
    position: relative;
    border: 1px solid #0b2799;
    border-radius: 5px;
    font-size: 0;
}

.sscl .cx-sel {
    width: 87%;
}

.sscl .cx-sel p::after {
    border: none;
}

.sscl .cx-sel ul {
    top: 100%;
    height: .6rem;
    padding: .1rem 0;
    overflow: auto;
    border: 1px solid #999;
    display: block !important;
}

.sscl .cx-sel ul li {
    border-bottom: none;
}

.ask-tc .cx-sel p {
    margin-bottom: 0 !important;
}

.ask-tc {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 100%;
    transition: all .6s;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    z-index: -1;
}

.ask-tc.on {
    bottom: 0;
    opacity: 1;
    z-index: 99999;
}

.ask-tc .ask-tc-box {
    position: absolute;
    width: 48%;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 4px;
    padding: .7rem .8rem;
    padding-bottom: 1.2rem
}

.ask-tc .ask-tc-box::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #eee;
    bottom: .85rem;
}

.gbb {
    position: absolute;
    bottom: .2rem;
    right: .8rem;
    cursor: pointer;
}

.gbb span {
    display: block;
    width: 0.95rem;
    height: 0.45rem;
    line-height: .45rem;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #CCCCCC;
    font-size: .18rem;
    color: rgba(158, 158, 158, 0.85);
}

.ask-tc .search-con p {
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    margin-bottom: .3rem;
}

.ask-tc .search-con input[type='text'] {
    display: inline-block;
    border: 1px solid #0B2799;
    border-radius: 8px;
    padding-left: .15rem;
    border: none;
    margin-right: 0;
    width: calc(100% - 1rem);
}

.ask-tc .search-con button {
    height: .58rem;
    display: inline-block;
    border-radius: 0;
    width: 1rem;
}

.ask-tc .search-con {
    position: static;
    transform: none;
    width: auto;
}



/*  */
@keyframes info-show {
    0% {
        opacity: .6;
        width: 80%;
    }

    100% {
        opacity: 1;
        width: 100%;
    }
}

@keyframes text-show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



/* home1 */
.title {
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.title h3 {
    position: relative;
    text-align: left;
    padding-left: 0.7rem;
    background: url(../images/tit-bg.png) no-repeat left center;
    background-size: .58rem auto;
    height: 1.01rem;
}

.title h3::after {
    content: "";
    position: absolute;
    background: url(../images/s1-kk.png) no-repeat center center;
    top: -40%;
    left: 80%;
    width: 1.49rem;
    height: 0.75rem;
}

.title h3 p {
    font-size: 0.44rem;
    font-weight: normal;
    color: #000000;
    font-family: "Bebas Neue";
}

.title h3 span {
    font-size: 0.2rem;
    font-weight: normal;
    color: #999999;
}

.more {
    position: absolute;
    right: 0;
    padding-right: 1rem;
    top: 50%;
    height: .36rem;
    line-height: .36rem;
    background: url(../images/more.png) no-repeat right center;
    transform: translateY(-50%);
    background-size: .87rem auto;
    transition: all .6s;
}

.more:hover {
    right: .15rem;
}

.more a {
    font-size: 0.22rem;
    color: #0135A3;
    /* line-height: .24rem; */
    text-transform: uppercase;
    display: block;
}

.more:hover a {
    color: #F37F44;
}


.home1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: .85rem 0;
    background: url(../images/s1-bg.png) no-repeat right top;
    z-index: 9;
}



.home1-t {
    margin-top: .5rem;
}

.home1-t ul {
    justify-content: space-between;
}

.home1-t li {
    position: relative;
    width: 23%;
    transition: all .6s;

}

.home1-t li.on {
    width: 46.5%;
}

.home1-t li a {
    position: relative;
    display: block;
    transition: .5s;
}

.home1-t li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;

}



.home1-t li:nth-child(1) a::after {
    background: rgba(106, 106, 230, .8);
}

.home1-t li:nth-child(2) a::after {
    background: rgba(1, 53, 163, .8);
}

.home1-t li:nth-child(3) a::after {
    background: rgba(44, 133, 216, .8);
}

.home1-t li.on:nth-child(1) a::after {
    background: linear-gradient(180deg, rgba(1, 53, 163, 0) 0%, rgba(106, 106, 230, 1) 100%);
}

.home1-t li.on:nth-child(2) a::after {
    background: linear-gradient(180deg, rgba(1, 53, 163, 0) 0%, #0135A3 100%);
}

.home1-t li.on:nth-child(3) a::after {
    background: linear-gradient(180deg, rgba(1, 53, 163, 0) 0%, rgba(44, 133, 216, 1) 100%);
}

.home1-t li a .imged {
    /* padding-bottom: 74.28%; */
    height: 5.2rem;
}

.home1-t li a .s1-txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: .4rem .5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 9;
}

.home1-t li a .s1-txt .howto {
    padding-left: .55rem;
    background-size: .46rem auto;
    line-height: .5rem;
    font-size: .2rem;
    color: #fff;
    font-weight: bold;
}

.home1-t li a .s1-cont {
    position: relative;

}

.home1-t li.on a .s1-cont {
    padding-right: .6rem;
}

.home1-t li a .s1-cont span {
    position: absolute;
    right: 0;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    width: .58rem;
    height: .58rem;
    background: url(../images/s1-more.png) no-repeat center center;
    background-size: .58rem auto;
    bottom: 0;
    transition: 0.5s;
    opacity: 0;
    z-index: -1;
}

.home1-t li.on a .s1-cont span {
    opacity: 1;
    z-index: 6;
}

.home1-t li a .s1-cont h3 {
    position: relative;
    font-size: 0.34rem;
    color: #fff;
    font-weight: bold;
    padding-bottom: .2rem;
    transition: 0.5s;
}

.home1-t li a .s1-cont h3::after {
    content: "";
    position: absolute;
    width: 0.76rem;
    height: 0.02rem;
    background: #fff;
    left: 0;
    bottom: .1rem;
}

.home1-t li a .s1-cont p {
    font-size: 0.2rem;
    /* font-weight: bold; */
    line-height: .24rem;
    color: #FFFFFF;
    height: .48rem;
}

@media screen and (max-width: 1199px) {
.banner {
    margin-top: 0.7rem;
}
}

@media screen and (min-width: 1024px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
    .home1 .title {
        margin-bottom: .25rem;
    }
}

@media screen and (min-width: 1024px) {
    .home1-t .right .h1-li1 li a:hover::after {
        height: 100%;
    }

    .home1-t .right .h1-li1 li a:hover p {
        color: #fff;
        color: #0e44ae\0;
    }

    .home1-t .right .h1-li1 li a:hover img {
        filter: brightness(100);
    }

    .home1-t .right .h1-li1 li a:hover:before {
        display: none;
        display: block\0;
    }

    .preview a:hover .icon img {
        transform: rotateY(360deg);
        transition: 0.5s;
    }

    .home1-t .right .h1-li2 li a:hover,
    .home1-t .right .h1-li3 li a:hover {
        color: #0e44ae;
        border: 1px solid #0e44ae;
    }
}

@media screen and (max-width: 980px) {
    .home1-t .left {
        width: 100%;
        border-radius: 0;
        padding: .25rem;
        height: auto;
    }

    .home1-t .right {
        width: 100%;
        border-radius: 0;
        padding: .25rem;
        height: auto;
    }

    .home1-t .left li .a {
        height: 1rem;
    }

    .home1-t .left li.on .a h3::after {
        width: 100%;
        height: 100%;
        bottom: 0;
        background: #0e44ae;
    }
}

@media screen and (max-width: 768px) {
    .home1-t .right li a {
        padding: .1rem;
    }

    .home1-t .right li a .ico {
        width: .3rem;
        height: .3rem;
    }

    .home1-t .right .h1-li2 .scale {
        width: 1.8rem;
    }

    .home1-t .right .h1-li2 ul {
        width: calc(100% - 1.8rem);
        padding-left: .2rem;
        margin: 0 -.1rem;
    }
}

@media screen and (max-width: 600px) {
    .home1-t .right .h1-li2 ul {
        width: 100%;
        padding-left: 0rem;
        margin: .2rem 0 0;
    }
}

@media screen and (max-width: 380px) {
    .home1-t .right li {
        width: 33.3%;
    }

    .home1-t .right li:nth-child(4n) a::before {
        display: block;
    }
}

.home2 {
    position: relative;
    width: 100%;
    background: url(../images/sect2-bg.png) no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: .9rem;
    overflow: hidden;

}

.home2::after {
    content: "";
    position: absolute;
    top: -35%;
    left: 0;
    width: 5.54rem;
    height: 7.94rem;
    background: url(../images/s2-bg.png) no-repeat center bottom;
    background-size: 100% 100%;
}

.home2 .container {
    position: relative;
    z-index: 3;
}

.home2-t {
    margin-top: .6rem;
}

.h2-tit {
    display: flex;
    align-items: center;
}

.h2-tit span {
    padding: 0 .35rem;
    line-height: .5rem;
    border: 1px solid rgba(1, 53, 163, 0.15);
    border-radius: .5rem;
    font-size: 0.22rem;
    color: #0135A3;
    text-transform: capitalize;
    margin-left: .2rem;
    cursor: pointer;
}

.h2-tit span.on {
    background: #0135A3;
    color: #fff;
}

.home2-t .right {
    margin-top: .5rem;
}

.home2-t .home-bk2 {
    position: relative;
}

.home2-t .right .bk2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    opacity: 0;
    z-index: -1;
    transition: all .6s;
}

.home2-t .right .bk2.on {
    position: relative;
    opacity: 1;
    z-index: 9;
}

.PhyColl-qh,
.PhyColl-qh-other {
    position: relative;
    margin-top: .7rem;

}

.PhyColl-qh::after,
.PhyColl-qh-other::after {
    content: "";
    position: absolute;
    left: -.4rem;
    right: -.4rem;
    top: -.2rem;
    bottom: .2rem;
    background: url(../images/sect2-bk-bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.PhyColl-qh a,
.PhyColl-qh-other a {
    display: flex;
}

.PhyColl-qh a .scale,
.PhyColl-qh-other a .scale {
    width: 7.5rem;
}

.PhyColl-qh a .cont,
.PhyColl-qh-other a .cont {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 7.5rem);
    padding: .9rem .7rem;
    background: url(../images/s2-r-bg.png) no-repeat right bottom;
    background-size: cover;
}

.PhyColl-qh a .cont p,
.PhyColl-qh-other a .cont p {
    font-family: Georgia;
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #333333;
    height: .72rem;
    font-weight: bold;
}

.PhyColl-qh a .cont span,
.PhyColl-qh-other a .cont span {
    font-size: 0.52rem;
    color: #0135A3;
    font-family: "Bebas Neue";
}

.PhyColl-qh .swiper-pagination,
.PhyColl-qh-other .swiper-pagination {
    position: absolute;
    right: .85rem;
    bottom: 1rem;
}

.PhyColl-qh .swiper-pagination::after,
.PhyColl-qh-other .swiper-pagination::after {
    content: "";
    position: absolute;
    left: .23rem;
    right: .25rem;
    top: 47%;
    border-bottom: 1px dashed rgba(1, 53, 163, 0.4);
}

.PhyColl-qh .swiper-pagination span,
.PhyColl-qh-other .swiper-pagination span {
    position: relative;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    border: 1px solid transparent;
    background: transparent;
    opacity: 1;
    transition: all .6s;
    z-index: 6;
}

.PhyColl-qh .swiper-pagination span::after,
.PhyColl-qh-other .swiper-pagination span::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #C7D3ED;
}

.PhyColl-qh .swiper-pagination span.swiper-pagination-bullet-active,
.PhyColl-qh-other .swiper-pagination span.swiper-pagination-bullet-active {
    border: 1px solid #0135A3;
}

.PhyColl-qh .swiper-pagination span.swiper-pagination-bullet-active::after,
.PhyColl-qh-other .swiper-pagination span.swiper-pagination-bullet-active::after {
    background: #0135A3;
}

.phy-cont {
    margin-top: .55rem;
}

.phy-cont ul {
    display: flex;
    flex-wrap: wrap;
}

.phy-cont ul li {
    width: 33.333%;
    background-position: center bottom;
    transition: all .6s;
}

.phy-cont ul li:hover {
    background: url(../images/s3-bg.jpg) no-repeat center bottom;
    background-size: cover;
}

.phy-cont ul li a {
    position: relative;
    display: flex;
    padding: .5rem .2rem;
    flex-wrap: wrap;
    align-items: center;
}

.phy-cont ul li a i {
    position: absolute;
    width: .7rem;
    height: .7rem;
    right: .4rem;
    bottom: -.65rem;
    background: url(../images/s2-more.png) no-repeat center center;
    background-size: 100% 100%;
    opacity: 0;
    z-index: -1;
    transition: all .6s;
}

.phy-cont ul li:hover a i {
    opacity: 1;
    z-index: 9;
    bottom: -.35rem;
}

.phy-cont ul li a .date {
    width: 0.5rem;
    color: #0135A3;
    text-align: center;

}

.phy-cont ul li:hover a .date {
    color: #fff;
}

.phy-cont ul li a .date p {
    font-size: 0.62rem;
    font-family: "Bebas Neue";
}

.phy-cont ul li a .date span {
    display: block;
    font-size: .24rem;

    font-family: "Bebas Neue";
}

.phy-cont ul li a .txt {
    flex: 1;
    min-width: 0;
    padding-left: .5rem;
}

.phy-cont ul li a .txt p {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.34rem;

    color: #333333;
    max-height: 1.36rem;
}

.phy-cont ul li:hover a .txt p {
    color: #fff;
}

@media screen and (max-width: 1650px) {
    #header2 .wp {
        padding-left: .5rem;
    }
}

@media screen and (max-width: 1460px) {}


/* home3 */
.section3 {
    padding: 1.4rem 0 1.04rem;
background: #0135A3 url(../images/s3-bg.png) no-repeat center top;
    overflow: hidden;
}

.home3 .title h3 {
    background: url(../images/tit-bg3.png) no-repeat left center;
    background-size: .58rem auto;
}

.home3 .title h3 p {
    color: #fff;
}

.home3 .title h3 span {
    color: rgba(255, 255, 255, 0.7);
}

.home3 .title .more {
    padding-right: .15rem;
    background: url(../images/h3-more.png) no-repeat right 40%;
}

.home3 .title .more a {
    color: #fff;
}

.home3-t {
    margin: .4rem 0;
}

.h3t-t ul {
    display: flex;
    margin: 0 -0.15rem;
}

.h3t-t ul li {
    width: 33.333%;
    padding: 0 0.15rem;
}

.h3t-t a .cont {
    position: relative;

}

.h3t-t a .cont::after {
    content: "";
    position: absolute;
    width: 0.8rem;
    height: 0.06rem;
    background: #0135A3;
    left: 0;
    top: -.2rem;
}

.h3t-t a {
    display: block;
    background: #fff;
    padding: .5rem;
}

.h3t-t a p {
    margin-top: .2rem;
    font-size: .22rem;
    color: #333333;
    line-height: 0.32rem;
    height: .64rem;
}

.h3t-t a:hover p {
    color: #002EA6;
}

.h3t-t a .cont>span {
    display: inline-block;
    margin: .2rem 0;
    padding: 0 .3rem;
    height: 0.38rem;
    line-height: 0.38rem;
    text-align: center;
    border-radius: 0.4rem;
    background: #286EE7;
    font-size: 0.2rem;
    color: #fff;
    font-weight: bold;
}

.h3t-t a .gd {
    text-align: right;
    margin-top: .3rem;
    position: relative;

}

.h3t-t a .gd span {
    position: relative;
    right: 0;
    padding-left: .2rem;
    padding-right: .2rem;
    background: url(../images/s3-more.png) no-repeat right center;
    font-size: 18px;
    color: #0135A3;
    transition: all .6s;
}

.h3t-t a .gd:hover span {
    right: .15rem;
    color: #F37F44;
}

.h3t-t a .gd span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    background: #F37F44;
}

.h3d-qh {
    position: relative;
    display: flex;
    margin-top: .2rem;
    align-items: center;
}

.h3d-qh::after {
    content: "";
    position: absolute;
    top: .2rem;
    bottom: .2rem;
    right: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(40, 110, 231, 0.6) 0%, rgba(40, 110, 231, 0) 100%);
    border-radius: 1rem;
}

.h3d-qh::before {
    content: "";
    position: absolute;
    top: 50%;
    left: .5rem;
    width: 100vw;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.h3d-qh .h3d-logo {
    position: relative;
    width: 1.78rem;
    height: 1.78rem;
    border: 0.01rem dashed rgba(255, 255, 255, 0.2);
    padding: 0.28rem;
    border-radius: 50%;
    z-index: 3;
}

.h3d-qh .h3d-logo span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #286EE7;
}

.h3d-qh .h3d-logo span img {
    max-height: 100%;
}

.h3t-d {
    flex: 1;
    min-width: 0;
}

.h3t-d a {
    display: block;
    margin: .2rem 0;
}

.h3t-d a span {
    position: relative;
    margin: 0 auto;
    display: block;
    position: relative;
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    background: #fff;
}

.h3t-d a span::after {
    content: "";
    position: absolute;
    left: -.1rem;
    right: -.1rem;
    top: -.1rem;
    bottom: -.1rem;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: 0;
    z-index: -1;
}

.h3t-d .swiper-slide-thumb-active a span::after {
    opacity: 1;
    z-index: 9;
}


/* home5 */
.home5 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.home5 .title {
    justify-content: center;
}

.home5-t {
    position: relative;
    margin-top: .7rem;
}

.h5t-tp {
    width: 5rem;
    margin: 0 auto;
}

.h5t-tp::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8.86rem;
   /* height: 8.86rem;*/
    background: linear-gradient(180deg, rgba(244, 247, 255, 0) -11%, #F4F7FF 58%);
    border-radius: 50%;
}

.h5t-tp::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    width: 5rem;
    height: 5rem;
    background: #0135A3;
    border-radius: 50%;
    z-index: 2;
}

.h5t-tp .scale {
    position: relative;
    z-index: 6;
}

.h5t-tp .scale .imged {
    padding-bottom: 123.4%;
}



.home5-t ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 9;

}

.home5-t ul li {
    width: 50%;
}

.home5-t ul li:nth-child(1) {
    padding-left: 0.6rem;
}

.home5-t ul li:nth-child(2) {
    padding-right: 0.6rem;
}

.home5-t ul li {
    margin: 0.6rem 0;
    transition: all .6s;
}

.home5-t ul li a {
    display: flex;
    align-items: center;
}

.home5-t ul li:nth-child(2n) a {
    justify-content: flex-end;
}

.home5-t ul li a .icon {
    width: 1.7rem;
    height: 1.7rem;
    border: 0.01rem dashed rgba(1, 53, 163, 0.3);
    border-radius: 50%;
    padding: 0.15rem;
    margin-right: .5rem;
}

.home5-t ul li:hover .icon svg {
    animation: icon-yh 0.6s linear;
}

@keyframes icon-yh {
    0% {
        transform: rotateZ(0);
    }

    10% {
        transform: rotateZ(10deg);
    }

    20% {
        transform: rotateZ(0);
    }

    30% {
        transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(0);
    }

    50% {
        transform: rotateZ(10deg);
    }

    60% {
        transform: rotateZ(0);
    }

    70% {
        transform: rotateZ(-10deg);
    }

    80% {
        transform: rotateZ(0);
    }

    90% {
        transform: rotateZ(10deg);
    }

    100% {
        transform: rotateZ(0);
    }
}

.home5-t ul li:hover a .icon {
    border: 1px dashed #0135A3;
}

.home5-t ul li:nth-child(2n-1) a .icon {
    margin-right: 0;
    margin-left: .5rem;
}

.home5-t ul li a .icon span {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
}

.home5-t ul li:hover a .icon span {
    background: #0135A3;
}

.home5-t ul li a .icon span svg path {
    fill: #0135A3;
}

.home5-t ul li:hover a .icon span svg path {
    fill: #fff;
}

.home5-t ul li:nth-child(2n-1) a .shuzi {
    order: -1;
}

.home5-t ul li a .shuzi {
    width: 20%;
}

.home5-t ul li a .shuzi span {
    font-size: 0.56rem;
    color: #0135A3;
    font-family: "Bebas Neue";
}

.home5-t ul li a .shuzi p {
    font-size: 0.22rem;

    line-height: 0.28rem;

    color: #333333;
    max-height: 0.56rem;
}

@media screen and (min-width: 1024px) {}

/* footer */
.footer {
    position: relative;
    padding-top: 0.6rem;
    width: 100%;
    overflow: hidden;
    background: url(../images/foot-bg.jpg) no-repeat center top;
    background-size: cover;
    z-index: 9;
}

.ft-l {
    width: 30%;
}



.ft-logo a {
    display: block;
}

.ft-logo a img {
    display: block;
    margin-bottom: .2rem;
}

.ft-link ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ft-link ul li {
    width: 48%;
    margin-top: .15rem;
}

.ft-link ul li a {
    display: block;
    line-height: 0.4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: .2rem;
    color: #fff;
    padding-right: .2rem;
    background: url(../images/ft-link-icon.png) no-repeat right center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ft-link ul li:hover a {
    background: url(../images/ft-link-icon1.png) no-repeat right center;
    color: #F37F44;
    border-bottom: 1px solid rgba(189, 159, 104, 1);
}

.ftr-t {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}



.ft-time {
    width: 25.5%;
}

.ftr-ewm {
    max-width: 110px;
    text-align: center;
}

.ftr-ewm p {
    font-size: .2rem;
    color: #fff;
    margin-top: .15rem;
}

.ftr-dz {
    width: 17%;
}

.ftr-lj {
    width: 26%;
}

.ftr-cont {
    width: 40%;
}

.ftr-t h2 {
    font-size: 0.32rem;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0.3rem;
}

.ft-time p {
    font-size: 0.18rem;
    color: #fff;
    margin-top: 0.2rem;
}

.ftr-dz p {
    display: flex;
    align-items: center;
    margin: .2rem 0;
    font-size: .2rem;
    color: #fff;
}

.ftr-dz p img {
    margin-right: .2rem;
    max-height: .46rem;
}

.ftr-lj ul li a {
    display: inline-block;
    font-size: 0.2rem;
    color: #fff;
    line-height: .3rem;
    border-bottom: 1px solid transparent;
}

.ftr-lj ul li a:hover {
    border-bottom: 0.02rem solid #F8C21C;
}

.ftr-cont p {
    font-size: 0.2rem;
    color: #fff;
    line-height: 0.3rem;
    font-weight: normal;
    margin-bottom: .15rem;
    word-break: break-all;
}

.ftr-cont p span {
    font-weight: bold;
}

.ftr-b {
    margin-top: .5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: .2rem 0;
    text-align: center;
}

.ftr-b p span,
.ftr-b p a {
    display: inline-block;
    font-size: .18rem;
    color: rgba(255, 255, 255, 0.7);
    padding: 0 .15rem;
}

.back a {
    position: relative;
    display: inline-block;
    line-height: .3rem;
    font-size: 0.24rem;
    color: #fff;
    line-height: .3rem;
    font-weight: bold;
}

.back a:hover {
    color: #F8C21C;
}

.back a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.02rem;
    background: #fff;
}

.back a:hover::after {
    background: #F8C21C;
}

.ft-ewm ul {
    display: flex;
}

.ft-ewm ul li {
    position: relative;
    margin: 0 0.1rem;
}

.ft-ewm ul li .icon {
    position: relative;
    width: 0.41rem;
    height: 0.41rem;
    font-size: 0;
}

.ft-ewm ul li .icon a {
    display: block;
}

.ft-ewm ul li .icon img {
    max-width: 100%;
    max-height: 100%;
}

.ft-ewm ul li .icon img.wx-wm {
    display: none;
}

.ft-ewm ul li:hover .icon img.wx-wm-other {
    display: none;
}

.ft-ewm ul li:hover .icon img.wx-wm {
    display: block;
}

.ft-ewm ul li .ewm {
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%) translateY(-0.1rem);
    width: 1.2rem;
    height: 1.2rem;
    padding: 0.05rem;
    background: #fff;
    opacity: 0;
    z-index: -1;
    transition: all .6s;
}

.ft-ewm ul li:hover .ewm {
    opacity: 1;
    z-index: 9;
    transform: translateX(-50%) translateY(0);
}

.ft-ewm ul li .ewm::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 0.06rem solid transparent;
    border-top: 0.06rem solid #fff;
}

.bq p {
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: .3rem;
}

@media (max-width: 1650px) {
    .index_head #header .wp {
        padding-left: 1.4rem;
    }

    .index_head #nav.navs ul li .sub {
        margin-left: 1.4rem;
    }
}

@media (max-width: 1400px) {
    .index_head #nav.navs ul li h3 {
        padding-left: .1rem;
        padding-right: .1rem;
    }

    .index_head #nav.navs ul li h3 {
        padding-top: .25rem;
        padding-bottom: .2rem;
    }

    .home4-t .swiper-button-prev {
        left: 0;
    }

    .home4-t .swiper-button-next {
        right: 0;
    }

    .home2-t .left {
        background: #002EA6;
        padding-bottom: .3rem;
    }
}

@media (max-width: 1240px) {
    #header2 .list_box0 {
        padding: 0 .1rem;
    }

    #header2 .list_box0 .li a {
        padding: 0 .05rem;
    }

    #header2 #nav {
        max-width: 7.5rem;
    }

    #header2 #nav ul li h3 {
        font-size: .2rem;
    }
}

@media (max-width: 1199px) {
    .banner .preview {
        padding-right: 1.5rem;
    }

    .banner .view .imged {
        padding-bottom: 50%;
    }

    .rightFix {
        display: none;
    }

    .snav {
        display: none;
    }

    .index_head {
        display: none !important;
    }

    .search-con {
        top: 55%;
    }
}

@media (max-width: 950px) {
    .banner .preview .swiper-slide {
        /* width: 16.6%; */
    }
}

@media (max-width: 767px) {
    .banner .preview .swiper-slide {
        /* width: 20%; */
        font-size: 14px;
    }

    .banner .view img {
        width: auto;
        height: 280px;
    }

    .home1-t {
        margin-top: .2rem;
    }

    .home1 .title {
        justify-content: space-between;
    }
}

@media (max-width: 480px) {}

@media screen and (max-width: 1500px) {
    #logo img {
        height: .6rem;
    }

    .right-b .list_box0 .li {
        margin-left: .15rem;
    }

    .right-b .list_box0 {
        margin-left: .15rem;
    }

    .index_head #header .wp {
        padding-left: 1rem;
    }

    .index_head #nav.navs {
        max-width: 8rem;
    }

    #nav ul li h3 {
        font-size: .22rem;
    }

    .right-b {
        justify-content: space-between;
        padding-left: .2rem;
    }
}

@media screen and (max-width: 1200px) {
    .lian a {
        color: #333;
    }

    .rep-r p {
        max-height: .8rem;
        overflow: hidden;
    }
}

@media screen and (max-width: 1024px) {

    .PhyColl-qh a .scale,
    .PhyColl-qh-other a .scale {
        width: 5rem;
    }

    .PhyColl-qh a .cont,
    .PhyColl-qh-other a .cont {
        width: calc(100% - 5rem);
        padding: .2rem;
    }

    .PhyColl-qh .swiper-pagination,
    .PhyColl-qh-other .swiper-pagination {
        bottom: .4rem;
    }

    .phy-cont ul li a .txt {
        padding-left: .2rem;
    }

    .section3 {
        padding: .4rem 0;
    }

    .h5t-tp {
        width: 3rem;
    }

    .h5t-tp::after {
        width: 5rem;
        height: 5rem;
    }

    .h5t-tp::before {
        width: 3rem;
        height: 3rem;
    }

    .home5-t ul li {
        margin: .3rem 0;
    }

    .home5-t ul li a .icon {
        width: 1rem;
        height: 1rem;
    }

    .home5-t ul li:nth-child(1) {
        padding-left: .6rem;
    }

    .home5-t ul li:nth-child(2) {
        padding-right: .8rem;
    }

    .home5-t ul li a .shuzi {
        width: 35%;
    }

    .home5-t ul li:nth-child(2n-1) a .icon {
        margin-left: .2rem;
    }

    .home5-t ul li a .icon span svg {
        width: .45rem;
    }

    .ft-l {
        width: 100%;
        margin-bottom: .2rem;
    }
}



@media screen and (max-width: 768px) {
    .banner .preview {
        position: static;
        background: #0135A3;
    }

    .banner::after {
        display: none;
    }

    .ser-bt p {
        font-size: .4rem;
    }

    .search-con {
        width: 4.5rem;
    }

    .home1 {
        padding: .2rem 0;
    }

    .title {
        padding-right: 1rem;
    }

    .title h3 p {
        font-size: .3rem;
    }

    .title h3 {
        background-size: .3rem auto;
        padding-left: .3rem;
    }

    .more {
        padding-right: .5rem;
    }

    .home1-t li {
        width: 100%;
        margin-bottom: .15rem;
    }

    .home1-t li.on {
        width: 100%;
    }

    .home1-t li a .imged {
        height: 3rem;
    }

    .h2-tit {
        width: 100%;
        margin-top: .2rem;
    }

    .h2-tit span {
        margin: 0 .15rem;
    }

    .title h3 {
        height: initial;
    }

    .home2 .title {
        padding-right: 0;
    }

    .home2-t {
        margin-top: .15rem;
    }

    .home2-t .right {
        margin-top: .15rem;
    }

    .PhyColl-qh,
    .PhyColl-qh-other {
        margin-top: .15rem;
    }

    .PhyColl-qh a,
    .PhyColl-qh-other a {
        display: block;
    }

    .PhyColl-qh a .scale,
    .PhyColl-qh-other a .scale {
        width: 100%;
    }

    .PhyColl-qh a .cont,
    .PhyColl-qh-other a .cont {
        width: 100%;
    }

    .PhyColl-qh .swiper-pagination,
    .PhyColl-qh-other .swiper-pagination {
        bottom: .15rem;
    }

    .PhyColl-qh a .cont span,
    .PhyColl-qh-other a .cont span {
        font-size: .3rem;
    }

    .PhyColl-qh a .cont p,
    .PhyColl-qh-other a .cont p {
        font-size: .2rem;
        margin-bottom: .2rem;
    }

    .phy-cont {
        margin-top: .15rem;
    }

    .phy-cont ul li {
        width: 100%;
    }

    .phy-cont ul li a {
        padding: .15rem;
    }

    .phy-cont ul li a .date p {
        font-size: .4rem;
    }

    .home2 {
        padding-bottom: .2rem;
    }

    .h3t-t ul {
        margin: 0;
        flex-wrap: wrap;
    }

    .h3t-t ul li {
        width: 100%;
        margin-bottom: .15rem;
    }

    .h3t-t a {
        padding: .2rem;
    }

    .h3t-t a .gd {
        margin-top: 0;
    }

    .h3d-qh {
        display: none;
    }

    .home3-t {
        margin-top: .2rem;
        margin-bottom: 0;
    }

    .home5 {
        padding: .2rem 0;
    }

    .home5 .title {
        justify-content: space-between;
    }

    .h5t-tp {
        position: relative;
    }

    .home5-t ul {
        position: static;
    }

    .home5-t ul li {
        padding: 0 !important;
        width: 100%;

    }

    .home5-t ul li:nth-child(2n) a {
        justify-content: flex-start !important;
    }

    .home5-t ul li:nth-child(2n-1) a .shuzi {
        order: 0;
    }

    .h5t-tp::after {
        width: 4rem;
        height: 4rem;
    }

    .home5-t ul li a .shuzi {
        flex: 1;
        min-width: 0;
    }

    .home5-t ul li a .icon {
        padding: .05rem;
    }

    .home5-t ul li a .icon {
        margin-right: .2rem !important;
        margin-left: 0 !important;
    }

    .home5-t {
        margin-top: .2rem;
    }

    .ft-time {
        width: 100%;
    }

    .ftr-dz {
        width: 100%;
    }

    .ftr-ewm {
        width: 100%;
    }
}

@media screen and (max-width: 1650px) {
    .full-menu li .lv1 {
        height: .44rem;
    }

    .full-menu .menu-list:before {
        top: .55rem;
    }

    .full-menu li {
        padding: 0 .15rem
    }
}