<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.side-bar {
    position: fixed;
    right: 30px;
    top: 50%;
    margin-top: -100px;
    z-index: 999;
}

.side-bar li {
    position: relative;
    padding: 6px;
    cursor: pointer;
}

.side-bar li a {
    display: block;
    margin: 0 auto;
    width: 17px;
    height: 17px;
    background: url(../image/side-point1.png) center no-repeat;
}

.side-bar li.cur a {
    background-image: url(../image/side-point2.png);   
}

.side-bar li p {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff url(../image/side-arr.png) 13px no-repeat;
    padding-left: 30px;
    padding-right: 20px;
    border-radius: 15px;
    font-family: Arial;
    line-height: 29px;
    display: none;
}

.side-bar li:hover p {
    display: block;
}

.side-bar .gotop {
    width: 30px;
    height: 30px;
    background: url(../image/top.png) center no-repeat;
}

.side-bar.dark li a {
    background-image: url(../image/side-point1-0.png);
}

.side-bar.dark li.cur a {
    background-image: url(../image/side-point2-0.png);
}

.side-bar.dark li p {
    background-color: #0c2039;
    background-image: url(../image/side-arr-0.png);
    color: #fff;
}


/*å…³äºŽæˆ‘ä»¬-èšåˆé¡µ*/

.about1 {
    overflow: hidden;
    position: relative;
}

.about1 img {
    width: 100%;
    height: auto;
}

.about1 .text {
    padding: 245px 80px 120px;
    text-align: center;
}

.about1 h1 {
    font-size: 120px;
    color: #ffffff;
    line-height: 1.3;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    width: 100%;
    margin-top: -103px;
    opacity: 0;
}

.about1 p {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: center;
}

.about1 p.p1 {
    position: absolute;
    left: 50%;
    margin-left: -560px;
    top: 50%;
    width: 1120px;
    margin-top: 50px;
    opacity: 0;
    height: 240px;
}

.about1 p.p2 {
    position: absolute;
    left: 50%;
    margin-left: -560px;
    top: 50%;
    width: 1120px;
    margin-top: 135px;
    opacity: 0;
}

.about1 a {
    display: block;
    width: 210px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 50px;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 250px;
    position: absolute;
    left: 50%;
    margin-left: -105px;
    top: 50%;
    opacity: 0;
}

.about1 a:hover {
    color: #1457b6;
    border: 1px solid #1457b6;
    transition-delay: 0;
}

.about2 {
    text-align: center;
    padding: 140px 10px 70px;
}

.about2 h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 48px;
    color: #474747;
    line-height: 1.2;
    transform: translateY(-100px) scale(0.5);
    -webkit-transform: translateY(-100px) scale(0.5);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    opacity: 0;
    margin-bottom: 40px;
}

.about2 .inner h2 {
    font-size: 24px;
    color: #474747;
    line-height: 1.5;
}

.about2 .inner .div {
    margin-bottom: 80px;
    /* transform: translateY(300px) scale(0.5);
    -webkit-transform: translateY(300px) scale(0.5);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    opacity: 0; */
}

.about2 .inner .div.d1 {
    transition-delay: 0s;
}

.about2 .inner .div.d2 {
    transition-delay: 1s;
}

.about2 .inner .div.d3 {
    transition-delay: 2s;
}

.about2 .inner .div.d4 {
    transition-delay: 3s;
}

.about2.show .inner .div {
    opacity: 1;
    transform: translateY(0) scale(1);
    -webkit-transform: translateY(0) scale(1);
}

.about2.show h1 {
    opacity: 1;
    transform: translateY(0) scale(1);
    -webkit-transform: translateY(0) scale(1);
}

.about2 .inner .div .list-in {
    margin-top: 30px;
    overflow: hidden;
}

.about2 .inner .div .list-in .item {
    width: 238px;
    float: left;
    margin-left: 10px;
}

.about2 .inner .div .list-in .item.frist {
    margin-left: 0;
}

.about2 .inner .div .list-in .item .pic {
    width: 238px;
    height: 238px;
    overflow: hidden;
}

.about2 .inner .div .list-in .item .text {
    text-align: center;
    padding-top: 25px;
}

.about2 .inner .div .list-in .item .text h3 {
    font-size: 18px;
    font-weight: bold;
    color: #474747;
    line-height: 1.7;
}

.about2 .inner .div .list-in .item .text h4 {
    font-size: 12px;
    color: #474747;
    line-height: 1.5;
    /* text-align: center; */
}

.about2 .inner .div .focus {
    /* height: 375px; */
    overflow: hidden;
    position: relative;
    margin-top: 40px;
    padding-bottom: 35px;
}

.about2 .inner .div .focus .frame {
    /* height: 350px; */
    overflow: hidden;
    position: relative;
    float: left;
}

.about2 .inner .div .focus .prev {
    width: 13px;
    height: 24px;
    display: block;
    background: url(../image/prev.png) center center no-repeat;
    bottom: 0;
    left: 590px;
    position: absolute;
}

.about2 .inner .div .focus .next {
    width: 13px;
    height: 24px;
    display: block;
    background: url(../image/next.png) center center no-repeat;
    bottom: 0;
    right: 585px;
    position: absolute;
}

.about2 .inner .div .focus .frame .child {
    /* height: 350px; */
    overflow: hidden;
    position: relative;
    float: left;
}

.about2 .inner .div .focus .prev:hover {
    background: url(../image/prev1.png) center center no-repeat;
}

.about2 .inner .div .focus .next:hover {
    background: url(../image/next1.png) center center no-repeat;
}

.about2 .inner .div .focus .frame .child .pic {
    width: 238px;
    height: 238px;
    overflow: hidden;
}

.about2 .inner .div .focus .frame .child .pic img {
    width: 238px;
    height: 238px;
    overflow: hidden;
}

.about2 .inner .div .focus .frame .child .text {
    text-align: center;
    padding-top: 25px;
    width: 238px;
}

.about2 .inner .div .focus .frame .child .text h3 {
    font-size: 16px;
    font-weight: bold;
    color: #474747;
    line-height: 1.7;
}

.about2 .inner .div .focus .frame .child .text h4 {
    font-size: 12px;
    color: #474747;
    line-height: 1.5;
    /* text-align: center; */
}

.about2 .inner .div .part {
    margin-top: 80px;
}

.about2 .inner .div .pic-left {
    width: 238px;
    height: 238px;
    float: left;
}

.about2 .inner .div .text-right {
    float: left;
    text-align: left;
    width: 940px;
    margin-left: 60px;
}

.about2 .inner .div .text-right h3 {
    font-size: 18px;
    color: #474747;
    line-height: 1.9;
    font-weight: bold;
}

.about2 .inner .div .text-right h3 i {
    font-size: 14px;
    color: #909090;
    line-height: 1.5;
    font-style: normal;
    display: block;
}

.about2 .inner .div .text-right h3 i.other {
    display: block;
}

.about2 .inner .div .text-right p {
    font-size: 14px;
    color: #474747;
    line-height: 1.5;
    margin: 10px 0 15px;
}

.about2 .inner .div .text-right p .n_box {
    display: inline-block;
    width: 120px;
    margin-right: 10px;
}

.about2 .inner .div .text-right h4 {
    font-size: 14px;
    color: #474747;
    line-height: 1.5;
}

.about3 {
    text-align: center;
}

.about3 h1 {
    font-size: 48px;
    color: #474747;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
}

.about3 .line {
    width: 5px;
    height: 124px;
    margin: 0 auto;
    margin-top: -142px;
    margin-bottom: 15px;
    z-index: 100;
}

.about3 .inner {
    background: url(../image/about.png) center center no-repeat;
    height: 706px;
    width: 100%;
    margin-top: 115px;
    padding: 90px 0 85px;
    transform: translateY(300px);
    -webkit-transform: translateY(300px);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    opacity: 0;
}

.about3.show .inner {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.about3 .inner h2 {
    font-weight: bold;
    font-size: 30px;
    color: #ffffff;
    line-height: 1.2;
    text-transform: uppercase;
}

.about3 .inner .more {
    display: block;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}

.about3 .inner .more:after {
    width: 80px;
    height: 1px;
    background: #ffffff;
    content: "";
    margin-top: 5px;
    display: block;
    margin: 0 auto;
}

.about3 .inner .more:hover:after {
    width: 80px;
    height: 1px;
    background: #00F;
    content: "";
    margin-top: 5px;
    display: block;
    margin: 0 auto;
}

.about3 .inner .pic {
    width: 1231px;
    height: 589px;
    margin: 0 auto;
    margin-top: 30px;
}

.about4 {
    text-align: center;
    padding-top: 165px;
}


/*.about4.down{ height:670px;}*/

.about4 h1 {
    font-size: 48px;
    color: #474747;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: bold;
}

.about4 .div {
    background: url(../image/line.png) center 45px no-repeat;
    height: 335px;
    width: 100%;
    margin-top: 90px;
}

.about4 .div .title {
    width: 322px;
    margin-left: 152px;
    float: left;
}

.about4 .div .title.other {
    margin-left: 300px;
}

.about4 .div .title a {
    display: block;
}

.about4 .div .title .num {
    font-size: 120px;
    color: #474747;
    line-height: 1;
    font-family: Impact;
    margin-top: -10px;
}

.about4 .div .title .tit {
    font-size: 18px;
    color: #474747;
    line-height: 2.5;
    display: block;
}

.about5 {
    height: 910px;
    background: #ffffff;
}

.about5 .div {
    height: 495px;
}

.about5 .div .pic {
    width: 670px;
    height: 495px;
    float: right;
    margin: 0;
}

.about5 .div .text {
    width: 490px;
    float: left;
    padding-top: 55px;
    padding-left: 10px;
    transform: rotateY(-90deg) translateZ(500px) translateX(-300px) scale(0.5);
    -webkit-transform: rotateY(-90deg) translateZ(100px) scale(0.5);
    transition: all 1.5s ease-out 0s;
    -webkit-transition: all 1.5s ease-out 0s;
    opacity: 0;
}

.about5.show .div .text {
    transform: rotateY(0deg) translateZ(0px) translateX(0px) scale(1);
    -webkit-transform: rotateY(0deg) translateZ(100px) scale(1);
    opacity: 1;
}

.about5 .div .text h2 {
    font-weight: bold;
    font-size: 60px;
    color: #474747;
    line-height: 1.2;
    text-transform: uppercase;
}

.about5 .div .text p {
    font-size: 14px;
    color: #474747;
    line-height: 1.5;
    margin: 15px 0 45px;
}

.about5 .div .text a {
    width: 135px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #474747;
    border-radius: 50px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}

.about5 .div .text a:hover {
    color: #1457b6;
    border: 1px solid #1457b6
}

.about5 .img {
    width: 528px;
    height: 390px;
    overflow: hidden;
    float: left;
    margin-left: 125px;
    margin-top: -130px;
}

.about5 .small {
    width: 140px;
    height: 140px;
    background: #2060b1;
    margin-left: 690px;
    margin-top: 120px;
}


/*å…³äºŽæˆ‘ä»¬-è¯¦æƒ…é¡µ*/

.about-detail {
    text-align: center;
    padding: 0;
}

.body-nav {
    height: 130px;
    background: #333333;
    position: relative;
    padding-top: 35px;
    text-align: center;
    z-index: 9;
}

.body-nav h1 {
    font-size: 40px;
    color: #ffffff;
    line-height: 1.2;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.body-nav.show h1 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.body-nav .nav-main {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 80px;
    left: 0;
    height: 50px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.body-nav .nav-main li {
    display: inline-block;
    margin: 0 35px;
    height: 50px;
    position: relative;
}

.body-nav .nav-child.show {
    height: 80px;
}

.body-nav .nav-child .hide.show {
    /* height:80px; */
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.body-nav .nav-main .level {
    font-size: 14px;
    color: #ffffff;
    line-height: 47px;
    display: inline-block;
    margin: 0 30px;
}

.body-nav .nav-child {
    /* height:0; overflow:hidden; */
    margin-top: 85px;
    position: relative;
}

.body-nav .nav-child .hide {
    position: absolute;
    left: 0;
    top: 0;
    /* width:900px; */
    /* height:0; */
    z-index: 100;
    line-height: 52px;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    display: block !important;
}


/* .body-nav .nav-child .hide.h1{ padding-left:375px;} */


/* .body-nav .nav-child .hide.h2{ padding-left:235px;} */


/* .body-nav .nav-child .hide.h3{padding-left:670px;} */


/* .body-nav .nav-child .hide.h4{padding-left:726px;float: left} */


/*.body-nav .nav-child .hide.leader{ position:absolute; bottom:10px; left:-405px;}
.body-nav .nav-child.hide.member{ position:absolute; bottom:10px; left:-100px;}
.body-nav .nav-child .hide.join{ position:absolute; bottom:10px; left:-157px;}*/

.body-nav .nav-child .hide a {
    color: #474747;
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
    /* float:left; */
    margin: 0 30px;
}

.body-nav .nav-main .level.now:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #1f9dd8;
}

.body-nav .nav-main .level:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #1f9dd8;
}

.body-nav .nav-child .hide a:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #1f9dd8;
}


/* .body-nav .nav-child .hide.h4{padding-left:615px;} */

.about-detail .inner {
    text-align: left;
    padding: 75px 0 80px;
    /* transform: translateY(300px);
    -webkit-transform: translateY(300px);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    opacity: 0; */
}

/* .about-detail.show .inner {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
} */

.about-detail .inner h2 {
    font-size: 30px;
    color: #474747;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 15px;
}

.about-detail .inner p {
    font-size: 14px;
    color: #474747;
    line-height: 1.5;
}

.about-detail .inner .div h3 {
    font-size: 18px;
    color: #474747;
    line-height: 1.5;
    margin-bottom: 10px;
}

.about-detail .inner .div p {
    font-size: 14px;
    color: #474747;
    line-height: 1.5;
}

.about-detail .inner .div {
    margin-top: 27px;
    margin: 0;
}


/*æ–°é—»èµ„æ–™åˆ—è¡¨é¡µ*/

.news-list {
    text-align: center;
}

.news-list .main {
    padding: 80px 0;
    overflow: hidden;
}

.main .main-left {
    /* width:795px; float:left; */
    text-align: left;
    /*padding-right:60px;*/
}

.news-list .main .main-left .text {
    padding: 25px 0;
    border-bottom: 1px solid #ebebeb;
    /* opacity: 0; */
    /* margin-top: 10px; */
}

.news-list .main .main-left .text&gt;div {
    padding: 10px 0;
}

.news-list .main .main-left .text .pic,
.news-list .main .main-left .text .clear {
    padding: 0;
}

.news-list .main .main-left .text.frist {
    padding-top: 0;
}

.news-list .main .main-left .text h3 a {
    font-size: 18px;
    color: #474747;
    float: left;
    text-align: left;
    width: 420px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* width: 600px; */

.news-list .main .main-left .text h3 a i {
    font-style: normal;
}

.news-list .main .main-left .text h3 a:hover {
    color: #0970b7;
}

.news-list .main .main-left .text h3 {
    font-size: 18px;
    color: #474747;
}

.news-list .main .main-left .text h3 .num1 {
    font-size: 30px;
}

.news-list .main .main-left .text h3 .num2 {
    font-size: 20px;
}

.news-list .main .main-left .text h3 {
    text-align: right;
    margin-bottom: 15px;
}

.news-list .main .main-left .text h3::after {
    content: '';
    display: block;
    clear: both;
}

.news-list .main .main-left .text p {
    font-size: 14px;
    color: #474747;
    line-height: 1.5;
}

.news-list .main .main-left .text.other .pic {
    width: 136px;
    float: left;
    margin-right: 35px;
}


/*.news-list .main .main-left .text.other h3,.news-list .main .main-left .text.other p{ padding-left:170px;}*/

.news-list .main .main-left .page {
    text-align: left;
    padding-left: 570px;
    margin-top: 20px;
    margin-bottom: 0;
}

.main .main-right {
    width: 375px;
    float: right;
}

.main .main-right .box {
    width: 317px;
    height: 305px;
    border: 1px solid #f0f0f0;
    border-top: 2px solid #3964b9;
    text-align: left;
    padding: 35px 17px 35px 25px;
    margin-bottom: 30px;
    opacity: 0;
    margin-top: -50px;
}

.main .main-right .box h3 {
    font-weight: bold;
    font-size: 22px;
    color: #474747;
    line-height: 1.5;
    text-transform: uppercase;
}

.main .main-right .box h4 a {
    font-size: 16px;
    color: #707070;
    line-height: 1.5;
    margin-top: 20px;
    display: block;
}

.main .main-right .box h4 a:hover {
    color: #0970b7;
}

.main .main-right .box h5 {
    display: inline-block;
    font-size: 14px;
    color: #474747;
    line-height: 1.5;
}

.main .main-right .box.last {
    height: 130px;
}

.main .main-right .box.last .h1 a {
    background: url(../image/box1.png) center top no-repeat;
    display: inline-block;
    height: 15px;
    padding-top: 50px;
    margin-right: 45px;
    margin-top: 25px;
}

.main .main-right .box.last .h2 a {
    background: url(../image/box2.png) center top no-repeat;
    display: inline-block;
    height: 15px;
    padding-top: 50px;
    margin-right: 45px;
    margin-top: 25px;
}

.main .main-right .box.last .h3 a {
    background: url(../image/box3.png) center top no-repeat;
    display: inline-block;
    height: 15px;
    padding-top: 50px;
    margin-top: 25px;
}

.main .main-right .box.last .h1 a:hover {
    background: url(../image/pic61.png) center top no-repeat;
    color: #1f9dd8;
}

.main .main-right .box.last .h2 a:hover {
    background: url(../image/pic62.png) center top no-repeat;
    color: #1f9dd8;
}

.main .main-right .box.last .h3 a:hover {
    background: url(../image/pic63.png) center top no-repeat;
    color: #1f9dd8;
}


/*æ–°é—»èµ„æ–™è¯¦æƒ…é¡µ*/

.news-detail .main-left h2 {
    font-size: 20px;
    color: #474747;
    line-height: 1.5;
}

.news-detail .main {
    padding: 80px 10px;
}

.news-detail .main-left h3 {
    font-size: 14px;
    color: #707070;
    line-height: 1.5;
    margin-top: 10px;
    float: left;
}

.news-detail .main-left&gt;h3 {
    float: none;
    font-style: oblique;
}

.news-detail .main-left .share {
    float: left;
    margin-top: 10px;
    margin-left: 100px;
}

.news-detail .main-left .share a {
    display: block;
    float: left;
    margin-right: 15px;
}

.news-detail .main-left .share .a1 {
    background: url(../image/a44.png) center center no-repeat;
    width: 18px;
    height: 14px;
}

.news-detail .main-left .share .a2 {
    background: url(../image/a5.png) center center no-repeat;
    width: 9px;
    height: 17px;
}

.news-detail .main-left .share .a3 {
    background: url(../image/a6.png) center center no-repeat;
    width: 16px;
    height: 16px;
}

.news-detail .main-left .share .a4 {
    background: url(../image/weib-o.png) center center no-repeat;
    width: 25px;
    height: 18px;
    background-size: auto 100%;
}

.news-detail .main-left .share .a5 {
    background: url(../image/weixin-o.png) center center no-repeat;
    width: 25px;
    height: 18px;
    background-size: auto 100%;
}

.news-detail .main-left .share .a6 {
    width: 24px;
    height: 18px;
    background: url(../image/a7.png) no-repeat center;
    background-size: auto 100%;
}

.news-detail .main-left .share .a1:hover {
    background: url(../image/a4.png) center center no-repeat;
}

.news-detail .main-left .share .a2:hover {
    background: url(../image/a55.png) center center no-repeat;
    width: 9px;
    height: 17px;
}

.news-detail .main-left .share .a3:hover {
    background: url(../image/a66.png) center center no-repeat;
    width: 16px;
    height: 16px;
}

.news-detail .main-left .share .a5:hover {
    background: url(../image/weixin1.png) center center no-repeat;
    background-size: auto 100%;
}

.news-detail .main-left .share .a4:hover {
    background: url(../image/weib1.png) center center no-repeat;
    background-size: auto 100%;
}

.news-detail .main-left .share .a6:hover {
    background-image: url(../image/a77.png);
}

.news-detail .main-left .tit {
    border-bottom: 1px solid #ebebeb;
    height: 45px;
    width: auto;
}

.news-detail .main-left .inner {
    margin-top: 30px;
    /* overflow:hidden; */
}

.news-detail .main-left .inner .npop .inner {
    margin-top: 0;
    padding: 0;
    height: 470px;
    margin: 25px 30px !important;
    overflow-y: auto;
}

.news-detail .main-left .inner .npop .inner .p1 {
    padding: 0;
    text-align: justify;
}

.news-detail .main-left .v_box {
    width: 100%;
}

.news-detail .main-left .inner_time {
    width: 100% !important;
}

.npop {
    z-index: 99;
}


.popbox .h18 {
    display: inline-block;
    margin-bottom: 15px;
}

.news-detail .popbox .h18:hover span{color: #21abf7 !important;}

.npop .icon {
    position: static !important;
    height: auto !important;
    width: auto !important;
    float: left;
    margin-right: 20px;
}

.news-detail .main-left .inner h4 {
    font-size: 18px;
    color: #474747;
    line-height: 1.5;
    margin-bottom: 10px;
}

.news-detail .main-left .inner p {
    font-size: 14px;
    color: #707070;
    line-height: 2;
}

.news-detail .main-left .inner span {
    line-height: 1;
}


/* display: block; */

.news-detail .main-left .inner .text {
    margin-bottom: 30px;
    opacity: 0;
    margin-left: -100px;
}

.news-detail .main-left .inner .text.other {
    border-top: 1px solid #ebebeb;
    margin-top: 45px;
}

.news-detail .main-left .inner .text.other h4 {
    margin-top: 15px;
}

.news-detail .main-left .inner .text.other li {
    background: url(../image/dian6.png) left center no-repeat;
    padding-left: 20px;
    margin-bottom: 7px;
}

.news-detail .main-left .inner .text.other li:hover {
    color: #1f9dd8;
}

.news-detail .main-left .inner .down {
    width: 160px;
    height: 35px;
    line-height: 30px;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    display: block;
    background: #1f9dd8;
    border-radius: 50px;
    line-height: 35px;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.news-detail.show .main-left .inner .down {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}


/*äº§å“åˆ—è¡¨é¡µ*/

.product-list1 .focus {
    height: 537px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.product-list1 .focus .frame {
    height: 537px;
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
}

.product-list1 .focus .frame .child {
    height: 537px;
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
}

.menu {
    height: 65px;
    width: 100%;
    background: #333333;
}

.menu .div {
    height: 65px;
    position: relative;
    width: 130px;
    float: left;
    margin-right: 20px;
}

.menu .div.input {
    border-bottom: 1px solid #909090;
    width: 90px;
    height: 24px;
    margin-top: 22px;
}

.menu .div.input input {
    background: none;
    border: none;
    line-height: 24px;
    color: #707070;
    width: 90%;
    height: 24px;
}

.menu .div .vall {
    display: block;
    width: 100%;
    background: url(../image/vall.png) right center no-repeat;
    font-size: 14px;
    color: #ffffff;
    line-height: 65px;
    height: 65px;
    cursor: pointer;
}

.menu .div .list {
    width: 159px;
    height: 0;
    position: absolute;
    left: -10px;
    top: 65px;
    overflow: hidden;
    background: #f5f5f5;
    z-index: 100;
}

.menu .div .list li {
    line-height: 30px;
    color: #474747;
    padding-left: 14px;
    cursor: pointer;
}

.menu .from {
    width: 282px;
    height: 24px;
    line-height: 24px;
    background: url(../image/input1.png) center center no-repeat;
    float: right;
    margin-top: 23px;
}

.menu .from input {
    background: none;
    width: 225px;
    border: none;
    padding-left: 5px;
    color: #ffffff;
    height: 24px;
    line-height: 24px;
    float: left;
}

.menu .from .btn {
    width: 50px;
    height: 24px;
    float: left;
}

.product-list2.show .inner {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.product-list2 .inner {
    padding-top: 35px;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.product-list2 .inner .tabss {
    border-bottom: 1px solid #ebebeb;
    text-align: center;
}

.product-list2 .inner .tabss a {
    font-weight: bold;
    font-size: 18px;
    color: #474747;
    line-height: 50px;
    display: inline-block;
    margin: 0 17px;
}

.product-list2 .inner .tabss .now {
    border-bottom: 2px solid #24a7df;
}

.product-list2 .inner .roll {
    margin-top: 30px;
    display: none;
}

.product-list2 .inner .roll.rl {
    display: block;
}

.product-list2 .inner .roll .item {
    width: 395px;
    float: left;
    margin-left: 20px;
}

.product-list2 .inner .roll .item:hover .text h3,
.product-list2 .inner .roll .item:hover .text h4 {
    color: #21abf7;
}

.product-list2 .inner .roll .item.frist {
    margin-left: 0;
}

.product-list2 .inner .roll .item .pic {
    width: 395px;
    height: 395px;
    overflow: hidden;
}

.product-list2 .inner .roll .item .text {
    padding: 25px 0 40px;
    height: 75px;
}

.product-list2 .inner .roll .item .text h3 {
    font-size: 18px;
    color: #474747;
    font-weight: bold;
    line-height: 1.5;
}

.product-list2 .inner .roll .item .text h4 {
    font-size: 12px;
    color: #474747;
    line-height: 2;
}


/*.product-list2 .inner .roll .item :hover .text{ border:1px solid #2f56a5;}*/


/*äº§å“è¯¦æƒ…é¡µ*/

.product-detail {
    text-align: center;
}

.product-detail .div {
    padding: 85px 10px 100px;
}

.product-detail .div .div-left {
    width: 452px;
    float: left;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.product-detail.show .div .div-left {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.product-detail.show .div .div-right {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.product-detail .div .div-left .big .pic {
    width: 452px;
    height: 452px;
    overflow: hidden;
    display: none;
}

.product-detail .div .div-left .big .pic img {
    width: 100%;
    height: 100%;
}

.product-detail .div .div-left .big .pic.now {
    display: block;
}

.product-detail .div .div-left .small .img {
    width: 146px;
    height: 142px;
    overflow: hidden;
    float: left;
    margin-left: 7px;
    margin-top: 10px;
    cursor: pointer;
}

.product-detail .div .div-left .small .img.frist {
    margin-left: 0;
}

.product-detail .div .div-right {
    width: 516px;
    margin-left: 75px;
    float: left;
    text-align: left;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.product-detail .div .div-right h2 {
    font-size: 30px;
    color: #474747;
    line-height: 1.2;
    font-weight: bold;
}

.product-detail .div .div-right h3 {
    font-size: 14px;
    color: #707070;
    line-height: 1.5;
    margin-top: 25px;
}

.product-detail .div .div-right h3 .tit {
    font-size: 18px;
    color: #474747;
    display: inline-block;
    width: 85px;
}

.product-detail .div .div-right .part h4 {
    font-size: 18px;
    color: #474747;
    line-height: 1.2;
    margin: 25px 0 15px;
}

.product-detail .div .div-right .part {
    border-top: 1px solid #d6d6d6;
    margin-top: 35px;
    padding-top: 15px;
}

.product-detail .div .div-right .part p {
    font-size: 14px;
    color: #707070;
    line-height: 2.2;
}


/*äº§å“æœç´¢é¡µ*/

.product-result .div h3 {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #bdbdbd;
    margin-top: 50px;
}

.product-result .div h3 span {
    font-size: 18px;
    color: #474747;
    line-height: 60px;
    font-weight: bold;
    display: inline-block;
}

.product-result .div h3 .span1 {
    width: 260px;
    text-align: center;
    display: inline-block;
}

.product-result .div h3 .span2 {
    width: 470px;
    text-align: center;
    display: inline-block;
}

.product-result .div h3 .span3 {
    width: 145px;
    text-align: center;
    display: inline-block;
}

.product-result .div h3 .span4 {
    width: 375px;
    text-align: center;
    display: inline-block;
}

.product-result .div .list-div {
    margin-bottom: 60px;
}

.product-result .div .list-div .item {
    height: 295px;
    border-bottom: 1px solid #ebebeb;
    padding-top: 39px;
    opacity: 0;
    margin-top: 50px;
}

.product-result .div .list-div .item .pic {
    width: 260px;
    height: 256px;
    overflow: hidden;
    float: left;
}

.product-result .div .list-div .item .text p {
    font-size: 14px;
    color: #474747;
    line-height: 1.7;
}

.product-result .div .list-div .item .text p a {
    font-size: 14px;
    color: #474747;
    line-height: 1.7;
}

.product-result .div .list-div .item .text p a:hover {
    color: #2c83d5;
}

.product-result .div .list-div .item .text.t1 {
    width: 320px;
    text-align: left;
    padding-top: 80px;
    padding-left: 150px;
}

.product-result .div .list-div .item .text.t2 {
    width: 145px;
    padding-top: 80px;
    text-align: center;
}

.product-result .div .list-div .item .text.t3 {
    width: 365px;
    padding-top: 80px;
    text-align: center;
}

.product-result .div .list-div .item .text {
    float: left;
}

.product-result .div .list-div .item.last {
    border: none;
}


/*ä¼šè®®åˆ—è¡¨é¡µ*/

.meeting-list {
    text-align: center;
}

.meeting-list .list {
    padding: 80px 10px 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.meeting-list.show .list {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.meeting-list .list .item {
    width: 395px;
    float: left;
    margin-left: 25px;
}

.meeting-list .list .item:hover .text h3,
.meeting-list .list .item:hover .text h4 {
    color: #21abf7;
}

.meeting-list .list .item.frist {
    margin-left: 0;
    clear: both;
}

.meeting-list .list .item .pic {
    width: 395px;
    height: 247px;
}

.meeting-list .list .item .text {
    text-align: left;
    padding: 20px 0 40px;
    min-height: 105px;
}

.meeting-list .list .item .text h3 {
    font-size: 18px;
    color: #474747;
    line-height: 1.9;
    font-weight: bold;
}

.meeting-list .list .item .text h4 {
    font-size: 12px;
    color: #474747;
    line-height: 1.5;
}


/*.enrol-top{ height:95px; background:url(../image/enrol-top.png) center center repeat; padding:40px 0 0 10px;}*/

.enrol-top {
    background: url(../image/enrol-top.png) center center repeat;
    padding: 40px 0 20px 10px;
    overflow: hidden;
}

.enrol-top .part {
    width: 220px;
    float: left;
    opacity: 0;
}

.enrol-top .part.last {
    width: 470px;
}

.enrol-top .part h3 {
    font-size: 20px;
    color: #474747;
    line-height: 1.9;
}

.enrol-top .part h4 {
    font-size: 14px;
    color: #474747;
    line-height: 1.7;
}

.enrol-main {
    text-align: center;
}

.enrol-main h2 {
    font-size: 24px;
    color: #474747;
    line-height: 1.5;
}

.enrol-main .div {
    width: 425px;
    margin: 0 auto;
    margin-top: 45px;
}

.enrol-main .input {
    width: 425px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
}

.enrol-main .input.other {
    position: relative;
}

.enrol-main .input .down {
    font-size: 14px;
    color: #b8b8b8;
    text-align: left;
    padding-left: 10px;
}

.enrol-main .input .up {
    position: absolute;
    left: 10px;
    top: 0;
    display: none;
    z-index: 100;
    background: #ffffff;
    width: 350px;
    color: #474747;
}

.enrol-main .input input {
    width: 386px;
    margin-left: 20px;
    line-height: 40px;
    height: 40px;
    background: none;
    border: none;
    font-size: 14px;
    color: grey;
}

.enrol-main .btn {
    margin-top: 33px;
    height: 35px;
}

.enrol-main .btn .next {
    width: 155px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ffffff;
    color: #808080;
    border-radius: 20px;
    float: left;
    border: 1px solid #d6d6d6;
}

.enrol-main .btn .or {
    font-size: 15px;
    color: #474747;
    float: left;
    line-height: 35px;
    width: 111px;
    text-align: center;
    width: auto;
    margin: 0 35px;
}

.enrol-main .btn .Cancel {
    width: 155px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ffffff;
    color: #808080;
    border-radius: 20px;
    float: left;
    border: 1px solid #d6d6d6;
}

.enrol-main .btn .next:hover,
.enrol-main .div .btn .Cancel:hover {
    background: #1f9dd8;
    color: #ffffff;
    border: 1px solid #1f9dd8;
}


/*ä¼šè®®æŠ¥å1*/

.enrol-one .enrol-main {
    padding: 75px 0 240px;
}


/*ä¼šè®®æŠ¥å2*/

.enrol-two .enrol-main {
    padding: 75px 0 110px;
}

.enrol-two .enrol-main .div h3 {
    font-size: 12px;
    color: #1f9dd8;
    line-height: 1.5;
    width: 425px;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: left;
}

.enrol-two .enrol-main .div .forget {
    text-align: right;
    font-size: 14px;
    color: #474747;
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 14px;
    color: #474747;
    line-height: 45px;
    width: 100%;
    display: block;
    font-weight: bold;
}

.enrol-two .enrol-main .div .forget:hover {
    color: #1f9dd8;
}

.enrol-two .enrol-main .div .btn {
    margin-top: 20px;
}


/*ä¼šè®®æŠ¥å4*/

.enrol-four .enrol-main {
    padding: 30px 0 85px;
}

.enrol-main {
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.enrol-main.show {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.enrol-four .enrol-main .div h2 {
    margin: 45px 0;
}

.enrol-four .enrol-main .div .input {
    position: relative;
    margin-bottom: 25px;
}

.enrol-four .enrol-main .div .input .vall {
    display: block;
    width: 405px;
    height: 45px;
    line-height: 45px;
    text-align: left;
    padding-left: 20px;
    background: url(../image/vall1.png) 390px center no-repeat;
    font-size: 14px;
    color: #b8b8b8;
    cursor: pointer;
}

.enrol-four .enrol-main .div .input .vall i {
    float: right;
    width: 50px;
    height: 45px;
    cursor: pointer;
}

.enrol-four .enrol-main .div .input .list {
    width: 405px;
    padding-left: 20px;
    text-align: left;
    border: 1px solid #d6d6d6;
    position: absolute;
    left: 0;
    top: 41px;
    height: 0;
    overflow: auto !important;
    z-index: 100;
    background: #ffffff;
    border-top: none;
    border-bottom: none;
}

.enrol-four .enrol-main .div .input .list li {
    font-size: 14px;
    color: #b8b8b8;
    cursor: pointer;
}


/*ä¼šè®®æŠ¥å5*/

.enrol-five .enrol-main .div {
    width: 600px;
    padding: 65px 0 220px;
}

.enrol-five .enrol-main .div h3 {
    background: url(../image/h3.png) center top no-repeat;
    line-height: 2;
    font-size: 24px;
    color: #474747;
    padding-top: 100px;
    margin-bottom: 35px;
}

.enrol-five .enrol-main .div h4 {
    font-size: 16px;
    color: #707070;
    line-height: 1.5;
}


/*èµ„æ–™æœç´¢é¡µ*/

.infor-tool {
    height: 65px;
    padding: 0 10px;
}

.infor-tool .tool-main {
    width: 900px;
    float: left;
}

.infor-tool .div {
    height: 50px;
    position: relative;
    width: 225px;
    float: left;
}

.infor-tool .div:nth-child(3) {
    width: 280px;
}

.infor-tool .div:nth-child(4) {
    width: 500px;
}

.infor-tool .div.last {
    width: 170px;
}

.infor-tool .div.last .vall {
    background: url(../image/vall2.png) 160px center no-repeat;
    width: 170px;
}

.infor-tool .div.oper .vall {
    background: url(../image/vall2.png) 160px center no-repeat;
}

.infor-tool .div.g3 .vall {
    background: url(../image/vall2.png) 160px center no-repeat;
}

.infor-tool .div.input {
    border: 1px solid #909090;
    border-bottom: none;
    border-top: none;
    margin: 0 25px;
    width: 90px;
}

.infor-tool .div.input input {
    background: none;
    border: none;
    line-height: 65px;
    color: #ffffff;
    width: 90%;
    margin-left: 10%;
}

.infor-tool .div .vall {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #474747;
    line-height: 50px;
    height: 50px;
    font-weight: bold;
    background: url(../image/vall2.png) 195px center no-repeat;
    cursor: pointer;
}

.infor-tool .div:nth-child(3) .vall {
    background-position: 250px center;
}

.infor-tool .div:nth-child(4) .vall {
    background-position: 470px center;
}

.infor-tool .div .vall h3 {
    float: left;
    font-size: 18px;
    color: #474747;
    line-height: 65px;
    font-weight: bold;
}


/*.infor-tool .div .vall i{ float:left;background:url(../image/vall2.png) center center no-repeat; width:8px; height:5px; margin-top:30px; margin-left:12px;}*/

.infor-tool .div .list {
    width: 230px;
    text-align: left;
    height: 0;
    position: absolute;
    left: -20px;
    top: 50px;
    overflow: auto;
    background: #f5f5f5;
    z-index: 90;
}

.infor-tool .div .list li {
    line-height: 30px;
    color: #474747;
    padding-left: 20px;
    text-align: left;
    cursor: pointer;
}

.infor-tool .div .list li:hover {
    color: #21abf7;
}

.infor-tool .from {
    width: 282px;
    height: 24px;
    line-height: 23px;
    background: url(../image/search4.png) center center no-repeat;
    float: right;
    margin-top: 60px;
    margin-right: 15px;
}

.infor-tool .from input {
    background: none;
    width: 125px;
    border: none;
    padding-left: 5px;
    color: #474747;
    height: 24px;
    float: left;
}

.infor-tool .from .btn {
    width: 50px;
    height: 24px;
    float: left;
}

.information-search {
    padding: 55px 10px 65px;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.information-search.show {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.information-search .from input {
    width: 225px;
}

table tbody .title {
    background: #5b5b5b;
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    color: #ffffff;
}

table {
    margin-top: 50px;
    width: 100%;
}

table tr {
    font-size: 14px;
    color: #474747;
    text-align: center;
    line-height: 60px;
    border-bottom: 1px solid #ebebeb;
}

table tr.last {
    border: none;
}

table tbody .title td:nth-child(5) {
    width: 260px;
}


/*å…³äºŽæˆ‘ä»¬-member*/

.about-member1 {
    text-align: center;
}

.about-member2 {
    padding: 115px 0 70px;
}


/*.about-member2.show{ opacity:1;transform:translateX(0);-webkit-transform:translateX(0);}*/

.about-member2 h3 {
    font-weight: bold;
    font-size: 30px;
    color: #474747;
    line-height: 1.5;
}

.about-member2 h4 {
    font-size: 14px;
    color: #474747;
    line-height: 1.5;
    margin-top: 12px;
}

.about-member2 .list {
    margin-top: 60px;
    position: relative;
}

.about-member2 .list h2 {
    line-height: 65px;
    font-weight: bold;
    font-size: 24px;
    color: #474747;
    text-align: center;
    border-bottom: 1px solid #bdbdbd;
}

.about-member2 .list .div {
    padding-top: 20px;
}

.about-member2 .list .member2 {
    height: 0;
    padding: 0;
}

.about-member2.member2-a .list .div.other {
    height: 230px;
}

.about-member2.member2-a .div {
    height: 130px;
    padding: 0;
}

.about-member2.member2-a .title {
    margin-bottom: 20px;
}


/*.about-member2 .list .div .row{ float:left; width:470px;}*/

.about-member2 .list .div .row.last {
    width: 269px;
}

.about-member2 .list .item {
    clear: both;
}

.about-member2 .list .div .tit {
    font-size: 14px;
    color: #474747;
    line-height: 2.3;
    float: left;
    width: 413px;
}

.about-member2 .list .div .tit span {
    font-size: 14px;
    color: #474747;
    line-height: 2.3;
    cursor: pointer;
}

.about-member2 .list .div .tit span:hover {
    color: #23a4dd;
}

.about-member2 .list .div .tit .pop-up {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: url(../image/pop-up.png) center center repeat;
    cursor: default;
    z-index: 200;
    display: none;
}

.about-member2 .list .div .tit .pop-up .box {
    width: 407px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -230px;
    top: 50%;
    margin-top: -202px;
    position: relative;
    padding: 40px 25px 0;
    height: 405px;
    overflow: hidden;
}

.about-member2 .list .div .tit .pop-up .box .pop-child {
    height: 350px;
    overflow: hidden;
    width: 407px;
}

.about-member2 .list .div .tit .pop-up .box .pop-child .box-hide {
    width: 407px;
    height: 350px;
    overflow: auto;
}

.about-member2 .list .div .tit .pop-up .box .close {
    width: 13px;
    height: 13px;
    background: url(../image/close.png) center center no-repeat;
    position: absolute;
    right: 25px;
    top: 15px;
    display: block;
}

.about-member2 .list .div .tit .pop-up .box {}

.about-member2 .list .div .tit .pop-up .box p {
    font-size: 12px;
    color: #474747;
    line-height: 2;
    width: 310px;
    margin: 0 auto;
    margin-top: 15px;
}

.about-member2 .list .div .tit .pop-up .box .more {
    font-size: 14px;
    font-weight: normal;
}

.about-member2 .list .div .tit .pop-up .box .other {
    font-size: 14px;
    font-weight: bold;
    color: #23a4dd;
}


/*èµ„æ–™è¯¦æƒ…é¡µ*/

.information-detail1 {
    padding: 70px 0;
}

.information-detail1 h3 {
    font-weight: bold;
    font-size: 24px;
    color: #474747;
    line-height: 1.5;
    text-transform: uppercase;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.information-detail1.show h3 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.information-detail1 .pic {
    width: 675px;
    height: 319px;
    margin: 0 auto;
    margin-top: 10px;
    transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    transition: all 1.5s ease-out 0s;
    -webkit-transition: all 1.5s ease-out 0s;
    overflow: hidden;
}

.information-detail1.show .pic {
    transform: translateX(0px);
    -webkit-transform: translateX(100px);
    opacity: 1;
}

.information-detail2 {
    border-top: 1px solid #bdbdbd;
    padding: 50px 0 110px;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    transition: all 1.5s ease-out 0s;
    -webkit-transition: all 1.5s ease-out 0s;
    opacity: 0;
}

.information-detail2.show {
    transform: translateY(0px);
    -webkit-transform: translateY(100px);
    opacity: 1;
}

.information-detail2 h3 {
    font-weight: bold;
    font-size: 24px;
    color: #474747;
    line-height: 1.5;
    text-transform: uppercase;
}

.information-detail2 h4 {
    font-size: 18px;
    color: #474747;
    line-height: 1.5;
    font-weight: bold;
    margin: 12px 0 20px;
}

.information-detail2 h5 {
    font-size: 18px;
    color: #474747;
    line-height: 1.5;
    width: 865px;
}

.information-detail2 h5 .click {
    float: right;
    font-size: 15px;
    color: #ffffff;
    width: 155px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    background: #1f9dd8;
    text-align: center;
}

.information-detail2 .pop-up {
    margin-top: 10px;
    display: none;
}

.information-detail2 .pop-up table tr {
    line-height: 1.5;
}

.information-detail2 .pop-up table tr td {
    padding: 19px 0;
}

.information-detail2 .pop-up table tr td:last-child {
    text-align: left;
}

.information-detail2 .pop-up table tr.title td:last-child {
    text-align: center;
}

.nicescroll-cursors {
    background-color: rgba(17, 17, 17);
}


/*èµ„æ–™5*/

.information1 {
    padding: 60px 0 20px;
}


/*.information1 .div{ width:1230px; height:325px; border:1px solid #ebebeb;  border-top:none;}*/

.information1 .line {
    width: 1250px;
    height: 37px;
    background: url(../image/line1.png) center center no-repeat;
}

.information1 .text {
    width: 1150px;
    height: 235px;
    border: 1px solid #ebebeb;
    border-top: none;
    margin: 0 auto;
    margin-top: -20px;
    padding: 40px 40px 50px;
}

.information1 .text h3 {
    font-weight: bold;
    font-size: 30px;
    color: #474747;
    line-height: 1.5;
    text-transform: uppercase;
}

.information1 .text h3 .btn {
    width: 190px;
    height: 35px;
    float: right;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    line-height: 35px;
    background: #1f9dd8;
    border-radius: 50px;
}

.information1 .text .text-main {
    margin-top: 20px;
    overflow: hidden;
}

.information1 .text .text-main h4 a {
    font-size: 16px;
    color: #707070;
    line-height: 1.5;
    display: block;
    margin-bottom: 25px;
}

.information1 .text .text-main h4 a:hover {
    color: #1f9dd8;
}

.information1 .text .text-main .text-left {
    float: left;
    width: 535px;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.information1.show .text .text-main .text-left {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.information1.show .text .text-main .text-right {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.information1 .text .text-main .text-right {
    float: left;
    width: 535px;
    margin-left: 80px;
    transform: translateX(200px);
    -webkit-transform: translateX(200px);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.information1 .text .text-main h4 a i {
    float: left;
    background: url(../image/dian1.png) center 10px no-repeat;
    width: 3px;
    height: 35px;
    margin-right: 10px;
}

.information2 {
    padding-bottom: 80px;
}

.information2 .from {
    margin-top: 39px;
}

.information2 .from input {
    width: 225px;
}

.information2 .inner {
    overflow: hidden;
}

.information2 .inner .inner-left {
    float: left;
    width: 828px;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.information2 .inner .inner-left .item {
    float: left;
}

.information2.show .inner .inner-left {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.information2 .inner .inner-left .item h3 {
    font-weight: bold;
    font-size: 30px;
    color: #474747;
    line-height: 1.2;
    text-transform: uppercase;
}

.information2 .inner .inner-left .line {
    width: 414px;
    height: 37px;
    background: url(../image/line3.png) center center no-repeat;
}

.information2 .inner .inner-left .item .text {
    width: 355px;
    height: 420px;
    border: 1px solid #ebebeb;
    border-top: none;
    margin: 0 auto;
    margin-top: -15px;
    padding: 40px 0 65px 35px;
}

.information2 .inner .inner-left .item .text .more {
    font-size: 16px;
    color: #474747;
    line-height: 1.7;
    display: block;
    margin-top: 35px;
    width: 85px;
}

.information2 .inner .inner-left .item .text .more:hover {
    color: #1f9dd8;
}

.information2 .inner .inner-left .item .text .more:after {
    content: "";
    display: block;
    background: #474747;
    width: 85px;
    height: 2px;
}

.information2 .inner .inner-left .item .text .more:hover:after {
    background: #1f9dd8;
}

.information2 .inner .inner-left .item .text h4 a {
    font-size: 16px;
    color: #707070;
    line-height: 1.5;
    margin-bottom: 25px;
    display: block;
}

.information2 .inner .inner-left .item .text h4 a:hover {
    color: #1f9dd8;
}

.information2 .inner .inner-left .item .text .tit {
    margin-top: 25px;
}

.information2 .inner .inner-right {
    width: 422px;
    height: 576px;
    margin-top: -5px;
    float: left;
    background: url(../image/right.png) center center no-repeat;
    transform: translateY(300px);
    -webkit-transform: translateY(300px);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.information2.show .inner .inner-right {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.information2 .inner .inner-right h3 {
    font-size: 22px;
    color: #ffffff;
    line-height: 1.2;
}

.information2 .inner .inner-right h4 {
    font-size: 28px;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
    margin: 10px 0 20px;
}

.information2 .inner .inner-right h5 {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.2;
}

.information2 .inner .inner-right .more {
    font-size: 12px;
    color: #ffffff;
    line-height: 1.7;
    margin: 35px 0 30px;
    display: block;
    text-transform: uppercase;
}

.information2 .inner .inner-right .more:after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background: #ffffff;
}

.information2 .inner .inner-right p {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 20px;
}

.information2 .inner .inner-right .btn {
    width: 325px;
    height: 45px;
    line-height: 45px;
    color: #ffffff;
    text-align: center;
    border: 1px solid #aabac3;
    border-radius: 50px;
    display: block;
    font-weight: bold;
}

.information2 .inner .inner-right .child {
    width: 322px;
    margin: 0 auto;
    padding-top: 65px;
}

.material-left {
    width: 705px;
    float: left;
    text-align: center;
    padding: 120px 10px 320px;
    transform: translateX(100px) translateY(100px);
    -webkit-transform: translateX(100px) translateY(100px);
    transition: all 1.5s ease-out 0s;
    -webkit-transition: all 1.5s ease-out 0s;
    opacity: 0;
}

.material.show .material-left {
    transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    opacity: 1;
}

.material .material-left .infor-tool {
    width: 410px;
}

.material .material-left .infor-tool .from {
    float: left;
    margin: 0;
    margin-top: 20px;
}

.material .material-left .infor-tool .from input {
    width: 225px;
}

.material .material-right {
    width: 410px;
    float: right;
    padding-top: 50px;
    transform: translateX(100px) translateY(100px);
    -webkit-transform: translateX(100px) translateY(100px);
    transition: all 1.5s ease-out 0s;
    -webkit-transition: all 1.5s ease-out 0s;
    opacity: 0;
}

.material.show .material-right {
    transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    opacity: 1;
}

.material .material-right .box {
    width: 328px;
    height: 223px;
    background: url(../image/box5.png) center center no-repeat;
    padding: 80px 45px;
}

.material .material-right .box p {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 12px;
}

.material .material-right .box .btn {
    display: block;
    border: 1px solid #aabac3;
    border-radius: 50px;
    font-size: 16px;
    color: #ffffff;
    width: 325px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
}

.material-left .infor-tool .div .list li {
    text-align: center;
}

.material-left .infor-tool .div .list {
    left: 13px;
}


/*èµ„æ–™æœç´¢é¡µ*/

.table {
    margin-bottom: 30px;
}

.table table tbody .title {
    background: #ffffff;
    font-size: 18px;
    color: #474747;
    font-weight: bold;
    line-height: 65px;
}

.table table tbody tr td {
    line-height: 1.5;
    min-width: 121px;
    padding: 15px 0;
}

.table table tbody tr .one {
    width: 250px;
    text-align: center;
}

.table table tbody tr .two {
    width: 120px;
    text-align: center;
}

.table table tbody tr .three {
    width: 150px;
    text-align: center;
}


/*.table table tbody tr .three{ width:129px; text-align:center;}*/

.table table tbody tr .four {
    width: 190px;
    text-align: center;
}

.table table tbody tr .five {
    width: 180px;
    text-align: center;
}

.table table tbody tr .six {
    width: 115px;
    text-align: center;
}

.table table tbody tr .seven {
    width: 185px;
    text-align: center;
}

.table table tbody tr .eight {
    width: 115px;
    text-align: center;
}

.table table tbody tr a {
    color: #23a4dd;
    font-weight: bold;
}


/*èµ„æ–™è¯¦æƒ…é¡µ*/

.marterial-detail {
    padding-top: 80px;
}

.marterial-detail .div .pic-left {
    width: 320px;
    height: 320px;
    overflow: hidden;
    float: left;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.marterial-detail.show .div .pic-left {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.marterial-detail.show .div .text-right {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.marterial-detail .div .text-right {
    width: 850px;
    float: left;
    margin-left: 65px;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.marterial-detail .div .text-right h3 {
    font-size: 30px;
    color: #474747;
    line-height: 1.2;
    font-weight: bold;
    font-family: Times New Roman;
}

.marterial-detail .div .text-right p {
    font-size: 14px;
    color: #707070;
    line-height: 1.5;
    margin-bottom: 15px;
}

.marterial-detail .div .text-right p .tit {
    font-size: 18px;
    color: #474747;
    display: inline-block;
    margin-right: 5px;
}

.marterial-detail .div .text-right .text-main {
    margin-top: 30px;
}

.marterial-detail .div .text-right .text-main .main1 {
    width: 470px;
    float: left;
}

.marterial-detail .div .text-right .text-main .main2 {
    width: 370px;
    float: left;
}

.marterial-detail .div .text-right .load {
    width: 155px;
    height: 35px;
    display: block;
    font-size: 14px;
    color: #ffffff;
    background: #1f9dd8;
    line-height: 35px;
    text-align: center;
    border-radius: 50px;
    margin-top: 45px;
    font-weight: bold;
}

.marterial-detail .inner {
    padding: 20px 0 55px;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.marterial-detail.show .inner {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.marterial-detail .inner .text h3 {
    font-size: 30px;
    color: #474747;
    line-height: 1.5;
    font-weight: bold;
}

.marterial-detail .inner .text p {
    font-size: 14px;
    color: #474747;
    line-height: 1.5;
    margin-top: 8px;
}

.marterial-detail .inner .text {
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0 17px;
}

.marterial-detail .inner .text a {
    display: block;
    font-size: 14px;
    color: #474747;
    line-height: 1.5;
    background: url(../image/text.png) left center no-repeat;
    padding-left: 35px;
    margin-top: 8px;
}

.marterial-detail .inner .text.last {
    border: none;
}


/*workingspace*/

.workingspace1 {
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.workingspace1.show {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.workingspace1 table tbody tr {
    text-align: left;
}

.workingspace1 .one {
    width: 505px;
}

.workingspace1 .two {
    width: 585px;
}

.workingspace1 .three {
    width: 145px;
}

.workingspace1 table {
    margin-bottom: 35px;
}

.workingspace1 table .last {
    border: none;
}

.workingspace1 table tbody .title {
    background: none;
    border-top: 1px solid #bdbdbd;
    border-top: none;
    font-size: 18px;
    color: #474747;
    font-weight: bold;
}

.workingspace1 table tbody tr td {
    line-height: 1.2;
    padding: 25px 0;
}

.workingspace1 table tbody tr h3 {
    font-size: 14px;
    color: #474747;
    line-height: 1.5;
}

.workingspace1 table tbody tr h4 {
    font-size: 14px;
    color: #21abf7;
    line-height: 1.5;
}

.workingspace1 table tbody tr p {
    font-size: 14px;
    color: #474747;
    line-height: 1.5;
}

.workingspace1 table tbody tr h5 {
    font-size: 14px;
    color: #474747;
    line-height: 1.9;
}

.workingspace1 table tbody tr a {
    font-size: 14px;
    color: #21abf7;
    line-height: 1.9;
    display: block;
}

.workingspace1 table tbody tr a:hover {
    color: #f93;
}

.workingspace2 {
    background: #f5f5f5;
    padding: 30px 0 1px;
}

.workingspace2 .skip-box,
.workingspace2 .skip-box .ipt input{color: #fff;}

.workingspace2 .infor-tool .div:nth-child(3),
.workingspace2 .infor-tool .div:nth-child(4) {
    width: 225px;
}

.workingspace2 .infor-tool .div:nth-child(3) .vall,
.workingspace2 .infor-tool .div:nth-child(4) .vall {
    background-position: 195px center;
}

.workingspace2 .infor-tool .div:nth-child(2) {
    width: 320px;
}

.workingspace2 .infor-tool .div:nth-child(2) .vall {
    background-position: 290px center;
}

.workingspace2 .infor-tool .from {
    margin-top: 10px;
}

.workingspace2 table {
    margin: 0;
}

.workingspace2 table .check,
.workingspace2 table .checkall {
    background: url(../image/check1.png) center center no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    float: left;
    margin-left: 7px;
    margin-top: 10px;
}

.workingspace2 table .check1 {
    width: auto;
    padding-left: 25px;
    background-size: 18px auto;
    margin-right: 20px;
    line-height: 20px;
}

.workingspace2 table .checked {
    background: url(../image/check.png) center center no-repeat;
}

.workingspace2 table h2 {
    font-size: 12px;
    color: #474747;
    line-height: 1.5;
    text-align: center;
    margin-left: 20px;
    float: left;
}

.workingspace2 table h3 {
    font-size: 14px;
    color: #474747;
    line-height: 1.5;
    padding: 0 12px;
}

.workingspace2 table h4 {
    font-size: 12px;
    color: #474747;
    line-height: 1.5;
}

.workingspace2 table .other {
    line-height: 1.2;
}

.workingspace2 table tr td {
    padding: 15px 0;
    width: 13%;
}

.workingspace2 table tr td a {
    color: #23a4dd;
    font-weight: bold;
    font-size: 14px;
}

.workingspace2 table {
    margin-bottom: 35px;
}

.another-bodynav {
    height: 115px;
}
/* 20230918 liuys */
/* .filtrate-230918 .s-a-table tr{position: relative;} */
.filtrate-230918 .s-a-table tbody .title{background: transparent;}
.filtrate-230918 .s-a-table th{background: #3eaada;border-bottom: 1px solid #2f8dca;}
.filtrate-230918 .s-a-table td{border-bottom: 1px solid #2f8dca;}
.filtrate-230918 .table tr{border: none;}
.filtrate-230918 .s-a-table .col-1{width: 80px;padding: 0 10px;background: transparent;border-color: transparent;}
.filtrate-230918 .s-a-table .s-all{cursor: pointer;font-size: 14px;line-height: normal;white-space: nowrap;}
.filtrate-230918 .s-a-table .check{margin: 0 auto;cursor: pointer;display: block;float: none;}
.filtrate-230918 .infor-tool{position: relative;}
.filtrate-230918 .infor-tool .from{margin-right: 171px;position: absolute;top: 0;right: 0;}
.filtrate-230918 .infor-tool .from .btn{padding: 0;}
.filtrate-230918 .infor-tool .bulk-download-btn{position: absolute;top: 100%;right: 11px;margin-top: 57px;cursor: pointer;}
.filtrate-230918 .infor-tool .back-btn{position: absolute;width: 89px;top: 13px;right: 344px;cursor: pointer;}
.filtrate-230918 .infor-tool .back-btn img{width: 100%;display: block;height: auto;}
.filtrate-230918 .selection-box{position: absolute;white-space: nowrap;right: 374px;top: 63px;}
.filtrate-230918 .selection-box .txt,.filtrate-230918 .selection-box .select-mod{display: inline-block;vertical-align: middle;font-size: 16px;font-family: 'Arial';}
.filtrate-230918 .selection-box .txt{color: #fff;font-weight: bold;}
.filtrate-230918 .selection-box .select-mod{color: #1863b1;position: relative;margin: 0 10px;}
.filtrate-230918 .selection-box .select-mod .select-btn{background: #fff;border: 1px solid #1863b1;border-radius: 5px;position: relative;z-index: 2;width: 43px;padding: 4px 25px 3px 10px;cursor: pointer;}
.filtrate-230918 .selection-box .select-mod .select-btn::after{content: '';position: absolute;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);right: 10px;width: 7px;height: 5px;background: url(../image/zarrow.png) no-repeat center;}
.filtrate-230918 .selection-box .select-mod .select-cont{position: absolute;background: #fff;border: 1px solid #1863b1;border-radius: 5px;left: 0;width: 78px;top: 0;z-index: 1;padding: 35px 0 8px;opacity: 0;visibility: hidden;}
.filtrate-230918 .selection-box .select-mod .select-cont li{padding: 0 10px;cursor: pointer;}
.filtrate-230918 .selection-box .select-mod .select-cont li+li{margin-top: 7px;}
.filtrate-230918 .selection-box .select-mod.x-show .select-cont{opacity: 1;visibility: visible;}

  
/* 20230918 liuys */


/*ä¸‹è½½*/

.working-update .tabss {
    height: 60px;
    border-bottom: 1px solid #d6d6d6;
    text-align: center;
    margin-top: 60px;
}

.working-update .tabss a {
    font-weight: bold;
    font-size: 18px;
    color: #474747;
    line-height: 60px;
    display: inline-block;
    margin: 0 33px;
}

.working-update .tabss a.now {
    background: url(../image/line4.png) center bottom no-repeat;
}

.working-update .roll-div .inner {
    margin-top: 30px;
}

.working-update .roll-div .inner-left {
    width: 760px;
    height: 345px;
    border: 1px solid #ebebeb;
    padding: 40px 20px 15px 65px;
    overflow: hidden;
    float: left;
}

.working-update .roll-div .inner-left h3 a {
    font-size: 18px;
    color: #474747;
    line-height: 2;
}

.working-update .roll-div .inner-left h4 {
    font-size: 14px;
    color: #707070;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 25px;
}

.working-update .roll-div .inner-left .title {
    width: 760px;
    height: 345px;
    overflow: hidden;
}

.working-update .roll-div .inner .inner-right {
    width: 386px;
    height: 205px;
    background: url(../image/up.png) center center no-repeat;
    float: left;
    margin-top: -20px;
    text-align: center;
    padding-top: 50px;
    margin-left: 13px;
}

.working-update .roll-div .inner .inner-right h3 {
    font-size: 22px;
    color: #474747;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: bold;
}

.working-update .roll-div .inner .inner-right p {
    font-size: 14px;
    color: #474747;
    line-height: 1.5;
    width: 315px;
    text-align: left;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 60px;
}

.working-update .roll-div .inner .inner-right a {
    display: block;
    background: url(../image/up1.png) 100px center no-repeat;
    font-size: 16px;
    color: #474747;
    line-height: 1.5;
    text-align: center;
}

.working-update .other-up {
    background: #ffffff;
}

.working-update .infor-tool .tool-main {
    width: 898px;
    float: left;
}

.workingspace2 .infor-tool .tool-main {
    width: 898px;
    float: left;
}

.working-update .infor-tool .from {
    margin-top: 60px;
}

.workingspace2 .infor-tool .from {
    margin-top: 60px;
}

.workingspace2 .infor-tool .from input {
    width: 225px;
}

.working-update .roll-div .inner-left.other {
    width: 1290px;
    border: none;
    padding: 40px 0 80px;
}

.working-update .roll-div .inner-left.other .title {
    width: 1270px;
}

.working-update .roll-div .inner-left.other p {
    width: 970px;
}

.workingspace2 .infor-tool .div .list {
    background: #ffffff;
}


/*ç™»å½•*/


/*  */

.landed {
    height: 889px;
    position: relative;
    width: 100%;
    background: url(../image/pic65.jpg) center center no-repeat;
}

.landed .div {
    width: 646px;
    height: auto !important;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 70px;
    position: absolute;
    left: 50%;
    top: 170px;
    margin-left: -323px;
    transform: translateY(-100px) translateX(-100px);
    -webkit-transform: translateY(-100px) translateX(-100px);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.landed.show .div {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.landed .div .div-main {
    margin: 0 auto;
    width: 370px;
    margin-top: 45px;
}

.landed .div h3 {
    font-size: 44px;
    color: #ffffff;
    line-height: 1.5;
    text-align: center;
}

.landed .div .input {
    width: 370px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    margin-bottom: 20px;
    color: #ffffff;
}

.landed .div .input.other {
    position: relative;
}

.landed .div .input .down {
    font-size: 14px;
    color: #ffffff;
    text-align: left;
}

.landed .div .input .up {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 100;
    width: 325px;
}

.landed .div .input input {
    width: 250px !important;
    margin-left: 20px;
    line-height: 40px;
    background: none;
    border: none;
    font-size: 14px;
    color: #ffffff;
    height: 40px;
}

.landed .div .more {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    margin-bottom: 27px;
    float: right;
}

.landed .div .login {
    width: 370px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    display: block;
    background: #ffffff;
    color: #474747;
    font-weight: bold;
}

.landed .div .or {
    width: 370px;
    background: url(../image/line7.png) center center no-repeat;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    margin-top: 25px;
}

.landed .div .register {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 15px;
}

.h5-wrong {
    color: #F00;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
}

.h5-wrong::before {
    content: '';
    width: 10px;
    height: 10px;
    background: url(../image/xing.png) center no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 5px;
}


/*æ³¨å†Œ*/

.work-registered h1 {
    font-size: 40px;
    color: #474747;
    line-height: 135px;
    background: url(../image/enrol-top.png) center center repeat;
    text-align: center;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.work-registered.show h1 {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.work-registered .input {
    width: 430px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    margin-bottom: 20px;
    color: #ffffff;
}

.work-registered .input #verify_img {
    cursor: pointer;
}

.work-registered .input.other {
    position: relative;
}

.work-registered .input .down {
    font-size: 14px;
    color: #b8b8b8;
    text-align: left;
    margin-left: 30px;
}

.work-registered .input .up {
    position: absolute;
    left: 10px;
    top: 0;
    display: none;
    z-index: 100;
    width: 365px;
    color: #474747;
}

.work-registered .input input {
    width: 390px;
    margin-left: 20px;
    line-height: 35px;
    height: 35px;
    background: none;
    border: none;
    font-size: 14px;
    color: #b8b8b8;
}

.work-registered .inner .inner-left .btn {
    cursor: pointer;
    width: 160px;
    height: 35px;
    background: #1f9dd8;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    display: block;
    border-radius: 50px;
    line-height: 35px;
    margin: 0 auto;
    margin-top: 45px;
}

.work-registered .inner .inner-left {
    float: left;
    width: 694px;
    text-align: center;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.work-registered .input #pw {
    text-transform: capitalize;
}

.work-registered.show .inner .inner-left {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.work-registered.show .inner .inner-right {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.work-registered .inner .inner-left .from {
    width: 430px;
    margin: 0 auto;
}

.work-registered .inner .inner-right {
    width: 331px;
    height: 310px;
    border: 1px solid #f0f0f0;
    float: left;
    background: url(../image/line8.png) center -18px no-repeat;
    padding: 35px 0 50px;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.work-registered .inner {
    padding: 75px 0 80px;
    text-align: center;
}

.work-registered .inner h3 {
    font-size: 22px;
    color: #474747;
    line-height: 1.5;
    font-weight: bold;
}

.work-registered .inner .inner-right .pic {
    width: 147px;
    height: 147px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 45px;
}

.work-registered .inner .inner-right .btn {
    width: 160px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #c2c2c2;
    border-radius: 50px;
    display: block;
    text-align: center;
    color: #474747;
    margin: 0 auto;
}


/*ä¸ªäººä¸­å¿ƒ-ä¼šè®®ä¿¡æ¯*/

.meeting-info {
    padding-bottom: 85px;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.meeting-info.show {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.meeting-info table .title {
    background: #ffffff;
    font-size: 18px;
    color: #474747;
}

.meeting-info table td .pic {
    width: 205px;
    height: 153px;
    overflow: hidden;
}

.meeting-info table .color:hover {
    color: #2b85ab;
}

.meeting-info table .frist td {
    width: 205px;
}

.meeting-info table h3 {
    font-size: 12px;
    line-height: 1.5;
}

.meeting-info table .img {
    background: url(../image/line10.png) center center no-repeat;
    width: 53px;
    height: 1px;
    margin: 0 auto;
}

.meeting-info table .last {
    border: none;
}

.meeting-info table td {
    padding: 30px 0;
}

.meeting-info table td h4 {
    line-height: 1.5;
}

.meeting-info table h3 a {
    color: #2b85ab;
    font-size: 12px;
}


/*5g-innovation1*/

.innovation1 img {
    width: 100%;
    height: auto;
}

.innovation2 {
    background: url(../image/pic73.png) center center repeat;
    overflow: hidden;
    height: 890px;
    position: relative;
}

.innovation2 .title {
    width: 100%;
    height: 408px;
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.innovation2 .title img {
    width: 100%;
    height: auto;
}

.innovation2.show .title {
    opacity: 1;
    transition-delay: 0s;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.innovation2 .pic {
    width: 100%;
    text-align: center;
    height: 140px;
    overflow: hidden;
    text-align: center;
    opacity: 0;
    margin-top: 40px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transition: all 1s ease-out 1.5s;
    -webkit-transition: all 1s ease-out 1.5s;
    -moz-transition: all 1s ease-out 1.5s;
    -webkit-animation: swinging 10s ease-in-out 2.8s infinite;
    -moz-animation: swinging 10s ease-in-out 2.8s infinite;
    animation: swinging 10s ease-in-out 2.8s infinite;
}

.innovation2.show .pic {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.innovation2.stop .pic {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    animation: none;
}

@-moz-keyframes swinging {
    0% {
        transform: rotate(0);
    }
    10% {
        transform: rotate(10deg);
    }
    20% {
        transform: rotate(-10deg);
    }
    30% {
        transform: rotate(10deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(10deg);
    }
    60% {
        transform: rotate(-10deg);
    }
    70% {
        transform: rotate(10deg);
    }
    80% {
        transform: rotate(-10deg);
    }
    90% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(0);
    }
}

@-o-keyframes swinging {
    0% {
        transform: rotate(0);
    }
    10% {
        transform: rotate(10deg);
    }
    20% {
        transform: rotate(-10deg);
    }
    30% {
        transform: rotate(10deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(10deg);
    }
    60% {
        transform: rotate(-10deg);
    }
    70% {
        transform: rotate(10deg);
    }
    80% {
        transform: rotate(-10deg);
    }
    90% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(0);
    }
}

@-webkit-keyframes swinging {
    0% {
        transform: rotate(0);
    }
    10% {
        transform: rotate(10deg);
    }
    20% {
        transform: rotate(-10deg);
    }
    30% {
        transform: rotate(10deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(10deg);
    }
    60% {
        transform: rotate(-10deg);
    }
    70% {
        transform: rotate(10deg);
    }
    80% {
        transform: rotate(-10deg);
    }
    90% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(0);
    }
}

@keyframes swinging {
    0% {
        transform: rotate(0);
    }
    10% {
        transform: rotate(10deg);
    }
    20% {
        transform: rotate(-10deg);
    }
    30% {
        transform: rotate(10deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(10deg);
    }
    60% {
        transform: rotate(-10deg);
    }
    70% {
        transform: rotate(10deg);
    }
    80% {
        transform: rotate(-10deg);
    }
    90% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(0);
    }
}

.innovation2 .pic:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

.innovation2 .btn {
    margin: 0 auto;
    width: 376px;
    height: 147px;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.innovation2.show .btn {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.innovation3 {
    background: url(../image/pic76.jpg) center center no-repeat;
    height: 790px;
    padding-top: 110px;
    position: relative;
}

.innovation3 h1 {
    font-family: Impact;
    color: #ffffff;
    line-height: 1.3;
    font-size: 60px;
    text-transform: uppercase;
}

.innovation3 h1:after {
    width: 345px;
    height: 2px;
    content: "";
    display: block;
    background: #ffffff;
}

.innovation3 .box {
    width: 605px;
    height: 400px;
    text-align: center;
}

.innovation3 .box.b1 {
    background: #114c97;
    position: absolute;
    right: 0;
    top: -200px;
    z-index: 1;
    transform: translate(0, 220px);
    -webkit-transform: translate(0, 220px);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.innovation3 .box.b2 {
    background: #262626;
    position: absolute;
    left: 50%;
    margin-left: -172px;
    top: 95px;
    z-index: 5;
    width: 540px;
    height: 365px;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.innovation3 .box.b3 {
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 320px;
    width: 540px;
    transform: translate(300px, -220px);
    -webkit-transform: translate(300, -220px);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.innovation3 .box.b3 p {
    color: #474747;
}

.innovation3 .box.b4 {
    background: #2060b1;
    position: absolute;
    right: 0;
    top: 410px;
    width: 560px;
    height: 380px;
    transform: translate(100px, -220px);
    -webkit-transform: translate(100, -220px);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.innovation3 .box p {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.5;
    width: 385px;
    margin: 0 auto;
    text-align: left;
}

.innovation3 .box i {
    display: block;
    margin: 85px 0 33px;
}

.innovation3 .box.b4 i {
    margin-top: 110px;
}

.innovation3.show .box.b1 {
    opacity: 1;
    transform: translate(0);
    -webkit-transform: translate(0);
}

.innovation3.show .box.b2 {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.innovation3.show .box.b3 {
    opacity: 1;
    transform: translate(0);
    -webkit-transform: translate(0);
}

.innovation3.show .box.b4 {
    opacity: 1;
    transform: translate(0);
    -webkit-transform: translate(0);
}

.innovation4 {
    position: relative;
    height: 865px;
    overflow: hidden;
}

.innovation4 .body-left {
    width: 42%;
    background: url(../image/pic79.png) center center repeat;
    float: left;
    height: 865px;
}

.innovation4 .body-right {
    width: 58%;
    background: url(../image/pic78.png) center center repeat;
    float: left;
    height: 865px;
}

.innovation4 .inner {
    position: absolute;
    left: 0;
    top: 0;
}

.innovation4 .inner .focus {
    width: 100%;
    height: 605px;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}

.innovation4 .inner .focus .frame {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
}

.innovation4 .inner .focus .frame .child {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
}

.innovation4 .inner .content {
    width: 510px;
    float: left;
    padding-top: 110px;
    text-transform: uppercase;
}

.innovation4 .inner .focus .prev {
    width: 14px;
    height: 9px;
    background: url(../image/prev3.png) center center no-repeat;
    position: absolute;
    left: 215px;
    bottom: 60px;
    display: block;
}

.innovation4 .inner .focus .next {
    width: 14px;
    height: 9px;
    background: url(../image/prev3.png) center center no-repeat;
    position: absolute;
    left: 251px;
    bottom: 60px;
    display: block;
}

.innovation4 .inner .content .part {
    width: 455px;
    height: 117px;
    border: 1px solid #ffffff;
    margin-bottom: 10px;
}

.innovation4 .inner .content .part:hover .date {
    background: #2060b1;
}

.innovation4 .inner .content .part:hover .tit {}

.innovation4 .inner .content .part:hover {
    border: none;
    background: #ffffff;
    width: 456px;
    height: 118px;
}

.innovation4 .inner .content .part:hover .tit h2,
.innovation4 .inner .content .part:hover .tit h3 {
    color: #474747;
}

.innovation4 .inner .content .part .date {
    width: 65px;
    height: 88px;
    background: #ffffff;
    font-size: 14px;
    color: #474747;
    line-height: 1.5;
    text-align: center;
    padding-top: 30px;
    float: left;
}

.innovation4 .inner .content .part .date i {
    display: block;
    text-transform: uppercase;
    background: url(../image/dian9.png) center top no-repeat;
    padding-top: 15px;
}

.innovation4 .inner .content .part .tit {
    padding-left: 85px;
    padding-top: 13px;
}

.innovation4 .inner .content .now h2 {
    background: url(../image/hand.png) right center no-repeat;
}

.innovation4 .inner .content .now h2:after {
    content: "";
    display: block;
    width: 323px;
    height: 2px;
    background: #ffffff;
}

.innovation4 .inner .content h2 {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 5px;
}

.innovation4 .inner .content h3 {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
}

.innovation4 .div {
    width: 675px;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

.innovation4 .div h2 {
    font-size: 60px;
    color: #ffffff;
    line-height: 1.2;
    font-weight: bold;
    background: url(../image/line11.png) right center no-repeat;
    text-transform: uppercase;
}

.innovation4 .div {
    padding: 95px 0 140px 50px;
}

.innovation4 .div .focus {
    width: 100%;
    height: 505px;
    overflow: hidden;
    position: relative;
    margin-top: 55px;
}

.innovation4 .div .focus .frame {
    width: 100%;
    height: 505px;
    overflow: hidden;
    position: relative;
    float: left;
}

.innovation4 .div .focus .frame .child {
    width: 100%;
    height: 505px;
    overflow: hidden;
    position: relative;
    float: left;
}

.innovation4 .div .focus .frame .child .item {
    width: 214px;
    float: left;
    margin-left: 16px;
}

.innovation4 .div .focus .frame .child .item.frist {
    margin-left: 0;
}

.innovation4 .div .focus .frame .child .item .pic {
    width: 214px;
    height: 316px;
    overflow: hidden;
}

.innovation4 .div .focus .frame .child .item .text h3 {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.2;
    margin: 30px 0 15px;
}

.innovation4 .div .focus .frame .child .item .text h4 {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
}

.innovation4 .div .focus .nav {
    height: 20px;
    width: 680px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: url(../image/line15.png) center center no-repeat;
}

.innovation4 .div .focus .nav a {
    float: left;
    width: 168px;
    height: 3px;
}

.innovation4 .div .focus .nav .now {
    width: 144px;
    height: 3px;
    background: url(../image/now.png) center center no-repeat;
}

.innovation4 .body-left .box {
    width: 415px;
    float: right;
    border: 3px solid #ffffff;
    height: 485px;
    border-right: none;
    margin-top: 130px;
    padding: 80px 0 55px 220px;
    margin-right: 50px;
}

.innovation4 .body-left .box p {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
}

.innovation4 .body-left .box p span {
    font-size: 28px;
}

.innovation4 .body-left .box .gti {
    margin-top: 75px;
    height: 285px;
    overflow: hidden;
    margin-right: 50px;
}

.innovation4 .body-left .box .gti span {
    text-transform: uppercase;
}


/*.innovation4 .body-left .box .during{ margin-top:95px;}*/

.innovation5 {
    height: 590px;
    background: url(../image/pic83.png) center bottom no-repeat;
    padding-top: 200px;
}

.innovation5 .title {
    width: 1111px;
    height: 336px;
    background: url(../image/border.png) center center no-repeat;
    margin: 0 auto;
    text-align: center;
    padding-top: 55px;
    /* transform:scale(0);-webkit-transform:scale(0);transition:all 1s linear 0s;-webkit-transition:all 1s linear 0s; */
    opacity: 0;
    margin-top: -100px;
}


/*.innovation5.show .title{opacity:1;transform:scale(1);-webkit-transform:scale(1);}*/

.innovation5 .title h2 {
    font-size: 102px;
    line-height: 1;
    font-size: 474747;
    font-weight: bold;
    text-transform: uppercase;
}

.innovation5 .title .btn {
    display: block;
    width: 600px;
    height: 40px;
    line-height: 40px;
    background: #1a7191;
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    margin-top: -5px;
    margin-bottom: 70px;
}

.innovation5 .title .btn .click {
    text-decoration: underline;
}

.innovation5 .title p {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    width: 820px;
    text-align: center;
    margin: 0 auto;
    margin-top: 80px;
}

.innovation6 {
    background: #2060b1;
    height: 385px;
    padding: 120px 0 20px;
}

.innovation6 .part {
    width: 459px;
    float: left;
    margin-left: 60px;
}

.innovation6 .part h1 {
    color: #ffffff;
    line-height: 1.2;
    font-size: 60px;
    text-transform: uppercase;
    font-family: AvianRegular;
    font-weight: bold;
    margin-top: 20px;
    opacity: 0;
}

.innovation6 .part .more {
    font-size: 12px;
    color: #ffffff;
    line-height: 1.2;
    font-family: AvianRegular;
    display: block;
    margin: 30px 0 50px;
    height: 10px;
    text-transform: uppercase;
    margin-top: 20px;
    opacity: 0;
}

.innovation6 .part .more:hover {
    text-decoration: underline;
}

.innovation6 .part .main .date {
    float: left;
}

.innovation6 .part .main .date span {
    display: block;
}

.innovation6 .part .main .date .span-left {
    float: left;
    font-family: Impact;
    font-size: 89px;
    line-height: 1;
    color: #ffffff;
}

.innovation6 .part .main .date .span-right {
    display: block;
    font-family: Impact;
    font-size: 25px;
    color: #ffffff;
    line-height: 1;
    text-align: center;
}

.innovation6 .part .main .date .span-right i {
    font-style: normal;
    display: block;
    background: url(../image/dian.png) top center no-repeat;
    font-family: AvianRegular;
    font-size: 14px;
    color: #ffffff;
    padding-top: 11px;
    line-height: 1;
}

.innovation6 .part .main .p a {
    float: left;
    width: 330px;
    font-size: 18px;
    color: #ffffff;
    font-family: AvianRegular;
    margin-left: 30px;
    line-height: 1.5;
    margin-top: 3px;
}

.innovation6 .part .main .p.another a {
    text-transform: uppercase;
}

.innovation6 .part .main .p.another a:hover {
    text-decoration: underline;
}

.innovation6 .part .main .p .btn {
    width: 135px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #839cbb;
    border-radius: 50px;
    font-size: 12px;
    margin: 0;
    margin-left: 25px;
    margin-top: 10px;
}

.innovation6 .part .main .div {
    height: 140px;
    margin-top: 20px;
    opacity: 0;
}

.innovation6 .part .main h4 {
    font-size: 16px;
    color: #ffffff;
    line-height: 2;
    width: 452px;
    margin-top: 20px;
    opacity: 0;
}

.innovation6 .part .main h4:hover {
    text-decoration: underline;
}

.innovation6 .part.other .main .date .span-right {
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-family: AvianRegular;
    line-height: 1.7;
    text-transform: uppercase;
    margin-left: 20px;
}

.innovation6 .part.other {
    width: 100%;
    margin: 0;
}

.innovation6 .part.other .main .date .span-left {
    float: left;
    font-family: AvianRegular;
    font-size: 60px;
    line-height: 1;
    color: #ffffff;
}

.innovation6 .part.other .main .p a {
    text-transform: none;
}

.innovation6 .part.other .main .div {
    height: 102px;
    width: 50%;
    float: left;
}

.innovation6 .part.other .main .p a:hover {
    text-decoration: underline;
}


/*ä¼šè®®ä¿¡æ¯æ&nbsp;¸å¯¹*/

.meeting-check h1 {
    font-size: 40px;
    color: #474747;
    line-height: 135px;
    background: url(../image/enrol-top.png) center center repeat;
    text-align: center;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.meeting-check.show h1 {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.meeting-check .div {
    padding: 108px 0 90px 0;
    margin-top: 100px;
}

.meeting-check .div .title {
    width: 465px;
    float: left;
    margin-left: 165px;
    background: url(../image/line13.png) right bottom no-repeat;
    height: 235px;
}

.meeting-check .div .title.other {
    width: 430px;
    margin: 0;
    background: none;
    margin-left: 180px;
}

.meeting-check .div .title h3 {
    font-size: 24px;
    color: #474747;
    line-height: 1.5;
    margin-bottom: 30px;
}

.meeting-check .div .title p {
    font-size: 14px;
    color: #707070;
    line-height: 2.5;
}

.meeting-check .div .title.other p {
    line-height: 2;
}

.meeting-check .div .title.other h3 .edit {
    float: right;
    font-size: 15px;
    color: #1f9dd8;
    line-height: 1.5;
    margin-top: 10px;
    display: inline-block;
    margin-right: 35px;
}

.meeting-check h4 {
    font-size: 25px;
    color: #474747;
    line-height: 1.8;
    width: 100%;
    text-align: right;
    height: 35px;
}

.meeting-check h4 .style {
    font-family: å¾®è½¯é›…é»‘;
}

.meeting-check h4 .pay {
    float: right;
    width: 155px;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    background: #1f9dd8;
    border-radius: 50px;
    margin: 0 30px;
}

#div1 li {
    cursor: pointer;
}


/*ä¼šè®®æŠ¥åä¿¡æ¯ä¿®æ”¹*/

.meeting-revision {
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.meeting-revision.show {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.meeting-revision .enrol-main {
    padding: 30px 0 85px;
}

.meeting-revision .enrol-main .div h2 {
    margin: 45px 0;
}

.meeting-revision .enrol-main .div .input {
    position: relative;
    margin: 0 auto;
    margin-bottom: 25px;
}

.meeting-revision .enrol-main .div .input .vall {
    display: block;
    width: 405px;
    height: 45px;
    line-height: 45px;
    text-align: left;
    padding-left: 20px;
    background: url(../image/vall1.png) 390px center no-repeat;
    font-size: 14px;
    color: #b8b8b8;
    cursor: pointer;
}

.meeting-revision .enrol-main .div .input .vall i {
    float: right;
    width: 50px;
    height: 45px;
    cursor: pointer;
}

.meeting-revision .enrol-main .div .input .list {
    width: 405px;
    padding-left: 20px;
    text-align: left;
    position: absolute;
    left: 0;
    top: 41px;
    height: 0;
    overflow: hidden;
    z-index: 100;
    background: #ffffff;
    border: 1px solid #d6d6d6;
    border-top: none;
    border-bottom-width: 0;
}

.meeting-revision .enrol-main .div .input .list.bn {
    border-bottom-width: 1px;
}

.meeting-revision .enrol-main .div .input .list li {
    font-size: 14px;
    color: #b8b8b8;
    cursor: pointer;
}

.meeting-revision .enrol-main .div {
    width: 100%;
}

.meeting-revision .enrol-main .btn {
    width: 432px;
    margin: 0 auto;
}

.meeting-revision .enrol-main .div .line {
    border-top: 1px solid #c4c4c4;
    line-height: 125px;
    margin-bottom: 0;
}


/*æ‰¾å›žå¯†ç&nbsp;*/

.meeting-find {
    text-align: center;
    padding: 175px 0 225px;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.meeting-find.show {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.meeting-find h2 {
    font-size: 24px;
    color: #474747;
    line-height: 1.5;
}

.meeting-find .input {
    width: 425px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 35px;
}

.meeting-find .input input {
    width: 386px;
    margin-left: 20px;
    line-height: 40px;
    height: 40px;
    background: none;
    border: none;
    font-size: 14px;
    color: #474747;
}

.meeting-find .input input::placeholder {
    color: black;
}

.meeting-find .btn {
    width: 155px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50px;
    background: #1f9dd8;
    font-size: 15px;
    color: #ffffff;
    display: block;
    margin: 0 auto;
}


/*å¯†ç&nbsp;ä¿®æ”¹*/

.password-change {
    text-align: center;
    padding: 70px 0 185px;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.password-change.show {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.password-change h2 {
    font-size: 24px;
    color: #474747;
    line-height: 1.5;
}

.password-change .input {
    margin-bottom: 15px;
}


/*search-reslut*/

.search-reslut .search-top {
    height: 85px;
    background: #333333;
    padding-top: 45px;
}

.search-reslut .search-top .input {
    width: 462px;
    height: 38px;
    background: url(../image/input2.png) center center no-repeat;
    float: left;
}

.search-reslut .search-top .input input {
    width: 385px;
    margin-left: 35px;
    height: 38px;
    line-height: 38px;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 14px;
    float: left;
}

.search-reslut .search-top .input .btn {
    width: 42px;
    height: 38px;
    float: left;
}

.search-reslut .search-top h4 {
    font-size: 14px;
    color: #ffffff;
    line-height: 38px;
    margin-left: 100px;
    float: left;
}

.search-reslut .search-top .click {
    font-size: 12px;
    color: #ffffff;
    line-height: 36px;
    width: 135px;
    height: 36px;
    text-align: center;
    float: left;
    border: 1px solid #ffffff;
    border-radius: 50px;
    text-transform: uppercase;
    margin-left: 20px;
}

.search-reslut .page.other {
    width: 795px;
    text-align: left;
    padding-left: 240px;
    margin-top: 20px;
    margin-bottom: 0;
}

.search-reslut .news-list .main .main-left .text.last {
    border: none;
}

.search-reslut .main .main-right .box.last {
    margin-bottom: 0;
}


/*æ”¯ä»˜æ–¹å¼*/

.finance-way h1 {
    font-size: 40px;
    color: #474747;
    line-height: 135px;
    background: url(../image/enrol-top.png) center center repeat;
    text-align: center;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.finance-way.show h1 {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.finance-way h1 .style {
    font-family: å¾®è½¯é›…é»‘;
}

.finance-way .div {
    padding: 110px 0 85px;
    text-align: left;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.finance-way.show .div {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.finance-way .div h2 {
    font-size: 24px;
    color: #474747;
    line-height: 1.5;
    padding-left: 355px;
}

.finance-way .div .inner .check,
.finance-way .div .inner .checkall {
    background: url(../image/check3.png) center center no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    float: left;
    margin-top: 15px;
}

.finance-way .div .inner .choose {
    width: 224px;
    display: inline-block;
    margin: 0 30px;
}

.finance-way .div .inner .choose .child {
    padding-left: 25px;
    background-size: 18px auto;
    line-height: 20px;
    float: left;
    height: 18px;
    background: url(../image/check3.png) center center no-repeat;
    margin-top: 17px;
}

.finance-way .div .inner .choose .child.now {
    background: url(../image/check2.png) center center no-repeat;
}

.finance-way .div .inner {
    padding-left: 322px;
    margin-top: 40px;
}

.finance-way .div .inner .choose .pic {
    width: 169px;
    height: 53px;
    overflow: hidden;
    margin-left: 12px;
    float: left;
}

.finance-way .div h3 {
    font-size: 25px;
    color: #474747;
    text-align: right;
    line-height: 32px;
    margin-top: 95px;
}

.finance-way .div h3 .style {
    font-family: å¾®è½¯é›…é»‘;
}

.finance-way .div h3 .pay {
    width: 155px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #1f9dd8;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    float: right;
    border-radius: 50px;
    margin: 0 30px;
}


/*èµ„æ–™*/

.information-map {
    padding: 60px 0;
}

.information-map .from input {
    width: 225px;
}

.information-map .inner {
    height: 710px;
    position: relative;
    margin-top: 90px;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.information-map.show .inner {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.information-map .inner .map1 {
    width: 450px;
    height: 690px;
    background: url(../image/map1.png) center center no-repeat;
    position: absolute;
    left: 85px;
    top: 0;
}

.information-map .inner .map2 {
    width: 673px;
    height: 294px;
    background: url(../image/map2.png) center center no-repeat;
    position: absolute;
    left: 502px;
    top: -19px;
}

.information-map .inner .map4 {
    width: 210px;
    height: 238px;
    background: url(../image/map4.png) center center no-repeat;
    position: absolute;
    left: 554px;
    top: 255px;
}

.information-map .inner .map5 {
    width: 385px;
    height: 361px;
    background: url(../image/map5.png) center center no-repeat;
    position: absolute;
    left: 744px;
    top: 176px;
}

.information-map .inner .map3 {
    width: 96px;
    height: 107px;
    background: url(../image/map3.png) center center no-repeat;
    position: absolute;
    left: 704px;
    top: 237px;
    z-index: 10;
}

.information-map .inner a {
    width: 100%;
    height: 100%;
    display: block;
}

.information-map .inner .map1:hover {
    width: 450px;
    height: 690px;
    background: url(../image/map6.png) center center no-repeat;
    position: absolute;
    left: 85px;
    top: 0;
}

.information-map .inner .map4:hover {
    width: 265px;
    height: 227px;
    background: url(../image/map7.png) center center no-repeat;
    position: absolute;
    left: 554px;
    top: 255px;
}

.information-map .inner .map3:hover {
    width: 245px;
    height: 99px;
    background: url(../image/map8.png) center center no-repeat;
    position: absolute;
    left: 704px;
    top: 237px;
}

.information-map .inner .map2:hover {
    width: 664px;
    height: 285px;
    background: url(../image/map9.png) center center no-repeat;
}

.information-map .inner .map5:hover {
    width: 375px;
    height: 349px;
    background: url(../image/map10.png) center center no-repeat;
}

.information-map .infor-tool .div:nth-child(4),
.information-map .infor-tool .div:nth-child(3) {
    width: 225px;
}

.information-map .infor-tool .div:nth-child(4) .vall,
.information-map .infor-tool .div:nth-child(3) .vall {
    background-position: 195px center;
}

.material-search {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    opacity: 0;
}

.material-search.show {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.eye-wrong {
    background: url(../image/xing.png) left center no-repeat;
    line-height: 15px;
    background-size: auto 50%;
    width: 100%;
    height: 15px;
    margin-top: -15px;
    color: #F00;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 10px;
}

.transition {
    opacity: 0;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}

.translateX-100 {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
}

.translateX_100 {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
}

.translateY-100 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    transform: translateY(-100px);
}

.translateY_100 {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
}

.scrollShow .transition {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}


/*é¦–é¡µ*/

#body {
    overflow: hidden;
    padding-top: 80px;
}

.home5 {
    width: 100%;
    position: relative;
    text-align: center;
}

.home5 img {
    width: 100%;
}

.home5 h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -550px;
    margin-top: -100px;
    width: 1100px;
    color: #fff;
    font-family: Impact;
    font-size: 72px;
    text-transform: uppercase;
}

.home5 h1 b {
    font-size: 100px;
}

.home6 {
    text-align: center;
    height: 707px;
}

.home6 .head {
    margin: 0 180px;
    padding: 133px 0 44px;
}

.home6 .head h1 {
    font-family: Impact;
    font-size: 72px;
    margin-bottom: 18px;
}

.home6 .head p {
    font-size: 18px;
    line-height: 24px;
}

.home6 .head p b {
    font-family: Arial;
    font-weight: bold;
}

.home6 ul {
    display: inline-block;
}

.home6 li {
    position: relative;
    float: left;
    padding: 10px;
    width: 140px;
    height: 140px;
    margin: 31px 30px;
}

.home6 li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 8px solid #e8eff7;
}

.home6 li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-left: -46px;
    margin-top: -2px;
    background: url(../image/dot.png) no-repeat;
    width: 27px;
    height: 5px;
}

.home6 li:first-child:after {
    display: none;
}

.home6 .cir {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 38px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: -1.5em;
    overflow: hidden;
}

.home6 .cir:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    border-radius: 50%;
    border: 1px solid #6fa0df;
}

.home6 .cir:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    overflow: hidden;
}

.home6 .cir b {
    font-size: 26px;
    font-weight: bold;
    vertical-align: middle;
    letter-spacing: 0;
}

.home6 .cir .f40 {
    font-size: 40px;
    font-family: Arial;
}

.home6 .cir .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #2060b1;
}

.home6 .cir .center {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: -15px;
}

.home6 .cir .center .ico {
    display: block;
    margin-bottom: 8px;
}

.home6 .cir .center b {
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}

.home6 .l1 {
    -webkit-transform: translateX(480px);
    -moz-transform: translateX(480px);
    transform: translateX(480px);
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    transition-delay: .5s;
}

.home6 .l2 {
    -webkit-transform: translateX(256px);
    -moz-transform: translateX(256px);
    transform: translateX(256px);
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    transition-delay: .25s;
}

.home6 .l3 {
    width: 176px;
    height: 176px;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 1;
    padding: 23px;
}

.home6 .l3:before {
    border-width: 20px;
}

.home6 .l4 {
    -webkit-transform: translateX(-256px);
    -moz-transform: translateX(-256px);
    transform: translateX(-256px);
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    transition-delay: .25s;
}

.home6 .l5 {
    -webkit-transform: translateX(-480px);
    -moz-transform: translateX(-480px);
    transform: translateX(-480px);
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    transition-delay: .5s;
}

.home6 li p {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 -30px;
}

.home6 li {
    opacity: 0;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}

.home6.scrollShow li {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}

.home7 {
    height: 1210px;
    background: url(../image/bg1.jpg);
    text-align: center;
}

.home7 .head {
    padding: 123px 0 44px;
}

.home7 .head h1 {
    font-family: Impact;
    font-size: 72px;
    margin-bottom: 18px;
}

.home7 .head p {
    font-size: 19px;
    line-height: 24px;
}

.home7 ul {
    position: relative;
    height: 580px;
    background: url(../image/poly5.png) center bottom no-repeat;
    margin-bottom: 142px;
}

.home7 li {
    position: absolute;
    overflow: hidden;
}

.home7 li h1 {
    font-size: 20px;
    color: #2060b1;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
}

.home7 li h2 {
    font-size: 22px;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 9px;
}

.home7 li.l0 {
    top: 384px;
    left: 0;
    width: 100%;
    font-size: 24px;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
}

.home7 li.l1 {
    width: 190px;
    left: 50%;
    margin-left: -95px;
    background: url(../image/line16.png) center no-repeat;
}

.home7 li.l1 h1 {
    margin-bottom: 148px;
}

.home7 li.l2 {
    background: url(../image/line2.png) 220px center no-repeat;
    right: 50%;
    bottom: 80px;
    margin-right: 90px;
}

.home7 li.l2 h1 {
    margin-right: 220px;
}

.home7 li.l3 {
    background: url(../image/line18.png) 70px center no-repeat;
    left: 50%;
    bottom: 80px;
    margin-left: 90px;
}

.home7 li.l3 h1 {
    margin-left: 130px;
}

.home7 .bottom {
    text-align: left;
}

.home7 .bottom h1 {
    font-family: Arial;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 18px;
}

.home7 .bottom p {
    font-size: 18px;
    line-height: 24px;
    color: #707070;
}

.home8 {
    height: 1219px;
    background: url(../image/bg2.jpg) center no-repeat;
}

.home8 li {
    background: url(../image/style.png) left 6px no-repeat;
    padding-left: 20px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #707070;
    line-height: 1.5;
}

.home8 .left {
    position: relative;
    overflow: hidden;
    height: 600px;
}

.home8 .block&gt;.left:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../image/bg1.jpg);
    -webkit-transition: height 3s;
    -moz-transition: height 3s;
    transition: height 3s;
}

.home8 .left.scrollShow:after {
    height: 0;
}

.home8 .right {
    width: 414px;
    padding-top: 196px;
}

.home8 .right h1 {
    margin-bottom: 32px;
}

.home8 .bottom {
    clear: both;
    overflow: hidden;
    margin: 0 90px;
    padding-top: 180px;
}

.home8 .bottom .left {
    width: 45%;
    margin-left: 10%;
}

.home8 .bottom .left:first-child {
    margin-left: 0;
}

.home8 .bottom h1 {
    font-size: 40px;
    font-family: Arial;
    font-weight: bold;
    margin-bottom: 20px;
}

.home8 .bottom p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px;
}

.home9 {
    height: 778px;
    background: url(../image/bg3.jpg) center top no-repeat;
}

.home9 .block {
    height: 100%;
}

.home9 .head {
    position: relative;
    padding-top: 35px;
    z-index: 2;
}

.home9 .head h1 {
    font-size: 40px;
    font-family: Arial;
    font-weight: bold;
    margin-bottom: 17px;
}

.home9 .head p {
    font-size: 18px;
    line-height: 24px;
}

.home9 ul {
    position: relative;
}

.home9 li {
    position: absolute;
    width: 210px;
    font-size: 20px;
    font-family: Arial;
    font-weight: bold;
    color: #2060b1;
    text-align: center;
}

.home9 li.l1 {
    left: 150px;
    top: 80px;
}

.home9 li.l2 {
    left: 90px;
    top: 190px;
}

.home9 li.l3 {
    right: 140px;
    top: 90px;
}

.home9 li.l4 {
    right: 90px;
    top: 220px;
}

.home9 ul {
    position: relative;
    z-index: 1;
}

.home9 li.line1 {
    left: 50%;
    top: 84px;
    margin-left: -584px;
    background: url(../image/line21.png) no-repeat;
    width: 1168px;
    height: 285px;
    z-index: 3;
}

.home9 li.line2 {
    left: 50%;
    top: -82px;
    margin-left: -451px;
    background: url(../image/line20.png) no-repeat;
    width: 903px;
    height: 451px;
    z-index: 2;
}

.home9 li.line3 {
    left: 50%;
    top: -138px;
    margin-left: -508px;
    background: url(../image/line19.png) no-repeat;
    width: 1017px;
    height: 508px;
    z-index: 1;
}

.home9 .btn {
    position: absolute;
    left: 50%;
    margin-left: -192px;
    bottom: 140px;
    background: url(../image/btn6.png) no-repeat;
    width: 384px;
    height: 77px;
    line-height: 77px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-indent: 3em;
}

.home10 {
    height: 1925px;
    background: url(../image/bg1.jpg);
}

.home10 .head {
    text-align: center;
    padding: 125px 0 20px;
}

.home10 .head h1 {
    font-family: Impact;
    font-size: 72px;
    margin-bottom: 12px;
}

.home10 .head p {
    font-size: 18px;
}

.home10 .box {
    position: relative;
    margin-bottom: 74px;
}

.home10 .box:after {
    content: '';
    position: absolute;
    left: 308px;
    top: 128px;
    background: url(../image/line17.png) no-repeat;
    width: 0;
    height: 352px;
    overflow: hidden;
    -webkit-transition: width 2s ease-in;
    -moz-transition: width 2s ease-in;
    transition: width 2s ease-in;
}

.home10 .box span {
    position: absolute;
    left: 308px;
    top: 128px;
    background: url(../image/line17.png) no-repeat;
    width: 781px \9;
    height: 352px;
    overflow: hidden;
}

.home10 .box i {
    position: absolute;
}

.home10 .box i.i1 {
    left: 328px;
    top: 312px;
}

.home10 .box i.i2 {
    left: 439px;
    top: 201px;
}

.home10 .box i.i3 {
    left: 751px;
    top: 115px;
}

.home10 .box i.i4 {
    left: 1098px;
    top: 15px;
}

.home10.scrollShow .box:after {
    width: 781px;
}

.home10 dl {
    margin-bottom: 40px;
}

.home10 dt {
    font-family: Arial;
    font-weight: bold;
    font-size: 40px;
    color: #474747;
    margin-bottom: 20px;
}

.home10 dd {
    font-size: 18px;
    line-height: 24px;
}

.home10 dd a {
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    background: url(../image/style2.png) left 6px no-repeat;
    margin-bottom: 12px;
}

.home10 .bottom {
    text-align: center;
    padding-top: 35px;
}

.home10 .bottom a {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    width: 310px;
    height: 62px;
    text-indent: 3em;
    line-height: 62px;
    margin: 0 5px;
}

.home10 .bottom a.btn1 {
    background: url(../image/btn7.png) no-repeat;
}

.home10 .bottom a.btn2 {
    background: url(../image/btn3.png) no-repeat;
}

.home11 {
    height: 2079px;
}

.home11 .head {
    text-align: center;
    padding: 125px 0 20px;
}

.home11 .head h1 {
    font-family: Impact;
    font-size: 72px;
    margin-bottom: 18px;
}

.home11 .head p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}

.home11 .box {
    position: relative;
    margin-bottom: 30px;
}

.home11 .box i {
    position: absolute;
    background: url(../image/start.png) no-repeat;
    width: 27px;
    height: 31px;
    -webkit-animation: 5s ease-in-out infinite;
    -moz-animation: 5s ease-in-out infinite;
    animation: 5s ease-in-out infinite;
}

.home11 .box i.i1 {
    left: 11%;
    top: 60%;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    animation-delay: 0;
}

.home11 .box i.i2 {
    left: 11%;
    top: 10%;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s;
}

.home11 .box i.i3 {
    left: 38%;
    top: 5%;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}

.home11 .box i.i4 {
    left: 78%;
    top: 24%;
    -webkit-animation-delay: .7s;
    -moz-animation-delay: .7s;
    animation-delay: .7s;
}

.home11 .box i.i5 {
    left: 90%;
    top: 58%;
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    animation-delay: .9s;
}

.home11 .box i.i6 {
    left: 43%;
    top: 27%;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.home11 .box.scrollShow i {
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes flash {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    15% {
        -webkit-transform: scale(1.8);
        opacity: 0;
    }
    30% {
        -webkit-transform: scale(0.8);
        opacity: 1;
    }
    45% {
        -webkit-transform: scale(1.6);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(0.5);
        opacity: 1;
    }
    75% {
        -webkit-transform: scale(1.8);
        opacity: 0;
    }
    90% {
        -webkit-transform: scale(0.8);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2);
        opacity: 0;
    }
}

@-moz-keyframes flash {
    0% {
        -moz-transform: scale(1);
        opacity: 1;
    }
    15% {
        -moz-transform: scale(1.8);
        opacity: 0;
    }
    30% {
        -moz-transform: scale(0.8);
        opacity: 1;
    }
    45% {
        -moz-transform: scale(1.6);
        opacity: 0;
    }
    60% {
        -moz-transform: scale(0.5);
        opacity: 1;
    }
    75% {
        -moz-transform: scale(1.8);
        opacity: 0;
    }
    90% {
        -moz-transform: scale(0.8);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes flash {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    15% {
        transform: scale(1.8);
        opacity: 0;
    }
    30% {
        transform: scale(0.8);
        opacity: 1;
    }
    45% {
        transform: scale(1.6);
        opacity: 0;
    }
    60% {
        transform: scale(0.5);
        opacity: 1;
    }
    75% {
        transform: scale(1.8);
        opacity: 0;
    }
    90% {
        transform: scale(0.8);
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.home11 dl {
    margin-bottom: 40px;
}

.home11 dt {
    font-family: Arial;
    font-weight: bold;
    font-size: 40px;
    color: #474747;
    margin-bottom: 20px;
}

.home11 dd {
    font-size: 18px;
    line-height: 24px;
}

.home11 dd a {
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    background: url(../image/style2.png) left 6px no-repeat;
    margin-bottom: 12px;
}

.home11 .bottom {
    text-align: center;
    padding-top: 35px;
}

.home11 .bottom a {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    width: 332px;
    height: 63px;
    text-indent: 3em;
    line-height: 63px;
    margin: 0 5px;
}

.home11 .bottom a.btn1 {
    background: url(../image/btn4.png) no-repeat;
}

.home11 .bottom a.btn2 {
    background: url(../image/btn5.png) no-repeat;
}

.agenda {
    width: 1230px;
    padding: 120px 0 105px;
    margin: 0 auto;
    font-family: AvianRegular;
}

.agenda .head {
    text-align: center;
    margin-bottom: 20px;
}

.agenda .head .h1 {
    font-size: 24px;
    margin-bottom: 18px;
}

.agenda .head .h2 {
    font-size: 16px;
}

.agenda .tab-bar {
    margin-bottom: 24px;
    font-size: 0;
    text-align: center;
}

.agenda .tab-bar ul {
    display: inline-block;
    overflow: hidden;
}

.agenda .tab-term {
    float: left;
    margin: 0 21px;
    font-size: 16px;
    width: 130px;
    height: 35px;
    border-radius: 5px;
    line-height: 35px;
    background-color: #f6f6f6;
    cursor: pointer;
}

.agenda .tab-term.cur {
    background-color: #1f9dd8;
    color: #fff;
}

.agenda .tab-cont {
    position: relative;
}

.agenda .tab-cont:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
}

.agenda .tab-item {
    display: none;
}

.agenda .tab-item.act {
    display: block;
}

.agenda .tab-item table {
    table-layout: fixed;
    width: 100%;
}

.agenda .tab-item thead {}

.agenda .tab-item tbody {}

.agenda .tab-item tbody+tbody {
    border-top: 2px solid #1f9dd8;
}

.agenda .tab-item tr {
    border: 0 none;
}

.agenda .tab-item th {
    font-size: 12px;
    line-height: 52px;
    font-weight: normal;
    color: #fff;
    background-color: #1f9dd8;
}

.agenda .tab-item th+th {
    border-left: 1px solid #41b0e4;
}

.agenda .tab-item td {
    padding: 10px 0;
    border: 1px solid #e7e7e7;
    font-size: 12px;
    line-height: 1.5;
    color: #474747;
    word-wrap: break-word;
}

.agenda .tab-item .td1 {}

.agenda .tab-item .td2 {}

.agenda .tab-item .td3 {}

.agenda .tab-item .td4 {}

.agenda .tab-item .td5 {}

.agenda .tab-item .td6 {}

.agenda .tab-item .s {
    display: block;
    padding: 0 20px;
    text-align: left;
}

.agenda .tab-item .b {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: bold;
}

.agenda .tab-item .link {
    display: block;
    padding: 0 20px;
    text-decoration: underline;
}

.agenda .tab-item .btn-up,
.agenda .tab-item .btn-down {
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 27px;
    margin: 0 4px;
    background: left no-repeat #f6f6f6;
    border-radius: 5px;
}

.agenda .tab-item .btn-up {
    background-image: url(../image/ico-up.png);
}

.agenda .tab-item .btn-down {
    background-image: url(../image/ico-down.png);
}

.agenda .tab-item .btn-up:hover,
.agenda .tab-item .btn-down:hover {
    background-position: right;
    background-color: #1f9dd8;
}


/* 2020-07-06lyj */

.search-reslut .news-list .main .main-left .page {
    padding-left: 0;
}

.main .main-left {
    width: 795px;
    float: left;
    text-align: left;
    padding-right: 60px;
}

.landed .div {
    padding-bottom: 60px;
}


/*20200701*/

.inner_time {
    padding: 0 !important;
}

.v_box {
    width: 987px;
}

.v_box .tit {
    background-color: #fff;
    padding: 35px 0;
    height: auto !important;
    border: none;
}


/*.v_box .tit img{ display: block; }*/


/*.v_box .video_box{ height: 618px; background-color: #000; }*/

.v_box .video_box video {
    width: 100%;
    height: 100%;
}


/*20200701*/


/* ä¾§è¾¹å¯¼èˆªæŒ‚ä»¶2 */

.sidebar-mod2 {
    position: fixed;
    top: 145px;
    right: 0;
    z-index: 9;
    overflow: hidden;
}

.sidebar-mod2 .sidebar-item {
    position: relative;
    display: block;
    width: 143px;
    height: 143px;
}

.sidebar-mod2 .sidebar-item .io {
    background-color: #fff;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 10px;
    padding: 26px 17px;
    height: 91px;
}

.show {
    display: block;
}

.sidebar-mod2 .sidebar-item .io .countDown2 {
    float: left;
    height: 90px;
}

.sidebar-mod2 .sidebar-item .io .countDown2 .box {
    width: 50px;
    height: 24px;
    display: flex;
    justify-content: space-between;
    position: relative;
    float: left;
}

.sidebar-mod2 .sidebar-item .io .countDown2 .box:nth-child(odd) {
    margin-left: 8px;
}

.sidebar-mod2 .sidebar-item .io .countDown2 .box:nth-of-type(4) {
    margin-top: 30px;
}

.sidebar-mod2 .sidebar-item .io .countDown2 .box:nth-of-type(5) {
    margin-top: 30px;
}

.sidebar-mod2 .sidebar-item .io .countDown2 .box .tt {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%);
    color: #0c8def;
    font-size: 10px;
}

.sidebar-mod2 .sidebar-item .io .countDown2 .box .img {
    padding: 4px 7px;
    text-align: center;
    width: 50%;
}

.sidebar-mod2 .sidebar-item .io .countDown2 .box .img+.img {
    margin-left: 1px;
}

.sidebar-mod2 .sidebar-item .io .countDown2 .box .img img {
    width: 100%;
    height: 100%;
}

.sidebar-mod2 .sidebar-item .io .countDown2 .box .img {
    background: url(../image/lwr/i10.png) no-repeat center;
    background-size: cover;
}

.sidebar-mod2 .sidebar-item .io .countDown2 .p {
    display: none;
}

.sidebar-mod2 .sidebar-item .iov {
    display: none;
}

.sidebar-mod2 .sidebar-item .iov img {
    width: 100%;
    height: 100%;
}

.sidebar-mod2 .sidebar-item:hover {
    border: none;
}

.sidebar-mod2 .sidebar-item:hover .io {
    display: none;
}

.sidebar-mod2 .sidebar-item:hover .iov {
    display: block;
}


/* ä¾§è¾¹å¯¼èˆªæŒ‚ä»¶2 */


/* working space å¼¹çª—2 */


/* .mask2{background-color: rgba(25, 25, 25, 0.5); width:100%; height:100%;position:fixed;top:0;left:0;z-index: 99999;} */


/* .mask2 .prompt_box{width: 1150px;height: 620px;position:fixed;top:50%; left:50%; margin-left: -575px;margin-top: -310px;} */

.mask2 {
    background-color: rgba(25, 25, 25, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
}

.mask2.show {
    opacity: 1;
    visibility: visible;
}

.mask2 .prompt_box {
    width: 100%;
    height: 100%;
}

.mask2 .prompt_box .prompt_cancel {
    width: 32px;
    height: 32px;
    background: url(../../../common3/image/close.png) no-repeat;
    position: absolute;
    right: 200px;
    top: 100px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}


/* .mask2 .prompt_box{width: 1150px;height: 620px;position:fixed;top:50%; left:50%; margin-left: -575px;margin-top: -310px;}
.mask2 .prompt_box .prompt_cancel{width: 32px;height: 32px;background: url(../../../common3/image/close.png) no-repeat;position: absolute;right: -42px;top: -83px;z-index: 9;opacity: 0;visibility: hidden;cursor: pointer;} */

.mask2 .prompt_box .prompt_cancel.show {
    opacity: 1;
    visibility: visible;
}

.mask2 .prompt_box .prompt_cont {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mask2 .prompt_box .prompt_cont .t {
    text-align: center;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

.mask2 .prompt_box .prompt_cont .countDown {
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translatex(-50%);
    display: flex;
    justify-content: space-between;
}

.show {
    display: block;
}

.mask2 .prompt_box .prompt_cont .countDown .box {
    width: 230px;
    height: 110px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.mask2 .prompt_box .prompt_cont .countDown .box+.box {
    margin-left: 95px;
}

.mask2 .prompt_box .prompt_cont .countDown .box .tt {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    font-size: 18px;
}

.mask2 .prompt_box .prompt_cont .countDown .box .img {
    padding: 15px 20px;
    text-align: center;
    width: 50%;
}

.mask2 .prompt_box .prompt_cont .countDown .box .img+.img {
    margin-left: 10px;
}

.mask2 .prompt_box .prompt_cont .countDown .box .img img {
    width: 100%;
    height: 100%;
}

.mask2 .prompt_box .prompt_cont .countDown .box .i1 {
    background: url(../image/lwr/i1.png) no-repeat center;
    background-size: cover;
}

.mask2 .prompt_box .prompt_cont .countDown .box .i2,
.mask2 .prompt_box .prompt_cont .countDown .box .i6 {
    background: url(../image/lwr/i2.png) no-repeat center;
    background-size: cover;
}

.mask2 .prompt_box .prompt_cont .countDown .box .i3,
.mask2 .prompt_box .prompt_cont .countDown .box .i5,
.mask2 .prompt_box .prompt_cont .countDown .box .i7 {
    background: url(../image/lwr/i5.png) no-repeat center;
    background-size: cover;
}

.mask2 .prompt_box .prompt_cont .countDown .box .i4,
.box .i8 {
    background: url(../image/lwr/i4.png) no-repeat center;
    background-size: cover;
}

.mask2 .prompt_box .prompt_cont .countDown .p {
    display: none;
}

.mask2 .prompt_box .prompt_cont .button {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translatex(-50%);
    display: flex;
    justify-content: space-between;
    width: 1194px;
}

.mask2 .prompt_box .prompt_cont .button a {
    height: 70px;
    text-align: center;
    background: url(../image/lwr/bj2.png) no-repeat center;
    background-size: contain;
    width: 50%;
    line-height: 70px;
    color: #fff;
    font-size: 26px;
}

.mask2 .prompt_box .prompt_cont .button a img {
    margin-right: 20px;
    width: auto;
    height: auto;
}

.mask2 .prompt_box .prompt_cont .button a+a {
    margin-left: 65px;
}


/* working space å¼¹çª—2 */


/* 20211021 */

.sorting_list {
    color: #333;
}

.sorting_list .li::after {
    content: '';
    display: block;
    clear: both;
}

.sorting_list .li {
    min-height: 414px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sorting_list .li+.li {
    margin-top: 44px;
}

.sorting_list .li .img {
    width: 316px;
}

.sorting_list .li .img img {
    width: 100%;
    display: block;
}

.sorting_list .li .rbox {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 100px;
}

.sorting_list .li .rbox .t1 {
    font-size: 32px;
    font-weight: bold;
}

.sorting_list .li .rbox .t2 {
    font-size: 24px;
    margin-top: 10px;
    line-height: 1.4;
}

.sorting_list .li .rbox .p {
    line-height: 1.3;
    font-size: 14px;
    margin-top: 22px;
}

.sorting_list .li .rbox .icon {
    width: 210px;
}

.sorting_list .li .rbox .icon.dn {
    display: none;
}

.sorting_list .li .rbox .icon img {
    width: 100%;
    display: block;
}

.sl2 .li .rbox .icon {
    margin-bottom: 42px;
}


/* 20211021 */


/* &lt;!-- 2022å€’è®¡æ—¶css --&gt; */

.countdown_2022 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../image/2022countdown/jpg1.jpg) no-repeat center;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.countdown_2022.show {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.countdown_2022 .close {
    width: 56px;
    height: 56px;
    background: url(../image/2022countdown/png4.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 55px;
    right: 55px;
    cursor: pointer;
    z-index: 9;
}

.countdown_2022 .cd_wrap {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
}

.countdown_2022 .logo {
    width: 128px;
    margin: auto;
    position: relative;
}

.countdown_2022 .logo::after {
    content: '';
    width: 534px;
    height: 185px;
    background: url(../image/2022countdown/png3.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: -6px;
}

.countdown_2022 .logo img {
    width: 100%;
    display: block;
    height: auto;
}

.countdown_2022 .text {
    width: 1190px;
    margin: 90px auto 0;
}

.countdown_2022 .text img {
    width: 100%;
    display: block;
    height: auto;
}

.countdown_2022 .countDown {
    margin-top: 50px;
    text-align: center;
    font-size: 0;
}

.countdown_2022 .countDown .box {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin: 0 28px;
}

.countdown_2022 .countDown .box .img {
    display: inline-block;
    vertical-align: top;
    width: 133px;
    height: 152px;
    line-height: 152px;
    box-sizing: border-box;
    position: relative;
    background: none;
    margin: 0 2px;
}

.countdown_2022 .countDown .box .img::after {
    content: '';
    width: 183px;
    height: 198px;
    background: url(../image/2022countdown/png1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
}

.countdown_2022 .countDown .box .img img {
    width: 67px;
    display: inline-block;
    height: auto;
    position: relative;
    z-index: 2;
    vertical-align: middle;
}

.countdown_2022 .countDown .box .tt {
    font-size: 18px;
    color: #ffe25b;
    margin-top: 18px;
}

.navigation_2022 {
    background: rgba(255, 255, 255, 0.2) url(../image/2022countdown/png6.png) no-repeat center;
    position: fixed;
    top: 30%;
    transform: translateY(-50%);
    right: 0;
    width: 150px;
    height: 150px;
    font-size: 0;
    box-sizing: border-box;
    border: 1px solid rgba(29, 151, 145, 0.4);
    border-radius: 8px 0 0 8px;
    cursor: pointer;
    padding-right: 5px;
    padding-left: 2px;
    z-index: 99;
}

.navigation_2022 .box {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin-top: 17px;
    text-align: center;
}

.navigation_2022 .box .img {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 33px;
    line-height: 33px;
    background: url(../image/2022countdown/png5.png) no-repeat center;
    background-size: contain;
}

.navigation_2022 .box .img+.img {
    margin-left: 1px;
}

.navigation_2022 .box .img img {
    width: 12px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.navigation_2022 .box .tt {
    font-size: 12px;
    color: #31bfba;
    margin-top: 3px;
}


/* 20220428 */

.j-input.meeting-find .input {
    margin: 20px auto 0;
}

.j-input.meeting-find .input1 {
    margin-top: 45px;
}

.j-input.meeting-find .j-text {
    font-size: 14px;
    color: #474747;
    margin-top: 5px;
}

.j-input.meeting-find .btn {
    margin-top: 15px;
}

.j-input.meeting-find .div-input2 {
    display: flex;
    width: 425px;
    margin: 20px auto 0;
    height: 40px;
}

.j-input.meeting-find .div-input2 .input {
    width: 205px;
    margin: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-sizing: border-box;
}

.j-input.meeting-find .div-input2 .input input {
    margin-left: 30px;
}

.j-input.meeting-find .div-input2 img {
    width: 100px;
    height: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.j-input.meeting-find .div-input2 .j-summit {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    background: #1f9dd8;
    margin-left: 20px;
    cursor: pointer;
}

.pop-mod {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.pop-mod::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.pop-mod .pop-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
    text-align: center;
    overflow: hidden;
}

.pop-mod .pop-dialog {
    position: relative;
    display: inline-block;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    word-break: normal;
    width: 425px;
    height: 177px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #1f9dd8;
    border-radius: 5px;
}

.pop-cont {
    padding: 50px 15px;
    line-height: 1.5;
}

.pop-cont .btn {
    background-color: #1f9dd8;
    width: 155px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    margin: 20px auto 0;
    display: block;
    cursor: pointer;
}

.pop-mod .pop-close {
    background: url(../image/jhy/close.png) center no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: -60px;
    cursor: pointer;
}

.pop-mod.x-show {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.pop-mod.x-show::before {
    transform: translateX(0%);
}
/* 20220609 */
.work-registered .inner-left .j-summit{
    width: 100px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    background: #1f9dd8;
    margin-left: 20px;
    cursor: pointer;
    float: right;
}
.work-registered .inner-left .input2{margin-bottom: 20px;width: 432px;}
.work-registered .inner-left .input2 .input{width: 310px;float: left;margin-bottom: 0;border-top-right-radius: 0;border-bottom-right-radius: 0;}
.work-registered .inner-left .red{color:#b8b8b8;font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;}
.work-registered .inner-left .red::before{content: '';
    width: 10px;
    height: 10px;
    background: url(../image/xing.png) center no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 5px;
}

.h5-wrong2{
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
    color: #fff;
}
.h5-wrong2::before {
    content: '';
    width: 10px;
    height: 10px;
    background: url(../image/xing.png) center no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 5px;
}


/* 20221011è§†é¢‘ç›´æ’­é¡µé¢ */
.video_live1{}
.video_live1 .con{padding-top: 95px;padding-bottom: 100px;font-family: "HuaweiSans-Bold";box-sizing: border-box;}
.video_live1 .con .t1{font-size: 34px;color:#444444;}
.video_live1 .con .t2{font-size: 20px;margin-top: 33px;color:#3561ab;}
.video_live1 .con .t3{font-size: 20px;margin-top: 5px;color:#666666;}
.video_live1 .con .box{margin-top: 43px;height: 381px;}
.video_live1 .con .box .l{width: 677px;float: left;height: 100%;position: relative;}
.video_live1 .con .box .r{float: left;width: 573px;background-color: #f9fbff;color:#444444;padding:40px 22px 40px 40px;box-sizing: border-box;height: 100%;font-size: 18px;font-family: "HuaweiSans-Regular";line-height: 1.5;hyphens: auto;text-align: justify;text-justify: distribute;}
.video_live1 .video{width: 100%;height: 100%;}
.video_live1 video{width: 100%;height: 100%;}
.video_live1 .con .box .scroll-tab{height: 100%;}
.video_live1 .mCSB_scrollTools{opacity: 1;transition:none;width: 6px;}
.video_live1 .mCustomScrollbar &gt; .mCustomScrollBox &gt; .mCSB_scrollTools.mCSB_scrollTools_onDrag, 
.video_live1 .mCustomScrollbar &gt; .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag, 
.video_live1 .mCustomScrollBox:hover &gt; .mCSB_scrollTools, 
.video_live1 .mCustomScrollBox:hover ~ .mCSB_scrollTools, 
.video_live1 .mCS-autoHide:hover &gt; .mCustomScrollBox &gt; .mCSB_scrollTools, 
.video_live1 .mCS-autoHide:hover &gt; .mCustomScrollBox ~ .mCSB_scrollTools{opacity: 1;}
.video_live1 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color: #3561ab;}
.video_live1 .mCSB_scrollTools .mCSB_draggerRail{width: 6px;background-color: #dbe7ff;}
.video_live1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width: 6px;background-color: #3561ab;opacity: 1;transition:none;}
.video_live1 .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .video_live1 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color: #3561ab;}
/* 20221020 */
/* .video_live1 .video-mod{ position: relative; background-color: #000; overflow: hidden;}
.video_live1 .video-mod::before{ content: ''; display: block; padding-top: 56.25%;}
.video_live1 .video-js{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%;}
.video_live1 .vjs-ended .vjs-poster{ display: block;}
.video_live1 .video-js .vjs-control-bar{ position: static; visibility: hidden;}
.video_live1 .video-js .vjs-progress-control{ position: static; display: block;}
.video_live1 .video-js .vjs-progress-holder{ position: static;}
.video_live1 .video-js .vjs-load-progress,
.video_live1 .video-js .vjs-mouse-display,
.video_live1 .video-js .vjs-play-progress::before,
.video_live1 .video-js .vjs-play-progress .vjs-time-tooltip,
.video_live1 .video-js .vjs-play-progress .vjs-control-text{ display: none;}
.video_live1 .video-js .vjs-play-progress{ left: 0; right: 0; top: auto; bottom: 0; height: .3em; opacity: .5; visibility: visible;} */
/* .video_live1 .vjs-ended .vjs-play-progress{ visibility: hidden;opacity: 0;} */
.video_live1 .video-js .vjs-big-play-button{background: url(../image/jhy/play.png) center no-repeat;width: 76px;height: 76px;content: '';background-size: 100%;opacity: 1;position: absolute;right: 35px;bottom: 35px;border: 0;left: auto;top:auto;transform: translate(0);}
/* .video_live1 .video-js .vjs-big-play-button{transition-property:none;} */
.video_live1 .video-js .vjs-big-play-button .vjs-icon-placeholder:before{content:none;}
/* .video_live1 .video-js .vjs-play-progress,.video-js .vjs-control-bar{background-color: transparent;} */
.video_live1 .vjs-has-started .vjs-control-bar{opacity: 0;visibility: hidden;}
.video_live1 .video-play{position: absolute;left: 0;right: 0;top: 0;bottom: 0;cursor: pointer;display: none;}
.video_live1 .video-play::before{content: '';background: url(../image/jhy/play.png) center no-repeat;background-size: 100%;width: 76px;height: 76px;position: absolute;right: 35px;bottom: 35px;}
.video_live1 .video-play.x-show{display: block;}

/* 20221027  ç¬¬11æ¬¡é¢‘è°±ä¼šä¼šåŽä¸“é¢˜ */
.spectrum_featurebody{background: url(../image/jhy/bg1.jpg) top no-repeat;background-size: cover;font-family: Arial, Helvetica, sans-serif;padding-top: 0 !important;}
.spectrum_featurebody .block{width: 1400px;}
.spectrum_featurebody .title{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;position: relative;z-index: 2;}
.spectrum_featurebody .title.bg{padding-bottom: 130px;}
.spectrum_featurebody .title.bg::before{content: '';background: url(../image/jhy/line2.png) center no-repeat;position: absolute;width: 999px;height: 561px;left: 50%;transform: translateX(-50%);bottom: -210px;}
.spectrum_featurebody .title .t{position: relative;padding:0 80px;}
.spectrum_featurebody .title .t img{max-height: 42px;}
.spectrum_featurebody .title .t::before{background: url(../image/jhy/line1.png) center no-repeat;content: '';position: absolute;left: -231px;top:50%;transform: translateY(-50%);width: 231px;height: 13px;}
.spectrum_featurebody .title .t::after{background: url(../image/jhy/line1.png) center no-repeat;content: '';position: absolute;right: -231px;top:50%;transform: translateY(-50%) rotateY(180deg);width: 231px;height: 13px;}
.spectrum_featurebody .list{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
.spectrum_featurebody .item{width: 372px;margin:0 80px;}
.spectrum_featurebody .item .pic{padding:0 20px 0 16px;position: relative;}
.spectrum_featurebody .item .pic::before{content: '';background: url(../image/jhy/bg4.png) center no-repeat;width: 422px;height: 396px;position: absolute;left: -25px;top: -25px;}
.spectrum_featurebody .item .pic::after{content: '';background: url(../image/jhy/play2.png) center no-repeat;width: 105px;height: 105px;position: absolute;right: 0;bottom: 0;z-index: 3;}
.spectrum_featurebody .item .img{width: 336px;height: 336px;overflow: hidden;border-radius: 50%;position: relative;z-index: 2;}
.spectrum_featurebody .item .img img{width: 100%;max-height: 100%;}
.spectrum_featurebody .item .text{margin-top: 78px;color:#fff;text-align: center;width: 100%;}
.spectrum_featurebody .item .text .t1{font-size: 28px;height: 45px;position: relative;}
.spectrum_featurebody .item .text .t2{font-size: 20px;height: 32px;position: relative;}
.spectrum_featurebody .item .text .t{position: absolute;left: 50%;transform: translateX(-50%);top: 0;white-space: nowrap;}
.spectrum_featurebody .item .text .t3{font-size: 20px;margin-top: 10px;height: 32px;position: relative;}
/* .spectrum_featurebody a{display: block;width: 100%;height: 100%;} */

.spectrum_feature1{height: 826px;position: relative;}
.spectrum_feature1 .logo{width: 104px;height: 48px;position: absolute;top: 78px;right: 79px;overflow: hidden;}
.spectrum_feature1 .logo img{width: 100%;max-height: 100%;}
.spectrum_feature1 .t1{font-size: 56px;color:#fff;padding-top: 316px;line-height: 1.4;}
.spectrum_feature1 .t2{font-size: 26px;color:#fff;margin-top: 133px;line-height: 1.2;font-weight: lighter;}
.spectrum_feature2{padding-bottom: 97px;position: relative;background: url(../image/jhy/bg3.png) center  -25px no-repeat;}
.spectrum_feature2 .cont{width: 100%;height: 433px;background-size: 100%;font-size: 26px;padding:147px 83px 0 86px;color:#fff;line-height: 1.8;margin-top: 67px;position: relative;z-index: 1;}
.spectrum_feature2 .scroll-tab{height: 205px;}
.spectrum_feature3{padding-bottom: 212px;}
.spectrum_feature3 .cont{padding:20px 168px 0;}
.spectrum_feature4{padding-bottom: 225px;}
.spectrum_feature4 .cont{padding:0 168px;margin-top: -25px;}
.spectrum_feature4 .txt{font-size: 36px;color:#ffe8c4;text-align: center;}
.spectrum_feature4 .list{margin-top: 130px;}
.spectrum_feature5{padding-bottom: 215px;}
.spectrum_feature5 .cont{padding:0 168px;margin-top: -25px;}
.spectrum_feature5 .txt{font-size: 36px;color:#ffe8c4;text-align: center;}
.spectrum_feature5 .list{margin-top: 130px;}
.spectrum_feature6{padding-bottom: 57px;}
.spectrum_feature6 .cont{background: url(../image/jhy/bg5.png) center no-repeat;background-size: 100%;padding:11px 14px;min-height: 785px;}
.spectrum_feature6 .cont img{width: 100%;}
.spectrum_feature6 .video-js .vjs-big-play-button{background: url(../image/jhy/play2.png) center no-repeat;width: 125px;height: 125px;content: '';background-size: 100%;opacity: 1;position: absolute;right: 35px;bottom: 35px;border: 0;left: auto;top:auto;transform: translate(0);}
.spectrum_feature6 .video-js .vjs-big-play-button .vjs-icon-placeholder:before{content:none;}
.spectrum_feature6 .vjs-has-started .vjs-control-bar{opacity: 0;visibility: hidden;}
.spectrum_feature6 .video-play{position: absolute;left: 0;right: 0;top: 0;bottom: 0;cursor: pointer;display: none;}
.spectrum_feature6 .video-play::before{content: '';background: url(../image/jhy/play.png) center no-repeat;background-size: 100%;width: 76px;height: 76px;position: absolute;right: 35px;bottom: 35px;}
.spectrum_feature6 .video-play.x-show{display: block;}
.spectrum_feature6 .video-mod{width: 100%;height: 100%;}
.spectrum_feature6 .video-mod::before{padding-top: 55.6%;}
.spectrum_feature6 video{object-fit: cover;}
.spectrum_feature7{padding:268px 0;}
.spectrum_feature7 .t{color:#fff;font-size: 32px;text-align: center;position: relative;height: 94px;line-height: 94px;}
.spectrum_feature7 .t::before{content: '';background: url(../image/jhy/line3.png) center no-repeat;width: 100%;height: 1px;position: absolute;left: 50%;transform: translateX(-50%);top: 0;}
.spectrum_feature7 .t::after{content: '';background: url(../image/jhy/line3.png) center no-repeat;width: 100%;height: 1px;position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;}
.spectrum_feature7 .t a{color:#26fff7;text-decoration: underline;}


.questionnaire1{width: 100%;height: 200px;background-color: #3561ab;}
.questionnaire1 .block{
	height: 200px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;

}
.questionnaire1 .t{font-size: 40px;color: #fff;font-family: arial;}
.questionnaire2{font-family: arial;font-size: 28px;color: #333;padding-top: 93px;padding-bottom: 100px;}
.questionnaire2 .tit{color: #3561ab;font-weight: bold;}
.questionnaire2 .desc{margin-top: 20px;
-ms-text-align:justify;-moz-text-alignn:justify;-webkit-text-align:justify;	 -o-text-align: justify;text-align: justify;text-justify:inter-ideograph;
}
.questionnaire2 .tip{font-size: 24px;color: #ca0000;padding-left: 35px;background: url(../image/icon_jg.png) no-repeat left center;margin-bottom: 7px;
	visibility: hidden;opacity: 0;display: none;
}
.questionnaire2 .tip.show{visibility: visible;opacity: 1;}
.questionnaire2 .t{font-size: 30px;color: #3561ab;font-weight: bold;	margin-top: 35px;}
.questionnaire2 .t .zd{color: #ca0000;width: 20px;display: inline-block;}

.questionnaire2 .li{display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
	margin-left: 17px;
	margin-top: 29px;
}
.questionnaire2 .li.tx .name::before{background: url(../image/icon_jg.png) no-repeat left center;width: 24px;height: 28px;
	position: absolute;left: 0;top: 50%;transform: translateY(-50%);-ms-transform: translateY(-50%);content: "";display: block;
}
.questionnaire2 .li.tx .txt{border: 1px solid #ca0000;}

.questionnaire2 .name{width: 182px;padding-left: 35px;line-height: 54px;box-sizing: border-box;position: relative;}
.questionnaire2 .rr{flex: 1;}
.questionnaire2 .rr .txt{width: 600px;height: 54px;border: 1px solid #e8e8e8;padding: 0 20px;box-sizing: border-box;border-radius: 8px;font-size: 28px;}
.questionnaire2 .item{margin-top: 14px;}
.questionnaire2 .item + .item{padding-top: 17px;}
.questionnaire2 .ts{margin-left: 50px;margin-top: 25px;}
.questionnaire2 .div .t{display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;


}
.questionnaire2 .num{width: 37px;min-height: 37px;background-color: #3561ab;border-radius: 50%;color: #fff;font-weight: bold;text-align: center;line-height: 37px;
	margin-right: 20px;-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0}
.questionnaire2 .div .t span{color: #ca0000;margin-right: 8px;}

.questionnaire2 .lone{position: relative;padding-left: 42px;cursor: pointer;}


.questionnaire2 .rad{width: 21px;height: 21px;box-sizing: border-box;border: 1px solid #d3d3d3;border-radius: 50%;display: block;position: absolute;left: 0;
	top: 50%;transform: translateY(-50%);-ms-transform: translateY(-50%);
}
.questionnaire2 .lone.cur .rad{border: 0;background: url(../image/icon_rcos.png) no-repeat;background-size: 100% 100%;}
.questionnaire2 .lone_w{display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.questionnaire2 .txt1{width: 200px;height: 55px;border: 1px solid #cdcdcd;border-radius: 8px;font-size: 28px;padding: 0 20px;margin-left: 20px;box-sizing: border-box;}
.questionnaire2 .div{margin-left: 50px;padding-top: 10px;}

.questionnaire2 .ck{margin-top: 22px;position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;

}
.questionnaire2 .ck.cur .chk{border: 0;background: url(../image/icon_ck.png);}
.questionnaire2 .chk{width: 21px;height: 21px;border: 2px solid #e4e4e4;border-radius: 2px;box-sizing: border-box;display: block;
	position: absolute;left: 0;top: 8px !important;cursor: pointer;
}
.questionnaire2 .tt{cursor: pointer;position: relative;margin-left: 56px;padding-left: 40px;line-height: 37px;}
.questionnaire2 .txt2{width: 288px;height: 55px;border: 1px solid #cdcdcd;border-radius: 8px;font-size: 28px;padding: 0 20px;position: relative;top: -6px;margin-left: 22px;
flex: 1;box-sizing: border-box;}

.questionnaire2 .kk{position: relative;top: -70px;}
.questionnaire2 .nm{display: inline-block;width: 236px;}
.questionnaire2 .txt3{width: 835px;height: 55px;border: 1px solid #cdcdcd;border-radius: 8px;font-size: 28px;padding: 0 20px;flex: 1;-ms-flex: 1;}
.questionnaire2 .div1 .chk{top: 50% !important;transform: translateY(-50%);-ms-transform: translateY(-50%);}
/* .questionnaire2 .txt20{width: 835px;flex:none;margin-left: auto;} */
.questionnaire2 .txt4{width: 1142px;height: 371px;border: 1px solid #cdcdcd;border-radius: 8px;box-sizing: border-box;resize: none;margin-left: auto;display: block;
margin-top: 40px;font-size: 28px;padding: 15px 20px;}
.questionnaire2 .don{width: 230px;height: 60px;background: #3561ab;color: #fff;font-size: 30px;font-weight: bold;border: 0;border-radius: 8px;display: block;margin: 0 auto;margin-top: 60px;cursor: pointer;}
.questionnaire2 .div1 .t{margin-bottom: 35px;}

.pop_tk1{position: fixed;width: 100%;height: 100%;top: 0;left: 0;display: none;z-index: 9999;background: rgba(0,0,0,0.6);}
.pop_tk1.show{display: block;}
.pop_tk1 .box{width: 870px;height: 430px;background-color: #fff;border-radius: 10px;position: absolute;left: 50%;top: 50%;
	padding-top: 113px;box-sizing: border-box;
transform: translate(-50%,-50%);-ms-transform:  translate(-50%,-50%);}
.pop_tk1 .tit{color: #3561ab;font-size: 30px;text-align: center;font-weight: bold;font-family: arial;}
.pop_tk1 .don1{font-family: arial;width: 230px;height: 60px;background: #3561ab;color: #fff;font-size: 30px;font-weight: bold;border: 0;border-radius: 8px;display: block;
margin: 0 auto;margin-top: 60px;cursor: pointer;margin-top: 94px;}
.pop_tk1 .pop_close{position: absolute;top: 35px;right: 35px;width: 36px;height: 36px;background: url(../image/close15.png) no-repeat center;background-size: contain;cursor: pointer;}


@media screen and (max-width: 1440px) {
    .countdown_2022 .text {
        width: 700px;
        margin-top: 50px;
    }
    .countdown_2022 .cd_wrap {
        top: 50%;
        transform: translateY(-50%);
    }
}


/* &lt;!-- 2022å€’è®¡æ—¶css --&gt; */


/* 1366 */

@media screen and (max-width: 1366px) {
    .mask2 .prompt_box {
        height: 550px;
        margin-top: -275px;
    }
    .mask2 .prompt_box .prompt_cancel {
        top: -35px;
    }
    .mask2 .prompt_box .prompt_cont {
        height: 550px;
    }
    .spectrum_featurebody .block{width: auto;padding: 0 50px;}
    .spectrum_feature2{background-size: 90%;}
    .spectrum_feature2 .cont{padding-top: 90px;}
    .spectrum_feature3 .cont,.spectrum_feature4 .cont,.spectrum_feature5 .cont{padding-left: 100px;padding-right: 100px;}
    .spectrum_feature6 .cont{background-position: top;}
}


/* 1440 */

@media screen and (max-width: 1400px) {
    .mask2 .prompt_box .prompt_cancel {
        top: -42px;
    }
}



/* 20230103  2023å€’è®¡æ—¶ */
.countdown_2023{position:fixed;top:90px;left:50%;bottom:50px;z-index:-1;opacity:0;visibility:hidden;width: 1400px;transform: translateX(-50%);}
.countdown_2023::before{content: '';background-color: rgba(0, 0, 0, 0.5);position: absolute;left: -999px;top: -999px;bottom: -999px;right: -999px;z-index: 1;}
.countdown_2023::after{content: '';position: absolute;left: 0;top: 0;bottom: 0;right: 0;background:url(../image/2023countdown/jpg1.jpg) no-repeat center;background-size:cover;z-index: 2;}
.countdown_2023.show{opacity:1;visibility:visible;z-index:9999}
.countdown_2023 .close{width:32px;height:32px;background:url(../image/2023countdown/png4.png) no-repeat center;background-size:contain;position:absolute;top:30px;right:30px;cursor:pointer;z-index:9}
.countdown_2023 .cd_wrap{position:relative;z-index: 3;padding: 50px 288px 0;}
.countdown_2023 .logo{width:128px;margin:auto;position:relative}
.countdown_2023 .logo::after{content:'';width:534px;height:146px;background:url(../image/2023countdown/png3.png) no-repeat center;background-size:contain;position:absolute;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);top:-6px}
.countdown_2023 .logo img{width:100%;display:block;height:auto}
/* .countdown_2023 .text{width:1190px;margin:90px auto 0} */
/* .countdown_2023 .text img{width:100%;display:block;height:auto} */
.countdown_2023 .text{font-family: Arial, Helvetica, sans-serif; font-size: 20px;color:#fff;font-weight: bold;padding-top: 35px;}
.countdown_2023 .text .tit1{font-size: 28px;text-align: center;}
.countdown_2023 .text .tit2{color:#00e8f0;text-align: center;margin-top: 10px;}
.countdown_2023 .text .txt1{line-height: 1.5;margin-top: 20px;}
.countdown_2023 .text .txt2{text-align: center;line-height: 1.5;margin-top: 15px;position: relative;}
.countdown_2023 .text .txt2::before{background: url(../image/2023countdown/png8.png) center no-repeat;background-size: 100%;width: 877px;height: 85px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);content: '';}
.countdown_2023 .text span{color:#00e8f0;}
.countdown_2023 .countDown{text-align:center;font-size:0;margin:40px -19px 0;}
.countdown_2023 .countDown .box{text-align:center;display:inline-block;vertical-align:top;font-size:0;margin:0 19px}
.countdown_2023 .countDown .box .img{display:inline-block;vertical-align:top;width:88px;height:90px;line-height:83px;box-sizing:border-box;position:relative;background:none;}
.countdown_2023 .countDown .box .img::after{content:'';width:183px;height:198px;background:url(../image/2023countdown/png1.png) no-repeat center;background-size:contain;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);z-index:1}
.countdown_2023 .countDown .box .img img{width:32px;display:inline-block;height:auto;position:relative;z-index:2;vertical-align:middle}
.countdown_2023 .countDown .box .tt{font-size:20px;color:#00f2f9;margin-top:20px}
.countdown_2023 .link{margin-top: 40px;}
.countdown_2023 .link a{display: inline-block;background: url(../image/2023countdown/png7.png) center no-repeat;background-size: 100% 100%;width: 318px;height: 88px;line-height: 88px;font-family: Arial, Helvetica, sans-serif; font-size: 18px;color:#fff;font-weight: bold;text-align: center;margin:0 45px;}
.navigation_2023{background:url(../image/2023countdown/png6.png) no-repeat center;position:fixed;top:24%;transform:translateY(-50%);right:0;width:162px;height:120px;font-size:0;box-sizing:border-box;cursor:pointer;padding-right:2px;padding-left:2px;z-index:99;background-size: cover;}
.navigation_2023 .box{width:50%;display:inline-block;vertical-align:top;box-sizing:border-box;margin-top:5px;text-align:center}
.navigation_2023 .box .img{display:inline-block;vertical-align:top;width:30px;height:33px;line-height:33px;background:url(../image/2023countdown/png5.png) no-repeat center;}
.navigation_2023 .box .img+.img{margin-left:1px}
.navigation_2023 .box .img img{width:12px;height:auto;display:inline-block;vertical-align:middle}
.navigation_2023 .box .tt{font-size:12px;color:#00f2f9;margin-top:3px}
.navigation_2023 .countDown2{margin-top: 3px;}
.navigation_2023 .title{background: url(../image/2023countdown/png9.png) center no-repeat;background-size: cover;position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 2;color:#fff;font-size: 14px; font-weight: bold;text-align: center;padding-top: 60px;line-height: 1.5;opacity: 0;}
.navigation_2023:hover .title{opacity: 1;}
@media screen and (max-width: 1440px){
    .navigation_2023{top: 18%;}
    .countdown_2023{width: 1100px;display: flex;align-items: center;}
    .countdown_2023 .cd_wrap{padding: 50px 138px 0;}
    .countdown_2023 .logo{display: none;}
    .countdown_2023 .cd_wrap{padding-top: 0;}
    .countdown_2023 .text{padding-top: 20px;}
    .countdown_2023 .link{margin-top: 20px;}
    .countdown_2023 .link a{height: 75px;line-height: 75px;}
}


/* 2023-6-13å¼¹æ¡† */
.countdown_2023_6_13{position: fixed; top: 0;right: 0;bottom: 0;left: 0; z-index: 999; line-height: 1.5; font-family: Arial;z-index:-1;opacity:0;visibility:hidden;}
.countdown_2023_6_13 .masks{position: absolute; top: 0;right: 0;bottom: 0;left: 0;background-color: rgba(0, 0, 0, 0.5);}
.countdown_2023_6_13 .cont{width: 1115px; background-image: url(../image/2023count6_13/bg.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);}
.countdown_2023_6_13 .cont .padd{padding: 60px 40px 30px;}
.countdown_2023_6_13 .cont .logo{width: 95px;position: relative; margin: 0 auto;}
.countdown_2023_6_13 .cont .logo img{display: block; width: 100%;}
.countdown_2023_6_13 .cont .logo::after{content: ''; position: absolute; width: 360px;height: 86px; bottom: -27px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);-ms-transform: translateX(-50%); background-image: url(../image/2023count6_13/png3.png); background-size: cover; background-repeat: no-repeat; background-position: center;}
.countdown_2023_6_13 .cont .text{color: #fff; padding-top: 32px; font-size: 18px;}
.countdown_2023_6_13 .cont .text .key{color: #00f2f9;}
.countdown_2023_6_13 .cont .text .t1{font-size: 28px; text-align: center; font-weight: bold;}
.countdown_2023_6_13 .cont .text .p{ margin-top: 5px;}
.countdown_2023_6_13 .cont .text .t2{ text-align: center; margin-top: 5px;}
.countdown_2023_6_13 .cont .text .ul{text-align: center; margin-top: 5px;}
.countdown_2023_6_13 .countDown{margin-top: 18px; padding: 0 87px;}
.countdown_2023_6_13 .countDown::after{content: ''; display: block; clear: both;}
.countdown_2023_6_13 .countDown .box{float: left; white-space: nowrap; font-size: 0;}
.countdown_2023_6_13 .countDown .box .img{background: none !important; width: 50px;height: 60px; display: inline-block; vertical-align: middle; position: relative; margin: 0 23px;}
.countdown_2023_6_13 .countDown .box .img img{display: block; width: 100%; position: relative;}
.countdown_2023_6_13 .countDown .box .img::before{content: ''; width: 160px;height: 122px; position: absolute;left: 50%; bottom: -52px; transform: translateX(-50%); -webkit-transform: translateX(-50%);-ms-transform: translateX(-50%); background-image: url(../image/2023count6_13/png1.png); background-size: cover; background-repeat: no-repeat; background-position: center;}
.countdown_2023_6_13 .countDown .box .tt{color: #00f2f9; font-family: Arial; text-align: center; font-size: 20px; margin-top: 20px; font-weight: bold;}
.countdown_2023_6_13 .countDown .box+.box{margin-left: 30px;}
.countdown_2023_6_13 .close{width: 32px;height: 32px;background-image: url(../image/2023count6_13/png4.png); background-size: cover; background-repeat: no-repeat; background-position: center; position: absolute; right: 0;top: -52px; cursor: pointer; display: none;}
.countdown_2023_6_13.show{z-index: 999; opacity: 1; visibility: visible;}

/* 2023-6-13ä¾§çª— */
.navigation_2023_6_13{background:url(../image/2023count6_13/png5.png) no-repeat center; background-size: 100% 100%; position:fixed;top:24%;transform:translateY(-50%);right:0;width:132px;height:97px;font-size:0;box-sizing:border-box;cursor:pointer;padding-right:2px;padding-left:2px;z-index:999; overflow: hidden; font-family: Arial;;}
.navigation_2023_6_13 .countDown{padding: 10px 10px 0;}
.navigation_2023_6_13 .countDown::after{content: ''; display: block; clear: both;}
.navigation_2023_6_13 .countDown .box{float: left; white-space: nowrap; font-size: 0; position: relative; padding-bottom: 20px;}
.navigation_2023_6_13 .countDown .box .img{background: none !important; width: 14px; display: inline-block; vertical-align: middle; position: relative; margin: 0 4px;}
.navigation_2023_6_13 .countDown .box .img img{display: block; width: 100%; position: relative;}
.navigation_2023_6_13 .countDown .box .img::before{content: ''; width: 86px;height: 78px; position: absolute;left: 50%; bottom: -40px; transform: translateX(-50%); -webkit-transform: translateX(-50%);-ms-transform: translateX(-50%); background-image: url(../image/2023count6_13/png6.png); background-size: cover; background-repeat: no-repeat; background-position: center;}
.navigation_2023_6_13 .countDown .box .tt{color: #00f2f9; font-family: Arial; text-align: center; font-size: 12px; position: absolute; left: 50%; bottom: 0; transform: scale(0.83) translateX(-50%); -webkit-transform: scale(0.83) translateX(-50%); -ms-transform: scale(0.83) translateX(-50%); transform-origin: center left; -webkit-transform-origin: center left; -ms-transform-origin: center left; font-weight: bold;}
.navigation_2023_6_13 .countDown .box:nth-child(even){margin-left: 20px;}
.navigation_2023_6_13 .countDown .box:nth-child(3),
.navigation_2023_6_13 .countDown .box:nth-child(4){margin-top: 10px;}
.navigation_2023_6_13 .title{position: absolute; top: 0;right: 0;bottom: 0;left: 0; background-image: url(../image/2023count6_13/png7.png); background-size: cover; background-repeat: no-repeat; background-position: center; font-size: 14px; color: #fff; text-align: center; padding-top: 47px; opacity: 0; font-weight: bold; line-height: 1.5;}
.navigation_2023_6_13:hover .title{opacity: 1;}


/* 2024-1-25å¼¹æ¡† */
.countdown_2024_1_27{position: fixed; top: 0;right: 0;bottom: 0;left: 0; z-index: 999; line-height: 1.5; font-family: Arial;z-index:-1;opacity:0;visibility:hidden;}
.countdown_2024_1_27 .masks{position: absolute; top: 0;right: 0;bottom: 0;left: 0;background-color: rgba(0, 0, 0, 0.5);}
.countdown_2024_1_27 .cont{width: 1115px;height: 560px; background-image: url(../image/2024countdown/img1.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);}
.countdown_2024_1_27 .cont .padd{padding: 60px 40px 30px;}
.countdown_2024_1_27 .gti{position: absolute;top: 36px;left: 39px;width: 76px;height: 36px;display: block;}
.countdown_2024_1_27 .gti img{display: block;max-width: 100%;}
.countdown_2024_1_27 .cont .logo{width: 294px;position: relative; margin: 0 auto;}
.countdown_2024_1_27 .cont .logo img{display: block; width: 100%;position: relative;z-index: 2;}
.countdown_2024_1_27 .cont .logo::after{content: ''; position: absolute; width: 452px;height: 74px; bottom: -20px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);-ms-transform: translateX(-50%); background-image: url(../image/2024countdown/img2.png); background-size: cover; background-repeat: no-repeat; background-position: center;}
.countdown_2024_1_27 .cont .text{color: #fff; padding-top: 32px; font-size: 18px;position: relative;z-index: 2;}
.countdown_2024_1_27 .cont .text .key{color: #00f2f9;}
.countdown_2024_1_27 .cont .text .key em{font-style: normal;position: relative;top:-8px;font-size: 14px;
  margin: 0 3px;}
.countdown_2024_1_27 .cont .text .t1{font-size: 28px; text-align: center; font-weight: bold;}
.countdown_2024_1_27 .cont .text .p{ margin-top: 16px;}
.countdown_2024_1_27 .cont .text .t2{ text-align: center; margin-top: 22px;}
.countdown_2024_1_27 .cont .text .ul{text-align: center; margin-top: 5px;}
.countdown_2024_1_27 .countDown{margin-top: 59px; padding: 0 117px 0 127px;}
.countdown_2024_1_27 .countDown::after{content: ''; display: block; clear: both;}
.countdown_2024_1_27 .countDown .box{float: left; white-space: nowrap; font-size: 0;position: relative;
   width: 25%;}
.countdown_2024_1_27 .countDown .box:after{content: "";display: block;position: absolute;left: 50%;transform: translateX(-50%);
   top: -70px;background: url(../image/2024countdown/img9.png);width: 205px;height: 172px;}
.countdown_2024_1_27 .countDown .box .img{background: none !important; width: 38px;height: 54px; 
    display: inline-block; vertical-align: middle; position: relative;z-index: 2;}
.countdown_2024_1_27 .countDown .box .img img{display: block; width: 100%; position: relative;}
.countdown_2024_1_27 .countDown .box .i1,
.countdown_2024_1_27 .countDown .box .i3,
.countdown_2024_1_27 .countDown .box .i5,
.countdown_2024_1_27 .countDown .box .i7{margin-left: 62px;}
.countdown_2024_1_27 .countDown .box .tt{color: #fff; font-family: Arial; text-align: center; 
   font-size: 20px; margin-top: 25px; font-weight: bold;position: relative;z-index: 2;}
/* .countdown_2024_1_27 .countDown .box+.box{margin-left: 30px;} */
.countdown_2024_1_27 .close{width: 32px;height: 32px;background-image: url(../image/2023count6_13/png4.png); background-size: cover; background-repeat: no-repeat; background-position: center; position: absolute; right: 0;top: -52px; cursor: pointer; display: none;}
.countdown_2024_1_27.show{z-index: 999; opacity: 1; visibility: visible;}

/* 2024-1-25ä¾§çª— */
.navigation_2024_1_27{background:url(../image/2024countdown/img6.png) no-repeat center; background-size: 100% 100%; position:fixed;top:24%;transform:translateY(-50%);right:0;width:132px;height:97px;font-size:0;box-sizing:border-box;cursor:pointer;padding-right:2px;padding-left:2px;z-index:999; overflow: hidden; font-family: Arial;;}
.navigation_2024_1_27 .countDown{padding: 16px 10px 0;}

.navigation_2024_1_27 .countDown::after{content: ''; display: block; clear: both;}
.navigation_2024_1_27 .countDown .box{float: left; white-space: nowrap; font-size: 0; position: relative; 
   padding-bottom: 20px;position: relative;width: 50%;display: flex;align-items: center;justify-content: center;}
	 .navigation_2024_1_27 .countDown .box:after{content: "";display: block;position: absolute;top:-18px;left: 50%;
	  transform: translateX(-50%); width: 54px;height: 44px;background:url(../image/2024countdown/img7.png) no-repeat center;}
.navigation_2024_1_27 .countDown .box .img{background: none !important; width: 10px; display: inline-block; 
    vertical-align: middle; position: relative; z-index: 2;}
.navigation_2024_1_27 .countDown .box .img img{display: block; width: 100%; position: relative;}
/* .navigation_2024_1_27 .countDown .box .img::before{content: ''; width: 86px;height: 78px; position: absolute;left: 50%; bottom: -40px; transform: translateX(-50%); -webkit-transform: translateX(-50%);-ms-transform: translateX(-50%); background-image: url(../image/2023count6_13/png6.png); background-size: cover; background-repeat: no-repeat; background-position: center;} */
.navigation_2024_1_27 .countDown .box .tt{color: #fff; font-family: Arial; text-align: center; font-size: 12px; 
  position: absolute; left: 50%; bottom: 0; transform: scale(0.83) translateX(-50%); 
	-webkit-transform: scale(0.83) translateX(-50%); -ms-transform: scale(0.83) translateX(-50%); 
	transform-origin: center left; -webkit-transform-origin: center left; -ms-transform-origin: center left; 
	font-weight: bold;z-index: 2;}
/* .navigation_2024_1_27 .countDown .box:nth-child(even){margin-left: 20px;} */
.navigation_2024_1_27 .countDown .box:nth-child(3),
.navigation_2024_1_27 .countDown .box:nth-child(4){margin-top: 10px;}
.navigation_2024_1_27 .title{position: absolute; top: 0;right: 0;bottom: 0;left: 0; background-image: url(../image/2024countdown/img5.png); background-size: cover; background-repeat: no-repeat; background-position: center; font-size: 14px; color: #fff; text-align: center; padding-top: 47px; opacity: 0; font-weight: bold; line-height: 1.5;}
.navigation_2024_1_27:hover .title{opacity: 1;z-index: 5;}


/* 2024-5-15å¼¹æ¡† */
.countdown_2024_5_15{position: fixed; top: 0;right: 0;bottom: 0;left: 0; z-index: 999; line-height: 1.5; font-family: Arial;z-index:-1;opacity:0;visibility:hidden;}
.countdown_2024_5_15 .masks{position: absolute; top: 0;right: 0;bottom: 0;left: 0;background-color: rgba(0, 0, 0, 0.5);}
.countdown_2024_5_15 .cont{width: 1115px; background-image: url(../image/2024count5_15/img1.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);}
.countdown_2024_5_15 .cont .padd{padding: 45px 75px 20px;}
.countdown_2024_5_15 .cont .logo{width: 76px;position: absolute;left: 40px;top: 36px;}
.countdown_2024_5_15 .cont .logo img{display: block; width: 100%;}
.countdown_2024_5_15 .cont .title{position: relative; margin: 0 auto;width: 756px;text-align: center;}
.countdown_2024_5_15 .cont .title img{display: block; max-width: 100%;}
.countdown_2024_5_15 .cont .text{color: #fff; padding-top: 10px; font-size: 18px;font-weight: bold;}
.countdown_2024_5_15 .cont .text .key{color: #ffd73d;}
.countdown_2024_5_15 .cont .text .t1{font-size: 28px; text-align: center; font-weight: bold;}
.countdown_2024_5_15 .cont .text .p{ margin-top: 5px;}
.countdown_2024_5_15 .cont .text .t2{ text-align: center; margin-top: 15px;}
.countdown_2024_5_15 .cont .text .t2 .key{font-size: 20px;}
.countdown_2024_5_15 .cont .text .ul{text-align: center; margin-top: 5px;}
.countdown_2024_5_15 .countDown{margin-top: 18px;display: flex;justify-content: center;}
.countdown_2024_5_15 .countDown::after{content: ''; display: block; clear: both;}
.countdown_2024_5_15 .countDown .box{float: left; white-space: nowrap; font-size: 0;background: url(../image/2024count5_15/img4.png) center no-repeat;background-size: cover;width: 162px;height: 162px;text-align: center;padding-top: 45px;box-sizing: border-box;}
.countdown_2024_5_15 .countDown .box .img{background: none !important;  display: inline-block; vertical-align: middle; position: relative; }
.countdown_2024_5_15 .countDown .box .img img{display: block; width: 100%; position: relative;}
.countdown_2024_5_15 .countDown .box .img+.img{margin-left: -5px;}
/* .countdown_2024_5_15 .countDown .box .img::before{content: ''; width: 160px;height: 122px; position: absolute;left: 50%; bottom: -52px; transform: translateX(-50%); -webkit-transform: translateX(-50%);-ms-transform: translateX(-50%); background-image: url(../image/2023count6_13/png1.png); background-size: cover; background-repeat: no-repeat; background-position: center;} */
.countdown_2024_5_15 .countDown .box .tt{color: #fff; font-family: Arial; text-align: center; font-size: 20px;  font-weight: bold;}
.countdown_2024_5_15 .countDown .box+.box{margin-left: 30px;}
.countdown_2024_5_15 .close{width: 32px;height: 32px;background-image: url(../image/2024count5_15/png4.png); background-size: cover; background-repeat: no-repeat; background-position: center; position: absolute; right: 0;top: -52px; cursor: pointer;display: none;}
.countdown_2024_5_15.show{z-index: 999; opacity: 1; visibility: visible;}

/* 2023-5-15ä¾§çª— */
.navigation_2024_5_15{background:url(../image/2024count5_15/img6.png) no-repeat center; background-size: 100% 100%; position:fixed;top:24%;transform:translateY(-50%);right:0;width:132px;height:97px;font-size:0;box-sizing:border-box;cursor:pointer;padding-right:2px;padding-left:2px;z-index:999; overflow: hidden; font-family: Arial;;}
.navigation_2024_5_15 .countDown{padding: 2px 15px 0;display: flex;flex-wrap: wrap;}
.navigation_2024_5_15 .countDown .box{ white-space: nowrap; font-size: 0; position: relative; padding-bottom: 20px;background: url(../image/2024count5_15/img4.png) center no-repeat;background-size: cover;width: 34px;padding-top: 10px;box-sizing: border-box;text-align: center;height: 34px;}
.navigation_2024_5_15 .countDown .box .img{background: none !important; width: 14px; display: inline-block; vertical-align: middle; position: relative; }
.navigation_2024_5_15 .countDown .box .img+.img{margin-left: -3px;}
.navigation_2024_5_15 .countDown .box .img img{display: block; width: 100%; position: relative;}
.navigation_2024_5_15 .countDown .box .tt{color: #fff; font-family: Arial; font-size: 10px;font-weight: bold;position: absolute;left: 50%;transform: translateX(-50%);bottom: -9px;}
.navigation_2024_5_15 .countDown .box:nth-child(even){margin-left: 30px;}
.navigation_2024_5_15 .countDown .box:nth-child(3),
.navigation_2024_5_15 .countDown .box:nth-child(4){margin-top: 15px;}
.navigation_2024_5_15 .title{position: absolute; top: 0;right: 0;bottom: 0;left: 0; background-image: url(../image/2024count5_15/img5.png); background-size: cover; background-repeat: no-repeat; background-position: center; font-size: 14px; color: #fff; text-align: center; padding-top: 47px; opacity: 0; font-weight: bold; line-height: 1.5;}
.navigation_2024_5_15:hover .title{opacity: 1;}



/* 20250106jhy */
/* 2025-1-06å¼¹æ¡† */
.countdown_2025_1_06{position: fixed; top: 0;right: 0;bottom: 0;left: 0; z-index: 999; line-height: 1.5; font-family: Arial;z-index:-1;opacity:0;visibility:hidden;}
.countdown_2025_1_06 .masks{position: absolute; top: 0;right: 0;bottom: 0;left: 0;background-color: rgba(0, 0, 0, 0.5);}
.countdown_2025_1_06 .cont{width: 1115px; background-image: url(../image/2025count1_06/img1.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);}
.countdown_2025_1_06 .cont .padd{padding: 80px 55px 0;}
.countdown_2025_1_06 .cont .logo{width: 76px;position: absolute;left: 40px;top: 36px;}
.countdown_2025_1_06 .cont .logo img{display: block; width: 100%;}
.countdown_2025_1_06 .cont .title{position: relative; margin: 0 auto;width: 399px;text-align: center;}
.countdown_2025_1_06 .cont .title img{display: block; max-width: 100%;}
.countdown_2025_1_06 .cont .text{color: #fff; padding-top: 10px; font-size: 18px;font-weight: bold;}
.countdown_2025_1_06 .cont .text .key{color: #00f6ff;}
.countdown_2025_1_06 .cont .text .t1{font-size: 28px; text-align: center; font-weight: bold;}
.countdown_2025_1_06 .cont .text .p{ margin-top: 5px;}
.countdown_2025_1_06 .cont .text .t2{ text-align: center; margin-top: 20px;}
.countdown_2025_1_06 .cont .text .t2 .key{font-size: 20px;}
.countdown_2025_1_06 .cont .text .ul{text-align: center;}
.countdown_2025_1_06 .countDown{margin-top: 3px;display: flex;justify-content: center;}
.countdown_2025_1_06 .countDown::after{content: ''; display: block; clear: both;}
.countdown_2025_1_06 .countDown .box{float: left; white-space: nowrap; font-size: 0;background: url(../image/2025count1_06/img4.png) center no-repeat;background-size: cover;width: 227px;height: 203px;text-align: center;padding-top: 53px;box-sizing: border-box;}
.countdown_2025_1_06 .countDown .box .img{background: none !important;  display: inline-block; vertical-align: middle; position: relative; }
.countdown_2025_1_06 .countDown .box .img img{display: block; width: 100%; position: relative;}
.countdown_2025_1_06 .countDown .box .img+.img{margin-left: -5px;}
.countdown_2025_1_06 .countDown .box .tt{color: #fff; font-family: 'AvianRegular'; text-align: center; font-size: 20px;  font-weight: bold;text-shadow: 0px 5px 4px rgba(22, 0, 60, 0.4);}
.countdown_2025_1_06 .countDown .box+.box{margin-left: -35px;}
.countdown_2025_1_06 .click{font-size: 18px;color:#ffe719;text-decoration: underline;font-family: 'AvianRegular';font-weight: bold;position: absolute;right: 28px;bottom: 25px;}
.countdown_2025_1_06 .close{width: 32px;height: 32px;background-image: url(../image/2025count1_06/png4.png); background-size: cover; background-repeat: no-repeat; background-position: center; position: absolute; right: 0;top: -52px; cursor: pointer;display: none;}
.countdown_2025_1_06.show{z-index: 999; opacity: 1; visibility: visible;}

/* 2025-1-06ä¾§çª— */
.navigation_2025_1_06{background:url(../image/2025count1_06/img6.png) no-repeat center; background-size: 100% 100%; position:fixed;top:24%;transform:translateY(-50%);right:0;width:132px;height:96px;font-size:0;box-sizing:border-box;cursor:pointer;z-index:999; overflow: hidden; font-family: Arial;;}
.navigation_2025_1_06 .countDown{display: flex;flex-wrap: wrap;padding: 7px 0 0 8px;}
.navigation_2025_1_06 .countDown .box{ white-space: nowrap; font-size: 0; position: relative; background: url(../image/2025count1_06/img4.png) center no-repeat;background-size: cover;width: 65px;padding-top: 13px;box-sizing: border-box;text-align: center;height: 58px;margin: -10px 0 0 -5px;}
.navigation_2025_1_06 .countDown .box .img{background: none !important; width: 14px; display: inline-block; vertical-align: middle; position: relative; }
/* .navigation_2025_1_06 .countDown .box .img+.img{margin-left: -3px;} */
.navigation_2025_1_06 .countDown .box .img img{display: block; width: 100%; position: relative;}
.navigation_2025_1_06 .countDown .box .tt{color: #fff; font-family: Arial; font-size: 10px;position: absolute;left: 50%;transform: translateX(-50%);}
/* .navigation_2025_1_06 .countDown .box:nth-child(even){margin-left: 30px;}
.navigation_2025_1_06 .countDown .box:nth-child(3),
.navigation_2025_1_06 .countDown .box:nth-child(4){margin-top: 15px;} */
.navigation_2025_1_06 .title{position: absolute; top: 0;right: 0;bottom: 0;left: 0; background-image: url(../image/2025count1_06/img5.png); background-size: cover; background-repeat: no-repeat; background-position: center; font-size: 14px; color: #fff; text-align: center; padding-top: 47px; opacity: 0; font-weight: bold; line-height: 1.5;}
.navigation_2025_1_06:hover .title{opacity: 1;}

/* 20250414jhy */
.countdown_2025_4_14{position: fixed; top: 0;right: 0;bottom: 0;left: 0; z-index: 999; line-height: 1.5; font-family: Arial;z-index:-1;opacity:0;visibility:hidden;}
.countdown_2025_4_14 .masks{position: absolute; top: 0;right: 0;bottom: 0;left: 0;background-color: rgba(0, 0, 0, 0.5);}
.countdown_2025_4_14 .cont{width: 1089px; background-image: url(../image/2025count4_14/img1.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);height: 529px;}
.countdown_2025_4_14 .cont .padd{padding: 83px 80px 0;}
.countdown_2025_4_14 .cont .logo{width: 76px;position: absolute;left: 30px;top: 30px;}
.countdown_2025_4_14 .cont .logo img{display: block; width: 100%;}
.countdown_2025_4_14 .cont .title{position: relative; margin: 0 auto;width: 673px;text-align: center;}
.countdown_2025_4_14 .cont .title img{display: block; max-width: 100%;}
.countdown_2025_4_14 .cont .text{color: #fff; padding-top: 6px; font-size: 18px;font-weight: bold;text-align: center;}
.countdown_2025_4_14 .cont .text .key{color: #b4f1ff;}
.countdown_2025_4_14 .click{font-size: 18px;color:#ffe719;text-decoration: underline;font-family: 'AvianRegular';font-weight: bold;left: 50%;transform: translateX(-50%);position: relative;display: inline-block;margin-top: 23px;}
.countdown_2025_4_14 .close{width: 32px;height: 32px;background-image: url(../image/2025count4_14/png4.png); background-size: cover; background-repeat: no-repeat; background-position: center; position: absolute; right: 0;top: -52px; cursor: pointer;}
.countdown_2025_4_14.show{z-index: 999; opacity: 1; visibility: visible;}

.navigation_2025_4_14{background:url(../image/2025count4_14/img2.jpg) no-repeat center; background-size: 100% 100%; position:fixed;top:24%;transform:translateY(-50%);right:0;width:132px;height:96px;font-size:0;box-sizing:border-box;cursor:pointer;z-index:999; overflow: hidden; border-top-left-radius: 10px;border-bottom-left-radius: 10px;display: flex;align-items: center;justify-content: center;}
.navigation_2025_4_14 .img{width: 115px;}
.navigation_2025_4_14 .title{max-width: 100%;}



@media screen and (max-width: 1440px){
    .navigation_2023_6_13{top: 18%;}
    .countdown_2023_6_13 .cont .padd{padding-top: 40px;}
	
	.navigation_2024_1_27{top: 18%;}
	.countdown_2024_1_27 .cont .padd{padding-top: 40px;}
    
    .navigation_2024_5_15{top: 18%;}
    .countdown_2024_5_15 .cont .padd{padding-top: 40px;}

    .navigation_2025_1_06{top: 18%;}
    .countdown_2025_1_06 .cont .padd{padding-top: 40px;}
  
}
@media screen and (max-width: 1400px){
    .countdown_2023_6_13 .cont .text{font-size: 16px;}
    .countdown_2023_6_13 .close{top: -40px;}
    .navigation_2023_6_13{top: 20%;}
    .countdown_2023_6_13 .cont{width: 1000px;}
    .countdown_2023_6_13 .countDown{padding: 0 30px;}
	
    .countdown_2024_1_27 .cont .text{font-size: 16px;}
    .countdown_2024_1_27 .close{top: -40px;}
    .navigation_2024_1_27{top: 20%;}
    .countdown_2024_1_27 .cont{width: 1000px;}
    .countdown_2024_1_27 .countDown{padding: 0 30px;}
    
    .countdown_2024_5_15 .cont .text{font-size: 16px;}
    .countdown_2024_5_15 .close{top: 10px;right: 10px;}
    .navigation_2024_5_15{top: 20%;}
    .countdown_2024_5_15 .cont{width: 1000px;}
    .countdown_2024_5_15 .countDown{padding: 0 30px;}
    
    .countdown_2025_1_06 .cont .text{font-size: 16px;}
    .countdown_2025_1_06 .close{top: 10px;right: 10px;}
    .navigation_2025_1_06{top: 20%;}
    .countdown_2025_1_06 .cont{width: 1000px;}
    .countdown_2025_1_06 .countDown{padding: 0 30px;}
}




.erweima_page1 {padding: 160px 0 115px;}
.erweima_page1 .cont {background-color: #ffffff;border-radius: 20px;position: relative;text-align: center;width: 462px;margin: auto;padding: 60px 0 55px;}
.erweima_page1 .cont .pic {width: 97px;height: 97px;border: 3px solid #ffffff;border-radius: 50%;position: absolute;top: -48px;left: 50%;margin-left: -48px;background-color: #8b9098;overflow: hidden;}
.erweima_page1 .cont .pic img {width: 100%;height: auto;}
.erweima_page1 .cont .tit {padding: 15px 0 30px;}
.erweima_page1 .cont .tit .t1 {font-size: 24px;color: #333333;}
.erweima_page1 .cont .tit .t2 {font-size: 20px;color: #999999;padding-top: 10px;}
.erweima_page1 .cont .erweima {width: 279px;height: 256px;padding: 21px 32px;background: url(../../../image/bor1.png) no-repeat center;background-size: contain;margin: auto;box-sizing: border-box;}
.erweima_page1 .cont .erweima img {width: 215px;height: 215px;}
.erweima_page1 .text {text-align: center;font-size: 20px;color: #acd1ff;padding-top: 50px;}




/* 20250-5-12å¼¹æ¡† */
.countdown_2025_5_12{position: fixed; top: 0;right: 0;bottom: 0;left: 0; z-index: 999; line-height: 1.5; font-family: Arial;z-index:-1;opacity:0;visibility:hidden;}
.countdown_2025_5_12 .masks{position: absolute; top: 0;right: 0;bottom: 0;left: 0;background-color: rgba(0, 0, 0, 0.5);}
.countdown_2025_5_12 .cont{width: 1115px; background-image: url(../image/2025count5_12/bg.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);}
.countdown_2025_5_12 .cont .padd{padding: 60px 50px 30px; position: relative;}
.countdown_2025_5_12 .cont .logo{width: 76px; position: absolute; top: 35px;left: 40px;}
.countdown_2025_5_12 .cont .logo img{display: block; width: 100%;}
.countdown_2025_5_12 .cont .text{color: #fff; font-size: 18px;}
.countdown_2025_5_12 .cont .text .key{color: #00f2f9;}
.countdown_2025_5_12 .cont .text .t1{text-align: center;}
.countdown_2025_5_12 .cont .text .t1 img{max-width: 100%;}
.countdown_2025_5_12 .cont .text .p{ margin-top: 10px;}
.countdown_2025_5_12 .cont .text .t2{ text-align: center; margin-top: 5px;}
.countdown_2025_5_12 .cont .text .ul{text-align: center; margin-top: 5px;}
.countdown_2025_5_12 .countDown{ padding: 0 87px; text-align: center;}
.countdown_2025_5_12 .countDown::after{content: ''; display: block; clear: both;}
.countdown_2025_5_12 .countDown .box{ display: inline-block; vertical-align: top; white-space: nowrap; font-size: 0; width: 150px; position: relative; height: 218px; padding-top: 85px; box-sizing: border-box;}
.countdown_2025_5_12 .countDown .box .img{background: none !important; width: 50px;height: 60px; display: inline-block; vertical-align: middle; position: relative; margin: 0 -5px;}
.countdown_2025_5_12 .countDown .box::before{
  content: ''; width: 240px; height: 248px; background-image: url(../image/2025count5_12/png1.png); background-size: cover; background-repeat: no-repeat; background-position: center; position: absolute; left: -42px;top: 0px;
}
.countdown_2025_5_12 .countDown .box .img img{display: block; width: 100%; position: relative;}
.countdown_2025_5_12 .countDown .box .tt{font-family: 'avain'; text-align: center; font-size: 20px; margin-top: -5px; color: #fff; position: relative;}
.countdown_2025_5_12 .countDown .box+.box{margin-left: 40px;}
.countdown_2025_5_12 .close{width: 32px;height: 32px;background-image: url(../image/2025count5_12/png4.png); background-size: cover; background-repeat: no-repeat; background-position: center; position: absolute; right: 0;top: -52px; cursor: pointer; display: none;}
.countdown_2025_5_12.show{z-index: 999; opacity: 1; visibility: visible;}
.countdown_2025_5_12 .click{font-size: 18px;color:#ffe719;text-decoration: underline;font-family: 'AvianRegular';font-weight: bold;position: absolute;display: inline-block; right: 20px; bottom: 20px;}

/* 20250-5-12ä¾§çª— */
.navigation_2025_5_12{background:url(../image/2025count5_12/png5.png) no-repeat center; background-size: 100% 100%; position:fixed;top:24%;transform:translateY(-50%);right:0;width:132px;height:97px;font-size:0;box-sizing:border-box;cursor:pointer;padding-right:2px;padding-left:2px;z-index:999; overflow: hidden; font-family: Arial;;}
.navigation_2025_5_12 .countDown{padding: 10px 10px 0;}
.navigation_2025_5_12 .countDown::after{content: ''; display: block; clear: both;}
.navigation_2025_5_12 .countDown .box{float: left; white-space: nowrap; font-size: 0; position: relative; padding: 6px 0 20px; height: 45px; box-sizing: border-box; width: 48px; text-align: center;}
.navigation_2025_5_12 .countDown .box::before{
  content: ''; width: 114px; height: 115px; background-image: url(../image/2025count5_12/png1.png); background-size: 60% auto; background-repeat: no-repeat; background-position: center; position: absolute; left: -32px;top: -40px;
}
.navigation_2025_5_12 .countDown .box .img{background: none !important; width: 14px; display: inline-block; vertical-align: middle; position: relative; margin: 0;}
.navigation_2025_5_12 .countDown .box .img img{display: block; width: 100%; position: relative;}
.navigation_2025_5_12 .countDown .box .tt{color: #fff; font-family: 'avian'; text-align: center; font-size: 12px; position: absolute; left: 50%; bottom: 9px; transform: scale(0.83) translateX(-50%); -webkit-transform: scale(0.83) translateX(-50%); -ms-transform: scale(0.83) translateX(-50%); transform-origin: center left; -webkit-transform-origin: center left; -ms-transform-origin: center left; font-weight: bold;}
.navigation_2025_5_12 .countDown .box:nth-child(even){margin-left: 10px;}
.navigation_2025_5_12 .countDown .box:nth-child(3),
.navigation_2025_5_12 .countDown .box:nth-child(4){margin-top: 0px;}
.navigation_2025_5_12 .title{position: absolute; top: 0;right: 0;bottom: 0;left: 0; background-image: url(../image/2025count5_12/png7.png); background-size: cover; background-repeat: no-repeat; background-position: center; font-size: 14px; color: #fff; text-align: center; padding-top: 47px; opacity: 0; font-weight: bold; line-height: 1.5;}
.navigation_2025_5_12:hover .title{opacity: 1;}
@media screen and (max-width: 1440px){
    .navigation_2025_5_12{top: 18%;}
    .countdown_2025_5_12 .cont .padd{padding-top: 40px;}
  
}
@media screen and (max-width: 1400px){
    .countdown_2025_5_12 .cont .text{font-size: 16px;}
    .countdown_2025_5_12 .close{top: -40px;}
    .navigation_2025_5_12{top: 20%;}
    .countdown_2025_5_12 .cont{width: 1000px;}
    .countdown_2025_5_12 .countDown{padding: 0 30px;}
    .countdown_2025_5_12 .countDown .box{width: 120px; height: 170px; padding-top: 65px;}
    .countdown_2025_5_12 .countDown .box::before{left: -32px; width: 190px; height: 210px;}
    .navigation_2025_5_12 .countDown .box{padding-top: 2px;}
}




/* 20250-5-30å¼¹æ¡† */
.countdown_2025_5_30{position: fixed; top: 0;right: 0;bottom: 0;left: 0; z-index: 999; line-height: 1.5; font-family: Arial;z-index:-1;opacity:0;visibility:hidden;}
.countdown_2025_5_30 .masks{position: absolute; top: 0;right: 0;bottom: 0;left: 0;background-color: rgba(0, 0, 0, 0.5);}
.countdown_2025_5_30 .cont{width: 1115px; background-image: url(../image/2025count5_30/bg.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);}
.countdown_2025_5_30 .cont .padd{padding: 60px 50px 30px; position: relative;}
.countdown_2025_5_30 .cont .logo{width: 76px; position: absolute; top: 35px;left: 40px;}
.countdown_2025_5_30 .cont .logo img{display: block; width: 100%;}
.countdown_2025_5_30 .cont .text{color: #fff; font-size: 18px;}
.countdown_2025_5_30 .cont .text .key{color: #00ffd2;}
.countdown_2025_5_30 .cont .text .t1{text-align: center;}
.countdown_2025_5_30 .cont .text .t1 img{max-width: 100%;}
.countdown_2025_5_30 .cont .text .p{ margin-top: 10px;}
.countdown_2025_5_30 .cont .text .t2{ text-align: center; margin-top: 5px;}
.countdown_2025_5_30 .cont .text .ul{text-align: center; margin-top: 5px;}
.countdown_2025_5_30 .countDown{ padding: 0 87px; text-align: center;}
.countdown_2025_5_30 .countDown::after{content: ''; display: block; clear: both;}
.countdown_2025_5_30 .countDown .box{ display: inline-block; vertical-align: top; white-space: nowrap; font-size: 0; width: 150px; position: relative; height: 218px; padding-top: 85px; box-sizing: border-box;}
.countdown_2025_5_30 .countDown .box .img{background: none !important; width: 50px;height: 60px; display: inline-block; vertical-align: middle; position: relative; margin: 0 -5px;}
.countdown_2025_5_30 .countDown .box::before{
  content: ''; width: 240px; height: 248px; background-image: url(../image/2025count5_30/png1.png); background-size: cover; background-repeat: no-repeat; background-position: center; position: absolute; left: -42px;top: 0px;
}
.countdown_2025_5_30 .countDown .box .img img{display: block; width: 100%; position: relative;}
.countdown_2025_5_30 .countDown .box .tt{font-family: 'AvianRegular'; text-align: center; font-size: 20px; margin-top: -5px; color: #fff; position: relative;}
.countdown_2025_5_30 .countDown .box+.box{margin-left: 40px;}
.countdown_2025_5_30 .close{width: 32px;height: 32px;background-image: url(../image/2025count5_30/png4.png); background-size: cover; background-repeat: no-repeat; background-position: center; position: absolute; right: 0;top: -52px; cursor: pointer; display: none;}
.countdown_2025_5_30.show{z-index: 999; opacity: 1; visibility: visible;}
.countdown_2025_5_30 .click{font-size: 18px;color:#ffe719;text-decoration: underline;font-family: 'AvianRegular';font-weight: bold;position: absolute;display: inline-block; right: 20px; bottom: 30px;}

/* 20250-5-30ä¾§çª— */
.navigation_2025_5_30{background:url(../image/2025count5_30/png5.png) no-repeat center; background-size: 100% 100%; position:fixed;top:24%;transform:translateY(-50%);right:0;width:132px;height:97px;font-size:0;box-sizing:border-box;cursor:pointer;padding-right:2px;padding-left:2px;z-index:999; overflow: hidden; font-family: Arial;;}
.navigation_2025_5_30 .countDown{padding: 10px 10px 0;}
.navigation_2025_5_30 .countDown::after{content: ''; display: block; clear: both;}
.navigation_2025_5_30 .countDown .box{float: left; white-space: nowrap; font-size: 0; position: relative; padding: 6px 0 20px; height: 45px; box-sizing: border-box; width: 48px; text-align: center;}
.navigation_2025_5_30 .countDown .box::before{
  content: ''; width: 114px; height: 115px; background-image: url(../image/2025count5_30/png1.png); background-size: 60% auto; background-repeat: no-repeat; background-position: center; position: absolute; left: -32px;top: -40px;
}
.navigation_2025_5_30 .countDown .box .img{background: none !important; width: 14px; display: inline-block; vertical-align: middle; position: relative; margin: 0;}
.navigation_2025_5_30 .countDown .box .img img{display: block; width: 100%; position: relative;}
.navigation_2025_5_30 .countDown .box .tt{color: #fff; font-family: 'AvianRegular'; text-align: center; font-size: 12px; position: absolute; left: 50%; bottom: 9px; transform: scale(0.83) translateX(-50%); -webkit-transform: scale(0.83) translateX(-50%); -ms-transform: scale(0.83) translateX(-50%); transform-origin: center left; -webkit-transform-origin: center left; -ms-transform-origin: center left; font-weight: bold;}
.navigation_2025_5_30 .countDown .box:nth-child(even){margin-left: 10px;}
.navigation_2025_5_30 .countDown .box:nth-child(3),
.navigation_2025_5_30 .countDown .box:nth-child(4){margin-top: 0px;}
.navigation_2025_5_30 .title{position: absolute; top: 0;right: 0;bottom: 0;left: 0; background-image: url(../image/2025count5_30/png7.png); background-size: cover; background-repeat: no-repeat; background-position: center; font-size: 14px; color: #fff; text-align: center; padding-top: 60px; opacity: 0; font-weight: bold; line-height: 1.5;}
.navigation_2025_5_30:hover .title{opacity: 1;}
@media screen and (max-width: 1440px){
    .navigation_2025_5_30{top: 18%;}
    .countdown_2025_5_30 .cont .padd{padding-top: 40px;}
  
}
@media screen and (max-width: 1400px){
    .countdown_2025_5_30 .cont .text{font-size: 16px;}
    .countdown_2025_5_30 .close{top: -40px;}
    .navigation_2025_5_30{top: 20%;}
    .countdown_2025_5_30 .cont{width: 1000px;}
    .countdown_2025_5_30 .countDown{padding: 0 30px;}
    .countdown_2025_5_30 .countDown .box{width: 120px; height: 170px; padding-top: 65px;}
    .countdown_2025_5_30 .countDown .box::before{left: -32px; width: 190px; height: 210px;}
}
</pre></body></html>