@charset "utf-8";

/* */

@font-face {
    font-family: "sisong";
    src: url("/font/sySong.woff");
    font-weight: normal;
    font-style: normal;
}

.a_body {
    position: relative;
    z-index: 0;
}

.section {
    overflow: hidden;
}

header * {
    /* font-family:"PingFang SC"; */
}

.header_box_li {
    position: relative;
    z-index: 1;
}

.header_box {
    position: relative;
    z-index: 10000;
}

#header {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
}

.header_box_li #header::before {
    content: /css/"";
    position: absolute;
    height: 1.8rem;
    top: 0px;
    left: 0px;
    right: 0px;
    transition: all 0.2s;
    opacity: 1;
    visibility: visible;
    background: url("/images/headbg.png") center top / 100% 100% repeat-x;
}

.header_box_li #header::after {
    content: /css/"";
    position: absolute;
    height: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    background-size: 100%;
}


/* #header.xg { background: rgba(255, 255, 255, 0.96); box-shadow: rgba(0, 0, 0, 0.1) 0px 9px 15px 0px; } */

.header_top {
    position: relative;
    margin: 0.1rem 0 0.1rem;
    transition: 0.5s;
}

.header_top .search_btn {
    display: inline-block;
    float: none;
    font-size: 0.14rem;
}

#header .right {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.right-b {
    display: flex;
    align-items: center;
    /* width: 100%; */
    justify-content: flex-end;
    transition: 0.5s;
}

.right-b .li {
    padding: 0;
    color: #fff;
    font-size: 0.18rem;
    position: relative;
}

.right-b .li a {
    height: auto;
    line-height: inherit;
    padding: 0;
}

.right-b .li .top_ico {
    width: 0.35rem;
    height: 0.35rem;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* .right-b:after{width:calc((100vw - 94%)/2 + 100%);height:.6rem;background-size: 100% 100%;} */

.header_top .search {
    width: 0.2rem;
    height: 0.2rem;
    position: relative;
    z-index: 20;
}

.header_top .search .input {
    position: absolute;
    z-index: 1;
    left: auto;
    right: -0.08rem;
    top: -12px;
    bottom: auto;
    height: 40px;
    width: 0px;
    background: rgb(255, 255, 255);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
}

.header_top .search .input input {
    width: 100%;
    height: 100%;
    font-size: 13px;
    padding: 0px 0.32rem 0px 0.16rem;
    color: rgb(51, 51, 51);
}

.header_top .search .btn {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
}

.header_top .search .btn input {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
}

.header_top .search .btn svg {
    width: 18px;
    height: 18px;
    fill: rgb(255, 255, 255);
}

.header_top .search:hover .btn svg {
    fill: #e99b23;
}

.header_top .search:hover .input {
    width: 2.6rem;
    opacity: 1;
    visibility: visible;
}

.list_box0 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.list_box0 .li {
    font-size: 0.15rem;
    color: #fff;
    display: inline-block;
    margin-right: 0.2rem;
    line-height: .21rem;
}

.list_box0 .zw {
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 0.04rem;
}

.right-b .list_box0 .li {
    width: 0.36rem;
    height: 0.36rem;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.12rem;
    padding: 0;
    color: #fff;
    font-size: 0.16rem;
    position: relative;
}

.right-b .list_box0 .li a {
    height: auto;
    line-height: inherit;
    padding: 0;
}

.list_box0 .li>a {
    transition: 0.5s;
    height: 0.21rem;
    display: inline-block;
    padding: 0 0.1rem;
    /* background: #692ebb; */
}

.list_box0 .li>a .top_ico {
    width: 0.2rem;
    height: 0.2rem;
}

.list_box0 .li a>img {
    vertical-align: middle;
}

.list_box0 .li:hover a {
    color: #ec9927;
}

#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;
}

.list_box_01 li {
    text-align: center;
    display: block !important;
    margin: 0px 15px !important;
}

.list_box_01 li h3 img {
    border: 1px solid rgb(237, 237, 237);
    width: 85px;
    height: 85px;
}

.list_box_01 li h5 {
    font-size: 0.12rem;
    color: rgb(102, 102, 102);
    line-height: 20px;
    margin: 0px;
}

.list_box0 .li::after {
    content: /css/"";
    position: absolute;
    left: -0.26rem;
    width: 1px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    opacity: 0.8;
}

.list_box0 .li:first-child::after {
    display: none;
}

.header_box .w1200 {
    height: 1.1rem;
    position: relative;
    width: 17.8rem;
    max-width: 96%;
    display: flex;
    justify-content: space-between;
    transition: all 0.5s;
    margin: 0px auto;
}


/* ser */

.sstop {
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.sstop .input {
    z-index: 1;
    transition: all 0.5s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 0;
    position: absolute;
    right: -.1rem;
    background: #fff;
    /* padding: 0 0.1rem; */
    opacity: 0;
    top: 50%;
    margin-top: -.15rem;
}

.sstop .btn {
    width: 0.34rem;
    height: 0.2rem;
    padding: 0 !important;
}

.sstop .btn img {
    width: .2rem;
    height: .2rem;
}

.sstop.on .input {
    width: 2.5rem;
    opacity: 1;
    visibility: visible;
    padding: 0 0.1rem;
}

.sstop .input .txtinput {
    width: calc(100% - .2rem);
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.14rem;
}

.input .sub {
    width: 0.2rem;
    height: 0.2rem;
    background: url("/images/ser2.png") center center / 100% 100% no-repeat;
    cursor: pointer;
}

#header #logo .box_table {
    width: auto;
}

#logo {
    padding: 0px;
    height: 100%;
    position: relative;
}

#logo img {
    max-width: 100%;
    transition: all 0.5s ease 0s;
    max-height: 1rem;
}

#logo img.img2 {
    display: none;
}

#nav {
    width: 100%;
    max-width: 10.1rem;
}

.right-b .list_box0 {
    width: 1.1rem;
    justify-content: flex-end;
}

#nav ul {
    display: flex;
    justify-content: space-between;
}

#nav ul li {
    z-index: 0;
    height: 100%;
    position: relative;
    margin-right: .3rem;
}

#nav ul li a {
    display: block;
    padding: 0px;
    position: relative;
    z-index: 2;
}

#nav ul li h3 {
    font-size: 0.18rem;
    color: rgb(255, 255, 255);
    line-height: 0.6rem;
    font-weight: bold;
    position: relative;
    transition: all 0.36s ease 0s;
    display: inline-block;
    white-space: nowrap;
}

#nav ul li h3::after {
    content: /css/"";
    position: absolute;
    left: 50%;
    bottom: 0px;
    transition: all 0.6s ease 0s;
    border: 0.1rem solid transparent;
    border-bottom: 0.1rem solid #fff;
    margin-left: -0.12rem;
    opacity: 0;
    z-index: 9;
}

#nav ul li:hover h3::after {
    opacity: 1;
    visibility: visible;
}

#nav ul li a i {
    margin: -3px 0px 0px 0.1rem;
    display: inline-block;
    width: 10px;
    height: 5px;
    transition: all 0.5s ease 0s;
}

#nav ul li a i {
    display: inline-block;
    width: 9px;
    height: 6px;
    background-size: contain;
    vertical-align: middle;
    margin-left: 8px;
}

#nav ul li .sub {
    position: absolute;
    top: 100%;
    background: #fff;
    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: /css/"";
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #0c487d;
}

#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: #333;
    text-align: center;
    white-space: nowrap;
    min-width: 1.6rem;
    font-family: 'bell';
}

#nav ul li .sub a:hover {
    color: #fff;
    background: #0c487d;
}

#nav ul li:hover .sub {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}

#header.xg #nav ul li.on a h3,
#header.xg #nav ul li:hover a h3,
.body_home.showdiv #header #nav ul li:hover a h3,
.body_home.showdiv #header #nav ul li.on a h3 {
    color: #fff;
    opacity: .7
}

#nav>ul>li h3::before {
    content: /css/"";
    position: absolute;
    width: 12px;
    height: 12px;
    right: -0.22rem;
    top: 50%;
    margin-top: -6px;
    transition: all 0.3s ease 0s;
    background: url(/css/"") center center / 100% no-repeat;
    display: none;
}

#nav>ul>li.xiala h3::before {
    display: block;
}

#nav>ul>li:hover h3::after,
#nav ul li.on h3::after {
    transform: scale(1);
}

#nav>ul>li.noSubMenu h3::before {
    display: none;
}

.search_btn {
    cursor: pointer;
    text-align: center;
    float: left;
    transition: all 0.6s ease 0s;
    margin: 0px;
    position: relative;
}

.search_btn img {
    margin: 0px;
}

#header.xg::before,
.body_home.showdiv #header::before {
    height: 1.1rem;
    background: #0B3B85;
}

.header_box .xg .w1200 {
    align-items: center;
}

.header_box .xg .header_top {
    display: none;
}

.header_box .xg .sstop {
    top: 0;
}

#m_nav * {
    transition: all 0s ease 0s;
}

.m_header_box {
    transition: all 0.6s ease 0s;
    display: none;
    position: relative;
    z-index: 100000;
}

.m_header_box header {
    padding: 0px 0px 0px 15px;
    height: 0.7rem;
    background: #0c487d;
    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);
}

#nav_btn_box.on {
    background: none;
}

#nav_btn_box {
    position: relative;
    width: 0.7rem;
    height: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

#nav_btn_box::before {
    content: /css/"";
    position: absolute;
    z-index: -1;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgb(255, 255, 255);
}

#nav_btn_box::after {
    content: /css/"";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: -.15rem;
    border-right: .15rem solid rgb(255, 255, 255);
    border-top: 0.7rem solid transparent;
    display: none;
}

#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    transition: all 0.5s ease 0s;
    outline: none;
    box-shadow: none;
}

#nav_btn .point {
    display: inline-block;
    width: 0.4rem;
    height: 22px;
    position: relative;
    outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
    width: 0.28rem;
}

#nav_btn .navbtn {
    position: absolute;
    top: 12px;
    left: 0px;
    display: inline-block;
    width: 18px;
    height: 2px;
    transition: all 0.3s ease-out 0s;
    background: #0c487d;
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
    position: absolute;
    left: 0px;
    display: inline-block;
    width: 24px;
    height: 2px;
    content: /css/"";
    transition: all 0.3s ease-out 0s;
    background: #0c487d;
}

#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 {
    transform: rotate(45deg);
    top: 0px;
}

#nav_btn .point.on .navbtn::before {
    transform: rotate(-45deg);
    top: 0px;
}

.m_nav_list {
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: auto;
    align-items: center;
    display: flex;
    background: rgba(255, 255, 255, 0.1);
}

.m_nav_list::-webkit-scrollbar {
    display: none;
}

#m_nav {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0px;
    padding: 70px 20px 30px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out 0s;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: 0% 0% / cover rgb(247, 247, 247);
    opacity: 0;
    visibility: hidden;
}

#m_nav .close {
    position: absolute;
    top: 7px;
    right: 15px;
    left: 15px;
    font-size: 30px;
    color: rgb(51, 51, 51);
    z-index: 10000;
    width: auto;
    height: 35px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px;
}

#m_nav.act {
    pointer-events: auto;
    right: 0px;
    opacity: 1;
    visibility: visible;
}

#m_nav .search_box input.submit {
    background: url("/images/submit.svg") center center / 0.28rem no-repeat rgb(6, 86, 183);
}

#m_nav .list_box0 {
    width: 90%;
    margin: 0.32rem auto 0px;
}

#m_nav .list_box0 .li {
    text-align: center;
    color: #660774;
    margin: 0px 0rem 0.15rem;
    font-size: 14px;
}

#m_nav .list_box0 .li a {
    background: none;
    padding: 0 0.2rem 0 0;
}

#m_nav .old_rukou {
    margin: 0.24rem 0px 0px;
    width: 100%;
}

.list_box_nav_mobile {
    width: 100%;
    height: calc(100% - 3rem);
    padding: 0px 0px 10px;
    overflow-y: auto;
    margin: 0px;
    /* flex: 1 1 0%; */
}

.list_box_nav_mobile>li {
    width: 90%;
    overflow: hidden;
    padding: 0px;
    position: relative;
    margin: 0px auto;
}

.list_box_nav_mobile>li .con {
    position: relative;
}

.list_box_nav_mobile>li .a {
    width: 100%;
    border-bottom: 1px solid rgb(226, 226, 226);
    line-height: 0.64rem;
    color: rgb(51, 51, 51);
    padding: 0px;
    font-size: 16px;
    display: flex;
    position: relative;
    transition: all 0.5s ease 0s;
}

.list_box_nav_mobile>li i {
    opacity: 1;
    width: 0.64rem;
    height: 0.64rem;
    background-image: url("/images/arrow_down.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    position: absolute;
    display: block;
    right: 0px;
    top: 2px;
    background-size: 15px 15px !important;
}

.list_box_nav_mobile>li.on1 i {
    transform: rotate(-90deg);
}

.list_box_nav_mobile>li.on .a {
    border-bottom: 1px solid rgb(226, 226, 226);
}

.list_box_nav_mobile>li .list {
    padding: 10px 0px;
    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: rgb(102, 102, 102);
    line-height: 2.5;
}

.nav_mask {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}


/*顶部搜索*/

.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 form {
    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: 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/submit.svg) center no-repeat #00447d;
    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;
}


/* WebKit browsers */

.wap_search input:focus::-webkit-input-placeholder {
    color: transparent;
    /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}


/* Mozilla Firefox 4 to 18 */

.wap_search input:focus:-moz-placeholder {
    color: transparent;
}


/* Mozilla Firefox 19+ */

.wap_search input:focus::-moz-placeholder {
    color: transparent;
}


/* Internet Explorer 10+ */

.wap_search input:focus:-ms-input-placeholder {
    color: transparent;
}


/* 点击搜索框获取焦点 placeholder消失-结束 */


/* search */


/* pc搜索 */

.search_btn {
    cursor: pointer;
}

.search_btn svg {
    fill: rgb(255, 255, 255);
    width: 16px;
    height: 16px;
}

.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: /css/"";
    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.7rem;
    width: 1rem;
}

.search-dialog .search-input input[type="submit"] {
    background-color: #0B3B85;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.4rem;
    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: /css/"";
    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.3);
    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);
    }
}


/* banner */

.banner-slick a {
    display: block;
}

.banner-slick a img {
    display: block;
    width: 100%;
   
}

.banner-slick .slick-dots {
    right: 0;
    padding-left: 0.25rem;
    left: auto;
    width: 48%;
    text-align: left;
    background: url(/images/banner-time.png) no-repeat left center;
    background-size: .3rem auto;
    bottom: 0.3rem;
}

.banner-slick .slick-dots li {
    width: 0.21rem;
    height: 0.21rem;
    margin-left: 0.75rem;
    border-radius: 50%;
    background: rgba(216, 216, 216, .1);
    vertical-align: middle;
}

.banner-slick .slick-dots li.slick-active {
    width: 1.26rem;
    height: 1.26rem;
    border-radius: 50%;
    border: 8px solid rgba(255, 255, 255, 0.4);
}

.banner-slick .slick-dots li button {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-size: 0 0;
}

.banner-slick .slick-dots li button:after {
    content: /css/"";
    position: absolute;
    left: 0.04rem;
    right: 0.04rem;
    top: 0.04rem;
    bottom: 0.04rem;
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
}

.banner-slick .slick-dots li.slick-active button:after {
    opacity: 0;
}

.banner-slick .slick-dots li.slick-active button {
    background: transparent;
    background-size: cover;
}

.banner-slick .slick-dots li:nth-child(1).slick-active button {
    background: url(/images/banner.jpg);
    background-size: cover;
}

.banner-slick .slick-dots:after {
    content: /css/"";
    position: absolute;
    left: 0.25rem;
    right: 0;
    height: 0.01rem;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.4);
}

.banner-slick .slick-prev {
    left: auto;
    top: auto;
    transform: none;
    right: 2.45rem;
    bottom: 0.7rem;
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3) url(../images/banner-l.png) no-repeat center center;
    background-size: 0.13rem auto;
    z-index: 9;
}

.banner-slick .slick-next {
    top: auto;
    transform: none;
    right: 1.6rem;
    bottom: 0.7rem;
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3) url(../images/banner-r.png) no-repeat center center;
    background-size: 0.13rem auto;
    z-index: 9;
}

.main-visual-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.main-visual-slider {
    overflow: hidden;
    position: relative;
}

.main-visual-slider .swiper-slide {
    overflow: hidden;
}

.swiper-box1 .imged {
    padding-bottom: 100vh;
}

.slide-inner {
    overflow: hidden;
}

.main-visual-slider .imged {
    transform: translate3d(0px, 0px, 0px) scale(1.05);
    transition: opacity 0.5s
}

.main-visual-slider .swiper-slide-active .imged {
    transform: scale(1);
    transition: all 6s;
}

.main-visual-slider video {
    transform: scale(1.1)\0;
}

.main-visual-slider a p {
    color: #fff;
    font-size: 0.28rem;
    line-height: 1.5;
    position: absolute;
    left: 15%;
    bottom: 4%;
    width: 70%;
    z-index: 10;
}

.ban-dot {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: .5rem;
    bottom: .4rem;
}

.ban-dot .swiper-pagination {
    display: flex;
    align-items: flex-end;
}

.ban-dot .swiper-pagination span {
    margin: 0px 0.13rem !important;
    width: 0.12rem;
    height: 0.12rem;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
}

.ban-dot .swiper-pagination span.swiper-pagination-bullet-active {
    width: 0.58rem;
    height: 0.48rem;
    background: url(/images/cir2.png) no-repeat left bottom;
    background-size: .56rem auto;
    border-radius: 0%;
    opacity: 1;
}


/* .swiper-box1 .imged::after {
width: 100%;
height: 2rem;
background: url(/images/banshad.png) no-repeat;
background-size: 100% 100%;
} */


/* 头部整屏下滑 */

.fix-top {
    position: relative;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .7s cubic-bezier(.5, 0, .2, 1) 0s;
    -webkit-transition: all .7s cubic-bezier(.5, 0, .2, 1) 0s;
    -moz-transition: all .7s cubic-bezier(.5, 0, .2, 1) 0s;
    -ms-transition: all .7s cubic-bezier(.5, 0, .2, 1) 0s;
    -o-transition: all .7s cubic-bezier(.5, 0, .2, 1) 0s;
    z-index: -1;
    overflow: hidden;
    overflow-y: scroll;
}

.fix-top.showdiv {
    top: 0rem;
    z-index: 99;
}

.ar_web {
    overflow: hidden;
    position: fixed!important;
    top: 0rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.in-main {
    z-index: 3;
    background: #fff;
   
}

.fix-top::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #F5F5F5;
}

.fix-top::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

.fix-top::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #333;
}

@media(max-width: 1200px) {
    .fix-top {
        top: 0;
        position: relative !important;
        overflow: hidden;
    }
    .ar_web {
        top: 0;
        position: relative !important;
    }
    .swipershubaio {
        display: none;
    }
}


/* 第一部分 */

.section1 {
    position: relative;
    padding-top: .5rem;
    padding-bottom: .6rem;
}
.sect1{position:relative;z-index:9;}
.section1::after{content:/css/"";position:absolute;left:0;top: 25%;/* bottom:0; */background:url(/images/s1-logo.png) no-repeat center center;width: 6rem;height: 3.97rem;background-size: 100%;}
.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0.3rem;
}

.title h2 {
    font-size: 0;
    font-weight: normal;
}

.title h2 p {
    display: inline-block;
    font-size: 0.26rem;
    color: #282828;
    font-family: "sisong";
    vertical-align: middle;
}

.title h2 img {
    display: inline-block;
    vertical-align: middle;
    padding-right: .05rem;
    max-height: .4rem;
}

.title .more a {
    position: relative;
    right: 0;
    padding-right: .55rem;
    display: block;
    background: url(/images/more.png) no-repeat right center;
    background-size: .45rem auto;
    font-size: 0.18rem;
    color: #0B3B85;
    text-transform: capitalize;
    transition: all .3s;
}

.title .more a:hover {
    right: 5px
}

;
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sect1-l {
    width: 27.5%;
    order: -1;
}

.date-list>li a {
    position: relative;
    display: block;
    padding-top: .2rem;
    padding-bottom: .2rem;
    border-bottom: 1px solid #D8D8D8;
    overflow: hidden;
    transition: all .3s;
}

.date-list>li:hover a {
    background: url(/images/s1-r-bg.png) no-repeat center center;
    background-size: 100% 100%;
    border-bottom: 1px solid transparent;
}

.date-list>li a::after {
    /* content: /css/""; */
    position: absolute;
    bottom: -1px;
    left: 0;
    width: .35rem;
    height: 3px;
    background: #A2A2A2;
}

.date-list>li:hover a::after {
    background: #0B3B85;
}

.date-list>li a .date {
    float: left;
    text-align: center;
    color: #0B3B85;
}

.date-list>li:hover a .date {
    color: #C11A20;
}

.date-list>li a .date p {
    font-size: 0.3rem;
    font-weight: bold;
}

.date-list>li a .date span {
    display: block;
    font-size: 0.14rem;
    margin-top: .1rem;
}

.date-list>li a .text {
    overflow: hidden;
    padding-left: 0.35rem;
}

.date-list>li a .text p {
    line-height: .3rem;
    font-size: 0.18rem;
    color: #3D3D3D;
    height: .6rem;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.date-list>li:hover a .text p {
    color: #0B3B85;
}

.date-list>li:hover a .text p {
    font-weight: bold;
    color: #C11A20
}

.sect1-r {
    width: 27%;
}

.sect1-m {
    width: 41.5%;
    margin-left: 2%;
    margin-right: 2%;
}

.sect1-m .news {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
}

.sect1-m a {
    display: block;
}

.sect1-m a .pic {
    padding-top: 62%;
}

.sect1-m a .text {
    position: relative;
    padding: .35rem .28rem 1.1rem .28rem;
    background: url(/images/s1-m-txt-bg.jpg) no-repeat center bottom;
    background-size: cover;
}

.sect1-m a .text::after {
    content: /css/"";
    position: absolute;
    left: .28rem;
    right: .28rem;
    bottom: .87rem;
    height: 2px;
    border-bottom: 1px dashed #D8D8D8;
}

.sect1-m a .text .title {
    position: relative;
    align-items: center;
    justify-content: center;
}

 .h .more {
    position: absolute;
   right: 14px;
    top: 58%;    z-index: 99;
    transform: translateY(-50%);
    padding-right: 0.55rem;
    display: block;
    background: url(/images/more.png) no-repeat right center;
    background-size: 0.45rem auto;
    font-size: 0.17rem;
    color: #0B3B85;
    text-transform: capitalize;
    transition: all .3s;
}


/* .sect1-m a .text .title ::before {
    content: /css/"";
    position: absolute;
    top: 50%;
    left: 0;
    width: 28%;
    height: 1px;
    background: #D8D8D8;
}

.sect1-m a .text .title ::after {
    content: /css/"";
    position: absolute;
    top: 50%;
    right: 0;
    width: 28%;
    height: 1px;
    background: #D8D8D8;
} */

.sect1-m a .text>h2 {
    line-height: 0.3rem;
    font-size: 0.18rem;
    color: #3D3D3D;
    height: 0.6rem;
    font-weight: bold;
    overflow: hidden;
}

.sect1-m a .text>p {
    margin-top: .1rem;
    line-height: .24rem;
    height: .72rem;
    font-size: .14rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.sect1-m .slick-dots {
    position: absolute;
    text-align: center;
    bottom: .4rem;
}

.sect1-m .slick-dots li {
    width: .4rem;
    height: 0.09rem;
    border-radius: 0.2rem;
    margin: 0 0.03rem;
    background: #D8D8D8;
    transition: all .3s;
}

.sect1-m .slick-dots li.slick-active {
    width: 0.65rem;
    height: 0.09rem;
    border-radius: 0.2rem;
    background: #0B3B85;
}

.s1-l-top a {
    align-items: center;
}

.s1-l-top a .tpp {
    width: 1.37rem;
}

.s1-l-top a .tpp .pic {
    padding-top: 78.8%;
}

.s1-l-top a .text {
    width: calc(100% - 1.37rem);
    padding-left: .25rem;
}

.s1-l-top a .text h2 {
    font-size: 0.18rem;
    line-height: 0.24rem;
    color: #3D3D3D;
    height: 0.48rem;
    overflow: hidden;
    font-weight: bold;
}

.s1-l-top a .text .time {
    margin-top: .15rem;
}

.s1-l-top a .text .time span {
    display: block;
    padding-left: .25rem;
    line-height: .3rem;
    background: url(/images/date.png) no-repeat left center;
    background-size: .2rem auto;
    font-size: .14rem;
    color: #666;
}

.txt-list li {
    margin-top: .25rem;
}

.txt-list li a {
    display: block;
}

.txt-list li a h2 {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.3rem;
    color: #333333;
    height: 0.6rem;
    overflow: hidden;
}

.txt-list li a .time {
    position: relative;
    margin-top: .1rem;
}

.txt-list li a .time::after {
    content: /css/"";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
    top: 50%;
}

.txt-list li a .time span {
    position: relative;
    display: inline-block;
    padding-left: .25rem;
    line-height: .3rem;
    background: #fff url(/images/date.png) no-repeat left center;
    background-size: .2rem auto;
    font-size: .14rem;
    color: #666;
    padding-right: .2rem;
    z-index: 9;
}

.section2 {
    padding-top: 0.5rem;
    padding-bottom: .5rem;
    background: url(/images/sect2-bg.png) no-repeat center bottom;
    background-size: cover;
}

.sect2 .title h2,
.sect3 .title h2 {
    position: relative;
    display: inline-block;
    padding: 0 0.15rem;
    cursor: pointer;
}

.sect2 .title h2::after {
    content: /css/"";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -.2rem;
    width: 0.35rem;
    height: 2px;
    border-bottom: 1px dashed rgba(102, 102, 102, .4);
    transform: rotate(-60deg);
}

.sect2 .title h2:first-child:after {
    display: none;
}

.sect2 .title h2:first-child,
.sect3 .title h2:first-child {
    padding-left: 0;
}

.sect2 .title h2 img,
.sect3 .title h2 img {
    display: none;
}

.sect2 .title h2 p,
.sect3 .title h2 p {
    font-size: .2rem;
    color: #999;
}

.sect2 .title h2.on p {
    font-size: .26rem;
    color: #282828;
}

.sect3 .title h2.on p {
    font-size: .26rem;
    color: #fff;
}

.sect2 .title h2.on img,
.sect3 .title h2.on img {
    display: inline-block;
}

.sect2 .title a,
.sect3 .title a {
    display: none;
}

.sect3 .title a {
    padding-right: .7rem;
    color: #fff;
    background: url(/images/more-other.png) no-repeat right center;
    background-size: .66rem auto;
}

.sect2 .title a.on,
.sect3 .title a.on {
    display: block;
}

.sect2 ul {
    display: none;
    margin: 0 -.12rem;
margin-top: -0.2rem;
}

.sect2 ul.on {
    display: flex;
}

.sect2 ul li {
    width: 33.333%;
    margin-top: .3rem;
}

.sect2 ul li a {
    position: relative;
    display: block;
    margin: 0 .12rem;
    padding: 0.3rem 0.2rem 0.3rem 1.2rem;
    background: rgba(255, 255, 255, 0.6)
}

.sect2 ul li a .date {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.92rem;
    height: 0.92rem;
    padding: 0 .1rem;
    border-radius: 0rem 0.2rem 0rem 0rem;
    background: #0B3B85;
    color: #fff;
}

.sect2 ul li:hover a .date {
    background: #C11A20;
}

.sect2 ul li a .date::after {
    content: /css/"";
    position: absolute;
    width: 0.6rem;
    height: 0.01rem;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-29deg);
}

.sect2 ul li a .date p {
    padding-top: .1rem;
    font-size: .3rem;
}

.sect2 ul li a .date span {
    display: block;
    padding-top: .2rem;
    font-size: .14rem;
    text-align: right;
}

.sect2 ul li a .text p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333333;
    height: .6rem;
    overflow: hidden;
}

.sect2 ul li:hover a .text p {
    font-weight: bold;
    color: #C11A20;
}

.section3 {
    padding-top: .5rem;
    padding-bottom: .3rem;
    background: url(/images/sect333-bg.jpg.png) no-repeat center top;
    background-size: 100% auto;
}

.s3 {
    position: relative;
    margin-top: .3rem;
}

.s3 .s3-qh {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
}

.s3 .s3-qh.on {
    position: relative;
    z-index: 1;
    opacity: 1;
}

.s3 ul {
    margin: 0 -15px;
}

.s3 ul li {
    background: #fff;
    margin: 0 15px;
}

.s3 ul li a {
    display: block;
}

.s3 ul li a .pic {
    padding-top: 50.45%;
}

.s3 ul li a .text {
    padding: .35rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.s3 ul li a .text h2 {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.3rem;
    color: #3D3D3D;
    height: .6rem;
    overflow: hidden;
}

.s3 ul li a .text p {
    margin-top: .15rem;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #888888;
    height: .48rem;
    overflow: hidden;
    margin-bottom: .15rem;
}

.s3 ul li a .text span {
    padding-left: .2rem;
    background: url(/images/s3-time.png) no-repeat left center;
    font-size: .16rem;
    line-height: 0.3rem;
    color: #666666;
}

.home4 {
    padding-bottom: .3rem;
    background: url(/images/sect5-bg.png) no-repeat center bottom;
    background-size: 100% auto;
}

.section4 {
    padding-bottom: .4rem;
    overflow: hidden;
}

.s4 {}

.sect4-l {
    width: 48.57%;
}

.s4-l .tpp {
    position: relative;
}

.s4-l .pic {
    padding-top: 68.5%;
    z-index: 9;
}

.s4-l .pic video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
}

.s4-l .bf {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0.56rem;
    height: 0.56rem;
    background: url(/images/sp.png) no-repeat center center;
    background-size: .56rem auto;
    cursor: pointer;
    z-index: 99;
}

.s4-l .text {
    position: relative;
    float: right;
    margin-top: -1.6rem;
    width: 5.5rem;
    background: url(/images/s4-l-txt-bg.png) no-repeat center center;
    background-size: 100% 100%;
    padding: .35rem .3rem;
    z-index: 9;
}

.s4-l .text h2 {
    position: relative;
}

.s4-l .text h2::after {
    content: /css/"";
    position: absolute;
    left: 0;
    right: -.37rem;
    top: 50%;
    height: 2px;
    border-bottom: 1px solid #D8D8D8;
    opacity: .2;
}

.s4-l .text h2 span {
    position: relative;
    font-size: .24rem;
    color: #fff;
    padding-right: .2rem;
    background: #0b3b85;
    z-index: 9;
}

.s4-l .text p {
    margin-top: .15rem;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.32rem;
    text-align: justify;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.7);
}

.sect4-r {
    width: 49.6%;
    margin-top: -.15rem;
}

.sect4-r .slick-prev {
    width: 0.5rem;
    height: 0.5rem;
    left: auto;
    right: -25px;
    top: 38%;
    transform: none;
    background: #C11A20 url(../images/s4-t.png) no-repeat center center;
    background-size: .2rem auto;
    border-radius: 50%;
}

.sect4-r .slick-next {
    width: 0.5rem;
    height: 0.5rem;
    right: -25px;
    top: auto;
    transform: none;
    bottom: 35%;
    border-radius: 50%;
    background: #C11A20 url(../images/s4-d.png) no-repeat center center;
    background-size: .2rem auto;
}

.sect4-r ul li {
    position: relative;
    margin-top: 0.1rem;
}

.sect4-r .slick-slide {
    display: flex;
    justify-content: space-between;
}

.sect4-r .slick-slide>div {
    width: 49%;
}

.sect4-r ul li a {
    position: relative;
    display: block;
}

.sect4-r ul li::before {
    content: /css/"";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(11, 59, 133, 0.8);
    z-index: -1;
    opacity: 0;
}

.sect4-r ul li.slick-cloned.slick-active {
    margin-top: 1px;
}

.sect4-r ul li.slick-center::before,
.sect4-r ul li:hover::before {
    opacity: 1;
    z-index: 1;
}

.sect4-r ul li::after {
    content: /css/"";
    position: absolute;
    left: .1rem;
    right: .1rem;
    top: .1rem;
    bottom: .1rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    opacity: 0;
    z-index: -1;
}

.sect4-r ul li.slick-center::after,
.sect4-r ul li:hover::after {
    opacity: 1;
    z-index: 1;
}

.sect4-r ul li a .pic {
    padding-top: 62%;
}

.sect4-r ul li a .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: -1;
}

.sect4-r ul li.slick-center a .text,
.sect4-r ul li:hover a .text {
    opacity: 1;
    z-index: 1;
}

.sect4-r ul li a .text .icon img {
    margin-left: auto;
    margin-right: auto;
}

.sect4-r ul li a .text p {
    margin-top: .15rem;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.3rem;
    color: #FFFFFF;
    font-family: "sisong";
}

.zt {
    /* padding-top: .2rem; */
}

.zt ul {
    margin: 0 -.17rem;
}

.zt ul li {
    margin: .2rem 0.17rem;
}

.zt ul li a {
    position: relative;
    display: block;
}

.zt ul li a::after {
    content: /css/"";
    position: absolute;
    left: 0.1rem;
    right: -0.1rem;
    top: -0.1rem;
    bottom: 0.1rem;
    border: 1px solid #BF1414;
    opacity: 0;
    z-index: -1;
    transition: all .3s;
}

.zt ul li:hover a::after {
    opacity: 1;
    z-index: 1;
}

.zt ul li a .pic {
    padding-top: 41.538%;
    z-index: 9;
}

.zt .slick-prev {
    left: -.7rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #0B3B85 url(../images/zt-l.png) no-repeat center center;
    background-size: .27rem auto;
}

.zt .slick-next {
    right: -.7rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #0B3B85 url(../images/zt-r.png) no-repeat center center;
    background-size: .27rem auto;
}


/* 侧导航 */

.rightFix {
    position: fixed;
    padding-top: 1rem;
    right: 0.2rem;
    top: 50%;
    width: 1.33rem;
    transform: translateY(-50%);
    z-index: 2000;
    background: url(/images/nav-r-bg.png) no-repeat center top;
    background-size: 100% 100%;
    padding-right: .11rem;
    padding-bottom: .05rem;
    display: none;
}

.rightFix li {
    width: 1.22rem;
    text-align: center;
    transition: .3s;
}

.rightFix li.on a,
.rightFix li:hover a {
    background: #C11A20;
}

.rightFix li:last-child.on a,
.rightFix li:last-child a {
    background: transparent;
}

.rightFix li a {
    display: block;
    padding: 0.15rem 0;
    height: 100%;
    border-top: 1px solid rgba(255, 255, 255, .4);
}

.rightFix li:first-child a {
    border-top: none;
}

.rightFix li:last-child a {
    border-top: none;
}

.rightFix li:last-child a {
    border-bottom: none;
}

.rightFix a i {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    width: .45rem;
    height: .3rem;
    margin: 0 auto;
}

.rightFix li:last-child a i {
    width: .1rem;
    height: .08rem;
}

.rightFix li:last-child a {
    padding-top: 0;
}

.rightFix a:hover i {
    transform: rotateY(360deg);
    transition: .5s;
}

.rightFix a i.i1 {
    background-image: url(/images/ico1.png);
}

.rightFix a i.i2 {
    background-image: url(/images/ico2.png);
}

.rightFix a i.i3 {
    background-image: url(/images/ico3.png);
}

.rightFix a i.i4 {
    background-image: url(/images/ico4.png);
}

.rightFix a i.i5 {
    background-image: url(/images/ico5.png);
}

.rightFix a i.i6 {
    background-image: url(/images/ico6.png);
}

.rightFix a i.i7 {
    background-image: url(/images/ico7.png);
}

.rightFix li p {
    font-size: .16rem;
    color: #fff;
    margin-top: .1rem;
    transition: 0.5s;
    white-space: nowrap;
}


/* foot */

footer {
    width: 100%;
    background: url(/images/footer-bg.jpg) no-repeat center top;
    background-size: cover;
    overflow: hidden;
}

.foot-b {
    padding-top: .95rem;
    padding-bottom: .6rem;
    align-items: center;
    justify-content: space-between;
}

.fot-l {
    width: 49%;
}

.fot-l h2 {
    position: relative;
    font-size: .26rem!important;
    color: #fff;
    font-weight: bold;
    margin-bottom: .5rem;
}

.fot-l h2 span {
    position: absolute;
    left: 0;
    top: -.4rem;
    font-size: 0.44rem;
    font-weight: bold;
    line-height: 0.64rem;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.08);
}

.fot-l ul li {
    width: 50%;
}

.fot-l ul li p {
    font-size: .18rem!important;
    color: #fff;
    line-height: .36rem;
}

.fot-r .ewm {
    display: inline-block;
    text-align: center;
    margin-left: .3rem;
}

.fot-r .ewm p {
    padding-top: .1rem;
    font-size: .18rem;
    color: #fff;
}

@media screen and (max-width: 1600px) {
    #logo {
        width: 4rem;
    }
    #header .right {
        padding-left: 5%;
    }
    .banner-slick .slick-dots {
        width: 65%;
    }
}

@media screen and (max-width: 1400px) {
    #header .right {
        padding-left: 5%;
    }
    #nav ul li h3 {
        font-size: 0.18rem;
    }
    .list_box0 .li {
        padding-right: 0.05rem;
    }
    .list_box0 .li>a .top_ico {
        margin-right: 0.05rem;
    }
    .rightFix {
        right: .05rem;
    }
}

@media screen and (max-width: 1200px) {
    .banner-slick .slick-dots li {
        margin-left: .3rem;
    }
    .rightFix {
        display: none;
    }
    .banner-slick a img {
        height: auto;
    }
    .fot-l {
        width: 62%;
    }
    .in-main {
        padding-top: 0;
    }
    .zt .slick-prev {
        left: 0;
    }
    .zt .slick-next {
        right: 0;
    }
    .sect4-r .slick-prev {
        right: 0;
        top: 20%;
    }
    .sect4-r .slick-next {
        right: 0;
        bottom: 20%;
    }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 980px) {
    .foot-b .fot-r {
        margin-top: .25rem;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 420px) {
    .foot-b .fot-m::after {
        width: 1.4rem;
        height: 1.4rem;
    }
}

@media (min-width: 200px) {
    [aos="zoom-in"] {
        transform: scale(0.5);
    }
    html:not(.no-js) [data-aos=fade-right] {
        -webkit-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0)
    }
    html:not(.no-js) [data-aos=fade-left] {
        -webkit-transform: translate3d(150px, 0, 0);
        transform: translate3d(150px, 0, 0)
    }
    html:not(.no-js) [data-aos=fade-down] {
        -webkit-transform: translate3d(-150px, -150px, 0);
        transform: translate3d(-150px, -150px, 0)
    }
}

@media screen and (max-width: 1010px) {
    .fot-l {
        width: 100%;
    }
    .fot-r {
        width: 100%;
        text-align: center;
    }
    .fot-r .ewm {
        margin: 0.1rem;
        margin-top: .15rem;
    }
    .sect1-m {
        width: 100%;
        margin: 0;
        order: -1;
    }
    .sect1-l {
        width: 100%;
        margin: .3rem 0;
    }
    .sect1-r {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .fot-l {
        width: 100%;
    }
    .fot-m {
        width: 100%;
        margin-top: .15rem;
    }
    .sect2 ul li {
        width: 50%;
    }
}

@media screen and (max-width: 700px) {
    .fot-m ul li {
        width: 50%;
        text-align: left;
    }
    .fot-m h2 {
        text-align: left;
    }
    .foot-b .fot-r {
        width: 100%;
    }
    .fot-l h2 span {
        font-size: .4rem;
    }
    .fot-l h2 {
        font-size: .24rem;
        margin-bottom: .15rem;
    }
    .foot-b {
        padding-top: .5rem;
        padding-bottom: .15rem;
    }
    .fot-l ul li {
        width: 100%;
        text-align: center;
    }
    .fot-r {
        font-size: 0;
    }
    .fot-r .ewm {
        margin: .15rem;
    }
    .banner-slick .slick-dots li.slick-active {
        width: .6rem;
        height: .6rem;
        border: 2px solid rgba(255, 255, 255, 0.4);
    }
    .banner-slick .slick-dots {
        width: 90%;
        bottom: .1rem;
    }
    .banner-slick .slick-prev {
        width: .3rem;
        height: .3rem;
        right: 1rem;
        bottom: .25rem;
        background-size: .08rem auto;
    }
    .banner-slick .slick-next {
        width: .3rem;
        height: .3rem;
        right: .4rem;
        bottom: .25rem;
        background-size: .08rem auto;
    }
    .section1 {
        padding: .15rem 0;
    }
    .title h2 p {
        font-size: .24rem;
    }
    .txt-list li a h2 {
        height: auto;
    }
    .section2 {
        padding: .15rem 0;
    }
    .sect2 .title h2.on p {
        font-size: .24rem;
    }
    .sect2 .title h2 p,
    .sect3 .title h2 p {
        font-size: .18rem;
    }
    .sect3 .title .bt {
        font-size: 0;
    }
    .sect2 .title h2,
    .sect3 .title h2 {
        padding: 0 .05rem;
    }
    .sect2 .title h2.on img,
    .sect3 .title h2.on img {
        height: .2rem;
    }
    .sect2 ul li {
        width: 100%;
        margin-top: .15rem;
    }
    .section3 {
        padding-top: .15rem;
        padding-bottom: .15rem;
    }
    .sect3 .title h2.on p {
        font-size: .24rem;
    }
    .s3>ul>li {
        width: 100%;
        margin-bottom: .15rem;
    }
    .sect3 .more {
        width: 100%;
        margin-top: .15rem;
        text-align: right;
    }
    .sect3 .title a.on {
        display: inline-block;
    }
    .sect4-l {
        width: 100%;
    }
    .s4-l .text {
        width: 100%;
        margin-top: -.5rem;
    }
    .s4-l .tpp {
        margin-right: .2rem;
    }
    .sect4-r {
        width: 100%;
        margin-top: .15rem;
    }
    .section4 {
        padding-bottom: .15rem;
    }
    .zt {
        padding-top: 0;
    }
    .title {
        margin-bottom: .15rem;
    }
    .home4 {
        padding-bottom: .15rem;
    }
    .zt .slick-prev {
        width: .4rem;
        height: .4rem;
        background-size: .2rem auto;
    }
    .zt .slick-next {
        width: .4rem;
        height: .4rem;
        background-size: .2rem auto;
    }
}