/*

@font-face {
    font-family: 'PingFang';
    src: url(../other/PingFang.woff2);
}
@font-face {
    font-family: 'PingFang_reg';
    src: url(../other/PingFang-ExtraLight.woff2);
}
@font-face {
    font-family: 'EUCLIDCIRCULARA';
    src: url(../other/EUCLIDCIRCULARA-MEDIUM_0.TTF);
}

*/
*,
body,
html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font: 14px/1.8 'PingFang', "微软雅黑", "冬青黑体", "Arial", "Helvetica", "SimHei", "STXihei", sans-serif;
    margin: 0 auto;
    color: #333;
    background-color: #fff;
    box-sizing: border-box;
}
ol,
ul,
li {
    list-style: none;
}
input {
    outline: none;
}
a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}
img {
    border: 0;
}
.inner {
    width: 90%;
    margin: 0 auto;
}
.wgt-fade-animate {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
}
.appear {
    -wewgtit-animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    -webkit-animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}
@-webkit-keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
        opacity: .1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
        opacity: .1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
/*    common   ====================================================================*/
.inner {
    width: 90%;
    max-width: 1920px;
}
.padd {
    padding: 108px 0;
}
.paddInner {
    padding: 48px 0 108px;
}
.pepDw {
    position: absolute;
    top: -189px;
}
.txtP p {
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 1.8;
}
.fixImg {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.fixImg img {
    opacity: 0;
    display: block;
    width: 100%;
    max-height: 648px;
    object-fit: cover;
}
.arrSvg {
    margin-top: 38px;
    display: block;
    width: 54px;
    height: 54px;
    background: #026db9;
    border-radius: 50%;
}
.arrSvg svg {
    position: relative;
    top: -5px;
    margin: 30%;
    width: 40%;
    height: 40%;
    animation: svgAnimate .48s infinite alternate;
}
.arrSvg path {
    fill: #fff;
}
.arrSvg.white {
    background: #fff;
}
.arrSvg.white path {
    fill: #026db9;
}
@keyframes svgAnimate {
    0% {
        top: -3px;
    }
    100% {
        top: 3px;
    }
}
/*  */
.pepTit {
    overflow: hidden;
    position: relative;
}
.pepTit_div {
    position: relative;
    width: 100%;
}
.pepTit_div span {
    display: inline-block;
    background: #fff;
    padding: 24px 0;
    line-height: 1.4;
    padding-right: 68px;
    letter-spacing: 1px;
    font-size:46px;
    text-transform: uppercase;
}
.pepTit_div span em{
    font-size: 28px;
}
.pepTit_div i {
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100%;
    background: #eee;
}
.pepTit_btn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: #fff;
    color: #666;
    font-size: 18px;
    padding: 28px;
    padding-right: 0;
}
.pepTit_btn svg {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-top: -4px;
}
.pepTit_btn path {
    fill: #666;
}
.pepTit_btn:hover {
    color: #026db9;
}
.pepTit_btn:hover path {
    fill: #026db9;
}
/*  */
.pepTit.more .indMore {
    outline: none;
    position: absolute;
    top: 50%;
    right: 00;
    transform: translateY(-50%);
    background: #fff;
}
.pepTit.more .indMore span {
    padding: 0 14px 0 48px;
}
.pepTit.more .indMore i {
    background: #fff;
}
.pepBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #026db9;
    opacity: .08;
    z-index: 3;
}
/*  */
.banInner {
    position: relative;
    width: 100%;
    height: 58vh;
}
.banInner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banInner .banInner_mlb {
    display: none;
    height: auto;
}
/*  */
.conMore .more {
    display: inline-block;
    background: #026db9;
    color: #fff;
    line-height: 1;
    padding: 16px 28px;
    letter-spacing: 0.5px;
    border-radius: 38px;
    text-transform: uppercase;
    font-size: 13px;
}
.conMore .more:hover {
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
}
@keyframes gelatine {
    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}
@-webkit-keyframes gelatine {
    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}
/*  */
.indTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 28px;
    margin-bottom: 89px;
}
.indTop.white {
    border-color: rgba(255, 255, 255, 0.18);
}
.indTit span {
    letter-spacing: 1px;
    line-height: 1.4;
    font-size:44px;
    text-transform: uppercase;
}
.indTit span em{
    font-size:30px;
}
.indTit.white span {
    color: #fff;
}
.indMore span,
.indMore i {
    position: relative;
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.indMore i {
    width: 50px;
    height: 50px;
    border: 1px solid #333;
    border-radius: 50%;
    margin-left: 14px;
    transition: all 0.48s;
}
.indMore svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68%;
    height: 68%;
}
.indMore svg path {
    fill: #333;
}
.indMore.white span {
    color: #fff;
}
.indMore.white i {
    border-color: #fff;
}
.indMore.white svg path {
    fill: #fff;
}
@media(min-width:1025px) {
    .indMore:hover span {
        color: #158bda;
    }
    .indMore:hover i {
        border-color: #158bda;
        /*margin-left: 21px;*/
    }
    /*.indMorea:hover span{*/
        /*padding-left: 35px;*/
     /*}*/
    .indMore:hover path {
        fill: #158bda !important;
    }
}
.pepMore {
    display: inline-block;
    border-radius: 38px;
    border: 1px solid #333;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    padding: 20px 28px;
    letter-spacing: 1px;
    margin-top: 68px;
    font-weight: 300;
    transition: all 0.48s;
}
.pepMore.white {
    border-color: #fff;
    color: #fff;
}
.pepMore.hover,
.pepMore:hover {
    border-color: #026db9;
    background: #026db9;
    color: #fff;
}
/*  */
.pepPage {
    margin-top: 68px;
    text-align: center;
}
.pepPage a {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 38px;
    padding: 10px 28px;
    line-height: 1;
    margin: 0 5px;
    text-transform: uppercase;
}
.pepPage a:hover,
.pepPage a.on {
    border-color: #026db9;
    color: #fff;
    background: #026db9;
}
/* swiper.js */
.swiper-pagination-bullet {
    width: 68px;
    height: 4px;
    border-radius: 6px;
    background: #fff
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 48px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
.swiper-pagination-bullet-active {
    background: #fff
}
/*    header   ====================================================================*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding:18px 50px;
    transition: all .48s;
	background:url(../img/dhbj1.png) repeat;
}
.headBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headLogo {
    width: 180px;
}
.headLogo a {
    display: block;
}
.headLogo img {
    width: 100%;
    display: block;
}
.headLogo .headLogo_img2 {
    display: none
}
.headNav li {
    position: relative;
    margin: 0 28px;
    display: inline-block;
}
.headNav li::before {
    content: "";
    position: absolute;
    top: 30%;
    height: 40%;
    width: 1px;
    left: -34px;
    background: rgba(255, 255, 255, 0.18);
}
.headNav li:first-child:before {
    content: none;
}
.headNav a {
    font-weight: 300;
    color: #fff;
    display: block;
    letter-spacing: 1px;
    font-size: 15px;
    text-transform: uppercase;
}
.headR>a {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    /*   background: #139ff3; */
    border-radius: 38px;
    letter-spacing: 0.5px;
}
.headR path {
    fill: #fff;
}
.headTel {
    padding: 12px 0;
    font-size: 17px;
    font-weight: 300;
}
.headTel svg {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.headLang {
    padding: 12px 10px;
    position: relative;
    margin-left: 24px;
    padding-right: 0;
}
.headLang::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 50%;
    background: #ccc;
    width: 1px;
    height: 14px;
    margin-top: -7px;
}
.headLang svg {
    width: 10px;
    height: 10px;
}
header.bg {
    background:url(../img/dhbj2.png) repeat;
    box-shadow: 0 0 10px 1px #eee;
}
header.bg .headLogo .headLogo_img1 {
    display: none
}
header.bg .headLogo .headLogo_img2 {
    display: block
}
header.bg .headNav a {
    color: #333;
}
header .headNav a span{
    display: block;
    text-align: center;
    width: 100%;
}
header.bg .headNav a:hover {
    color: #158bda;
}
header.bg .headNav li::before {
    background: rgba(0, 0, 0, 0.18);
}
header.bg .headR>a {
    color: #333;
}
header.bg .headR path {
    fill: #333;
}
/* mobile */
.headMenu {
    position: relative;
    width: 22px;
    height: 20px;
    display: none;
    cursor: pointer;
    margin-left: 24px;
    margin-top: 3px;
    vertical-align: middle;
}
.headMenu span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1d1d1d;
    position: absolute;
    left: 0;
    transition: width 0.3s ease 0s;
}
.headMenu .headMenu_span1 {
    width: 12px;
    top: 0;
}
.headMenu .headMenu_span2 {
    width: 20px;
    top: 6px;
}
.headMenu .headMenu_span3 {
    width: 16px;
    top: 13px;
}
.headMenu.click .headMenu_span1 {
    width: 20px;
    transform: rotate(-45deg) translateY(9px);
}
.headMenu.click .headMenu_span2 {
    opacity: 0;
}
.headMenu.click .headMenu_span3 {
    width: 20px;
    transform: rotate(45deg) translateY(-9px);
}
/*  */
.headMlb {
    background: right 0 no-repeat #fff;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    overflow: hidden;
    position: fixed;
    top: 0;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    visibility: hidden !important;
    width: 100%;
    z-index: 990;
    padding: 10%;
}
.headMlb ul {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 44%;
    width: 80%;
}
.headMlb li {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
.headMlb li::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #eee;
}
.headMlb li a span{
    font-size: 17px;
}
.headMlb li a {
    position: relative;
    background: #fff;
    padding-right: 6px;
    display: inline-block;
    font-size: 15px;
    padding: 10px 0;
    padding-right: 18px;
    letter-spacing: 1px;
    outline: none;
    text-transform: uppercase;
}
.headIco {
    position: absolute;
    bottom: 118px;
    right: 5%;
    left: 5%;
}
.headIco a {
    display: flex;
    align-items: center;
}
.headIco svg {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 16px;
    margin-top: 6px;
}
.headIco span {
    font-size: 21px;
    letter-spacing: 1px;
    border-bottom: 1px solid #eee;
    font-family: 'EUCLIDCIRCULARA';
}
.headBtn {
    font-size: 18px;
    letter-spacing: 1px;
    height: 60px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: #026db9;
    text-align: center;
    line-height: 60px;
}
.headBtn a {
    color: #fff;
    display: block;
}
.headMlb.open {
    opacity: 1 !important;
    visibility: visible !important;
}
.headMlb.open .headBtn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.headMlb.open .headIco {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.headMlb.open li:nth-child(1) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}
.headMlb.open li:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}
.headMlb.open li:nth-child(3) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}
.headMlb.open li:nth-child(4) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}
.headMlb.open li:nth-child(5) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}
.headMlb.open li:nth-child(6) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}
.headMlb.open li:nth-child(7) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}
.headMlb.open li:nth-child(8) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}
.headMlb.open li:nth-child(9) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}
.headMlb.open li:nth-child(10) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}
.headMlb.open li {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
/*    footer   ====================================================================*/
footer {
    position: relative;
}
footer.bg {
    background: #fafafa;
}
footer form {
    position: relative;
}
footer input {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 54px;
    width: 100%;
    letter-spacing: 2px;
    font-weight: 300;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #eee;
}
footer input::-webkit-input-placeholder {
    /*font-family: 'PingFang_reg';*/
	color:#3387c3;
}
footer form svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 30px;
    height: 30px;
}
footer form path {
    fill: #999;
}
footer p {
    font-size: 18px;
    margin: 24px 0;
    color: #666;
    letter-spacing: 0.5px;
}
footer .p1 {
    margin-bottom: 89px;
    text-transform: capitalize;
}
footer .p1 br {
    display: none;
}
.footBox {
    padding: 89px 0 68px;
    font-size: 17px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footL {
    width: 618px;
}
.footNav {
    text-align: right
}
.footNav li {
    display: inline-block;
    margin-left: 58px;
}
.footNav li:first-child {
    margin-left: 0;
}
.footNav a {
    display: block;
    font-size: 18px;
    line-height: 54px;
}
.footIco {
    margin: 68px 0;
    text-align: right
}
.footIco_tit {
    font-weight: 300;
    text-transform: uppercase;
    margin-right: 28px;
    font-size: 20px;
    letter-spacing: 1px;
    color: #666;
    font-family: 'PingFang_reg';
    color: -internal-light-dark(black, white);
}
.footIco>div {
    margin-left: 68px;
    display: inline-block;
    vertical-align: middle
}
.footIco .footIco_img {
    position: relative;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background: #eee;
}
.footIco_img img {
    display: block;
    width: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.footForm {
    text-align: right;
}
.footForm p,
.footForm form {
    width: 100%;
    display: inline-block;
    max-width: 78%;
    text-align: left;
    margin-bottom: 0 !important;
}
.footCopy {
    border-top: 1px solid #eee;
    padding: 10px 0;
}
.footCopy_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footCopy a,
.footCopy p {
    color: #999;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
}
/*    index   ====================================================================*/
/* banner */
.banner {
    position: relative;
    width: 100%;
    height: 100vh;
}
.banImg {
    position: relative;
    width: 100%;
    height: 100vh;
}
.banImg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	max-height:360px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,.52), rgba(0,0,0,.0));
}
.banImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.banTxt {
    position: absolute;
    top: 34%;
    left: 10%;
}
.banTxt .pepMore {
    border-color: #fff;
    color: #fff;
    background: transparent;
}
.banTxt .pepMore:hover {
    border-color: #026db9;
    background: #026db9;
    color: #fff;
}
.banTxt>span {
    display: block;
    font-weight: bolder;
    text-transform: uppercase;
    color: #158bda;
    font-size: 68px;
    line-height: 1.5;
    letter-spacing: 2px;
    text-shadow: 0 1px 1px #fff;
}
.banTxt>p::before{
    content: "";
    display: block;
    width:140px;
    height:2px;
    background-color: #fd2a29;
    position: relative;
	    top: -16px;
	}
.banTxt>p {
    color: #fff;
    font-weight: bolder;
    letter-spacing:5px;
    font-size: 28px;
    margin-top: 28px;
    text-shadow: 1px 1px 1px #000;
}
.banner .swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.swiper-slide-active .banTxt {
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: fadeInRightBig 1.2s 1s 1;
    animation: fadeInRightBig 1.2s 1s 1;
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(300px);
        transform: translateX(300px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(300px);
        transform: translateX(300px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
.scroll {
    padding-bottom: 160px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    z-index: 100;
}
.scroll span.txt {
    display: block;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.01em;
    transform: rotate(90deg);
    margin-top: 1em;
    margin-left: 0.5em;
}
.scroll span.line {
    display: block;
    width: 1px;
    height: 140px;
    background-color: #729295;
    position: absolute;
    left: 50%;
    bottom: 0;
    overflow: hidden;
}
.scroll span.line::before {
    content: "";
    display: block;
    width: 1px;
    height: 120px;
    background-color: #fff;
    position: relative;
    animation-name: scrollLine;
    animation-duration: 3s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
@keyframes scrollLine {
    0% {
        top: -100%;
    }
    50% {
        top: 0;
    }
    100% {
        top: 100%;
    }
}
/* indab */
.indAb {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100vh;
    max-height: 900px;
    overflow: hidden;
}
.indAb>div {
    height: 100%;
    width: 50%;
    position: relative;
}
.indAb_a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.indAb_r,
.indAb_l {
    opacity: 0;
    transition: all 1s;
}
.indAb_r {
    transform: translateX(80%);
}
.indAb_l {
    transform: translateX(-80%);
}
.indAb_l a {
    height: 100%;
}
.indAb_r a {
    height: 50%;
}
.indAb_img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.48s;
}
.indAb_l .indAb_a::after {
    content: '';
    background: #3d5d89;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0.38;
}
.indAb_p {
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.indAb_a:last-child .indAb_p p {
    color: #fff;
    opacity: 0.8;
}
.indAb_ico {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 7;
    text-align: center;
}
.indAb_ico img {
    display: block;
    width: 108px;
    margin: 0 auto;
    transition: all 0.48s;
}
.indAb_ico p {
    margin-top: 14px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 42px;
    font-family: 'PingFang_reg';
    font-weight: 300;
    letter-spacing: 2px;
}
.indAb_txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    width: 80%;
}
.indAb_txt .indTit span {
    font-size: 38px;
    letter-spacing: 0;
}
.indAb_txt .indTit span em{
    font-size: 28px;
}
.indAb_txt .pepMore {
    margin-top: 48px;
}
.indAb.animate .indAb_r,
.indAb.animate .indAb_l {
    transform: translateX(0);
    opacity: 1;
}
@media(min-width: 1025px) {
    .indAb_a:hover .indAb_img {
        transform: scale(1.1);
    }
    .indAb_a:hover .indAb_ico img {
        transform: rotate(360deg);
    }
}
/* indPro */
.indPro {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.indPro_box {
    position: relative;
}
.indPro_a {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.indPro_img {
    position: absolute;
    right: 0;
    top: 0;
    width: 66%;
    height: 100%;
    overflow: hidden;
    background: #dde1ea;
}
.indPro_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.48s;
}
.indPro_txt {
    min-height: 508px;
    padding: 48px;
    padding-right: 89px;
    width: 34%;
    transition: all 0.48s;
}
.indPro_txt span {
    font-size: 34px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.indPro_txt p {
    color: #666;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.indPro .swiper-pagination {
    position: relative;
    margin-top: 10px;
    display: none;
}
.indPro .swiper-slide::after {
    content: none;
}
.indPro .swiper-container-horizontal>.swiper-pagination-bullets,
.indPro .swiper-pagination-custom,
.indPro .swiper-pagination-fraction {
    bottom: 0;
}
.indPro .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #158bda;
}
.indPro_arr {
    position: absolute;
    bottom: 48px;
    left: 0;
    opacity: 0;
    transition: all .48s;
}
.swiper-slide-active .indPro_arr {
    opacity: 1;
    transition-delay: 0.28s;
}
.indPro_arr .indPro_next,
.indPro_arr .indPro_prev {
    cursor: pointer;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    background: none;
    width: auto;
    height: auto;
    min-width: 38px;
    min-height: 32px;
}
.indPro_arr .indPro_prev {
    margin-right: 54px;
}
.indPro_arr .indPro_next {
    min-width: 70px;
}
.indPro_arr .indPro_next i,
.indPro_arr .indPro_prev i {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 38px;
    height: 1px;
    background: rgba(0, 0, 0, .4);
    transition: width .48s;
}
.indPro_arr .indPro_next i::before,
.indPro_arr .indPro_next i::after,
.indPro_arr .indPro_prev i::before,
.indPro_arr .indPro_prev i::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 1px;
    background: rgba(0, 0, 0, .4);
}
.indPro_arr .indPro_prev i::before {
    left: 0;
    transform-origin: left center;
    transform: rotate(45deg)
}
.indPro_arr .indPro_prev i::after {
    left: 0;
    transform-origin: left center;
    transform: rotate(-45deg)
}
.indPro_arr .indPro_next i::before {
    right: 0;
    transform-origin: right center;
    transform: rotate(45deg)
}
.indPro_arr .indPro_next i::after {
    right: 0;
    transform-origin: right center;
    transform: rotate(-45deg)
}
@media(min-width:1025px) {
    .swiper-slide-active .indPro_a:hover .indPro_img img {
        transform: scale(1.1);
    }
    .swiper-slide-active .indPro_a:hover .indPro_txt span {
        color: #158bda;
    }
    .indPro_arr .indPro_next:hover i,
    .indPro_arr .indPro_prev:hover i,
    .indPro_arr .indPro_prev:hover i::before,
    .indPro_arr .indPro_prev:hover i::after,
    .indPro_arr .indPro_next:hover i::before,
    .indPro_arr .indPro_next:hover i::after {
        background: rgba(0, 0, 0, 1);
    }
    .indPro_arr .indPro_prev:hover i,
    .indPro_arr .indPro_next:hover i {
        width: 68px;
    }
}
.indPro_box .swiper-slide {
    opacity: .8;
}
.indPro_box .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3d5d89;
    opacity: 0.18;
    transition: all 0.48s;
}
.indPro_box .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.indPro_box .swiper-slide.swiper-slide-active .indPro_a {
    z-index: 11;
}
.indPro_box .swiper-slide.swiper-slide-active::after {
    opacity: 0;
}
.indPro_box .swiper-slide.swiper-slide-active .indPro_txt {
    padding-left: 0;
}
/* indapp */
.indApp {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.indApp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0369ad;
    opacity: 0.68;
}
.indApp_box,
.indApp .inner {
    position: relative;
    z-index: 11;
}
.indApp_a {
    cursor: pointer;
    position: relative;
    text-align: right;
}
.indApp_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    overflow: hidden;
}
.indApp_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.48s;
}
.indApp_txt {
    display: inline-block;
    width: 45%;
    text-align: left;
    background: #fff;
    padding: 68px;
}
.indApp_s {
    display: none !important;
    font-family: 'PingFang_reg';
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .5px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.indApp_b {
    display: block;
    min-height: 126px;
    font-size: 30px;
    letter-spacing: .5px;
    line-height: 1.4;
    transition: all 0.48s;
}
.indApp_p {
    margin-top: 38px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.indApp_a:hover .indApp_b p {
    color: #158bda;
}
.swiper-slide-active .indApp_a:hover .indApp_img img {
    transform: scale(1.1);
}
.indApp_box .swiper-container-horizontal>.swiper-pagination-bullets,
.indApp_box .swiper-pagination-custom,
.indApp_box .swiper-pagination-fraction {
    position: relative;
    bottom: 0;
    margin-top: 28px;
}
/*    about   ====================================================================*/
.about {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.abImg {
    position: relative;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.28);
}
.abTxt {
    padding: 48px 14px 0;
}
.abTxt p {
    margin-top: 24px;
    color: #666;
    line-height: 2.1;
    font-size: 17px;
}
.abTxt_en {
    margin-top: 89px;
}
/*    product   ====================================================================*/
/* pro - common */
.proUl {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.proUl li {
    width: calc(50% - 30px);
    margin: 15px;
    background: #fdfeff;
    box-shadow: 0 0 6px 0px #eee;
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.proUl li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #026db9;
    z-index: -1;
    transition: all 0.48s;
}
.proUl span {
    width: 80px;
    color: #026db9;
    font-size: 40px;
    font-family: 'EUCLIDCIRCULARA';
    font-weight: bold;
    display: flex;
    align-items: center;
}
.proUl span img {
    width: 48px;
    max-width: 80%;
}
.proUl span img.proUl_h {
    display: none;
}
.proUl p {
    line-height: 1.4;
    margin: 0;
    width: calc(100% - 80px);
}
@media(min-width:1025px) {
    .proUl li:hover {
        cursor: pointer;
    }
    .proUl li:hover::before {
        height: 100%;
    }
    .proUl li:hover p,
    .proUl li:hover span {
        color: #fff;
    }
    .proUl li:hover p {
        opacity: .8;
    }
    .proUl li:hover img.proUl_y {
        display: none;
    }
    .proUl li:hover img.proUl_h {
        display: block;
    }
}
/*  */
.product {
    position: relative;
    overflow: hidden;
}
.proNav {
    position: relative;
    margin-bottom:10px;
}
/*渐变效果
.proNav::before {
    content: '';
    display: block;
    width: 101%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    top: -0.63rem;
    height: calc(100% + .63rem + .7rem);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0) 58%, #ffffff 100%);
    z-index: 2;
}
*/
.proA {
    cursor: pointer;
    position: relative;
    padding: 14px 28px;
    z-index: 11;
    background: #ccc;
    text-align: center;
}
.proA::after {
    content: "";
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #026db9;
    transition: all 0.48s;
}
.proA img {
    width: 24px;
    margin-right: 8px;
    vertical-align: middle;
}
.proA span {
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.proNav i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 158px;
    display: block;
    text-align: right;
    z-index: -1;
    line-height: 1;
    font-style: inherit;
    font-family: 'EUCLIDCIRCULARA';
    color: transparent;
    -webkit-text-stroke: 1px #eee;
    font-weight: bold;
    transition: all 0.48s;
    letter-spacing: 1px;
    opacity: 0;
}
.proNav .swiper-slide {
    padding: 38px 0;
    width: auto;
    min-width: 328px;
}
.swiper-slide-active .proA {
    background: #026db9;
}
.swiper-slide-active .proA::after {
    bottom: -10px;
    opacity: 1;
}
.proNav .swiper-slide-active i {
    opacity: 1;
}
/*    proList   ====================================================================*/
.proList_one {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.proList_one>div {
    width: 50%;
}
.proList_img {
    position: relative;
    padding-top:31%;
    overflow: hidden;
}
.proList_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.proList_txt {
    padding: 28px 6%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.proList_txt span {
    position: relative;
    display: block;
    font-size: 34px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 28px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;
}
.proList_txt p {
    color: #666;
    line-height: 2.1;
    text-transform: capitalize;
}
.proList_two {
    margin: 89px auto;
    padding-bottom: 48px;
    border-bottom: 1px solid #eee;
}
.proList_two p {
    font-size: 18px;
    line-height: 2.1;
    text-transform: capitalize;
}
.proPro_a {
    margin-top: 48px;
    background: #efefef;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.proPro_img {
    position: relative;
    width: 45%;
    padding-top: 28%;
    overflow: hidden;
}
.proPro_img img {
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    height: 90%;
    object-fit: contain;
    transition: all 0.48s;
}
.proPro_txt {
    width: 55%;
    padding: 5% 6%;
    padding-right: 12%;
}
.proPro_txt span {
    position: relative;
    display: block;
    font-weight: bold;
    color: #026db9;
    font-size: 34px;
    letter-spacing: 1px;
    margin-bottom: 24px;
    padding-bottom: 6px;
}
.proPro_txt span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 6%;
    height: 3px;
    background: #026db9;
    transition: all 0.48s;
}
.proPro_txt p {
    margin-bottom: 68px;
    text-transform: capitalize;
    line-height: 2.1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media(min-width:1025px) {
    .proPro_a:hover .proPro_img img {
        transform: scale(1.1);
    }
    .proPro_a:hover .proPro_txt span::after {
        width: 100%;
    }
}
/*    proDet   ====================================================================*/
.proDet_top {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    background: #026db9;
}
.proDet_img {
    position: relative;
    padding-top: 38%;
    width: 36%;
    background: #e8ecf3;
}
.proDet_img img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    max-width: 468px;
}
.proDet_txt {
    width: 64%;
    padding: 8%;
    background: url(../img/bg4.jpg) bottom right;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.proDet_txt .txtP {
    width: 100%;
}
.proDet_txt p,
.proDet_txt span {
    color: #fff;
}
.proDet_txt span {
    letter-spacing: 1px;
    font-size: 34px;
    line-height: 1.4;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    padding-bottom: 14px;
    margin-bottom: 48px;
    display: block;
}
.proDet_txt p {
    opacity: .8;
    font-size: 17px;
    line-height: 2.1;
}
.proDet_div {
    text-align: center;
}
.proDet_div img {
    display: block;
    margin: 0 auto;
    margin-top: 28px;
    width: 100%;
    box-shadow: 0 0 10px 1px #dadada;
    border-radius: 6px;
}
/*    aplications   ====================================================================*/
.application {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.appTop {
    padding: 48px 0 68px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.appTop_l {
    width: 58%;
}
.appTop_l span {
    display: block;
    color: #026db9;
    font-size: 48px;
    line-height: 1.4;
}
.appTop_l p {
    font-size: 20px;
    color: #333;
    margin-top: 18px;
    letter-spacing: 1px;
}
.appTop_r {
    width: 42%;
}
.appTop_r p {
    color: #666;
    text-transform: capitalize;
    line-height: 2.1;
}
.appImg {
    position: relative;
    left:0;
    width: 100%;
}
.appTxt {
    position: relative;
}
.appItem {
    position: relative;
    margin-top: 89px;
    display: block;
}
.appItem {
    text-align: right;
}
.appItem:nth-child(2n) {
    text-align: left;
}
.appItem:nth-child(2n) .appL {
    left: auto;
    right: 0;
}
.appItem>div {
    width: 48%;
}
.appL {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
}
.appL img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.48s;
}
.appR {
    display: inline-block;
    text-align: left;
    padding-bottom: 48px;
}
.appR i {
    display: block;
    text-align: right;
    font-size: 168px;
    line-height: 1;
    font-style: inherit;
    font-family: 'EUCLIDCIRCULARA';
    color: transparent;
    -webkit-text-stroke: 1px #eee;
    font-weight: bold;
    transition: all 0.48s;
}
.appInfo_sm {
    display: block;
    margin-top: -48px;
    font-family: 'PingFang_reg';
    font-size: 16px;
    letter-spacing: 1px;
}
.appInfo_big {
    display: block;
    color: #026db9;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-top: 14px;
}
.appInfo .txtP {
    min-height: 56px;
    color: #666;
    margin-top: 18px;
    margin-bottom: 68px;
}
@media(min-width:1024px) {
    .appItem:hover .appL img {
        transform: scale(1.1);
    }
    .appItem:hover .appR i {
        -webkit-text-stroke: 1px rgba(27, 69, 136, .18);
    }
}
/*    appDet   ====================================================================*/
.appDet_top {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 38px;
    flex-wrap: wrap;
}
.appDet_top>div {
    width: 50%;
}
.appDet_l {
    background: #026db9 url(../img/bg3.png) no-repeat left center fixed;
    background-size: 58%;
    padding: 5%;
    padding-right: 8%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.appDet_l i {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    margin-bottom: 24px;
}
.appDet_l span {
    color: #fff;
    font-size: 24px;
    letter-spacing: .5px;
}
.appDet_l p {
    opacity: .8;
    margin-top: 38px;
    color: #fff;
    margin-bottom: 68px;
}
.appDet_r {
    position: relative;
    padding-top: 30%;
}
.appDet_r img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    display: block;
    width: 100%;
}
.appDet_ul {
    position: relative;
}
.appDet_li {
    margin-top: 89px;
}
.appDet_img {
    position: relative;
}
.appDet_tit {
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: .5px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 14px;
    margin-bottom: 28px;
}
.appDet_txt p {
    margin-top: 24px;
    color: #666;
    text-transform: capitalize;
}
.appDet_img {
    margin-top: 48px;
}
/*    What’s news   ====================================================================*/
.news {
    position: relative;
}
.newsBox {
    margin-left: -1%;
    margin-right: -1%;
    overflow: hidden;
}
.newsA {
    float: left;
    width: 31%;
    margin: 1%;
}

.newsImg {
    padding-top: 64%;
    position: relative;
    overflow: hidden;
	    border: solid 1px #ddd;
}
.newsImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.48s;
}
.newsTxt {
    position: relative;
}
.newsTit {
    position: relative;
    padding: 28px 5px;
    border-bottom: 1px solid #eee;
}
.newsTit span {
    position: relative;
    display: block;
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsTit span::after {
    content: attr(data-val);
    position: absolute;
    top: 0;
    left: 0;
    color: #026db9;
    z-index: 11;
    width: 0%;
    transition: width 1s;
    overflow: hidden;
}
.newsP {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
}
.newsP span {
    color: #666;
    font-weight: 600;
    font-family: 'PingFang_reg';
    text-transform: uppercase;
    font-size: 15px;
}
/*   一行一条新闻   ====================================================================*/
.newsA.yihang1{ width:100%;}
.newsA.yihang1 .newsImg {
    padding-top:18%;
    float: left;
    width:24%;
}
.newsA.yihang1 .newsTxt {
    position: relative;
    width:70%;
    float: left;
	margin-left:4%;
}

.newsA.yihang1 .gaiyao{
padding: 20px 5px 10px 5px;
}
.newsA.yihang1 .newsTit span {
    font-size: 27px;
}
@media(min-width:1025px) {
    .newsA:hover .newsImg img {
        transform: scale(1.1);
    }
    .newsA:hover .newsTit span::after {
        width: 100%;
    }
}
/*    newsDet   ====================================================================*/
.newsDet {
    padding: 89px 0 108px;
}
.newsDet_box {
    max-width: 1200px;
    margin: 0 auto;
}
.newsTop {
    padding-bottom: 30px;
    border-bottom: 1px dashed #dbdbdb;
}
.newsTop em {
    text-transform: capitalize;
    color: #139ff3;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 2;
}
.newsTop h4 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 20px;
    letter-spacing: 1px;
    margin-top: 8px;
}
.newsTop p {
    font-size: 13px;
}
.newsTop p img {
    margin-right: 8px;
    vertical-align: middle;
}
.newsBody {
    line-height: 2;
    color: #666;
    margin: 35px 0 20px;
    padding-bottom: 28px;
    border-bottom: 1px dashed #dbdbdb;
}
.newsBody span {
    font-weight: bold;
    color: #333;
    font-size: 24px;
    display: block;
    margin-bottom: 14px;
}
.newsBody span.span {
    margin-bottom: 0;
    text-indent: 2em;
    font-size: 20px;
    font-weight: inherit;
}
.newsBody p {
    margin: 18px 0;
}
.newBack {
    text-align: center;
}
.newBack .pepMore {
    margin-top: 48px;
    font-size: 15px;
    padding: 20px 68px;
}
/*    techical   ====================================================================*/
.techical {
    padding-bottom: 108px;
}
.techTit {
    text-transform: uppercase;
    margin-top: 89px;
    margin-bottom: 48px;
}
.techTit span {
    color: #026db9;
    font-size: 42px;
    line-height: 1.4;
    letter-spacing: 1px;
    display: block;
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;
}
.techUl {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 28px 0;
}
.techUl li {
    width: 45%;
    margin-bottom: 18px;
}
.techUl p {
    text-transform: capitalize;
    color: #666;
    margin: 0;
}
.techBox {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.techBox2 .techTxt {
    order: -1;
}
.techTxt {
    display: flex;
    align-items: center;
}
.techBox>div {
    width: 47%;
}
.techImg {
    position: relative;
    padding-top: 28%;
    overflow: hidden;
}
.techImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.48s;
}
.techTxt .techUl li {
    width: 100%;
}
@media(min-width:1025px) {
    .techBox:hover .techImg img {
        transform: scale(1.1);
    }
}
/*    contact   ====================================================================*/
.conBox {
    background: #026db9;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.conL {
    width: 38%;
}
.conTel {
    padding: 158px 89px;
}
.conTel:first-child {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.18); */
}
.conTel p,
.conTel span {
    color: #fff;
}
.conTel span {
    font-size: 28px;
    line-height: 1.4;
    display: block;
    margin-bottom: 48px;
    padding-bottom: 14px;
    border-bottom: 1px dotted rgba(255,255,255,0.18);
}
.conTel p {
    opacity: .68;
}
.conTel p br {
    display: none;
}
.conR {
    width: 62%;
    overflow: hidden;
}
.conR img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 617px;
    display: block;
    transform: scale(1.1);
}
.iw_poi_title {
    color: #009572;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}
.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
    line-height: 1.6
}
#allmap {
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
.conMess {
    margin-top: -48px;
}
.conMess textarea,
.conMess input {
    width: 100%;
    border: 0;
    background: #f9f9f9;
    line-height: 68px;
    height: 68px;
    margin-top: 10px;
    padding: 0 18px;
    font-size: 16px;
    /* font-family: 'PingFang_reg'; */
    letter-spacing: .5px;
}
.conMess textarea::-webkit-input-placeholder,
.conMess input::-webkit-input-placeholder {
    font-family: 'PingFang_reg';
}
.conInp {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.conInp input {
    width: 32%;
}
.conMess textarea {
    height: 208px;
    resize: none;
}
.conBtn {
    margin-top: 38px;
}
.conBtn input {
    width: auto;
    height: auto;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    padding: 18px 51px;
    border: 0;
    background: #026db9;
    color: #fff;
    border-radius: 38px;
    line-height: 1;
    font-family: 'PingFang_reg';
    FONT-WEIGHT: 600;
    letter-spacing: 1px;
    margin-right: 14px;
}