@charset "utf-8";
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, textarea, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    outline: none;
    box-sizing: border-box;
}
body {
    font: 14px/1.8 'Microsoft YaHei', 'SimSun', 'SimHei', "微软雅黑", "SimHei", "黑体", Arial, Helvetica, sans-serif;
    margin: 0 auto;
    color: #333;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    transition: all .4s ease;
}
ol, ul, li {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: 0;
    max-width: 100%;
}
div, p, span, a {
    font-size: inherit;
    color: inherit;
}
input, select {
    outline: none;
    border: none;
    background-color: transparent;
    appearance: none;
}
.clearfix::after {
    content: "";
    display: block;
    line-height: 0;
    height: 0;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
.c1 {
    width: 78.13vw;
    margin: 0 auto;
}
.c2 {
    width: 88.2vw;
    margin: 0 auto;
}
.pl11 {
    padding-left: 10.94vw;
}
.fs120 {
    font-size: 120px;
}
.fs92 {
    font-size: 92px;
}
.fs60 {
    font-size: 60px;
}
.fs50 {
    font-size: 50px;
}
.fs46 {
    font-size: 46px;
}
.fs40 {
    font-size: 40px;
}
.fs39 {
    font-size: 39px;
}
.fs36 {
    font-size: 36px;
}
.fs34 {
    font-size: 34px;
}
.fs30 {
    font-size: 30px;
}
.fs26 {
    font-size: 26px;
}
.fs24 {
    font-size: 24px;
}
.fs22 {
    font-size: 22px;
}
.fs20 {
    font-size: 20px;
}
.fs18 {
    font-size: 18px;
}
.fs16 {
    font-size: 16px;
}
.pb191 {
    padding-bottom: 191px;
}
.mb160 {
    margin-bottom: 160px;
}
.mb161 {
    margin-bottom: 161px;
}
.pb150 {
    padding-bottom: 150px;
}
.mt147 {
    margin-top: 147px;
}
.pt142 {
    padding-top: 142px;
}
.pb144 {
    padding-bottom: 144px;
}
.pb132 {
    padding-bottom: 132px;
}
.mb129 {
    margin-bottom: 129px;
}
.pt122 {
    padding-top: 122px;
}
.mb122 {
    margin-bottom: 122px;
}
.mt120 {
    margin-top: 120px;
}
.mb120 {
    margin-bottom: 120px;
}
.pt120 {
    padding-top: 120px;
}
.pb120 {
    padding-bottom: 120px;
}
.mt104 {
    margin-top: 104px;
}
.pb100 {
    padding-bottom: 100px;
}
.pt100 {
    padding-top: 100px;
}
.mb100 {
    margin-bottom: 100px;
}
.pb99 {
    padding-bottom: 99px;
}
.mt90 {
    margin-top: 90px;
}
.mt84 {
    margin-top: 84px;
}
.mb80 {
    margin-bottom: 80px;
}
.mt80 {
    margin-top: 80px;
}
.pt80 {
    padding-top: 80px;
}
.mb74 {
    margin-bottom: 74px;
}
.mt72 {
    margin-top: 72px;
}
.mb72 {
    margin-bottom: 72px;
}
.mb70 {
    margin-bottom: 70px;
}
.mt65 {
    margin-top: 65px;
}
.mt62 {
    margin-top: 62px;
}
.pt60 {
    padding-top: 60px;
}
.pb60 {
    padding-bottom: 60px;
}
.mb60 {
    margin-bottom: 60px;
}
.mt60 {
    margin-top: 60px;
}
.mt50 {
    margin-top: 50px;
}
.fx {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.as {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
}
.ac {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.ae {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
}
.jsb {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}
.jsa {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
}
.jss {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
}
.fc {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.jcc {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
.fw {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}
img {
    width: 100%;
    display: block;
}
.transition {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.lt50 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.l50 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.br20 {
    border-radius: 20px;
    overflow: hidden;
}
.br15 {
    border-radius: 15px;
    overflow: hidden;
}
.br12 {
    border-radius: 12px;
    overflow: hidden;
}
.br10 {
    border-radius: 10px;
    overflow: hidden;
}
.t50 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.inner-img {
    position: relative;
}
.inner-img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 800px;
    background: linear-gradient(180deg, #1c2a33 0%, rgba(28, 42, 51, 0) 100%);
    opacity: 0.3;
}
.inner-img::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 217px;
    background: linear-gradient(360deg, #1c2a33 0%, rgba(28, 42, 51, 0) 100%);
    opacity: 0.2;
}
.inner-img .img {
    height: 41.67vw;
}
.inner-img .pName {
    position: relative;
    color: #fff;
    z-index: 2;
}
.inner-img .nNav {
    bottom: 4.9%;
    z-index: 2;
}
.sub-swiper .swiper-wrapper {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
.sub-swiper .swiper-slide {
    position: relative;
    display: inline-block;
    width: auto;
    color: rgba(255, 255, 255, 0.6);
    padding: 11px 44px 0;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.sub-swiper .swiper-slide:not(:last-of-type) {
    margin-right: 60px;
}
.sub-swiper .swiper-slide::before, .sub-swiper .swiper-slide::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 1px;
    background-color: #fff;
}
.sub-swiper .swiper-slide::before {
    left: 0;
    width: 100%;
    opacity: 0.3;
}
.sub-swiper .swiper-slide::after {
    width: 0;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.sub-swiper .swiper-slide:hover {
    color: #fff;
}
.sub-swiper .swiper-slide:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}
.sub-swiper .swiper-slide.active {
    color: #fff;
}
.sub-swiper .swiper-slide.active::after {
    left: 0;
    right: auto;
    width: 100%;
}
.com-tit * {
    line-height: 1;
}
.com-tit .en {
    color: #1686cc;
    text-transform: uppercase;
}
.com-tit .tiName {
    font-weight: 600;
}
.bgColor {
    background-color: #F9F9F9;
}
.load-more .loading {
    display: inline-block;
    cursor: pointer;
}
.load-more * {
    color: #999999;
}
.load-more i {
    display: inline-block;
    font-size: 34px;
    -webkit-animation: rotate 4s infinite;
    animation: rotate 4s infinite;
}
.load-more span {
    font-weight: 200;
    margin-left: 12px;
}
.noMore * {
    color: #999999;
}
.swi-btn {
    margin-top: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(153, 153, 153, 0.3);
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.swi-btn::after {
    font-size: 14px;
    color: #999999;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.swi-btn:hover {
    background-color: #1686cc;
    border-color: #1686cc;
}
.swi-btn:hover::after {
    color: #fff;
}
header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 80px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 100;
}
header .c2 {
    height: 80px;
}
header .logo2 {
    display: none;
}
header .nav {
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
header .menu-li {
    position: relative;
    margin-right: 70px;
}
header .menu-li > a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 80px;
    line-height: 80px;
    color: #fff;
}
header .menu-li > a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: #fff;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
header .menu-li > a.active {
    font-weight: 600;
}
header .menu-li > a.active::after {
    width: 25px;
}
header .menu-li:hover > a {
    font-weight: 600;
}
header .menu-li:hover > a::after {
    width: 25px;
}
header .subNav {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 180px;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.06);
    display: none;
    z-index: 2;
}
header .subNav a {
    display: block;
    font-size: 16px;
    padding: 15px 10px;
}
header .subNav a:hover {
    color: #1686cc;
}
header .menu {
    position: relative;
    width: 27px;
    height: 18px;
    cursor: pointer;
}
header .menu p {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    vertical-align: middle;
}
header .menu p::before, header .menu p::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 3px;
    left: 0;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transition-duration: 0.3s, 0.3s;
    -moz-transition-duration: 0.3s, 0.3s;
    -ms-transition-duration: 0.3s, 0.3s;
    -o-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    -moz-transition-delay: 0.3s, 0s;
    -ms-transition-delay: 0.3s, 0s;
    -o-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
}
header .menu p::before {
    top: -8px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
}
header .menu p::after {
    bottom: -8px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
}
header .lang {
    margin-right: 20px;
}
header .lang * {
    color: #fff;
}
header .lang i {
    font-size: 20px;
    margin-right: 5px;
}
header .lang span {
    font-size: 18px;
}
header.on {
    background-color: #fff;
    box-shadow: 0.99px 0.99px 6.9px hsla(0, 0%, 53.3%, 0.12941176);
}
header.on .logo1 {
    display: none;
}
header.on .logo2 {
    display: block;
}
header.on .menu-li > a {
    color: #333;
}
header.on .menu-li > a::after {
    background-color: #1686cc;
}
header.on .menu-li > a.active {
    color: #1686cc;
}
header.on .menu-li:hover > a {
    color: #1686cc;
}
header.on .menu p {
    background-color: #333;
}
header.on .menu p::before, header.on .menu p::after {
    background-color: #333;
}
header.on .lang * {
    color: #333;
}
header.cur {
    background-color: transparent;
    box-shadow: none;
    border-bottom-color: transparent;
}
header.cur .logo1 {
    display: block;
}
header.cur .logo2 {
    display: none;
}
header.cur .nav {
    opacity: 0;
    visibility: hidden;
}
header.cur .menu p {
    background-color: transparent;
}
header.cur .menu p::before, header.cur .menu p::after {
    background-color: #fff;
    -webkit-transition-delay: 0s, 0.3s;
    -moz-transition-delay: 0s, 0.3s;
    -ms-transition-delay: 0s, 0.3s;
    -o-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}
header.cur .menu p::before {
    top: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
header.cur .menu p::after {
    bottom: 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
header.cur .lang * {
    color: #fff;
}
.subMenu {
    position: fixed;
    left: 0;
    right: 0;
    top: -100%;
    width: 100%;
    height: 100vh;
    background: #1686cc;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: 99;
}
.subMenu .fir-nav {
    margin-bottom: 35px;
}
.subMenu .fir-nav > a {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.subMenu .fir-nav > a:hover {
    color: #fff;
}
.subMenu .chi-li {
    margin-bottom: 15px;
}
.subMenu .chi-li > a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.subMenu .chi-li > a:hover {
    color: #fff;
}
.subMenu .menu-bot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 28px 0 33px;
}
.subMenu .shape-overlays {
    height: 100vh;
    left: -35vw;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: rotate(180deg);
    width: 170vw;
    z-index: 70;
}
.subMenu .shape-overlays path {
    fill: #1686cc;
}
.subMenu.open {
    top: 0;
    opacity: 1;
    visibility: visible;
}
.subMenu.open .shape-overlays {
    transform: rotate(0deg);
}
footer a {
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
footer a:hover {
    color: #fff !important;
}
footer {
    background-color: #263946;
}
.foot-t {
    padding: 50px 0 60px;
    background: #263946;
}
.foot-t * {
    color: #fff;
}
.foot-t .line {
    position: relative;
    width: 1px;
}
.foot-t .line::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
}
.footL dl:not(:last-of-type) {
    margin-right: 3.2vw;
}
.footL dt {
    font-size: 16px;
    margin-bottom: 20px;
}
.footL dd:not(:last-of-type) {
    margin-bottom: 15px;
}
.footL dd a {
    font-size: 15px;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.6);
}
.footR .item {
    font-size: 16px;
}
.footR .item:not(:last-of-type) {
    margin-bottom: 15px;
}
.footR .item * {
    font-weight: 200;
}
.footR .item i {
    margin-right: 18px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}
.footR .item img {
    height: 100%;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}
.footR .gzh {
    width: 83px;
    margin-top: 30px;
}
.footR .gzh .img {
    width: 83px;
    height: 83px;
}
.footR .gzh .img img {
    height: 100%;
    object-fit: contain;
}
.footR .gzh p {
    color: rgba(255, 255, 255, 0.6);
    margin-top: 7px;
}
.foot-b {
    padding: 12px 0 13px;
    background-color: #156EA8;
}
.foot-b * {
    color: rgba(255, 255, 255, 0.6);
}
.foot-b .img img {
    height: 100%;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}
@-webkit-keyframes fadeIn {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 60px, 0);
 transform: translate3d(0, 60px, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
@keyframes fadeIn {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 60px, 0);
 transform: translate3d(0, 60px, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
@-webkit-keyframes fadeOutLeft {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-60px, 0, 0);
 transform: translate3d(-60px, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
@keyframes fadeOutLeft {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-60px, 0, 0);
 transform: translate3d(-60px, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
@-webkit-keyframes fadeOutRight {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(60px, 0, 0);
 transform: translate3d(60px, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
@keyframes fadeOutRight {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(60px, 0, 0);
 transform: translate3d(60px, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
@-webkit-keyframes rotate {
 0% {
 transform: scale(0.9);
}
 100% {
 transform: scale(1) rotate(360deg);
}
}
@keyframes rotate {
 0% {
 transform: scale(0.9);
}
 100% {
 transform: scale(1) rotate(360deg);
}
}
@keyframes move {
 from, to {
 -webkit-transform: translate(-50%, -50%) scale(1, 1);
 transform: translate(-50%, -50%) scale(1, 1);
}
 25% {
 -webkit-transform: translate(-50%, -50%) scale(0.9, 1.1);
 transform: translate(-50%, -50%) scale(0.9, 1.1);
}
 50% {
 -webkit-transform: translate(-50%, -50%) scale(1.1, 0.9);
 transform: translate(-50%, -50%) scale(1.1, 0.9);
}
 75% {
 -webkit-transform: translate(-50%, -50%) scale(0.95, 1.05);
 transform: translate(-50%, -50%) scale(0.95, 1.05);
}
}
@-webkit-keyframes mVbgRotate {
 from {
 transform: translateX(-50%) rotate(0deg);
}
 to {
 transform: translateX(-50%) rotate(-360deg);
}
}
@keyframes mVbgRotate {
 from {
 transform: translateX(-50%) rotate(0deg);
}
 to {
 transform: translateX(-50%) rotate(-360deg);
}
}
@keyframes cirR {
 0% {
 transform: rotate(0);
 transform-origin: 50% 50%;
}
 100% {
 transform: rotate(-35deg);
 transform-origin: 50% 50%;
}
}
@keyframes cirR2 {
 0% {
 transform: rotate(0);
 transform-origin: 50% 50%;
}
 100% {
 transform: rotate(35deg);
 transform-origin: 50% 50%;
}
}

@media only screen and (max-width: 1680px) {
.fs120 {
    font-size: 100px;
}
.fs92 {
    font-size: 80px;
}
.fs60 {
    font-size: 50px;
}
.fs50 {
    font-size: 46px;
}
.fs46 {
    font-size: 40px;
}
.fs40, .fs39 {
    font-size: 34px;
}
.fs36 {
    font-size: 32px;
}
.fs34 {
    font-size: 30px;
}
.fs30 {
    font-size: 26px;
}
.fs26, .fs24 {
    font-size: 22px;
}
.fs22 {
    font-size: 20px;
}
.fs20 {
    font-size: 18px;
}
.fs18 {
    font-size: 17px;
}
.fs16 {
    font-size: 15px;
}
.pb191 {
    padding-bottom: 150px;
}
.mb160 {
    margin-bottom: 140px;
}
.mb161 {
    margin-bottom: 140px;
}
.pb150 {
    padding-bottom: 120px;
}
.mt147 {
    margin-top: 120px;
}
.pb144 {
    padding-bottom: 120px;
}
.pt142 {
    padding-top: 120px;
}
.pb132 {
    margin-bottom: 110px;
}
.mb129 {
    margin-bottom: 110px;
}
.pt122 {
    padding-top: 110px;
}
.mb122 {
    margin-bottom: 110px;
}
.mt120 {
    margin-top: 110px;
}
.mb120 {
    margin-bottom: 110px;
}
.pt120 {
    padding-top: 110px;
}
.pb120 {
    padding-bottom: 110px;
}
header .menu-li {
    margin-right: 50px;
}
.subMenu .fir-nav {
    margin-bottom: 30px;
}
.footL dt {
    margin-bottom: 15px;
}
.footL dd:not(:last-of-type) {
    margin-bottom: 10px;
}
.footR .item:not(:last-of-type) {
    margin-bottom: 10px;
}
.footR .gzh {
    margin-top: 20px;
}
.swi-btn {
    width: 50px;
    height: 50px;
}
}

@media only screen and (max-width: 1440px) {
.c1 {
    width: 86.13vw;
}
.pl11 {
    padding-left: 6.935vw;
}
.fs120 {
    font-size: 100px;
}
.fs92 {
    font-size: 70px;
}
.fs60 {
    font-size: 44px;
}
.fs50 {
    font-size: 40px;
}
.fs46 {
    font-size: 34px;
}
.fs40, .fs39 {
    font-size: 32px;
}
.fs36 {
    font-size: 26px;
}
.fs34 {
    font-size: 24px;
}
.fs30 {
    font-size: 22px;
}
.fs26, .fs24 {
    font-size: 20px;
}
.fs20 {
    font-size: 16px;
}
.pb191 {
    padding-bottom: 130px;
}
.mb160 {
    margin-bottom: 120px;
}
.mb161 {
    margin-bottom: 120px;
}
.pb150 {
    padding-bottom: 110px;
}
.mt147 {
    margin-top: 110px;
}
.pb144 {
    padding-bottom: 110px;
}
.pt142 {
    padding-top: 100px;
}
.pb132 {
    margin-bottom: 100px;
}
.mb129 {
    margin-bottom: 100px;
}
.pt122 {
    padding-top: 100px;
}
.mb122 {
    margin-bottom: 100px;
}
.mt120 {
    margin-top: 100px;
}
.mb120 {
    margin-bottom: 100px;
}
.pt120 {
    padding-top: 100px;
}
.pb120 {
    padding-bottom: 100px;
}
.mt104 {
    margin-top: 80px;
}
.pb100 {
    padding-bottom: 80px;
}
.pt100 {
    padding-top: 80px;
}
.mb100 {
    margin-bottom: 80px;
}
.pb99 {
    padding-bottom: 80px;
}
.mt90, .mt84 {
    margin-top: 70px;
}
.mb80 {
    margin-bottom: 70px;
}
.mt80 {
    margin-top: 70px;
}
.pt80 {
    padding-top: 70px;
}
.mb74 {
    margin-bottom: 60px;
}
.mt72 {
    margin-top: 60px;
}
.mb72 {
    margin-bottom: 60px;
}
.mb70 {
    margin-bottom: 60px;
}
.mt65, .mt62 {
    margin-top: 50px;
}
.pt60 {
    padding-top: 50px;
}
.pb60 {
    padding-bottom: 50px;
}
.mb60 {
    margin-bottom: 50px;
}
.mt60 {
    margin-top: 50px;
}
.mt50 {
    margin-top: 40px;
}
header .menu-li {
    margin-right: 40px;
}
header .menu-li > a {
    font-size: 16px;
}
header .lang {
    margin-right: 15px;
}
header .lang i {
    font-size: 18px;
    margin-right: 3px;
}
header .lang span {
    font-size: 16px;
}
.foot-t {
    padding: 40px 0 50px;
}
.footL dt {
    margin-bottom: 10px;
}
.footL dd a {
    font-size: 14px;
}
.footR .item {
    font-size: 15px;
}
.footR .item:not(:last-of-type) {
    margin-bottom: 6px;
}
.footR .item i {
    font-size: 16px;
    margin-right: 10px;
}
.sub-swiper .swiper-slide {
    padding: 10px 30px 0;
}
.sub-swiper .swiper-slide:not(:last-of-type) {
    margin-right: 40px;
}
.load-more i {
    font-size: 30px;
}
}

@media only screen and (max-width: 1280px) {
.fs120 {
    font-size: 70px;
}
.fs92 {
    font-size: 60px;
}
.fs60 {
    font-size: 36px;
}
.fs50 {
    font-size: 34px;
}
.fs46 {
    font-size: 32px;
}
.fs40, .fs39 {
    font-size: 30px;
}
.fs36 {
    font-size: 22px;
}
.fs34, .fs30 {
    font-size: 20px;
}
.fs26, .fs24 {
    font-size: 18px;
}
.fs22 {
    font-size: 18px;
}
.fs18 {
    font-size: 16px;
}
.fs16 {
    font-size: 14px;
}
header .menu-li {
    margin-right: 30px;
}
}

@media only screen and (max-width: 1260px) {
.c1 {
    width: 94vw;
}
.pl11 {
    padding-left: 3vw;
}
header .menu-li {
    margin-right: 20px;
}
header .menu-li > a {
    font-size: 15px;
}
header .lang i {
    font-size: 16px;
}
header .lang span {
    font-size: 15px;
}
.foot-t {
    padding: 30px 0 40px;
}
.footL dl:not(:last-of-type) {
    margin-right: 2vw;
}
}

@media only screen and (max-width: 1024px) {
.fs36 {
    font-size: 20px;
}
.fs20 {
    font-size: 14px;
}
header {
    height: 50px;
}
header .logo {
    display: block;
    height: 80%;
}
header .logo img {
    width: auto;
    height: 100%;
    max-width: none;
}
header .nav {
    display: none;
}
header .c2 {
    height: 50px;
}
header .lang i {
    font-size: 18px;
    margin-right: 0;
}
header .lang span {
    font-size: 16px;
}
.foot-t .footL {
    display: none;
}
.foot-t .line {
    display: none;
}
.foot-b .c1 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
}
.sub-swiper {
    display: none;
}
}

@media only screen and (max-width: 860px) {
.fs120 {
    font-size: 50px;
}
.fs92 {
    font-size: 46px;
}
.fs60, .fs50 {
    font-size: 34px;
}
.fs46 {
    font-size: 30px;
}
.fs40, .fs39 {
    font-size: 26px;
}
.fs36, .fs30 {
    font-size: 18px;
}
.fs26, .fs24, .fs22 {
    font-size: 16px;
}
.fs18 {
    font-size: 14px;
}
.br20 {
    border-radius: 15px;
}
.br15 {
    border-radius: 10px;
}
.br12 {
    border-radius: 8px;
}
.br10 {
    border-radius: 6px;
}
.pb191 {
    padding-bottom: 110px;
}
.mb160 {
    margin-bottom: 100px;
}
.mb161 {
    margin-bottom: 100px;
}
.pb150 {
    padding-bottom: 80px;
}
.mt147 {
    margin-top: 80px;
}
.pb144 {
    padding-bottom: 80px;
}
.pt142 {
    padding-top: 80px;
}
.pb132 {
    margin-bottom: 80px;
}
.mb129 {
    margin-bottom: 80px;
}
.pt122 {
    padding-top: 80px;
}
.mb122 {
    margin-bottom: 80px;
}
.mt120 {
    margin-top: 80px;
}
.mb120 {
    margin-bottom: 80px;
}
.pt120 {
    padding-top: 80px;
}
.pb120 {
    padding-bottom: 80px;
}
header.cur {
    background-color: #1686cc;
}
.subMenu {
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
}
.subMenu .menu-ul {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding-top: 80px;
}
.subMenu .drop-li {
    margin-bottom: 40px;
}
.subMenu .fir-nav {
    margin-bottom: 20px;
}
.subMenu .fir-nav > a {
    display: block;
}
.subMenu .chi-li {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 10px;
}
.subMenu .chi-li > a {
    display: block;
}
.swi-btn {
    width: 44px;
    height: 44px;
}
}

@media only screen and (max-width: 640px) {
.fs120 {
    font-size: 32px;
}
.fs92 {
    font-size: 30px;
}
.fs60, .fs50 {
    font-size: 26px;
}
.fs46 {
    font-size: 24px;
}
.fs40, .fs39 {
    font-size: 22px;
}
.fs30 {
    font-size: 16px;
}
.fs26, .fs24 {
    font-size: 14px;
}
.pb191 {
    padding-bottom: 90px;
}
.mb160 {
    margin-bottom: 80px;
}
.mb161 {
    margin-bottom: 80px;
}
.pt142, .pt122 {
    padding-top: 60px;
}
.mb129, .mb122, .mb120 {
    margin-bottom: 60px;
}
.mt147, .mt120 {
    margin-top: 60px;
}
.pt120 {
    padding-top: 60px;
}
.pb150, .pb132, .pb144, .pb120 {
    padding-bottom: 60px;
}
.mb80 {
    margin-bottom: 60px;
}
.mt80 {
    margin-top: 60px;
}
.pt80 {
    padding-top: 60px;
}
.mt72 {
    margin-top: 72px;
}
.mb70, .mb72 {
    margin-bottom: 50px;
}
.mt62 {
    margin-top: 40px;
}
.pt60 {
    padding-top: 40px;
}
.pb60 {
    padding-bottom: 40px;
}
.mb60 {
    margin-bottom: 40px;
}
.mt60 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 30px;
}
.inner-img .img {
    height: 60.67vw;
}
}
.in-more {
    position: relative;
    width: 160px;
    height: 50px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.38s, background 0.4s 0.5s;
    z-index: 2;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.in-more::after {
    content: '';
    position: absolute;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #1686cc;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: -1;
}
.in-more .icon {
    position: relative;
    width: 13px;
    height: 13px;
    margin-right: 10px;
    overflow: hidden;
}
.in-more i {
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 12px;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.in-more .jt1 {
    left: 50%;
    top: 50%;
}
.in-more .jt2 {
    left: -50%;
    top: 150%;
    color: #fff;
}
.in-more:hover {
    color: #fff !important;
    background-color: #1686cc;
    border-color: #1686cc !important;
}
.in-more:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}
.in-more:hover .jt1 {
    top: -150%;
    left: 150%;
}
.in-more:hover .jt2 {
    left: 50%;
    top: 50%;
}
.main-swiper {
    width: 100%;
    height: 100vh;
}
.main-swiper > .swiper-wrapper > .swiper-slide, .main-swiper .main {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.main-swiper .com-tit .tiName {
    font-weight: normal;
}
.banner-swiper .swiper-slide {
    position: relative;
    overflow: hidden;
}
.banner-swiper .inner, .banner-swiper .img, .banner-swiper .img img {
    height: 100vh;
}
.banner-swiper .img img {
    object-fit: cover;
}
.banner-swiper .txt * {
    color: #fff;
}
.banner-swiper .txt h3 {
    margin-bottom: 20px;
}
.banner-swiper .txt p {
}
.banner-swiper .in-more {
    margin-top: 49px;
}
.banner-swiper .ban-sli2 .in-more {
    margin-left: auto;
    margin-right: auto;
}
.banner-swiper h3, .banner-swiper p, .banner-swiper .in-more {
    opacity: 0;
}
.banner-swiper .swiper-slide-active h3 {
    animation: fadeInUp 1s ease forwards;
}
.banner-swiper .swiper-slide-active p {
    animation: fadeInUp 1s ease forwards 0.2s;
}
.banner-swiper .swiper-slide-active .in-more {
    animation: fadeInUp 1s ease forwards 0.4s;
}
.yw-item {
    position: absolute;
}
.yw-item:nth-of-type(1) {
    right: 18.1%;
    top: 0;
}
.yw-item:nth-of-type(2) {
    right: -1.9%;
    top: 21%;
}
.yw-item:nth-of-type(3) {
    right: -35px;
    top: 50%;
    margin-top: -35px;
}
.yw-item:nth-of-type(4) {
    right: -1.9%;
    bottom: 21%;
}
.yw-item:nth-of-type(5) {
    right: 18.1%;
    bottom: 0;
}
.yw-item:nth-of-type(6) {
    right: 50%;
    bottom: -5%;
}
.yw-item .item {
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    color: #999999;
    line-height: 1.1;
}
.yw-item .info {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 70px;
    min-width: 233px;
    padding: 0 2% 0 98px;
    border-radius: 35px;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: -1;
}
.yw-item .info * {
    color: #1686cc;
    line-height: 1.1;
}
.yw-item:hover .info {
    opacity: 1;
    visibility: visible;
}
.firm {
    overflow: hidden;
}
.firm1 .com-tit {
    position: relative;
}
.firm1 .logoBg {
    top: -83px;
    width: 25.3vw;
}
.firm1 .firmR {
    width: 65.3%;
}
.firm1 .firmR .name {
    margin-bottom: 21px;
}
.firm1 .firmR .intro * {
    color: #666666;
    line-height: 2;
}
.num-item {
    line-height: 1;
}
.num-item:not(:last-of-type) {
    position: relative;
}
.num-item:not(:last-of-type)::before {
    content: '';
    position: absolute;
    right: -80%;
    bottom: 17%;
    width: 1px;
    height: 78px;
    background-color: #CCCCCC;
}
.num-item * {
    white-space: nowrap;
    line-height: 1;
}
.num-item p {
    color: #666666;
}
.num-item .num {
    font-weight: 100;
    color: #1686cc;
    letter-spacing: -7px;
}
.num-item .jh {
    color: #1686cc;
    margin-left: 5px;
}
.fixImg {
    position: relative;
    padding-bottom: 28.6%;
}
.history {
    background-size: cover;
    background-attachment: fixed;
}
.history .c1 {
    position: relative;
}
.lcT .swi-prev {
    left: 0;
}
.lcT .swi-btn {
    right: 0;
}
.hic-item .lc-imgs {
    width: 73.1%;
}
.hic-item .txt {
    margin-top: 23px;
}
.hic-item .txt * {
    font-size: inherit;
    font-weight: 500;
}
.hic-item .txt em {
    font-style: italic;
}
.hic-item .txt em * {
    font-style: italic;
}
.hic-item .txt strong, .hic-item .txt em {
    font-weight: bold;
}
.hic-item .txt strong *, .hic-item .txt em * {
    font-weight: bold;
}
.hisR {
    position: absolute;
    right: 0;
    top: 88px;
}
.lcB {
    position: relative;
}
.lcB::before {
    content: '';
    position: absolute;
    left: 0;
    top: 22px;
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
}
.hisB-swiper {
    padding-bottom: 70px;
}
.hisB-swiper .swiper-slide {
    position: relative;
    color: #999999;
    text-align: center;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.hisB-swiper .cir {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin: 0 auto;
}
.hisB-swiper .cir::before, .hisB-swiper .cir::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.hisB-swiper .cir::before {
    width: 20.5%;
    height: 20.5%;
    background: #1686cc;
}
.hisB-swiper .cir::after {
    width: 0;
    height: 0;
    border: 1px solid #1686cc;
    box-sizing: border-box;
    opacity: 0;
    visibility: visible;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.hisB-swiper .year {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    line-height: 1;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.hisB-swiper .swiper-slide-thumb-active .cir::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.hisB-swiper .swiper-slide-thumb-active .year {
    font-size: 40px;
    color: #1686cc;
}
.honor {
    position: relative;
    border-bottom: 20px solid #ECECEC;
}
.honor::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    height: 111px;
    background: linear-gradient(180deg, #666666 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.21;
}
.honorT .horTab li {
    width: 160px;
    height: 50px;
    line-height: 50px;
    color: #666666;
    border-radius: 31px;
    border: 1px solid #999999;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    margin-left: 28px;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.honorT .horTab li.active {
    color: #fff;
    border-color: #1686cc;
    background-color: #1686cc;
}
.honor-item {
    position: relative;
    display: none;
}
.honor-item .swi-prev {
    left: -100px;
}
.honor-item .swi-next {
    right: -100px;
}
.honor-item.select {
    display: block;
}
.honor-swiper .swiper-wrapper {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
}
.honor-swiper .swiper-slide {
    width: auto;
    max-width: 24.5%;
}
.honor-swiper .swiper-slide:not(:last-of-type) {
    margin-right: 40px;
}
.honor-swiper .img img {
    width: auto;
    max-height: 450px;
    object-fit: contain;
}
.hjT .pagiR {
    width: 28.5%;
}
.hjT .swi-pagi {
    position: relative;
}
.hjT .swi-pagi * {
    color: #E3E3E3;
    line-height: 1;
}
.hjT .swiper-pagination-current {
    color: #1686cc;
}
.hjT .lines {
    position: relative;
    width: 100%;
    height: 3px;
    background-color: #E3E3E3;
}
.hjT .lines .line {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #1686cc;
}
.hj-swiper .img {
    position: relative;
}
.hj-swiper .img::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 19.8%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.57) 100%);
    z-index: 2;
}
.hj-swiper .img img {
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.hj-swiper .txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5.6%;
    width: 100%;
    padding: 0 5%;
    z-index: 3;
}
.hj-swiper .txt * {
    color: #fff;
}
.hj-swiper .swiper-slide:hover img {
    transform: scale(1.04);
}
.busiT {
    margin-bottom: 86px;
}
.busiT .intro {
    width: 64%;
}
.busiT .intro .p1 {
    line-height: 1.4;
    margin-bottom: 36px;
}
.busiT .intro .p2 {
    line-height: 2;
}
.busiT .intro .p2 * {
    font-size: inherit;
    line-height: 2;
}
.zyyw-swiper .swiper-slide {
    width: 67.7%;
    padding: 0 1.3%;
}
.zyyw-swiper .swiper-slide:hover .img img {
    transform: scale(1.03);
}
.zyyw-swiper .img img {
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.zyyw-swiper .txt {
    position: relative;
    width: 60%;
    min-height: 250px;
    padding: 0 4.8% 0 3%;
    margin-left: auto;
    background-color: #1686cc;
    margin-top: -120px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: 2;
}
.zyyw-swiper .txt * {
    color: #fff;
}
.zyyw-swiper .applistL {
    width: 43.1%;
}
.zyyw-swiper .applistr {
    width: 56.9%;
}
.zyyw-swiper .applistr * {
}
.zyyw-swiper .swiper-slide-active .txt {
    margin-top: -153px;
    opacity: 1;
    visibility: visible;
}
.zyyw-swiper .swi-page {
    position: absolute;
    left: 29.2%;
    bottom: 23.6%;
}
.zyyw-swiper .swi-btn {
    position: relative;
    width: 46px;
    height: 46px;
    border-color: rgba(255, 255, 255, 0.3);
}
.zyyw-swiper .swi-btn::after {
    color: #fff;
}
.zyyw-swiper .swi-btn:hover {
    border-color: #1686cc;
}
.zyyw-swiper .swi-prev {
    left: auto;
    margin-right: 8px;
}
.zyyw-swiper .swi-next {
    right: auto;
}
.zyyw-swiper .swiper-pagination-progressbar {
    left: 29.3%;
    top: auto;
    bottom: 7.5%;
    width: 153px;
    height: 3px;
    background-color: #E3E3E3;
}
.zyyw-swiper .swiper-pagination-progressbar-fill {
    background-color: #1686cc;
}
.ad .com-tit {
    display: inline-block;
}
.ad-items {
    position: relative;
    padding: 114px 0 110px 0;
    box-shadow: 0 10px 30px 1px rgba(153, 153, 153, 0.2);
    overflow: hidden;
}
.ad-items .bg-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.ad-items .bg-img img {
    height: 100%;
    object-fit: cover;
}
.ad-items .ad-txt {
    position: relative;
    width: 50%;
    margin-left: auto;
    z-index: 2;
}
.ad-items .des {
    width: 76.1%;
    color: #666666;
    line-height: 1.4;
}
.ad-num {
    position: relative;
    width: 29%;
    padding-left: 27px;
    margin-top: 80px;
    box-sizing: border-box;
}
.ad-num:nth-of-type(3), .ad-num:nth-of-type(6) {
    width: 42%;
}
.ad-num::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 95%;
    background-color: #999999;
}
.ad-num::after {
    content: '';
    position: absolute;
    top: 15px;
    left: -1px;
    width: 3px;
    height: 15px;
    background-color: #1686cc;
}
.ad-num * {
    line-height: 1.3;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.ad-num .parameter {
    font-weight: bold;
    margin-bottom: 1px;
}
.ad-num .name {
}
.ad-num:hover * {
    color: #1686cc;
}
.resea-item {
    position: relative;
    height: 280px;
    background-color: #F9F9F9;
    cursor: pointer;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.resea-item:first-of-type {
    border-radius: 20px 20px 0 0;
}
.resea-item:last-of-type {
    border-radius: 0 0 20px 20px;
}
.resea-item .img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.resea-item .img img {
    height: 100%;
    object-fit: cover;
}
.resea-item .name, .resea-item .en {
    color: rgba(51, 51, 51, 0.2);
}
.resea-item .en, .resea-item .num {
}
.resea-item .name {
    font-weight: bold;
}
.resea-item .num {
    color: rgba(51, 51, 51, 0.15);
}
.resea-item .txt {
    width: 100%;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: 2;
}
.resea-item .txt1 {
    padding: 0 7.7% 0 5%;
}
.resea-item .txt2 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    padding: 6.67% 5% 6.5%;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
}
.resea-item .txt2 * {
    color: #fff;
    line-height: 1;
}
.resea-item.active {
    height: 33.9vw;
    border-radius: 20px;
    overflow: hidden;
}
.resea-item.active .img, .resea-item.active .txt2 {
    opacity: 1;
    visibility: visible;
}
.resea-item.active .txt1 {
    opacity: 0;
    visibility: hidden;
}
.deve-tit {
    font-weight: 600;
}
.deve-des {
    line-height: 1.6;
    font-weight: 200;
}
.deve-des * {
    line-height: 1.6;
}
.mainc .des1 {
    width: 84.4%;
    font-weight: 200;
}
.mainc .des1 {
    margin: 27px auto 0;
}
.mainc .in-more {
    color: #fff;
    background-color: #1686cc;
    border: none;
    margin: 55px auto 0;
}
.mainc-item {
    position: relative;
    height: 480px;
    flex: 1;
    background-color: #F9F9F9;
    border-radius: 15px;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.mainc-item:not(:last-of-type) {
    margin-right: 1.3%;
}
.mainc-item .icon {
    width: 140px;
    height: 140px;
    margin: 0 auto;
}
.mainc-item .txt1 {
    padding-top: 23.1%;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.mainc-item .txt1 .name {
}
.mainc-item .txt2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 5.4% 9.5% 0;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.mainc-item .txt2 .name {
    position: relative;
    font-weight: 600;
    padding-bottom: 30px;
    margin-bottom: 26px;
    border-bottom: 1px solid #CCCCCC;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.mainc-item .txt2 .name::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 33.3%;
    height: 3px;
    background-color: #fff;
}
.mainc-item .txt2 .intro {
    color: #666666;
    line-height: 2;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.mainc-item.active {
    flex: 2.06;
    background-color: #079042;
}
.mainc-item.active .txt1 {
    opacity: 0;
    visibility: hidden;
}
.mainc-item.active .txt2 {
    opacity: 1;
    visibility: visible;
}
.mainc-item.active .txt2 .name {
    color: #fff;
}
.mainc-item.active .txt2 .intro {
    color: #fff;
}
.mainc-item.active .txt2 {
    padding-top: 11.4%;
}
.promise {
    background-size: cover;
    background-attachment: fixed;
}
.promise * {
    color: #fff;
}
.promise .deve-des {
    width: 82.2%;
    margin: 29px auto 0;
}
.promise .cn-wrap {
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
}
.promise .cn-lay {
    position: relative;
}
.promise .cn-lay::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(153, 153, 153, 0.2);
    filter: blur(30px);
    box-shadow: 0px 10px 30px 1px rgba(153, 153, 153, 0.2);
    z-index: 1;
}
.promise .cnL {
    position: relative;
    width: 370px;
    padding: 58px 10px 58px 80px;
}
.promise .cnL ul {
    position: relative;
    z-index: 2;
}
.promise .cnL li {
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.4;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.promise .cnL li span {
    color: rgba(255, 255, 255, 0.45);
    margin-right: 6.6%;
}
.promise .cnL li:not(:last-of-type) {
    margin-bottom: 34px;
}
.promise .cnL li.active {
    color: #fff;
    font-weight: bold;
}
.promise .cnL li.active span {
    color: #fff;
    font-weight: bold;
}
.promise .cnR {
    width: calc(98% - 370px);
    min-height: 400px;
    margin-left: 2%;
}
.promise .cn-item {
    position: relative;
    padding: 0 14.8% 0 10.9%;
    display: none;
    z-index: 2;
}
.promise .cn-item.select {
    display: block;
}
.promise .cn-item .en {
    text-transform: uppercase;
}
.promise .cn-item .intro {
    margin-top: 45px;
}
.promise .cn-item .intro * {
    font-size: inherit;
    line-height: 2;
}
.community {
    background-color: #F9F9F9;
}
.deve-page .swi-btn {
    position: relative;
}
.deve-page .swi-prev {
    left: auto;
    margin-right: 22px;
}
.deve-page .swi-next {
    right: auto;
}
.sharing {
    position: relative;
}
.share-swiper {
    height: 480px;
}
.share-swiper .swiper-slide {
    height: calc((100% - 45px) / 2);
    padding: 33px 30px;
    background-color: #fff;
}
.share-swiper .tit {
    width: 64.1%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}
.share-swiper .date {
    position: relative;
    padding-left: 13px;
}
.share-swiper .date::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 90%;
    background-color: #CCCCCC;
    opacity: 0.55;
}
.share-swiper .date * {
    line-height: 1;
}
.share-swiper .day {
    color: #666666;
}
.share-swiper .year {
    color: #999999;
}
.share-swiper .online {
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 31px;
    text-align: center;
    color: #666666;
    border: 1px solid #999999;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.share-swiper .online:hover {
    color: #fff;
    background-color: #1686cc;
    border-color: #fff;
}
.share-swiper .download {
    color: #666666;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.share-swiper .download i {
    font-size: 20px;
    color: #999999;
    margin-left: 10px;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.share-swiper .download:hover {
    color: #1686cc;
}
.share-swiper .download:hover i {
    color: #1686cc;
}
.mask-pop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: 999;
}
.mask-pop .mask-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70vw;
    background-color: #fff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    z-index: 2;
}
.mask-pop .closed {
    position: absolute;
    right: -10%;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.mask-pop .closed i {
    font-size: 14px;
    color: #fff;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.mask-pop .closed:hover {
    background-color: #1686cc;
    border-color: #1686cc;
    transform: rotate(360deg);
}
.mask-pop .closed:hover i {
    color: #fff;
}
.mask-pop .onlinePdf {
    width: 100%;
}
.mask-pop .onlinePdf embed, .mask-pop .onlinePdf iframe {
    width: 100%;
    height: calc(100vh - 120px);
}
.mask-pop.active {
    opacity: 1;
    visibility: visible;
}
body.hide {
    overflow: hidden;
}
.soci-tab li {
    padding: 14px 35px;
    border-radius: 31px;
    color: #666666;
    border: 1px solid rgba(153, 153, 153, 0.45);
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    cursor: pointer;
}
.soci-tab li:not(:last-of-type) {
    margin-right: 31px;
}
.soci-tab li.active {
    color: #fff;
    background-color: #1686cc;
    border-color: #fff;
}
.social-item {
    display: none;
}
.social-item.select {
    display: block;
}
.social-swiper {
    height: 820px;
}
.social-swiper .img {
    display: block;
    overflow: hidden;
}
.social-swiper .img img {
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.social-swiper p {
    margin-top: 25px;
    padding-bottom: 27px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.social-swiper .swiper-slide {
    height: calc((100% - 20px) / 2);
    overflow: hidden;
}
.social-swiper .swiper-slide:hover .img img {
    transform: scale(1.04);
}
.news-item {
    display: block;
    border-bottom: 1px solid #CCCCCC;
}
.news-item:nth-of-type(2n) {
    background-color: #fff;
}
.news-item .pic {
    width: 25.3%;
}
.news-item .img {
    position: relative;
    padding-bottom: 65.8%;
}
.news-item .img img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news-item .newsR {
    width: 65.4%;
    padding-top: 14px;
    margin-left: 9.3%;
}
.news-item .txt1 {
    width: 43.5%;
}
.news-item .txt2 {
    width: 37.1%;
    margin-left: 19.4%;
}
.news-item .date {
    color: #999999;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.news-item .name {
    margin-top: 15px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.news-item .des {
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.news-item .more {
    color: #666666;
    margin-top: 78px;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.news-item .more .icon {
    position: relative;
    width: 13px;
    height: 13px;
    margin-right: 10px;
    overflow: hidden;
}
.news-item .more i {
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 13px;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.news-item .more .jt1 {
    left: 50%;
    top: 50%;
    color: #666666;
}
.news-item .more .jt2 {
    left: -50%;
    top: 150%;
    color: #1686cc;
}
.news-item:hover .img img {
    transform: scale(1.04);
}
.news-item:hover .date, .news-item:hover .name, .news-item:hover .more {
    color: #1686cc;
}
.news-item:hover .more .jt1 {
    top: -150%;
    left: 150%;
}
.news-item:hover .more .jt2 {
    left: 50%;
    top: 50%;
}
.noticle-item {
    position: relative;
    width: 48%;
    margin-right: 4%;
    padding: 35px 8.9% 34px 2.7%;
    background-color: #fff;
    margin-bottom: 50px;
    box-sizing: border-box;
}
.noticle-item:nth-of-type(2n) {
    margin-right: 0;
}
.noticle-item::before, .noticle-item::after {
    content: '';
    position: absolute;
    left: 0;
    width: 5px;
}
.noticle-item::before {
    top: 0;
    height: 100%;
    background-color: #D2D2D2;
}
.noticle-item::after {
    height: 0;
    bottom: 0;
    background-color: #1686cc;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.noticle-item .name {
    height: 66px;
    line-height: 1.5;
    margin-bottom: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.noticle-item .date {
    color: #999999;
}
.noticle-item:hover::after {
    top: 0;
    bottom: auto;
    height: 100%;
}
.noticle-item:hover .name {
    color: #1686cc;
}
.inner-img.xw-ban::after {
    display: none;
}
.inner-img.xw-ban .img {
    height: 20.83vw;
}
.position {
}
.position * {
    color: #999999;
}
.position i {
    margin-right: 16px;
}
.position a {
    font-size: 16px;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.position a:not(:last-of-type) {
    position: relative;
    margin-right: 25px;
}
.position a:not(:last-of-type)::after {
    content: '>';
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
    color: #999999;
}
.position a:hover {
    color: #1686cc;
}
.infoList .prinfo {
    background-color: #fff;
}
.infoList .tit {
    line-height: 1.6;
    margin-bottom: 22px;
}
.infoList .items span {
    color: #999999;
}
.infoList .items span i {
    font-size: 20px;
    color: #999999;
    margin-right: 5px;
}
.infoList .items .view {
    margin-right: 18px;
}
.infoList .info * {
    font-size: inherit;
    color: #999999;
}
.infoList .info em {
    font-style: italic;
}
.infoList .info em * {
    font-style: italic;
}
.infoList .info strong, .infoList .info em {
    font-weight: bold;
}
.infoList .info strong *, .infoList .info em * {
    font-weight: bold;
}
.infoList .info ol, .infoList .info ul, .infoList .info li {
    list-style: disc;
}
.infoList .info img {
    display: inline;
    width: auto;
    max-width: 100% !important;
    height: auto !important;
}
.infoList .page * {
    color: #999999;
}
.infoList .page a {
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.infoList .page a:hover {
    color: #1686cc;
}
.infoList .page .prev, .infoList .page .next {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.infoList .page .prev {
    margin-bottom: 23px;
}
.prinfol {
    width: 76.8%;
    border-right: 1px solid #E3E3E3;
}
.prinfol .prnt, .prinfol .prnb {
    padding: 0 5.9%;
}
.prinfol .prnb .info {
    line-height: 2.2rem;
    text-indent: 2em
}
.prinfol .prnb .info p {
    margin-bottom: 1.2rem;
}
.prinfol .prnb .info img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.prinfol .prnb .info table {
    color: #2f2f2f;
    width: 100%;
}
.prinfol .prnb .info table tr:first-child {
    background: #fff;
    color: #2f2f2f;
}
.prinfol .prnb .info table {
    border-top: 1pt solid rgba(135,156,180,0.4);
    border-left: 1pt solid rgba(135,156,180,0.4);
    margin: 0 auto;
}
.prinfol .prnb .info td {
    font-size: 14px;
    padding: 5px;
    text-align: center;
    border-right: 1pt solid rgba(135,156,180,0.4);
    border-bottom: 1pt solid rgba(135,156,180,0.4);
    line-height: 2.75;
    text-indent: 0em
}
.prinfol .prnb .info tr:nth-of-type(odd) {
    background: #fff;
}
.prinfol .prnb .info tr:hover {
    background: #1686cc;
    color: #fff;
}
.prinfol .prnb .info table {
    color: #2f2f2f;
    width: 100%;
}
.prinfol .prnb .info table tr:first-child {
    background: #fff;
    color: #2f2f2f;
}
.prinfol .prnb .info table {
    border-top: 1pt solid rgba(135,156,180,0.4);
    border-left: 1pt solid rgba(135,156,180,0.4);
    margin: 0 auto;
    margin-bottom: 30px;
}
.prinfol .prnb .info td {
    font-size: 14px;
    padding: 5px;
    text-align: center;
    border-right: 1pt solid rgba(135,156,180,0.4);
    border-bottom: 1pt solid rgba(135,156,180,0.4);
    line-height: 2.75;
    text-indent: 0em
}
.prinfol .prnb .info tr:nth-of-type(odd) {
    background: #fff;
}
.prinfol .prnb .info tr:hover {
    background: #1686cc;
    color: #fff;
}
.prinfol .prnt {
    padding-bottom: 49px;
    border-bottom: 1px solid #E3E3E3;
}
.prinfor {
    width: 23.2%;
    padding-left: 3.5%;
    padding-right: 5.5%;
}
.prinfor .recom-item {
    display: block;
    margin-bottom: 54px;
}
.prinfor .recom-item .img {
    border-radius: 0px;
    overflow: hidden;
}
.prinfor .recom-item .img img {
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.prinfor .recom-item p {
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.prinfor .recom-item .rdate {
    color: #999999;
}
.prinfor .recom-item:hover img {
    transform: scale(1.04);
}
.prinfor .recom-item:hover p {
    color: #1686cc;
}
.ctb-ul li {
    color: #d4d6d8;
    text-transform: uppercase;
    margin-left: 90px;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.job-items {
    display: none;
}
.job-items.select {
    display: block;
}
.job-item .jobT {
    padding: 49px 0 45px;
    border-bottom: 1px solid #CCCCCC;
    cursor: pointer;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.job-item .jobT .icon {
    position: relative;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 0px solid #CCCCCC;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.job-item .jobT .icon i {
    color: #CCCCCC;
    font-size: 12px;
    transform: translate(-50%, -50%) rotate(180deg) scale(0.6);
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.job-item .jobB {
    display: none;
    margin-top: 60px;
}
.job-item .jobB .item:not(:last-of-type) {
    margin-bottom: 39px;
}
.job-item .jobB h3 {
    font-weight: bold;
}
.job-item .jobB .intro {
    margin-top: 17px;
}
.job-item .jobB .intro * {
    line-height: 2;
    color: #666666;
}
.job-item .deliver {
    display: inline-block;
    padding: 14px 37px;
    color: #fff;
    background-color: #1686cc;
    margin-top: 80px;
}
.job-item .deliver:not(:last-of-type) {
    margin-right: 15px;
}
.job-item .deliver .icon {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 10px;
    overflow: hidden;
}
.job-item .deliver i {
    position: absolute;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 12px;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.job-item .deliver .jt1 {
    left: 50%;
    top: 50%;
}
.job-item .deliver .jt2 {
    left: -50%;
    top: 150%;
}
.job-item .deliver:hover .jt1 {
    top: -150%;
    left: 150%;
}
.job-item .deliver:hover .jt2 {
    left: 50%;
    top: 50%;
}
.job-item.cur {
    background-color: #fff;
}
.job-item.cur .jobT .icon {
 background-color:;
 border-color:;
}
.job-item.cur .jobT .icon i {
    color: #fff;
    transform: translate(-50%, -50%) scale(0.6);
}
.job-item.cur .jobB {
    display: block;
}
.job-load .loading, .job-load .noMore {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    line-height: 80px;
    background-color: #ECECEC;
}
.wel-wrap {
    position: relative;
}
.wel-wrap .swi-btn {
    background-color: #fff;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 3px 6px 1px rgba(170, 170, 170, 0.2);
}
.wel-wrap .swi-btn::after {
    font-weight: bold;
    color: #666666;
}
.wel-wrap .swi-btn:hover {
    background-color: #1686cc;
}
.wel-wrap .swi-btn:hover::after {
    color: #fff;
}
.wel-wrap .swi-prev {
    left: -109px;
}
.wel-wrap .swi-next {
    right: -109px;
}
.welfare-swiper .swiper-slide {
    height: 420px;
    background-color: #fff;
    box-shadow: 0px 20px 30px 1px rgba(170, 170, 170, 0.2);
    padding: 55px 2.7% 0;
}
.welfare-swiper .swiper-slide:hover i {
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: move 0.5s 1;
    animation: move 0.5s 1;
}
.welfare-swiper .icon {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 38px;
    background: linear-gradient(220deg, rgba(255, 255, 255, 0) 0%, rgba(58, 169, 225, 0.5) 180%);
    z-index: 2;
}
.welfare-swiper .icon i {
    font-size: 29px;
    color: #1686cc;
}
.welfare-swiper .icon::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 137.5%;
    height: 137.5%;
    border-radius: 50%;
    background: linear-gradient(220deg, rgba(255, 255, 255, 0) 0%, rgba(58, 169, 225, 0.5) 180%);
    opacity: 0.2;
    z-index: -1;
}
.welfare-swiper .name {
    color: #1686cc;
    margin-bottom: 23px;
}
.welfare-swiper .des {
    color: #666666;
}
.onlineL {
    width: 65.3%;
}
.ly-item {
    width: 46.9%;
}
.ly-item label {
    font-weight: bold;
}
.ly-item input, .ly-item textarea {
    display: block;
    font-family: 'AlibabaPuHuiTi';
    width: 100%;
    color: #E3E3E3;
    margin-top: 10px;
    border-radius: 0;
    border-bottom: 1px solid #CCCCCC;
}
.ly-item input::placeholder, .ly-item textarea::placeholder {
 color: #E3E3E3;
}
.ly-item input::-webkit-input-placeholder, .ly-item textarea::-webkit-input-placeholder {
 color: #E3E3E3;
}
.ly-item input:-moz-placeholder, .ly-item textarea:-moz-placeholder {
 color: #E3E3E3;
 opacity: 1;
}
.ly-item input::-moz-placeholder, .ly-item textarea::-moz-placeholder {
 color: #E3E3E3;
 opacity: 1;
}
.ly-item input:-ms-input-placeholder, .ly-item textarea:-ms-input-placeholder {
 color: #E3E3E3;
}
.ly-item input {
    height: 35px;
    padding-bottom: 41px;
}
.ly-item textarea {
    height: 76px;
    background-color: transparent;
    resize: none;
    outline: none;
}
.ly-item .submit {
    display: inline-block;
    font-weight: 500;
    color: #CCCCCC;
    margin-top: 10px;
}
.ly-item .submit i {
    display: inline-block;
    font-size: 18px;
    color: #CCCCCC;
    transform: rotate(45deg);
    margin-left: 20px;
}
.lyB {
    padding-bottom: 41px;
    border-bottom: 1px solid #CCCCCC;
}
.onlineR {
    width: 30%;
    margin-top: -33px;
}
.contacts-wrap {
    position: relative;
}
.contacts {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3.1%;
    max-width: 50%;
    background-color: #fff;
    box-shadow: 0px 10px 30px 1px rgba(153, 153, 153, 0.2);
    border-top: 5px solid #1686cc;
    padding: 51px 3.7% 48px;
}
.map {
    width: 100%;
    height: 45em;
}
.contacts .name {
    position: relative;
    padding-bottom: 31px;
}
.contacts .name::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 83.5%;
    height: 1px;
    background-color: #E3E3E3;
}
.contacts .item {
    margin-top: 30px;
}
.contacts .item span {
    color: #666666;
}
.contacts .tel p {
    font-weight: bold;
}
.contacts .place a {
}
.jobT b {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    display: block;
    width: 25px;
    height: 25px;
    transition: 0.38s;
}
.jobT b:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #333333;
    position: absolute;
    right: 0;
    top: 11px;
    transition: 0.35s;
}
.jobT b:after {
    content: "";
    width: 3px;
    height: 100%;
    background: #333333;
    position: absolute;
    top: 0;
    left: 11px;
    transition: 0.35s;
}
.jobT:hover, ..jobT.active {
 border-color: #1686cc;
}
.jobT:hover span, ..jobT.active span {
 color: #1686cc;
}
.jobT:hover b {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.jobT:hover b:before, .jobT:hover b:after, .jobT.active b:before, .jobT.active b:after {
    background: #1686cc;
}
.jobT.active b:after {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}
.company-list li {
    float: left;
    display: inline-block;
    width: 25%;
    overflow: hidden;
}
.company-list img {
    width: 90%;
    overflow: hidden;
}
.company-list .txt {
    left: 0;
    bottom: 0;
    padding: 18px 5%;
    width: 90%;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.imgw {
    width: 100%;
    display: block;
}
.img-pbox {
    position: relative;
    overflow: hidden;
    height: 408px;
}
.img-pbox .item {
    position: absolute;
    height: 100%;
    top: 0;
    -webkit-transition: all .5s cubic-bezier(.02, .01, .47, 1) 0s;
    -webkit-transition: all .5s cubic-bezier(.02, .01, .47, 1) 0s;
}
.img-pbox .img-wrap {
    height: 408px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.img-pbox .item1 {
    left: 0;
    right: 66.66%;
}
.img-pbox .item2 {
    left: 33.33%;
    right: 33.33%;
}
.img-pbox .item3 {
    left: 66.66%;
    right: 0%;
}
.img-pbox .item .txt {
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 5%;
    color: #fff;
}

@media only screen and (max-width: 1366px) {
.img-pbox {
    height: 340px;
}
.img-pbox .img-wrap {
    height: 340px;
}
}

@media only screen and (max-width: 1024px) {
.img-pbox {
    height: 300px;
}
.img-pbox .img-wrap {
    height: 300px;
}
}

@media only screen and (max-width: 800px) {
.img-pbox {
    height: 240px;
}
.img-pbox .img-wrap {
    height: 240px;
}
}

@media only screen and (max-width: 640px) {
.img-pbox {
    height: auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.img-pbox .item {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    float: none;
    display: block;
    width: 100%;
}
.img-pbox .img-wrap {
    height: auto;
    padding-bottom: 70%;
}
}
.list {
    font-size: 0
}
.list>li {
    display: inline-block;
    vertical-align: top
}
.list-default {
    margin-right: -35px;
    margin-left: -35px
}
.list-default .list-item {
    margin-right: 35px;
    margin-top: 45px;
    margin-left: 35px
}
.list-1>li {
    width: 100%
}
.list-2>li {
    width: 50%
}
.list-3>li {
    width: 33.3333%
}
.list-4>li {
    width: 25%
}
.list-5>li {
    width: 20%
}

@media (max-width: 1680px) {
.list-default {
    margin-right: -25px;
    margin-left: -25px
}
.list-default .list-item {
    margin-right: 25px;
    margin-left: 25px
}
}

@media (max-width: 1440px) {
.list-default {
    margin-right: -20px;
    margin-left: -20px
}
.list-default .list-item {
    margin-right: 20px;
    margin-left: 20px
}
}

@media (max-width: 768px) {
.list-default {
    margin-right: -10px;
    margin-left: -10px
}
.list-default .list-item {
    margin-right: 10px;
    margin-left: 10px
}
}
.list-honor>li:nth-of-type(n+4) {
    margin-top: 30px
}
.honor-item {
    padding: 40px;
    background-color: #f3f3f3;
    display: block
}
.honor-item-img::before {
    padding-top: 69.5%
}
.honor-item-img img {
    filter: grayscale(100)
}
.honor-item-img.cert::before {
    padding-top: 140%
}
.honor-item-top {
    position: relative
}
.honor-item-zoom {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    line-height: 1.5;
    color: #717478
}
.honor-item-title {
    margin-right: 100px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    color: #313133;
    height: 3em
}
.honor-item-title span {
    display: block
}

@media (min-width: 1025px) {
.honor-item:hover {
    background-color: #1886cc
}
.honor-item:hover .honor-item-title, .honor-item:hover .honor-item-zoom {
    color: #fff
}
.honor-item:hover .honor-item-img img {
    filter: grayscale(0)
}
}

@media (max-width: 1680px) {
.honor-item-title {
    font-size: 20px;
    margin-right: 80px
}
.honor-item-zoom {
    font-size: 20px
}
.list-honor>li:nth-of-type(n+4) {
    margin-top: 30px
}
}

@media (max-width: 1440px) {
.honor-item {
    padding: 30px
}
.list-honor>li:nth-of-type(n+4) {
    margin-top: 30px
}
}

@media (max-width: 1280px) {
.honor-item-title {
    font-size: 18px;
    margin-right: 60px
}
.honor-item-zoom {
    font-size: 18px
}
.list-honor>li:nth-of-type(n+4) {
    margin-top: 30px
}
}

@media (max-width: 1024px) {
.honor-item {
    padding: 20px
}
.honor-item-title {
    font-size: 16px;
    margin-right: 0px;
}
.honor-item-zoom {
    font-size: 16px
}
.honor-item-img {
    margin-top: 20px
}
.list-honor>li {
    width: 50%
}
.list-honor>li:nth-of-type(n+3) {
    margin-top: 30px
}
}

@media (max-width: 768px) {
.list-honor>li:nth-of-type(n+3) {
    margin-top: 20px
}
}

@media (max-width: 480px) {
.honor-item-title {
    height: auto
}
.list-honor>li {
    width: 100%
}
.list-honor>li:nth-of-type(n+2) {
    margin-top: 20px
}
}
.pitem {
    display: block;
    font-size: 0
}
.pitem-img::before {
    padding-top: 63.28125%
}
.pitem-intro {
    padding-bottom: 7px;
    padding-top: 4px;
    position: relative;
    border-bottom: 0px solid rgba(135,156,180,0.4)
}
.pitem-title {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: #313133;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pitem-title-en {
    margin-top: 4px;
    position: absolute;
    top: .75em;
    right: 0;
    font: 300 20px/1 "inherit";
    color: #717478
}
.pitem-title-en>span {
    display: inline-block;
    vertical-align: top;
    margin-left: .5em
}
.pitem-desc {
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 2;
    color: #717478;
    font-weight: 300;
    letter-spacing: 0.03em
}
.psubcate>span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 1;
    margin-right: 3em;
    letter-spacing: 0.03em;
    color: #717478;
    font-weight: 400;
    cursor: pointer
}
.psubcate>span::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1.5em;
    width: 1px;
    background-color: rgba(135,156,180,0.4);
    pointer-events: none
}
.psubcate>span.current {
    color: #313133;
    font-weight: 400
}
.psubcate>span:last-of-type {
    margin-right: 0
}
.psubcate>span:last-of-type::after {
    display: none
}

@media (max-width: 1680px) {
.promenu-item, .pitem-title {
    font-size: 28px
}
.list-products>li:nth-of-type(n+4) {
    margin-top: 50px
}
}

@media (max-width: 1440px) {
.promenu-item, .pitem-title {
    font-size: 24px
}
.pitem-title-en {
    top: .5em
}
.list-products>li:nth-of-type(n+4) {
    margin-top: 40px
}
}

@media (max-width: 1280px) {
.promenu-item, .pitem-title {
    font-size: 20px
}
.pitem-title-en {
    font-size: 16px;
    top: .65em
}
.psubcate>span {
    font-size: 16px
}
}

@media (max-width: 1024px) {
.promenu-item, .pitem-title {
    font-size: 18px
}
.list-products>li:nth-of-type(n+4) {
    margin-top: 20px
}
.pitem-desc {
    width: auto;
    font-size: 14px
}
.pitem-bottom {
    margin-top: 10px;
    padding-bottom: 20px
}
}

@media (max-width: 768px) {
.pitem-intro {
    margin-top: 10px
}
.promenu-item, .pitem-title {
    font-size: 16px
}
.list-products>li:nth-of-type(n+4) {
    margin-top: 10px
}
}

@media (max-width: 640px) {
.promenu-item, .pitem-title {
    font-size: 14px
}
.pitem-title-en {
    font-size: 14px;
    top: .5em
}
.list-products>li {
    width: 100%
}
.list-products>li:nth-of-type(n+4) {
    margin-top: 10px
}
.pitem-title {
    margin-right: 0
}
.psubcate>span {
    font-size: 14px
}
}
.img-anim {
    overflow: hidden
}
.img-anim>img {
    -webkit-transition: transform .75s;
    transition: transform .75s
}

@media (min-width: 1025px) {
.img-anim-box:hover .img-anim>img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}
}
.e-back {
    padding-top: 35px;
    height: 36px;
    text-align: center;
    margin: 0 auto;
}
.e-back a {
    display: inline-block;
    border: 1px solid #1686cc;
    padding: 0px 30px;
    background: #1686cc;
    color: #fff;
margin:0 10pxfont-size: 14px;
    text-transform: uppercase;
    line-height: 36px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    margin: 0 10px;
    text-decoration: none
}
.e-back a:hover {
    background: none;
    color: #1686cc;
}
.e-back span.disabled {
    background: #1686cc;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    padding: 0px 30px;
    line-height: 36px;
    margin: 0 10px;
    cursor: default;
    opacity: 0.3;
}
.e-back a.disabled:hover {
    background: #e5e5e5;
    color: #fff;
}
.e-back a.disabled {
    cursor: default;
    opacity: 0.5;
}
.e-back a.disabled:hover {
    background: #e5e5e5;
    color: #fff;
}
