/* header */
#header, #header * {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

#header.slow {
    top: -129px;
}

#header.slow.on {
    top: 0;
}

#header {
    width: 100%;
    min-width: 1200px;
    max-width: 2048px;
    margin: auto;
    height: 100px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
}

#header header {
    width: 100%;
    height: 129px;
    /* background: url(../images/hea_rt.png) no-repeat center top; */
}

#header .lf {
    width: 400px;
    height: 129px;
    float: left;
    padding-left: 80px;
    /* background: url(../images/hea_lf.png) no-repeat center top; */
    transition: all 0.7s;
}

#header .logo {
    float: left;
    width: 188px;
    height: 100px;
    padding-top: 30px;
    /* background: url(../images/logo.png) no-repeat center; */
}

#header .h_right {
    float: right;
    height: 100px;
    margin-right: 40px;
}

#header .h_right .serch {
    float: left;
    width: 15px;
    height: 15px;
    margin-top: 43px;
    background: url(../images/serch-on.png) no-repeat center;
    cursor: pointer;
}

#header.on .h_right .serch {
    /* background: url(../images/serch.png) no-repeat center; */
}

#header .h_right .lang {
    float: left;
    width: 60px;
    height: 30px;
    background: url(../images/lang.png) no-repeat center;
    margin-top: 35px;
    margin-left: 20px;
    display: none;
}

#header .h_right .lang a {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

#header .h_right .menu {
    float: left;
    width: 60px;
    height: 60px;
    margin-left: 20px;
    margin-top: 20px;
    cursor: pointer;
}

#header .h_right .menu span {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30px;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    transition: background-color 0.3s ease-out 0.1s;
    -webkit-transition: background-color 0.3s ease-out 0.1s;
    display: block !important;
}

#header .h_right .menu span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    transition: transform 0.3s ease-out, top 0.5s ease 0.4s;
    -webkit-transition: transform 0.3s ease-out, top 0.5s ease 0.4s;
}

#header .h_right .menu span::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    transition: transform 0.3s ease-out, top 0.5s ease 0.4s, all 0.5s;
    -webkit-transition: transform 0.3s ease-out, top 0.5s ease 0.4s, all 0.5s;
}

#header.on {
    background-color: rgba(0, 140, 251,  .83);
}

#header.on header {
    background: transparent;
}

#header.on .lf {
    background: transparent;
}

#header.on .logo {
}

#header.on .h_right {
}

#header .h_right>ul {
    float: left;
}

#header .h_right>ul li {
    float: left;
    text-align: center;
    position: relative;
}

#header .h_right>ul li a {
    position: relative;
    /* padding: 0 16px; */
    line-height: 100px;
    /* margin-left: 10px; */
    color: #fff;
    display: inline-block;
    font-size: 16px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 50px;
    /* opacity: 0; */
}

#header .h_right>ul li:first-child a::after {
    opacity: 0;
}

#header .h_right>ul li:nth-child(5) a::after {
    /* opacity: 0; */
}

#header .h_right>ul li a::after {
    display: block;
    content: "";
    position: absolute;
    margin-top: -36px;
    width: 0;
    height: 2px;
    background-color: #ffffff;
    transition: .3s;
}

#header.on .h_right>ul li a::after {
    /* background: url(../images/sj.png) no-repeat center; */
}

#header.on .h_right>ul li a {
    color: #ffffff;
}

/* #header .h_right>ul li a:hover,
#header .h_right>ul li a.on {
color: #ff7200;
} */
#header .h_right>ul .nav_er {
    width: 140px;
    /* min-width: 1200px; */
    /* max-width: 1920px; */
    position: absolute;
    top: 78%;
    left: -40px;
    display: none;
    /* text-align: center; */
    transition: height 0.4s ease-out;
    -webkit-transition: height 1s ease-out;
}

.float {
    display: none;
}

#header.on .h_right>ul .nav_er {
    top: 100%;
    /* margin-top: 4px; */
}

#header .h_right>ul .nav_er .div_dl {
    background: rgba(2, 64, 59, 0.5);
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    padding: 10px 0;
}

#header .h_right>ul .nav_er .div_dl a {
    /* float: left; */
    color: #fff;
    display: block;
    line-height: 30px;
    font-size: 14px;
    margin: 0;
    opacity: 1;
}

/* footer */
#footer {
    min-width: 1200px;
    max-width: 2048px;
    position: relative;
    z-index: 1001;
    background: #595757;
    padding-top: 45px;
    color: #fff;
}

#footer .w1200 {
    position: relative;
    height: 100%;
}

#footer .w1200 .inp {
    position: absolute;
    right: 0;
    top: 0;
    width: 275px;
    height: 44px;
    background: #fff;
    border: 1px solid #a0a0a0;
}

#footer .w1200 .inp input {
    width: 220px;
    padding-left: 12px;
    font-size: 14px;
    color: rgba(83, 83, 83, 0.47);
    line-height: 42px;
    height: 42px;
}

#footer .w1200 .inp .btn {
    position: absolute;
    top: 12px;
    right: 16px;
    width: 17px;
    height: 17px;
    background: url(../images/foot-serch.png) no-repeat center;
    cursor: pointer;
}

#footer .tab {
    margin-top: 40px;
    padding-bottom: 17px;
    border-bottom: 1px solid #fff;
}

#footer .tab li {
    display: inline-block;
    margin-right: 17px;
    line-height: 1;
}

#footer .tab li a {
    font-size: 14px;
    color: #766a5e;
}

#footer .wx-box {
    position: absolute;
    top: 98px;
    right: 0;
    width: 22px;
    height: 19px;
}

#footer .wx-box .wx {
    position: relative;
    width: 22px;
    height: 19px;
    background: url(../images/foot-vx.png) no-repeat center;
}

#footer .wx-box .wx .pos {
    display: none;
    width: 100px;
    max-width: none;
    box-shadow: 0 0 25px -4px rgb(0 0 0 / 30%);
    position: absolute;
    left: -42px;
    bottom: 37px;
}

#footer .wx-box .wx:hover .pos {
    display: block;
}

#footer .bom {
    position: relative;
    margin-top: 12px;
}

#footer .bom .reenoo {
    position: absolute;
    top: 10px;
    right: 0;
}

#footer .bom li {
    float: left;
    margin-right: 15px;
    font-size: 13px;
    color: #766a5e;
    opacity: 0.7;
    cursor: pointer;
}

#footer .bom li a {
    font-size: 13px;
    color: #766a5e;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.pub-ban {
    width: 100%;
    height: 690px;
    background: no-repeat center;
    overflow: hidden;
    margin-top: -100px;
    position: relative;
}

.pub-ban .w1200 {
    position: relative;
    height: 100%;
}

.pub-ban .w1200 .icon {
    position: absolute;
    right: 0;
    bottom: -40px;
    width: 182px;
    height: 222px;
    background: url(../images/ban-icon.png) no-repeat center;
}

.pub-tab {
    width: 100%;
    height: 128px;
    background: rgba(0, 140, 250, 0.83);
    position: absolute;
    bottom: 0px;
    border-top-right-radius: 130px;
}

.pub-tab .tit {
    position: absolute;
    font-size: 52px;
    color: #ffffff;
    line-height: 168px;
    padding-left: 50px;
    top: -150px;
    text-transform: uppercase;
}

.pub-tab .tit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 0px;
    height: 0;
    background: #e7fdfb;
}

.pub-tab .tab-ul {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.pub-tab .tab-ul li {
    width: 140px;
    height: 56px;
    background: transparent;
    border-radius: 50px;
    margin-left: 20px;
    transition: .3s;
}

.pub-tab .tab-ul li.on, .pub-tab .tab-ul li:hover {
    background: rgb(0 0 0 / 64%);
}

.pub-tab .tab-ul li a {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 56px;
    text-decoration: none;
}

/* banner */
.top {
    /* min-width: 1200px;
max-width: 2048px; */
    position: relative;
    z-index: 99;
    background: #fff;
}

.top .cont {
    width: 1200px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.top .cont .bt {
    position: absolute;
    right: 0;
    top: -266px;
}

.height {
    width: 100%;
    min-width: 1200px;
    max-width: 2048px;
    margin: auto;
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
}

.banner {
    max-width: 2048px;
    margin: 0 auto !important;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner .tempWrap {
    height: 100%;
}

.banner .ms-slide img {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* .banner .ms-slide.on img {
-webkit-transition: all 2s .4s;
transition: all 2s .4s;
-webkit-transform: scaleX(1.15);
transform: scaleX(1.15);
} */
/* .banner .bd li:nth-child(2):before {
content: '';
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .4);
position: absolute;
left: 0;
top: 0;
z-index: 1;
} */
.banner .bd li .imgs {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner .bd {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner .bd ul {
    width: 100% !important;
    height: 100%;
}

.banner .bd .videoBox {
    width: 1270px;
    height: 100%;
    margin: auto;
}

.banner video {
    object-fit: cover;
    width: 2048px;
    height: 100%;
    margin-left: calc((1270px - 2048px) / 2);
}

.banner .bd li {
    width: 100% !important;
    max-width: 2048px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.banner .bd .content {
    width: 1200px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.banner .bd li .content .ban_t {
    width: 100%;
    height: 195px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -130px;
    z-index: 99;
}

.banner .bd li .content .ban_t .en {
    font-size: 165px;
    color: #ffffff;
    font-family: "Gilroy-Bold";
    text-transform: uppercase;
    line-height: 1;
    margin-left: -10px;
}

.banner .bd li .content .ban_t .en em {
    display: inline-block;
    transition-property: transform, opacity, -webkit-transform;
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.banner .bd li.li1 .content .ban_t .en {
    color: #02403b;
}

.banner .bd li.li3 .content .ban_t .cn {
    color: #ffffff;
}

.banner .bd li.li4 .content .ban_t .en {
    font-size: 90px;
    color: #f08300;
    margin-top: -100px;
    margin-bottom: 30px;
}

.banner .bd li.li4 .content .ban_t .cn {
    color: #02403b;
}

.banner .bd li .content .ban_t .cn em {
    display: inline-block;
    transition-property: transform, opacity, -webkit-transform;
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.banner .bd li .content .ban_t .cn {
    font-size: 44px;
    line-height: 1;
    color: #ffde00;
    letter-spacing: 15px;
}

.banner .bd li .content .ban_t .vx-box {
    position: relative;
    width: 217px;
    height: 52px;
    border-radius: 50px;
    background: #cbaf2c url(../images/wx.png) no-repeat 30px center;
    padding-left: 67px;
    box-sizing: border-box;
    margin-top: 25px;
    cursor: pointer;
}

.banner .bd li .content .ban_t .vx-box:hover .img {
    opacity: 1;
}

.banner .bd li .content .ban_t .vx-box .img {
    position: absolute;
    bottom: -145px;
    left: 42px;
    width: 130px;
    height: 140px;
    background: url(../images/vx-bg.png) no-repeat center;
    opacity: 0;
    transition: all .5s;
    pointer-events: none;
}

.banner .bd li .content .ban_t .vx-box .img .ewm {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-top: 15px;
}

.banner .bd li .content .ban_t .vx-box .img .ewm img {
    width: 100%;
    height: 100%;
}

.banner .bd li .content .ban_t .vx-box h6 {
    font-size: 18px;
    color: #fff;
    line-height: 52px;
}

.banner .next, .banner .prev {
    width: 70px;
    height: 70px;
    cursor: pointer;
    top: 50%;
    margin-top: -35px;
    position: absolute;
    z-index: 110;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.banner .next {
    opacity: 0;
    filter: Alpha(opacity=0);
    right: 0;
    background: url(../images/next.png) no-repeat center;
}

.banner .prev {
    opacity: 0;
    filter: Alpha(opacity=0);
    left: 0;
    background: url(../images/prev.png) no-repeat center;
}

.banner:hover .prev {
    filter: Alpha(opacity=100);
    opacity: 1 !important;
    display: block !important;
    -o-transform: translate(40px, 0);
    -ms-transform: translate(40px, 0);
    -moz-transform: translate(40px, 0);
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
}

.banner:hover .next {
    filter: Alpha(opacity=100);
    opacity: 1 !important;
    display: block !important;
    -o-transform: translate(-40px, 0);
    -ms-transform: translate(-40px, 0);
    -moz-transform: translate(-40px, 0);
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
}

.banner .hd {
    height: 41px;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 99;
    right: 0;
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
}

.banner .hd ul {
    padding: 0 30px;
    float: none;
    height: 40px;
    background: rgb(10 10 10 / 39%);
    border-radius: 50px;
}

.banner .hd ul li {
    position: relative;
    margin-top: 18px;
    display: inline-block;
    width: 30px;
    transition: all 0.7s;
    height: 4px;
    background: #fff;
    margin-right: 3px;
}

.banner .hd ul li.on {
    width: 90px;
}

.banner .hd ul li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #f08300;
    display: block;
    transition: all 2s;
}

.banner .hd ul li:nth-child(1).on:after {
    transition: all 16s;
}

.banner .hd ul li.on:after {
    width: 100%;
    transition: all 6.5s;
}

.banner .hd ul li div {
    box-sizing: unset;
}

.banner .hd ul li em {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    line-height: 98px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.banner .hd ul li .circle_process {
    display: none;
}

.banner .hd ul li.on .circle_process {
    display: block;
}

.banner .bt {
    position: absolute;
    right: 0;
    bottom: -55px;
    z-index: 20;
}

.ico1 {
    width: 100%;
    max-width: 2048px;
    background: url(../images/ioc1_bg.jpg) no-repeat center center;
    padding-top: 90px;
}

.ico1 .ico1 .ul {
    overflow: hidden;
}

.ico1 .ul .project {
    float: left;
    width: 375px;
    margin-right: 37px;
}

.ico1 .ul .project:last-child {
    margin-right: 0;
}

.ico1 .ul .project .font {
    position: relative;
    width: 375px;
    height: 200px;
    padding: 40px;
}

.ico1 .ul .project .font .en {
    font-size: 24px;
    color: #000;
    opacity: 0.2;
    font-family: "HELVETI1";
    margin-bottom: 8px;
    text-transform: uppercase;
}

.ico1 .ul .project .font h6 {
    font-size: 24px;
    color: #000;
    margin-bottom: 5px;
}

.ico1 .ul .project .font p {
    font-size: 14px;
    color: #000;
    margin-bottom: 25px;
    font-weight: 400;
}

.ico1 .ul .project .shine {
    opacity: 0 !important;
}

.ico1 .ul .project .font .btn {
    width: 47px;
    height: 10px;
    background: url(../images/ind-btn1.png) no-repeat center;
}

.ico1 .ul .project .font .ic {
    position: absolute;
    top: 40px;
    right: 25px;
}

.ico1 .ul .project .font1 {
    background: #ddc91e;
}

.ico1 .ul .project .font2 {
    background: #9da230;
}

.ico1 .ul .project .font3 {
    background: #c49a4a;
}

.ico1 .tit {
    font-size: 44px;
    color: #008cfa;
    line-height: 1;
    padding-top: 30px;
    margin-top: 45px;
    margin-bottom: 10px;
    background: url(../images/ipg1-en.png) no-repeat top left;
}

.ico1 .fl {
    position: relative;
    width: 593px;
    /* height: 320px; */
    background: #fff;
}

.ico1 .fl::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 170px;
    height: 100%;
    /* height: 320px; */
    background: #d9eceb;
    z-index: -1;
}

#CalendarContainer {
    width: 593px;
    /* height: 320px; */
}

#CalendarContainer .Calendar_header {
    width: 100%;
    height: 70px;
    background: #325551;
}

#CalendarContainer .Current_Date {
    font-size: 16px;
    font-family: "HELVETI1";
    color: #adcdca;
    line-height: 1;
    padding-top: 8px;
    letter-spacing: 1px;
}

#CalendarContainer .Current_Date em {
    font-size: 34px;
}

.trigger {
    padding: 0 20px;
}

.trigger_week td {
    font-size: 14px;
    color: #adcdca;
    padding-left: 50px;
}

.Calendar_body tr {
    border-bottom: 1px solid #f1f1f1;
}

.Calendar_body tr:last-child {
    border-bottom: none;
}

.Calendar_body td {
    position: relative;
    font-size: 16px;
    color: #325551;
    font-family: "HELVETI1";
    height: 50px;
    padding-left: 50px;
    border-right: 1px solid #f1f1f1;
}

.Calendar_body td a {
    margin-top: -10px;
}

.Calendar_body td .xx {
    position: absolute;
    right: 20px;
    bottom: 11px;
}

.Calendar_body td .xx li {
    float: left;
    width: 10px;
    height: 10px;
    background: no-repeat center;
    display: none;
    margin-left: 2px;
}

.Calendar_body td .xx li.blue {
    background-image: url(../images/x-blue.png);
}

.Calendar_body td .xx li.red {
    background-image: url(../images/x-red.png);
}

.Calendar_body td .xx li.yellow {
    background-image: url(../images/x-yellow.png);
}

.Calendar_body td .xx li.green {
    background-image: url(../images/x-green.png);
}

.Calendar_body td .xx li.cyan {
    background-image: url(../images/x-cyan.png);
}

.Calendar_body td.blue .xx li.blue {
    display: block;
}

.Calendar_body td.red .xx li.red {
    display: block;
}

.Calendar_body td.yellow .xx li.yellow {
    display: block;
}

.Calendar_body td.green .xx li.green {
    display: block;
}

.Calendar_body td.cyan .xx li.cyan {
    display: block;
}

.Calendar_body td:nth-child(7) {
    border-right: none;
}

.ico1 .fr {
    width: 627px;
    height: 328px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 10px;
    overflow: auto;
}

.ico1 .fr::-webkit-scrollbar {
    width: 6px;
    height: 5px;
    background-color: rgba(225, 225, 225, 1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 5px;
}

.ico1 .fr::-webkit-scrollbar-thumb {
    background-color: #878b2b;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 5px;
}

.exblist {
    width: 585px;
}

.exblist li {
    position: relative;
    border-top: 1px solid #000;
    padding: 12px 0 15px;
    min-height: 80px;
}

.exblist li .time {
    float: left;
    width: 165px;
    font-size: 16px;
    color: #666;
    font-family: "HELVETI1";
}

.exblist li .txt {
    float: right;
    width: 415px;
}

.exblist li .txt .name {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

.exblist li .txt .venue {
    font-size: 14px;
    color: #999;
}

.exblist li .xx {
    position: absolute;
    left: 0;
    top: 45px;
}

.exblist li .xx a {
    float: left;
    width: 10px;
    height: 10px;
    margin-right: 2px;
    background: no-repeat center;
    display: none;
}

.exblist li .xx a.blue {
    background-image: url(../images/x-blue.png);
}

.exblist li .xx a.red {
    background-image: url(../images/x-red.png);
}

.exblist li .xx a.yellow {
    background-image: url(../images/x-yellow.png);
}

.exblist li .xx a.green {
    background-image: url(../images/x-green.png);
}

.exblist li .xx a.cyan {
    background-image: url(../images/x-cyan.png);
}

.exblist li.blue .xx a.blue {
    display: block;
}

.exblist li.red .xx a.red {
    display: block;
}

.exblist li.yellow .xx a.yellow {
    display: block;
}

.exblist li.green .xx a.green {
    display: block;
}

.exblist li.cyan .xx a.cyan {
    display: block;
}

.ico2 {
    width: 100%;
    max-width: 2048px;
    background: url(../gde_img/news_pic.jpg) no-repeat center center;
    height: 660px;
    padding-top: 37px;
    position: relative;
}

.ico2 .title {
    font-size: 44px;
    color: #fff;
    text-align: center;
    background: url(../gde_img/news_bg.png) no-repeat center bottom;
    height: 110px;
    line-height: 1.8;
    font-weight: bold;
}

.ico2 .ban {
    position: relative;
    margin-top: 48px;
}

.ico2 .ban ul li {
    float: left;
    margin-right: 13px;
}

.ico2 .ban li {
    position: relative;
    width: 290px;
    height: 375px;
}

.ico2 .ban li .img {
    overflow: hidden;
}

.ico2 .ban li .font {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 270px;
    height: 160px;
    padding: 28px 20px;
    background: #fff;
}

.ico2 .ban li .font .time {
    font-family: "Gilroy-Bold";
    font-size: 16px;
    color: #000;
    margin-bottom: 12px;
    overflow: hidden;
}

.ico2 .ban li .font .time>div {
    float: left;
    margin-right: 10px;
    font-size: 16px;
    color: #000;
    font-family: "Gilroy-Bold";
}

.ico2 .ban li .font h6 {
    font-size: 18px;
    color: #000;
    line-height: 24px;
    border-bottom: 1px solid #a3a3a3;
    display: inline;
}

.ico2 .ban ul li:nth-child(2n) {
}

.ico2 .ban ul {
    width: 1250px;
}

/* .ico2 .ban ul li:nth-child(4) {
margin-top: 30px;
margin-right: 0;
} */
.ico2 .ban .btn {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    cursor: pointer;
}

.ico2 .ban .btn.left {
    left: -20px;
}

.ico2 .ban .btn.right {
    right: -20px;
}

.ico2 .more {
    width: 160px;
    height: 50px;
    background: #cbaf2c;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 40px;
}

.ico2 .more a {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.ico2 .more img {
    display: block;
    margin: 0 auto;
}

.ico3 {
    position: relative;
    width: 100%;
    max-width: 2048px;
    background: #dfe1e2;
    height: 801px;
    padding-top: 50px;
}

.ico3 .txt .en {
    font-size: 16px;
    color: #131117;
    font-family: "HELVETI1";
    text-transform: uppercase;
    margin-top: 20px;
}

.ico3 .txt h6 {
    font-size: 44px;
    color: #008cfa;
    line-height: 1;
    position: relative;
    padding-left: 0;
    margin-bottom: 10px;
}

.ico3 .txt h6::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 50px;
    height: 8px;
    background: transparent;
}

.ico3 .txt .p-box {
    width: 510px;
    margin-left: 0;
    margin-top: 48px;
}

.ico3 .txt .p-box p {
    font-size: 18px;
    color: #5c5c5c;
    text-indent: 2em;
    line-height: 1.9;
}

.ico3 .num {
    margin-top: 168px;
    position: relative;
    /* width: 531px; */
    height: 74px;
}

.ico3 .num .shu {
    position: absolute;
    top: 15px;
}

.ico3 .num .shu em {
    position: relative;
    font-family: "HELVETI1";
    font-size: 66px;
    color: #000000;
}

.ico3 .num .shu p {
    font-size: 14px;
    color: #000;
    opacity: 0.7;
}

.ico3 .num .shu.num1 em::after {
    content: "+";
    position: absolute;
    right: -30px;
    top: 0;
    font-size: 24px;
    background: none;
}

.ico3 .num .shu em::after {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    width: 24px;
    height: 24px;
    background: url(../images/ipg3-num.png) no-repeat center;
}

.ico3 .num .num1 {
    left: 0;
}

.ico3 .num .num2 {
    left: 168px;
}

.ico3 .num .num3 {
    left: 354px;
}

.ico3 .more {
    margin-top: 72px;
    margin-left: 320px;
    width: 160px;
    height: 50px;
    background: #008cfa;
    border-radius: 50px;
}

.ico3 .more a {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.ico3 .content {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.ico3 .box {
    position: absolute;
    right: 175px;
    top: 170px;
    width: 210px;
    height: 210px;
    background: url(../images/ipg3-square.jpg) no-repeat center;
    z-index: 88;
}

.ico3 .box a {
    position: relative;
    float: left;
    width: 105px;
    height: 105px;
    padding-top: 25px;
    overflow: hidden;
}

.ico3 .box a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 111px;
    height: 111px;
    background: url(../images/ipg3-ic.png) no-repeat center;
    opacity: 0;
    transition: all .5s;
}

.ico3 .box a:hover::after {
    opacity: 1;
}

/* .ico3 .box li:hover{
background-image: url(../images/ipg3-ic.png);
} */
.ico3 .box a .ic {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 8px;
}

.ico3 .box a .ic img {
    display: inline-block;
}

.ico3 .box a p {
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    transition: all .5s;
}

.ico3 .box a:hover p {
    color: #ff9600;
}

.ico4 {
    position: relative;
    z-index: 555;
    padding-top: 60px;
    width: 100%;
    max-width: 2048px;
    background: url(../images/ioc4_bg.jpg) no-repeat center center;
    height: 513px;
}

.ico4 .title {
    font-size: 44px;
    color: #000;
    padding-left: 400px;
    padding-top: 30px;
    line-height: 1;
    background: url(../images/ipg4-en.png) no-repeat 400px top;
    margin-bottom: 45px;
}

.ico4 .ul {
    width: 1250px;
}

.ico4 .ul .li {
    float: left;
    width: 395px;
    height: 240px;
    margin-right: 7.5px;
    background: no-repeat center;
    padding: 40px;
}

.ico4 .ul .li h6 {
    font-size: 24px;
    color: #000;
    line-height: 1;
    margin-bottom: 20px;
}

.ico4 .ul .li .en {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.2);
    font-family: "HELVETI1";
    line-height: 1;
    margin-bottom: 55px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.ico4 .ul .li .btn {
    width: 47px;
    height: 10px;
    background: url(../images/ind-btn1.png) no-repeat center;
}

.ins_nav {
    float: right;
    padding-top: 545px;
}

.ins_nav li {
    float: left;
    width: 130px;
    height: 56px;
    margin-left: 10px;
}

.ins_nav li a {
    width: 100%;
    height: 100%;
}

.bwg3 .w1200 {
    position: relative;
}

.bwg3 .back {
    position: absolute;
    top: 796px;
    left: 0;
    width: 90px;
    height: 46px;
    background: url(../images/back.jpg) no-repeat center;
    z-index: 8;
    cursor: pointer;
    display: none;
}

.bwg3 .pic {
    position: absolute;
    top: 796px;
    left: 0;
    width: 1015px;
    height: 700px;
    cursor: pointer;
}

.bwg3 .tips-box {
    position: absolute;
    top: 919px;
    left: 120px;
    width: 399px;
    height: 216px;
    cursor: pointer;
    display: none;
}

.bwg3 .tips {
    position: absolute;
    top: -150px;
    left: 29px;
    width: 390px;
    height: 303px;
    cursor: pointer;
    background: url(../images/tips.png) no-repeat center;
    opacity: 0;
    transition: all 0.5s;
}

.bwg3 .tips-box:hover .tips {
    opacity: 1;
}

.bwg3-nav {
    position: absolute;
    top: 796px;
    right: 0;
}

.bwg3-nav li {
    width: 182px;
    height: 108px;
    cursor: pointer;
}

.bwg3-nav li.on {
    width: 216px;
}

.bwg3-nav li:nth-child(2) {
    height: 80px;
}

.bwg3-nav li:nth-child(4) {
    height: 80px;
}

@media screen and (max-width: 1440px) {
    .banner .bd li .content .ban_t .en {
        font-size: 120px;
    }

    .banner .bd li .content .ban_t .cn {
        font-size: 36px;
    }
}

.news_box {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    padding-top: 660px;
}

.about .ipg1 {
    width: 100%;
    height: 852px;
    padding-top: 104px;
    background: transparent url(../gde_img/tit_about1.png) no-repeat center top;
    margin-top: 20px;
}

.about .ipg1 .w1200 {
    position: relative;
    height: 100%;
}

.about .ipg1 .img {
    position: absolute;
    /* bottom: 75px; */
    left: -425px;
}

.about .ipg1 .font {
    float: right;
    width: 696px;
    line-height: 1.8;
}

.about .ipg1 .font h6 {
    font-size: 30px;
    color: #02403b;
    margin-bottom: 24px;
    line-height: 1;
}

.about .ipg1 .font h5 {
    font-size: 24px;
    color: #676767;
    margin-bottom: 27px;
}

.about .ipg1 .font p {
    font-size: 18px;
    color: #646467;
}

.about .ipg1 .font .btn {
    float: right;
    height: 64px;
    margin-top: 85px;
}

.about .ipg1 .font .btn .left {
    float: left;
    width: 64px;
    height: 64px;
    background: #02403b url(../images/about-ic1.png) no-repeat center;
    margin-right: 2px;
}

.about .ipg1 .font .btn .right {
    float: left;
    width: 211px;
    height: 64px;
    font-size: 14px;
    color: #fff;
    line-height: 64px;
    padding-left: 15px;
    background: #02403b url(../images/about-ic2.png) no-repeat 168px center;
}

.about .ipg1 .line {
    position: absolute;
    right: 0;
    bottom: 115px;
    width: 1624px;
    height: 4px;
    background: #b4a46b;
}

.about .ipg2 {
    width: 100%;
    height: 800px;
    background: #eeb719;
    padding-top: 20px;
}

.about .ipg2 .w1200 {
    position: relative;
    height: 100%;
}

.about .ipg2 .img {
    position: absolute;
    bottom: 75px;
    right: -425px;
}

.about .ipg2 .font {
    width: 696px;
    padding-right: 60px;
}

.about .ipg2 .font h6 {
    font-size: 30px;
    color: #ffde00;
    margin-bottom: 15px;
    line-height: 1;
}

.about .ipg2 .font h5 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}

.about .ipg2 .font p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 6px;
}

.about .ipg2 .font .btn {
    height: 64px;
    margin-top: 70px;
}

.about .ipg2 .font .btn .left {
    float: left;
    width: 64px;
    height: 64px;
    background: #ecfffe url(../images/about-ic3.png) no-repeat center;
    margin-right: 2px;
}

.about .ipg2 .font .btn .right {
    float: left;
    width: 285px;
    height: 64px;
    font-size: 14px;
    color: #53a29b;
    line-height: 64px;
    padding-left: 15px;
    background: #ecfffe url(../images/about-ic4.png) no-repeat 240px center;
}

.about .ipg2 .line {
    position: absolute;
    left: 0;
    bottom: 115px;
    width: 1624px;
    height: 4px;
    background: #e4fffe;
}

.about .ipg3 {
    width: 100%;
    height: 843px;
    background: url(../images/ab3.jpg) no-repeat center;
    padding-top: 190px;
}

.about .ipg3 .w1200 {
    position: relative;
    height: 100%;
}

.about .ipg3 .img {
    position: absolute;
    bottom: 75px;
    left: -425px;
}

.about .ipg3 .font {
    float: right;
    width: 696px;
    padding-left: 60px;
}

.about .ipg3 .font h6 {
    font-size: 30px;
    color: #02403b;
    margin-bottom: 15px;
    line-height: 1;
}

.about .ipg3 .font h5 {
    font-size: 24px;
    color: #676767;
    margin-bottom: 40px;
}

.about .ipg3 .font p {
    font-size: 14px;
    color: #646467;
    opacity: 0.7;
    margin-bottom: 15px;
}

.about .ipg3 .font .num {
    position: relative;
    /* width: 531px; */
    height: 74px;
    margin-bottom: 30px;
}

.about .ipg3 .font .num .shu {
    position: absolute;
    top: 15px;
}

.about .ipg3 .font .num .shu em {
    position: relative;
    font-family: "HELVETI1";
    font-size: 66px;
    color: #000000;
}

.about .ipg3 .font .num .shu p {
    font-size: 14px;
    color: #000;
    opacity: 0.7;
}

.about .ipg3 .font .num .shu.num1 em::after {
    position: absolute;
    content: "+";
    right: -30px;
    top: 0;
    font-size: 24px;
    background: none;
}

.about .ipg3 .font .num .shu em::after {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    width: 24px;
    height: 24px;
    background: url(../images/ipg3-num.png) no-repeat center;
}

.about .ipg3 .font .num1 {
    left: 0;
}

.about .ipg3 .font .num2 {
    left: 168px;
}

.about .ipg3 .font .num3 {
    left: 354px;
}

.about .ipg3 .bom-box {
    margin-top: 45px;
}

.about .ipg3 .bom-box .left {
    float: left;
    width: 248px;
    height: 115px;
    margin-right: 20px;
    background: url(../images/about-ic5.png) no-repeat center;
    padding-top: 32px;
    padding-left: 27px;
}

.about .ipg3 .bom-box .left h6 {
    font-size: 20px;
    color: #000;
    letter-spacing: 3px;
}

.about .ipg3 .bom-box .right {
    float: left;
    width: 248px;
    height: 115px;
    background: url(../images/about-ic6.png) no-repeat center;
    padding-top: 32px;
    padding-left: 27px;
}

.about .ipg3 .bom-box .right h6 {
    font-size: 20px;
    color: #fff;
    letter-spacing: 3px;
}

.about .ipg3 .line {
    position: absolute;
    right: 0;
    bottom: 115px;
    width: 1624px;
    height: 4px;
    background: #b4a46b;
}

.about2 .ipg1 li {
    position: relative;
    width: 100%;
    height: 220px;
    border-bottom: 1px solid #ebebeb;
}

.about2 .ipg1 li:last-child {
    border-bottom: none;
    margin-bottom: -1px;
}

.about2 .ipg1 li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 220px;
    background: #ebf4f4;
    transition: all 0.8s;
    z-index: -1;
}

.about2 .ipg1 li:hover::after {
    width: 100%;
}

.about2 .ipg1 li .years {
    position: relative;
    float: left;
    font-size: 86px;
    color: #02403b;
    font-family: "HELVETI1";
    line-height: 220px;
    margin-right: 60px;
    z-index: 3;
}

.about2 .ipg1 li .font-box {
    position: relative;
    float: left;
    line-height: 220px;
    z-index: 3;
}

.about2 .ipg1 li .font {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.about2 .ipg1 li .font p {
    position: relative;
    font-size: 14px;
    color: rgba(100, 100, 103, 0.7);
    margin-bottom: 3px;
    padding-left: 10px;
    line-height: 24px;
}

.about2 .ipg1 li .font p::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.5px;
    width: 3px;
    height: 3px;
    background: #cbaf2c;
}

.about2 .ipg1 li .w1200 {
    position: relative;
    height: 100%;
}

#group_box {
    opacity: 0;
    transition: all 1s;
}

#group_box2 {
    opacity: 0;
    transition: all 1s;
}

#group_box3 {
    opacity: 0;
    transition: all 1s;
}

#group_box>div {
    z-index: 10 !important;
}

#group_box2>div {
    z-index: 10;
}

#group_box3>div {
    z-index: 10;
}

#group_box {
    position: absolute;
    width: 400px;
    right: 150px;
    margin: 0 auto;
    height: 100%;
}

#group_box2 {
    position: absolute;
    width: 200px;
    left: -350px;
    margin: 0 auto;
    height: 100%;
}

#group_box3 {
    position: absolute;
    width: 200px;
    right: -350px;
    margin: 0 auto;
    height: 100%;
}

/* .xx {
transition: all 1s;
}
.about2 .ipg1 li .xx {
opacity: 0;
transition: all 1s;
}

.about2 .ipg1 li:hover .xx {
opacity: 1;
} */
.about2 .ipg1 li .x2 {
    position: absolute;
    width: 142px;
    height: 135px;
    background: url(../images/x2.png) no-repeat center;
    z-index: 2;
    transition: all 1s;
    /* display: none; */
}

#company_list {
    display: none;
}

#company_list2 {
    display: none;
}

#company_list3 {
    display: none;
}

.about2 .ipg1 li .x1 {
    position: absolute;
    width: 94px;
    height: 90px;
    background: url(../images/x1.png) no-repeat center;
    z-index: 2;
}

.about2 .ipg1 li .x3 {
    position: absolute;
    width: 64px;
    height: 61px;
    background: url(../images/x3.png) no-repeat center;
    z-index: 2;
}

.about3 .ipg1 {
    width: 100%;
    height: 780px;
    background: #ebf4f4;
    padding-top: 50px;
}

.about3 .ipg1 .left {
    float: left;
    width: 600px;
    height: 730px;
    padding: 50px;
    background: #fff;
}

.about3 .ipg1 .left h6 {
    font-size: 24px;
    color: #02403b;
    margin-bottom: 15px;
}

.about3 .ipg1 .left p {
    font-size: 14px;
    color: #57585a;
}

.about3 .ipg1 .left ul {
    margin-top: 38px;
}

.about3 .ipg1 .left li {
    height: 90px;
    margin-bottom: 15px;
    padding-left: 105px;
    padding-top: 20px;
    background: no-repeat center left;
}

.about3 .ipg1 .left li h5 {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
}

.about3 .ipg1 .left li .call {
    font-size: 22px;
    color: #02403b;
    font-family: "HELVETI1";
}

.about3 .ipg1 .right {
    float: left;
    width: 600px;
    height: 730px;
}

.about3 .ipg2 {
    width: 100%;
    height: 420px;
}

.about3 .ipg2 #allmap {
    width: 100%;
    height: 420px;
}

.about3 .ipg2 #allmap img {
    max-width: none;
}

/* .BMap_Marker{
    pointer-events: none;
}
.BMap_Marker img{
    pointer-events: none;
}
.BMap_Marker>div{
    margin-top: 8px !important;
} */
.bMap-posTit {
    width: 150px;
    height: 50px;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    color: #666666;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    position: absolute;
    left: -67px;
    top: -58px;
    box-shadow: 0 2px 3px 2px rgb(0 0 0 / 10%);
    border-radius: 4px;
}

.BMap_Marker .BMapLabel {
    border: none !important;
    background-color: transparent !important;
}

.expo .ipg1 {
    width: 100%;
    /* height: 390px; */
    padding-top: 75px;
    background: #fff;
}

.expo .ipg1 h6 {
    font-size: 30px;
    color: #02403b;
    text-align: center;
    margin-bottom: 25px;
}

.expo .ipg1 .p-box {
    width: 800px;
    margin: 0 auto;
    margin-bottom: 75px;
}

.expo .ipg1 .p-box p {
    font-size: 14px;
    color: rgba(100, 100, 103, 0.7);
    margin-bottom: 8px;
    text-align: center;
}

.expo .ipg1 .bom {
    position: relative;
    width: 100%;
    height: 113px;
    background: url(../images/logo.jpg) no-repeat center;
    padding-left: 50px;
}

.expo .ipg1 .bom h5 {
    position: relative;
    font-size: 24px;
    color: #333;
    line-height: 113px;
    display: inline-block;
}

.expo .ipg1 .bom h5::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: -50px;
    width: 3px;
    height: 30px;
    background: #2c2c2c;
}

.expo .ipg3 {
    width: 100%;
    height: 688px;
    background: url(../images/ex1-bg.jpg) no-repeat center;
    padding-top: 55px;
}

.expo .ipg3 h6 {
    position: relative;
    font-size: 30px;
    color: #fffbcf;
    margin-bottom: 35px;
    text-align: center;
}

.expo .ipg3 h6::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -17px;
    width: 34px;
    height: 3px;
    background: #fffbcf;
}

.expo .ipg3 h5 {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 40px;
    letter-spacing: 8px;
    text-align: center;
}

.expo .ipg3 ul {
    width: 1500px;
}

.expo .ipg3 li {
    float: left;
    margin-right: 232px;
    width: 126px;
    margin-bottom: 30px;
}

.expo .ipg3 li .img {
    width: 126px;
    height: 126px;
    margin-bottom: 15px;
}

.expo .ipg3 li .font {
    height: 55px;
    width: 358px;
    margin-left: -115px;
}

.expo .ipg3 li .font p {
    font-size: 15px;
    color: rgba(248, 255, 254, 0.7);
    text-align: center;
}

.expo .ipg3 li .font p em {
    font-size: 28px;
    color: #fff;
    font-family: "Gilroy-Bold";
    margin: 0 5px;
}

.ex-date .ipg1 {
    width: 100%;
    /* height: 928px; */
    background: url(../images/ex2-bg.jpg) no-repeat center/cover;
    padding: 68px 0 50px;
}

.ex-date .ipg1 .tit {
    font-size: 44px;
    color: #333;
    line-height: 1;
    padding-top: 30px;
    margin-bottom: 30px;
    background: url(../images/ex2-en.png) no-repeat top left;
}

.ex-date .ipg1 .tab li {
    float: left;
    width: 166px;
    height: 60px;
    background: #e4e4e4 url(../images/ex2-ic2.png) no-repeat 45px center;
    margin-right: 10px;
    margin-bottom: 20px;
}

.ex-date .ipg1 .tab li.li2 {
    background-image: url(../images/ex2-ic1.png);
}

.ex-date .ipg1 .tab li.on {
    background-color: #02403b;
    background-image: url(../images/ex2-ic2-on.png);
}

.ex-date .ipg1 .tab li.li2.on {
    background-color: #02403b;
    background-image: url(../images/ex2-ic1-on.png);
}

.ex-date .ipg1 .tab li a {
    font-size: 18px;
    color: #666;
    line-height: 60px;
    padding-left: 77px;
}

.ex-date .ipg1 .tab li.on a {
    color: #fff;
}

.ex-date .ipg1 .left {
    position: relative;
    float: left;
    width: 755px;
    height: 100%;
    border: 1px solid #e7e7e7;
    background: #fff;
}

.ex-date .ipg1 .left::after {
    content: "";
    position: absolute;
    width: 216px;
    height: 100%;
    right: 0;
    bottom: 0;
    background: #fafafa;
    z-index: -1;
    display: none;
}

.ex-date .ipg1 #CalendarContainer {
    width: 753px;
    height: 100%;
}

.ex-date .ipg1 #CalendarContainer .Calendar_header {
    height: 136px;
    background: #fff;
    padding-top: 20px;
    border-bottom: 1px solid #e7e7e7;
}

.ex-date .ipg1 #CalendarContainer .Current_Date {
    color: #333;
    font-size: 20px;
    letter-spacing: 1px;
}

.ex-date .ipg1 .trigger_week {
    margin-top: 30px;
}

.ex-date .ipg1 .trigger_week td {
    color: #333;
    font-size: 15px;
}

.ex-date .ipg1 .Calendar_body td a {
    margin-top: 0;
}

.ex-date .ipg1 .Calendar_body tr {
    border-bottom: 1px solid #e7e7e7;
}

.ex-date .ipg1 .Calendar_body tr:last-child {
    border-bottom: none;
}

.ex-date .ipg1 .Calendar_body td {
    padding-left: 0;
    height: 94px;
    text-align: center;
    transition: all .5s;
}

.ex-date .ipg1 .Calendar_body td.on3 {
    background: #f4f4f4;
}

.ex-date .ipg1 .Calendar_body td:hover {
    background: #f4f4f4;
}

.ex-date .ipg1 .Calendar_body td.active {
    /*border:1px solid #02403b;*/
    /*margin:-1px 0;*/
}

.ex-date .ipg1 .Calendar_body td.active:after {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -1px;
    border: 1px solid #02403b;
}

.ex-date .ipg1 .list thead th {
    height: 66px;
    font-size: 14px;
    color: #fff;
    padding-left: 30px;
    padding-right: 20px;
}

.ex-date .ipg1 .list thead {
    background: url(../images/list-bg.jpg) no-repeat center;
}

.ex-date .ipg1 .list tbody tr {
    border-bottom: 1px solid #f0f0f0;
}

.ex-date .ipg1 .list tbody td {
    height: 60px;
    line-height: 1.4;
    background: #fff;
    font-size: 14px;
    color: #666666;
    padding: 10px 20px 10px 30px;
}

.ex-date .ipg1 .Calendar_body td .xx {
    /* width: 100%; */
    right: auto;
    left: 50%;
    bottom: 18px;
    transform: translateX(-49%);
}

.ex-date .ipg1 .cont.date {
    width: 1230px;
}

.ex-date .ipg1 .right {
    float: left;
    width: 450px;
    height: 600px;
    padding-right: 10px;
    margin-left: 10px;
    overflow: auto;
}

.ex-date .ipg1 .right::-webkit-scrollbar {
    width: 6px;
    height: 5px;
    background-color: rgba(225, 225, 225, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 5px;
}

.ex-date .ipg1 .right::-webkit-scrollbar-thumb {
    background-color: #d8d8d8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 5px;
}

.ex-date .ipg1 .right li {
    position: relative;
    margin-bottom: 3px;
    width: 435px;
    background: #fff;
    cursor: pointer;
}

.ex-date .ipg1 .right li.active {
    border: 1px solid #02403b;
    border-left: 0 none;
}

.ex-date .ipg1 .right li.active .font {
    border-color: #02403b;
}

.ex-date .ipg1 .right li::before {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.ex-date .ipg1 .right li.blue::before {
    background: #4969e2;
}

.ex-date .ipg1 .right li.yellow::before {
    background: #ffa800;
}

.ex-date .ipg1 .right li.red::before {
    background: #ff4a60;
}

.ex-date .ipg1 .right li.cyan::before {
    background: #2ac5cd;
}

.ex-date .ipg1 .right li.green::before {
    background: #3eab82;
}

.ex-date .ipg1 .right li .font {
    position: relative;
    float: left;
    width: 375px;
    padding: 0 15px 0 30px;
    border-right: 1px solid #e5e5e5;
    overflow: hidden;
}

.ex-date .ipg1 .right li .font::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: 4px;
    top: 0;
    opacity: 0.08;
    transition: all .5s;
    pointer-events: none;
}

.ex-date .ipg1 .right li.blue .font::before {
    background: #4969e2;
}

.ex-date .ipg1 .right li.red .font::before {
    background: #ff4a60;
}

.ex-date .ipg1 .right li.green .font::before {
    background: #3eab82;
}

.ex-date .ipg1 .right li.yellow .font::before {
    background: #ffa800;
}

.ex-date .ipg1 .right li.cyan .font::before {
    background: #2ac5cd;
}

.ex-date .ipg1 .right li.on2 .font::before {
    width: 100%;
}

.ex-date .ipg1 .right li:hover .font::before {
    width: 100%;
}

.ex-date .ipg1 .right li .font .top {
    padding: 15px 0;
    background: transparent;
}

.ex-date .ipg1 .right li .font .top h6 {
    font-size: 14px;
    color: #333333;
    margin-bottom: 3px;
}

.ex-date .ipg1 .right li .font .top .time {
    display: inline;
    font-size: 14px;
    color: #333333;
    font-family: "Gilroy-Bold";
    padding-right: 25px;
}

.ex-date .ipg1 .right li.blue .font .top .time {
    background: url(../images/x-blue.png) no-repeat center right;
}

.ex-date .ipg1 .right li.yellow .font .top .time {
    background: url(../images/x-yellow.png) no-repeat center right;
}

.ex-date .ipg1 .right li.red .font .top .time {
    background: url(../images/x-red.png) no-repeat center right;
}

.ex-date .ipg1 .right li.green .font .top .time {
    background: url(../images/x-green.png) no-repeat center right;
}

.ex-date .ipg1 .right li.cyan .font .top .time {
    background: url(../images/x-cyan.png) no-repeat center right;
}

.ex-date .ipg1 .right li .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    width: 20px;
    height: 10px;
    background: url(../images/date-btn.png) no-repeat center;
    transform: rotate(-180deg);
    transition: all 0.5s;
}

.ex-date .ipg1 .right li.on .icon {
    transform: rotate(0deg);
}

.ex-date .ipg1 .right li .bom {
    padding: 15px 0 25px;
    border-top: 2px solid #ececec;
    display: none;
}

.ex-date .ipg1 .right li .bom p {
    font-size: 14px;
    color: rgba(51, 51, 51, 0.6);
    margin-bottom: 3px;
}

#c_page {
    margin-top: 40px;
    text-align: center;
}

#c_page a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 3px;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
    vertical-align: top;
    color: #999;
    border: 1px solid #dadada;
    transition: all 0.5s;
    font-size: 14px;
    font-family: "Gilroy-Bold";
    border-radius: 5px;
}

#c_page a.jp-current {
    color: #fff;
    background: #cbaf2c;
    border: 1px solid #cbaf2c;
}

#c_page a:hover {
    color: #fff;
    background: #cbaf2c;
    border: 1px solid #cbaf2c;
}

#c_page span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 2px;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
    vertical-align: top;
    color: #999;
    border: 1px solid #dadada;
    transition: all 0.3s;
    font-size: 14px;
    font-family: "Gilroy-Bold";
}

#c_page .jp-previous {
    background: url(../images/tab-le.png) no-repeat center;
}

#c_page .jp-previous:hover {
    border: 1px solid #dadada;
    background: url(../images/tab-le.png) no-repeat center;
}

#c_page .jp-next {
    background: url(../images/tab-ri.png) no-repeat center;
}

#c_page .jp-next:hover {
    border: 1px solid #dadada;
    background: url(../images/tab-ri.png) no-repeat center;
}

.ex-date .ipg2 {
    padding: 60px 0 75px;
}

.ex-date .ipg2 .tit h6 {
    font-size: 30px;
    color: #666;
    margin-bottom: 8px;
    text-align: center;
    line-height: 1;
}

.ex-date .ipg2 .tit .en {
    font-size: 36px;
    color: rgba(51, 51, 51, 0.3);
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: "HELVETI1";
    line-height: 1;
}

.ex-date .ipg2 .pic {
    position: relative;
    width: 100%;
    height: 254px;
}

.ex-date .ipg2 .pic li {
    float: left;
    width: 390px;
    height: 254px;
    margin-right: 15px;
}

.ex-date .ipg2 .pic .tempWrap {
    width: 1200px !important;
}

.ex-date .ipg2 .pic .btn {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
}

.ex-date .ipg2 .pic .btn.left {
    left: -70px;
    background: url(../images/left-btn.png) no-repeat center;
}

.ex-date .ipg2 .pic .btn.right {
    right: -70px;
    background: url(../images/right-btn.png) no-repeat center;
}

.expo3 {
    width: 100%;
    height: 2698px;
    background: url(../images/ex3-bg.jpg) no-repeat center;
}

.expo3 .ipg1 {
    padding-top: 70px;
    margin-bottom: 60px;
}

.expo3 .ipg1 .tit {
    font-size: 44px;
    color: #333;
    text-align: center;
    line-height: 1;
    margin-bottom: 25px;
}

.expo3 .ipg1 .show-box {
    position: relative;
    width: 100%;
    height: 700px;
}

.expo3 .ipg1 .show-box .cont .pic {
    position: relative;
    width: 100%;
    height: 700px;
    background: url(../images/show-pic1.jpg) no-repeat center;
    transition: all 0.5s;
}

.expo3 .ipg1 .show-box .cont .pic .tips {
    position: absolute;
    left: 420px;
    top: 295px;
    width: 222px;
    height: 111px;
    background: url(../images/tips.png) no-repeat center;
    transition: all 0.5s;
}

.expo3 .show-box .pic .tower {
    position: absolute;
    top: 280px;
    left: 240px;
    width: 575px;
    height: 375px;
    cursor: pointer;
}

.expo3 .show-box .tab {
    position: absolute;
    top: 0;
    right: 0;
    width: 182px;
    height: 700px;
    z-index: 9;
}

.expo3 .show-box .tab li {
    position: relative;
    width: 182px;
    height: 108px;
    background: #ebf4f4;
    cursor: pointer;
    line-height: 108px;
    text-align: center;
    font-size: 0;
}

.expo3 .show-box .tab li.on {
    width: 216px;
    margin-left: -34px;
    background: #02403b !important;
}

.expo3 .show-box .tab li.on::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -9px;
    width: 28px;
    height: 18px;
    background: url(../images/right-btn.png) no-repeat center;
}

.expo3 .show-box .tab li.on .font h6 {
    color: #ffd200;
}

.expo3 .show-box .tab li.on .font p {
    color: rgba(255, 255, 255, 0.4);
}

.expo3 .show-box .tab li:nth-child(2n) {
    background: #e3ebeb;
}

.expo3 .show-box .tab li:nth-child(2) {
    height: 80px;
    line-height: 80px;
}

.expo3 .show-box .tab li:nth-child(4) {
    height: 80px;
    line-height: 80px;
}

.expo3 .show-box .tab li .font {
    display: inline-block;
    vertical-align: middle;
}

.expo3 .show-box .tab li .font h6 {
    font-size: 30px;
    color: #474b4b;
    font-family: "Gilroy-Bold";
    line-height: 1;
    margin-bottom: 10px;
}

.expo3 .show-box .tab li .font p {
    font-size: 14px;
    color: #a1a7a7;
    font-family: "Gilroy-Bold";
    line-height: 1;
    text-align: center;
}

.expo3 .show-box .cont-li {
    position: relative;
    width: 100%;
    height: 700px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}

.expo3 #show.pub-show {
    position: absolute;
    top: 0;
    left: -115px;
    background-image: url(../images/3f.jpg);
}

.expo3 .show-box .cont-ul {
    position: relative;
}

.expo3 .show-box .pic {
    /* display: none; */
}

.expo3 .show-box .cont-li {
    display: none;
}

.expo3 .show-box .cont-ul .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #cbaf2c;
    z-index: 8;
    cursor: pointer;
}

.expo3 .show-box .cont-li .wc {
    position: absolute;
    left: 25px;
    bottom: 25px;
    z-index: 5;
    width: 311px;
    height: 78px;
    background: url(../images/tips-2.png) no-repeat center;
}

#show2 {
    position: relative;
    width: 100%;
    height: 700px;
    background: url(../images/2.5f.jpg) no-repeat center;
}

#show2 .svg {
    position: absolute;
    width: 293px;
    height: 170px;
    top: 410px;
    left: 168px;
    opacity: 0;
}

#show2 .ic {
    top: 410px;
    left: 168px;
}

#show2 .ic::after {
    content: "";
    position: absolute;
    right: -7px;
    bottom: -20px;
    width: 306px;
    height: 186px;
    background: url(../images/2f-yin.png) no-repeat center;
}

#show2.pub-show .ic .box {
    top: -230px;
    left: 0px;
}

.expo3 #show3.pub-show {
    position: absolute;
    top: 0;
    left: -115px;
    background-image: url(../fonts/a7caa06acae04ead87957542ad293b9c.svg);
}

#show4 .icon .ic1 .box {
    top: -203px;
    left: -141px;
}

#show4 .icon .ic2::after {
    top: 3px;
    right: -7px;
    width: 246px;
    height: 161px;
    background-image: url(../fonts/f6b2f494008649e08ffcf66ea9d2d9ab.svg);
}

#show5.pub-show .ic1 .box {
    top: -145px;
    left: 36px;
}

#show5.pub-show .ic2 {
    top: 276px;
    left: 383px;
    z-index: 5;
}

#show5.pub-show .ic2::after {
    right: -8px;
    bottom: -18px;
    width: 493px;
    height: 292px;
    background-image: url(../fonts/7bbd781351ed4a11bdb98a5fa6cc2217.svg);
}

#show6.pub-show .ic1 .box {
    top: -215px;
    left: 90px;
}

#show6.pub-show .ic2 {
    top: 315px;
    left: 367px;
    z-index: 5;
}

#show6.pub-show .ic2::after {
    right: -7px;
    bottom: -19px;
    width: 345px;
    height: 191px;
    background-image: url(../fonts/372b7f8ec0354fcab146aacbda6e5ad4.svg);
}

#show7.pub-show .ic1 .box {
    top: -137px;
    left: 270px;
}

.expo3 .ipg2 thead th {
    height: 68px;
    background: #02403b;
    font-size: 15px;
    color: #fff;
}

.expo3 .ipg2 thead th:nth-child(1) {
    padding-left: 30px;
}

.expo3 .ipg2 thead th {
    padding-left: 35px;
}

.expo3 .ipg2 tbody td {
    height: 58px;
    line-height: 1.4;
    background: #fff;
    font-size: 14px;
    color: #666666;
    padding: 10px 30px 10px 35px;
}

.expo3 .ipg2 tbody td:nth-child(1) {
    padding-left: 30px;
}

.expo3 .ipg2 tbody tr {
    border-bottom: 1px solid #f0f0f0;
}

.expo4 .ipg1 {
    padding: 68px 0 65px;
}

.expo4 .ipg1 .tit {
    font-size: 44px;
    color: #333;
    line-height: 1;
    padding-top: 30px;
    margin-bottom: 35px;
    background: url(../fonts/c972abfb8a0342c7b343667f7c547636.svg);
    */ }

.pub-show .ic .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 390px;
    height: 303px;
    background: url(../images/box.png) no-repeat center;
    padding-top: 45px;
    opacity: 0;
    transition: all 0.5s;
    /* pointer-events: all; */
}

.pub-show .ic::after {
    content: "";
    position: absolute;
    opacity: 0;
    transition: all 0.5s;
}

.pub-show .ic.box-ani .box {
    opacity: 1;
}

.pub-show .ic.shadow-ani::after {
    opacity: 1;
}

.pub-show .ic .box .img {
    width: 302px;
    height: 176px;
    margin: 0 auto;
    margin-bottom: 8px;
    overflow: hidden;
}

.pub-show .ic .box p {
    text-align: center;
    font-size: 14px;
    color: #555555;
}

.pub-show .ic1 {
    top: 315px;
    left: 162px;
    z-index: 3;
}

.pub-show .ic1::after {
    right: -7px;
    bottom: -19px;
    width: 227px;
    height: 140px;
    background: url(../images/yin7.png) no-repeat center;
}

.pub-show .ic1 .box {
    top: -210px;
    left: -70px;
    z-index: 3;
}

.pub-show .ic2 {
    top: 470px;
    left: 430px;
    /* z-index: 4; */
}

#show.pub-show .ic2 {
    z-index: 4;
}

.pub-show .ic2::after {
    right: -7px;
    bottom: -19px;
    width: 228px;
    height: 140px;
    background: url(../images/yin8.png) no-repeat center;
}

.pub-show .ic2 .box {
    top: -220px;
    left: -90px;
    z-index: 3;
}

.pub-show .ic3 {
    top: 121px;
    left: 232px;
    z-index: 1;
}

.pub-show .ic3::after {
    right: -5px;
    bottom: -16px;
    width: 490px;
    height: 289px;
    background: url(../images/yin.png) no-repeat center;
}

.pub-show .ic3 .box {
    top: -144px;
    left: 33px;
}

.pub-show .ic4 {
    top: 275px;
    left: 502px;
}

.pub-show .ic4::after {
    right: -10px;
    bottom: -17px;
    width: 493px;
    height: 292px;
    background: url(../images/yin2.png) no-repeat center;
}

.pub-show .ic4 .box {
    top: -205px;
    left: 130px;
    z-index: 5;
}

.pub-show .ic5 {
    top: 347px;
    left: 520px;
}

.pub-show .ic5::after {
    right: -8px;
    bottom: -20px;
    width: 350px;
    height: 210px;
    background: url(../images/yin3.png) no-repeat center;
}

.pub-show .ic5 .box {
    top: -160px;
    left: -95px;
    z-index: 99;
}

.pub-show .icf .box {
    top: -251px;
    left: -126px;
}

.pub-show .ic6 {
    top: 238px;
    left: 197px;
    z-index: 2;
}

.pub-show .ic7 {
    top: 389px;
    left: 285px;
    z-index: 4;
}

.pub-show .ic8 {
    top: 502px;
    left: 455px;
    z-index: 4;
}

.pub-show .ica {
    top: 440px;
    left: 652px;
    z-index: 3;
}

.pub-show .ica::after {
    right: -7px;
    bottom: -19px;
    width: 97px;
    height: 64px;
    background: url(../images/yin6.png) no-repeat center;
}

.pub-show .ica .box {
    top: -265px;
    left: -150px;
}

.pub-show .icb {
    top: 415px;
    left: 608px;
    z-index: 2;
}

.pub-show .icc {
    top: 415px;
    left: 695px;
    z-index: 2;
}

.pub-show .icd {
    top: 389px;
    left: 651px;
    z-index: 2;
}

.pub-show .icd .box {
    top: -265px;
    left: -150px;
}

.pub-show .icd::after {
    right: -50px;
    bottom: -70px;
    width: 184px;
    height: 114px;
    background: url(../images/yin5.png) no-repeat center;
}

.pub-show .ice {
    top: 389px;
    left: 738px;
    z-index: 1;
}

.pub-show .icf {
    top: 364px;
    left: 694px;
    z-index: 1;
}

.pub-show .icf::after {
    right: -52px;
    bottom: -95px;
    width: 227px;
    height: 139px;
    background: url(../images/yin4.png) no-repeat center;
}

.center3 .ipg2 thead th {
    height: 68px;
    background: #02403b;
    font-size: 15px;
    color: #fff;
    padding-left: 30px;
}

.center3 .ipg2 tbody tr {
    border-bottom: 1px solid #f0f0f0;
}

.center3 .ipg2 tbody td {
    height: 58px;
    line-height: 1.4;
    background: #fff;
    font-size: 14px;
    color: #666666;
    padding-left: 30px;
    padding-right: 10px;
}

.center4 .ipg1 {
    padding: 68px 0 65px;
}

.center4 .ipg1 .tit {
    font-size: 44px;
    color: #333;
    line-height: 1;
    padding-top: 30px;
    margin-bottom: 35px;
    background: url(../images/ct4-en.png) no-repeat top left;
}

.center4 .ipg1 .data-box {
    width: 1220px;
}

.center4 .ipg1 .data {
    width: 100%;
    height: 121px;
    margin-bottom: 10px;
}

.center4 .ipg1 .data .left {
    float: left;
    width: 136px;
    height: 121px;
    font-size: 14px;
    color: #505155;
    line-height: 121px;
    text-align: center;
    background: #e0e2ec;
    margin-right: 1px;
}

.center4 .ipg1 .data .right {
    float: left;
    width: 1063px;
    height: 121px;
}

.center4 .ipg1 .data .right .box {
    margin-bottom: 1px;
}

.center4 .ipg1 .data .right .info {
    float: left;
    width: 80px;
    height: 60px;
    font-size: 14px;
    color: #505155;
    text-align: center;
    background: #edeef2;
    margin-right: 1px;
    line-height: 60px;
}

.center4 .ipg1 .data .right .inp {
    float: left;
    width: 982px;
    height: 60px;
    font-size: 14px;
    color: #505155;
    background: #f9f9f9;
    padding-left: 20px;
}

.center4 .ipg1 .data .right .inp input {
    height: 60px;
    width: 800px;
    color: #505155;
    font-size: 14px;
}

.center4 .ipg1 .inp-box .inp {
    float: left;
    width: 595px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.center4 .ipg1 .inp-box .left {
    float: left;
    width: 217px;
    height: 60px;
    background: #edeef2;
    line-height: 60px;
    font-size: 14px;
    color: #505155;
    text-align: center;
    margin-right: 1px;
}

.center4 .ipg1 .inp-box .right {
    float: left;
    width: 377px;
    height: 60px;
    background: #f9f9f9;
    padding-left: 20px;
}

.center4 .ipg1 .inp-box .right input {
    height: 60px;
    width: 350px;
    color: #505155;
    font-size: 14px;
}

.center4 .ipg1 .data2 {
    height: 182px;
}

.center4 .ipg1 .data2 .left {
    height: 182px;
    line-height: 182px;
}

.center4 .ipg1 .data2 .right {
    height: 182px;
}

.center4 .ipg1 .data2 .right .time {
    float: left;
    width: 982px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #505155;
    background: #f9f9f9 url(../images/date.png) no-repeat 920px center;
    padding-left: 20px;
    cursor: pointer;
}

.center4 .ipg1 .inp-box .inp2 {
    width: 1200px;
}

.center4 .ipg1 .inp-box .inp2 .right {
    width: 982px;
}

.center4 .ipg1 .inp-box .inp2 .right input {
    width: 800px;
}

.center4 .ipg1 .tips {
    margin-top: 50px;
}

.center4 .ipg1 .tips .font {
    float: left;
    width: 880px;
}

.center4 .ipg1 .tips .font h6 {
    font-size: 20px;
    color: #333;
    letter-spacing: 8px;
    margin-bottom: 8px;
}

.center4 .ipg1 .tips .font p {
    font-size: 14px;
    color: #888;
}

.center4 .ipg1 .tips .btn {
    float: right;
    width: 158px;
    height: 60px;
    background: #cbaf2c;
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    letter-spacing: 8px;
    cursor: pointer;
}

.pic-show {
    padding: 70px 0;
    background: #ebf4f4 url(../images/bg.jpg) no-repeat center top;
}

.pic-show .ipg1 ul {
    width: 1230px;
}

.pic-show .ipg1 li {
    float: left;
    width: 590px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.pic-show .ipg1 li .img {
    width: 590px;
    height: 342px;
    overflow: hidden;
}

.pic-show .ipg1 li .font {
    width: 590px;
    height: 64px;
    background: #dce5e5;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 64px;
    padding: 0 15px;
    transition: all 0.5s;
}

.pic-show .ipg1 li:hover .font {
    background: #02403b;
    color: #fff;
}

.pic-show .ipg1 .more {
    background: #cbaf2c;
    width: 180px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #ffffff;
    border-radius: 30px;
    margin: 50px auto 0 auto;
    padding: 0 40px;
}

.pic-show .ipg1 .more .text {
    float: left;
}

.pic-show .ipg1 .more .dot_box {
    float: left;
    margin-top: -3px;
    margin-right: 10px;
}

.pic-show .ipg1 .more .dot_box .i {
    width: 4px;
    height: 4px;
    display: inline-block;
    margin-right: 3px;
    background: #dfffff;
}

.pic-show .ipg1 .more .dot_box .i:nth-child(2) {
    background: #d7dfab;
}

.pic-show .ipg1 .more .dot_box .i:nth-child(3) {
    background: #cfbf56;
}

.pic-show .ipg1 .more:hover .dot_box .i {
    animation: today_only linear 0.8s 1 backwards;
    -webkit-animation: today_only linear 0.8s 1 backwards;
}

.pic-show .ipg1 .more:hover .dot_box .i:nth-child(2) {
    animation-delay: 0.2s;
}

.pic-show .ipg1 .more:hover .dot_box .i:nth-child(3) {
    animation-delay: 0.4s;
}

/* news */
.news {
    padding: 70px 0 60px 0;
    background: #ebf4f4 url(../images/bg.jpg) no-repeat center top;
}

.news .w1200 {
    width: 1200px;
    margin: auto;
}

.news .tionnews .tionnews_a .h1 {
    position: relative;
    background: url(../images/news-1.png) no-repeat;
    background-size: 589px 62px;
    height: 75px;
}

.news .tionnews .tionnews_a .h1_a {
    font-size: 44px;
    color: #333333;
    position: absolute;
    bottom: 0;
    left: 0;
}

.news .tionnews .tionnews_a ul {
    margin-top: 50px;
    position: relative;
    height: 405px;
}

.news .tionnews .tionnews_a ul li {
    width: 290px;
    height: 375px;
    position: absolute;
}

.news .tionnews .tionnews_a ul li a {
    position: relative;
    width: 100%;
    height: 100%;
}

.news .tionnews .tionnews_a ul li .img {
    width: 290px;
    height: 299px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.news .tionnews .tionnews_a ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news .tionnews .tionnews_a ul li .text {
    background-color: #fff;
    padding: 30px 20px;
    height: 160px;
    width: 270px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: 2;
}

.news .tionnews .tionnews_a ul li .text .time {
    overflow: hidden;
    margin-bottom: 15px;
}

.news .tionnews .tionnews_a ul li .text .time>div {
    float: left;
    margin-right: 10px;
    font-size: 16px;
    color: #000000;
    font-family: "Gilroy-Bold";
}

.news .tionnews .tionnews_a ul li .text h6 {
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    display: inline;
    border-bottom: solid 1px #a3a3a3;
    padding-bottom: 0;
}

.news .tionnews .tionnews_a ul li:nth-child(1) {
    left: 0;
    top: 0;
}

.news .tionnews .tionnews_a ul li:nth-child(2) {
    left: 303px;
    top: 30px;
}

.news .tionnews .tionnews_a ul li:nth-child(3) {
    left: 607px;
    top: 0;
}

.news .tionnews .tionnews_a ul li:nth-child(4) {
    right: 0;
    top: 30px;
}

.news .listnews {
    margin-top: 40px;
}

.news .listnews li {
    margin-bottom: 12px;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.news .listnews li .left {
    color: #02403b;
    font-size: 22px;
    float: left;
    width: 10%;
    font-family: "Gilroy-Bold";
}

.news .listnews li .right {
    float: left;
    width: 89%;
    margin-left: 1%;
}

.news .listnews li .right .h1 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: bold;
}

.news .listnews li .right .h2 {
    font-size: 14px;
    color: #777777;
    line-height: 22px;
}

.news .listnews li:hover {
    background: #e0eded;
}

.news .listnews li:hover .h1 {
    color: #02403b;
}

.news .listnews .more {
    background: #cbaf2c;
    width: 180px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #ffffff;
    border-radius: 30px;
    margin: 60px auto 0 auto;
    padding: 0 40px;
}

.news .listnews .more .text {
    float: left;
}

.news .listnews .more .dot_box {
    float: left;
    margin-top: -3px;
    margin-right: 10px;
}

.news .listnews .more .dot_box .i {
    width: 4px;
    height: 4px;
    display: inline-block;
    margin-right: 3px;
    background: #dfffff;
}

.news .listnews .more .dot_box .i:nth-child(2) {
    background: #d7dfab;
}

.news .listnews .more .dot_box .i:nth-child(3) {
    background: #cfbf56;
}

.news .listnews .more:hover .dot_box .i {
    animation: today_only linear 0.8s 1 backwards;
    -webkit-animation: today_only linear 0.8s 1 backwards;
}

.news .listnews .more:hover .dot_box .i:nth-child(2) {
    animation-delay: 0.2s;
}

.news .listnews .more:hover .dot_box .i:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes today_only {
    0% {
        opacity: 0;
        transform: translateX(0) translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0) translateY(0px);
    }
}

.news_data {
    padding: 60px 0 80px 0;
    overflow: hidden;
}

.news_data .w1200 {
    width: 1200px;
    margin: auto;
}

.news_data .pagetitle {
    width: 800px;
    float: left;
}

.news_data .pagetitle .h1 {
    color: #000000;
    font-size: 20px;
    margin-bottom: 20px;
}

.news_data .pagetitle .sharetitle {
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
}

.news_data .pagetitle .sharetitle::after {
    content: "";
    display: block;
    clear: both;
}

.news_data .pagetitle .sharetitle .left {
    float: left;
}

.news_data .pagetitle .sharetitle .left>div {
    float: left;
    color: #999999;
    font-size: 14px;
    margin-right: 40px;
    line-height: 20px;
}

.news_data .pagetitle .sharetitle .left>div:last-child {
    margin-right: 0;
}

.news_data .pagetitle .sharetitle .left .time {
    color: #02403b;
    font-size: 20px;
}

.news_data .pagetitle .sharetitle .right {
    float: right;
}

.news_data .pagetitle .sharetitle .right .le {
    float: left;
    font-size: 14px;
    color: #999999;
    line-height: 21px;
    margin-right: 5px;
}

.news_data .pagetitle .sharetitle .right .ri {
    float: right;
    width: 50px;
}

.news_data .pagetitle .sharetitle .right .ri>a {
    width: 21px;
    height: 21px;
}

.news_data .pagetitle .sharetitle .right .ri .ri1 {
    float: left;
    background: url(../images/le.png) no-repeat;
    background-size: 21px 21px;
}

.news_data .pagetitle .sharetitle .right .ri .ri2 {
    float: right;
    background: url(../images/ri.png) no-repeat;
    background-size: 21px 21px;
}

.news_data .written {
    margin-top: 25px;
}

.news_data .written p {
    color: #777777;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.news_data .written img {
    margin: 0 auto;
    display: block;
}

.news_data .relatednews {
    float: right;
    width: 350px;
}

.news_data .relatednews .top {
    background-color: #ebf4f4;
    padding: 40px 30px 45px 30px;
}

.news_data .relatednews .top .h1 {
    color: #02403b;
    font-size: 18px;
}

.news_data .relatednews .top .conti {
    margin-top: 25px;
    padding-bottom: 23px;
    border-bottom: 1px solid #d3e0e0;
}

.news_data .relatednews .top .conti .time {
    color: #02403b;
    font-size: 20px;
    margin-bottom: 10px;
}

.news_data .relatednews .top .conti .title {
    color: #333333;
    font-size: 16px;
    margin-bottom: 25px;
}

.news_data .relatednews .top .conti .p {
    color: #888888;
    font-size: 13px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_data .relatednews .top .conti_a {
    margin-top: 22px;
}

.news_data .relatednews .top .conti_a .li {
    overflow: hidden;
    margin-bottom: 12px;
}

.news_data .relatednews .top .conti_a .li:last-child {
    margin-bottom: 0;
}

.news_data .relatednews .top .conti_a .li i {
    width: 4px;
    height: 4px;
    float: left;
    background-color: #cbaf2c;
    display: block;
    margin-right: 10px;
    margin-top: 4.5px;
}

.news_data .relatednews .top .conti_a .li span {
    float: left;
    font-size: 13px;
    line-height: 13px;
    color: #9fa3a3;
    height: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 95%;
}

.news_data .relatednews .middle {
    margin-top: 20px;
}

.news_data .relatednews .middle .middle_a {
    overflow: hidden;
}

.news_data .relatednews .middle .middle_a .left {
    float: left;
    width: 173px;
    height: 56px;
    line-height: 56px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    text-align: center;
    color: #888888;
    font-size: 14px;
}

.news_data .relatednews .middle .middle_a .right {
    float: right;
    width: 173px;
    height: 56px;
    line-height: 56px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    text-align: center;
    color: #888888;
    font-size: 14px;
}

.news_data .relatednews .middle .middle_b {
    margin-top: 5px;
    width: 100%;
    height: 56px;
    line-height: 56px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    text-align: center;
    color: #888888;
    font-size: 14px;
}

.news_data .relatednews .middle .middle_a>a:hover {
    color: #02403b;
}

.news_data .relatednews .middle .middle_b:hover {
    color: #02403b;
}

.news_data #fepo {
    margin-top: 15px;
}

.news_data #fepo .lo {
    float: left;
    color: #777777;
    font-size: 16px;
    line-height: 46px;
}

.news_data #fepo a {
    width: 46px;
    height: 46px;
    float: left;
    margin-right: 10px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.news_data #fepo .bshare-weixin {
    background: url(../images/wx.png);
    background-size: 46px 46px;
}

.news_data #fepo .bshare-weixin:hover {
    background: url(../images/wxon.png);
    background-size: 46px 46px;
}

.news_data #fepo .bshare-sinaminiblog {
    background: url(../images/wb.png);
    background-size: 46px 46px;
}

.news_data #fepo .bshare-sinaminiblog:hover {
    background: url(../images/wbon.png);
    background-size: 46px 46px;
}

.news_data #fepo .bshare-qzone {
    background: url(../images/kj.png);
    background-size: 46px 46px;
}

.news_data #fepo .bshare-qzone:hover {
    background: url(../images/kjon.png);
    background-size: 46px 46px;
}

.news_data #fepo .bshare-qqim {
    background: url(../images/qq.png);
    background-size: 46px 46px;
}

.news_data #fepo .bshare-qqim:hover {
    background: url(../images/qqon.png);
    background-size: 46px 46px;
}

.bsBox, .bsBox * {
    box-sizing: content-box;
}

/* rim */
.facilities .traffic {
    padding: 83px 0 95px 0;
}

.facilities .traffic::after {
    content: "";
    clear: both;
    display: block;
}

.facilities .traffic .left {
    width: 739px;
    float: left;
}

.facilities .traffic .right {
    float: right;
    margin-right: -35px;
}

.facilities .traffic .h1 {
    color: #02403b;
    font-size: 30px;
    line-height: 30px;
}

.facilities .traffic .border {
    width: 84px;
    height: 4px;
    background-color: #efefef;
    margin: 20px 0;
}

.facilities .traffic .p {
    color: #646467;
    font-size: 14px;
    line-height: 24px;
}

.facilities #allmap {
    height: 420px;
    width: 100%;
}

.facilities #allmap img {
    max-width: none;
}

.facilities .purpose {
    background: url(../images/2.jpg) no-repeat;
    background-size: cover;
    padding: 70px 0 61px 0;
}

.facilities .purpose .h1 {
    color: #fffbcf;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 35px;
}

.facilities .purpose .purpose_a {
    background-color: #fff;
}

.facilities .purpose .purpose_a::after {
    clear: both;
    content: "";
    display: block;
}

.facilities .purpose .purpose_a .left {
    background: #ebf4f4 url(../images/2.png) no-repeat;
    background-size: 165px 157px;
    background-position: 65% 84%;
    padding: 35px 40px;
    width: 380px;
    height: 588px;
    box-sizing: border-box;
    float: left;
}

.facilities .purpose .purpose_a .right {
    float: right;
    width: 820px;
    height: 588px;
    padding: 35px 40px;
    box-sizing: border-box;
}

.facilities .purpose .purpose_a .left .li {
    cursor: pointer;
    margin-bottom: 75px;
}

.facilities .purpose .purpose_a .left .li:nth-child(1) {
    margin-top: 23px;
}

.facilities .purpose .purpose_a .left .li.on {
    background: url(../images/732.png) no-repeat;
    background-size: 28px 18px;
    background-position: 77% 50%;
}

.facilities .purpose .purpose_a .left .li .cn {
    color: #484a4a;
    font-size: 24px;
    letter-spacing: 2px;
}

.facilities .purpose .purpose_a .left .li .en {
    color: #1f5651;
    font-family: "HELVETI1";
    opacity: 0.3;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 24px;
}

.facilities .purpose .purpose_a .right .li {
    display: none;
}

.facilities .purpose .purpose_a .right .li:nth-child(1) {
    display: block;
}

.facilities .purpose .purpose_a .right .li .left_a {
    margin-right: 23px;
    float: left;
}

.facilities .purpose .purpose_a .right .li .right_a {
    float: left;
    margin-top: 12px;
}

.facilities .purpose .purpose_a .right .li .right_a .route_a {
    float: left;
}

.facilities .purpose .purpose_a .right .li .right_a .route_b {
    float: left;
    background-color: #cbaf2c;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin: 10px 0 0 40px;
}

.facilities .purpose .purpose_a .right .li .right_a .route_a .txt {
    color: #373737;
    font-size: 18px;
}

.facilities .purpose .purpose_a .right .li .right_a .route_a .txt_a {
    color: #646467;
    font-size: 14px;
    margin-top: 8px;
}

.facilities .purpose .purpose_a .right .li .right_a .route::after, .facilities .purpose .purpose_a .right .li .lux::after {
    content: "";
    clear: both;
    display: block;
}

.facilities .purpose .purpose_a .right .li .right_a .img {
    margin-top: 20px;
}

.facilities .purpose .purpose_a .right .li .right_a .img img {
    width: 128px;
}

.facilities .purpose .purpose_a .right .li .lux {
    margin-bottom: 55px;
}

.facilities .purpose .purpose_a .right .li .font {
    width: 740px;
    height: 518px;
    overflow: auto;
}

.facilities .purpose .purpose_a .right .li .font::-webkit-scrollbar {
    width: 8px;
    height: 5px;
    background-color: rgba(210, 210, 210, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 5px;
}

.facilities .purpose .purpose_a .right .li .font::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 5px;
}

.facilities .purpose .purpose_a .right .li .origin {
    margin-bottom: 25px;
}

.facilities .purpose .purpose_a .right .li .origin .origin_a {
    margin-bottom: 10px;
    overflow: hidden;
}

.facilities .purpose .purpose_a .right .li .origin .origin_a .origin_b {
    float: left;
    font-size: 18px;
    color: #cbaf2c;
}

.facilities .purpose .purpose_a .right .li .origin .origin_a span {
    float: left;
    margin: 0 20px;
}

.facilities .purpose .purpose_a .right .li .origin .origin_a span img {
    margin-top: -5px;
}

.facilities .purpose .purpose_a .right .li .origin .information .p {
    color: #646467;
    font-size: 14px;
    padding-left: 10px;
    position: relative;
    overflow: hidden;
}

.facilities .purpose .purpose_a .right .li .origin .information .p::after {
    content: "";
    width: 3px;
    height: 3px;
    background: #cbaf2c;
    position: absolute;
    left: 0;
    top: 10px;
}

.facilities .purpose .purpose_a .right .li .origin .information .p em {
    font-weight: bold;
    float: left;
}

.facilities .purpose .purpose_a .right .li .origin .information .p p {
    float: left;
    width: 82%;
    line-height: 22px;
}

.facilities .purpose .purpose_a .right .li .origin:nth-child(1) .information .p:nth-child(2)::after {
    opacity: 0;
}

.facilities .purpose .purpose_a .right .li .origin:nth-child(1) .information .p:nth-child(2) span {
    color: #02403b;
    font-size: 18px;
    margin-left: 10px;
}

.facilities .purpose .purpose_a .right .li .origin:nth-child(1) .information .p:nth-child(2) em {
    margin-right: 20px;
}

.facilities .purpose .txt-box .tit {
    font-size: 18px;
    color: #1d5450;
    font-weight: 800;
    padding-top: 15px;
    margin-bottom: 20px;
}

.facilities .purpose .txt-box .p-box {
    margin-bottom: 25px;
}

.facilities .purpose .txt-box p {
    position: relative;
    font-size: 14px;
    color: rgba(100, 100, 103, 0.7);
}

.facilities .purpose .txt-box .p-box p {
    padding-left: 10px;
}

.facilities .purpose .txt-box p em {
    color: rgba(100, 100, 103, 1);
}

.facilities .purpose .txt-box .p-box p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 3px;
    height: 3px;
    background: #cbaf2c;
}

.facilities .purpose .txt-box .p-box2 {
    margin-bottom: 25px;
}

.facilities .purpose .txt-box .p-box2 h6 {
    font-size: 16px;
    color: #323233;
    margin-bottom: 5px;
}

.facilities .purpose .txt-box .p-box2 .le {
    float: left;
    font-size: 14px;
    color: #646467;
}

.facilities .purpose .txt-box .p-box2 .ri {
    float: left;
}

.facilities .purpose .txt-box .p-box3 h6 {
    font-size: 16px;
    color: #323233;
    margin-bottom: 5px;
}

.bus_banner .bus4_banner {
    position: relative;
    width: 100%;
    height: 466px;
}

.bus_banner .btn_list .btn {
    position: absolute;
    width: 40px;
    height: 40px;
}

.bus_banner .btn_list .b_prev {
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    background: url(../images/le.png) no-repeat;
    background-size: 40px 40px;
    box-shadow: 2px 0 15px 0 rgba(132, 132, 132, 0.68);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.bus_banner .btn_list .b_next {
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    background: url(../images/ri.png) no-repeat;
    background-size: 40px 40px;
    box-shadow: 2px 0 15px 0 rgba(132, 132, 132, 0.68);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.bus_banner .bus4_banner:hover .b_prev {
    opacity: 1;
    left: -20px;
}

.bus_banner .bus4_banner:hover .b_next {
    opacity: 1;
    right: -20px;
}

.bus_banner .bus4_banner .hd {
    background: rgba(10, 10, 10, 0.6);
    border-radius: 20px;
    padding: 0 40px;
    height: 41px;
    line-height: 36px;
    position: absolute;
    bottom: 30px;
    left: 50px;
}

.bus_banner .bus4_banner .hd li {
    background-color: #fff;
    width: 16px;
    height: 4px;
    display: inline-block;
    margin-right: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    position: relative;
}

.bus_banner .bus4_banner .hd li.on {
    width: 42px;
}

.bus_banner .bus4_banner .hd li.on::after {
    content: "";
    width: 42px;
    height: 4px;
    background: #f08300;
    position: absolute;
    left: 0;
    top: 0;
    animation: h_schedule_a 5s ease-out;
    -webkit-animation: h_schedule_a 5s ease-out;
}

@keyframes h_schedule_a {
    0% {
        width: 0;
    }

    100% {
        width: 42px;
    }
}

.beverage {
    padding: 50px 0 0 70px;
}

.bus_banner .text {
    background-color: #f9f9f9;
    padding: 55px 50px;
    overflow: hidden;
}

.bus_banner .text .left {
    float: left;
    color: #02403b;
    font-size: 24px;
    position: relative;
    padding-right: 66px;
    width: 162px;
    line-height: 60px;
}

.bus_banner .text .left::after {
    content: "";
    width: 4px;
    height: 60px;
    background: linear-gradient(#e6e6e6, #eeeeee);
    position: absolute;
    top: 0;
    right: 0;
}

.bus_banner .text .right {
    float: right;
    width: calc(100% - 228px);
}

.beverage .bus_banner {
    margin-bottom: 50px;
}

.dation .dation_banner {
    overflow: hidden;
    height: 632px;
    margin: 50px 0;
}

.dation .dation_banner .w1200 {
    position: relative;
    height: 100%;
}

.dation .dation_banner .dation4_banner {
    position: absolute;
    width: 1024px;
    top: 0;
    left: -424px;
    height: 100%;
}

.dation .dation_banner .dation4_banner .bd {
    height: 100%;
}

.dation .dation_banner .dation4_banner ul {
    height: 100%;
    width: 100%;
}

.dation .dation_banner .dation4_banner ul li {
    height: 100%;
}

.dation .dation_banner .dation4_banner ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dation .dation_banner .ation {
    position: absolute;
    width: 1024px;
    top: 0;
    right: -424px;
    height: 100%;
    padding: 93px 0 65px 60px;
    background: url(../images/rimbg.jpg) no-repeat;
}

.dation .dation_banner .ation .btn_list .btn {
    position: absolute;
    width: 54px;
    height: 54px;
    bottom: 65px;
}

.dation .dation_banner .ation .btn_list .b_prev {
    left: 60px;
    background: #02403b url(../images/le1.png) no-repeat;
    background-size: 5px 8px;
    background-position: 50% 50%;
}

.dation .dation_banner .ation .btn_list .b_next {
    left: 118px;
    background: #02403b url(../images/ri1.png) no-repeat;
    background-size: 5px 8px;
    background-position: 50% 50%;
}

.dation .dation_banner .ation .hd {
    position: absolute;
    left: 200px;
    bottom: 77px;
    color: #969696;
    font-size: 20px;
    width: 80%;
}

.dation .dation_banner .ation .hd span {
    float: left;
}

.dation .dation_banner .ation .hd .z_i {
    color: #3d3d3d;
    font-size: 30px;
    margin-right: 3px;
}

.dation .dation_banner .ation .hd .all {
    margin-top: 3px;
}

.dation .dation_banner .ation .text {
    width: 540px;
    position: relative;
}

.dation .dation_banner .ation .text .h1 {
    color: #02403b;
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 30px;
}

.dation .dation_banner .ation .text .p {
    color: #646467;
    font-size: 14px;
    margin-top: 20px;
}

.dation .dation_banner .ation .text .en {
    content: "";
    position: absolute;
    /* width: 64px;
height: 484px; */
    /* background: url(../images/condominium.png) no-repeat;
background-size: 100% 100%; */
    top: 30px;
    right: 24%;
    top: -55px;
    right: -20%;
}

.dation.center .dation_banner .ation .text .en {
    top: -15px;
    right: -30%;
}

.dation.center .dation_banner .ation {
    padding-top: 50px;
}

.dation .dation_banner .ation .text .icon {
    margin-top: 45px;
}

.dation .dation_banner:nth-child(2) .ation .text .icon {
    margin-top: 65px;
}

.dation .dation_banner .ation .text .icon li {
    float: left;
    margin-right: 40px;
    width: 78px;
}

.dation .dation_banner .ation .text .icon li .img {
    width: 78px;
    height: 78px;
    background: #cbaf2c no-repeat center;
    margin-bottom: 7px;
    border-radius: 50%;
}

.center {
    padding-top: 30px;
}

.dation.center .dation_banner {
    margin: 0;
}

.dation .dation_banner2 .ation {
    left: -424px;
    right: auto;
    padding-left: 420px;
}

.dation.center .dation_banner2 .ation .text .en {
    right: auto;
    left: -30%;
}

.dation .dation_banner2 .dation4_banner {
    right: -424px;
    left: auto;
}

.dation .dation_banner2 .ation .hd .tip {
    float: right;
}

.dation .dation_banner2 .ation .line {
    right: auto;
    left: 0;
}

.dation .dation_banner:nth-child(2) .ation .line {
    background-color: #dae5e4;
}

.dation .dation_banner2 .ation .btn_list .b_prev {
    right: 118px;
    left: auto;
}

.dation .dation_banner2 .ation .hd {
    left: auto;
    right: 205px;
}

.dation .dation_banner2 .ation .btn_list .b_next {
    right: 60px;
    left: auto;
}

.dation .dation_banner:nth-child(3) .ation .text .h1 {
    padding-top: 80px;
}

.dation .dation_banner:nth-child(4) .ation .text {
    margin-top: 80px;
}

.dation.center .dation_banner:nth-child(4) .ation .text .en {
    top: 0;
}

.dation .dation_banner:nth-child(5) .ation .text {
    margin-top: 80px;
}

.dation.center .dation_banner:nth-child(5) .ation .text .en {
    top: -85px;
}

.dation .dation_banner .ation .text .num {
    position: relative;
    padding-left: 17px;
    margin-top: 70px;
}

.dation .dation_banner .ation .text .num::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 75px;
    background: #cbaf2c;
}

.dation .dation_banner .ation .text .num em {
    position: relative;
    font-family: "HELVETI1";
    font-size: 66px;
    color: #000000;
    line-height: 1;
}

.dation .dation_banner .ation .text .num em::after {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    width: 24px;
    height: 24px;
    background: url(../images/ipg3-num.png) no-repeat center;
}

.dation .dation_banner .ation .text .num p {
    font-size: 14px;
    color: #000;
    opacity: 0.7;
}

.dation .dation_banner .ation .text .icon li p {
    text-align: center;
    font-size: 14px;
    color: #4a4c4c;
}

.dation .dation_banner .ation .text .p p {
    margin-bottom: 15px;
}

.dation .dation_banner .ation .text .address {
    margin-top: 47px;
}

.dation .dation_banner .ation .text .address .address_a {
    color: #4a4a4c;
    font-size: 14px;
    margin-bottom: 15px;
}

.dation .dation_banner .ation .text .address .address_a:last-child {
    margin-bottom: 0;
}

.dation .dation_banner .ation .text .address em {
    color: #cbaf2c;
    font-size: 30px;
    font-family: "Gilroy-Bold";
}

.dation .dation_banner .ation .line {
    height: 3px;
    background-color: #d5d5d5;
    width: 88%;
    position: absolute;
    right: 0;
    bottom: 11px;
}

.dation .dation_banner .ation .text .address .address_a span {
    float: left;
}

.dation .dation_banner .ation .text .address .address_a em {
    float: left;
}

@media (max-width: 1650px) {
    .dation .dation_banner .ation .line {
        width: 86%;
    }
}

@media (max-width: 1400px) {
    #header .lf {
        padding-left: 50px;
        width: 350px;
    }

    #header.on .lf {
        width: 200px;
    }

    #header .h_right>ul li a {
        margin-right: 40px;
    }
}

.data .ipg1 {
    padding-top: 60px;
}

.data .ipg1 li {
    float: left;
    width: 244px;
    height: 166px;
    margin-right: 10px;
}

.data .ipg1 li a {
    width: 244px;
    height: 166px;
    background: #dfdfdf;
    padding: 28px;
}

.data .ipg1 li h6 {
    font-size: 24px;
    color: #3f3f3f;
    line-height: 1;
    margin-bottom: 3px;
}

.data .ipg1 li .en {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.2);
    font-family: "HELVETI1";
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.data .ipg1 li .btn {
    width: 47px;
    height: 10px;
    background: url(../images/enter1.png) no-repeat center;
}

.data .ipg1 li.on {
    position: relative;
    z-index: 2;
}

.data .ipg1 li.on a {
    background: #f08300;
}

.data .ipg1 li.on h6 {
    color: #fff;
}

.data .ipg1 li.on .btn {
    width: 87px;
    background: url(../images/enter2.png) no-repeat center;
}

.data .ipg2 {
    position: relative;
    padding: 70px 0 60px;
    background: #ebf4f4 url(../images/bg1.jpg) no-repeat center top;
    margin-top: -34px;
}

.data .ipg2 ul {
    width: 1220px;
}

.data .ipg2 li {
    width: 390px;
    height: 260px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.data .ipg2 li .img {
    position: relative;
    width: 390px;
    height: 200px;
    background: #fff;
    vertical-align: middle;
    text-align: center;
    line-height: 198px;
}

.data .ipg2 li .img img {
    display: inline-block;
    margin: 0 auto;
}

.data .ipg2 li .img .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.5s;
}

.data .ipg2 li .img .mask .btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    margin-top: -25px;
    width: 158px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    color: #3f3f3f;
    line-height: 50px;
    background: #fff;
    cursor: pointer;
}

.data .ipg2 li .font {
    width: 100%;
    height: 58px;
    line-height: 58px;
    padding: 0 15px;
    font-size: 14px;
    color: #3f3f3f;
    text-align: center;
    background: #dce5e5;
    transition: all 0.5s;
    overflow: hidden;
}

.data .ipg2 li:hover .mask {
    opacity: 1;
}

.data .ipg2 li:hover .font {
    background: #02403b;
    color: #fff;
}

.data .ipg2 .more {
    background: #cbaf2c;
    width: 180px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #ffffff;
    border-radius: 30px;
    margin: 50px auto 0 auto;
    padding: 0 40px;
}

.data .ipg2 .more .text {
    float: left;
}

.data .ipg2 .more .dot_box {
    float: left;
    margin-top: -3px;
    margin-right: 10px;
}

.data .ipg2 .more .dot_box .i {
    width: 4px;
    height: 4px;
    display: inline-block;
    margin-right: 3px;
    background: #dfffff;
}

.data .ipg2 .more .dot_box .i:nth-child(2) {
    background: #d7dfab;
}

.data .ipg2 .more .dot_box .i:nth-child(3) {
    background: #cfbf56;
}

.data .ipg2 .more:hover .dot_box .i {
    animation: today_only linear 0.8s 1 backwards;
    -webkit-animation: today_only linear 0.8s 1 backwards;
}

.data .ipg2 .more:hover .dot_box .i:nth-child(2) {
    animation-delay: 0.2s;
}

.data .ipg2 .more:hover .dot_box .i:nth-child(3) {
    animation-delay: 0.4s;
}

.legal-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    display: none;
}

.legal-box var {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    filter: Alpha(opacity=70);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.legal-box .cont {
    position: absolute;
    top: 0;
    right: 0;
    width: 620px;
    height: 100%;
    background: #02403b;
    z-index: 20;
    padding: 5% 50px;
    right: -100%;
    transition: all 0.8s;
}

.legal-box.on .cont {
    right: 0;
}

.legal-box .cont .close {
    position: absolute;
    top: 40px;
    right: 50px;
    width: 24px;
    height: 24px;
    background: url(../images/close.png) no-repeat center;
    cursor: pointer;
}

.legal-box .cont .tit {
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.legal-box .cont .tit .en {
    font-size: 30px;
    color: #fff;
    font-family: "Gilroy-Bold";
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 5px;
}

.legal-box .cont .tit .cn {
    font-size: 18px;
    color: #fff;
}

.legal-box .cont .font h6 {
    padding-top: 40px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 8px;
}

.legal-box .cont .font p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
}

.serch-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    display: none;
}

.serch-box var {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    filter: Alpha(opacity=70);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.serch-box .cont {
    position: absolute;
    top: 0;
    right: 0;
    width: 620px;
    height: 100%;
    background: rgb(30 124 241 / 86%);
    z-index: 20;
    padding: 185px 50px;
    right: -100%;
    transition: all .8s;
}

.serch-box.on .cont {
    right: 0;
}

.serch-box .cont .close {
    position: absolute;
    top: 40px;
    right: 50px;
    width: 24px;
    height: 24px;
    background: url(../images/close.png) no-repeat center;
    cursor: pointer;
}

.serch-box .cont .icon {
    width: 72px;
    height: 72px;
    background: url(../images/search-1.png);
    margin-bottom: 35px;
}

.serch-box .cont .en {
    font-size: 30px;
    color: #fff;
    font-family: "Gilroy-Bold";
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 5px;
}

.serch-box .cont .cn {
    font-size: 18px;
    color: #fff;
}

.serch-box .cont .inp {
    position: relative;
    margin-top: 70px;
    height: 50px;
    border-bottom: 2px solid #fff;
}

.serch-box .cont .inp input {
    width: 460px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.3);
}

.serch-box .cont .inp input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
}

.serch-box .cont .inp input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
}

.serch-box .cont .inp input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
}

.serch-box .cont .inp input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
}

.serch-box .cont .inp .btn {
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 23px;
    height: 23px;
    background: url(../images/search-btn.png) no-repeat center;
    cursor: pointer;
}

.web-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    display: none;
}

.web-box var {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    filter: Alpha(opacity=70);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.web-box .cont {
    position: absolute;
    top: 0;
    right: 0;
    width: 620px;
    height: 100%;
    background: rgb(30 124 241 / 86%);
    z-index: 20;
    padding: 4% 50px;
    right: -100%;
    transition: all 0.8s;
}

.web-box.on .cont {
    right: 0;
}

.web-box .cont .close {
    position: absolute;
    top: 40px;
    right: 50px;
    width: 24px;
    height: 24px;
    background: url(../images/close.png) no-repeat center;
    cursor: pointer;
}

.web-box .cont .slogan {
    font-size: 40px;
    color: #fff;
    letter-spacing: 10px;
    margin-bottom: 60px;
    line-height: 1;
}

.web-box .cont .tit {
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 35px;
}

.web-box .cont .tit .en {
    font-size: 30px;
    color: #fff;
    font-family: "Gilroy-Bold";
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 5px;
}

.web-box .cont .tit .cn {
    font-size: 18px;
    color: #fff;
}

.web-box .cont .nav {
    padding-bottom: 50px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 40px;
}

.web-box .cont .nav li {
    margin-bottom: 15px;
}

.web-box .cont .nav li .left {
    float: left;
    width: 100px;
    position: relative;
    background: url(../images/ic1.png) no-repeat center right;
}

.web-box .cont .nav li:first-child .left {
    background: none;
}

.web-box .cont .nav li:nth-child(5) .left {
    /* background: none; */
}

.web-box .cont .nav li .left a {
    font-size: 14px;
    color: #fff;
}

.web-box .cont .nav li .left::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    margin-top: -1.5px;
    width: 3px;
    height: 3px;
    background: #fff;
}

.web-box .cont .nav li .right {
    float: left;
    width: 380px;
}

.web-box .cont .nav li .right a {
    float: left;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-left: 20px;
}

.web-box .cont .bom .left {
    float: left;
    width: 260px;
}

.web-box .cont .bom .left .call {
    padding-left: 45px;
    line-height: 36px;
    background: url(../images/call.png) no-repeat center left;
    color: #cbaf2c;
    font-size: 24px;
    font-family: 'Gilroy-Bold';
    margin-bottom: 10px;
}

.web-box .cont .bom .left p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
}

.web-box .cont .bom .right {
    float: right;
    width: 120px;
}

.web-box .cont .bom .right .ewm {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.web-box .cont .bom .right p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
}

.news-res .res h6 {
    font-size: 30px;
    color: #333;
    line-height: 1;
    margin-bottom: 15px;
}

.news-res .res p {
    font-size: 14px;
    color: #999;
}

.news-res .res p em {
    color: #02403b;
}

#test-n1 .layui-laydate-footer {
    display: none;
}

#test-n1 .layui-laydate-content {
    display: none;
}

#test-n1 .laydate-next-y {
    display: none;
}

#test-n1 .laydate-prev-y {
    display: none;
}

#test-n1 .layui-laydate {
    width: 100%;
    box-shadow: none;
    border: none;
}

#test-n1 .layui-laydate-main {
    width: 100%;
    border: none;
}

#test-n1 .layui-laydate-header {
    border: none;
    cursor: pointer;
    width: 300px;
    position: static;
    margin: 0 auto;
}

#test-n1 .layui-laydate-header i {
    color: rgba(210, 210, 210, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#test-n1 .laydate-next-m {
    width: 10px;
    height: 20px;
    background: url(../images/date-ri.png) no-repeat center;
    right: 0;
}

#test-n1 .laydate-prev-m {
    width: 10px;
    height: 20px;
    background: url(../images/date-le.png) no-repeat center;
    left: 0;
}

#test-n1 .laydate-set-ym span {
    color: #333;
    font-size: 24px;
    letter-spacing: 1px;
    font-family: "HELVETI1";
    transition: all .5s;
}

#test-n1 .layui-laydate-header:hover span {
    color: #cbaf2c;
}

#test-n1 .laydate-set-ym {
    pointer-events: none;
}

.Daylist table {
    table-layout: fixed;
}

.ex-date .ipg1 .Calendar_body td {
    width: 107.5px !important;
}

.ico1 #test-n1 .layui-laydate {
    background: #325551;
}

.ico1 #test-n1 .laydate-next-m {
    width: 8px;
    height: 13px;
    background: url(../images/date-right.png) no-repeat center;
    right: 0;
}

.ico1 #test-n1 .laydate-prev-m {
    width: 8px;
    height: 13px;
    background: url(../images/data-left.png) no-repeat center;
    left: 0;
}

.ico1 #test-n1 .laydate-set-ym span {
    color: #adcdca;
}

.ico1 #test-n1 .layui-laydate-header:hover .laydate-set-ym span {
    color: #fff;
}

.center3.expo3 .show-box .cont-ul .back {
    display: none;
}

.center3.expo3 .show-box .tab li {
    height: 233px;
    line-height: 233px;
}

.expo3 table {
    table-layout: fixed;
}

.res-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    display: none;
}

.res-box var {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    filter: Alpha(opacity=70);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.res-box .cont {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 590px;
    height: 300px;
    margin: 0 auto;
    margin-top: -150px;
    z-index: 20;
}

.res-box .cont .box {
    width: 270px;
    height: 300px;
    float: left;
    background: #FFF;
    border-radius: 20px;
    padding-top: 60px;
}

.res-box .cont .box .icon {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.res-box .cont .box p {
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 5px;
}

.res-box .cont .box .btn {
    width: 47px;
    height: 10px;
    background: url(../images/ind-btn1.png) no-repeat center;
    margin: 0 auto;
}

.res-box .cont .box.right {
    float: right;
}

.expo5 .ipg1 {
    width: 760px;
    height: 1375px;
    margin: 0 auto;
    background: url(../images/ex5-bg.png) no-repeat center;
    margin-top: 80px;
}

.expo5 .ipg1 .top {
    background: transparent;
}

.expo5 .ipg1 .top h6 {
    font-size: 18px;
    color: #02403b;
    text-align: center;
    margin-bottom: 8px;
    font-weight: bold;
}

.expo5 .ipg1 .top p {
    font-size: 14px;
    color: #5e5f64;
    text-align: center;
}

.expo5 .ipg1 .top p a {
    display: inline-block;
    color: #f02b2b;
    border-bottom: 1px solid #f02b2b;
    line-height: 1.4;
    margin-bottom: 25px;
}

.expo5 .ipg1 .top .btn {
    width: 132px;
    height: 46px;
    margin: 0 auto;
    padding-left: 50px;
    font-size: 14px;
    color: #fff;
    line-height: 46px;
    background: #cbaf2c url(../images/href.png) no-repeat 27px center;
    margin-bottom: 108px;
}

.expo5 .ipg1 li {
    margin-bottom: 131px;
    text-align: center;
}

.expo5 .ipg1 li p {
    font-size: 14px;
    color: #5e5f64;
    text-align: center;
    line-height: 1;
}

.expo5 .ipg1 li p a {
    display: inline-block;
    color: #f02b2b;
    border-bottom: 1px solid #f02b2b;
    line-height: 1.4;
}

.expo5 .ipg1 li.sus p {
    position: relative;
    display: inline-block;
    color: #5ccb7e;
}

.expo5 .ipg1 li.sus p::before {
    content: "";
    position: absolute;
    top: -11px;
    left: -45px;
    width: 36px;
    height: 36px;
    background: url(../images/ex5-ic1.png) no-repeat center;
}

.swi-list .swi1 {
    position: relative;
    height: 80px;
    width: 1076px;
    margin: 0 auto;
    background: url(../images/line.png) no-repeat center 30px;
    padding-left: 35px;
    margin-top: 50px;
    margin-bottom: 40px;
    z-index: 10;
}

.swi-list .swi1 .swiper-slide .moth {
    font-size: 15px;
    color: #666666;
    margin-top: -2px;
}

.swi-list .swi1 .swiper-slide.swiper-slide-thumb-active .moth {
    color: #cbaf2c;
}

.swi-list .swi1 .swiper-slide {
    cursor: pointer;
}

.swi-list .swi1 .swiper-slide i {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #c7c7c7;
    background: #fff;
    transition: all .5s;
}

.swi-list .swi1 .swiper-slide.swiper-slide-thumb-active i {
    background: #cbaf2c;
    border: 2px solid #cbaf2c;
}

.swi-list .swi1 .swiper-slide .years {
    font-size: 20px;
    color: #212121;
    margin-left: -20px;
    margin-top: 10px;
}

.swi-list .swi2 {
    padding-top: 120px;
    margin-top: -120px;
}

.swi-list .swi2 .swiper-slide {
    width: 100%;
}

.swi-list .swi2 .swi-next {
    position: absolute;
    top: 0;
    right: 0;
    width: 62px;
    height: 62px;
    background: url(../images/right-btn.png) no-repeat center;
    cursor: pointer;
    z-index: 10;
}

.swi-list .swi2 .swi-prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 62px;
    height: 62px;
    background: url(../images/left-btn.png) no-repeat center;
    cursor: pointer;
    z-index: 10;
}

.swi-list .swi2 .swiper-slide .tips .pic {
    width: 390px;
    height: 303px;
    margin: 0 auto;
    background: url(../images/tips.png) no-repeat center;
}

.swi-list .swi2 .swiper-slide .tips h6 {
    font-size: 18px;
    color: #666;
    text-align: center;
    margin-bottom: 60px;
}

.swi-list .swi2 ul {
    width: 1230px;
}

.swi-list .swi2 li {
    position: relative;
    float: left;
    width: 388px;
    height: 380px;
    margin-right: 18px;
    margin-bottom: 18px;
}

.swi-list .swi2 li .img {
    width: 388px;
    height: 260px;
    overflow: hidden;
    background: #c7c7c7;
    display: flex;
    align-items: center;

}

.swi-list .swi2 li .font {
    width: 388px;
    height: 120px;
    border: 1px solid #dcdcdc;
    border-top: none;
    background: #fff;
    padding: 0 25px;
    font-size: 0;
    line-height: 112px;
}

.swi-list .swi2 li .font .mid {
    vertical-align: middle;
    display: inline-block;
}

.swi-list .swi2 li .box1 {
    position: relative;
    z-index: 2;
    width: 388px;
    height: 380px;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transition: all .6s;
}

.swi-list .swi2 li .box1 .font h6 {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.swi-list .swi2 li .box1 .font p {
    font-size: 14px;
    color: #02403b;
    line-height: 1.2;
}

.swi-list .swi2 li .box2 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 388px;
    height: 380px;
    background: #2a9efb;
    padding: 40px 20px 40px 30px;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    transition: all .6s;
}

.swi-list .swi2 li .box2 .box-s {
    overflow: auto;
    height: 300px;
    padding-right: 10px;
}

.swi-list .swi2 li .box2 .box-s::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #285c58;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 0;
}

.swi-list .swi2 li .box2 .box-s::-webkit-scrollbar-thumb {
    background-color: rgba(225, 225, 225, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}

.swi-list .swi2 li:hover .box1 {
    z-index: 1;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.swi-list .swi2 li:hover .box2 {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.swi-list .swi2 li .box2 h6 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
}

.swi-list .swi2 li .box2 .en {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
}

.swi-list .swi2 li .box2 p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 3px;
    text-align: left;
}

.swi-list .swi2 li.active .box1:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    box-sizing: border-box;
    border: 1px solid #02403b;
}

.swi-list .swi2 li.active .font {
    border: 0 none;
}

.swi-list .more {
    background: #cbaf2c;
    width: 180px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #ffffff;
    border-radius: 30px;
    margin: 50px auto 20px auto;
    padding: 0 40px;
}

.swi-list .more .text {
    float: left;
}

.swi-list .more .dot_box {
    float: left;
    margin-top: -3px;
    margin-right: 10px;
}

.swi-list .more .dot_box .i {
    width: 4px;
    height: 4px;
    display: inline-block;
    margin-right: 3px;
    background: #dfffff;
}

.swi-list .more .dot_box .i:nth-child(2) {
    background: #d7dfab;
}

.swi-list .more .dot_box .i:nth-child(3) {
    background: #cfbf56;
}

.swi-list .more:hover .dot_box .i {
    animation: today_only linear 0.8s 1 backwards;
    -webkit-animation: today_only linear 0.8s 1 backwards;
}

.swi-list .more:hover .dot_box .i:nth-child(2) {
    animation-delay: 0.2s;
}

.swi-list .more:hover .dot_box .i:nth-child(3) {
    animation-delay: 0.4s;
}

.cont-li .icon {
    position: relative;
}

#show::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 225px;
    width: 213px;
    height: 156px;
    background: url(../images/3f.png) no-repeat center;
}

#show2::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 110px;
    width: 213px;
    height: 156px;
    background: url(../images/2.5f.png) no-repeat center;
}

#show3::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 225px;
    width: 213px;
    height: 156px;
    background: url(../images/2f.png) no-repeat center;
}

#show4::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 110px;
    width: 213px;
    height: 156px;
    background: url(../images/1.5f.png) no-repeat center;
}

#show5::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 110px;
    width: 213px;
    height: 156px;
    background: url(../images/1f.png) no-repeat center;
}

#show6::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 110px;
    width: 213px;
    height: 156px;
    background: url(../images/b1.png) no-repeat center;
}

#show7::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 110px;
    width: 213px;
    height: 156px;
    background: url(../images/b2.png) no-repeat center;
}

.backtop {
    width: 72px;
    text-align: center;
    height: 72px;
    background: url(../images/back-top.png) no-repeat center center;
    position: fixed;
    bottom: 30px;
    right: 70px;
    z-index: 1000;
    cursor: pointer;
    display: none;
    transition: all 0.5s;
    z-index: 1006;
}

.backtop:hover {
    background: url(../images/back-top2.png) no-repeat center center;
}

.ico1 .ul .t_img {
    width: 260px;
    height: 148px;
    margin: auto;
}

.ico1 .ul .t_img + .timg_btn {
    width: 230px;
    height: 36px;
    background-color: #a0a0a0;
    text-align: center;
    color: #fff;
    line-height: 36px;
    border-radius: 50px;
    margin: 22px auto 0 auto;
}
.ico1 .ul a.active .t_img + .timg_btn{
    background-color: #008cfa;
}

.ico1 .ul .t_img.t_img1 {
    background: transparent url(../gde_img/a1.png) no-repeat 50% 0;
}
.ico1 .ul a.active .t_img{
    background-position-y: -156px;
}
.ico1 .ul .t_img.t_img2 {
    background: transparent url(../gde_img/a2.png) no-repeat 50% 0;
}

.ico1 .ul .t_img.t_img3 {
    background: transparent url(../gde_img/a3.png) no-repeat 50% 0;
}

.foot_dh {
    display: flex;
}

.foot_dh .foot_dh1 {
    width: 690px;
    display: flex;
}

.foot_dh .foot_dh1>dl {
    width: 20%;
}

.foot_dh .foot_ewm {
    width: 120px;
    margin-left: 92px;
    text-align: center;
}

.foot_dh .foot_frdlink {
    width: 228px;
    margin-left: auto;
}

.foot_dh .foot_frdlink>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foot_dh .foot_frdlink>ul li {
    width: 106px;
    overflow: hidden;
    margin-bottom: 6px;
    height: 46px;
}

.foot_copyright {
    display: flex;
    justify-content: space-between;
    height: 96px;
    position: relative;
    margin-top: 10px;
}

.foot_copyright .foot_c1 a {
    display: inline-block;
}

.foot_copyright>div {
    line-height: 96px;
}

.ico3-main3 {
    width: 600px;
}

.main3b-video-list {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.main3b-video-box {
    width: 573px;
    height: 553px;
}

.ico3-main3.ico3-main3b {
    width: 573px;
}


.foot_dh .foot_dh1>dl dt a {
    font-weight: bold;
}

.foot_dh .foot_dh1>dl dd {
    margin-top: 10px;
}

.foot_dh .foot_ewm .ewm_img {
    width: 110px;
    height: 110px;
}

.foot_frdlink {
}

.foot_dh .foot_ewm h4 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
}

.foot_dh .foot_frdlink h4 {
    text-align: right;
    font-size: 16px;
    margin-bottom: 10px;
}

.ico1 .content .ul {
    margin-bottom: 80px;
    overflow: hidden;
}

.bantxt2 {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 999;
    margin-top: -240px;
}

.vx-box_andy1 {
    margin-top: 260px;
}

#header .h_right>ul li a:hover::after {
    width: 100%;
}

#header .h_right>ul li .nav_er a::after {
    display: none;
}

.about strong {
    display: inline-block;
}

.about .ipg2 .qywh {
    margin-bottom: 30px;
    line-height: 1.85;
}

.pub-tab .tab-ul ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.ico1_andy {
    position: relative;
    z-index: 2;
    height: 430px;
}

.pub-tab .tab-ul li.on a, .pub-tab .tab-ul li:hover a {
    color: #eeb719;
}

.ipg2 .top2img {
    text-align: right;
    margin-right: -134px;
}

.page_bztx {}

.page_bztx .bztx_t1 {
    margin-top: 60px;
}

.box_list3_ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 18px;
}

.box_list3_ul > li {
    width: 386px;
    height: 306px;
    display: flex;
    background: transparent url(../gde_img/ul3_bg.jpg) no-repeat center top;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.box_list3_main .main3_content {
    display: none;
}

.box_list3_main {
    font-size: 16px;
    margin-top: 40px;
}

.box_list3_main .main3_content .top_title {
    text-align: center;
    margin-bottom: 30px;
}

.box_list3_main .main3_content .top_title h4 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 8px;
}

.box_list3_main .main3_content .top_title h4+h5 {
    font-size: 16px;
    color: #a5a5a5;
}

.box_list3_main .main3_content .c_pd li {
    justify-content: space-around;
    display: flex;
    border-bottom: 1px solid #dfdfdf;
    line-height: 55px;
}

.box_list3_main .main3_content .c_pd li span {
    width: 33.333%;
    text-align: center;
    color: #a5a5a5;
}

.box_list3_main .main3_content .c_pd li.first_li {
    background-color: #008cfb;
    height: 80px;
    line-height: 80px;
    color: #ffffff;
    font-size: 18px;
}

.box_list3_main .main3_content .c_pd li span:nth-of-type(2) {
    color: #008cfb;
}

.box_list3_main .main3_content .c_pd li.first_li span {
    color: #ffffff;
    font-weight: bold;
}

.box_list3_ul > li p {
    text-align: center;
    line-height: 1.6;
}

.page_bztx .box_list3 {
    margin-top: 20px;
}

.box_list3_ul > li.active, .box_list3_ul > li:hover {
    background: #eeb719;
    color: #ffffff;
    font-weight: 600;
}

.page_news {
    padding-bottom: 40px;
}

.page_news .main_list {
    margin-top: 20px;
}

.page_news .main_list ul li {
    display: flex;
    background-color: #f8f8f8;
    margin-bottom: 20px;
    padding: 15px;
    transition: .3s;
    position: relative;
}

.page_news .main_list ul li .l-img {
    width: 324px;
    height: 131px;
    overflow: hidden;
}

.page_news .main_list ul li .r-desc {
    width: 700px;
    margin-left: 48px;
    padding-top: 6px;
}

.page_news .main_list ul li:hover {
    background-color: #f7f8e6;
}

.page_news .main_list ul li .r-desc h4 {
    margin-bottom: 6px;
}

.page_news .main_list ul li .ntitle {
    font-size: 18px;
    color: #323232;
    transition: .3s;
}

.page_news .main_list ul li .r-desc .fb_time {
    font-size: 13px;
    color: #b1b1b1;
    margin-bottom: 10px;
}

.page_news .main_list ul li .r-desc>p {
    color: #7c7c7c;
    font-size: 13px;
}

.page_news .main_list ul li .ntitle:hover {
    color: #2299f8;
}

.pages {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.pages strong {
    display: inline-flex;
}

.pages a {
    background-color: #46b0fb;
    padding: 6px 10px;
    margin-left: 4px;
    color: #fff;
    height: 36px;
    min-width: 40px;
    text-align: center;
    transition: .3s;
}

.pages .pageinfo {
    line-height: 36px;
}

.top-title {
    margin: 30px 0;
}

.top-title h4 {
    font-size: 30px;
    color: #0077fc;
    margin-bottom: 12px;
    font-weight: normal;
}

.page_news .main_list ul li .l-img img {
    transition: .5s;
}

.page_news .main_list ul li .l-img:hover img {
    transform: scale(1.05);
}

.cate_title h4 {
    font-size: 18px;
    color: #3fb3eb;
}

.cate_title {
    padding: 4px 0;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 15px;
}

.page_news .main_list ul li a.a-more {
    position: absolute;
    right: 28px;
    font-size: 16px;
    color: #2299f8;
    bottom: 10px;
}

.page_aqgd {}

.page_aqgd .c_list {
    display: flex;
    padding: 40px 26px;
    background-color: #f7f8f8;
}

.page_aqgd .c_list + .c_list {
    margin-top: 63px;
}

.page_aqgd .c_list .c_list1 {
    width: 312px;
    height: 377px;
    overflow: hidden;
}

.page_aqgd .c_list .c_list2 {
    flex-grow: 1;
    margin-left: 45px;
}

.page_aqgd .c_list .c_list2 .cate_title {
    padding: 0;
    margin-bottom: 24px;
    color: #008cfa;
    border: none;
}

.page_aqgd .c_list .c_list2 .cate_title h4 {
    font-size: 24px;
    color: #008cfa;
}

.page_aqgd .c_list .c_list2 .cate_title  h5 {
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 12px;
    font-weight: normal;
    font-family: aria;
}

.page_aqgd .c_list .a_list {}

.page_aqgd .c_list .a_list li {
    line-height: 1.6;
    font-size: 16px;
    background-color: #ffffff;
    padding: 10px;
    overflow: hidden;
}

.page_aqgd .c_list .a_list li .ntitle {
    display: block;
    padding-left: 4px;
    overflow: hidden;
    transition: .3s;
    font-weight: bold;
    color: #5c5c5c;
    margin-bottom: 4px;
}

.page_aqgd .c_list .a_list li + li {
    margin-top: 6px;
}

.page_aqgd .c_list .a_list li .ntitle span {
    float: right;
    font-size: 13px;
    color: #008cfa;
    margin-right: 30px;
    font-weight: normal;
}

.page_aqgd .c_list:nth-of-type(2n) {}

.page_aqgd .c_list:nth-of-type(2n) .c_list1 {
    order: 1;
}

.page_aqgd .c_list:nth-of-type(2n) .c_list2 {
    margin-left: 0;
    margin-right: 40px;
}



.page_aqgd .c_list .a_list .desc {
    font-size: 14px;
    line-height: 2.5;
    color: #595757;
}

.page_aqgd .c_list .a_list .desc + .more {
    display: inline-block;
    float: right;
    margin-right: 30px;
    font-size: 14px;
    color: #008cfa;
}

.page_yule {padding-bottom: 40px;}

.page_yule .main_list {}

.page_yule .main_list ul li {
    display: block;
    margin-bottom: 40px;
}

.page_yule .main_list ul li .c_cont {
    display: flex;
}

.page_yule .main_list ul li .c_cont .l-img {
    width: 330px;
    height: 220px;
}

.page_yule .main_list ul li .c_cont .r-desc {
    flex-grow: 1;
    margin-left: 40px;
    color: #595757;
    font-size: 16px;
    width: 860px;
}

.page_yule .main_list ul li .c_cont .r-desc .other {
    margin-top: 20px;
}

.page_yule .main_list ul li .t_title {
    font-size: 18px;
    height: 70px;
    line-height: 70px;
    background-color: #f8f8f8;
    margin-bottom: 34px;
}

.page_yule .main_list ul li .t_title a {
    display: inline-block;
    color: #008cfa;
    font-weight: bold;
}

.page_yule .main_list ul li .c_cont .r-desc .other strong {
    display: inline-block;
}

.page_yule .main_list ul li .c_cont .r-desc >p {
    line-height: 1.8;
}

.page_jiudian {
    padding-bottom: 40px;
}

.page_jiudian .main_list {
    display: flex;
    justify-content: space-between;
}

.page_jiudian .main_list .jiu_left {
    width: 250px;
    margin-right: 10px;
}

.page_jiudian .main_list .jlist {width: 940px;}

.page_jiudian .main_list .jlist ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page_jiudian .main_list .jlist ul li {
    width: 304px;
    height: 152px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.page_jiudian .main_list .jlist ul li .l-img {
    display: block;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.page_jiudian .main_list .jlist ul li .r-desc {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgb(255 255 255 / 81%);
    height: 60px;
    padding: 3px 0;
    line-height: 1.4;
    color: #018cfb;
}

.page_jiudian .main_list .jlist ul li .r-desc .title {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.page_jiudian .main_list .jlist ul li .r-desc .other {
    text-align: center;
}

.page_jiudian .main_list .jlist ul li .r-desc .other p {
    text-align: center;
    font-size: 12px;
}

.page_jiudian .main_list .jiu_left ul li a {
    display: inline-flex;
    flex-direction: column;
    border-bottom: 1px solid transparent;
    font-size: 18px;
    padding-bottom: 10px;
    transition: .3s;
}

.page_jiudian .main_list .jiu_left ul li + li {
    margin-top: 16px;
}

.top-title .title-en {
    font-size: 18px;
}

.page_jiudian .top-title h4 {
    /* color: #333; */
}

.page_jiudian .top-title {
    margin: 30px 0 40px 0;
}

.page_jiudian .main_list .jiu_left ul li a:hover, .page_jiudian .main_list .jiu_left ul li a.cur {
    color: #018cfb;
    border-color: #018cfb;
}

.jt-top-tab {
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
}

.jt-top-tab .tab_item {
    width: 170px;
    text-align: center;
    cursor: pointer;
}

.page_jiaotong {
    margin-top: 40px;
    background: transparent url(../gde_img/bg_jt.jpg) no-repeat center bottom;
}

.ico2 .index_news .swiper-slide .pd-content {
    /* padding: 50px 120px; */
    background-color: #ffffff;
    height: 330px;
}

.page_jiaotong .main_list {
    background-color: #eaf1f7;
    height: 687px;
}

.page_zbcanyin {}

.page_zbcanyin .main_list {
    display: flex;
    padding: 60px 25px;
    background-color: #f8f8f8;
}

.page_zbcanyin .main_list>.title {
    width: 362px;
    margin-right: 30px;
}

.page_zbcanyin .main_list> .other-cont {
    flex-grow: 1;
}

.page_zbcanyin .main_list> .other-cont strong {
    display: inline-block;
}

.page_zbcanyin .main_list> .other-cont .tjzs {
    color: red;
}

.page_zbcanyin .main_list>.title h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page_aqgd .c_list .a_list li .ddesc {
    font-size: 14px;
    color: #818181;
}

.page_aqgd .c_list .a_list li .more {display: inline-block;font-size: 13px;color: #008cfa;float: right;margin-top: 6px;}

.main_swlist {}

.main_swlist .t-title {
    display: flex;
    padding: 16px 0;
}

.main_swlist li {
    padding: 0 55px;
}

.main_swlist li .desc {
    position: relative;
    padding: 5px 0 10px 0;
    border-bottom: 1px solid #dbdbdb;
    color: #afafaf;
}

.main_swlist li .desc a {
    display: inline-block;
    position: absolute;
    right: 0;
    color: #008cfa;
    background: transparent url(../gde_img/more_btn.png) no-repeat 100% 50%;
    padding-right: 24px;
}

.main_swlist .t-title h5 {
    font-size: 22px;
    color: #5e5e5e;
    margin-right: 20px;
    letter-spacing: 1px;
}

.main_swlist .t-title h4 {
    font-size: 30px;
    color: #c7c7c7;
}

.main_swlist .sw-content {
    opacity: 0;
    height: 0;
    color: #ffffff;
    transition: all .3s;
}

.main_swlist .cur_colpose .sw-content {
    height: 460px;
    opacity: 1;
}

.main_swlist li.cur_colpose {
    background-color: #008cfb;
}

.main_swlist li.cur_colpose .t-title>* {
    color: #eeb719;
}

.main_swlist li.cur_colpose .desc {
    color: #ffffff;
    border: none;
}

.page_contact .main_content {
    width: 98.6%;
    margin: auto;
    border: 1px solid #dfdfdf;
    box-shadow: 0px 0px 3px 0 #bfbfbf;
    border-radius: 6px;
    padding: 30px;
    position: relative;
}

.page_contact {
    padding: 30px 0;
}

.page_contact .main_content h4 {
    font-size: 22px;
    margin-bottom: 15px;
    padding: 4px 0 10px 0;
    letter-spacing: 1.5px;
}

.page_contact .main_content h4:after {
    content: " ";width: 430px;background-color: #dbdbdb;height: 1px;display: block;margin-top: 12px;
}

.page_contact .main_content .content2 {
    font-size: 18px;
    color: #525252;
}

.page_contact .main_content .content2 .ewmbox {
    overflow: hidden;
    margin-top: 30px;
}

.page_contact .main_content .ditu {
    position: absolute;
    top: 76px;
    right: 30px;
    width: 560px;
}

.page_contact .main_content .content2 p {
    line-height: 1.8;
}

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

.page_cdyd .main_form {}

.page_cdyd .main_form .form-li {
    height: 60px;
    display: flex;
    line-height: 60px;
    font-size: 16px;
    margin-bottom: 10px;
}

.page_cdyd .main_form .form-li span {
    width: 218px;
    background-color: #e6e6e6;
    text-align: center;
}

.page_cdyd .main_form .form-li .li-item {
    display: flex;
}

.page_cdyd .main_form .form-li .li-item input[type="text"] {
    width: 372px;
    background-color: #f8f8f8;
    font-size: 16px;
    padding: 0 10px;
}

.page_cdyd .main_form .form-li .li-item + .li-item {
    margin-left: 10px;
}

.page_cdyd .main_form .form-li > input[type="text"] {
    background-color: #f8f8f8;
    flex-grow: 1;
    padding: 0 10px;
    font-size: 16px;
}

.page_cdyd .top-title {
    text-align: center;
}

.page_cdyd .top-title h4 {
    font-size: 30px;
    color: #313131;
}

.page_cdyd .top-title .img {
    font-size: 20px;
}

.page_cdyd .main_form .li-btn {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

#dosubmit {
    width: 356px;
    background-color: #008cfb;
    border: none;
    box-shadow: 0 0 3px 0 #b7b7b7;
    color: #fff;
    font-size: 30px;
    padding: 27px 0;
    border-radius: 50px;
}

.page_jobs {
    padding: 20px  0 40px 0;
}

.page_jobs .main_list {}

.page_jobs .main_list ul {display: flex;flex-wrap: wrap;justify-content: space-around;}

.page_jobs .main_list ul>li {
    width: 230px;
    height: 280px;
    border-radius: 10px;
    box-shadow: 0 0 7px 1px #c7c7c7;
    position: relative;
}

.page_jobs .main_list ul>li .t_title {
    text-align: center;
    font-size: 20px;
    color: #0077fc;
    margin-top: 18px;
    margin-bottom: 15px;
}

.page_jobs .main_list ul>li .c_cont {
    font-size: 14px;
    padding: 0 15px;
}

.page_jobs .main_list ul>li>p {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.page_jobs .main_list ul>li>p a {
    color: #076be7;
}

.page_jobs .top-title {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 40px;
}

.about .ipg1 .more {
    display: inline-block;
    text-align: center;
    background-color: #0095ff;
    color: #fff;
    padding: 4px 30px;
    border-radius: 31px;
    font-size: 16px;
    margin-top: 20px;
}

#footer a {
    color: #ffffff;
    transition: .3s;
}

.ico2 .index_news {
    width: 980px;
    margin: 40px auto 0 auto;
}

.swiper-slide .pd-content .top-img {
    height: 195px;
    overflow: hidden;
}

.swiper-slide .pd-content .time {
    color: #008cfa;
    padding: 13px 20px 8px 20px;
    font-size: 16px;
}

.swiper-slide .pd-content .news-title {
    line-height: 1.5;
    padding-left: 20px;
    padding-right: 20px;
}

.pub-tab .news_catname {
    font-size: 32px;
    color: #fff;
    line-height: 168px;
    position: relative;
    padding-left: 55px;
}

.pub-tab .news_catname::before {
        content: " ";
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1px;
        width: 40px;
        height: 3px;
        background: #e7fdfb;
    }

.sw_rnav .swiper_navption {
    margin-left: 10px;
    line-height: 30px;
}

.sw_rnav .swiper_navption .swiper_navption_prev, .sw_rnav .swiper_navption .swiper_navption_next {
    width: 28px;
    border: 1px solid #dfdfdf;
    height: 28px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.ico2 .index_news .sw_rnav {
    display: flex;
    color: #ffffff;
    float: right;
    margin-top: 30px;
    line-height: 30px;
}

.sw_rnav .swiper-pagination_cus1 {
    display: inline-flex;
    width: auto;
}

.page_jiaotong .swiper-slide .pd-content {
    padding: 40px 60px;
}

.swiper-slide .pd-content .top-img img {
    width: 100%;
    /* height: 100%; */
    transition: .5s;
}

.top-title .top-title-en {
    font-size: 18px;
    text-transform: uppercase;
}

.foot_dh .foot_frdlink>ul li a {
    height: 100%;
    overflow: hidden;
}

.foot_dh .foot_frdlink>ul li a img {
    width: 100%;
    height: 100%;
}

.pro_calender_fl {
    width: 650px;
}

.pages a.curpage {
    color: black;
    background-color: #b5b5b5;
}

.pages a:hover {
    background-color: #007eff;
}

#footer .foot_dh .foot_dh1 a:hover {
    color: #4bc5ff;
}

.page_search {
    min-height: 640px;
}

.show-box-ex {
    position: relative;
    width: 100%;
    height: 606px;
}

.show-box-ex .tab {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #e5e5e5;
}

.show-box-ex .tab ul>li {
    position: absolute;
    color: #ffffff;
    height: 151.5px;
    width: 134px;
    text-align: center;
    line-height: 152px;
    cursor: pointer;
}

.show-box-ex .tab_content {
    position: absolute;
    width: 800px;
    height: 100%;
    top: 0;
    z-index: 3;
    left: 200px;
}

.show-box-ex .tab ul>li:nth-of-type(1) {
    background-color: #a33131;
    height: 202px;
    line-height: 202px;
}

.show-box-ex .tab ul>li:nth-of-type(2) {
    top: 202px;
    background-color: #654380;
    height: 202px;
    line-height: 202px;
}

.show-box-ex .tab ul>li .font {
    display: inline-block;
    vertical-align: middle;
}

.show-box-ex .tab ul>li:nth-of-type(3) {
    top: 404px;
    background-color: #0d6dba;
    height: 202px;
    line-height: 202px;
}

.show-box-ex .tab ul>li:nth-of-type(4) {
    right: 0;
    background-color: #ea75de;
    height: 151.5px;
}

.show-box-ex .tab ul>li:nth-of-type(5) {
    background-color: #efb135;
    right: 0;
    top: 151.5px;
}

.show-box-ex .tab ul>li:nth-of-type(6) {
    background-color: #008578;
    right: 0;
    top: 303px;
}

.show-box-ex .tab ul>li:nth-of-type(7) {
    background-color: #0f6e77;
    right: 0;
    bottom: 0;
}

.show-box-ex .tab ul>li .font >* {
    line-height: 1.414;
}

.show-box-ex .tab ul>li .font h6 {
    font-size: 28px;
}

.show-box-ex .tab_content .tc_item {
    width: 100%;
    height: 100%;
    display: none;
}

.show-box-ex .tab ul>li.on {
    width: 200px;
}

.show-box-ex .tab ul>li.on .font h6 {
    color: #ffe94a;
}

.show-box-ex .tab_content .tc_item .img {
    position: absolute;
    top: 0;
}

.show-box-ex .tab_content .tc_item .img.img-txt {
    top: 152px;
    color: #6c6c6c;
    font-weight: bold;
    font-size: 32px;
    left: 760px;
    width: 200px;
    line-height: 1.4;
}

.page_cdzx {}

.page_cdzx .top-title {
    text-align: center;
}

.page_cdzx .top-title h4 {
    color: #404040;
}

.pub-ban  .upjt.w1200 {
    height: 522px;
}

.main_expo .shuju_content {
    padding: 20px 0;
}

.main_expo {}

.main_expo .shuju_content .toptitle {
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    font-weight: normal;
    color: #545454;
    margin-bottom: 15px;
}

.main_expo .shuju_content .shuju_item {
    display: none;
}

.jt-top-tab .tab_item .img {
    height: 75px;
    width: 80px;
    margin: auto;
    background: transparent url(../gde_img/hhc.png) no-repeat;
    overflow: hidden;
}

.jt-top-tab .tab_item:nth-of-type(1) .img {
    background-position: 17px 1px;
}

.jt-top-tab .tab_item:nth-of-type(2) .img {
    background-position: -222px 1px;
}

.jt-top-tab .tab_item:nth-of-type(3) .img {
    background-position: -463px 0;
}

.jt-top-tab .tab_item:nth-of-type(4) .img {
    background-position: -692px 0;
}

.jt-top-tab .tab_item.active .img {
    background-position-y: -71px;
}

.show-box-ex .tab_content .tc_item a.img {
    display: block;
    width: 500px;
    height: 400px;
    left: 270px;
    top: 150px;
    z-index: 33;
}

.show-box-ex .tab_content .tc_item.tc_item1 a.img {
    width: 330px;
}

.show-box-ex .tab_content .tc_item1  a.img.img-txt {
    width: 150px;
    height: 90px;
    left: 620px;
}

.show-box-ex .tab_content .tc_item3 a.img {
    width: 430px;
}

.foot_copyright:before {
    display: block;
    height: 1px;
    background-color: #444444;
    width: 100%;
    content:"";
    position: absolute;
    box-shadow: 0px 2px 1px 0px #5e5e5e;
}

.outlink_frd {
    display: flex;
}

#footer .outlink_frd .out_aa {
    margin-right: 14px;
}

#footer .outlink_frd .out_aa .fa {
    color: #adadad;
}

.footdh22 {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

.page_mzhc {
    padding: 20px 0 40px 0px;
}

.page_mzhc .mzhc_list {
    display: flex;
    justify-content: space-around;
}

.page_mzhc .mzhc_list>li {
    width: 250px;
    overflow: hidden;
    text-align: center;
}

.page_mzhc .mzhc_list>li> .l-img {
    overflow: hidden;
    display: block;
    transition: .3s;
}

.page_mzhc .mzhc_list>li .r-desc {
    padding: 20px 10px;
    text-align: center;
    background-color: #fff;
}

.page_mzhc .mzhc_list>li .r-desc h4 {
    font-size: 15px;
    margin-bottom: 10px;
}

.page_mzhc .mzhc_list>li .r-desc .fb_time {
    font-size: 12px;
    margin-bottom: 10px;
}

.page_mzhc .mzhc_list>li .r-desc .pp2 {
    text-align: center;
}

.page_mzhc .mzhc_list>li .r-desc .pp2> .l-img {
    display: inline-block;
    color: #ff7600;
    font-size: 12px;
}

.page_mzhc_inwrap2 {
    padding: 30px 0;
    background-color: #f3f3f3;
}

.page_mzhc .mzhc_list>li> .l-img:hover img {
    transform: scale(1.05);
}

.page_mzhc .mzhc_list>li> .l-img img {
    transition: .3s;
}

.page_mzhc .mzhc_list>li:hover .r-desc {
    background-color: #7bc4ff;
}
.foot_dh .foot_dh1 dl dd a {
    font-size: 13px;
}

.swiper-slide .pd-content:hover .top-img img {
    transform: scale(1.05);
}