@charset "utf-8";

@font-face {
    font-family: sy;
    src: url("sySong.woff");
}

@font-face {
    font-family: geo;
    src: url("georgia.ttf");
}

@font-face {
    font-family: geo-z;
    src: url("georgiaz.ttf");
}

body {
    position: relative;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, Helvetica, sans-serif !important;
}

.wp {
    overflow: hidden;
}

.section {
    display: flex;
    align-items: center;
    height: 100vh !important;
}

.a_body {
    position: relative;
    z-index: 0;
}

.section {
    overflow: hidden;
}

.header_box_li {
    position: relative;
    z-index: 1;
}

.fp-tableCell {
    position: relative;
}

.header_box {
    z-index: 10000;
    height: 0px;
    position: fixed; /* border-top: 2px solid #3364AE; */
    top: 0;
    width: 100%;
}

#header {
    z-index: 999;
    width: 100%;
    margin: 0 auto;
    transition: all 0.36s ease 0s;
    transform-origin: center center;
}
.header_box_li #header::before {content: "";position: absolute;height: 1.7rem;top: 0px;left: 0px;right: 0px;transition: all 0.2s;opacity: 1;visibility: visible;}
#header.xg::before {height: 100%; background: rgb(0,63,136,0.95);}

.header-bc {
    content: "";
    position: absolute;
    height: 1.3rem;
    top: 0px;
    left: 0px;
    right: 0px;
    transition: all 0.2s;
    transform-origin: center center;
    opacity: 0.4;
    visibility: visible;
    background: url(heaer_bc_3.png) center top / 100% 100% repeat-x;
    pointer-events: none;
}

.header_top {
    position: relative;
    z-index: 10;
    overflow: hidden;
		height: 0.32rem;
}

#header .right {
    /* padding: 0 1rem 0 0; */
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
}

#header .right .right_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 0.8rem;
}

#header .right .right_btn a {
    float: left;
}

#header .right .right_btn .en_btn {
    margin-right: 0.18rem;
}

#header .right .right_btn a img {
    width: 0.3rem;
    height: 0.45rem;
}

.right-b {
    display: flex;
    align-items: center;
    width: 66%;
    justify-content: flex-end;
}

.list_box0 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
		height: 0.32rem;
}

.list_box0 .li {
    font-size: 0.14rem;
    color: #fff;
    display: inline-block;
    padding-right: 0.02rem;
		height: 0.17rem;
}

.right-b .list_box0 .li {
    color: #fff;
    font-size: 0.14rem;
    position: relative;
}

.list_box0 .li a {
    transition: 0.5s;
    transform-origin: center center;
    padding: 0 .15rem;
    align-items: center;
    position: relative;
		line-height: 0.17rem;
		display: inline-block;
		height: 0.17rem;
}

.list_box0 .li a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0.04rem;
    width: 1px;
    height: 0.1rem;
    background: #FFF;
}

.list_box0 .li:first-child a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.04rem;
    width: 1px;
    height: 0.1rem;
    background: #FFF;
}

.list_box0 .li:first-child a::before {
    display: none;
}

.list_box0 .li a:hover {
    color: #ff9d03;
}

.list_box0 .header_top_btn a {
    padding: 0 0.08rem;
}

.list_box0 .header_top_btn a::after {
    background: none;
}

.list_box0 .header_top_btn a.search_btn {
    padding: 0;
}

.list_box0 .header_top_btn a.search_btn img {
    width: 0.19rem;
    height: 0.17rem;
}

/* .list_box0 .li:last-child a{padding-right: 0;}
.list_box0 .li:last-child a::after{background: none; }*/

/* .search_btn{width: 0.32rem;height: 0.32rem;border: 1px solid #fff;border-radius: 50%;display: flex;align-items: center;justify-content: center;padding: 0 !important;margin-left: .2rem;} */

#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;
}
#m_nav .list_box0 .li > a{margin:0;}
#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: #0054D3;margin: 0 .12rem 0.15rem 0;font-size: 14px;padding: 0;min-width: 1rem;}

.list_box_01 {
    font-size: 0px;
    white-space: nowrap;
    padding: 0.1rem;
}

.wp {
    max-width: inherit;
}

.header_box .wp {
    height: 1.3rem;
    display: flex;
    justify-content: space-between;
    transition: all 0.5s;
    transform-origin: center center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 0 .5rem;
		overflow: inherit;
}

#logo {
    padding: 0px;
    position: relative;
    max-width: 3.2rem;
}

#logo img {
    max-width: 100%;
    transition: all 0.5s ease 0s;
    transform-origin: center center;
		width: 3.2rem;
		height: auto;
}

#nav {
    width: 100%; /* max-width: 11rem; */
}

#nav ul {
    display: flex;
    justify-content: space-between;
}

#nav ul li {
    float: left;
    z-index: 0;
    height: 100%;
    position: relative; /* padding: 0 0.18rem; */
}

#nav ul li a {
    display: block;
    padding: 0px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

#nav ul li h3 {
    font-size: 0.18rem;;
    color: #fff;
    line-height: 0.48rem;
    position: relative;
    transition: all 0.36s ease 0s;
    transform-origin: center center;
    display: inline-block;
    font-weight: bold;
}

#nav ul li h3::after {
    content: "";
    position: absolute;
}

#nav ul li a:hover h3 {
    color: #ff9d03;
}

#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;
    min-width: 1.6rem;
}

#nav ul li .sub::after {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #ff9d03;
}

#nav ul li .sub .box {
    padding: 0.14rem 15px;
    text-align: center;
}

#nav ul li .sub a {
    padding: 8px 0;
    line-height: 0.28rem;
    transition: all 0.6s ease 0s;
    transform-origin: center center;
    font-size: 0.16rem;
    color: rgb(51, 51, 51);
    text-align: center;
    white-space: nowrap;
    display: block;
}

#nav ul li .sub a span {
    display: inline-block;
    line-height: 1.3;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

#nav ul li .sub a:hover {
    color: #1c62d2; /* background: #3364AE; */
}

#nav ul li .sub a:hover span {
    border-bottom: 1px solid #3364AE;
}

#nav ul li:hover .sub {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}

#nav > ul > li.on h3, #nav ul li:hover h3, #header.xg #nav ul li.on a h3, #header.xg #nav ul li:hover a h3 { /* color: #fff; *//* opacity: .8; */
}

#nav > ul > li h3::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    right: -0.22rem;
    top: 50%;
    margin-top: -6px;
    transition: all 0.3s ease 0s;
    transform-origin: center center;
    background: url("") 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);
    transform-origin: center center;
}

#nav > ul > li.noSubMenu h3::before {
    display: none;
}

#header .right .li .img2 {
    display: none;
}

#header.xg::before {
    height: 100%;
}

.header_box .xg .wp {
    height: 1.3rem;
    align-items: center;
}

/* .header_box .xg .header_top{display:none;} */
#header.xg #logo .img2 {
    display: block
}

#header.xg #logo .img1 { /* display:none; */
	width: 3.2rem;
	height: auto;
}

#header.xg #nav ul li h3 { /* color:#333; */
}

#header.xg .list_box0 .li { /* color:#666; */
}

#header.xg .list_box0 .li a { /* border-right:1px solid #666; */
}

#header.xg .right .li .img2 {
    display: block;
}

#header.xg .right .li .img1 { /* display: none; */
}

#m_nav * {
    transition: all 0s ease 0s;
    transform-origin: center center;
}

.m_header_box {
    transition: all 0.6s ease 0s;
    transform-origin: center center;
    display: none;
    position: relative;
    z-index: 100000;
    height: .8rem;
}


.m_header_box header {
    padding: 0px 0px 0px 15px;
    height: 0.8rem;
    background: #4476c7;
    /* 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;
		overflow: hidden;
}

.m_header_box.xg header{background: url(heaer_bc_3.png) center top / 100% 100% repeat-x; }


.m_header_box header #logo img {
		width: auto;
    height: auto;
    max-height: 0.6rem;
    padding: 0.05rem;
}

.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_box {
    position: relative;
    width: .8rem;
    height: .8rem;
    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: 0px;
    left: -12px;
    border-right: #fff 12px solid;
    border-bottom: transparent .8rem solid;
}

#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transform-origin: center center;
    outline: none;
    box-shadow: none;
}

#nav_btn .point {
    display: inline-block;
    width: 0.40rem;
    height: 0.22rem;
    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: 0.18rem;
    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;
    transform-origin: center center;
    background: #4476c7;
}

#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;
    transform-origin: center center;
    background: #4476c7;
}

#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: 0.8rem 20px 30px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
    transform-origin: center center;
    -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;
    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: #3364AE url(submit.svg) center no-repeat;
    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: #3364AE;
    margin: 0 .12rem 0.15rem 0;
    font-size: 0.14rem;
    padding: 0;
    min-width: 1rem;
}

#m_nav .old_rukou {
    margin: .24rem 0 0;
    width: 100%;
}

.m_header_box.xg #nav_btn_box:before{background: #4476c7; opacity: 0.6;}
.m_header_box.xg #nav_btn_box:after{border-right: #4476c7 12px solid; opacity: 0.6;}
.m_header_box.xg #nav_btn .navbtn{background: #FFF; opacity: 1;}
.m_header_box.xg #nav_btn .navbtn::after,.m_header_box.xg #nav_btn .navbtn::before{background: #FFF; opacity: 1;}
.m_header_box.xg #nav_btn .point.on .navbtn{background: transparent;}

.list_box_nav_mobile {
    width: 100%;
    max-height: calc(100% - 50px);
    padding: 0 0 10px;
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
}

.list_box_nav_mobile > li {
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0 auto;
}

.list_box_nav_mobile > li .con {
    position: relative;
    width: 100% !important;
}

.list_box_nav_mobile > li .a {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    line-height: .5rem;
    color: #333;
    padding: 0;
    font-size: 0.16rem;
    display: flex;
    position: relative;
    transition: .5s;
    transform-origin: center center;
}

.list_box_nav_mobile > li i {
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    width: .64rem;
    height: .5rem;
    display: inline-block;
    background: url(arrow_down.svg) center no-repeat;
    background-size: 15px 15px !important;
    position: absolute;
    display: block;
    right: 0;
    top: 2px;
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
}

.list_box_nav_mobile > li.on1 i {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.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;
}

/*顶部搜索*/
.wap_search {
    font-size: 0.16rem;
    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: 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(submit.svg) center no-repeat #3364AE;
    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消失-结束 */
/* pc搜索 */
.search_btn {
    cursor: pointer;
}

.search_btn svg {
    fill: rgb(255, 255, 255);
    width: 0.16rem;
    height: 0.16rem;
}

.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;
    transform-origin: center center;
}

.search-dialog-box::before {
    content: "";
    position: absolute;
    top: 0px;
    height: 0px;
    background: #3364AE;
    transition: all 0.6s ease 0s;
    transform-origin: center center;
    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;
    transform-origin: center center;
}

.search-dialog-box .wrap-inner {
    transform: translateY(100%);
    transition: all 0.6s ease 0s;
    transform-origin: center center;
}

.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;
    transform-origin: center center;
    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.18rem;;
    line-height: 0.08rem;
    color: #666;
    transition: all 0.3s ease 0s;
    transform-origin: center center;
    padding: 0px 0.18rem;
}

.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: #1c62d2;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.4rem;
    background-image: url("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("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);

    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: #3364AE;
    transform: scale(0);
    border-radius: 100%;
    transition: transform 0.3s ease 0s;
    transform-origin: center center;
}

.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("close-btn.svg");
    transition: all 0.6s ease 0s;
    transform-origin: center center;
}

.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 */
.main-visual-wrapper {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.main-visual-slider {
    overflow: hidden;
    width: 100vw;
    position: relative;
}

.main-visual-slider .swiper-slide {
    overflow: hidden;
}

.main-visual-slider .swiper-container {
    width: 100%;
}

.main-visual-slider .swiper-slide-active .imged.scalcImg {
    transform: scale(1);
    transition: all 6s ease;
    transform-origin: center center;
}

/* .main-visual-slider video {
    transform: scale(1.2);
} */

.swiper-box1 .imged {
    padding-bottom: 100vh;
}

.slide-inner {
    overflow: hidden;
}

.main-visual-slider .imged.scalcImg {
    transform: translate3d(0px, 0px, 0px) scale(1.5);
    transition: all 6s ease;
    transform-origin: center center;
}

.swiper-box1 .imged::after {
    width: 100%;
    height: 1.5rem;
    background: url(banshad.png) no-repeat;
    background-size: 100% 100%;
}

.ban-dot {
    position: relative;
    margin-top: -0.5rem;
    height: 0.5rem;
		display: flex;
		justify-content: center;
}

.ban-dot .swiper-pagination span {
    width: 0.15rem;
    height: 0.15rem;
    margin: 0px 0.05rem !important;
    font-size: 0rem;
    position: relative;
    opacity: 1;
    background: #fff;
}

.ban-dot .swiper-pagination span.swiper-pagination-bullet-active {
    background: #1c62d2;
}


.swiper-box1 .icon-play {
	display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 4;
    color: #fff;
    font-size: .4rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, .15);
    opacity: .8;
}

.swiper-box1 a.list_vtc {
    display: none;
}
@media(max-width: 1280px){
  .swiper-box1 a.list_vtc{display: block;}
  .swiper-box1 .pc{display: none;}
	.section{height: max-content !important;}
	.fp-tableCell{height: max-content !important;}
}


/* common */

/* home-title */
.home-title {
    width: 100%;
    overflow: hidden;
    padding-bottom: 0.1rem;
    margin-bottom: 0.26rem;
		position: relative;
}

.home-title .home-title-tit {
    float: left;
    margin-right: 0.42rem;
    cursor: pointer;
}

.home-title .home-title-tit:last-child {
    margin-right: 0;
}

.home-title .home-title-tit p {
    font-size: 0.14rem;
    height: 0.18rem;
    line-height: 0.18rem;
    color: #C2C2C2;
		/* font-family: sy; */
		font-weight: bold;
		text-align: left;
}

.home-title .home-title-tit h3 {
    font-size: 0.36rem;
    height: 0.4rem;
    line-height: 0.4rem;
    color: #C2C2C2;
		font-family: sy;
    position: relative;
		text-align: left;
}

.home-title .home-title-tit h3::after {
    content: "";
    position: absolute;
    bottom: -0.1rem;
    left: 0;
		/* margin-left: -0.35rem; */
    height: 0.03rem;
    width: 0.72rem;
    background: #E7E7E7;
}

.home-title-more {
    display: none;
    float: right;
    cursor: pointer;
    color: #1c62d2;
    height: 0.58rem;
    line-height: 0.58rem;
    font-size: 0.16rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform-origin: center center;
}

.home-title-more:hover {
    transform: translateX(-0.1rem);
}

.home-title .home-title-tit.active p {
    color: #343434;
}

.home-title .home-title-tit.active h3 {
    color: #000000;
    padding-left: 0;
}

.home-title .home-title-tit2.active h3 {
    color: #000000;
}

.home-title .home-title-tit.active h3::after {
    background: #1c62d2;
}

.home-title-more {
    position: relative;
}

.home-title-more.active {
    display: flex;
    align-items: center;
}

.home-title .n-title-right {
		height: 0.65rem;
    font-size: 0.22rem;
    height: 100%;
    /* cursor: pointer; */
    display: none;
		position: absolute;
		top: 0;
		right: 0;
}

.home-title .n-title-right.active {
    display: block;
    /* align-items: center; */
}

.home-title .n-title-right a {
    transition: 0.5s;
    transform-origin: center center;
    transform: translateX(-0.225rem);
    color: #1c62d2;
    align-items: center;
		height: 0.65rem;
		line-height: 0.65rem;
		font-family: sy;
		position: relative;
		display: block;
		padding: 0 0.3rem;
		z-index: 5;
}
.home-title .n-title-right:hover a{
	transform: translateX(-0.13rem);
}

.home-title .n-title-right a:hover {
    transform: translateX(-0.13rem);
}

.home-title .n-title-right a img {
		position: absolute;
		right: 0;
		top: 0.225rem;
		width: 0.2rem;
		height: 0.2rem;
}

.home-title .n-title-right::after {
    position: absolute;
    content: '';
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background: linear-gradient(221deg, rgba(1, 133, 239, 0.3) 15%, rgba(255, 255, 255, 0) 85%);
}

.home-title .n-title-right.n-white-bc::after {
    position: absolute;
    content: '';
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background: linear-gradient(221deg, rgba(234, 241, 247, 0.3) 15%, rgba(236, 237, 247, 0) 85%);
}

.home-title2 {text-align: center;}

.home-title2 .home-title-tit2{
	height: 0.65rem;
	position: relative;
	padding: 0.075rem 0 0.075rem 0.6rem;
	display: inline-block;
}

.home-title2 .home-title-tit2 img{
	width: 0.5rem;
	height: 0.5rem;
	position: absolute;
	left: 0;
	top: 0.075rem;
}

.home-title2 .home-title-tit2 h3{
	font-size: 0.36rem;
	height: 0.5rem;
	line-height: 0.5rem;
	color: #C2C2C2;
	font-family: sy;
}

.home-new-title {
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
    margin-bottom: 0.5rem;
    height: 0.68rem;
    z-index: 10;
    align-items: center;
}

.n-flex-left {
    justify-content: flex-start;
}

.n-color-white {
    color: #fff !important;
}

.home-new-title .n-title-left {
    display: flex;
    align-items: center;
    font-size: 0.34rem;
    font-family: sy;
    transition: .5s;
    transform-origin: center center;
    transform: translateY(0px);
    cursor: default;
}

.n-zhxw .n-title-left {
    cursor: pointer;
}

.n-zhxw .n-title-left.active {
    color: #1c62d2;
}
.n-title-left:hover{
    transform: translateY(-5px);
}

.home-new-title .n-title-left img {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.15rem;
}

.home-new-title .n-title-right {
    font-size: 0.22rem;
    right: 0;
    height: 100%;
    cursor: pointer;
    display: none;
}

.home-new-title .n-title-right.active {
    display: flex;
    align-items: center;
    position: absolute;
}

.home-new-title .n-title-right span {
    transition: 0.5s;
    transform-origin: center center;
    transform: translateX(-33px);
    color: #1c62d2;
    display: flex;
    align-items: center;
}

.home-new-title .n-title-right span a {
    font-family: sy
}

.home-new-title .n-title-right span:hover {
    transform: translateX(-13px);
}

.home-new-title .n-title-right span img {
    margin-left: 0.1rem;
}

.home-new-title .n-title-right::after {
    position: absolute;
    content: '';
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background: linear-gradient(221deg, rgba(1, 133, 239, 0.3) 15%, rgba(255, 255, 255, 0) 85%);
}

.home-new-title .n-title-right.n-white-bc::after {
    position: absolute;
    content: '';
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background: linear-gradient(221deg, rgba(234, 241, 247, 0.3) 15%, rgba(236, 237, 247, 0) 85%);
}

.tabItem {
		display: none;
    height: 6.85rem;
    /* opacity: 0; */
    transition: .5s;
    transform-origin: center center;
}

.tabItem.active {
		display: block;
    /* opacity: 1; */
}

.home-title-more.active::after {
    content: '';
    background: url(moreTwo.png) no-repeat;
    width: 0.18rem;
    height: 0.18rem;
    background-size: 100% 100%;
    display: block;
    margin-left: 0.04rem;
}

.home-title-more.more1::after {
    content: '';
    background: url(moreTwo.png) no-repeat;
    width: 0.18rem;
    height: 0.18rem;
    background-size: 100% 100%;
    margin-left: 0.04rem;
    display: inline-block;
    position: relative;
    top: 4px;
}


@media screen and (min-width: 1200px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
	.home-title .home-title-tit h3{font-size: 0.24rem; height: 0.32rem; line-height: 0.32rem;}
	.home-title .home-title-tit h3::after{height: 0.02rem;}
	.home-title .home-title-tit p{font-size: 0.12rem; height: 0.16rem; line-height: 0.16rem;}
  .home-title .n-title-right{font-size: 0.18rem; height: 0.5rem;}
	.home-title .n-title-right a{height: 0.5rem; line-height: 0.5rem; padding-right: 0.28rem; transform: translateX(-0.16rem);}
	.home-title .n-title-right::after{width: 0.5rem; height: 0.5rem;}
	.home-title .n-title-right a img{width: 0.18rem; height: 0.18rem; top: 0.16rem;}

}
@media screen and (max-width: 600px) {
}

@media screen and (max-width: 420px) {
} 

/* home1 */
.title {
    justify-content: space-between;
    margin-bottom: .4rem;
    align-items: center;
    position: relative;
}

.title .h3 {
    align-items: center; /* display: flex; */
    align-items: center;
}

.title .h3 .ico {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: linear-gradient(270deg, #017EED 0%, #0053D2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.title h3 {
    font-size: 0.34rem;
    color: #333;
    font-family: sy;
    cursor: pointer;
    line-height: 1.35;
    padding-left: 0.15rem;
}

.more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.more a {
    font-size: 0.22rem;
    color: #0053D2;
    line-height: 1.2;
    transition: 0.5s;
    transform-origin: center center;
    padding-right: 0.3rem;
    display: block;
}

.more a::after {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background: linear-gradient(221deg, rgba(1, 133, 239, 0.3) 15%, rgba(255, 255, 255, 0) 85%);
}

.more a span {
    align-items: center;
    font-family: 'sy';
    transition: 0.5s;
    transform-origin: center center;
}

.more a img {
    display: inline-block;
    margin-left: 0.1rem;
    width: 0.18rem;
}

.home1_div .fp-tableCell{
	height: auto !important;
}

.home1_div.fp-section.fp-table, .home1_div.fp-slide.fp-table{
	height: auto !important;
}

.home1 .title .h3 {
    margin: 0 auto;
}


.home1 {
    background: url(home1_bg5.png) no-repeat bottom center #FFF;
    position: relative;
    background-size: 100% auto;
		padding: 0.6rem 0 0.5rem 0;
}
.home1 .wp{
	overflow: initial;
}

.home1-t {
    justify-content: space-between;
}

.home1-t .left {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.home1-t .right {
    width: 100%;
}

.home1-t .left li a {
		display: block;
    position: relative;
		padding-left: 64%;
		height: 5.53rem;
}

.home1-t .left .scale {
    width: 62%;
    height: 5.38rem;
		position: absolute;
		left: 0;
		top: 0;
}

.home1-t .left .scale {
    width: 62%;
    height: 5.38rem;
		position: absolute;
		left: 0;
		top: 0;
}



.home1-t .left .imged {
	padding-bottom: 5.38rem;
	transform: translate3d(0px, 0px, 0px) scale(1.1);
	transition: all 1s ease;
	transform-origin: center center;
}

.home1-t .left .swiper-slide-active .imged{
	transform: translate3d(0px, 0px, 0px) scale(1);
	transition: all 3s ease;
	transform-origin: center center;
}
.home1-t .left a:hover .imged{
	transform: scale(1);
}

.home1-t .left a:hover .imged:hover{
	transform: translate3d(0px, 0px, 0px) scale(1.1);
	transition: all 1s ease;
	transform-origin: center center;
}

.home1-t .left li{
	padding: 0 0 0  1px;
}
.home1-t .left li .con {
	width: 100%;
    float: right;
    padding: .2rem .3rem;
    z-index: 10;
    padding: 0;
}

.home1-t .left li .con h3 {
		font-size: 0.3rem;
    height: 0.48rem;
    line-height: 0.48rem;
    color: #000;
    text-align: left;
    cursor: pointer;
}

.home1-t .left li .con h3:hover {
    color: #1C63D2;
}

.home1-t .left li .con p.time {
    font-size: 0.22rem;
		height: 0.22rem;
		line-height: 0.22rem;
    color: #1c62d2;
    font-family: sy;
    text-align: right;;
    margin-bottom: 0.12rem;
}

.home1-t .left li .con div {
    font-size: 0.17rem;
    width: 100%;
    height: 3.22rem;
    text-align: justify;
    line-height: 0.46rem;
    color: #828588;
    text-indent: 2em;
    margin-top: 0.2rem;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.home1-t .left .arrow {
    width: 5.7rem;
    align-items: center;
    position: absolute;
    right: 0;
		bottom: 0.42rem;
}

.home1-t .left .arrow .img {
    width: 0.43rem;
}

.home1-t .left .arrow .cir {
    padding: 0 0.04rem;
    position: relative;
    bottom: auto;
    display: flex;
    align-items: center;
}

.home1-t .left .arrow .h1-arr {
    width: max-content;
    overflow: hidden;
    padding: 0;
    margin: auto;
}

.home1-t .left .arrow .cir span {
    width: 0.18rem;
    height: auto;
    color: #3364AE;
    opacity: .5;
    font-size: 0.4rem;
    margin: 0 .07rem !important;

}

.home1-t .left .arrow .cir span.swiper-pagination-bullet {
    display: none;
    background: none;
    font-family: sy;
}

.home1-t .left .arrow .cir span.swiper-pagination-bullet-active {
    display: block;
    font-size: 0.34rem;

    color: #1c62d2;
    opacity: 1;
    width: 0.45rem;
}

.home1-t .left .arrow .swiper-pagination {
    position: absolute;
    right: 0.12rem;
    top: 0.1rem;
}

.home1-t .left .arrow .swiper-pagination-all {
    position: absolute;
    right: 0;
    top: 0.1rem;
    font-size: 0.34rem;
    color: #000;
    font-family: sy;
}
.home1-t .left .arrow .swiper-pagination-all:before{
	content: "/";
	font-size: 0.26rem;
	color: #000;
	font-family: sy;
}

.home1-t .h1-arr .arror {
    position: relative;
    top: auto;
    left: auto;
    right: 0;
    width: 0.54rem;
    height: 0.54rem;
    line-height: 0.54rem;
    margin: 0 0 0 .2rem;
    transition: 0.5s;
    transform-origin: center center;
    border-radius: 50%;
		border: 0.02rem solid #3d6bb2;
}


.home1-t .h1-arr .swiper-button-prev{
		background: url(btn-left2.png) no-repeat center center;
		background-size: 80% 80%;
}


.home1-t .h1-arr .swiper-button-next{
		background: url(btn-right2.png) no-repeat center center;
		background-size: 80% 80%;
}

.home1-t .h1-arr .swiper-button-prev:hover{
	background: url(btn-left2-active.png) no-repeat center center #3d6bb2;
	background-size: 80% 80%;
}

.home1-t .h1-arr .swiper-button-next:hover{
		background: url(btn-right2-active.png) no-repeat center center #3d6bb2;
		background-size: 80% 80%;
}


.home1-t .h1-arr .swiper-button-next img {
    transform: rotateY(180deg)
}

.home1-t .h1-arr .arror::after {
    display: none;
}

.home1-t .h1-arr .arror img {
    width: .24rem;
}

.home1 .link-news{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 5;
	height: 0.2rem;
	line-height: 0.2rem;
}
.home1 .link-news a{
	display: block;
	color: #1c63d2;
	padding-right: 0.2rem;
	transition: 0.5s;
	transform-origin: center center;
	transform: translateX(-0.1rem);
	background: url(home1-more.png) no-repeat right center;
	background-size: 0.14rem 0.1rem;
	font-size: 0.14rem;
	
}
.home1 .link-news a:hover{
	transform: translateX(0);
}
.home1-t .right ul {
    margin-top: 0.35rem;
    display: flex;
    justify-content: space-around;
    width: calc(100% + 0.2rem);
		margin-left: -0.1rem;
}

.home1-t .right ul li {
    float: left;
    width: 32.5%;
    height: 1.5rem;
    cursor: pointer;
    background: url(yuanBc.png) repeat;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform-origin: center center;
    background-size: 100% 100%;
    /* display: flex; */
    cursor: pointer;
		padding: 0.32rem 0.32rem 0 1.2rem;
}

.home1-t .right ul li .li-day, .home1-t .right ul li .li-date {;
}

.home1-t .right ul li:nth-child(2) {
}

.home1-t .right ul li .li-time {
		position: absolute;
		left: 0.35rem;
		top: 0.34rem;
    width: 0.7rem;
    height: 0.7rem;
    background: #ddf3ff;
    box-shadow: 0 0.07rem 0.07rem 0.01rem rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}

.home1-t .right ul li .li-title {
    display: flex;
    flex-direction: column;
}

.home1-t .right ul li .li-time .li-day {
    background: #1c62d2;
    color: #dcf3ff;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.22rem;
    position: relative;
    overflow: hidden;
}

.home1-t .right ul li .li-time .li-day span.num {
    z-index: 10;
    position: relative;
    font-family: sy;
}

.home1-t .right ul li .li-time .li-date {
    text-align: center;
    height: 0.18rem;
    line-height: 0.18rem;
    font-size: 0.14rem;
    font-family: sy;
}

.home1-t .right ul li .li-title h2 {
    height: 0.24rem;
    line-height: 0.24rem;
    margin-bottom: 0.1rem;
    font-size: 0.18rem;;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
}

.home1-t .right ul li .li-title p {
    color: #84888b;
    font-size: 0.16rem;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 0.22rem;
    text-indent: 2em;
		padding: 0 0.05rem 0 0;
		height: 0.44rem;
}

.home1-t .right ul li:hover {
    transform: translateY(-0.1rem);
}

.home1-t .right ul li:hover h2 {
    color: #1C63D2;
}

.home1-t .right ul li:hover .li-day {

}

.home1-t .right ul li .li-day .li-day-bc {
    transition: .5s;
    transform-origin: center center;
		background: #d4a43f;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-50px);
    z-index: 2 !important;
}

.home1-t .right ul li:hover .li-day .li-day-bc {
    transform: translateY(-0px);
}

.home1-t .right ul li:hover .li-time {
    background: #FFF;
}

.home1-t .right ul li:hover .li-time .li-day {
    color: #fff;
}


@media screen and (min-width:1930px){
	.home1-t .left li a{height: 553px;}
}
@media screen and (min-width: 1200px) {
  
}

@media screen and (max-width: 1024px) {
  
}

@media screen and (max-width: 768px) {
	.home1{padding: 0.3rem 0; background: #FFF;}
	.home1-t .left{padding-bottom: 0.8rem;}
	.home1-t .left li a{padding-left: 0; height: max-content;}
	.swiper-slide{width: 100% !important;}
	.home1-t .left .scale{width: 100%; position: initial; height: auto;}
	.home1-t .left .imged{padding-bottom: 60%;}
	.home1-t .left li .con{margin-top: 0.2rem;}
	.home1-t .left li .con p.time{margin-bottom: 0;}
	.home1-t .left li .con div{font-size: 0.16rem; line-height: 0.32rem; height: 2.24rem; margin-top: 0;}
	.home1-t .left .arrow{bottom: 0; width: 100%;}
	.home1-t .right ul{display: block; overflow: hidden;}
	.home1-t .right ul li{width: 100%; height: auto; background: url(yuanBc.png) no-repeat center -4px; background-size: 100% 100%; padding: 0.22rem 0.22rem 0.38rem 1.1rem;}
	.home1-t .right ul li .li-time{left: 0.22rem; top: 0.22rem;}
	.home1-t .left .arrow .cir span.swiper-pagination-bullet-active{font-size: 0.3rem;}
	.home1-t .left .arrow .swiper-pagination{right: 0.09rem;}
	.home1-t .left .arrow .swiper-pagination-all{font-size: 0.3rem;}
	.home1-t .left .arrow .swiper-pagination-all:before{font-size: 0.22rem;}
	
}
@media screen and (max-width: 600px) {
  
  
}

@media screen and (max-width: 420px) {
  
} 


/* home2 */
.home2 {
    background-size: 100% auto;
    background-position: 0 40px;
    position: relative;
		padding: 0 0 0 0;
/*    width: 100vw;
    height: 100vh;
    display: table-cell;
    text-align: center;
    vertical-align: middle; */
}

.home2 .wp{overflow: visible;}

.home2::before {
    content: '';
    position: absolute;
		top: 0;
    left: 0;
    width: 100%;
    height: 100%;
		background: #eef4fc;
    pointer-events: none;
		opacity: 0.8;
}

.home2 .zhxw {
		width: 48%;
    float: left;
		padding: 0.6rem 0 0.2rem;
padding-bottom:0.6rem;
}

.home2 .zhxw {
    padding-right: 1%;
}

.home2 .zhxw .tabItem .tabItem-top {
    width: 100%;
    height: 5.17rem;
		position: relative;
		z-index: 1;
}

.home2 .zhxw .tabItem .tabItem-top .tabItem-img {
    width: 100%;
    height: 4.02rem;
    overflow: hidden;
    display: block;
}

.home2 .zhxw .tabItem .tabItem-top .tabItem-img img {
    width: 100%;
    height: 100%;
    transition: .5s;
    transform-origin: center center;
		object-fit: cover;
}

.home2 .zhxw .tabItem .tabItem-top .tabItem-img:hover img {
    transform: scale(1.1);
}

.home2 .zhxw .tabItem .tabItem-top .tabItem-top-con {
    height: 1.15rem;
    padding: 0.15rem 0 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
		width: 100%;
		overflow: hidden;
}

.home2 .zhxw .tabItem .tabItem-top .tabItem-top-con h3 {
    line-height: 0.35rem;
    height: 0.35rem;
    font-size: 0.24rem;
    color: #222222;
		width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home2 .zhxw .tabItem .tabItem-top .tabItem-top-con h3 a:hover {
    color: #1C63D2;
}

.home2 .zhxw .tabItem .tabItem-top .tabItem-top-con p {
		width: 100%;
    text-align: justify;
    max-height: 0.16rem;
    font-size: 0.16rem;
    color: #7C7C7C;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 0.12rem;
}

.home2 .zhxw .tabItem .tabItem-top .tabItem-top-con span {
    position: absolute;
    bottom: 0.09rem;
    /* left: 0.12rem; */
    color: #1C63D2;
    font-size: 0.16rem;
    height: 0.16rem;
    background: url(dateLeft.png) no-repeat left center;
    background-size: 0.01rem 0.18rem;;
    /* padding-left: 0.12rem; */
    font-family: sy;
}

.home2 .zhxw .tabItem .listCon li {
    position: relative;
    height: 0.56rem;
}

.home2 .zhxw .tabItem .listCon li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: url(bottomLine.png) no-repeat;
    background-size: 100% 100%;
}
.home2 .zhxw .tabItem .listCon li:last-child::after{background: none;}

.home2 .zhxw .tabItem .listCon li a {
    display: block;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform-origin: center center;
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    position: relative;
    /* padding-left: 0.15rem; */
		padding-right: 1.3rem;
}

.home2 .zhxw .tabItem .listCon li a span {
    position: absolute;
    right: 0;
    top: 50%;
    color: #1C63D2;
    font-size: 0.18rem;
		margin-top: -0.15rem;
    height: 0.3rem;
    line-height: 0.3rem;
    /* padding-right: 0.27rem; */
    background-size: 0.24rem 0.24rem;
    transition: .5s;
    transform-origin: center center;
    transform: rotateX(0deg);
    font-family: sy;
}
.swiper-pagination-clickable .swiper-pagination-bullet{
    font-family: sy;
}
.home2 .zhxw .tabItem .listCon li a p {
    color: #000;
    font-size: 0.18rem;;
    line-height: 0.6rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /* width: 5.62rem; */
		/* width: 80%; */
    text-align: left;
}

.home2 .zhxw .tabItem .listCon li a:hover {
    transform: translateY(-0.05rem);
}

.home2 .zhxw .tabItem .listCon li a:hover p {
    color: #1679df;
}

.home2 .zhxw .tabItem .listCon li a:hover span {
    transform: rotateX(360deg);
}

html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
 /* opacity: 1 !important; */
 /* transform: none; */
}

.aos-animate-custom {
    opacity: 1 !important;
}

.home2 .tzgg {
    /* width: 6.1rem; */
		/* width: 48%; */
		width: 50%;
		padding: 0.6rem 0.16rem 0 0.16rem;
    float: right;
		height: 9.3rem;
    position: relative;
    /* height: 8.06rem; */
    z-index: 30;
		background: url(home2-bg2.jpg) no-repeat right top;
		background-size: 100% 100%;
}
.home2 .tzgg .home-title{
	margin-bottom: 0.26rem;
}

.home2 .tzgg .home-title .home-title-tit.active p{
	color: #FFF;
}
.home2 .tzgg .home-title .home-title-tit.active h3{
	color: #FFF;
}
.home2 .tzgg .home-title .home-title-tit.active h3::after{
	background: #FFF;
}
.home2 .tzgg .home-title .n-title-right a{
	color: #FFF;
}
.home2 .tzgg .home-title .n-title-right::after{
	background: linear-gradient(221deg, rgba(234, 241, 247, 0.3) 15%, rgba(236, 237, 247, 0) 85%);
}

.bottomBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 0.19rem;
}

.action-column-btn {
		width: 100%;
}

.action-btn .btn-item {
    width: 0.22rem;
    height: 0.22rem;
    background: url(oneBtn.png) no-repeat;
    background-size: 100% 100%;
    color: rgba(28, 99, 210, 1);
    font-size: 0.18rem;;
    display: flex;
    justify-content: center;
    align-items: center;;

    margin: 0 0.08rem;
}

.action-btn-two {
    display: flex;
    margin-left: 0.45rem;
}

.action-btn-two .left {
    width: 1.2rem;
    height: 0.72rem;
    background: url(leftBtn.png) no-repeat;
    background-size: 100% 100%;
    /* bottom: 0.17rem; */
		bottom: 0.36rem;
    top: inherit;
    right: 1.64rem;
    left: inherit;
}

.action-btn-two .right {
    width: 1.2rem;
    height: 0.72rem;
    background: url(rightBtn.png) no-repeat;
    background-size: 100% 100%;
    /* bottom: 0.17rem; */
		bottom: 0.36rem;
    top: inherit;
    right: 0.36rem;
    left: inherit;
}

.action-btn-two .swiper-button-next:after, .action-btn-two .swiper-button-prev:after {
    display: none;
}

.tzgg-pagination {
    display: flex;
    width: 4.26rem;
    justify-content: center;
    align-items: center;
    height: 0.75rem;
		/* margin-top: 0.14rem; */
		margin-top: 0.45rem;
}

.home2 .tzgg .tzgg-ul li {
    height: 1.05rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.home2 .tzgg .tzgg-ul li a {
    transition: .5s;
    transform-origin: center center;
    position: relative;
}

.home2 .tzgg .tzgg-ul li a::after {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(28, 98, 210, 0.6);
    content: '';
    width: 0;
    height: 100%;
    z-index: -1;
}

.home2 .tzgg .tzgg-ul li a:hover::after {
    display: block;
    left: 0;
    width: 100%;
}
.home2 .tzgg .tzgg-ul li .title-tz{
		position: relative;
		padding-left: 1.22rem;
		height: 0.74rem;
}
.home2 .tzgg .tzgg-ul li .title-tz .date-tz{
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 1.22rem;
}
.home2 .tzgg .tzgg-ul li .title-tz .date-tz h2{
	font-size: 0.4rem;
	color: #FFF;
	height: 0.5rem;
	line-height: 0.5rem;
	font-weight: 300;
}
.home2 .tzgg .tzgg-ul li .title-tz .date-tz span{
	display: block;
	font-size: 0.16rem;
	color: #FFF;
	height: 0.24rem;
	line-height: 0.24rem;
	font-weight: 300;
}

.home2 .tzgg .tzgg-ul li a:hover p {
    color: #f8b705;
}

.home2 .tzgg .tzgg-ul li a:hover .date-tz  h2{
	color: #f8b705;
}

.home2 .tzgg .tzgg-ul li a:hover .date-tz  span{
	color: #f8b705;
}

.home2 .tzgg .tzgg-ul li div.nr {
    display: none;
    font-size: 0.16rem;
    line-height: 0.25rem;
    width: 6.1rem;
    padding-left: 0.18rem;
    color: rgba(255, 255, 255, 1);
    margin-top: 0.15rem;
    text-align: left;
    -webkit-line-clamp: 2;
    height: 0.5rem;
    overflow: hidden;
}

.home2 .tzgg .tzgg-ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
		width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 0rem;
    background-size: 0.25rem 0.97rem;
}

.home2 .tzgg .tzgg-ul li p {
    transition: transform 0.3s ease;
    transform-origin: center center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 0.18rem;
    padding: 0 0.18rem;
    color: #fff;
    font-size: 0.18rem;
		height: 0.3rem;
		line-height: 0.3rem;
		margin: 0.22rem 0;
    font-weight: normal;
    text-align: left;
}

.tzgg-pagination {
    display: flex;
}

.tzgg-pagination span, .xsdt-pagination span {
    width: 0.22rem;
    height: 0.22rem;
		line-height: 0.22rem;
    background: url(oneBtn.png) no-repeat;
    background-size: 100% 100%;
    color: rgba(28, 99, 210, 1);
    font-size: 0.18rem;;
    display: flex;
    justify-content: center;
    align-items: center;;
    margin: 0 0.08rem;
}

.tzgg-lx-listData{display: none;}

.xsdt-pagination span{
	margin: 0 auto;
}
.tzgg .swiper-pagination-bullet-active,.xsdt .swiper-pagination-bullet-active{
    transform: scale(1.5) !important;
    transform-origin: center center;
}

.xsdt-pagination {
    width: 100%;
		position: static;
}

.xsdt-pagination span {
    margin-bottom: 0.1rem;
}

.home2 .tzgg ul li a:hover {
    background-size: 0.25rem 0.97rem;
}

.jszc-bottom {
    height: 0.32rem;
    background: rgba(8, 54, 124, 1);
    line-height: 0.32rem;
    text-align: center;
    font-size: 0.15rem;
    color: #fff;
}

@media screen and (min-width: 1200px) {
  
}

@media screen and (max-width: 1024px) {
	.tzgg-pagination{width: calc(100% - 1.9rem);}
  .action-btn-two .left{right: 1.1rem;}
	.action-btn-two .right{right: 0.16rem;}
  .action-btn-two .left,.action-btn-two .right{width: 0.8rem; height: 0.48rem; bottom: 0.29rem;}
}

@media screen and (max-width: 768px) {
	.home2{padding-bottom: 0.3rem;}
	.home2 .zhxw{width: 100%; padding: 0.4rem 0 0.2rem;}
	.tabItem{height: auto;}
	.home2 .zhxw .tabItem .tabItem-top{height: auto;}
	.home2 .zhxw .tabItem .tabItem-top .tabItem-img{position: relative; padding-bottom: 55.7%; height: auto;}
	.home2 .zhxw .tabItem .tabItem-top .tabItem-img img{position: absolute; top: 0; left: 0;}
	.home2 .zhxw .tabItem .tabItem-top .tabItem-top-con{padding: 0.1rem 0.12rem 0;}
	.home2 .zhxw .tabItem .tabItem-top .tabItem-top-con h3{font-size: 0.22rem;}
	.home2 .zhxw .tabItem .tabItem-top .tabItem-top-con p{margin-top: 0.05rem;}
	.home2 .zhxw .tabItem .tabItem-top .tabItem-top-con span{font-size: 0.18rem;}
	.home2 .tzgg{width: 100%; padding: 0.4rem 0.1rem 0 0.1rem;}
	.action-btn-two .left,.action-btn-two .right{bottom: 0.39rem;}
	.home2 .tzgg .tzgg-ul li .title-tz{padding-left: 0.8rem;}
	.home2 .tzgg .tzgg-ul li .title-tz .date-tz{width: 0.8rem;}
	
	
}
@media screen and (max-width: 600px) {
	.home2 .tzgg .tzgg-ul li .title-tz{padding-left: 0.7rem;}
	.home2 .tzgg .tzgg-ul li .title-tz .date-tz{width: 0.7rem;}
  .tzgg-pagination{width: 100%; margin-top: 0; margin-left: -0.1rem;}
	.action-btn-two{width: 100%; position: absolute; margin-left: -0.1rem; bottom: 0.2rem; margin: 0 0 0 -0.1rem; text-align: center; height: 0.48rem; display: block;}
	.action-btn-two .left, .action-btn-two .right{position: initial; display: inline-block; margin-top: 0;}
  
}

@media screen and (max-width: 420px) {
  
} 


/* home3 */
.home3 {
    position: relative;
		padding: 0.6rem 0;
		background: #FFF;
}

.home3 .wp {
	z-index: 1;
}

.home3 .home-title{text-align: center;}
.home3 .home-title .home-title-tit{float: initial; margin-right: 0; display: inline-block;}
.home3 .home-title .home-title-tit p{text-align: center;}
.home3 .home-title .home-title-tit h3::after{left: 50%; margin-left: -0.36rem;}

.home3 .xsdt {
    overflow: hidden;
    position: relative;
    display: flex;
}

.home3::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 4.88rem;
    background: url(xueshuBc3.jpg) no-repeat;
    background-size: 100% 100%;
    bottom: 0px;
    left: 0px;
}

.home3 .home3-b-bc {
    position: absolute;
    content: '';
    background: url(sgta.png) no-repeat;
    background-size: 100% 100%;
    left: 0px;
    /* width: 2.47rem;
    height: 9.38rem; */
		width: 2.47rem;
		height: 9.38rem;
    bottom: 0;
		display: none;
}

.home3 .xsdt .xsdt-l {
    width: 100%;
    height: 5.86rem;
    display: flex;
    flex-direction: column;
}

.xsdt-l {
    display: flex;
}

.home3 .xsdt .xsdt-l a {
    width: 100%;
    height: 5.86rem;
    position: relative;
    overflow: hidden;
}

.home3 .xsdt .xsdt-l img {
    width: 100%;
    height: 5.86rem;
    transition: .5s;
    transform-origin: center center;
		object-fit: cover;
}

.home3 .xsdt .xsdt-l img:hover {
    transform: scale(1.1);
}

.home3 .xsdt .xsdt-l p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.75rem;
    line-height: 0.75rem;
    padding: 0 0.26rem;
    font-size: 0.24rem;
    color: #FFF;
    background: linear-gradient(180deg, #00000000 0%, #00000066 100%);
    text-shadow: 0 5px 5px rgba(0, 0, 0, 1);
    text-align: left;
}

.home3 .xsdt .xsdt-l a:hover img {
    transform: scale(1.1);
}

.home3 .xsdt .xsdt-r {
    width: 100%;
    padding: 0.46rem 0.25rem 0 0.23rem;
    margin-top: 0.46rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home3 .xsdt .xsdt-r .xsdt-r-item {
    border-bottom: 1px dashed rgba(232, 232, 232, 0.48);
    padding-bottom: 0.18rem;
		margin-bottom: 0.18rem;
		width: 100%;
		height: 1.7rem;
}

.home3 .xsdt .xsdt-r .xsdt-r-item:last-child {
    border: none;
		margin-bottom: 0;
		padding-bottom: 0;
}

.home3 .xsdt .xsdt-r .xsdt-r-item a {
    display: block;
    position: relative;
    /* margin-top: 0.22rem; */
    /* padding-bottom: 0.04rem; */
    display: flex;
    flex-direction: column;
}

.home3 .xsdt .xsdt-r .xsdt-r-item a h3 {
    font-size: 0.18rem;;
    padding: 0 0.16rem 0 0.11rem;
    color: #FFF;
    text-align: justify;
    line-height: 0.28rem;
    max-height: 0.56rem;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* margin-top: 0.24rem; */
    transition: .5s;
    transform-origin: center center;
		width: 100%;
}

.home3 .xsdt .xsdt-r .xsdt-r-item a h3:hover {
    text-shadow: 0 3px 5px #757474;
    transform: translateY(-5px);
    color: #f8b705;
}


.home3 .xsdt .xsdt-r .xsdt-r-item a div {
    margin: 0;
    padding: 0 0 0 0.06rem;
    /* margin-bottom: 0.08rem; */
}

.home3 .xsdt .xsdt-r .xsdt-r-item a div p {
    padding-left: 0.31rem;
    height: 0.32rem;
    line-height: 0.32rem;
    font-size: 0.15rem;
    color: #FFF;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
}

.home3 .xsdt .xsdt-r .xsdt-r-item a div p:nth-child(1) {
    background: url(timeIcon.png) no-repeat left center;
    background-size: 0.24rem 0.22rem;
		width: 50%;
		float: left;
}

.home3 .xsdt .xsdt-r .xsdt-r-item a div p:nth-child(2) {
    background: url(addressIcon.png) no-repeat left center;
    background-size: 0.24rem 0.22rem;
		width: 50%;
		float: left;
		padding-right: 0.16rem;
}

.home3 .xsdt .xsdt-r .xsdt-r-item a div p:nth-child(3) {
	background: url(personIcon.png) no-repeat left center;
	background-size: 0.24rem 0.22rem;
    
}

.home3 .xsdt .xsdt-r .xsdt-r-item a div p:nth-child(4){
	background: url(danwei.png) no-repeat left center;
	background-size: 0.24rem 0.22rem;
}

.home3 .xsdt .xsdt-r .xsdt-r-item a span {
    position: absolute;
    right: 0.29rem;
    bottom: 0;
    display: block;
    text-align: right;
    height: 0.27rem;
    line-height: 0.27rem;
    font-size: 0.15rem;
    color: #FFFFFF;
    padding-right: 0.35rem;
    background: url(home3-r5.png) no-repeat right center;
    background-size: 0.28rem 0.27rem;
}

.home3 .xsdt .xsdt-r .xsdt-r-item a span:hover {
    color: #e6dc1b;
}

.home3 .xsdt .xsdt-r .xsdt-r-item div p:first-child {
    background-size: 0.16rem 0.16rem !important;
    background-position: 4px 9px !important;
    /* font-family: sy; */
}

.home3 .xsdt .xsdt-news {
    width: 100%;
    height: 2.18rem;
    float: left;
    margin-top: 0.23rem;
    background: url(home3-b-bg.png) no-repeat bottom left;
    background-size: 100% 100%;
}

.home3 .xsdt .xsdt-news-list {
    width: 100%;
    height: 1.73rem;
    padding-left: 0.13rem;
    background: #edecec;
}

.home3 .xsdt .xsdt-news-list ul {
    padding-top: 16px;
}

.home3 .xsdt .xsdt-news-list ul li {
    height: 0.25rem;
    margin: 0.18rem 0;
    transition: .5s;
    transform-origin: center center;
}

.home3 .xsdt .xsdt-news-list ul li:hover {
    transform: translateY(-5px);
}

.home3 .xsdt .xsdt-news-list ul li:hover p {
    color: rgba(30, 98, 204, 1);
}

.home3 .xsdt .xsdt-news-list ul li:hover span {
    transform: rotateX(360deg);
}

.home3 .xsdt .xsdt-news-list ul li a {
    display: block;
    position: relative;
    padding-right: 1.6rem;
}

.home3 .xsdt .xsdt-news-list ul li a p {
    color: #000;
    font-size: 0.18rem;
    height: 0.18rem;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    white-space: nowrap;
    text-align: left;
}

.home3 .xsdt .xsdt-news-list ul li a span {
    display: inline-block;
    position: absolute;
    right: 0.18rem;
    top: 0;
    font-size: 0.18rem;;
    /* color: rgba(30, 98, 204, 1); */
		color: #000;
    padding-left: 0.35rem;
    background: url(home3-b3.png) no-repeat left center;
    background-size: 0.3rem 0.3rem;
    transition: .5s;
    transform-origin: center center;
    transform: rotateX(0deg);
    /* font-family: sy; */
}

.title-center {
    width: 100%;
    /* display: flex; */
    justify-content: center;
    position: absolute;
		z-index: 1;
}

.title-center .home-title {
    width: auto;
}

.right-more {
    position: absolute;
    right: 0;
    color: rgba(47, 47, 47, 1);
    z-index: 10;
}

.xs-content {
    /* display: flex; */
    margin: 0 auto;
    /* align-items: flex-end; */
    position: relative;
    padding-top: 1rem;
		border-bottom-right-radius: 0.5rem;
		overflow: hidden;
		padding-left: 4.49rem;
}

.wx-wb {
    position: fixed;
    right: 20px;
    top: 4rem;
    z-index: 30;
    display: none;
}

.wx-wb li {
    margin-bottom: 0.27rem;
    position: relative;
		height: 0.44rem;
}

.wx-wb li a{
	cursor: pointer;
}

.wx-wb li p {
    position: absolute;
    left: -0.96rem;
    top: -0.08rem;
    width: 0.9rem;
    height: 0.9rem;
}

.wx-wb li a img {
    width: 0.44rem;
    height: 0.44rem;
}

.xs-btn-con {
    margin-top: 1.02rem;
    display: flex;
    justify-content: center;
}

.xs-l-bottom {
    position: absolute;
    bottom: 0.23rem;
    width: 100%;
}

.xs-l-bottom .xs-l-bc {
    width: 100%;
    display: flex;
    justify-content: center;
}

.xs-l-bottom .xs-l-bc img {
    width: 1px;
}

.xs-more-two {
    display: block !important;
    width: 0.16rem;
    height: auto;
    line-height: normal;
    color: #fff !important;
}

.xs-l-more {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.home-title-more.xs-more-two::after {
    background: url(moreFour.png) no-repeat;
    background-size: 100% 100%;
    margin-left: -0.02rem;
    margin-top: 0.06rem;
}

.xs-btn-con .btn-item {
    margin-bottom: 0.25rem;
}

.xs-more {
    position: absolute;
    left: 50%;
    top: 0.23rem;
    margin-left: 5.86rem;
}

.xs-left {
    width: 0.75rem;
    background: url(xueshuBc2.png) no-repeat;
    height: 6.75rem;
    background-size: 100% 100%;
    position: absolute;
		left: 0;
		bottom: 0;
}

.xs-left-two {
    width: 3.74rem;
    background: url(xueshuBc.png) no-repeat;
    background-size: 100% 100%;
    /* margin-left: -4px; */
    display: flex;
    height: 8.38rem;
		position: absolute;
		left: 0.75rem;
		bottom: 0;
}

.xs-right {
    width: 100%;
    /* margin-left: -11px; */
    position: relative;
    /* top: 0.03rem; */
}

.xs-right .one {
    width: 100%;
    height: 100%;
}


@media screen and (min-width: 1200px) {
  
}

@media screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 768px) {
	.home3{padding: 0.3rem 0 0;}
	.home3::after{background: none;}
	.home3 .xsdt{display: block; overflow: initial;}
	.title-center{position: initial;}
	.xs-content{padding: 0; border-radius: 0; overflow: initial;}
	.xs-left{bottom: initial; top: 0;}
	.xs-left-two{position: initial; width: calc(100% - 0.75rem); height: auto; margin: 0 0 0.2rem 0.75rem;}
	.home3 .xsdt .xsdt-r{padding: 0.46rem 0.18rem 0.4rem 0.16rem;}
	.home3 .xsdt .xsdt-r .xsdt-r-item{margin-bottom: 0.22rem; padding-bottom: 0.22rem;}
	.xs-right{padding-bottom: 0.3rem;}
	.xs-right::after{content: ""; position: absolute; left: -15px; bottom: 0; width: calc(100% + 30px); height: 50%; z-index: -1; background: url(xueshuBc3.png) no-repeat center bottom; background-size: auto 100%;}
	.home3 .xsdt .xsdt-l{position: relative; padding-top: 55.7%; display: block; height: auto;}
	.home3 .xsdt .xsdt-l img{position: absolute; top: 0; left: 0; height: 100%;}
	.home3 .xsdt .xsdt-news-list{border-bottom-right-radius: 0.5rem;}
	
}
@media screen and (max-width: 600px) {
  
  
}

@media screen and (max-width: 420px) {
  
} 

/* home4 */
.home4 {
    position: relative;
		padding: 0.6rem 0;
		background: url(banner-bc6.png) no-repeat top left;
		background-size: 100% 100%;
}
.home4 .wp{overflow: visible;}
.home4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    pointer-events: none;
}

.home4 .home4-l {
    width: 70%;
    float: left;
}

.home4 .home4-l li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.home4 .home4-l ul li a p, .home4 .home4-r ul li a {
    font-size: 0.18rem;;
    color: #000;
    height: 0.66rem;
    line-height: 0.33rem;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
		text-align: justify;
}

.home4 .home4-l ul li a p:hover {
    color: #1c62d2;
}

.home4 .home4-news {
    display: flex;
}

.home4 .home4-news li {
    width: 48%;
    margin-right: 4%;
    float: left;
    height: 100%;
}

.home4 .home4-news li:last-child {
    margin-right: 0;
}

.home4 .home4-news li a div {
    width: 100%;
    height: 3.22rem;
    overflow: hidden;
    margin-bottom: 0.1rem;
}

.home4 .home4-news li a div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
    transform-origin: center center;

}

.home4 .home4-news li a img:hover {
    transform: scale(1.1);
}

.home4 .home4-r {
    width: 28.2%;
    float: right;
}

.home4 .home4-r ul li {
    width: 100%;
    height: 1.2rem;
    position: relative;
    padding: 0.18rem 0rem 0.18rem 1.38rem;
    transition: 0.5s;
    transform-origin: center center;
    margin-bottom: 0.22rem;
    margin-top: -15px;
}

.home4 .home4-r ul li:last-child{
	margin-bottom: 0;
}

.home4 .home4-r ul li:hover {
    transform: scale(1.1);
}

.home4 .home4-r ul li p {

}

.home4 .home4-r ul li p:hover {
    color: #1c62d2;
}

.home4 .home4-r ul li a img {
    position: absolute;
    left: 0.18rem;
    top: 0.18rem;
    width: 1.12rem;
    height: 0.7rem;
    object-fit: contain;
}

.home4 .home4-list {
    position: relative;
    margin-top: 6px;
}

.home4 .home4-list ul li {
    height: 2rem;
    padding-top: 0.73rem;
    position: relative;
    transition: .5s;
    transform-origin: center center;
}

.home4 .home4-list ul li:hover {
    transform: translateY(-0.16rem);
}

.home4 .home4-list ul li::before {
    content: "";
    position: absolute;
    top: 0.53rem;
    left: 30%;
    width: 0.31rem;
    height: 0.15rem;
    margin-left: -0.155rem;
}

.home4 .home4-list ul li::after {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0;
    background: url(list-bc-two.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 1.53rem;
    z-index: -1;
}

.home4 .home4-list ul li a {
    height: 1.2rem;
    position: relative;
    padding: 0.27rem 0.18rem 0.27rem 1.38rem;
		display: block;
}

.home4 .home4-list ul li a img {
    position: absolute;
    left: 0.18rem;
    top: 0.27rem;
    width: 1.12rem;
    height: 0.7rem;
    object-fit: contain;
}

.home4 .home4-list .swiper-button {
    width: 100%;
    position: absolute;
    top: 0.12rem;
    left: 0;
    height: 0.31rem;
}

.home4 .home4-list .swiper-button::before {
    content: "";
    width: calc(100% - 0.62rem);
    height: 1px;
    background: #d0d0d2;
    position: absolute;
    top: 0.15rem;
    left: 0.31rem;
}

.home4 .home4-list .swiper-button .btn {
    width: 0.31rem;
    height: 0.31rem;
    margin-top: -0.155rem;
}

.home4 .home4-list .swiper-button .btn::after {
    content: "";
}

.home4 .home4-list .swiper-button .swiper-button-prev {
    background: url(home4-1.png) no-repeat center center;
    background-size: 100% 100%;
    left: 0;
}

.home4 .home4-list .swiper-button .swiper-button-next {
    background: url(home4-3.png) no-repeat center center;
    background-size: 100% 100%;
    right: 0;
}

.home4 .home4-list .swiper-button .swiper-button-prev:hover {
    background: url(btn-left-on.png) no-repeat center center;
    background-size: 100% 100%;
}

.home4 .home4-list .swiper-button .swiper-button-next:hover {
    background: url(btn-right-on.png) no-repeat center center;
    background-size: 100% 100%;
}

@media screen and (min-width: 1200px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
	.home4{padding: 0.3rem 0 0.1rem;}
	.home4 .home4-l{width: 100%;}
	.home4 .home4-news li a div{height: auto; padding-top: 57.8%; position: relative;}
	.home4 .home4-news li a div img{position: absolute; top: 0; left: 0;}
	.home4 .home4-r{width: 100%; margin-top: 0.3rem;}
	.home4 .home4-r ul li{margin-bottom: 0;}
}
@media screen and (max-width: 600px) {
}

@media screen and (max-width: 420px) {
} 


/* home6 */
.home6 {
    background: url(home6-bg.png) no-repeat center bottom;
    background-size: 100%;
    position: relative;
		padding: 0.6rem 0 1.2rem;
}

.home6 .wp {
		overflow: visible;
}

.home6::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
		height: 100%;
    pointer-events: none;
}

.home6 .left {
    float: left;
		width: 26.3%;
}

.home6-t{
	margin-top: 0.35rem;
}

.home6-t ul.home6-ul1 {
    /* overflow: hidden; */
    margin: .2rem auto;
		height: 1.98rem;
}

.home6-t ul.home6-ul1 li {
    float: left;
    line-height: .5rem;
    font-size: .2rem;
    width: 50%;
    margin: .08rem auto;
		position: relative;
}

.home6-t ul.home6-ul1 li a {
    transition: 0.5s;
    transform-origin: center center;
    display: flex;
    align-items: center;
		cursor: pointer;
}

.home6-t ul.home6-ul1 li a img {
    width: .35rem;
    margin-right: .4rem;
}

.home6-t ul.home6-ul1 li a:hover {
    color: #1c62d2;
}

.home6-t ul.home6-ul1 li a:hover img {
    transform: scale(1.1);
}

.sandi {
    font-size: 0.18rem;;
    line-height: .4rem;
    position: relative;
}

.sandi:before {
    background-color: rgba(0, 0, 0, .1);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
}

.sandi:hover a {
    background-size: 100% 1px
}

.sandi a {
    position: relative;
    background-image: linear-gradient(#003f88, #003f88);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    display: inline-block;
    padding: 10px 0;
    transition: background-size .3s;
    transform-origin: center center;
    width: 100%;
		text-align: left;
}

.sandi a::after {
    position: absolute;
    content: "";
    background: url(sandijiao.png) no-repeat left center;
    background-size: 100% 100%;
    width: .16rem;
    height: .16rem;
    top: .22rem;
    margin-left: 0.05rem;
}

.home6-t ul.home6-ul2 {
    display: flex;
    justify-content: space-between;
    margin-top: 0.36rem;
}

.home6-t ul.home6-ul2 li {
    width: 0.4rem;
    height: 0.4rem;
    cursor: pointer;
    position: relative;
    margin-right: 0.5rem;
}

.home6-t ul.home6-ul2 li img {
    transition: 0.5s;
    transform-origin: center center;
}

.home6-t ul.home6-ul2 li img:hover {
    transform: scale(1.1);
}

.home6-t li p.zthd_n_img {
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    top: -1.8rem;
    left: 50%;
    margin-left: -.85rem;
    display: none;
    border: 1px solid #dcdcdc;
    padding: .05rem;
    background: #ccc;
    border-radius: 8px;
}

.home6-t li p.zthd_n_img .sanjiao {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: .06rem;
    bottom: -6px;
    border-top-color: #ccc;
    border-bottom-width: 0;
    left: .77rem;
}

.yun {
		width: 70%;
    position: relative;
    background: url(home6-yun-bg.png) no-repeat center 0.3rem;
    background-size: 6.24rem 6.28rem;
}

.yun .yun-720 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.2rem;
    height: 1.8rem;
    z-index: 100;
    opacity: 0.8;
    margin-top: -0.6rem;
    margin-left: -0.6rem;
}

.yun .yun-720 .yun-720-div{width: 0.8rem; height: 0.8rem; padding: 0.2rem; margin: 0.2rem; background: rgba(255,255,255,.37); border-radius: 50%; position: relative;}
.yun .yun-720 .yun-720-div:after,.yun .yun-720 .yun-720-div:before {
    animation: ringKey 3s ease-in-out infinite;
    border: 1px solid hsla(0,0%,100%,.48);
    border-radius: 50%;
    content: "";
    position: absolute
}

.yun .yun-720 .yun-720-div:before {
    bottom: -0.2rem;
    left: -0.2rem;
    right: -0.2rem;
    top: -0.2rem;
}

.yun .yun-720 .yun-720-div:after {
    bottom: -0.1rem;
    left: -0.1rem;
    right: -0.1rem;
    top: -0.1rem;
}
.yun .yun-720 .yun-720-div img{width: 0.4rem; height: 0.4rem;}

.yun .yun-720 p{color: #FFF; font-size: 0.16rem; font-weight: bold; text-align: center; height: 0.4rem; line-height: 0.4rem; margin-top: 0.2rem;}

#viewer {
    width: 100%;
    height: 5.6rem;
    margin-top: 0.7rem;
}
/* #viewer canvas{width: 100%; height: 5.6rem !important;} */


@keyframes ringKey {
    25% {
        opacity: 0;
        transform: scale(.5)
    }

    50% {
        opacity: 0;
        transform: scale(.5)
    }

    75%,to {
        opacity: 1;
        transform: scale(1)
    }
}

@media screen and (min-width: 1200px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
	.home6{padding: 0.3rem 0;}
	.home6 .left{width: 100%;}
	.home6-t{margin-top: 0;}
	.home6 .home-title{margin-bottom: 0.1rem;}
	.home6-t ul.home6-ul1 li{text-align: center;}
	.home6-t ul.home6-ul1 li a{display: block;}
	.home6-t ul.home6-ul2{padding: 0 0.5rem;}
	.home6-t ul.home6-ul2 li{margin-right: 0;}
	.yun{width: 100%; position: relative; padding-top: 60%; margin-top: 0.5rem; background: none;}
	.yun::before{content: ""; width: 100%; height: 108%; position: absolute; left: 0; top: -8%; background: url(home6-yun-bg.png) no-repeat top center; background-size: 80% auto;}
	.yun iframe{height: 100% !important; position: absolute; top: 0; left: 0; margin-top: 0 !important;}
	#viewer{height: 100% !important; position: absolute; top: 0; left: 0; margin-top: 0 !important;}
}
@media screen and (max-width: 600px) {
}

@media screen and (max-width: 420px) {
} 

/* home7 */
.home7 {
    overflow: hidden;
    position: relative;
		padding: 0 0 0.6rem;
}
.home7 .wp{overflow: visible;}
.home7 .home-title{
	margin-bottom: 0;
}

.home7 .title .h3 {
    margin: 0 auto;
}

.home7-t li .scale {
    box-shadow: 0 4px 4px #00000040;
    border-radius: 0.15rem;
}

.home7-t li .imged {
    padding-bottom: 43%;
}

.home7-t ul {
    /* flex-wrap: wrap; */
}

.home7-t li { /* width:3.5rem; */
    float: left;
		width: 23.5%;
		margin: 0.3rem 2% 0.3rem 0;
    /* flex: 0 0 25%; */
    /* padding: 0.3rem 0.8%; */
}

.home7-t li:nth-child(4n) {
    margin-right: 0;
}

.home7-t .cir {
    position: relative;
    bottom: auto;
    margin-top: 0.4rem;
}

.home7-t .cir span {
    opacity: 1;
    background: #ddd;
    margin: 0 .07rem;
}


[data-aos] {
    pointer-events: visible !important;
}

.swiper-pagination-bullet {
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    transform: scale(1);
}

/* 更多 */
.home-more {
    display: none;
    width: 2.47rem;
    height: 2.47rem;
    position: fixed;
    cursor: pointer;
    right: -1.235rem;
    top: 1.5rem;
    z-index: 101;
}


.home-more .home-more-con{
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0.175rem;
}

.home-more .home-m-s {
    width: 0.13rem;
    height: 0.27rem;
    position: absolute;
    right: 50%;
    top: 50%;
		margin-top: -0.135rem;
    z-index: 10;
}

.home-more-cir {
    width: 0.01rem;
    height: 0.01rem;
    margin: 1.06rem 0 0 1.06rem;
    opacity: 0;
    background: url(home-more-bg.png) no-repeat;
    background-size: 100% 100%;
    transition: transform 0.6s ease, width 0.6s ease, height 0.6s ease, margin 0.6s ease;
    transform-origin: center center;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation: rotate 10s linear infinite;
    -moz-animation: rotate 10s linear infinite;
    -o-animation: rotate 10s linear infinite;
    animation: rotate 10s linear infinite;
}

.home-more-btn {
    position: absolute;
    right: 50%;
    top: 36%;
    width: 0.72rem;
    height: 1.42rem;
    margin-top: -0.355rem;
    background: url(moreRightBc.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.home-more-btn span {
    width: 0.16rem;
    font-size: 0.18rem;;

    line-height: 0.25rem;
    margin-left: 0.16rem;
}

.home-more-img {
    position: absolute;
    width: 0.37rem;
    height: 0.37rem;
    z-index: 2;
    left: 50%;
    top: 50%;
    margin-top: -0.175rem;
    transition: transform 0.6s ease, top 0.6s ease, left 0.6s ease, margin-left 0.6s ease, margin-top 0.6s ease, opacity 0.6s ease;
    transform-origin: center center;
}

.home-more:hover .home-more-cir {
    opacity: 1;
    width: 100%;
    height: 100%;
    margin: 0;
}

.home-more:hover .home-more-img {
    opacity: 1;
}

.home-more:hover .home-more-img1 {
    left: 30%;
    top: 5%;
    margin-top: 0;
    margin-left: -0.175rem;
}

.home-more:hover .home-more-img2 {
    left: 0;
    top: 50%;
}

.home-more:hover .home-more-img3 {
    left: 30%;
    top: 95%;
    margin-left: -0.175rem;
		margin-top: -0.37rem;
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(359deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(359deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

@media screen and (min-width: 1200px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
	.home7{padding-bottom: 0.3rem;}
	.home7 .home-title{margin-bottom: 0.26rem;}
	.home7-t li{width: 48.5%; margin: 0.1rem 3% 0.1rem 0;}
	.home7-t li:nth-child(2n){margin-right: 0;}
}
@media screen and (max-width: 600px) {
}

@media screen and (max-width: 420px) {
} 

/* footer */
.footer {
    width: 100%;
		background: #003f88;
    background: rgb(0, 63, 136, 0.9);
    z-index: 10;
    padding: 0.4rem 0;
}

.footer .wp {
    overflow: hidden;
}

.foot-t {
    position: relative;
    text-align: center;
}

.foot-t p {
    color: #ddd;
    font-size: 0.16rem;
    line-height: 0.3rem;
}

.foot-t .fot2 {
    position: absolute;
    right: 0;
    top: 0.16rem;
    transform: translateY(10%);
    width: 6.65rem;
}

.foot-t .fot2 img {
    width: 6.65rem;
    height: 1.11rem;
}

.foot-t .img {
    margin-bottom: .3rem;
}

.m_footer_ul {
    overflow: hidden;
    margin-right: .5rem;
}

.m_footer_ul:nth-child(2) {
    margin-left: 0.74rem;
}

.m_footer_ul li {
    text-align: left;
    color: #fff;
    font-size: 0.15rem;
    line-height: .3rem;
   
    display: flex;
    align-items: center;
}
.m_footer_ul li span{
    width: 120px;
    text-align: right;
   
}
.m_footer_ul li a{
    
}

.m_footer_ul li img {
    margin: .05rem .05rem 0 0;
    float: left;
}

.footer-img {
    float: left;
    width: 0.88rem;
    height: 1.03rem;
    margin: .4rem 0 0 0rem;
}

.footer-img a {
    width: 100%;
    height: 100%;
}

.footer-img img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1024px) {
	.foot-t .fot1{overflow: hidden;}
	.foot-t .fot2{width: 100%; position: initial; transform: translateY(0);}
}

@media screen and (max-width: 768px) {
	.m_footer_ul{margin-right: 0.2rem;}
	.m_footer_ul:nth-child(2){margin-left: 0;}
	
	.m_footer_ul{margin-right: 0;}
	.m_footer_ul li{font-size: 0.14rem;}
	.foot-t .fot1{position: relative;}
	.footer-img{position: absolute; top: 0.2rem; right: 0.1rem; margin-top: 0;}
	.m_footer_ul:nth-child(2){width: 100%; margin-top: 0.2rem;}
	.foot-t .fot2 img{width: 100%; height: auto;}
	.m_footer_ul:nth-child(2) li{text-align: center; display: block;}
	.m_footer_ul li img{float: initial; margin-top: -0.05rem;}
	
}
@media screen and (max-width: 600px) {
	
}

@media screen and (max-width: 420px) {
} 





@media screen and (max-width: 1600px) {
  #logo{max-width: 3.5rem;}
  #header .right{padding-left:5%;}

}
@media screen and (max-width: 1400px) {
  #header .right {padding-left: 3%;}
  #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; }

}
@media screen and (max-width: 1200px) {
  .header_box { display: none; }
  .m_header_box { display: block; }
  .ban-dot{/* bottom:.1rem; */}
  .swiper-box1 .imged{padding-bottom: 50%;}

}

@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 960px) {
  
}
@media screen and (max-width: 768px) {
  .txt1 { font-size: 0.2rem !important; }
  .p1 {line-height: 1.8 !important;font-size: 0.16rem !important;}
  .title{margin-bottom: 0.25rem;}
  .title h3{font-size:.28rem;}
  .title .h3 .ico{}
}
@media screen and (max-width: 600px) {

}
@media screen and (max-width: 500px) {

}
@media screen and (max-width: 420px) {

}
@media (min-width: 200px) {
  [aos="zoom-in"] { transform: scale(0.5); }
}






.home1-t .left .scale{height: 100%;}
/* .home1-t .left .imged{padding-bottom: 66.75%;} */
.home1-t .left .imged{padding-bottom: 62%;}
.home1-t .left .arrow{width: 37%;}
@media (max-width:1200px) and (min-width:880px) {
	.home1-t .left .arrow{width: 37%; bottom: 0;}
	.home1-t .left li .con div{-webkit-line-clamp: 5; height: 2.3rem;}
}
@media (max-width:880px) and (min-width:768px) {
	.home1-t .left .arrow{width: 37%; bottom: 0;}
	.home1-t .left li .con div{-webkit-line-clamp: 4; height: 1.28rem;margin-top: 0.1rem; line-height: 0.32rem;}
}
@media screen and (max-width: 768px){
	.home1-t .left .arrow{width: 100%; bottom: 0.2rem !important;}
}

@media screen and (min-width:1200px){
	.home1-t .left li .con div{-webkit-line-clamp: 8; height: 3.36rem; line-height: 0.42rem;}
	/* .home1-t .left li .con div{-webkit-line-clamp: 7; height: 3.22rem;} */
}

@media screen and (min-width:1930px){
	.home1-t .left li .con div{-webkit-line-clamp: 8; height: 3.36rem;}
}
@media screen and (max-width:1800px){
	
	/* html{font-size: 95px !important;} */
}
@media screen and (max-width:1600px){
	/* html{font-size: 90px !important;} */
}
@media screen and (max-width:1400px){
	/* html{font-size: 85px !important;} */
}
@media screen and (max-width:1024px){
	/* html{font-size: 90px !important;} */
}
@media screen and (max-width:900px){
	/* html{font-size: 90px !important;} */
}
@media screen and (max-width:360px){
	/* html{font-size: 90px !important;} */
} 
@media screen and (max-width:350px){
	/* html{font-size: 90px !important;} */
}



@media(min-width: 1200px){
	@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 120dpi) { 
	}

	@media (-webkit-min-device-pixel-ratio: 1.05) {
		@media screen and (min-width:1920px){
			/* html{font-size: 100px !important;} */
			/* .wp{min-width: 1440px;} */
		}
		@media screen and (max-width:1920px){
			/* html{font-size: 95.5px !important;} */
		}
	}
	@media (-webkit-min-device-pixel-ratio: 1.1) {
		@media screen and (min-width:1920px){
			/* html{font-size: 100px !important;} */
			/* .wp{min-width: 1440px;} */
		}
		@media screen and (max-width:1920px){
			/* html{font-size: 92.5px !important;} */
		}
	}
	@media (-webkit-min-device-pixel-ratio: 1.15) {
		@media screen and (min-width:1920px){
			/* html{font-size: 90px !important;} */
			/* .wp{min-width: 1440px;} */
		}
		@media screen and (max-width:1920px){
			/* html{font-size: 87px !important;} */
		}
	}
	@media (-webkit-min-device-pixel-ratio: 1.20) {
		@media screen and (min-width:1920px){
			/* html{font-size: 90px !important;} */
			/* .wp{min-width: 1440px;} */
		}
		@media screen and (max-width:1920px){
			/* html{font-size: 84px !important;} */
		}
	}
	/* 屏幕分辨率放大为 125 */
	@media (-webkit-min-device-pixel-ratio: 1.25) {
		@media screen and (min-width:1920px){
			/* html{font-size: 90px !important;} */
			/* .wp{min-width: 1440px;} */
		}
		
		@media screen and (max-width:1920px){
			/* html{font-size: 80px !important;} */
		}
	}
	/* 屏幕分辨率放大为 150 */
	@media (-webkit-min-device-pixel-ratio: 1.5) {
		@media screen and (min-width:1920px){
			/* html{font-size: 90px !important;} */
			/* .wp{min-width: 1440px;} */
		}
		@media screen and (max-width:1920px){
			/* html{font-size: 80px !important;} */
			
		}
	}
}