@font-face {
    font-family: 'NewsGothicBT';
    src: url(../fonts/NewsGothicBT.woff2);
}

@font-face {
    font-family: 'NewsGothicBT_bold';
    src: url(../fonts/NewsGothicBT_bold.woff2);
}

/* @font-face {
    font-family: "Source Han Sans CN";
    src: url(../fonts/Source-Han-Sans-CN-Regular.woff2);
}

@font-face {
    font-family: "阿里巴巴普惠体";
    src: url(../fonts/Alibaba-PuHuiTi-Bold.woff2);
} 

@font-face {
    font-family: "Canela";
    src: url(../fonts/canela.woff2);
} */

*,
::before,
::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    font-family: "Source Han Sans CN", 'Microsoft YaHei', 'PingFang HK', sans-serif;
    color: #333;
    background-color: #f7f7f7;
}

ul,
ol,
dl,
li {
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
}

a {
    color: #333;
    outline: none;
    text-decoration: none;
}

input,
a,
img,
select,
textarea {
    border: 0;
    resize: none;
    outline: none;
    outline: none;
    /*清除移动浏览默认的样式*/
    -webkit-appearance: none;
}

/*清除浮动*/

.clearfix::after,
.clearfix::before {
    content: ".";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.inner {
    width: 80%;
    margin: 0 auto;
    max-width: 1400px;
}

.innerPad {
    padding: 0 5%;
}

.indMore {
    position: relative;
}

.indMore .more {
    cursor: pointer;
    display: block;
    border: 1px solid #eee;
    width: 208px;
    margin: 20px 0;
    padding: 12px;
    text-align: center;
    font-size: 14px;
    transition: all 0.48s;
}

.indMore.hover .more:hover {
    background: #0f589d;
    color: #fff;
}

.mobile {
    display: none;
}

/* 动画效果 */
.wgt-fade-animate {
    transform: scale(0.6) translateY(50px);
    opacity: 0;
}

.appear {
    -webkit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

@-webkit-keyframes opacity_show {
    0% {
        transform: scale(0.6) translateY(50px);
        opacity: .1;
    }

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

@-webkit-keyframes opacity_show {
    0% {
        transform: scale(0.6);
        transform: translateY(50px);
        opacity: .1;
    }

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

@keyframes opacity_show {
    0% {
        transform: scale(0.6);
        transform: translateY(50px);
        opacity: .1;
    }

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

/* ========================================================================================
    common
=========================================================================================== */
/* indTit */
.indTit {
    position: relative;
    margin-bottom: 72px;
    z-index: 11;
}

.indTit b {
    font-size: 68px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    z-index: -1;
    text-transform: uppercase;
    opacity: 0.05;
    color: #0f589d;
}

.indTit span {
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
    color: #0f589d;
    font-family: "阿里巴巴普惠体";
    letter-spacing: 1px;
}

.indTit i {
    background: #fff;
    width: 108px;
    height: 5px;
    display: block;
    margin: 21px 0;
    position: relative;
}

.indTit i::before,
.indTit i::after {
    content: "";
    position: absolute;
    top: 0;
    width: 33.33%;
    height: 100%;
}

.indTit i::before {
    left: 0;
    background: #a3d43f;
}

.indTit i::after {
    right: 0;
    background: #0f589d;
}

.indTit p {
    font-size: 26px;
    font-weight: 600;
}
.indTit .text{
    font-size: 18px;
    font-weight: normal;
    max-width: 1100px;
    margin: auto;
}
.indTit h6 {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    color: #787878;
    margin-top: 14px;
    letter-spacing: 1px;
}

.indTit_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.indTit.center {
    text-align: center;
}

.indTit.center i {
    margin: 21px auto;
}

.indTit.white b,
.indTit.white span,
.indTit.white p,
.abCulture .indTit span {
    color: #FFF;
}

/* indMore */
.tmkMore {
    position: relative;
}



.tmkMore.center {
    text-align: center;
}

.white .indMore {
    color: #fff;
}

.tmkMore .indMore {
    margin-top: 48px;
    display: inline-block;
    padding: 10px 34px;
    border: 1px solid #0f589d;
    position: relative;
    z-index: 11;
}

.tmkMore .indMore:hover {
    -webkit-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
}

.tmkMore.sm .indMore {
    padding: 7px 24px;
    font-size: 12px;
    font-weight: 300;
}


.indMore {
    cursor: pointer;
    margin-top: 12px;
    display: block;
    transition: all 0.48s;
    color: #0f589d;
}

.indMore::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #0f589d;
    z-index: -1;
    transition: all 0.8s;
}

.indMore_w {
    display: none;
}

.indMore:not(.none):hover {
    color: #Fff;
}

.indMore:not(.none):hover img {
    display: none;
}

.indMore:not(.none):hover .indMore_w {
    display: inline-block;
}

.indMore:not(.none):hover::before {
    height: 100%;
}

.indMore img {
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 6px;
    width: 18px;
}


/*  */
.innerBan {
    position: relative;
}

.innerBan>img {
    width: 100%;
    height: 50vh;
    -o-object-fit: cover;
    object-fit: cover;
}
.innerBan>video {
	display: block;
    width: 100%;
    height: 78vh;
    -o-object-fit: cover;
    object-fit: cover;
}
.innerBan::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0f589d;
    opacity: 0;
}

.innerBan_txt {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
}

.innerBan_txt span {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 24px;
    text-transform: uppercase;
    color: #fff;
    display: block;
}

.innerBan_txt p {
    font-size: 60px;
    line-height: 1;
    color: #fff;
    letter-spacing: 4px;
    position: relative;
}

.innerBan_txt i {
    width: 30px;
    height: 4px;
    display: inline-block;
    background: #fff;
    margin-top: 32px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

/*.innerBan_txt a {
    margin-top: 38px;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, .5);
    display: block;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

 .innerBan_txt a img {
    animation: scroll 1s ease infinite;
    -webkit-animation: scroll 1s ease infinite;
}

@-moz-keyframes scroll {
    0% {
        transform: translate(0, -10px);
        opacity: 0;
    }

    100% {
        transform: translate(0, 5px);
        opacity: 1;
    }
}

@-webkit-keyframes scroll {
    0% {
        transform: translate(0, -10px);
        opacity: 0;
    }

    100% {
        transform: translate(0, 5px);
        opacity: 1;
    }
}

@keyframes scroll {
    0% {
        transform: translate(0, -10px);
        opacity: 0;
    }

    100% {
        transform: translate(0, 5px);
        opacity: 1;
    }
} */

/* 页码 */

.page_box {
    width: 100%;
    max-width: 75em;
    padding-left: 16px;
    padding-right: 16px;
    margin: auto;
    position: relative;
    text-align: center;
}

.page_box a,
.page_box span {
    padding: 7px 12px;
    margin: 0 2px;
    border-radius: 5px;
    color: #636973;
    font-size: 16px;
    display: inline-block;
}

.page_item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.page_link {

    text-decoration: none;
    border: 1px solid #999;
}

.page_link.active {
    color: #fff;
    background: #0f589d;
    border: 1px solid #0f589d;

}

.page_link:hover {
    border: 1px solid #0f589d;
}

/* 返回 */
.znList_btn {
    padding: 48px 0;
    border-top: 1px solid #eeeeee;
}

.znList_btn .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
}

.znList_btn a {
    display: block;
    width: 145px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #0f589d;
    color: #0f589d;
}

.znList_btn a:hover {
    -webkit-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
}

.znList_btn a:nth-child(2) {
    color: #fff;
    background: #0f589d;
}

/* ========================================================================================
    header
=========================================================================================== */
.tmkHead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 14px 0;
    transition: all 1s;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgb(0 0 0 / 30%);
}



.tmkHead>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.tmkHead_logo {
    display: inline-block;
    height: 60px;
    transition: all 0.48s;
}

.tmkHead_logo a {
    display: block;
    height: 100%;
}

.tmkHead_logo img {
    height: 100%;
    display: block;
    transition: all 1s;
}

.tmkHead_logo .tmkHead_logo_img2 {
    display: none;
}

.tmkHead_nav ul {
    display: inline-block;
}

.tmkHead_nav li {
    display: inline-block;
    padding-left: 30px;
    transition: all 0.3s ease 0s;
    position: relative;
}

.tmkHead_nav li:first-of-type {
    padding: 0;
}

.tmkHead_nav li a {
    /* font-weight: 600; */
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
    transition: all 0.3s ease 0s;
    line-height: 40px;
}
.tmkHead_nav li a:hover{color: #0f589d;}
.tmkHead_nav .line {
    display: inline-block;
    width: 1px;
    height: 11px;
    background-color: #ccc;
    margin-left: 42px;
    margin-top: 16px;
}

.headIco>div {
    display: inline-block;
}
.headLang a {
    color: #Fff;
}

.headLang svg {
    width: 21px;
    height: 21px;
    vertical-align: middle;
}

.headLang svg path {
    fill: #fff;
}

.headLang a {
    display: block;
}

.head_link {}

.head_link a {
    position: relative;
    display: inline-block;
    color: #fff;
    padding-left: 60px;
    font-size: 20px;
    line-height: 48px;
    background: url(../images/pho1.png) no-repeat 15px center;
    background-size: 36px;
}
.tmkHead.on .head_link a{color: #333;
    background: url(../images/pho2.png) no-repeat 15px center;
    background-size: 36px;}

.head_link a::after {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 30px;
    margin-top: -15px;
    background: #fff;
    width: 1px;

}

.head_link svg {
    width: 34px;
    vertical-align: middle;
    margin-top: -1px;
}

.head_link a:last-child {
    padding-right: 0;
}

.head_link a:first-child svg {
    width: 36px;
}

.head_link a::after {
    opacity: 0.5;
}

.headMenu {
    position: fixed;
    z-index: 99999;
    left: 0;
    display: none;
    margin-left: 20px;
}


.headMenu span {
    display: block;
    width: 26px;
    height: 1px;
    margin: 6px 0;
    background: #333;
    -webkit-transition: all 0.48s ease-in-out;
    -moz-transition: all 0.48s ease-in-out;
    -ms-transition: all 0.48s ease-in-out;
    -o-transition: all 0.48s ease-in-out;
    transition: all 0.48s ease-in-out;
}


.headMenu.active span.owMain-span1 {
    transform: rotate(45deg) translate(4px, 6px);
}

.headMenu.active span.owMain-span2 {
    opacity: 0;
}

.headMenu.active span.owMain-span3 {
    transform: rotate(-45deg) translate(4px, -6px);
}


/*  */
.tmkHead.on {
    background: #fff;
}

.tmkHead.on .tmkHead_nav li a {
    color: #333;
}
.tmkHead.on .tmkHead_nav li a:hover{
    color: #0f589d;
}
.tmkHead.on .headLang a {
    color: #000;
}

.tmkHead.on .headLang svg path {
    fill: #000;
}

.tmkHead.on .head_link a::after {
    background: #000;
}

.tmkHead.on .tmkHead_logo .tmkHead_logo_img1 {
    display: none;
}

.tmkHead.on .tmkHead_logo .tmkHead_logo_img2 {
    display: block;

}

/* .tmkHead.active-1 {
    top: -100%;
} */

.tmkHead.active {
    top: 0;
}

.tmkHead.black {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tmkHead.black .tmkHead_nav li a {
    color: #0f589d;
}

.tmkHead.black .headLang a {
    color: #000;
}

.tmkHead.black .headLang svg path {
    fill: #000;
}

.tmkHead.black .head_link a::after {
    background: #000;
}

.tmkHead.black .tmkHead_logo .tmkHead_logo_img1 {
    display: none;
}

.tmkHead.black .tmkHead_logo .tmkHead_logo_img2 {
    display: block;

}

/*  */
.tmkHead_bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #0f589d;
    z-index: 90000;
    opacity: 0.32;
    display: none;
}

.tmkHead_box {
    position: fixed;
    top: 0;
    right: 108%;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    background-image: url(../images/bg3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99990;
    padding: 28px;
    transition: all 1s;
}

.tmkHead_box .footIco {
    text-align: center;
}

.tmkHead_box .footIco a:last-child {
    display: inline-block;
}

.tmkHead_box.show {
    right: 0%;
}

.tmkHead_box ul {
    padding-top: 28px;
    padding-bottom: 18px;
}

.tmkHead_box li {
    font-size: 15px;
    line-height: 2;
    text-align: center;
    padding: 14px;
    border-bottom: 1px dotted rgba(27, 47, 95, 0.18);
}

.tmkHead_box a {
    color: #0f589d;
    letter-spacing: 1px;

}

.tmkHead_box .footIco a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(27, 47, 95, 0.23);
}

.tmkHead_box .footIco svg path {
    fill: #0f589d;
}

.tmkHead_box .footIco img,
.tmkHead_box .footIco svg {
    margin-top: 10px;
}

.tmkHead_box .footIco a.footIco_jd svg {
    height: 45px;
    width: 34px;
    margin: 0;
}

/* ========================================================================================
    footer
=========================================================================================== */
.tmkFoot>.inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.tmkFoot {
    background: #003150 url(../images/bj.jpg) no-repeat center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%
}


.footLeft {
    width: 72%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footLeftogo {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin: 6vh 0;
}

.footLeftogo a {
    height: 80px;
}

.footLeftogo img {
    max-height: 100%;
}

.footLefTxt {
    margin-left: 48px;
    padding-bottom: 6px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 42px;
}

.footLefTxt span {
    color: #fff;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 1px;
}

.footLefTxt p {
    color: #fff;
    font-size: 15px;
    margin-top: 21px;
    letter-spacing: 1.6px;
    font-weight: 200;
    line-height: 1;
}

.tmkFoot-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 4vh;
}

.tmkFoot-nav dl {
    width: 25%;
    float: left;
    margin: 6vh 0;
}

.tmkFoot-nav dl dt a {
    color: #fff;
    position: relative;
    font-size: 18px;
    padding-bottom: 2px;
}

.tmkFoot-nav dl dt a span {
    margin-left: 5px;
    text-transform: capitalize;
}

/* .tmkFoot-nav dl dt {
    margin-bottom: 20px;
} */

.tmkFoot-nav dl dd {
    line-height: 42px;
}

.tmkFoot-nav dl dd a {
    color: #c5c5c5;
}

.tmkFoot-nav dl dd a:hover,
.tmkFoot-nav dl dt a:hover {
    color: #fff;
}

.footRig {
    width: 28%;
    padding-left: 6%;
    position: relative;
    height: calc(100% - 108px);
}

.footRig .footRig_box {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.tmkFoot_copy {
    color: #fff;
    font-size: 14px;    
    padding-top: 4vh;
    float: left;
    width: 100%;
    opacity: 0.8;
    font-weight: 100;
    letter-spacing: 0.5px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tmkFoot_copy a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}

.tmkFoot_copy a:hover {
    color: #fff;
}

.footRig_box {
    transform: translateX(100%);
    transition: ease .65s;
    opacity: 0;
}

.footRig_box .text {
    color: #c5c5c5;
}

.footRig_box .text h2 {
    font-size: 28px;
    color: #fff;
    margin-top: 6vh;
    font-weight: 400;
    text-transform: capitalize;
}

.footRig_box .text h3 {
    margin: 0 0 3vh;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
}

.footRig_box .text p {
    line-height: 2;
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.footRig_box .text p span {
    font-size: 16px;
    font-weight: 300;
}

.footRig_box .text p a {
    color: #fff;
}

.footRig_box .text p img {
    width: 14px;
    margin-right: 6px;
}

.footRig_box .text p i {
    margin-right: 5px;
    color: #fff;
}

.footEwm {
    position: relative;
    line-height: 24px;
    color: #f6f6f6;
    font-size: 12px;
}

.footEwm .img {
    float: left;
}

.footEwm .img img {
    width: 120px;
    height: 120px;
}

.footEwm .img:first-of-type {
    margin-right: 14px;
}

.footEwm .img p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1px;
    margin-top: 6px;
}

.footEwm h2 {
    position: absolute;
    left: 140px;
    bottom: 5px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
}

.footEwm h2 img {
    display: block;
    width: 26px;
    margin-bottom: 18px;
}

.footRig_flex {
    min-width: 238px;
    margin-top: 2vh;
}

.footIco {
    margin-top: 28px;
}

.footIco a {
    margin-right: 20px;
    vertical-align: middle;
    display: inline-block;
}

.footIco a:last-child {
    display: none;
}


.footIco img,
.footIco svg {
    width: 24px;
}

.footIco a.footIco_wb svg {
    width: 28px;
}

.footIco a.footIco_jd svg {
    width: 50px
}

.footIco svg path {
    fill: #fff;
}

/* ========================================================================================
    slideNav
=========================================================================================== */
.slideNav {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    transition: right 1s;
}



.slideNav li {
    position: relative;
    cursor: pointer;
    margin-bottom: 2px;
}

.slideNav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-top: -1px;
    background-color: #0f589d;
    text-align: center;
    line-height: 48px;
    color: #fff;
    position: relative;
    z-index: 2;

}


.slideNav a:hover {
    -webkit-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
}

@keyframes gelatine {

    from,
    to {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(0.9, 1.1);
    }

    50% {
        transform: scale(1.1, 0.9);
    }

    75% {
        transform: scale(0.95, 1.05);
    }
}

@-webkit-keyframes gelatine {

    from,
    to {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(0.9, 1.1);
    }

    50% {
        transform: scale(1.1, 0.9);
    }

    75% {
        transform: scale(0.95, 1.05);
    }
}

.slideNav .iconfont {
    font-size: 20px;
}

.slideNav .cont {
    transition: all .4s;
    white-space: nowrap;
    width: 0;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #0f589d;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    position: absolute;
    right: calc(100% + 1px);
    top: 0;
}

.slideNav li svg {
    opacity: 0.9;
    width: 28px;
    height: 28px;
    vertical-align: middle;
}

.slideNav li:nth-child(1) svg {
    width: 40px;
    height: 40px;
}

.slideNav li:nth-child(2) svg {
    width: 45px;
    height: 45px;
}

.slideNav li:hover .cont {
    width: 138px;
}


.slideNav li em {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.slideNav .code .cont {
    height: auto;
    line-height: normal;
}

.slideNav .code .cont img {
    width: 80px;
    height: 80px;
}

.slideNav li.code:hover .cont {
    width: 80px;
    padding: 5px;
}

/* ========================================================================================
    index
=========================================================================================== */
.temeike {
    position: relative;
    margin-bottom: 425px;
    background: #fff;
    z-index: 11;
    overflow: hidden;
}

.temeike.map {
    margin-top: 100vh;
}

/* banner */
.indBan {
    position: relative;
    overflow: hidden;
}

.scrollDown {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 25px;
    cursor: pointer;
    transform: translateX(-50%);
    z-index: 11;
}

.scrollDown:hover {
    opacity: 1;
}

.scrollDown img {
    width: 100%;
    -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
    animation: ca3_fade_move_down 2s ease-in-out infinite;
}

@-webkit-keyframes ca3_fade_move_down {
    0% {
        -webkit-transform: translate(0, -20px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
}

@keyframes ca3_fade_move_down {
    0% {
        transform: translate(0, -20px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translate(0, 20px);
        opacity: 0;
    }
}

.indBan_img {
    position: relative;
    height: 100vh;
    overflow: hidden;
    transition: opacity 10s;
}

.indBan_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 3;
}

.indBan_img .bantop1{
    position: absolute;
    top: 0;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.indBan_img .bantop1 img{width: auto;height: auto}
.indBan_img .bantop2{
    position: absolute;
    top: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    padding-left: 13%;
    width: 100%;
    height: 100%;
}
.indBan_img .bantop2 img{width: auto;height: auto}
.indBan_img video,
.indBan_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;

}

.indBan_img1 img {
    transform: scale(1.1);
    transition: all 10s;
}

.indBan_img1.swiper-slide-active img {
    -webkit-animation: img1 10s;
    animation: img1 10s;
    transition: opacity 5s;
}


@-webkit-keyframes img1 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}


@keyframes img1 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.indBan_img2 img {
    width: calc(100% + 108px);
    transition: all 10s;
    transform: translateX(-108px);
}

.indBan_img2.swiper-slide-active img {
    -webkit-animation: img2 10s;
    animation: img2 10s;
    transition: opacity 5s;
}

@-webkit-keyframes img2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-108px);
    }
}

@keyframes img2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-108px);
    }
}

.indBan_img3 img {
    height: calc(100% + 108px);
    transition: all 10s;
    transform: translateY(0);
}

.indBan_img3.swiper-slide-active img {
    -webkit-animation: img3 10s;
    animation: img3 10s;
    transition: opacity 5s;
}

@-webkit-keyframes img3 {
    0% {
        transform: translateY(-108px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes img3 {
    0% {
        transform: translateY(-108px);
    }

    100% {
        transform: translateY(0);
    }
}

.indBan .swiper-pagination {
    bottom: 32px;
    left: 0;
    width: 100%;
    text-align: right;
    z-index: 99999;
    padding-right: 5%;
}

.indBan .swiper-pagination-bullet {
    cursor: pointer;
    margin: 0 14px;
}

.indBan .swiper-pagination span {
    width: 21px;
    height: 2px;
    margin: 0 0 0 8px;
    outline: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    background: #fff;
    cursor: pointer;
    opacity: 0.5;
    border-radius: 0;
}

.indBan .swiper-pagination .swiper-pagination-bullet-active {

    opacity: 1;

}

.indBan .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

/* indTop */
.indTop {
    background: rgb(247, 247, 247);
    padding-top: 89px;
    padding-bottom: 68px;
}

.indTop_tit {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    color: #0f589d;
    background: url(../images/homepage-cutout-background.jpg) no-repeat fixed;
    background-size: cover;
    background-origin: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "阿里巴巴普惠体";
}

.indTop .indTit {
    margin-bottom: 28px;
}

.indTop .indMore {
    margin-top: 0
}

.indTop_p {
    margin: 20px auto 32px;
    max-width: 80%;
    text-align: center;
}

.indTop_p span {
    font-weight: 500;
    font-size: 28px;
    opacity: 0.9;
    line-height: 2;
}

.indTop_p p {
    font-size: 16px;
    opacity: 0.8;
    letter-spacing: 0.5px;
    line-height: 1.8;
}

/* ind-product */
.newscon{
    padding: 89px 0;
}
.newscon .indShop_bor{
    top: 18%;
    height: 78%;
}
.newscon .ind-pro-box{
    padding: 80px 0 40px;
}
.ind-product {
  background: #fff;
  padding-bottom: 100px;
}

.padd110 {
  padding-top: 110px;
}
.ind-pro-qh .tmkMore{
    text-align: center;
}
.ind-pro-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}

.ind-pro-box li {
  position: relative;
  top: 0;
  width: 47.5%;
  margin: 1.25%;
  padding: 40px 80px;
  background: #0f589d;
  color: #fff;
  text-align: left;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.ind-pro-box li:hover {
  top: -10px;
}

.ind-pro-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
  margin-bottom: 20px;
}

.ind-pro-title span {
  font-size: 38px;
}
.ind-pro-title span em{
    font-size: 20px;
}
.ind-pro-title h3 {
  font-size: 20px;
  margin-left: 30px;
  font-weight: 500;
}
.ind-pro-box li .con{
    padding-bottom: 15px;
    position: relative;
}
.ind-pro-box li p {
  width: 80%;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Gasalt";
  color: #fff;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.ind-pro-box li .con:after {
  position: absolute;
  content: '';
  width: 40px;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: 0;
}

.ind-pro-more {
  position: absolute;
  right: 60px;
  bottom: 50px;
  width: 54px;
  height: 54px;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}

.ind-pro-more:before {
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 25px / 2);
  width: 25px;
  height: 2px;
  -webkit-transform: none;
  transform: none;
  background: #fff;
  content: "";
}

.ind-pro-more::after {
  position: absolute;
  top: calc(50% - 25px / 2);
  left: calc(50% - 2px / 2);
  width: 2px;
  height: 25px;
  -webkit-transform: none;
  transform: none;
  background: #fff;
  content: "";
}

.ind-pro-qh {
  position: relative;
  width: 100%;
  /* width: calc(100% - 480px); */
  padding: 110px 0px 0;
}

.ind-pro-qh .slick-list {
  padding-left: 10vw;
}

.ind-pro-tu {
  position: relative;
  width: 480px;
  margin-top: -80px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* opacity: 0.1;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray; */
}

.ind-pro-tu:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(3, 110, 184, 1);
}

.ind-pro-yth {
  /* position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0; */
  width: 100%;
  color: #fff;
}

.ind-pro-yth .ibox-Esleep-con {
  padding: 80px 60px 0 50px;
  margin-left: 0;
}

.ind-pro-yth .iboxT .en {
  color: #fff;
  font-size: 53px;
  line-height: 0.7;
}

.ind-pro-yth .iboxT .zh {
  color: #fff;
  font-size: 30px;
}

.ind-pro-yth .ibox-Esleep-con .c {
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ind-pro-yth .btnMore {
  background: #fff;
  color: #0f589d;
  margin-top: 32px;
  height: 55px;
  line-height: 55px;
}


.faccon{
    padding: 89px 0;
}
.imgDemo{
    overflow: hidden;
}
.imgDemo_a {
    position: relative;
    top: 0;
    width: 46%;
    float: left;
    margin: 0 2% 4%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.imgDemo_a:hover{
    /* top: -15px; */
}
.imgDemo_a h3 {
    font-family: "Gasalt";
    font-size: 27px;
    letter-spacing: 0;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #0f589d;
}

.imgDemo_a img {
    width: 100%;
}
.imgDemo_a.slick-current::before {
    opacity: 0;
}

.imgDemo_a img {
    width: 100%;
}
.imgCore {
    position: relative;
    width: 100%;
    height: 340px;
    overflow: hidden;
}

.imgCore img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s;
}
.imgDemo_a:hover .imgCore img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.txtDemo {
    position: absolute;
    top: 66%;
    left: 0;
    width: 80%;
    /* width: 975px; */
    background: #f2f2f2;
    padding: 12px 0 28px;
}

.txtDemo_div {
    position: relative;
    width: 80%;
    display: block;
    position: absolute;
    width: 80%;
    display: block;
    left: 0;
    bottom: 0px;
    background: #f2f2f2;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    z-index: 9;
}

.imgDemo_a.slick-active .txtDemo_div {
    opacity: 1;
    bottom: 0;
}

.txtDemo_div .prd {
    position: absolute;
    top: 0;
    left: 0;
    width: 177px;
    height: auto;
}

@media (max-width: 1420px) {
    .txtDemo_div .prd {
        width: 20%;
    }
}

.txtDemo_div .prd img {
    width: 100%;
    height: 100%;
    display: block;
}

.txtDemo_div .txt-group {
    color: #222;
    outline: none;
    padding: 20px 30px;
}

.txtDemo_div .txt-group .txt-01 {
    font-size: 20px;
    line-height: 1;
    padding-right: 20px;
    letter-spacing: 0.5px;
}


.txtDemo_div .txt-group .txt-02 {
    padding-right: 40px;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1420px) {
    .txtDemo_div .txt-group .txt-01 {
        font-size: 23px;
    }
    .indPro_box_core{
        margin-top: 50px;
    }
}

.txtDemo_div .more-btn {
    position: absolute;
    top: -30px;
    right: -30px;
    display: block;
    width: 60px;
    height: 60px;
    background: #0f589d;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 100%;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.imgDemo_a:hover .txtDemo_div .more-btn {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.txtDemo_div .more-btn i {
    position: absolute;
    font-size: 42px;
    color: #fff;
    font-style: normal;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 26px;
    display: block;
    width: 26px;
    height: 26px;
}



.prolist{overflow: hidden;}
.prolist li{
    width: 23.5%;
    margin-right: 2%;
    float: left;
    margin-bottom: 40px;
}
.prolist li:nth-child(4n){
    margin-right: 0;
}
.prolist .fl {
  position: relative;
  height: 340px;
  text-align: center;
  background: #eaeaea url(../images/develop_con01_bg.png) no-repeat center;
}
.prolist .pd-img {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  overflow: hidden;
}

.prolist .pd-img img {
  width: 100%;
-webkit-transition: all 0.6s;
transition: all 0.6s;
}

.prolist .fr {
  float: none;
  position: relative;
  text-align: left;
  background: #f8fbfd;
}

.prolist .txt-con {
  position: relative;
  display: inline-block;
  padding: 20px;
  width: 100%;
  height: 120px;
  text-align: left;
}

.prolist .txt-con .tit-up {
  font-size: 22px;
  letter-spacing: 1px;
  color: #868f9a;
  font-weight: bold;
  text-transform: capitalize;
}

.prolist .txt-con .tit-up span {
  font-weight: 500;
}

.prolist .txt-con .tit-down {
  margin: 5px 0 15px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.75px;
  line-height: 1.11em;
  color: #0f589d;
}
.prolist .txt-con .txt {
  margin-top: 45px;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.2;
  letter-spacing: -0.65px;
  color: #6f6f6f;
  -ms-word-break: keep-all;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prolist .txt-con .txt span {
  display: block;
}

.prolist .txt-con .btn-more {
  padding: 9px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.7;
  color: #626262;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.prolist li:hover img{
    transform:scale(1.1);
}
.prolist li:hover .txt-con .btn-more {
  border-color: #0f589d;
  color: #0f589d;
}



.prolist.prolist_fzs li{
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-bottom: 40px;
}
.prolist.prolist_fzs .fl{
    /* background: none; */
    height: 480px;
}
.prolist.prolist_fzs li:nth-child(3n){
    margin-right: 0;
}
.prolist.prolist_fzs .pd-img{
    padding: 20px;
}




/* #mainContent1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
} */
#mainContent1 {
  height: 100%;
  margin-top: 40px;
}

/* #mainContent1 .pagination-list {
  position: absolute;
  top: 50%;
  margin-top: -58px;
  z-index: 9;
} */

#mainContent1 .pagination-list .swiper-button-prev,
#mainContent1 .pagination-list .swiper-button-next {
  cursor: pointer;
  width: 58px;
  height: 58px;
  border: none;
  background: #0f589d;
  text-align: center;
  position: relative;
  vertical-align: top;
  margin-bottom: 5px;
}

#mainContent1 .pagination-list .swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -58px;
  left: 0;
}

#mainContent1 .pagination-list .swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -58px;
  right: 0;
}

#mainContent1 .pagination-list svg {
  width: 11px;
  height: 16px;
  fill: #fff;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#mainContent1 .pagination-list .swiper-button-prev svg {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

/* #mainContent1 .swiper-container {
  width: 420px;
  float: right;
  overflow: inherit;
} */

.main-ovio-con {
  width: 22.6%;
  float: left;
  margin: 0 1.2%;
  background: #f8fbfd;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all .8s;
  transition: all .8s;
  /* opacity: 0.3; */
}

.main-ovio-con.swiper-slide-active {
  opacity: 1;
}
#mainContent1.ind-pro-view{
  position: relative;
  height: auto;
}
#mainContent1.ind-pro-view .main-ovio-con{
  margin: 0;
}
#mainContent1.ind-pro-view .pagination-list .swiper-button-prev{
  left: -58px
}
#mainContent1.ind-pro-view .pagination-list .swiper-button-next{
  right: -58px;
}
/* #mainContent1.ind-pro-view .pagination-list{
  display: none;
} */
/* #mainContent1 .main-ovio-con:nth-child(2n){
  margin-top: 100px;
} */
.main-ovio-con .fl {
  position: relative;
  height: 380px;
  text-align: center;
}

/*.main-ovio-con .fl:before{
  position: absolute;
  content: '';
  background: url(../images/logo1.png) no-repeat center;
  background-size: cover;
  width: 260px;
  height: 50px;
  top: 40px;
  left: 40px;
  opacity: 0.1;
}*/
.main-ovio-con .pd-img {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
}

.main-ovio-con .pd-img img {
  width: 100%;
  transition: all 0.35s;
}
.main-ovio-con:hover .pd-img img{
    transform: scale(1.1);
}
.main-ovio-con .fr {
  float: none;
  position: relative;
  text-align: left;
}

.main-ovio-con .txt-con {
  position: relative;
  display: inline-block;
  padding: 20px;
  width: 100%;
  height: 120px;
  text-align: left;
}

.main-ovio-con .txt-con .tit-up {
  font-size: 22px;
  letter-spacing: 1px;
  color: #868f9a;
  font-weight: bold;
  text-transform: capitalize;
}

.main-ovio-con .txt-con .tit-up span {
  font-weight: 500;
}

.main-ovio-con .txt-con .tit-down {
  margin: 5px 0 15px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.75px;
  line-height: 1.11em;
  color: #0f589d;
}

/*.main-ovio-con .txt-con .tit-down:after{display: inline-block; margin-left: 4px; content:""; width: 6px; height: 6px; background-color: #fff; border: 4px solid #286abd; -webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;}*/
.main-ovio-con .txt-con .txt {
  margin-top: 45px;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.2;
  letter-spacing: -0.65px;
  color: #6f6f6f;
  -ms-word-break: keep-all;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-ovio-con .txt-con .txt span {
  display: block;
}

.main-ovio-con .txt-con .btn-more {
  padding: 9px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.7;
  color: #626262;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-ovio-con:hover .txt-con .btn-more {
  border-color: #0f589d;
  color: #0f589d;
}

.ovio-con01.main-ovio-con .txt-con .btn-more {
  left: 120px
}

.ovio-con02.main-ovio-con .txt-con .btn-more {
  right: 120px;
}

.main-ovio-con .txt-con .btn-more:after {
  display: block;
  content: "";
  width: 0;
  height: 3px;
  background-color: #333;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*.main-ovio-con.ovio-con01 .fr:hover .btn-more:after{width: 120px;}
.main-ovio-con.ovio-con02 .fl:hover .btn-more:after{width: 120px;}
.main-ovio-con.ovio-con01 .fr:hover .btn-more{color: #333;}
.main-ovio-con.ovio-con02 .fl:hover .btn-more{color: #333;}*/

.main-ovio-con .cir-con {
  display: block;
  width: 88px;
  height: 88px;
  border: 10px solid #fff;
  text-align: center;
  line-height: 88px;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  display: none;
}

.main-ovio-con .cir-con i {
  display: block;
}

.main-ovio-con.ovio-con01 .fl {
  float: none;
  background: #eaeaea url("../images/develop_con01_bg.png") no-repeat center;
  /*background-size: cover;*/
  /*background: #0f589d;*/
}

.main-ovio-con.ovio-con01 .fr a {
  display: block;
  height: 100%;
}

.main-ovio-con.ovio-con02 .fl {
  text-align: right;
  background: url("../images/grad_bg.png") no-repeat 0 0;
}

.main-ovio-con.ovio-con02 .fl a {
  display: block;
  height: 100%;
}

.main-ovio-con.ovio-con01 .cir-con {
  background-color: #38a8db;
}

.main-ovio-con.ovio-con02 .cir-con {
  background-color: #38a8db;
}




/*BUSINESS*/
.ind-campus-view {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #ecf1f5;
  padding-top: 100px;
  padding-bottom: 100px;
}

/* .ind-campus-list .slick-list {
  padding: 0 200px 0 0;
} */
.ind-campus-list {
  margin-top: 50px;
}

.ind-campus-list .slick-arrow {
  position: absolute;
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  background: rgba(0, 0, 0, .4);
  color: #ffffff;
  top: 50%;
  margin: -33px 0 0;
  display: block;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 5;
}

.ind-campus-list .slick-arrow:hover {
  background: rgba(0, 0, 0, 1);
}

.ind-campus-list .slick-prev {
  left: 305px;
}

.ind-campus-list .slick-prev i {
  display: inline-block;
  width: 66px;
  height: 66px;
  background: url(../images/grade-prev.png) no-repeat center;
  background-size: cover;
}

.ind-campus-list .slick-next {
  right: 305px;
}

.ind-campus-list .slick-next i {
  display: inline-block;
  width: 63px;
  height: 63px;
  background: url(../images/grade-next.png) no-repeat center;
}

.ind-campus-li {
  position: relative;
  padding-top: 40px;
  padding-bottom: 100px;
}

/* .ind-campus-li:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  background: #046eb8;
  z-index: 1;
  opacity: 0.7;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
} */

/* .ind-campus-li.slick-active:before {
  opacity: 0;
} */

.ind-campus-img {
  position: relative;
  height: 380px;
  /* padding-top: 70vh; */
  overflow: hidden;
  z-index: 9;
}

.ind-campus-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.ind-campus-li:hover .ind-campus-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.ind-campus-text {
  position: absolute;
  width: 80%;
  height: 100%;
  padding: 0 6%;
  background: #0f589d;
  left: -6%;
  top: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.ind-campus-li.swiper-slide-active .ind-campus-text {
  opacity: 1;
}

.ind-campus-txt {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 70px 0 8%;
}

.ind-campus-text h3 {
  position: relative;
  font-size: 24px;
  line-height: 100px;
  color: #fff;
  font-weight: normal;
}

.ind-campus-text span {
  letter-spacing: 0;
  color: rgba(255, 255, 255, .7);
  font-family: "Gasalt";
  font-size: 25px;
  display: block;
  text-transform: uppercase;
  margin-top: 3px;
}

.ind-campus-text p {
  font-size: 15px;
  color: rgba(255, 255, 255, .7);
  margin-top: 10px;
  line-height: 1.8;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
}


.camSvg {
  position: absolute;
  right: 30px;
  top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  margin-top: 25px;
}

.camSvg svg {
  width: 24px;
  fill: #fff;
  stroke: #fff;
}

.ind-campus-list .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.ind-campus-list .slick-dots li {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin: 0 14px;
  position: relative;
  cursor: pointer;
  background: none;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.5, 0, 0, 1);
  transition: -webkit-transform .3s cubic-bezier(.5, 0, 0, 1);
  transition: transform .3s cubic-bezier(.5, 0, 0, 1);
  transition: transform .3s cubic-bezier(.5, 0, 0, 1), -webkit-transform .3s cubic-bezier(.5, 0, 0, 1);
  transition: transform .3s cubic-bezier(.5, 0, 0, 1), -webkit-transform .3s cubic-bezier(.5, 0, 0, 1);
}

.ind-campus-list .slick-dots li::before {
  content: '';
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  display: none;
}

.ind-campus-list .slick-dots li button {
  font-size: 0;
  display: none;
}

.ind-campus-list .slick-dots li.slick-active::before {
  opacity: 1;
}

.ind-campus-list .pagination-list {
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: 260px;
  z-index: 999;
}

.ind-campus-list .swiper-button-next,
.ind-campus-list .swiper-button-prev {
  width: 34px;
  height: 7px;
  border: none;
}

.ind-campus-list .swiper-button-next svg,
.ind-campus-list .swiper-button-prev svg {
  display: none;
}

.ind-campus-list .swiper-button-prev {
  background: url(../images/arr1.png) no-repeat center;
  background-size: 32px;
  margin-left: -45px;
  top: 25px;
  padding: 15px 5px;
  position: relative;
}

.ind-campus-list .swiper-button-next {
  background: url(../images/arr2.png) no-repeat center;
  background-size: 32px;
  margin-left: 61px;
  top: -8px;
  padding: 15px 5px;
  position: relative;
}

.ind-campus-list .swiper-pagination {
  width: 50px;
  font-size: 18px;
}

/*BUSINESS  end*/












.indPro {
    padding: 89px 0;

}

.indPro_box {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.indPro_l {
    width: 60%;
}

.indPro_r {
    width: 40%
}

.indProA {
    position: relative;
    padding: 10px;
    float: left;
    display: block;
    width: 100%;
    height: 20vw
}


.indPro_l .indProA {
    width: 50%;
}

.indPro_l .indProA:first-child {
    width: 100%;
    height: 34vw;
}


.indPro_r .indProA:last-child {
    height: 34vw;
}

.indPro_img {
    overflow: hidden;
}

.indPro_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
    z-index: 3;
}

.indPro_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.38;
    transition: all 0.68s;
}

.indPro_img,
.indPro_img img {
    position: relative;
    width: 100%;
    height: 100%;

}

.indPro_img img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 2.4s;
}

.indProA:hover .indPro_img::after {
    opacity: 0;
}

.indProA:hover .indPro_img img {
    transform: scale(1.1);
}

.indPro_name {
    position: absolute;
    left: 42px;
    bottom: -15px;
    z-index: 9;
    transition: all 0.48s;
}

.proBox .indPro_name {
    bottom: -24px;
}

.indPro_name .indMore {
    margin-top: 24px;
    transition: all 0.48s;
}

.indPro_name .indMore::before {
    background: transparent;
}

.indPro_name span {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
}

.proBox .indPro_name span {
    font-size: 20px;
}

.proBox .indPro_name span.indMore {
    font-size: 16px;
}

.indPro_name p {
    position: relative;
    font-size: 24px;
    color: #fff;
}

.proBox .indPro_name p {
    font-size: 31px
}

@media(min-width:787px) {

    .indProA:hover .indPro_name,
    .proBox .proA:hover .indPro_name {
        bottom: 38px;
    }

    .indProA:hover .indPro_name .indMore,
    .proBox .proA:hover .indPro_name .indMore {
        margin-top: 8px;
    }

}

/* ind-guode */
.indGd {
    z-index: 3;
    position: relative;
    width: 100%;
    height: 60vh;

    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indGd_vid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.indGd_vid::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.18;
}

.indGd_vid video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.indGd .inner {
    position: relative;
}

.indGd_box .indTit span {
    font-size: 46px;
}

.indGd_box .indTit .con p {
    margin-top: 20px;
    max-width: 700px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.8;
}

.indGd .tmkMore .indMore {
    border-color: #fff;
    background: #fff;
    margin-top: 0;
    padding: 12px 54px;
}

.indGd .tmkMore .indMore:hover {
    border-color: #0f589d;
}

/* ind-brand */
.indAb {
    padding: 100px 0;
    background: #ecf1f5;

}

.indAb>.inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.indAb_img {
    position: relative;
    width: 50%;
    height: 480px;
    overflow: hidden;
}

.indAb_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0f589d;
    opacity: 0;
}

.indAb_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1.2);
    transition: all 1s;
}

@media(min-width:1025px) {
    .indAb_img:hover img {
        transform: scale(1.1);
    }

}

.indAb_txt {
    padding: 0 8%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indAb_txt>div {
    width: 100%;
}

.indAb_txt .indTit {
    padding-top: 0;
    margin-bottom: 40px;
}

.indTit_p {
    margin-bottom: 38px;
    margin-top: -38px;
    display: block;
    opacity: 0.5;
    letter-spacing: 0.5px;
}

.indAb_ico {
    width: 90%;
    max-width: 389px;
    margin-top: -21px;
}

.indAb_p p {
    margin: 20px auto 0;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.5px;
}

/* ind-shop */
.indShop {
    position: relative;
    z-index: 11;
    background: #fff url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
    padding: 108px 0;
}

.indShop .inner {
    position: relative;
    z-index: 11;
}

.indShop_bor {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 90%;
    height: 80%;
    border: 2px solid #0f589d;
    padding: 6px;
    z-index: -1;
}

.indShop_bor span {
    position: absolute;
    top: 6px;
    left: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    border: 1px solid #0f589d;
}

.indShop_view {
    padding: 6% 0;
}

.indShop_box {
    overflow: hidden;
    width: 100%;
}

.indShop_a {
    float: left;
    display: block;
    width: 30%;
    padding: 6px;
    height: 280px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.indShop_a1 {
    width: 40%;
    height: 560px;
}

.indShop_a .indShop_img {
    width: 100%;
    height: calc(100% - 42px);
}

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

.indShop_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0f589d;
    opacity: 0.32;
}

.indShop_a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s;
}

.indShop_a:hover img {
    transform: scale(1.1);
}

.indShop_txt {
    padding: 18px;
}

.indShop_txt h6 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}

.indShop_txt p {
    line-height: 1.6;
    font-size: 15px;
    color: #fff;
    text-align: left;
    margin-top: 14px;
    display: none;
}

.indShop_txt span {
    font-size: 14px;
    display: none;

}

.indShop_a>p {
    line-height: 2;
    font-size: 15px;
    color: #0f589d;
    padding: 6px;
    text-align: left;
}


.fzsc{
    color: #ecf1f5;
    padding: 160px 0 100px;
    z-index: 3;
    position: relative;
    width: 100%;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/ban_fzs.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fzsc .abAbout_tit{
    text-align: center;
}
.fzsc .abAbout_tit_cn{
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    font-family: "阿里巴巴普惠体";
    letter-spacing: 1px;
}
.fzsc .abAbout_tit_en{
    color: #fff;
}
.fzsc_p p{
    /* text-align: center; */
    line-height: 2;
    font-size: 16px;
}








/* ========================================================================================
    about
=========================================================================================== */
/* 1 */
.abAbout {
    padding: 108px 0 89px;
    background-image: url(../images/bg3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.abAbout_img {
    float: right;
    width: 42%;
}

.abAbout_img_div {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-right: 1.25em;
    position: relative;
}


.abAbout_info {
    float: left;
    width: 48%;
    margin-top: 34px;
}

.abAbout_img_div img {
    position: relative;
    z-index: 10;
    width: 100%;
    min-height: 348px;
    object-fit: cover;
}


.abAbout_tit_cn {
    font-size: 26px;
    color: #000;
}

.abAbout_tit_en {
    font-family: Arial;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 2.4;
    color: #787878;
}


.abAbout_since img {
    max-width: 74%;
}

.abAbout_since span {
    display: inline-block;
    position: relative;
    padding-left: 118px;
}

.abAbout_since span i {
    font-style: inherit;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: 400;
    background: #a3d43f;
    color: #fff;
    padding: 8px 14px;
}
.abAbout_since span em{
    font-size: 40px;
    font-family: Arial;
    color: #0f589d;
}
.abAbout_tit {
    margin: 1.5em 0 2em 0;
}



.abAbout_num {
    margin-top: 58px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

}

.abAbout_num div {
    position: relative;
}

.abAbout_num p {
    font-size: 24px;
    font-weight: bold;

    color: #0f589d;
}


.abAbout_num p span {
    vertical-align: middle;
    font-size: 64px;
    display: inline-block;
    font-family: 'NewsGothicBT_bold';
}

.abAbout_top {
    border-bottom: 1px #eceded solid;
    padding-bottom: 3em;
}

.abAbout_p {
    margin: 60px 14px;
}

.abAbout_p p {
    font-size: 16px;
    line-height: 2.1;
    font-weight: 300;
}

/* 2 */
.abTeam {
    position: relative;
    background: #fbfbfb;
}

.abTeam::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #fff;
}

.abTeam .tmkMore .indMore {
    background: #0f589d;
    color: #fff;
}

.abTeam .inner {
    position: relative;
    z-index: 11;
}

.abTeam_box {
    padding: 89px 0 128px;
    max-width: 40%;
}

.abTeam_p p {
    font-size: 16px;
    line-height: 2.1;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
}

.abTeam_img {
    position: absolute;
    top: 16%;
    right: 5%;
    width: 40%;
    height: 64%;
    z-index: 21;
    /* background: url(../images/team.jpg) no-repeat center;
    background-size: cover; */
}

.abTeam_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abTeam_img video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.znList_stop.abTeam_ico
{
    background: url(../images/stop.png) no-repeat;  
}
.znList_play.abTeam_ico
{
    background: url(../images/btnPlay.png) no-repeat;  
}
.abTeam_ico {
    z-index: 11;
    background: url(../images/btnPlay.png) no-repeat;
    height: 75px;
    width: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    cursor: pointer;
}

.abTeam_ico::before {
    content: '';
    position: absolute;
    background: url(../images/btnPlayRo.png);
    background-size: cover;
    height: 103px;
    width: 103px;
    left: 50%;
    top: 50%;
    margin-left: -51.5px;
    margin-top: -51.5px;
    cursor: pointer;
    -webkit-animation: palyAnimate 2s ease infinite;
    animation: palyAnimate 2s ease infinite;
}

@keyframes palyAnimate {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes palyAnimate {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}









.abCulture .value-box {
    background-image: url(../images/culture.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 100px;
}
.abCulture .indTit b{
    color: #fff;
}
.abCulture .value-box .value-list {
    width: 100%;
    padding: 2% 0 8%;
}
.abCulture .value-box .value-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 25%;
    padding: 40px 0;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.abCulture .value-box .value-list li:first-child{
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.abCulture .value-box .value-list li img {
    width: 60px;
    transition: all 0.35s;
}
.abCulture .value-box .value-list li:hover img{
    transform: rotateY(180deg);
}
.abCulture .value-box .value-list li .tt {
    font-size: 24px;
    color: #fff;
    margin: 50px 0 15px;
}
.abCulture .value-box .value-list li .line {
    width: 40px;
    height: 2px;
    background: #fff;
}
.abCulture .value-box .value-list li .info {
    margin-top: 35px;
    height: 80px;
}
.abCulture .value-box .value-list li .info p {
    font-size: 20px;
    color: #fff;
    line-height: 1.8em;
}
.abCulture .value-box .value-list li .info-box {
    font-size: 16px;
    color: #fff;
    width: 55%;
    margin-top: 30px;
    text-align: center;
    line-height: 1.8em;
}
.abTeam .people-box {
    padding: 70px 0 30px;
}
.abTeam .people-box .people-list {
    margin-top: 30px;
}
.abTeam .people-box .people-list li {
    width: 530px;
    margin-right: 45px;
    float: left;
}
.abTeam .people-box .people-list li .pic {
    width: 100%;
    height: 336px;
    overflow: hidden;
}
.abTeam .people-box .people-list li .pic img {
    width: 100%;
    transition: transform 0.5s ease-out;
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
}
.abTeam .people-box .people-list li .info {
    margin-top: 25px;
}
.abTeam .people-box .people-list li .info .t1 {
    color: #333;
    font-size: 24px;
}
.abTeam .people-box .people-list li .info .t2 {
    color: #666;
    font-size: 16px;
}
.abTeam .people-box .people-list li:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.abTeam .people-box .people-list li:last-of-type {
    margin-right: 0;
}






















/* 3 */
.about .abDeve {
    padding: 118px 0 138px;
    background: #f5f5f5 url(../images/bg7.png) no-repeat center;
    background-size: cover;
    background: #f5f5f5;
}

.abDeve_box {
    position: relative;
}

.abDeve .swiper-button-next,
.abDeve .swiper-button-prev {
    outline: none;
    top: 50%;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-bottom: 0;
    border: 1px dotted rgba(27, 47, 95, 0.28);
    display: inline-block;
    background: rgba(27, 47, 95, 0);
    transition: all 0.8s;
}

.abDeve .swiper-button-next.swiper-button-disabled,
.abDeve .swiper-button-prev.swiper-button-disabled {
    opacity: 0.68;
}

.abDeve .swiper-button-next:hover,
.abDeve .swiper-button-prev:hover {
    background: rgba(27, 47, 95, 1);
}

.abDeve .swiper-button-next:hover .abDeve_arr_ico,
.abDeve .swiper-button-prev:hover .abDeve_arr_ico {
    display: none;
}

.abDeve .swiper-button-next:hover .abDeve_arr_hover,
.abDeve .swiper-button-prev:hover .abDeve_arr_hover {
    display: block;
}

.abDeve .swiper-button-next .abDeve_arr_hover,
.abDeve .swiper-button-prev .abDeve_arr_hover {
    display: none;
}

.abDeve .swiper-button-prev {
    left: -89px;
}

.abDeve .swiper-button-next {
    right: -89px;
}

.abDeve .swiper-button-next::after,
.abDeve .swiper-button-prev::after {
    content: none;
}

.abDeve .swiper-button-next img,
.abDeve .swiper-button-prev img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    margin: 0 auto;
}

/* 3-1 */
.abDeve_info {
    position: relative;
    cursor: pointer;
    margin-top: 80px;
}

.abDeve_info .inner {
    position: relative;
}

.abDeve_info .swiper-slide {
    opacity: 0 !important;
}

.abDeve_info .swiper-slide-active {
    opacity: 1 !important;
}

.abDeve_item {
    position: relative;
    z-index: 11;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.abDeve_time {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    display: block;
    text-align: right;
    font-size: 528px;
    letter-spacing: 0;
    line-height: 1;
    color: rgba(255, 255, 255, 0.78);
}

.abDeve_img {
    position: relative;
    width: 56%;
    /*height: 458px;*/
    /*height: 500px;*/
    overflow: hidden;
}

.abDeve_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abDeve_ul {
    position: relative;
    width: 38%;
    padding: 24px 0 0;
    border-bottom: 1px dotted rgba(27, 47, 95, 0.18);
}

.abDeve_ul_top {
    margin-bottom: 38px;
    padding-bottom: 14px;
    border-bottom: 1px dotted rgba(27, 47, 95, 0.18);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.abDeve_ul_top div {
    order: -1;
    color: #b21e24;
    font-size: 16px;
    font-weight: 500;
}

.abDeve_ul_top i {
    font-weight: bold;
    font-size: 32px;
    padding-right: 10px;
}


.abDeve_ul_top img {
    transform: rotate(180deg);
}

.abDeve_ul ul {
    height: 328px;
    overflow: auto;
    padding-right: 14px;
}

.abDeve_ul ul::-webkit-scrollbar {
    /* 1、滚动条整体部分，可设宽高 */
    width: 3px;
    height: 100%;
    border-radius: 38px;
}

.abDeve_ul ul::-webkit-scrollbar-track {
    /* 3、外层轨道 */
    background: #fbfbfb;
}

.abDeve_ul ul::-webkit-scrollbar-thumb {
    /* 5、滚动的滑块 */
    background: #a3d43f;
}

.abDeve_ul li {
    margin-bottom: 21px;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;

}

.abDeve_ul span {
    display: block;
    position: relative;
    font-weight: bold;
    line-height: 1.8;
    width: 60px;
    padding-left: 18px;
}

.abDeve_ul span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    height: 2px;
    width: 8px;
    background: #b21e24;
}

.abDeve_ul p {
    line-height: 1.8;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    width: calc(100% - 68px);
}

/* 3-2 */

.abDeve_year {
    position: relative;
    text-align: center;
    background-repeat: repeat-x;
    background-position: center bottom;
    background-image: url(../images/chi.png);
}

.abDeve_year .swiper-container {
    background-repeat: repeat-x;
    background-position: center calc(100% - 3px);
    background-image: url(../images/chizi.png);
}

.abDeve_yDiv {
    cursor: pointer;
    padding-bottom: 28px;
    position: relative;
}

.abDeve_yDiv::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #0f589d;
}

.swiper-slide-thumb-active .abDeve_yDiv::before {
    height: 3px;
}

.abDeve_yDiv::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -2.01px;
    width: 1px;
    height: 21px;
    background: rgba(27, 47, 95, 0.34);
}

.abDeve_yDiv p,
.abDeve_yDiv span {
    vertical-align: bottom;
    display: inline-block;
}

.abDeve_yDiv span {
    line-height: 42px;
    height: 32px;
}

.abDeve_year .swiper-slide-thumb-active {
    color: #a3d43f;
}

.abDeve_year .swiper-slide-thumb-active span {
    font-size: 30px;
    font-weight: bold;
}

/* 4 */
.abHor {
    padding: 89px 0 108px;
}

.abHor .abHor_bg {
    background: #f4f4f4;
    padding: 38px;
}

.abHor_img {
    width: 100%;
    height: 24vh;
    margin-bottom: 14px;
    padding-bottom: 28px;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px dotted rgba(27, 47, 95, 0.28);
}

.abHor_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .3s ease;
}
.abHor .abHor_bg:hover .abHor_img img{
    transform: scale(1.1);
}
.abHor_p {
    font-size: 15px;
    line-height: 1.6;
    transition: all .3s ease;
    text-align: center;
}


.abHor .swiper-button {
    margin-top: 28px;
    text-align: center;
}

.abHor .swiper-button-next::after,
.abHor .swiper-button-prev::after {
    content: none;
}

.abHor .swiper-button-next,
.abHor .swiper-button-prev {
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px dotted rgba(27, 47, 95, 0.28);
    left: auto;
    display: inline-block;
    margin: 0px 10px;
    background: rgba(27, 47, 95, 0);
    transition: all 0.8s;
}

.abHor .swiper-button-next img,
.abHor .swiper-button-prev img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    margin: 0 auto;
}

.abHor .swiper-button-next:hover,
.abHor .swiper-button-prev:hover {
    background: #0f589d;
}

.abHor .swiper-button-next:hover .abDeve_arr_ico,
.abHor .swiper-button-prev:hover .abDeve_arr_ico {
    display: none;
}

.abHor .swiper-button-next:hover .abDeve_arr_hover,
.abHor .swiper-button-prev:hover .abDeve_arr_hover {
    display: block;
}

.abHor .swiper-button-next .abDeve_arr_hover,
.abHor .swiper-button-prev .abDeve_arr_hover {
    display: none;
}

/* 5 */
.about .abLogo {
    background: #f7f7f7 url(../images/bg4.png) no-repeat center fixed;
    background-size: cover;
    padding: 89px 0 138px;
}

.abLogo .swiper-container,
.abLogo .swiper-wrapper,
.abLogo .swiper-slide {
    height: 100%;
}

.abLogo .swiper-slide {

    opacity: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abLogo .swiper-slide-active {
    opacity: 1 !important;
}

.abLogo_box {
    overflow: hidden;
    text-align: center;
}

.abLogo ul {
    display: inline-block;
}

.abLogo li {
    float: left;
    margin-left: -40px;
    margin-left: -2.2vw;
}

.abLogo li:first-of-type {
    margin-left: 0;
}

.abLogo li:nth-child(2n) {
    margin-top: 100px;
    margin-top: 5.1vw;
}

.abLogo_item {
    width: 208px;
    height: 180px;
    width: 11vw;
    height: 9.62vw;
    background: url(../images/kuang.png) no-repeat center center;
    background-size: cover;
    position: relative;
    text-align: center;
}

.abLogo_item:last-of-type {
    margin-top: 10px;
}

.abLogo_item img {
    max-width: 68%;
}

/* ========================================================================================
    product
=========================================================================================== */
.proWrapper {
    padding: 89px 0;
}

.proTop {
    position: relative;
    z-index: 11;
    margin-bottom: 89px;
}

.proTop::before {
    content: "";
    position: absolute;
    top: 34px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f4f4f4;
}

.proTop_box {
    position: relative;
    padding: 0 58px;
}

.proLi p {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.6;
    margin-top: 14px;
}

.proIco {
    margin: 0 auto;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proIco svg {
    width: 54px;
    height: 54px;
}
.slick-current .proIco,
.swiper-slide-thumb-active .proIco {
    background: #0f589d;
}
.slick-current   .proIco svg path:last-of-type,
.swiper-slide-thumb-active .proIco svg path:last-of-type {
    fill: #fff;
}

.proTop .swiper-slide {
    text-align: center;
}

.proTop .swiper-button-next,
.proTop .swiper-button-prev {
    outline: none;
    top: 29px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 0;
    border: 1px dotted rgba(27, 47, 95, 0.28);
    display: inline-block;
    background: rgba(27, 47, 95, 1);
    transition: all 0.8s;
}

.proTop .swiper-button-next .abDeve_arr_ico,
.proTop .swiper-button-prev .abDeve_arr_ico {
    display: none;
}

.proTop .swiper-button-next .abDeve_arr_hover,
.proTop .swiper-button-prev .abDeve_arr_hover {
    display: block;
}


.proTop .swiper-button-prev {
    left: 0;
}

.proTop .swiper-button-next {
    right: 0;
}

.proTop .swiper-button-next::after,
.proTop .swiper-button-prev::after {
    content: none;
}

.proTop .swiper-button-next img,
.proTop .swiper-button-prev img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    margin: 0 auto;
    width: 18px;
}



.proBtm {
    position: relative;
}

.proBtm .swiper-slide {
    width: 60%;
    background: #f7f7f7;
    font-size: 16px;
}

.proA {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.proA_img {
    position: relative;
    width: 66%;
    padding-top: 44%;
}

.proA_img img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.proA_txt {
    position: relative;
    left: -1px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    width: 35%;
    padding: 8% 6%;
    background: url(../images/bg13.png) no-repeat bottom right;
    background-size: 100% auto;
}

.proA_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.18;


}

.proA_tit {
    position: relative;
}

.proA_tit svg {
    display: none;
    width: 68px;
    height: 68px;
    margin-bottom: 10px;
    margin-left: -20px;
}

.proA_tit span {
    position: relative;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.6;
    display: block;
    margin-bottom: 10px;
    color: #0f589d;

}


.proA_tit i {
    background: #a3d43f;
    color: #fff;
    padding: 3px 10px;
    font-size: 16px;
    letter-spacing: 6px;
    display: block;
}

.proA_txt .tmkMore .indMore {
    background: #0f589d;
    color: #fff;
}

.proNew {
    background: #f7f7f7;
    padding: 89px 0 108px;
}

.proNew_box {
    margin-bottom: 58px;
}

.proNew_a {
    position: relative;
    background: #fff;
    width: 33.33%;
    height: 38vh;
    float: left;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    transition: all 0.5s;
    box-shadow: 0 0 10px transparent;
    overflow: hidden;
}

.proNew_a:hover {
    box-shadow: 0 0 10px #ddd;
    z-index: 11;
}

.proNew_a:nth-last-of-type(1),
.proNew_a:nth-last-of-type(2) {
    border-bottom: 1px solid #eeeeee;
}

.proNew_a {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 58px 45px 28px;
}

.proNew_a .proNew_img {
    width: 38%;
    height: 100%;
}

.proNew_a .proNew_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.48s;
}

@media(min-width:1025px) {
    .proNew_a:hover .proNew_img img {
        transform: scale(1.05);
    }
}


.proNew_txt {
    position: absolute;
    top: 0;
    left: 0;
    padding: 48px 45px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.proNew_txt .proNew_tit {
    font-size: 14px;
    color: #666;
    font-weight: 300;
    letter-spacing: 1px;
    position: relative;
}

.proNew_txt .proNew_p {
    font-size: 20px;
    line-height: 1.6;
    position: relative;
}

.proNew_txt i {
    display: block;
    width: 21px;
    height: 3px;
    position: relative;
    background: #0f589d;
    margin-top: 10px;
}

/* ========================================================================================
    proList
=========================================================================================== */
.proNav {
    position: relative;
    padding: 58px 0;
    background: #fff;
}

.proNav ul {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.proNav ul li {
    width: 100%;
    text-align: center;
    border-left: 1px solid #eee;
}

.proNav ul li:first-of-type {
    border-left: 0;
}

.proNav svg {
    position: relative;
    top: 0;
    transition: all 0.48s;
    width: 60px;
    height: 60px;
}

.proNav svg path:last-of-type {
    fill: #0f589d;
}

.proNav li i {
    width: 1px;
    height: 100%;
    background: #eee;
    display: block;
    vertical-align: middle;
}

.proNav li:hover svg {
    top: -14px;
}


.proNav li.hover svg path:last-of-type,
.proNav li:hover svg path:last-of-type {
    fill: #a3d43f;
}

.proNav img {
    width: 54px;
}

.proNav p {
    font-size: 15px;
    text-align: center;
}

.proList {

    background: #f7f7f7;
}

.proList_wrapper {
    padding: 89px 0;
}

.proList_view {

    position: relative;
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
}

.proList_a {
    position: relative;
    float: left;
    width: calc(33.33% - 10px);
    margin: 0 5px 10px;
    border: 1px solid transparent;
}

.proList_l {
    background: #fff;
    /* border: 1px solid #eeeeee; */
    padding: 34px 34px 40px;
}

.proList_ul {
    position: absolute;
    top: 28px;
    left: 38px;

}

.proList_ul li {
    border: 1px solid #eeeeee;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
    width: 78px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proList_ul li>div {
    display: inline-block;
}

.proList_ul li svg {
    width: 28px;
    height: 28px;
    fill: #a3d43f;
}

.proList_ul li svg path {
    fill: #a3d43f;
}

.proList_ul li img {
    width: 24px;
}

.proList_ul li p {
    font-size: 12px;
    line-height: 1;
}

.proList_img {
    width: 45%;
    margin: 24px auto 0;
    text-align: right;
    margin-left: 60%;
}

.proList_img>img {
    width: 90%;
    height: 32vh;
    object-fit: contain;
    transition: all .5s ease;
}

.proList_name {
    font-size: 20px;
    text-align: left;
    /* margin-top: -24px; */
    position: absolute;
    bottom: 38px;
    left: 40px;
}

.proList_p {
    font-size: 20px;
    line-height: 1;
}

.proList_span {
    font-size: 14px;
    margin-top: 6px;
    color: #666;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.proList .indMore {
    font-size: 14px;
    letter-spacing: 1px;
}

.proList .indMore img {
    margin: 0;
}

.proList .indMore:hover {
    color: #0f589d;
}

.proList_r {
    position: absolute;
    z-index: 3;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    right: 100%;
    padding: 32px 58px 108px;
    border: 1px solid #eeeeee;
    border-left: 0;
    background: #fff;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 0;
    transition: all .5s linear;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.proList_r::before {
    content: "";
    position: absolute;
    top: 10%;
    height: 80%;
    width: 1px;
    background: #eeeeee;
    left: 0;

}

.proList_a:nth-child(3n) .proList_r {
    border-left: 1px solid #eeeeee;
    border-right: 0;
}

.proList_a:nth-child(3n) .proList_r::before {
    right: 0;
    left: auto;
}

/*.proList_a:nth-child(4n-3) .proList_r,*/
.proList_a:nth-child(3n-2) .proList_r,
.proList_a:nth-child(3n-1) .proList_r {

    left: 100%;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.proList_cls {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
    background: url(../images/close.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
}

.proList_r li {
    line-height: 2;
    opacity: 0.8;
}

.proList_r li:first-of-type {
    opacity: 1;
    border-bottom: 1px solid #eeeeee;
    font-size: 20px;
    line-height: 2;
    margin-bottom: 24px;
    padding-bottom: 12px;
}


@media(max-width:800px){
    .abCulture .value-box{
        padding-top: 50px;
    }
    .abCulture .value-box .value-list li{
        width: 50%;
        border: 1px solid rgba(255, 255, 255, 0.2);
        padding: 30px 0 10px;
    }
    .abCulture .value-box .value-list li img{
        width: 40px;
    }
    .abCulture .value-box .value-list li .tt{
        font-size: 18px;
        margin: 20px 0 10px;
    }
    .abCulture .value-box .value-list li .line{
        width: 28px;
        height: 1px;
    }
    .abCulture .value-box .value-list li .info{
        height: 52px;
        margin-top: 16px;
    }
    .abCulture .value-box .value-list li .info p{
        font-size: 14px;
    }
    .abAbout_num div{
    
    }
    .slideNav{
        display: none;
    }
}
@media(max-width:1500px) {
    .tmkHead_logo{height: 46px;}
    .head_link a{
        font-size: 16px;
        font-weight: bold;
    }
    .footEwm .img img{
        width: 100px;
        height: 100px;
    }
    .footEwm h2{
        left: 120px;
    }
    .footRig_box .text p{
        font-size: 12px;
        line-height: 1.8;
    }
    .tmkFoot_copy a,.tmkFoot_copy{
        font-size: 12px;
    }
    .tmkFoot-nav dl dt a{
        font-size: 16px;
    }
    .footRig_box .text h2{
        font-size: 24px;
    }
    .temeike{
        margin-bottom: 332px;
    }
}

@media(min-width:1025px) {
    .proList_a:hover {
        background: #fff;
        box-shadow: 0 0 10px #ddd;
    }

    .proList_a:hover {
        border: 1px solid #eeeeee;
    }

    .proList_a:hover .proList_r {
        opacity: 1;
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    .proList_a:hover .proList_img>img {
        transform: translateY(-16px);

    }
}


/* ========================================================================================
    proDet
=========================================================================================== */
.proDet {
    background: #fff;
    padding-top: 97px;
    padding-bottom: 58px;
}

/* 1 */
.proDet_top {
    position: relative;
}

.proDet_top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #eeeeee;
    z-index: 11;
}

.proTop_l {
    position: fixed;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100vh;
    display: flex;
    align-items: center;
    background: url(../images/bg5.png) no-repeat top center;
    background-size: cover;
}

.proTop_l .innerPad {
    width: 100%;
    padding: 0;
}

.proTop_l.pos {
    position: absolute;
    bottom: 0;
    top: auto;
    padding: 0;
}

.proDet_box {
    width: 100%;
    padding-left: 148px;
    margin-top: 78px;
}

.proDet_wid {
    display: inline-block;
    text-align: left;
    min-width: 468px;
}

.proDet_name {
    border-bottom: 1px solid #eeeeee;
    ;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.proDet_name span {
    font-size: 15px;
}

.proDet_name p {
    font-size: 24px;
    letter-spacing: 0.5px;
    font-weight: bold;
}

.proDet_color {
    display: none;
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 14px;
}

.proDet_color ul {
    margin-top: 12px;
}

.proDet_color li {
    display: inline-block;
    width: 18%;
    margin-right: 1%;
    height: 58px;
    border: 1px solid #eeeeee;
}

.proDet_color li img {
    width: 100%;
    height: 80%;
    object-fit: contain;
    margin: 10% auto;
}

.proDet_pro {
    font-size: 14px;
}

.proDet_pro ul {
    margin-top: 12px;
}


.proDet_buy {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 34px;
    margin-top: 14px;
}

.proDet_buy a {
    position: relative;
    z-index: 3;
    display: block;
    width: 49%;
    float: left;
    line-height: 50px;
    background: #333;
    text-align: center;
}

.proDet_buy a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #a3d43f;
    transition: all 0.48s;
    z-index: -1;
}

.proDet_buy a:hover::before {
    height: 100%;
}

.proDet_buy span,
.proDet_buy svg {
    vertical-align: middle;
}

.proDet_buy span {
    color: #fff;
}


.proDet_buy svg {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.proDet_buy svg path {
    fill: #fff;
}

.proDet_buy a:first-of-type svg {
    width: 30px;
    height: 32px;
}

.proDet_ul {
    padding: 6px 0;
}

.proDet_ul:last-child li {
    padding-left: 18px;
}

.proDet_ul:last-child li:not(:first-of-type)::after {
    opacity: 1;
}

.proDet_ul:last-child li:first-of-type {
    padding-left: 0;
    font-size: 15px;
    font-weight: bold;
}

.proDet_ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 2;
    font-size: 14px;
    padding: 6px 0;
}

.proDet_ul li p,
.proDet_ul li span {
    width: 50%;
}

.proDet_ul li::after {
    opacity: 0;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-radius: 50%;
    background: #a1a1a1;
}

.proDet_ul li i {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.proDet_ul li span {
    font-weight: bold;
    font-size: 14px;
}

.proDet_ul li p {
    font-weight: 100;
}

.proTop_r {
    position: relative;
    z-index: 11;
    width: 50%;
    display: inline-block;
    padding-bottom: 108px;
    padding-right: 5%;
    padding-top: 108px;
}


.proTop_img {
    width: 100%;
}

.proTop_img img {
    width: 100%;
}

.proTop_r .swiper-wrapper {
    display: block;
    margin-bottom: 48px;
}

.proTop_r .swiper-slide {
    margin-bottom: 48px;
}

/* 2 */

.proDet_btm {
    padding: 0 4% 0;
    width: 100%;
    position: relative;
}

.proDet_btm_pos {
    position: absolute;
    top: -97px;
}

.proDet_btm_bg {
    background: #f7f7f7;
    height: 38vh;
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}

.proDet_btm_tab {
    display: none;
}

.proDet_btm_tab:first-of-type {
    display: block;
}

.proDet_btm_tab ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.proDet_btm_tab li {
    width: 25%;
    margin-bottom: 24px;
}

.proDet_btm_tab li i {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #0f589d;
    vertical-align: middle;
    margin-right: 5px;
}

.proDet_list ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 88px 0 14px;
}

.proDet_list ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #eeeeee;
}

.proDet_list li {
    cursor: pointer;
    position: relative;
    padding: 0 78px;
    letter-spacing: 1px;
}

.proDet_list li::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    width: 0;
    margin-left: -12px;
    height: 2px;
    background: #0f589d;
}

.proDet_list li.on::after {
    width: 21px;
}

.proDet_list li.on a {
    color: #0f589d;
}

/* 3 */
.proDet_btn {
    position: fixed;
    left: 50%;
    bottom: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 97px;
    z-index: 21;
}

.proDet_btn li:not(:last-child) {
    cursor: pointer;
    background: #e6e0da;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    margin-bottom: 25px;
    margin-left: -5px;
}

.proDet_btn li:last-child {
    cursor: pointer;
    position: relative;
    padding-top: 8px;
    margin-top: 35px;
    margin-left: -15px;

}

.proDet_btn li:last-child a {
    color: #0f589d;
    font-size: 15px;
    letter-spacing: 2px;
}

.proDet_btn li:last-child::after,
.proDet_btn li:last-child::before {
    position: absolute;
    top: 0;
    content: "";
    display: block;
    height: 1px;
    width: 15px;
    background: #0f589d;
    left: 50%;
    margin-left: -9px;
}

.proDet_btn li:last-child::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.proDet_btn li:not(:last-child) a {
    font-size: 0px;
}

.proDet_btn_a {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    width: 204px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #0f589d;
    color: #fff;
    font-size: 16px;
}

.proDet_btn.pos {
    position: absolute;
}

/* ==========================================
    zhineng
=========================================================================================== */
.zhineng {
    padding: 89px 0 138px;
}

.znA {
    display: block;
    position: relative;
    margin-top: 89px;
}

.znA .tmkMore .indMore {
    background: #0f589d;
    color: #fff;
}

.znImg {
    display: inline-block;
    position: relative;
    width: 68%;
    padding-top: 38%;

}


.znImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.znTxt {
    position: absolute;
    right: 0;
    top: 56%;
    transform: translateY(-50%);
    width: 38%;
    background: #ECEFF4 url(../images/bg2.png) no-repeat top center;
    background-size: cover;
    padding: 60px 56px 48px;
    box-shadow: 0 -5px 30px rgba(0, 0, 0, .05);
}

.znTxt span {
    display: block;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 14px;
    color: #0f589d;
}

.znTxt p {
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.8;
    min-height: 76px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.znA:nth-child(2n) {
    text-align: right;
}

.znA:nth-child(2n) .znTxt {
    right: auto;
    left: 0;
}

/* ========================================================================================
    znList
=========================================================================================== */
.znList {
    position: relative;
}

.znList_tit {
    position: relative;
}

.znList_tit.center {
    text-align: center;
}

.znList_tit span {
    display: block;
    text-transform: uppercase;
    font-size: 42px;
    color: #333;
    font-family: Arial;
    margin: 14px 0 28px;
}

.znList_tit p {
    font-weight: 300;
    font-size: 18px;
    opacity: 0.8;
    letter-spacing: 0.5px;
    line-height: 1.8;
}

/* 1 */
.znList_one {
    padding: 89px 0 128px;
}


.znVid_ico {
    z-index: 11;
    background-image:  url(../images/btnPlay.png);
    background-repeat: no-repeat;
    height: 75px;
    width: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    cursor: pointer;
}

.znVid_ico::before {
    content: '';
    position: absolute;
    background-image: url(../images/btnPlayRo.png);
    height: 103px;
    width: 103px;
    left: 50%;
    top: 50%;
    margin-left: -51.5px;
    margin-top: -51.5px;
    cursor: pointer;
    -webkit-animation: palyAnimate 2s ease infinite;
    animation: palyAnimate 2s ease infinite;
}

@keyframes palyAnimate {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes palyAnimate {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

.znList_one .znList_tit {
    max-width: 1280px;
    margin: 0 auto;
}

.znOne {
    margin-top: 58px;
}

.znOne {
    position: relative;
    padding-top: 38%;
}

.znOne::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0f589d;
    opacity: 0.32;
}

.znOne video,
.znOne img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* 2 */
.znList_two {
    background: #f7f7f7;
    padding: 89px 0 128px;
}

.znTwo {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.znTwo_img {
    position: relative;
}

.znTwo_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.znTwo_l {

    width: 34%;
}

.znTwo_l .znTwo_img {
    padding-top: 148%;
}

.znTwo_r {
    order: -1;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 64%;
}

.znTwo_r>div {
    width: 100%;
    /* height: 50%; */
}

.znTwo_img {
    height: 56%;
}

.znTwo_txt {
    height: 44%;
    padding: 48px 0;
}

.znTwo_txt p {
    font-weight: 300;
    font-size: 18px;
    opacity: 0.8;
    letter-spacing: 0.5px;
    line-height: 1.8;
}

/* 3 */
.znList_thr {
    padding: 89px 0 128px;
}

.znThr_p p {
    font-weight: 300;
    font-size: 18px;
    opacity: 0.8;
    letter-spacing: 0.5px;
    line-height: 1.8;
    text-align: center;
}

.znThr_box {
    margin-top: 58px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.znThr_a {
    display: block;
    width: 32%;
    overflow: hidden;
}

.znThr_img {
    position: relative;
    padding-top: 121%;
}

.znThr_img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #0f589d;
    height: 100%;
    width: 100%;
    opacity: 0.32;
    transition: all 1s;
}

.znThr_img img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all 0.8s;
}

.znThr_a:hover .znThr_img img {
    transform: scale(1.2);
}

.znThr_a:hover .znThr_img:after {
    opacity: 0;
}

/* 4 */
.znList_for {
    padding: 89px 0;
    background: #f7f7f7;
}

#znThumb {
    position: relative;
    width: 100%;
    margin: 58px auto 0;
}

#znThumb .white-panel {
    position: absolute;
    overflow: hidden;
}

#znThumb .white-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0f589d;
    opacity: 0.32;
}

#znThumb img {
    width: 100%;
    max-width: 100%;
    height: auto;
    transition: all 0.68s;
}

#znThumb .white-panel:hover img {
    transform: scale(1.1);
}

/* ========================================================================================
    news    
=========================================================================================== */
.news {
    padding: 89px 0;
    background: #f7f7f7;
}

.newsBox {
    overflow: hidden;

}

.newsA {

    float: left;
    margin-left: 2%;
    display: block;
    width: 32%;
    position: relative;
    margin-bottom: 48px;
}

.newsA:nth-child(3n-2) {
    margin-left: 0;
}

.newsImg {
    position: relative;
    padding-top: 58%;
    overflow: hidden;
}

.newsImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
    transform: scale(1.1);
}

.newTime {
    position: absolute;
    bottom: 28px;
    right: 0;
    background: rgba(255, 255, 255, 0.86);
    padding: 18px 30px;
    text-align: center;
}

.newTime span {
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    transition: all 0.48s;
}

.newTime p {
    font-size: 14px;
    opacity: 0.8;
    line-height: 1;
    margin-top: 5px;
    transition: all 0.48s;
}



.newsTxt {
    background: #fff;
    padding: 38px 40px 34px;
}

.tmkMore .indMore .newsTxt {
    margin-top: 28px;
}

.newsTit {
    display: block;
    font-size: 20px;
    line-height: 1.6;
    transition: all 0.48s;
    min-height: 96px;
}

.newsTit_time {
    color: #0f589d;
    font-weight: 400;
}

.newsTit_time img {
    vertical-align: top;
    margin-top: 2px;
    margin-right: 3px;
}

.newsP {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 18px;
    color: #666;
    letter-spacing: 0.5px;
    font-weight: 300;
    display: none;
}

.newsP br {
    display: none;
}

.newsA:hover .newTime p,
.newsA:hover .newTime span {
    color: #a3d43f;
}

.newsA:hover .newsImg img {
    transform: scale(1);
}

.newsA:hover .newsTit {
    color: #a3d43f;
}

/* ========================================================================================
    newsDet    
=========================================================================================== */

.newsDet {
    position: relative;
    margin-top: 89px;
    font-family: 'Montserrat';
}

.newsDet_box {
    max-width: 1200px;
    margin: 0 auto;
}

.newsDet_top {
    padding-bottom: 30px;
    border-bottom: 1px dashed #dbdbdb;
}

.newsDet_top em {
    text-transform: capitalize;
    color: #a3d43f;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 2;
}

.newsDet_top h4 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.newsDet_top p span {
    margin-right: 22px;
    font-size: 14px;
    font-family: 'Montserrat';
    vertical-align: top;
    opacity: 0.8;
}

.newsDet_top p svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.newsDet_top p svg path {
    fill: #c3c3c3;
}

.newsDet_top p img {
    margin-right: 8px;
    vertical-align: bottom;
    display: inline-block;
}

.newsBody {
    line-height: 2.1;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #666;
    margin: 35px 0 20px;
    padding-bottom: 28px;
}

.newsBody p {

    margin: 18px 0;
}

.newsBody strong {
    font-size: 16px;
}

.newsBody img {
    margin: 20px 0;
    max-width: 100%;
}

.newsDet_more {
    padding-top: 40px;
    font-weight: bold;
    text-transform: capitalize;
}

.newsDet_more a {
    font-family: 'Montserrat';
    display: inline-block;
    padding-left: 28px;
    background-image: url(../images/back_h.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 21px;
    transition: all 0.48s;
    color: #a3d43f;
    font-size: 18px;
}

.newsDet_more a:hover {
    padding-left: 40px;

}



.cd-main {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
    overflow: hidden;
}

.cd-list__full {
    letter-spacing: 1px;
    padding-bottom: 70px;
    width: 100%;
}

.cd-list__title {
    position: relative;
    border-bottom: 1px solid rgba(193, 189, 189, 0.4);
    padding-bottom: 34px;
    margin-bottom: 40px;
    text-align: center;
}

.cd-list__full h3 {
    color: #111;
    line-height: 1.6;
    font-size: 28px;
    margin-bottom: 14px;
    margin-top: 0;
    font-weight: 400;
}

.cd-list__full span {
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(17, 17, 17, 0.5);
}

.cd-list__title .img {
    position: absolute;
    top: 0;
    right: 0;
}

.cd-list__title .img img {
    width: 120px;
}

.cd-list__full h5 {
    display: block;
    color: #333;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 400;
}

.cd-list__full h6 {
    display: block;
    color: #333;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
}

.cd-list__full p {
    font-size: 15px;
    line-height: 2;
    color: rgba(17, 17, 17, 0.5);
    margin-bottom: 20px;
    text-indent: 2em;
}

.cd-list__full p img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.topbtm_bar {
    border-top: 1px solid #efefef;
    padding-top: 40px;
}

.topbtm_bar .icon {
    position: relative;
    margin: 0 10px;
    display: inline-block;
}

.topbtm_bar .icon:before {
    content: "";
    -webkit-transition: ease .5s;
    transition: ease .5s;
    display: block;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #bebecc;
    position: absolute;
    left: -15px;
    top: 0;
}

.topbtm_bar .next .icon:before {
    right: -15px;
    left: auto;
}
.topbtm_bar .fl{
    float: left;
}
.topbtm_bar .fr{
    float: right;
}
.topbtm_bar a {
    width: 48%;
    height: 30px;
    line-height: 30px;
    color: rgba(17, 17, 17, 0.6);
    letter-spacing: 0.5px;
}

.topbtm_bar a p {
    width: calc(100% - 150px);
    overflow: hidden;
    white-space: nowrap;
        line-height: 34px;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.topbtm_bar a:hover {
    color: #0f589d;
}

.topbtm_bar a.fr {
    text-align: right;
}

.topbtm_bar span {
    margin: 0 10px
}

.topbtm_bar i {
    font-style: normal;
    font-family: "Gasalt-Regular";
    font-size: 22px;
}
















/* ========================================================================================
    shehui
=========================================================================================== */
.shehui {
    padding: 89px 0 108px;
}

.shehui_top {
    position: relative;
    margin-bottom: 28px;
}

.shehui_img {
    position: relative;
    padding-top: 40%;
}

.shehui_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shehui_txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    padding: 32px 50px;
    text-align: center;
}

.shehui_txt span {
    display: none;
    line-height: 1;
    font-size: 28px;
}

.shehui_txt p {
    padding-right: 10px;
    display: inline-block;
    background: linear-gradient(90deg, #0f589d, #0599e6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-style: italic;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}

.shUl {
    position: relative;
    margin-left: -1%;
    margin-right: -1%;
    margin-bottom: 68px;
}

.shUl li {
    position: relative;
    float: left;
    width: 31%;
    margin: 1%;
    padding-top: 20%;
    margin-top: 2%;
    overflow: hidden;

}

.shUl li:first-of-type {
    width: 64%;
    padding-top: 42.998%;
}

.shUl li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s;
}

.shUl li:hover img {
    transform: scale(1.1);
}

.shP {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 108px 24px 18px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.shP p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis; */
}

/* ========================================================================================
    service
=========================================================================================== */
.serBox>div {
    padding: 89px 0;

}

/* 1 */
.serBox .serAb {
    padding: 0;
}

.serAb_box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.serAb_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #f7f7f7;
}

.serAb_box>div {
    width: 50%;
    padding: 8% 0;
}

.serAb_box .serAb_l {
    padding-left: 5%;

}

.serAb_box .serAb_r {
    padding-right: 5%;
}

.serAb_img {
    overflow: hidden;

}

.serAb_img img {
    width: 100%;
    object-fit: cover;
    transition: all 0.68s;
    transform: scale(1.1);
}

.serAb_img:hover img {
    transform: scale(1);
}

.serAb_txt {
    position: relative;

}

.serAb_txt svg {
    width: 48px;
    height: 48px;
    fill: #0f589d;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 7px;
}

.serAb_txt span {
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 42px;
}

.serAb_txt p {
    font-weight: 300;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

/* 2 */
.serCase {
    background: url(../images/bg6.jpg) no-repeat center fixed;
    background-size: cover;
}

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

.serCase_img {
    position: relative;
    padding-top: 54%;
}

.serCase_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.68s;
    transform: scale(1.1);
}

.serCase_item:hover .serCase_img img {
    transform: scale(1);
}

.serCase_item:hover .serCase_txt span {
    color: #a3d43f;
}

.serCase_txt {
    background: rgba(255, 255, 255, 1);
    padding: 32px 30% 40px 38px;
    position: relative;

}

.serCase_num {
    position: absolute;
    bottom: -40px;
    right: 14px;
    font-size: 148px;
    line-height: 1;
    font-weight: bold;
    opacity: 0.1;
    color: #0f589d;
    letter-spacing: 0;
}

.serCase_txt span {
    font-size: 22px;
    line-height: 1.6;
}

.serCase_txt p {
    margin-top: 14px;
    font-size: 14px;
    opacity: 0.8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.8;
    letter-spacing: 0.5px;
    line-height: 1.8;
}

.serCase .swiper-pagination {
    position: relative;
    margin-top: 48px;
}

.serCase .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    margin: 0 0 0 8px;
    outline: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    background: #999;
    cursor: pointer;
    opacity: 0.5;
    border-radius: 0;
}

.serCase .swiper-pagination-bullet-active {
    background: #0f589d;
    opacity: 1;
}

/* 3 */
.serBox .serPro {
    position: relative;
    padding-bottom: 128px;
}

.serPro .swiper-slide:first-child .serPro_item {
    border: 0;
} 


.serPro_item {
    position: relative;
    padding: 0 24px;
    border-left: 1px dotted #eeeeee;
}

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

.serPro_img img {
    width: 100%;
    transition: all 0.48s;
    transform: scale(1);
}

.serPro_item:hover img {
    transform: scale(1.1);

}

.serPro_item p {
    margin-top: 18px;
    font-size: 17px;
    text-align: center;
}

.serPro .swiper-pagination {
    position: relative;
    margin-top: 48px;
}

.serPro .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    margin: 0 0 0 8px;
    outline: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    background: #999;
    cursor: pointer;
    opacity: 0.5;
    border-radius: 0;
}

.serPro .swiper-pagination-bullet-active {
    background: #0f589d;
    opacity: 1;
}

/* 4 */

.serBox .serDz {
    position: relative;
    background: url(../images/bg6.jpg) no-repeat center fixed;
    background-size: cover;
    padding: 128px 0;
}

.serDz_box {
    position: relative;

    text-align: right;
}


.serDz_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
}

.serDz_img img {
    width: 100%;
}

.serDz_form {
    position: relative;
    width: 50%;
    display: inline-block;
    text-align: left;
    padding-left: 6%;
}

.serDz_form form {
    width: 90%;
}


.serDz_form form div {
    padding: 14px 0;
    line-height: 50px;
    border-top: 1px solid #DCDCDC;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.serDz_form form div:last-child {
    border-bottom: 1px solid #DCDCDC;
}

.serDz_form form span {
    position: relative;
    padding-left: 38px;
}

.serDz_form form span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 21px;
    height: 1px;
    background: #eeeeee;
}

.serDz_form form input {
    font-size: 15px;
    letter-spacing: 0.5px;
    width: calc(100% - 140px);
    color: #000;
    background: transparent;
}

.serDz .tmkMore .indMore {
    background: #0f589d;
    color: #fff;
}

/* ========================================================================================
    web
=========================================================================================== */

.diqiu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diqiu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

#canvasBox {
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent;
    margin: 0 auto;
}

.web {
    margin-top: 100vh;
    position: relative;
    z-index: 11;
    padding-bottom: 108px;
}

/* 2 */
.temeike.map {
    background: transparent;
}

.web .indTit {
    margin-bottom: 0;
}


.weImg {
    position: relative;
    width: 100%;
    padding-top: 78%;
}

.weImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.webSwiper {
    margin-top: 68px;
}

.webSwiper .swiper-container {
    padding: 68px 0;
}

.webSwiper .swiper-slide {
    cursor: pointer;
    position: relative;
    transform: scale(0.6);
}

.webSwiper .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0f589d;
    opacity: 0.32;
}

.webSwiper .swiper-slide-prev,
.webSwiper .swiper-slide-next {
    transform: scale(1);

}

.webSwiper .swiper-slide-prev {
    transform-origin: center left;
    position: relative;
    left: -60px;
}

.webSwiper .swiper-slide-next {
    transform-origin: center right;
    position: relative;
    right: -60px;
}

.webSwiper .swiper-slide.swiper-slide-active {
    z-index: 11;
    transform: scale(1.5);
    margin: 0 30px;
    left: -15px;
}

.webSwiper .swiper-slide-active::after {
    opacity: 0;
}

.webSwiper .webSwiper_btn {
    margin-top: 28px;
    text-align: center;
}

.webSwiper .swiper-button-next::after,
.webSwiper .swiper-button-prev::after {
    content: none;
}

.webSwiper .swiper-button-next,
.webSwiper .swiper-button-prev {
    outline: none;
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px dotted rgba(27, 47, 95, 0.28);
    left: auto;
    display: inline-block;
    margin: 0px 10px;
    background: #fff;
    transition: all 0.8s;
}

.webSwiper .swiper-button-next img,
.webSwiper .swiper-button-prev img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    margin: 0 auto;
}


.webSwiper .swiper-button-next:hover,
.webSwiper .swiper-button-prev:hover {
    background: rgba(27, 47, 95, 1);
}

.webSwiper .swiper-button-next:hover .abDeve_arr_ico,
.webSwiper .swiper-button-prev:hover .abDeve_arr_ico {
    display: none;
}

.webSwiper .swiper-button-next:hover .abDeve_arr_hover,
.webSwiper .swiper-button-prev:hover .abDeve_arr_hover {
    display: block;
}

.webSwiper .swiper-button-next .abDeve_arr_hover,
.webSwiper .swiper-button-prev .abDeve_arr_hover {
    display: none;
}

/* ========================================================================================
    contact
=========================================================================================== */
/* 1 */
.conBox {
    padding: 89px 0;
    position: relative;
    background: url(../images/bg3.jpg) no-repeat center fixed;
    background-size: cover;
}

.conBox_tab {
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.conBox_item {
    width: 33.33%;
    padding: 38px 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eceff3;
    box-shadow: 0 0.9375em 1.875em rgba(0, 0, 0, 0.1);
}

.conBox_item.bg {
    background: #0f589d;
}

.conBox_item.bg.red {
    background: #a3d43f;
}

.conBox_item.bg span,
.conBox_item.bg p {
    color: #fff;
}

.conBox_item.bg i {
    background: #fff;
}

.conBox_item.bg svg {
    width: 40px;
    height: 40px;
}

.conBox_item.bg svg path {
    fill: #a3d43f;
}

.conBox_item:hover {
    box-shadow: 0 0.9375em 1.875em rgba(0, 0, 0, 0.1);
}

.conBox_item:first-of-type {
    border-left: 0;
}

.conBox_div {
    display: inline-block;
    text-align: center;
}

.conBox_item i {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.conBox_item:hover i {
    animation: icoI 1s linear infinite;
}

@-webkit-keyframes icoI {
    0% {
        -webkit-transform: translate(0px, 0px);
    }

    25% {
        -webkit-transform: translate(0px, -10px);
    }

    50% {
        -webkit-transform: translate(0px, 0px);
    }

    75% {
        -webkit-transform: translate(0px, 10px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
    }
}

@-moz-keyframes icoI {
    0% {
        -moz-transform: translate(0px, 0px);
    }

    25% {
        -moz-transform: translate(0px, -10px);
    }

    50% {
        -moz-transform: translate(0px, 0px);
    }

    75% {
        -moz-transform: translate(0px, 10px);
    }

    100% {
        -moz-transform: translate(0px, 0px);
    }
}

@keyframes icoI {
    0% {
        transform: translate(0px, 0px);
    }

    25% {
        transform: translate(0px, -10px);
    }

    50% {
        transform: translate(0px, 0px);
    }

    75% {
        transform: translate(0px, 10px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.conBox_item svg {
    margin: 0 auto;
    width: 38px;
    height: 38px;
}

.conBox_item svg path {
    fill: #a3d43f;
}

.conBox_item:nth-child(3) svg {
    width: 19px;
    height: 19px;
}


.conBox_item span {
    font-weight: 300;
    font-size: 14px;
    display: block;
    line-height: 2;
    margin: 10px 0 14px;
}

.conBox_item p {
    letter-spacing: 1px;
}

.conBox_item:not(:nth-child(1)) p {
    font-size: 16px;
    letter-spacing: 1px;
}

/* 2 */
.conInline {
    position: relative;
    margin: 48px 0;
}

.conInline .tmkMore,.ind-campus-view .tmkMore,.indShop .tmkMore {
    text-align: center;
}

.conInline_input {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.conInline_input>div {
    width: 31%;
    margin-bottom: 24px;
}


.conInline form span {
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
}

.conInline form textarea,
.conInline form input {
    font-size: 14px;
    color: #000;
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: none;
    border: 1px solid #eee;
    padding: 0 16px;
    -webkit-appearance: none;
    border-radius: 0;
}

.conInline form textarea {
    height: 148px;
    line-height: 1.8;
}

.conInline form>div {
    position: relative;
}

.conJoin_wid {
    max-width: 60%;
    padding-right: 15%;
    padding-left: 1%;
}

.conJoin_wid .indTit {
    margin-bottom: 48px;
}

.conDiv-input {
    width: 100%;
    border-bottom: 1px solid #DCDCDC;
    position: relative;
    line-height: 58px;
    height: 58px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.conJoin_form input,
.conJoin_form textarea {
    width: calc(100% - 148px);
    background: transparent;
    font-size: 14px;
}

.conJoin_form input::-webkit-input-placeholder {
    color: #999 !important;
}

.conJoin_form textarea::-webkit-input-placeholder {
    color: #999 !important;
}

.conJoin_form input {
    height: 50px;
    line-height: 50px;
    padding-left: 12px;
}

.conJoin_form textarea {
    padding: 0 12px;
    height: 50px;
    background: transparent;
}

.conDiv-name {
    display: inline-block;
    vertical-align: middle;
    min-width: 108px;
    padding-right: 14px;
}

.conDiv-name svg {
    width: 32px;
    height: 32px;
    fill: #0f589d;
    vertical-align: middle;
}

.conDiv-input:nth-last-of-type(1) .conDiv-name svg,
.conDiv-input:nth-last-of-type(2) .conDiv-name svg {
    width: 28px;
    height: 28px;
}

.conDiv-name span {
    padding: 0 0 0 10px;
    font-size: 16px;
    vertical-align: middle;
    color: #000;
}

/* 3 */
.conJoin {
    position: relative;
    padding: 89px 0 128px;
    background-color: #ECEFF4;
    background-image: url(../images/bg2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.conJoin .map{width:100%;height:600px;position: relative;overflow: hidden;}
.conJoin .map:before{content: '';position: absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.05);z-index:2;transition: all 0.5s;}
.conJoin .map:hover:before{top:100%;}
.conJoin .map #dituContent{height:100%;}
.conJoin_box {
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;

}

.conJoin_img {
    width: 42%;
    height: 586px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, .3);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.conJoin_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.conJoin .indTit p,
.conInline .indTit p {
    font-size: 17px;
}

.contact .tmkMore .indMore {
    margin-top: 28px;
    background: #0f589d;
    color: #fff;
}

.conLoad {
    padding: 89px 0 120px;
}

.conLoad_box {
    margin-left: -1%;
    margin-right: -1%;
}

.conLoad_a {
    float: left;
    width: 30%;
    margin: 1%;
    position: relative;
    padding: 30px 40px;
    display: block;
    height: 200px;
    background-color: #f3f3f3;
}


.conLoad_a p {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
}

.conLoad_a:hover p {
    color: #a3d43f
}

.conLoad_ico {
    position: absolute;
    bottom: 28px;
    right: 40px;
    font-size: 24px;
}

.conLoad_ico svg {
    width: 28px;
    height: 28px;
    fill: #a3d43f;
}

.conLoad_pdf {
    position: absolute;
    bottom: 40px;
    left: 40px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
    opacity: 0.8;
}

.conLoad_pdf svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

/*产品slick*/
 .bigDemo .slick-list {
                        padding: 0 20% !important;
                    }



                    .slickDemo .slick-arrow {
                        /* width: 33px;
                        height: 33px;
                        display: block;
                        border-radius: 5px;
                        background-color: #999999;
                       
                        margin-top: -36px; */
                        top: 50%;
                        margin-top: -50px;
                        width: 50px;
                        height: 50px;
                        border-radius: 50%;
                        margin-bottom: 0;
                        border: 1px dotted rgba(27, 47, 95, 0.28);
                        display: inline-block;
                        background: rgba(27, 47, 95, 1);
                        transition: all 0.8s;
                    }

                    .slickDemo .slick-arrow i {
                        background: url(../images/ico2_1.png) no-repeat scroll center center;
                        width: 100%;
                        height: 100%;
                        margin: 0px auto;
                        display: block;
                        transition: 300ms;
                        -webkit-transition: 300ms;
                    }

                    .slickDemo .slick-prev {
                        left: -58px;
                    }

                    .slickDemo .slick-next {
                        right: -58px;
                    }

                    .slickDemo .slick-prev i {
                        background-image: url(../images/ico2_1.png);
                    }

                    .slickDemo .slick-next i {
                        background-image: url(../images/ico1_1.png);
                    }



                    .slickDemo .slick-prev:hover i {
                        background-position: 30% center;
                    }

                    .slickDemo .slick-next:hover i {
                        background-position: 70% center;
                    }



                    .slickDemo.slick-slider {
                        position: relative;
                        display: block;
                        margin-top: 20px;
                        box-sizing: border-box;
                        -webkit-user-select: none;
                        -moz-user-select: none;
                        -ms-user-select: none;
                        user-select: none;
                        -webkit-touch-callout: none;
                        -khtml-user-select: none;
                        -ms-touch-action: pan-y;
                        touch-action: pan-y;
                        -webkit-tap-highlight-color: transparent;
                    }

                    .slickDemo .slick-list {
                        position: relative;
                        overflow: hidden;
                        display: block;
                        margin: 0;
                        padding: 0;
                    }

                    .slickDemo .slick-slide {
                        float: left;
                        height: 100%;
                        min-height: 1px;
                        margin: 0 30px;
                        outline: none;
                    }

                    .slickDemo .slick-prev,
                    .slickDemo .slick-next {
                        position: absolute;
                        z-index: 99;
                        cursor: pointer;
                    }

                    .slickDemo .slick-dots {
                        display: none !important;
                        position: relative;
                        text-align: center;
                        margin-top: 20px;
                    }

                    .slickDemo .slick-dots li {
                        display: inline-block;
                        margin: 0 5px;
                        width: 12px;
                        height: 12px;
                        background: #eeeeee;
                        -webkit-border-radius: 50%;
                        -moz-border-radius: 50%;
                        border-radius: 50%;
                    }

                    .slickDemo .slick-dots li.slick-active {
                        background: #e60012;
                    }