@font-face {
    font-family: 'PingFang';
    src: url(../fonts/PingFang.woff2);
}

@font-face {
    font-family: 'PingFang_reg';
    src: url(../fonts/PingFang-ExtraLight.woff2);
}

@font-face {
    font-family: 'EUCLIDCIRCULARA';
    src: url(../fonts/EUCLIDCIRCULARA-MEDIUM_0.TTF);
}
@font-face {
	font-family:Barlow-Regular;
	src: url('../fonts/Barlow-Regular.ttf'); }
*,
body,
html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font: 14px/1.8  "微软雅黑", "冬青黑体", "Arial", "Helvetica", "SimHei", "STXihei", sans-serif;
    margin: 0 auto;
    color: #333;
    background-color: #fff;
    box-sizing: border-box;
}

.juzm table  {
    border: 1px solid #ccc!important;
}


.juzm table tr td {
    padding: 11px;
    font-size: 14px;
    color: #333;
    line-height: 26px;
    border: 1px solid #ccc;
    border-top: 0;
    border-right: 0;
}






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;
}


.rtproject{ width: 90%;
    margin: 0 auto;
    padding-top: 40px; display:flex;padding-bottom: 20px;}
.lx{ flex:1; width: 31%;margin:0 0 95px 20px;overflow: hidden;box-shadow: 0 0 20px rgba(51,51,51,.1);}
.lx div{float:left;-webkit-transition: .5s;padding:25px;font-size: 14px;background-color: #fff;line-height: 26px;color: #333; width:100%;  display:block}
.lx div span{display:block;margin-bottom:10px;font-weight:500;font-size: 32px;color: #000;}
.lx div b{ width: 42px;height:2px;background-color: #e8e8e8;margin:45px  auto 0; display:block}
.lx div p{ font-size:17px; text-align:center; padding:3% 8%; margin-bottom:40px; display:block; height:100px; line-height:33px; color:#666 }
.lx1{margin-left: 0;}
.lx>a{display: block;width:100%;height:300px;overflow: hidden; background:#f1f1f1}
.lx div .ho{ display:none}
.lx div .on1{ display:block}

.lx>a img{-webkit-transition: .5s; height:100%; width:auto; margin:0 auto; display:block;}
.lx div i{width:50px;-webkit-transition: .5s;margin:87px 0 0 110px;*margin:87px 0 -1px 70px;position:absolute;z-index:1001;display:block;height:25px;background: url("../images/ind_06.png") no-repeat;}
.lx2 div i{margin:-45px 0 0 110px;background: url("../images/ind1_03.png") no-repeat;}
.lx:hover div i{background: url("../images/ind1_06.png") no-repeat;}
.lx2:hover div i{background: url("../images/ind_03.png") no-repeat;}
.lx:hover div{color: #fff;background-color: #0066b0;}
.lx:hover div span{color: #fff;}
.lx:hover>a img{-webkit-transform: scale(1.1);}

.lx .rtyu{ width:100%;margin:0 auto; margin-bottom:20px }
.lx .rtyu img{ width:25%; margin:0 auto;}
footer{ display:block}
.lx:hover div .ho{ display:block}
.lx:hover div .on1{ display:none}
.lx:hover div p{ color:rgb(255,255,255,.5)}

@media all and (max-width:850px){  

.lx {
    flex: none;
    width: 90%;
    margin: 0 5% 35px 5%;
    overflow: hidden;

}.rtproject {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    display:flex;
    padding-bottom: 20px;flex-wrap:  wrap 
}.contenta {
    width: 100%;
    margin: 0 auto;
}



.mt-tabpage-item .item {
    padding: 25px 0;
    width: 99%!important;
    height: 120px;
    text-decoration: none;
}.mt-tabpage-item .item .left .num {
    font-size: 28px;
    font-family: 'beba';
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}.mt-tabpage-item .item .right .h0 {
    font-size: 18px;
    color: #222222;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    transition: .5s ease-in-out;
    margin-bottom: 15px;
}.mt-tabpage-item .item .right {
    width: calc(100% - 75px);
    text-align: left;
}.mt-tabpage-item .item .left {
    width: 75px;
    text-align: center;
    line-height: 1;
    color: #222222;
    transition: .5s ease-in-out;
    font-family: 'beba';
    height: 70px;
}

}





.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: #1b4588;
    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: #1b4588;
}

@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: 58px;
    text-transform: uppercase;
}


.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: #1b4588;
}

.pepTit_btn:hover path {
    fill: #1b4588;
}

/*  */
.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: #1b4588;*/
    opacity: .28;
    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: #1b4588;
    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: 62px;
    text-transform: uppercase;
}

.indTit.white span {
    color: #fff;
}

.indMore span,
.indMore i {
    position: relative;
    font-size: 18px;
    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: #1b4588;
    background: #1b4588;
    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: #1b4588;
    color: #fff;
    background: #1b4588;

}


/* 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: 28px 50px;
    transition: all .48s;
}

.headBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headLogo {
    width: 280px;
}

.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; font-family:'PingFang'
}


.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: #fff;
    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: #1b4588;
    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; font-family:"微软雅黑"
}

/*    index   ====================================================================*/
/* banner */

@-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 .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: #23363e;
    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: #1b4588;
    z-index: -1;
    transition: all 0.48s;
}

.proUl span {
    width: 80px;
    color: #1b4588;
    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: 89px;
}

.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 #1b4588;
    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: #1b4588;
}

.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: 28%;
    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: #1b4588;
    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: #1b4588;
    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: #1b4588;

}

.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(../images/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: #1b4588;
    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: -20%;
    width: 120%;
}

.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: #1b4588;
    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: #1b4588 url(../images/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 {
    display:  none !important;
    margin-left: -1%;
    margin-right: -1%;
    overflow: hidden;
}

.newsA {
    float: left;
    width: 31%;
    margin: 1%;
}

.newsImg {
    padding-top: 64%;
    position: relative;
    overflow: hidden;
}

.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: #1b4588;
    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;
}

@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: #1b4588;
    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: #1b4588;
    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: #1b4588;
    color: #fff;
    border-radius: 38px;
    line-height: 1;
    font-family: 'PingFang_reg';
    FONT-WEIGHT: 600;
    letter-spacing: 1px;
    margin-right: 14px;
}





.main {
    width: 95%;
    margin: 0 auto;
    padding: 6% 0 6% 0;
}
.about2{ width:100%; background:url(../images/about_bg11.jpg) no-repeat center bottom fixed; background-size:100% ;position:relative  }
.hh2 h2 {
    font-size: 50px;
    color: #202020;
    text-align: center; 
}.hh2 span {
    font-size: 20px;
    color: #666666;
    text-align: center;
    display: block;
    padding-top: 4px;
    line-height: 28px; letter-spacing:2px
}.wrapper {
    width: 100%;
    height: 140px;
    display: flex!important;
    flex-direction: row;
    margin-top: 60px;
    margin-bottom: 80px;
}.wrapper1 {
    width: 25%;
    height: 90px;
    background: url(../css_index/line3.jpg) no-repeat right center;
    flex: 1;
}.counter { color:#008e3b; border-radius: 5px;}

.time1{ width:100%; margin-bottom:15px;  text-align:left; float:left; margin-left:0%; position:relative}
.time1 h2{  font-size:55px; font-family:BEBAS; margin:0; color:#01479e; text-align:left; float:left}
.timex{ width:100%; height:30px; color:#666666; font-size:18px; text-align:left;float:left; }
.picd{ float:left; width:100%; margin-top:30px}
.time1 i{  width: 26px;
    height: 26px;
    background-color: #cf000e;
   
    border-radius: 50%;
    color: #fff!important;
    line-height: 23px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    margin-top: 20px;float:left; margin-top:40px; margin-left:10px}

.wrapper1:last-child .time1 h2{ letter-spacing:-1px}
.wrapper1:last-child{ background:none}

.qywl {
    width: 98%;
    margin: auto;
    height: auto;
 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; margin-top:90px
}.qywlan {
    text-align: center; flex:1
   
}
.qywlan:hover{ margin-top:-10px;  transition:all 0.4s}
.qywlan:hover{}

.slide03 {
    -webkit-animation: slide03 1s;
    -moz-animation: slide03 1s;
    -ms-animation: slide03 1s;
    -o-animation: slide03 1s;
    animation: slide03 1s;
    visibility: visible;
}.qywlan01 {
    line-height: 22px;
    
    color: #fff;
  
    font-family: Tahoma, Geneva, sans-serif; margin:0; color:#fff; height:22px
}.qywlan02 {
    line-height: 32px;
    padding-top: 20px;
    padding-bottom: 20px;
   
    color: rgb(255,255,255,0.8); padding:20px 10% 0
}.slide04 {
    -webkit-animation: slide04 1s;
    -moz-animation: slide04 1s;
    -ms-animation: slide04 1s;
    -o-animation: slide04 1s;
    animation: slide04 1s;
    visibility: visible;
}

/*简介*/
.main{ position:relative}
.main2{ position:relative; width:1300px; margin:0 auto}
.about1{width:95%; margin:0 auto; padding:6% 0 0 0
}
.zuo_ab{ width:90%; margin:0 auto; margin-top:76px;  background-color:rgba(3,110,184,0.9); padding:6% 0; position:relative}
.zuo_ab h2{ font-size:50px; color:#fff; text-transform:uppercase; font-family:EUCLIDCIRCULARA; text-align:center; padding-bottom:10px}
.zuo_ab span{ font-size:20px; color:#fff; text-align:center; display: block; letter-spacing:2px}
.zuo_ab p{ color:#fff; font-size:18px;  text-align:center; margin:0 auto; margin-top:30px; line-height:33px; width:80%}
.zuo_ab p a{ color:#fff; }
.kuai_df{ width:94%; height:50px; background:#fff; box-shadow: 0 0 20px rgba(51,51,51,.1); margin-top:50px; padding:5% 3%}
.you_kuai{ width:46px; height:213px; background:#036eb8; position:absolute; right:0%; bottom:20%; line-height:46px}
.you_kuai p{transform:rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg); font-size:13px; color:#fff; text-transform:uppercase;  display:block; float:left; width:46px; text-align:center; font-family:Barlow-Regular; letter-spacing:4px; line-height:46px}
.zuo_ab .more{ width:20%; margin:40px auto; padding:10px; text-align:center ; transition:all 0.4s}
.zuo_ab .more a{ text-align:center; color:#333; font-size:18px; transition:all 0.4s}
.zuo_ab .more:hover { background:#fff; width:22%;  transition:all 0.4s; display:block; color:#333}
.zuo_ab .more:hover a{ color:#333}









.zuo_ab1{ width:100%; margin:0 auto; margin-top:0px;  padding:3% 0 6%; position:relative}
.zuo_ab1 h2{ font-size:60px; color:#1b1b1b; text-transform:uppercase; font-family:EUCLIDCIRCULARA; text-align:center; padding-bottom:10px}
.zuo_ab1 span{ font-size:30px; color:#333; text-align:center; display: block}
.zuo_ab1 p{ color:#525252; font-size:18px;  text-align:center; margin:0 auto; margin-top:30px; line-height:40px; width:90%; text-indent:30px}
.zuo_ab1 p a{ color:#333;font-size:18px;  }
.kuai_df{ width:94%; height:50px; background:#3; box-shadow: 0 0 20px rgba(51,51,51,.1); margin-top:50px; padding:5% 3%}
.you_kuai{ width:46px; height:213px; background:#036eb8; position:absolute; right:0%; bottom:20%; line-height:46px}
.you_kuai p{transform:rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg); font-size:13px; color:#fff; text-transform:uppercase;  display:block; float:left; width:46px; text-align:center; font-family:Barlow-Regular; letter-spacing:4px; line-height:46px}
.zuo_ab1 .more{ width:16%; margin:40px auto; padding:10px; text-align:center ; transition:all 0.4s; background:#036eb8;}
.zuo_ab1 .more a{ text-align:center; color:#333; font-size:18px; transition:all 0.4s;  color:#fff}
.zuo_ab1 .more:hover { background:#d0000e; width:18%;  transition:all 0.4s; display:block; color:#fff;border:0!important}
.zuo_ab1 .more:hover a{ color:#fff; border:0!important}



.kuai_df li{ width:30%; float:left ; border-right:1px #d2d2d2 solid; margin-left:3%; transition:all 0.4s;}
.fl{ float:left}
.fr{ float:right}
.zzuo{ width:25%; margin-left:5%}
.zzuo span{ font-size:38px; color:#343434}

.yyuo{ width:65%; }
.yyuo h2{ font-size:20px; color:#212121}
.yyuo span{ font-size:14px; color:#5d5d5d; text-transform:uppercase; font-family:font20988; margin-top:4px}

.kuai_df li:last-child{ border:0}
.kuai_df li:hover{ margin-top:10px;  transition:all 0.4s; border-bottom:2px #01479e solid; padding-bottom:20px}
.kuai_df li:hover .yyuo h2 { color:#01479e; font-size:21px; transition:all 0.4s}
.kuai_df li:hover .yyuo span { color:#01479e; font-size:13px; transition:all 0.4s}

.kuai_df li:hover .zzuo span{ color:#01479e; font-size:40px; transition:all 0.4s}

 line{ width: 50px;
    height: 1px;
    background: #666;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;}



.main1{ width:90%; margin:0 auto; padding-top:110px}
.hh23 h2 {
    font-size: 40px;
    color: #202020;
    text-align: center;
}.hh23 span {
    font-size: 18px;
    color: #666666;
    text-align: center;
    display: block;
    padding-top: 0px;
    line-height: 28px; width:80%; margin:0 auto; font-family:"微软雅黑"
}.logoz { width:100%; text-align:center; padding:0% 0px 0px; 
    font-size: 60px;
    color: #333;
    text-transform: uppercase;
    font-family: EUCLIDCIRCULARA;
    text-align: center;}
.logoz img { width:700px}
.i_title { width:100%; text-align:center; padding:5% 0px; width:1300px; margin:0px auto;}
.hh23 h3 { line-height:60px; font-size: 36px; color:#333; margin-bottom:2%; text-align:center;  font-family:"微软雅黑"; font-weight:normal}
.i_title p { line-height:30px; font-size:16px; color:#999;}
.i_title strong { font-size:22px; line-height:60px;}
.search{width:60%; margin:0 auto; margin-top:50px;height:62px; padding-left:10px; padding-right:0px; background:#f6f6f6; border-radius:5px; margin-bottom:3%;}
.search .fl{ width:75%}
.search .fr{ float:right;}
.searchinput{height:62px;border:#fefefe solid 0px;width:100%;float:left;display:inline;line-height:62px; outline:none; background:none; color:#555; opacity:0.7; font-size:16px; padding-left:5%; }
.chan_bg{ background:url(../images/cpbg.jpg) no-repeat center;  width:100%; margin:0 auto}
.search .fr input {
    width: 100%;
    background: #3d90cb;
    font-size: 17px;
    color: #ffffff;
    height: 62px; border:0;
}.search .fr {
    width: 25%;
}
em{ font-style:normal}
/* -- 关于我们 -- */
.abt{height: 703px;background: url(../images/abt-bg.jpg) no-repeat center; margin-top:5%}
.abt-1{height: 510px;width: 826px;background: rgba(255,255,255,0.92);float: right;margin-top: 105px;padding: 21px;}
.abt-1 .abt-s{border: 1px solid #005bac;box-sizing: border-box;height: 470px;}

.abt-1 .abt-s h2{height: 80px;width: 525px;margin-top: 79px;margin-left: 56px;}
.abt-1 .abt-s h2 em{font-size:48px;color:#03499e;display: block;line-height:48px;font-weight: bold;background: url(../images/dc-1.png) no-repeat 260px 6px; font-style:normal}
.abt-1 .abt-s h2 span{font-size:18px;color:#333333;display: block;line-height:38px;font-weight: normal;padding-top: 13px;}
.abt-1 .abt-s p{margin-left: 56px;font-size:16px;color:#333333;display: block;line-height:26px;font-weight: normal;padding-top:30px;width: 78%;}
.abt-1 .abt-s p a{color: #005bac;display: inline-block;}
.ab1{margin-top:50px;margin-left:56px;position: relative;}
.ab1 ul li{ float: left;text-align: center;margin-right:21px;position: relative;}
.ab1 ul li b{ display: inline-block;font-size:55px;line-height: 100%;color: #03499e;font-weight:bold;font-family: "Arial"; float:left}
.ab1 ul li em{display: inline-block;font-size:15px;line-height:42px;color: #666;font-weight:normal; float:left;margin-left: 5px;}
.ab1 ul li i{vertical-align: inherit;margin-left: 5px;display: inline-block;line-height:42px;font-size: 15px;color: #666;text-align: center;font-weight:normal; font-style:normal; float:left}
.ab1 ul li span{text-align: left;margin-left: 10px; display: block;font-size: 16px; line-height:22px; color: #333333; font-weight:normal; width:100%; float:left}
.ab1 ul li:last-child{ margin-right: 0;}

.ab1 ul{ display:flex}
.ab1 ul li{ flex:1}




.shichang{ width:100%; margin:0 auto}
.shichang ul{ width:90%; margin:0 auto; display:flex; margin-top:5%}
.shichang ul li{flex:1}
.shichang ul li .icon{ width:30%; float:left}
.shichang ul li p{ width:70%; float:left; font-size:20px}


.abt2{height:1053px;background: url(../images/ONBXKkS.jpg) no-repeat center top; }
.abt-2{height: 490px;width: 600px;background: rgba(0,101,171,0.82);float:left;margin-top: 105px;padding: 21px;}
.abt-2 .abt-s{border: 1px solid #fff;box-sizing: border-box;height: 450px;}

.abt-2 .abt-s h2{height: 80px;width: 525px;margin-top: 79px;margin-left: 56px; color:#fff}
.abt-2 .abt-s h2 em{font-size:44px;color:#333333;display: block;line-height:48px;font-weight: bold;background: url(../images/dc-1.png) no-repeat 260px 6px; font-style:normal; color:#fff}
.abt-2 .abt-s h2 span{font-size:18px;color:#333333;display: block;line-height:38px;font-weight: normal;padding-top: 13px; color:#fff}
.abt-2 .abt-s p{margin-left: 56px;font-size:16px;color:#fff;display: block;line-height:26px;font-weight: normal;padding-top:30px;width: 78%;}
.abt-2 .abt-s p a{color: #fff;display: inline-block;}
.ab2{margin-top:50px;margin-left:56px;position: relative;}
.ab2 ul li{ width:100%; height:60px; float:left}

.ab2 ul li .icon{ width:13%; float:left}
.ab2 ul li span{ width:90%; float:left; font-size:16px; color:#fff; line-height:32px}


@media screen and (min-width: 1263px) {
    html {
      font-size: calc(1263px * 20 / 1903);
    }
  }
  @media screen and (min-width: 1349px) {
    html {
      font-size: calc(1349px * 20 / 1903);
    }
  }
  @media screen and (min-width: 1463px) {
    html {
      font-size: calc(1463px * 20 / 1903);
    }
  }
  @media screen and (min-width: 1543px) {
    html {
      font-size: calc(1543px * 20 / 1903);
    }
  }
  @media screen and (min-width: 1583px) {
    html {
      font-size: calc(1583px * 20 / 1903);
    }
  }
  @media screen and (min-width: 1643px) {
    html {
      font-size: calc(1643px * 20 / 1903);
    }
  }
  @media screen and (min-width: 1663px) {
    html {
      font-size: calc(1663px * 20 / 1903);
    }
  }
  @media screen and (min-width: 1903px) {
    html {
      font-size: calc(1903px * 20 / 1903);
    }
  }
.index .pt2{ width:96%; margin:0px 2%; padding-bottom:100px; clear:both; overflow:visible; display: inline-block; font-family:"微软雅黑"}
.index .pt2 .t{font-size: 36px;font-weight: bold;text-align: center;color: #1d1d1d;line-height: 1;padding-top: 60px;margin-bottom: 20px;}
.index .pt2 .p{font-size: 16px;text-align: center;color: #515151;margin-bottom: 45px;}
.index .pt2_l{width: 49%;float: left;background-color: #0143a4;color: #fff;  }
.index .pt2_r{width: 49%;float: right;}
.index .pt2 .inner_box{padding: 28px 35px;color: #fff;display: block;  float:left;}
.index .pt2 .inner_box .time{font-size: 14px;line-height: 1;margin-bottom: 35px;}
.index .pt2 .inner_box .tit{font-size: 30px;line-height: 1.2;height: 2.4em;overflow: hidden;margin-bottom: 25px;}
.index .pt2 .inner_box .p2{font-size: 14px;height: 6.4em;overflow: hidden;}
.index .pt2_r .top_l{width: 48.5%;float: left; }
.index .pt2_r .top_l img{ width:100%;height:225px}
.index .pt2_r .top_r img{ width:100%; height:225px}
.index .pt2_r .top_r{width: 48.5%;float: right; }
.index .pt2_r .time2{font-size: 14px;margin-bottom: 16px;}
.index .pt2_r .top{margin-bottom: 27px; width:100%;  float:left;}
.index .pt2_r .top_box{padding: 30px 30px;background-color: #232324;color: #fff;transition: background .5s ease;-webkit-transition: background .5s ease; }

.index .pt2_r .top_box .t2{font-size: 20px;line-height: 1;}
.index .pt2_r .top a:hover .top_box{background-color: #c22523;}
.index .pt2_r .inner_box{background-color: #dedede;color: #1f1f1f; line-height:28px ; }
.index .pt2_r .inner_box:hover .tit{color: #0491e9;}
.index .pt2_r .inner_box .p2 {font-size:16px;}

.index .pt2_l .inner_box .p2 {font-size:16px; line-height:28px; }
.i_title h3 {
    line-height: 60px;
   font-size: 50px;
    color: #202020;
    text-align: center;

    margin-bottom: 2%;
}.i_title p {
    font-size: 25px;
    color: #666666;
    text-align: center;
    display: block;
    padding-top: 12px;
    line-height: 28px;
}.index .pt2_l .rect-50 img {
    width: 100%;
    height: 393px;
}
.imgZoom img, .imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}footer {
  background-color: #1e1e1e; width:100%; clear:both; overflow:visible; 
}
footer .main {
  padding-top: 4%;
}
footer .main .column-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; width:100%;
}
footer .main .left {
  width: 69%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer .main .tl {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
footer .main .column-list {
  margin-top: 0.18rem;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
footer .main .column-list > a {
  padding: 0.13rem 0;font-size: 15px;
  color: rgba(255,255,255,.7);
}
footer .main .right {
  width: 21%;
  
  align-items: center;
  justify-content: space-between;
}
footer .main .right .right1 { width:100%;} 
footer .main .right .xlogo { margin-bottom:35px;}
footer .main .cd {
  width: 45%;
  font-size: 0.16rem;
  text-align: center;
  color: rgba(255,255,255,.7);
}
footer .main .cd > img {
  width: 100%;
  margin-bottom: 20px;
}

/* 友情链接 */
footer .main .outer-chain {
  margin-top: 0.57rem;
  padding: 0.15rem 0;
  border-top: 1px solid  rgba(255,255,255,.08);
  display: flex;
  align-items: flex-start;
}
footer .main .outer-chain h3 {
  padding: 0.15rem 0;
  margin-right: 0.49rem;
  font-size: 0.22rem;
  font-weight: bold;color:  rgba(255,255,255,.7);
  white-space: nowrap;
}
footer .main .chain-list {
  margin-top: 0.03rem;
  display: flex;
  flex-wrap: wrap;
}
footer .main .chain-list > a {
  padding: 0.15rem 0;
  margin-right: 0.54rem;
  font-size: 0.16rem;
  color:  rgba(255,255,255,.7);
}
footer .main .chain-list > a:hover {
  color: #0143a4;
  text-decoration: underline;
}
footer .main .chain-list > a:nth-last-child(1) {
  margin-right: 0;
}
footer .footer {
  width: 100%;
  margin-top: 0.1rem;
  padding: 0.22rem 0;
  background-color:#1a1a1b; 
}
footer .enterprise {
  width:1300px;
  margin: 0 auto;
  font-size: 0.14rem;
color:  rgba(255,255,255,1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0.5;
}

footer .enterprise a {
color:  rgba(255,255,255,1);
}

footer .main .column-list > a:hover {
  color: #0143a4;
  text-decoration: underline;
}

@media (max-width: 1440px) {
  footer .main .chain-list > a {
    font-size: 16px;
  }
}
.fotv1 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 50px;
    color: rgb(255, 255, 255);
    font-size: 17px;
    text-transform: uppercase;
    padding-bottom: 18px;
    height: 110px;
    font-family: Arial, 微软雅黑;
    line-height: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.app {
  display: none;
}
.fotv1{ width:100%; margin-left:0%; margin-right:0%; border-bottom: rgba(255,255,255,.1) solid 1px; margin-bottom:50px; color:#fff; font-size:17px; text-transform:uppercase; padding-bottom:18px; height:110px;font-family:Arial, "微软雅黑"; line-height:25px;}
.fotv1 a{ color:#fff;  }
.add1{ width:29.333333%; float:left; background:url(../images/add.png) no-repeat left  top; padding-left:3%; padding-right:3%; height:50px;}
.add2{ width:22.333333%; float:left; background:url(../images/tell.png) no-repeat left; padding-left:5%;height:60px}
.add3{ width:22.333333%; float:left; background:url(../images/tell.png) no-repeat left top; padding-left:5%;height:60px; padding-top:5px;}
.add4{ width:22.333333%; float:right; background:url(../images/tem.png) no-repeat left top; padding-left:5%;height:60px; padding-top:5px;}

.index_2{background-position:center; background-repeat:no-repeat;background-attachment: fixed; background-size:cover; background-image:url(../images/img12.jpg);
color:#fff; text-align:center; background-color:#e4e4e4; padding-bottom:10%; position:relative; padding-top:8.70833333333333vw;}
.index_2_2{ position:relative; margin-top:1em;
color:#fff; padding-bottom:1.5em; font-size:22px;}
.index_2_1{
font-size:50px; }
.index_2_1 b { font-weight:700; font-family:"微软雅黑"}


.index_2_2:after{ margin-left:-20px; bottom:0;
content:''; position:absolute; left:50%; height:2px; background-color:#fff; width:40px;}
.index_2 .wmid{
position:relative; }
.index_2:after{ background-color:#000; opacity:0;
content:''; position:absolute; left:0; top:0; width:100%; height:100%; }
.index_2_3{
margin-top:4em;}


.zl { width:100%; clear:both; overflow:visible; display:flex; }
.zl dl { display:inline-block; text-align:center;color:#fff;font-size:18px; flex:1; margin-left:5%}
.zl dl img { margin-right:0px }
.zl dl dt {  line-height:46px; width:100%;  color:#fff; text-transform:uppercase; font-size:28px; font-family:EUCLIDCIRCULARA;}
.zl dl dt1 {  line-height:46px; width:100%;  color:#fff; text-transform:uppercase; font-size:22px; font-family:EUCLIDCIRCULARA;  text-align:left}
.zl dl dd  { color:#fff; font-size:18px; font-weight:100; line-height:42px; font-family:Barlow-Regular; width:100%; display:block; margin-top:14px}
.zl dl dd  a{ font-size:18px;color:#fff;}
.ban1 { position:relative; width:100%; height:100%;}
.ban1 video{ position:absolute; z-index:-1; height:100%;}
.ban1:after {  content:" "; width:100%; height:100%; background:rgba(0,0,0,.35); position:absolute; z-index:1;}

.aazb { font-size:2.5em; letter-spacing:0px; font-weight:700;}
.aazb b { color:#cd0f16;}

.index_5_r .index_1_right_mid_bg { background: none !important;}

/******footer*******/
#footer{ color:#fff;
background-color:#333333; overflow:hidden; font-family:"微软雅黑"}
.footer_1{
text-align:center; border-bottom:1px #3b3b3b solid; padding:45px 0;}
.footer_2{ margin:3em 0 0;
position:relative; }
.footer_2_right{
position:absolute; right:0; top:0;}
.footer_2_left{
float:left; width:29.29411764705882%;}
.footer_2_mid{
float:right; width:70.70588235294118%; padding-bottom:7%}
.footer_2_mid_mid ul li{
float:left; width:25%;}




.footer_2_left_mid{
padding-right:20%;}
.footer_2_left_mid_2{ line-height:1.8; margin-top:1.375em;
font-size:15px; color:#989898; margin-bottom:2.25em;}
.footer_2_left_mid_1{
font-size:1.5em;}
.footer_t{
font-size:22px; margin-bottom:1em; color:#fff}
.footer_2_right_mid_1 dl dd{ padding-left:16px; margin-bottom:15px;
font-size:15px; color:#ccc; position:relative;}
.footer_2_right_mid_2{ margin-top:1.75em;
border-top:1px #535353 solid; padding-top:2em;}
.footer_2_right_mid_2 dl{
width:80%;}
.footer_2_right_mid_2 dl dd{
float:left; text-align:center; width:45.74468085106383%;}
.footer_2_right_mid_2 dl dd:nth-child(2n){
float:right}
.footer_2_right_mid_2 dl dd img{
width:100%;}
.footer_2_right_mid_1 dl dd:before{
content:''; position:absolute; left:0; width:12px; height:14px; background-position:center; background-repeat:no-repeat; background-size:cover;-webkit-transform: translateY(-50%);
    transform: translateY(-50%); top:50%;}
.footer_2_right_mid_1 dl dd:nth-child(1):before{
background-image:url(../images/f_img8.png);}



.footer_2_right_mid_1 dl dd:nth-child(2):before{
background-image:url(../images/f_img9.png);}	
.footer_3_right_mid_1 {
    margin-top: 1.75em;
    border-top: 1px #535353 solid;
    padding-top: 2em;
}.footer_t1 {
    font-size: 22px;
    margin-bottom: 0em;
}
.footer_3_right_mid_1 dl dd:before{
content:''; position:absolute; left:0; width:16px; height:17px; background-position:center; background-repeat:no-repeat; background-size:cover;-webkit-transform: translateY(-50%);
    transform: translateY(-50%); top:50%;}
.footer_3_right_mid_1 dl dd:nth-child(1):before{
background-image:url(../images/f_img10.png);}
.footer_3_right_mid_1 dl dd {
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #ccc;
    position: relative; font-family:Barlow-Regular
}


.footer_2_mid_mid ul li a{
font-size:15px; color:#ccc;transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.footer_2_mid_mid ul li a:hover{
color:#fff;}
.footer_2_mid_mid{border-left:1px #535353 solid;border-right:1px #535353 solid; overflow:hidden; min-height:320px; padding-left:9%;  }
.footer_2_right_mid{
width:267px;}
.wmid{
margin:0 auto; max-width:95%;}
.footer_2_left_mid_3 a{transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; margin-right:9px;
display:inline-block; background-position:center; background-repeat:no-repeat; width:38px; height:38px; border:1px #fff solid;border-radius:100%; }
.footer_2_left_mid_3 a:hover{
background-color:#fff;}
.i1{
background-image:url(../images/f_img2.png);}
.i1:hover{background-image:url(../images/f_img2on.png);}
.i2{
background-image:url(../images/f_img3.png);}
.i2:hover{background-image:url(../images/f_img3on.png);}
.i3{
background-image:url(../images/f_img4.png);}
.i3:hover{background-image:url(../images/f_img4on.png);}
.i4{
background-image:url(../images/f_img5.png);}
.i4:hover{background-image:url(../images/f_img5on.png);}
.footer_2_right_mid_2_2{
font-size:15px; color:#ccc; margin-top:8px;}
.footer_2_mid_mid ul li dl dd{
margin-bottom:15px;}
.footer_2_mid_mid_mid{
padding-right:1em;}
.footer_cp{ padding:1.5em 0; border-top:1px #535353 solid; overflow:hidden;
font-size:15px; color:#ccc; width:100%}
.footer_cp a{
color:#ccc;transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.footer_cp a:hover{
color:#fff}
.footer_cp_left{
float:left;  width:100%; text-align:center;}
.footer_cp_right{
float:right}
.jobmask{ display:none;
position:fixed; left:0; top:0; width:100%; height:100%; z-index:999; background-color:rgba(0,0,0,0.63);}
.jobmask_mid{ overflow:hidden;
position:relative; background-color:#fff;}
.jobmask_mid_close{
position:absolute; right:115px; top:115px;}
.jobmask_mid_close a img{-webkit-transition: 1s;
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;}
.jobmask_mid_close a:hover img{transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);}
.jobmask_mid_mid{
margin:3em 4em; min-height:460px; max-height:460px; overflow:hidden; overflow-y:auto;}
.jobmask_mid_mid_1{
font-size:115px; color:#000;}
.jobmask_mid_mid_2{
color:#ababab; margin-top:4px;}
.jobmask_mid_mid_3{
color:#666; line-height:1.8; margin-top:1.5em; margin-bottom:1.5em;}
.jobmask_mid_mid_4{
color:#666;}
.jobmask_mid_mid_4 a{
color:#f91212}
.jobmask_mid_mid_3_jj{
display:none}
.ovh{
overflow:hidden}
.marmid{ padding-bottom:5.20833333333333vw; padding-top:4.53125vw;
overflow:hidden; background-color:#f5f6f2;}
.marmid_1{
text-align:center}
.marmid_1 .joinus_mid_1_right_1{
margin-top:5px;}
.marmid_1 .joinus_mid_1_right_1 span:after {
left:50%;-webkit-transform: translateX(-50%);
    transform: translateX(-50%);}
.marmid_2{
text-align:center; color:#666; line-height:1.8; margin-bottom:2.5em;}
.marmid_3_left_bg{
position:absolute; left:0; top:0; width:100%; height:100%; background-position:center; background-repeat:no-repeat; background-size:cover;}
.marmid_3{
position:relative}
.marmid_3_right{-webkit-box-shadow:0 0.9375em 115px rgba(0,0,0,0.1); overflow:hidden;
    -moz-box-shadow:0 0.9375em 115px rgba(0,0,0,0.1);
    -ms-box-shadow:0 0.9375em 115px rgba(0,0,0,0.1);
    -o-box-shadow:0 0.9375em 115px rgba(0,0,0,0.1);
    box-shadow:0 0.9375em 115px rgba(0,0,0,0.1);
background-color:#fff; margin-left:34.66666666666667%; min-height:454px;}
.marmid_3_left{ top:3em;height:calc(100% - 6em); z-index:10; overflow:hidden;
position:absolute; left:0; width:43.5%; }
.marmid_3_right_mid{ margin-right:4.45859872611465%;
margin-left:18.47133757961783%; padding-top:3.75em;}
.banner_img_jj_mid_2{
margin-top:1.5em;}
.banner_img_jj_mid_2 a{
display:inline-block; color:#fff; background-color:#cd0f16; line-height:2em; padding:0 1.5em;border-radius:2em;}








/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:1200px){ 
.banImg .pc{ display:none}
.banImg .mb{ display:block}
.time1 {
    width: 60%;
    margin-bottom: 15px;
    text-align: left;
    float: left;
    margin-left: 8%;
    position: relative;
}
.time1 h2 {
    font-size: 32px!important;
    font-family: BEBAS;
    margin: 0;
    color: #01479e;
    text-align: left;
    float: left;
}.time1 i {
    font-style: normal;
    font-size: 14px;
    color: #666666;
    float: left;
    margin-top: 17px;
    margin-left: 10px;
}
.picd {
    float: left;
    margin-right: 0%;
    width: 25%;
    margin-top: 30px; margin-right:5%
}
.picd img{ width:100%; height:auto}
.timex {
    width: 100%;
    height: 30px;
    color: #666666;
    font-size: 16px;
    text-align: left;
    float: left; letter-spacing:-0.5px
}.about {
    width: 100%;
    height: 740px;
    background: url(../images/about_bg.jpg) no-repeat center bottom ;
    background-size: 100%;
    position: relative;
	background-attachment:inherit;
	background-size: cover;
}.zuo_ab h2 {
    font-size: 29px;
    color: #fff;
    text-transform: uppercase;
    font-family: EUCLIDCIRCULARA;
    text-align: center;
}.zuo_ab {
    width: 90%;
    margin: 0 auto;
    margin-top: 16px;
    background-color: rgba(1,71,158,0.9);
    padding: 4% 0;
    position: relative;
}

.zuo_ab span {
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: block;
}
line {
    width: 30px;
    height: 1px;
    background: #666;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}
line2 {
    width: 30px;
    height: 1px;
    background: #fff;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.zuo_ab p {
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    line-height: 30px;
    width: 85%;
}
.you_kuai {
    width: 36px;
    height: 213px;
    background: #01479e;
    position: absolute;
    right: 0%;
    bottom: 20%;
    line-height: 36px; display:none
}

.you_kuai p {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    float: left;
    width: 36px;
    text-align: center;
    font-family: Barlow-Regular;
    letter-spacing: 4px;
    line-height: 36px;
}.zuo_ab .more {
    border: 1px #fff solid;
    width: 45%;
    margin: 40px auto;
    padding: 5px;
    text-align: center;
    transition: all 0.4s;
}.zuo_ab .more a {
    text-align: center;
    color: #fff;
    font-size: 15px;
    transition: all 0.4s;
}.logoz {
    width: 100%;
    text-align: center;
    padding: 0% 0px 0px;
    font-size: 35px;
    color: #333;
    text-transform: uppercase;
    font-family: EUCLIDCIRCULARA;
    text-align: center;
}.hh23 h3 {
    line-height: 30px;
    font-size: 26px;
    color: #333;
    margin-bottom: 5%;
    text-align: center;
    font-family: "微软雅黑";
    font-weight: normal;
}.hh23 span {
    font-size: 15px;
    color: #666666;
    text-align: center;
    display: block;
    padding-top: 0px;
    line-height: 28px;
    width: 95%;
    margin: 0 auto;
    font-family: "微软雅黑";
}.search {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    height: 48px;
    padding-left: 10px;
    padding-right: 0px;
    background: #f6f6f6;
    border-radius: 5px;
    margin-bottom: 3%;
}.searchinput {
    height: 48px;
    border: #fefefe solid 0px;
    width: 100%;
    float: left;
    display: inline;
    line-height: 48px;
    outline: none;
    background: none;
    color: #555;
    opacity: 0.7;
    font-size: 15px;
    padding-left: 5%;
}.search .fr input {
    width: 100%;
    background: #3d90cb;
    font-size: 15px;
    color: #ffffff;
    height: 48px;
    border: 0;
}.content {
    width: 100%;
    margin: 0 auto;
    font-family: "Microsoft Yahei"; padding-top:3%
}.abt-1 { margin:0 auto;
    height: 550px;
    width: 85%;
    background: rgba(255,255,255,0.92);
    float:none;
    margin-top: 65px;
    padding: 21px; 
}.abt-2 {
    height: 415px;
    width: 85%;
    background: rgba(0,101,171,0.82);
    float: none;
    
    padding: 21px; margin:0 auto;margin-top: 25px;
}.i_title {
    width: 100%;
    text-align: center;
    padding: 5% 0px;
   
    margin: 0px auto;
}.abt-1 .abt-s h2 {
    height:auto;
    width: 96%;
    margin-top: 39px;
    margin-left: 4%;
}.abt-2 .abt-s h2 {
    height:auto;
    width: 90%;
    margin-top: 39px;
    margin-left: 56px;
    color: #fff; margin-left:5%
}.abt-1 .abt-s h2 em {
    font-size: 29px;
    color: #03499e;
    display: block;
    line-height: 48px;
    font-weight: bold;
    background: url(../images/dc-1.png) no-repeat 260px 6px;
    font-style: normal;
}.abt-1 .abt-s p {
    margin-left: 5%;
    font-size: 15px;
    color: #333333;
    display: block;
    line-height: 26px;
    font-weight: normal;
    padding-top: 10px;
    width: 90%;
}.ab1 {
    margin-top: 30px;
    margin-left: 5%;
    position: relative;
}.ab1 ul li b {
    display: inline-block; font-size:36px;
    line-height: 100%;
    color: #03499e;
    font-weight: bold;
    font-family: "Arial";
    float: left;
}.ab1 ul li span {
    text-align: left;
    margin-left: 10px;
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    font-weight: normal;
    width: 100%;
    float: left;
}.ab1 ul {
    display:block;
}
.ab1 ul li {
    float: left;
    text-align: center;
    margin-right: 5%;
    position: relative; width:45%; margin-bottom:3%
}
.abt-1 .abt-s {
    border: 1px solid #005bac;
    box-sizing: border-box;
    height: 510px;
}
.abt {
    height: 703px;
    background: url(../images/abt-bg1.jpg) no-repeat center;
    margin-top: 5%;
}
.abt2 {
    height: 830px;
    background: url(../images/ONBXKkS1.jpg) no-repeat center top;
    background-size: 150%;
}.abt-2 .abt-s h2 em {
   font-size: 29px;
 
    display: block;
    line-height: 35px;
    font-weight: bold;
    background: url(../images/dc-1.png) no-repeat 260px 6px;
    font-style: normal;
    color: #fff;
}.abt-2 .abt-s h2 span {
    font-size: 16px;
    color: #333333;
    display: block;
    line-height: 28px;
    font-weight: normal;
    padding-top: 4px;
    color: #fff;
}.ab2 {
    margin-top: 10px;
    margin-left:5%;
    position: relative;
}.ab2 ul li span {
    width: 70%;
    float: left;
    font-size: 15px;
    color: #fff;
}.abt-2 .abt-s {
    border: 1px solid #fff;
    box-sizing: border-box;
    height: 370px;
}.i_title h3 {
    line-height: 60px;
    font-size: 32px;
    color: #202020;
    text-align: center;
    margin-bottom: 0%; padding-top:7%
}.i_title p {
    font-size: 16px;
    color: #666666;
    text-align: center;
    display: block;
    padding-top: 12px;
    line-height: 28px; width:90%; margin:0 auto
}.index .pt2_l {
    width: 95%;
    float: none;
    background-color: #0143a4;
    color: #fff; margin:0 auto
}.index .pt2 .inner_box .tit {
    font-size: 17px;
    line-height: 30px;
    height: 3.5em;
    overflow: hidden;
    margin-bottom: 25px;
}.index .pt2_l .inner_box .p2 {
    font-size: 14px;
    line-height: 26px; display:none
}.index .pt2 {
    width: 96%;
    margin: 0px 2%;
    padding-bottom:50px;
    clear: both;
    overflow: visible;
    display: inline-block;
    font-family: "微软雅黑";
}
.index .pt2 .inner_box .time {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 15px;
}
.index .pt2_r {
    width: 95%;margin:0 auto;
    float: none;
}
.index .pt2 .inner_box{ float:none}
.index .pt2_r .top {
    margin-bottom: 27px; margin-top:20px
    
   
}#rightone{ display:none}.index .pt2_r .top_box {
    padding: 7% 3%;
    background-color: #232324;
    color: #fff;
    transition: background .5s ease;
    -webkit-transition: background .5s ease;
}.index .pt2_r .top_box .t2 {
    font-size: 15px;
    line-height: 26px; height:70px
}.index .pt2_r .top_l img {
    width: 100%;
    height: 155px;
}.index_2 {
    background-position: center;
    background-repeat: no-repeat;

    background-size: cover;
    background-image: url(../images/img12.jpg);
    color: #fff;
    text-align: center;
    background-color: #e4e4e4;
    padding-bottom: 7.40625vw;
    position: relative;
    padding-top: 8.70833333333333vw; background-attachment:inherit
}
.index_2_1 {
    font-size: 32px; padding-top:10px
}.index_2_2 {
    position: relative;
    margin-top: 0em;
    color: #fff;
    padding-bottom: 1.5em;
    font-size: 16px; width:90%; margin:0 auto
}.zl dl {
    width: 49%;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.zl dl dd {
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    line-height: 30px;
    font-family: Barlow-Regular; padding-bottom:20px
}
.zl dl img {
    
}
.footer_2_mid{ display:none}

.footer_2_left {
    float: none;
    width: 100%; margin:0 auto
}

.footer_1 {
    text-align: center;
    border-bottom: 1px #535353 solid;
    padding: 15px 0;
}
.footer_1 a img{ height:45px}


.footer_2 {
    margin: 3em 0;
    position: relative;
   padding-right: 0px;
}
.footer_2_right {
    position:relative; width:100%
}.footer_2_left_mid {
    padding-right: 0; width:100%
}


.footer_2_left_mid_1 {
    font-size: 1.2em; width:100%; text-align:center
}

.footer_2_left_mid_2 {width:100%; text-align:center}

.footer_3_right_mid_1 {
    margin-top: 1.75em;
    border-top: 1px #535353 solid;
    padding-top: 2em;width:100%; float:left; text-align:center; display:none
}

.footer_t{ display:none}

.footer_2_right_mid{ display:none}
.wmid{ padding-bottom:0px}


.footer_cp {
    padding: 1.5em 0;
    border-top: 1px #535353 solid;
    overflow: hidden;
    font-size: 14px;
    color: #ccc;
    width: 100%;
}


.banImg {
    position: relative;
    width: 100%;
    height: 93vh;
}
.pro{ height:78vh!important}

.abt-1 .abt-s h2 span {
    font-size: 16px;
    color: #333333;
    display: block;
    line-height: 28px;
    font-weight: normal;
    padding-top: 4px; display:none
}


.ab2 ul li .icon img { width:29px; height:auto
}

.index .pt2_l .rect-50 img {
    width: 100%;
    height: 293px;
}
.zl dl dt {
    line-height: 26px;
    width: 70%;
    margin: 0px auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: EUCLIDCIRCULARA;
}


.c1-text h1 {
	font-size:.4rem;
	
	line-height:.4rem;
	margin-bottom:.3rem;
}
.c1-text p {
	width: 30%!important;
	font-size:12px!important;
	line-height:.38rem;
	margin-bottom:.35rem;
        overflow: hidden;margin-right:3%!important;

}
.c1-text .biao{ height:10px!important; overflow:hidden!important;font-size:12px!important; letter-spacing:-0.5px!important; font-weight:normal}

.innovative-box .innovative-list:nth-child(1) p img {
	width:.99rem!important;
	height:auto!important;
}
.innovative-box .innovative-list:nth-child(2) p img {
width:.99rem!important;
	height:auto!important;
}
.innovative-box .innovative-list:nth-child(3) p img {
	width:.99rem!important;
	height:auto!important;
}
.innovative-box .innovative-list:nth-child(4) p img {
	width:.99rem!important;
	height:auto!important;
}

.main2 {
    position: relative;
    width: 100%;
    margin: 0 auto;
}.zuo_ab1 h2 {
    font-size: 32px;
    color: #1b1b1b;
    text-transform: uppercase;
    font-family: EUCLIDCIRCULARA;
    text-align: center;
    padding-bottom: 10px;
}

.zuo_ab1 span {
    font-size: 20px;
    color: #333;
    text-align: center;
    display: block;
}

.zuo_ab1 p {
    color: #525252;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    line-height: 32px;
    width: 90%;
    text-indent: 0px;
}

.zuo_ab1 .more {
    width: 32%;
    margin: 40px auto;
    padding: 0px;
    text-align: center;
    transition: all 0.4s;
    background: #036eb8; height:35px
}
.zuo_ab1 .more a {
    text-align: center;
    color: #333;
    font-size: 13px;
    transition: all 0.4s;
    color: #fff;
}

.about2 {
    width: 100%;
    background: url(../images/about_bg11.jpg) no-repeat center bottom;
    background-size: cover;
    position: relative; background-attachment:scroll
}

.qywlan01 {

}
.qywlan{ flex:none; width:50%; }


footer{ display:none}
.qywl {
    width: 98%;
    margin: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.qywlan img{ width:30%}
.qywlan02{ font-size:15px; line-height:28px}
.qywlan i{ font-size:15px}

.main {
    width: 95%;
    margin: 0 auto;
    padding: 11% 0 11% 0;
}.con {
    width: 100%!important;
    margin: 0px auto;
}


.index_2_1 b {
    font-weight: 700;
    font-family: "微软雅黑"; font-size:30px
}

.zl dl img{ display:none}










}


@charset "utf-8";
body{font-size:14px; min-width:87%; }
@font-face {
	font-family:Barlow-Regular;
	src: url('../fonts/Barlow-Regular.ttf'); }

@font-face {
	font-family:DIN-Bold;
	src: url('../fonts/DIN-Bold.otf'); }

@font-face {
	font-family:'beba';
	src: url('../fonts/BEBAS.ttf'); }
@font-face {
    font-family: 'EUCLIDCIRCULARA';
    src: url(../fonts/EUCLIDCIRCULARA-MEDIUM_0.TTF);
}

*{ margin:0; padding:0;}
img{ border:none;}
ul,li{ list-style:none;}
.clear{ clear:both}
.l{ float:left;}
.r{ float:right;}
a{ text-decoration:none; color:#333}

*{margin:0;padding: 0;}
html body{width: 100%;font-size: 16px; font-family:"微软雅黑"}

.s_width{ width:87%; margin:0 auto; position:relative}
.l{ float:left;}
.r{ float:right;}
div{
	box-sizing: border-box;
}
.wth1280{
	width: 90%;
	margin: 0 auto;
}
.flex{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.clear{
	clear: both;
}
li{
	list-style: none;
}
.top_hello{
	height: 40px;
	line-height: 40px;
	background-color: #e9e9e9;
	font-size: 14px;
}
.top_hello li{
	float: left;
}
.top_hello li a{
	text-decoration: none;
	color: black;
	padding: 0 13px;
	border-right: 1px solid gray;
}
.top_hello li:last-child a{
	border: none;
}
.top_hello li a:hover{
	color: green;
}
.toplogo{
	height: 127px; 
}
.toplogo img{
	
	width: auto; margin-top:0px; float:left
}
.toplogo img:nth-child(2){ margin-top:35px;}

/*nav*/
#warp {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto; background: #f3f3f3!important 
}
#header {
	width:  80%;
	height: 120px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto; 
}
#header h1 {
	float: left;

	width: 361px; height:120px
}
#header h1 img{ width:100%; margin-top:0px }
#header_right {
	float: right;
	height: 120px;
	width: 65%;
}
.main-nav{ display:flex}
.main-nav li{ flex:1}
#header_right_s {
	float: left;
	height: 41px;
	width: 860px;margin-left:110px; background:url(../images/linew.jpg) no-repeat right  bottom; 
}
#header_right_s_1 {
	float: left;
	width: 420px;
	padding-top: 8px;
	padding-left: 471px;
}
#header_right_s_1 a{  border-right:1px #cbcbcb dotted; padding:0 10px}


#header_right_s_1 img {
	float: left;
	margin-right: 8px;
}

#header_right_s_2 {
	float: left;
	width: 420px;
	padding-top: 15px;
	
}

#navz{ width:100% }

.menu_bg {
    WIDTH: 100%;
    HEIGHT: 115px;
    margin: 0px;
    padding: 0px;
  
    line-height: 115px;
}

#nav {
	MARGIN-BOTTOM: 12px;
	HEIGHT: 140px;
	line-height:100px;
	width:100%;
	margin:0px 0px 0px 0px;
}

#nav UL.main-nav LI {
	Z-INDEX: 79;
	POSITION: relative;
	TEXT-ALIGN: center;
	FLOAT: left;
	FONT-WEIGHT: normal
}#nav UL.main-nav LI a:hover {
	color: #17499e!important;
}
#nav UL.main-nav LI.first A {
	 HEIGHT: 36px
}
#nav UL.main-nav LI.last {
	_width: 99px
}
#nav UL.main-nav LI.last A {
	WIDTH: 64px;  HEIGHT: 36px; _width: 71px; _position: absolute; _left: 0; _top: 0
}

#nav UL.main-nav LI A {
	POSITION: relative; PADDING-BOTTOM: 0px; LINE-HEIGHT: 36px; PADDING-LEFT: 30px; PADDING-RIGHT: 30px; DISPLAY: block; FLOAT: left; HEIGHT: 38px; COLOR: #6f6f6d; FONT-SIZE: 13px; TEXT-DECORATION: none; PADDING-TOP: 0px; _line-height: 30px; _padding: 0 31px; _font-size: 12px; 
	}
#nav UL.main-nav LI A {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px;color:#3c3d40!important
}
#nav UL.main-nav LI.non-dropdown A {
	HEIGHT: 120px; line-height:120px;

	background-repeat: no-repeat;
	background-position: right center; font-size:18px; color:#3c3d40; width:98px
}#nav UL.main-nav LI.non-dropdown A:hover { color:#036eb8!important; background:url(../images/hover.jpg)
}
#nav UL.main-nav LI.hover A { color:#155ea8; 
}

#nav UL.main-nav LI .pipe {
	POSITION: absolute;
	HEIGHT: 13px;
	TOP: 18px;
	RIGHT: 0px
}
#nav UL.main-nav LI:last-child.non-dropdown {background:url(../images/line1_1.jpg) no-repeat left center; padding-left:10px}
#nav UL.main-nav LI:last-child.non-dropdown A { background:url(../images/lan.jpg) no-repeat left 47px;transition:all 0.4s}
#nav UL.main-nav LI:last-child.non-dropdown A:hover { background:url(../images/lan.jpg) no-repeat left 57px; color:#036eb8; margin-left:5px;  transition:all 0.4s}




#nav .subnavi {
	Z-INDEX: 99;
	POSITION: absolute;
	TEXT-ALIGN: left;
	DISPLAY: none;
	top: 120px;
}
#nav UL.main-nav LI.hover .subnavi {
	DISPLAY: block
}
#nav .subnavi .content {
	PADDING-BOTTOM: 0px; PADDING-LEFT:0px; PADDING-RIGHT: 0px; ZOOM: 1; PADDING-TOP: 8px;  box-shadow: 0 0 20px rgba(51,51,51,.1);
    transition: 0.3s; padding-bottom:10px; height:300px
}
#nav .subnavi .content UL {
	ZOOM: 1; margin:10px; margin-top:40px
}
#nav .subnavi .content UL:after {
	DISPLAY: block; HEIGHT: 0px; VISIBILITY: hidden; CLEAR: both; CONTENT: "."
}
#nav .subnavi .content LI {
	TEXT-ALIGN: left; WIDTH: 100%; FLOAT: left; COLOR: #383838; FONT-SIZE: 12px; FONT-WEIGHT: normal; _height: 28px
}
#nav .subnavi .content LI A{
	POSITION: static;
	PADDING-BOTTOM: 0px;
	LINE-HEIGHT: 25px;
	PADDING-LEFT: 13px;
	WIDTH: auto !important;
	PADDING-RIGHT: 0px;
	BACKGROUND: url(../image/navi-liBg.gif) no-repeat 0px 9px;
	FLOAT: none;
	HEIGHT: auto !important;
	COLOR: #383838;
	CLEAR: both;
	FONT-SIZE: 12px;
	PADDING-TOP: 0px;
	display:block;
}
#nav .subnavi .content LI A:link{
	POSITION: static; PADDING-BOTTOM: 0px; LINE-HEIGHT: 25px; PADDING-LEFT: 13px; WIDTH: auto !important; PADDING-RIGHT: 0px; BACKGROUND: url(../image/navi-liBg.gif) no-repeat 0px 9px; FLOAT: none; HEIGHT: auto !important; COLOR: #383838; CLEAR: both; FONT-SIZE: 12px; PADDING-TOP: 0px
}
#nav .subnavi .content LI A:visited{
	POSITION: static; PADDING-BOTTOM: 0px; LINE-HEIGHT: 25px; PADDING-LEFT: 13px; WIDTH: auto !important; PADDING-RIGHT: 0px; BACKGROUND: url(../image/navi-liBg.gif) no-repeat 0px 9px; FLOAT: none; HEIGHT: auto !important; COLOR: #383838; CLEAR: both; FONT-SIZE: 12px; PADDING-TOP: 0px
}
#nav .subnavi .content LI A:hover {
	TEXT-DECORATION: underline; BACKGROUND: url(../image/navi-liBg.gif) no-repeat 0px 9px; 
}
#nav .subnavi .content P {
	FONT-WEIGHT: bold; PADDING-TOP: 8px
}
#nav .subnavi .content P.child {
	PADDING-BOTTOM: 6px; LINE-HEIGHT: 16px; PADDING-TOP: 0px
}
#nav .subnavi .content .management {
	WIDTH: 309px; FLOAT: left; height: auto; min-height:260px
}

#nav .subnavi .content .management{WIDTH: 309px; height: auto; min-height:250px; FLOAT: left; margin:0px auto; padding:0px;}
#nav .subnavi .content .management .left{WIDTH: 309px;aq FLOAT: left;  border-right:1px solid #d2d2d2;}
#nav .subnavi .content .management .left UL {PADDING-TOP: 0px}
#nav .subnavi .content .management .left UL li{MARGIN-LEFT: 100px; font-size:14px; line-height:30px;}
#nav .subnavi .content .management .left UL li a{ color:#676868; font-size:14px; line-height:30px;}
#nav .subnavi .content .management .left UL li a:link{ color:#676868; font-size:14px; line-height:30px;}
#nav .subnavi .content .management .left UL li a:hover{ color:#004299; font-size:14px; line-height:30px; background:none!important}


#nav .subnavi .content .productsApp {
	WIDTH: 60%;
	FLOAT: left;
	height:260px;
	MARGIN-LEFT: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5%;
}
#nav .subnavi .content .productsApp .title {

	line-height:22px;
	text-align:left;
	font-size:16px;
	font-weight: bold;

	color:#434343; padding-bottom:10px; font-weight:normal; padding-top:10px

}
#nav .subnavi .content .productsApp .text {
	line-height:30px;
	font-size:16px;
	font-weight:normal;
	color:#004299;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px; margin-top:30px
} 
#nav .subnavi .content .productsApp .titless { width:306px; height:45px; line-height:45px; text-align:center; font-size:24px;font-weight: bold; border:1px solid #3d83cb; color:#3d83cb;}



/**************水包水******************/
#nav .subnavi .content .woter{WIDTH: 30%; height:250px; FLOAT: left; margin:0px auto; padding:0px;}
#nav .subnavi .content .woter .left{WIDTH:100%;height:250px; FLOAT: left; background:url(../images/line1.jpg) no-repeat right center}
#nav .subnavi .content .woter .left UL {
}
#nav .subnavi .content .woter .left UL li{
	
	font-size:13px;
	line-height:28px;
}
#nav .subnavi .content .woter .left UL li a{
	color:#333;
	font-size:13px;
	line-height:32px; text-align:left; margin-left:22px
}
#nav .subnavi .content .woter .left UL li a:link{
	color:#333;
	font-size:17px;
	line-height:36px;
}
#nav .subnavi .content .woter .left UL li a:hover{
	color:#004299;
	font-size:17px;
	line-height:36px;
	text-decoration: none; background:none!important;  transition:all 0.4s; margin-left:18px!important; transition:all 0.4s;
}
#nav .subnavi .content .woter .left UL li a:hover:after{ width:4px; height:4px; background:#036eb8; content:''; position:absolute; left:10px; top:13px; border-radius: 5px;}




#nav .subnavi .content .woterApp {WIDTH: 500px; FLOAT: left; height:250px;  MARGIN-LEFT: 15px; margin:0px auto; padding:40px 0px 0px 125px;}
#nav .subnavi .content .woterApp .title { width:177px; height:45px; line-height:45px; text-align:center; font-size:24px;font-weight: bold; border:1px solid #3d83cb; color:#3d83cb;}
#nav .subnavi .content .woterApp .text {line-height:30px; font-size:16px; font-weight:normal; color:#004299; padding:30px 0px 0px 0px;} 
#nav .subnavi .content .woterApp .titless { width:306px; height:45px; line-height:45px; text-align:center; font-size:24px;font-weight: bold; border:1px solid #3d83cb; color:#3d83cb;}





#nav .subnavi .content .manage{WIDTH: 250px; height:250px;margin:0px auto; padding:0px; float:right;border-left:1px solid #d2d2d2;}
#nav .subnavi .content .manage .right{
	WIDTH: 170px;
	height:250px;
	FLOAT: left;
}
#nav .subnavi .content .manage .right UL {PADDING-TOP: 10px}
#nav .subnavi .content .manage .right UL li{
	MARGIN-LEFT: 25px;
	font-size:13px;
	line-height:28px;
}
#nav .subnavi .content .manage .right UL li a{
	color:#333;
	font-size:13px;
	line-height:28px;
}
#nav .subnavi .content .manage .right UL li a:link{
	color:#333;
	font-size:13px;
	line-height:28px;
}
#nav .subnavi .content .manage .right UL li a:hover{
	color:#004299;
	font-size:13px;
	line-height:28px;
	text-decoration: none;
}



#nav .subnavi .content .pro {WIDTH: 600px; FLOAT: left; height:250px;  MARGIN-LEFT: 15px; margin:0px auto; padding:36px 0px 0px 125px;}
#nav .subnavi .content .pro .title { width:120px; height:45px; line-height:45px; text-align:center; font-size:24px;font-weight: bold; border:1px solid #3d83cb; color:#3d83cb;}
#nav .subnavi .content .pro .text {line-height:30px; font-size:16px; font-weight:normal; color:#004299; padding:30px 0px 0px 0px;} 
#nav .subnavi .content .pro .titless { width:136px; height:45px; line-height:45px; text-align:center; font-size:24px;font-weight: bold; border:1px solid #3d83cb; color:#3d83cb;}



/**************关于久诺******************/

#nav .subnavi .content .about {WIDTH:665px; FLOAT: left; height:250px;  MARGIN-LEFT: 15px; margin:0px auto; padding:29px 50px 0px 0px;}
#nav .subnavi .content .about_L { width:125px; height:auto; margin:40px 0px 10px 40px; float:left;}
#nav .subnavi .content .about_R{ width:500px; height:220px;margin:30px 0px 0px 0px; float: left; background:url(../images/qz.jpg) no-repeat bottom;}
#nav .subnavi .content .about_R .text {line-height:30px; font-size:16px; font-weight:normal; color:#004299; padding:20px 0px 0px 20px;} 
#nav .subnavi .content .about_R .titless { width:306px; height:45px; line-height:45px; text-align: left; text-indent:20px;font-size:24px;font-weight: bold;  color:#3d83cb;}


#nav .subnavi .content .manage1{WIDTH: 250px; margin:0px auto; padding:0px; float:right;border-left:1px solid #d2d2d2;}
#nav .subnavi .content .manage1 .right1{
	WIDTH: 170px;
	FLOAT: left;
}
#nav .subnavi .content .manage1 .right1 UL {PADDING-TOP: 10px}
#nav .subnavi .content .manage1 .right1 UL li{MARGIN-LEFT: 25px; font-size:14px; line-height:30px;}
#nav .subnavi .content .manage1 .right1 UL li a{ color:#676868; font-size:14px; line-height:30px;}
#nav .subnavi .content .manage1 .right1 UL li a:link{ color:#676868; font-size:14px; line-height:30px;}
#nav .subnavi .content .manage1 .right1 UL li a:hover{
	color:#004299;
	font-size:13px;
	line-height:30px;
	text-decoration: none;
}






#nav .subnavi .content .productsApp UL A STRONG {
	FONT-SIZE: 14px
}
#nav .subnavi .content .trade {
	WIDTH: 295px; FLOAT: left; MARGIN-LEFT:2px; height:138px; padding-top:30px;}

#nav .subnavi .content .trade .left {
	WIDTH: 135px; FLOAT: left; MARGIN-LEFT:0px;
}
#nav .subnavi .content .trade .left img {
	WIDTH: 130px; height:98px; padding:1px; border:1px solid #dbdbdb;FLOAT: left; MARGIN-LEFT:0px; background:#FFFFFF;
}
#nav .subnavi .content .trade .right H4 {
	PADDING-BOTTOM: 2px; COLOR: #343434; FONT-SIZE: 14px; FONT-WEIGHT: bold; PADDING-TOP:30px; padding-left:10px;
}
#nav .subnavi .content .trade .right {
	WIDTH: 150px; FLOAT: left; MARGIN-LEFT:3px; MARGIN-RIGHT:0px; 
}
#nav .subnavi .content .trade .right H5 {
	LINE-HEIGHT: 19px; COLOR: #d7efff
}
#nav .subnavi .content .trade .right UL {
	PADDING-BOTTOM: 20px
}
#nav .subnavi .content .trade H3 {
	BORDER-BOTTOM: #648b13 1px dotted; PADDING-BOTTOM: 6px; MARGIN-BOTTOM: 20px; COLOR: #648b13; CLEAR: both; FONT-SIZE: 16px; FONT-WEIGHT: bold
}
#nav .subnavi .content .trade H4 {
	PADDING-BOTTOM: 2px; COLOR: #d7ffe3; FONT-SIZE: 14px; FONT-WEIGHT: bold; PADDING-TOP: 16px
}


#nav .subnavi .top {
	LINE-HEIGHT: 0; BACKGROUND: url(../images/navigation/sub-navi-topBg.png) no-repeat right 50%; HEIGHT: 7px; FONT-SIZE: 0px
}
#nav .subnavi .top1 {
	LINE-HEIGHT: 0; BACKGROUND: url(../images/navigation/sub-navi-topBg1.png) no-repeat right 50%; HEIGHT: 7px; FONT-SIZE: 0px
}
#nav .subnavi .top-right {
	LINE-HEIGHT: 0; BACKGROUND: url(../images/navigation/sub-navi-topBg-right.png) no-repeat left 50%; HEIGHT: 7px; FONT-SIZE: 0px; BORDER-RIGHT: #292929 1px solid
}
#nav .subnavi .bottom DIV.bottom {
	POSITION: relative
}
#nav .subnavi .bottom DIV.bottom-left {
	POSITION: absolute; WIDTH: 20px; BACKGROUND: url(../images/navigation/subnavi-bottomBg-left.png) no-repeat; HEIGHT: 18px; LEFT: 0px
}
#nav .subnavi .bottom DIV.bottom-right {
	POSITION: absolute; WIDTH: 20px; BACKGROUND: url(../images/navigation/subnavi-bottomBg-right.png) no-repeat; HEIGHT: 18px; RIGHT: 0px
}
#nav .subnavi .bottom DIV.bottom-middle {
	MARGIN: 0px 20px; BACKGROUND: url(../images/navigation/subnavi-bottomBg-middle.png) repeat-x; HEIGHT: 18px
}


/* -- 引子 -- */

@media screen and (max-width: 1680px) and (min-width: 760px){
#header {
    width: 93.3%;
}
}
/*---简介-----------*/
  
  .guide{padding:107px 0 89px;background:url(../images/img2.jpg) no-repeat center top; height:900px}
.gui{width:80%; margin:0 auto;}
.gui .gui-left{width:60%;height:578px; float:left;padding-top:0px; position: relative;z-index:200;}
.gui .gui-left h2{margin-bottom: 28px;}
.gui .gui-left h2 span{display: inline-block; height:56px; line-height: 56px; font-size:18px; color:#777777; padding-right:37px; font-family:Barlow-Regular; font-weight:normal}
 line{ width: 40px;
    height: 1px;
    background: #777;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle; margin-right:3px}
.gui .gui-left h2 span b{ color:#d01717; text-transform:uppercase; font-family:Barlow-Bold}

.gui .gui-left h2 em{display: block;    font-size: 55px;
    color: #036eb8;
    font-weight: bold; padding-bottom:0; }

.tit-en {
    text-transform: uppercase;
    font-size: 48px;
    font-family: "en";
    font-weight: bold;
    line-height: 1.1;
    text-transform: uppercase; text-align:center; color:#036eb8
}
	  .about_nub1 {
   
    overflow: hidden;
    position: relative;
    width:100%;
  margin:0 auto
}
.about_nub1 li {
    
    min-height: 120px;  width:30%; float:left; margin-left:3%
}
.about_nub1 li b div {
    font-size: 54px!important;
     margin-bottom:7px!important; font-family:'beba' ;  float:left; margin-right:3%;
}
.about_nub1 li b div div { color:#333; font-family:'beba'  }


.about_nub1 li b span{ width:26px; height:26px;background-color: #036eb8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#036eb8), to(#005695));
	background-image: -webkit-linear-gradient(top,  #036eb8, #005695);
	background-image: -moz-linear-gradient(top, #036eb8, #005695);
	background-image: linear-gradient(top, #036eb8, #005695); border-radius: 50%;
	
	
	color:#fff!important; line-height:23px; text-align:center; font-size:14px; display:inline-block; margin-top:20px;  }
.about_nub1 li b .imh{ display:inline-block; width:100%; float:left; text-align:center}

.about_nub1 li .intro {
    display: block;
    font-size: 16px;
    line-height: 27px; color:#181818!important; margin-top:5px; text-align:center
}.about_nub1 li span img {
    width: 30px!important;
    position: relative;
    top: 12px;
    margin-right: 5px;
    vertical-align: super;
}
.about_nub1 li b  {
    font-size: 0.9rem!important;
    color: #666!important;
    line-height: 55px!important;
    font-family: 'BEBAS'!important;
    margin-bottom: 5px!important;
    font-weight:normal!important;
    margin-right: 12px!important;
    letter-spacing: -1px!important; float:left; width:100%;
}

.about_nub1 li b .ikk{ width:100%; display:flex;justify-content: center }


.about_nub1 li .intro img{ width:20%}
.about_nub1 li b .imh img{ }
.about_nub1 li b div{ }
.quality-con-02{
    width: 100%;
    position: relative;
    margin-top: 60px;
    overflow: hidden;
}
ul.quality-list-group li {
    width: 25%;
    height: 40vh;
    min-height: 450px;
    float: left;
    display: table;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

ul.quality-list-group li.quality-list01 {
    background-color: #f2f2f2;
}

ul.quality-list-group li.quality-list02 {
    background-color: #fbfbfb;
}

ul.quality-list-group li.quality-list03 {
    background-color: #f2f2f2;
}

ul.quality-list-group li.quality-list04 {
    background-color: #fbfbfb;
}

ul.quality-list-group li .quality-list-txt {
    text-align: center;
    padding-top: 20%;
    /* display: table-cell;
    vertical-align: middle; */
}

ul.quality-list-group li .quality-list-txt .num {
    font-size: 80px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.1);
    font-family: BEBAS;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

ul.quality-list-group li .quality-list-txt .tit {
    font-size: 30px;
    letter-spacing: -0.75px;
    color: #1b1b1b;
    font-weight: 300;
    text-transform: uppercase;
    font-family: Barlow-Regular;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

ul.quality-list-group li .quality-list-txt .tit span {
    padding-right: 10px;
    font-size: 28px;
}

ul.quality-list-group li .quality-list-txt .txt {
    margin-top: 10px;
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
    color: #666;
    padding-top: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.quality-center-img img {
    display: block;
    width: 23vw;
    max-width: 388px;
    height: auto;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

ul.quality-list-group li.quality-list01:hover {
    background: url("../images/quality_bg_img01.jpg") no-repeat center center;
    background-size: cover;
}

ul.quality-list-group li.quality-list02:hover {
    background: url("../images/quality_bg_img02.jpg") no-repeat center center;
    background-size: cover;
}

ul.quality-list-group li.quality-list03:hover {
    background: url("../images/quality_bg_img03.jpg") no-repeat center center;
    background-size: cover;
}

ul.quality-list-group li.quality-list04:hover {
    background: url("../images/quality_bg_img04.jpg") no-repeat center center;
    background-size: cover;
}

ul.quality-list-group li:hover .quality-list-txt .num {
    color: rgba(255, 255, 255, 0.3);
}

ul.quality-list-group li:hover .quality-list-txt .tit {
    color: #fff;
}

ul.quality-list-group li:hover .quality-list-txt .txt {
    color: #fff;
}
	.sd5{ font-size:14px; font-family:Barlow-Regular; background:url(../images/san.jpg) no-repeat right center; text-transform:uppercase; text-align:right; padding-right:30px}
.gui .gui-left h2 em b{font-size: 34.75px;  font-weight:normal; color:#003171}
.gui .gui-left h2 i{ padding-bottom:15px; color:#000; font-size:33px; font-weight:normal}

.gui .gui-left strong{display: block; line-height: 30px; font-weight: normal;font-size: 16px; color:#333333;  margin-bottom: 47px; margin-top:10px}

.gui .gui-left strong p{ font-size:17px; color:#666; line-height:34px }


.gui .gui-left .hd{width:100%; height:47px; margin-bottom: 64px; }
.gui .gui-left .hd ul li{width:181px;height:47px; text-align: center;cursor: pointer;position: relative;background:#003171;color:#fff}
.gui .gui-left .hd ul li.jd2{margin-left: -16px;}
.gui .gui-left .hd ul li i{display: block; width:100%; height:47px; line-height:47px;font-size: 16px; color:#666666; ; position: relative;z-index:200;}
.gui .gui-left .hd ul li.jd1:before{width:100%;height:47px; background:url(../images/gui-jd1.png) no-repeat center; content:"";position: absolute;left:0;top:0;display: none;}
.gui .gui-left .hd ul li.jd2:before{width:100%;height:47px; background:url(../images/gui-jd2.png) no-repeat center; content:"";position: absolute;right:0;top:0;display: none;}
.gui .gui-left .hd ul li.cur i{color:#FFF;}
.gui .gui-left .hd ul li.jd1.cur:before{display:block;}
.gui .gui-left .hd ul li.jd2.cur:before{display:block;}
.gui .gui-left .gui-sz{width:100%; height:252px; background: #FFF;box-shadow: 0px 0px 10px rgba(0,0,0,0.2);padding-top:45px; box-sizing: border-box;}
.gui .gui-left .gui-sz ul li{float:left; height:173px;}

.gui .gui-left .gui-sz ul li span em{display: inline-block; height:56px; line-height: 56px;font-size: 55px; color:#003171; font-weight:normal; font-family:Arial, Helvetica, sans-serif}
.gui .gui-left .gui-sz ul li span i{display: inline-block; width:17px; height: 17px; background:#E60012;border-radius: 50%; text-align: center; line-height: 17px;font-size: 13px;color:#FFFFFF; vertical-align: bottom;margin:0 0 5px -8px;}
.gui .gui-left .gui-sz ul li p{height:27px;font-size: 14px; line-height: 27px; color:#333333;text-align: center;}
.gui .gui-left .gui-sz ul li:nth-child(4) p{padding-left:46px;}
.gui .gui-left .gui-sz ul li:nth-child(5) p{padding-left:23px;}
.gui .gui-left .gui-sz ul li:last-child{border-right:0;}
.gui .gui-rig{width:515px; height:676px;overflow: hidden;float:right;}
.gui .gui-rig .gui-con,.gui .gui-rig .gui-con .con{height:96%;}
.gui .gui-rig span{display: block; width:100%;height:100%; line-height: 0; overflow: hidden;}
.gui .gui-rig span img{width: 100%;height:100%; transition: 1s;}
.gui .gui-rig span:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}
@media screen and  (min-width:760px) and (max-width:1680px){
    .gui{width:93.3%;}
    .gui .gui-left{width:700px;height:540px;}
    .gui .gui-rig{width:515px;}
}
  
  
/* main3 */
.index-box-project{width: 100%;padding-top: 0px;padding-bottom: 0px;}
.index-box-project>div:first-child{text-align: center;margin-bottom: 0px;}
.index-box-project>div:first-child h1,.index-box-project>div:first-child h2{display: inline-block;font-weight: bold;font-size: 45px;}
.index-box-project>div:first-child h1{color: #036eb8;}
.index-box-project>div:first-child h2{color: #333;}
.index-box-project>div:first-child h5{color: #141414;font-size: 22px; }

.index-box-project .index-advanced-project{width: 100%;margin-top: 50px;display: flex;justify-content: space-between;position: relative;}

.index-box-project .index-advanced-project>div:first-child{width:50%;height:auto;overflow: hidden;}
.index-box-project .index-advanced-project>div:first-child  div{position: absolute;right: 0;bottom: 0;}
.index-box-project .index-advanced-project>div:first-child>img{width: 100%;height:100%;min-width: 100%;max-width: 100%; }


.index-box-project .index-advanced-project>div:nth-child(2){position: absolute;display: flex;width: 50%;left: 0;top: 0;height: 100%;}
.index-box-project .index-advanced-project>div:nth-child(2) div{width: 50%;height:50%;position:absolute;display: flex;align-items: center;background: #f3f3f3;right: 0;bottom: 0;}
.index-box-project .index-advanced-project>div:nth-child(2) div::before{ content: ''; display: inline-block; background: url(../images/sanjiao.svg) 0/35px 35px no-repeat; width: 35px; height: 35px; margin-left: -16px; }

.index-box-project .index-advanced-project>div:last-child{width: 50%;overflow: hidden;display: flex;justify-content: center;flex-wrap: wrap;}
.index-box-project .index-advanced-project>div:last-child div{ width: auto;background: #f3f3f3;align-content: center;display: flex;align-items: center;width: 50%;height:50%;}
.index-box-project .index-advanced-project>div:last-child> div:nth-child(2)::after{content: ''; display: inline-block; background: url(../images/sanjiao2.svg) 0/25px 25px no-repeat; width: 37px; height: 25px; margin-right: -9px;z-index:99;}
.index-box-project .index-advanced-project>div:last-child> div:last-child::before{content: ''; display: inline-block; background: url(../images/sanjiao.svg) 0/25px 25px no-repeat; width: 45px; height: 25px; margin-left: -15px;}
.index-box-project .index-advanced-project>div:last-child div>img{height: 100%;width: 100%;object-fit: cover;}
.index-box-project .index-advanced-project div ul{text-align: center;display: block;margin: auto;}
.index-box-project .index-advanced-project div ul li{display: flex;justify-content: center;}
.index-box-project .index-advanced-project div ul li:first-child{margin-bottom: 5px;}
.index-box-project .index-advanced-project div ul li:first-child img{width:70px; height:70px;}
.index-box-project .index-advanced-project div ul li:nth-child(2) span{font-size:30px;color: #333; }
.index-box-project .index-advanced-project div ul li:nth-child(2) span::after{content: '';display: block;margin:auto;width: 20px;height: 2px;background: #e6e6e6;margin:15px auto 15px  auto;}
.index-box-project .index-advanced-project div ul li:nth-child(3){width: 86%;margin: auto;}
.index-box-project .index-advanced-project div ul li:nth-child(3) span{font-size: 17px;color: #808080;line-height:30px; width:100%; margin:auto;}

.index-box-project .index-advanced-project>div:last-child div:hover {background:#036eb8;}
.index-box-project .index-advanced-project>div:last-child div:hover * { color:#FFF;}
.index-box-project .index-advanced-project>div:last-child div:hover:nth-child(2)::after{background: url(../images/sanjiao3.svg) 0/25px 25px no-repeat;}
.index-box-project .index-advanced-project>div:last-child div:hover:nth-child(5)::before {background: url(../images/sanjiao1.svg) 0/25px 25px no-repeat;}
.index-box-project .index-advanced-project>div:nth-child(2) div:hover {background:#036eb8;}
.index-box-project .index-advanced-project>div:nth-child(2) div:hover * { color:#FFF;}
.index-box-project .index-advanced-project>div:nth-child(2) div:hover::before {background: url(../images/sanjiao1.svg) 0/25px 25px no-repeat;}
.index-box-project .index-advanced-project>div div:hover ul img { display:none;}
.ibp1,.ibp2,.ibp3 { width:70px; height:70px; margin:auto;}
.ibp1 { background:url(../images/y2.svg) center no-repeat; background-size:100%;}
.ibp2 { background:url(../images/y4.svg) center no-repeat; background-size:100%;}
.ibp3 { background:url(../images/y6.svg) center no-repeat; background-size:100%;}
.mshow { display:none!important;}
 
  
  
  
 /* 产品*/
  
  
  .main1{ width:90%; margin:0 auto; padding-top:90px}
  
  .hh23 h2 {
    font-size: 40px;
    color: #202020;
    text-align: center;
}.hh23 span {
    font-size: 18px;
    color: #666666;
    text-align: center;
    display: block;
    padding-top: 0px;
    line-height: 28px; width:80%; margin:0 auto; font-family:"微软雅黑"
}.logoz { width:100%; text-align:center; padding:0% 0px 0px; 
    font-size: 60px;
    color: #333;
    text-transform: uppercase;
    font-family: EUCLIDCIRCULARA;
    text-align: center; line-height:1.3}
.logoz img { width:700px}
.i_title { width:100%; text-align:center; padding:5% 0px; width:1300px; margin:0px auto;}
.hh23 h3 { line-height:60px; font-size: 36px; color:#333; margin-bottom:2%; text-align:center;  font-family:"微软雅黑"; font-weight:normal}
.i_title p { line-height:30px; font-size:16px; color:#999;}
.i_title strong { font-size:22px; line-height:60px;}
.search{width:60%; margin:0 auto; margin-top:50px;height:62px; padding-left:10px; padding-right:0px; background:#f6f6f6; border-radius:5px; margin-bottom:3%;}
.search .fl{ width:75%}
.search .fr{ float:right;}
.searchinput{height:62px;border:#fefefe solid 0px;width:100%;float:left;display:inline;line-height:62px; outline:none; background:none; color:#555; opacity:0.7; font-size:16px; padding-left:5%; }
.chan_bg{ background:url(../images/cpbg.jpg) no-repeat center;  width:100%; margin:0 auto}
.search .fr input {
    width: 100%;
    background: #5c9f38;
    font-size: 17px;
    color: #ffffff;
    height: 62px; border:0;
}.search .fr {
    width: 25%;
}
em{ font-style:normal}
  
  
  
  
  
/* 全球 ---*/
  
.abt2{height:1103px;background: url(../images/ONBXKkS.jpg) no-repeat center top; }
.abt-2{height: 490px;width: 600px;background: rgba(3,110,184,0.72);float:left;margin-top: 105px;padding: 21px;}
.abt-2 .abt-s{border: 1px solid #fff;box-sizing: border-box;height: 450px;}

.abt-2 .abt-s h2{height: 80px;width: 525px;margin-top: 79px;margin-left: 56px; color:#fff}
.abt-2 .abt-s h2 em{font-size:48px;color:#333333;display: block;line-height:48px;font-weight: bold;background: url(../images/dc-1.png) no-repeat 260px 6px; font-style:normal; color:#fff}
.abt-2 .abt-s h2 span{font-size:18px;color:#333333;display: block;line-height:38px;font-weight: normal;padding-top: 13px; color:#fff}
.abt-2 .abt-s p{margin-left: 56px;font-size:16px;color:#fff;display: block;line-height:26px;font-weight: normal;padding-top:30px;width: 78%;}
.abt-2 .abt-s p a{color: #fff;display: inline-block;}
.ab2{margin-top:50px;margin-left:56px;position: relative;}
.ab2 ul li{ width:100%; height:50px; float:left}

.ab2 ul li .icon{ width:13%; float:left}
.ab2 ul li span{ width:70%; float:left; font-size:16px; color:#fff}


@media screen and (min-width: 1263px) {
    html {
      font-size: calc(1263px * 20 / 1903);
    }
  }
  @media screen and (min-width: 1349px) {
    html {
      font-size: calc(1349px * 20 / 1903);
    }
  }
  @media screen and (min-width: 1463px) {
    html {
      font-size: calc(1463px * 20 / 1903);
    }
  }
  @media screen and (min-width: 1543px) {
    html {
      font-size: calc(1543px * 20 / 1903);
    }
  }
  @media screen and (min-width: 1583px) {
    html {
      font-size: calc(1583px * 20 / 1903);
    }
  }
  @media screen and (min-width: 1643px) {
    html {
      font-size: calc(1643px * 20 / 1903);
    }
  }
  @media screen and (min-width: 1663px) {
    html {
      font-size: calc(1663px * 20 / 1903);
    }
  }
  @media screen and (min-width: 1903px) {
    html {
      font-size: calc(1903px * 20 / 1903);
    }
  }
.index .pt2{ width:96%; margin:0px 2%; padding-bottom:100px; clear:both; overflow:visible; display: inline-block; font-family:"微软雅黑"}
.index .pt2 .t{font-size: 36px;font-weight: bold;text-align: center;color: #1d1d1d;line-height: 1;padding-top: 60px;margin-bottom: 20px;}
.index .pt2 .p{font-size: 16px;text-align: center;color: #515151;margin-bottom: 45px;}
.index .pt2_l{width: 49%;float: left;background-color: #0143a4;color: #fff;  }
.index .pt2_r{width: 49%;float: right;}
.index .pt2 .inner_box{padding: 28px 35px;color: #fff;display: block;  float:left;}
.index .pt2 .inner_box .time{font-size: 14px;line-height: 1;margin-bottom: 35px;}
.index .pt2 .inner_box .tit{font-size: 30px;line-height: 1.2;height: 2.4em;overflow: hidden;margin-bottom: 25px;}
.index .pt2 .inner_box .p2{font-size: 14px;height: 6.4em;overflow: hidden;}
.index .pt2_r .top_l{width: 48.5%;float: left; }
.index .pt2_r .top_l img{ width:100%;height:225px}
.index .pt2_r .top_r img{ width:100%; height:225px}
.index .pt2_r .top_r{width: 48.5%;float: right; }
.index .pt2_r .time2{font-size: 14px;margin-bottom: 16px;}
.index .pt2_r .top{margin-bottom: 27px; width:100%;  float:left;}
.index .pt2_r .top_box{padding: 30px 30px;background-color: #232324;color: #fff;transition: background .5s ease;-webkit-transition: background .5s ease; }

.index .pt2_r .top_box .t2{font-size: 20px;line-height: 1;}
.index .pt2_r .top a:hover .top_box{background-color: #c22523;}
.index .pt2_r .inner_box{background-color: #dedede;color: #1f1f1f; line-height:28px ; }
.index .pt2_r .inner_box:hover .tit{color: #0491e9;}
.index .pt2_r .inner_box .p2 {font-size:16px;}

.index .pt2_l .inner_box .p2 {font-size:16px; line-height:28px; }
.i_title h3 {
    line-height: 60px;
   font-size: 50px;
    color: #202020;
    text-align: center;

    margin-bottom: 2%;
}.i_title p {
    font-size: 25px;
    color: #666666;
    text-align: center;
    display: block;
    padding-top: 12px;
    line-height: 28px;
}.index .pt2_l .rect-50 img {
    width: 100%;
    height: 393px;
}
.imgZoom img, .imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}.contenta{ width:1200px; margin:0 auto}
  
  
  
  
  

.pz13{ width:100%;  background-size:100%;background-attachment: fixed;  height:890px; margin:0 auto }

.pz13 h3 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}
.pz{ width:90%; margin:0 auto; clear:both; padding-top:110px; padding-bottom:50px; height:100px}

.pz13 h3 span{ background:#FFFFFF; width:80px; height:1px; position:absolute; margin-top:45px; margin-left:-94px; }
.pz13 h3 em{ font-size:20px; font-family:Barlow-Regular; }


.pz16{ width:100%;  background-size:100%;background-attachment: fixed; margin:0 auto; background:#f7f7f7; padding-top:100px; padding-bottom:160px}

.pz16 h3 {
    font-size: 40px;
    color: #333;
    text-align: center;
    font-weight: normal; display:block;  line-height:57px; background:#f7f7f7; padding-top:20px 
}

.pz16 h3 span{ font-family:Barlow-Regular; font-size:19px; color:#666; display:block; line-height:65px; letter-spacing:1px }
.pz16 h3 em{ font-size:20px; font-family:Barlow-Regular; }


line2 {
    width: 50px;
    height: 1px;
    background: #f3f3f3;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle; margin:0 10px
}


line3 {
    width: 50px;
    height: 1px;
    background: #f1a80a;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle; margin-top:-35px
}
.pz1{ width:50%; float:left; padding-top:50px;}
.pz1 ul{ width:100%; float:left;}
.pz1 ul li{background:none;box-shadow: 0px 0px 4px #FFF;  margin-bottom:13px; float:left; padding:1.5%; width:45%; height:409px; font-size:17px; text-align:left; margin-right:2%;-webkit-transition:.8s;
-moz-transition:.8s;
-o-transition:.8s; border-radius:5px;}
.pz1 ul li a{ -webkit-transition:.8s; color:#333333;
-moz-transition:.8s;
-o-transition:.8s;}
.pz1 ul li:hover {cursor:pointer;/* transform属性 */transform:translate(0,-5px); -webkit-transition:.8s;
-moz-transition:.8s;
-o-transition:.8s;}
.pz1 ul li h5{ float:left; font-size:20px; padding-top:20px; }

.pz1 ul li h4{ float:left; font-size:15px; padding-top:0px; font-family:Arial, Helvetica, sans-serif; color:#999 }
.pz1 ul li h6{ float:left; font-size:16px; padding-top:16px; font-family:Arial, Helvetica, sans-serif; color:#666 }

@font-face {
 font-family:Barlow-Regular;
 src: url('../fonts/Barlow-Regular.ttf'); }
 
 
 
.pz1 ul li h5 span{ float:left; font-size:14px; }
.pz1 ul li img{ float:left; max-height:380px;  max-width:100%;margin-right:10px;border-radius:3px;
}


.m1{background-color:#bababa; width:100%; margin-right:100px; height:30px; text-align:center; line-height:30px;-webkit-transition:.8s; float:left; margin-top:20px;
-moz-transition:.8s;
-o-transition:.8s; color:#FFFFFF; font-size:14px;}

.m1 a:hover {cursor:pointer;/* transform属性 */transform:translate(0,0px); background:#f00000;-webkit-transition:.8s; color:#FFFFFF!important;
-moz-transition:.8s;
-o-transition:.8s;}
.pz2{ width:100%;  padding-top:50px;}
.pz2 ul{ width:100%; display:flex; flex-wrap: wrap; justify-content: space-between}
.pz2 ul li{ width:32%;
}
.pz2 ul li a{ border:#FFF solid 0px;  box-shadow: 0px 0px  4px #FFF;margin-bottom:16px;  width:82%; height:50px; font-size:18px; text-align:left; z-webkit-transition:.8s;
-moz-transition:.8s;
-o-transition:.8s;color:#fff!important; border-radius:5px; display:block; padding: 4% 8%}
.pz2 ul li a:hover {cursor:pointer; margin-top:-5px;  border:#19923a solid 1px;background:#19923a;-webkit-transition:.8s;
-moz-transition:.8s;
-o-transition:.8s; color:#fff!important; height:50px;}
.pz2 ul span{ float:left; font-size:14px; line-height:30px; font-family:Barlow-Regular}
.more{  height:42px; margin:0 auto;  background: #f3f3f3; text-align:center; margin-top:60px;transition:all 0.4s;




}
 .more a{ color:#fff; text-align:center} 
 .more:hover{ width:240px; height:55px; margin:0 auto;    text-align:center; margin-top:60px; box-shadow: 0px 0px  0px #FFF; background: #f3f3f3; transition:All 0.4s ease-in-out;transform: translate(0,10px); border:2px #0178f3 solid}
 

	.more:hover a{ color:#035cac}
	
	.more i {
    font-family: "宋体";
    font-size: 45px;
    font-style: normal;
    display: inline-block;
    line-height: 30px;
}
.news_1{ width: 100%;
    margin: 0 auto;
    background: #f3f3f3; padding-bottom:8%
    
}.mt-tabpage {
	width: 100%;
	margin: 50px auto 0 auto;

}
.mt-tabpage-title {
	height:50px;
	font-size: 0;
	width: 455px;
	margin:0 auto;


}
.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	width: 218px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px; background:#efefef; color:#5d5d5d; margin-right:3px; text-decoration:none
}
.mt-tabpage-title .mt-tabpage-item:hover{
	color: #fff;
}
.mt-tabpage-title .mt-tabpage-item-cur {
	color: #fff;
	font-size: 16px;
 background:#da251c
}
.mt-tabpage-count {
	position: relative;
	width: 100%;
	
	overflow: hidden;
}
.mt-tabpage-cont__wrap {
	 margin-top:0px;display:flex; flex-wrap:  wrap ;
}
.mt-tabpage-count .mt-tabpage-item {
	width: 50%; 
	
}

.mt-tabpage-count .mt-tabpage-item li{ width:50%}




.fl{ float:left}. fr{ float:right}

.mt-tabpage-item { display:flex;justify-content: space-between; flex-wrap: wrap ;}
.mt-tabpage-item .item {
    padding: 25px 0;
     width: 100%!important;  height:100px; text-decoration:none; display:block; height:150px; margin-bottom:20px
}.mt-tabpage-item  .item .left {
    width: 145px;
    text-align: center;
    line-height: 1;
    color: #222222;
    transition: .5s ease-in-out;
    font-family: 'beba'; height:70px
}.mt-tabpage-item .item .left .num {
    font-size: 40px;font-family: 'beba';line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}.mt-tabpage-item .item .left .num:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 45px;
    background: #dddddd;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.mt-tabpage-item .item .left .time {
    font-size: 16px;font-family: 'beba';
}.mt-tabpage-item .item .right .h0 {
    font-size: 20px;
    color: #222222;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    transition: .5s ease-in-out;
    margin-bottom: 15px;
}.mt-tabpage-item  .item .right .p {
    height: 52px;
    overflow: hidden;
} .mt-tabpage-item .item .right .p {
    transition: .5s ease-in-out;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}
.mt-tabpage-item .item .right { width: calc(100% - 175px);text-align:left; float:left
}.mt-tabpage-item .item:hover {
  background: #036eb8;
  transition: .5s ease-in-out;
  color: #ffffff; margin-top:-5px; background-image: -webkit-gradient(linear, left top, right top, from(#036eb8), color-stop(51%, #036eb8), to(#2594e1));
    background-image: -webkit-linear-gradient(left, #036eb8 0%, #036eb8 51%, #2594e1 100%);
    background-image: -moz-linear-gradient(left, #036eb8 0%, #036eb8 51%, #2594e1 100%);
    background-image: -o-linear-gradient(left, #036eb8 0%, #036eb8 51%, #2594e1 100%);
    background-image: linear-gradient(to right, #036eb8 0%, #036eb8 51%, #2594e1 100%);
}
.mt-tabpage-item .item:hover .left {
  transition: .5s ease-in-out;
  color: #ffffff;
}
.mt-tabpage-item .item:hover .right .h0 {
  transition: .5s ease-in-out;
  color: #ffffff; text-align:left
}
.mt-tabpage-item .item:hover .right .p {
  transition: .5s ease-in-out;
  color: #def1ff;}
  .f-cb:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.news_1 h3 span{ background:#333; width:80px; height:1px; position:absolute; margin-top:45px; margin-left:-114px; }
.news_1 h3 em{ font-size:24px; font-family:Barlow-Regular; line-height:60px; display:block}

.news_1 h3 {
    font-size: 40px;
    color: #333;
    text-align: center;
    font-weight: normal; line-height:40px
}

.pz11{ width:90%; margin:0 auto; padding-top:90px}




/*--------------*/

.index_2{background-position:center; background-repeat:no-repeat;background-attachment: fixed; background-size:cover; background-image:url(../images/img12.jpg);
color:#fff; text-align:center; background-color:#e4e4e4; padding-bottom:7.40625vw; position:relative; padding-top:8.70833333333333vw;}
.index_2_2{ position:relative; margin-top:1em;
color:#fff; padding-bottom:1.5em; font-size:22px;}
.index_2_1{
font-size:50px; }
.index_2_1 b { font-weight:700; font-family:"微软雅黑"}


.index_2_2:after{ margin-left:-20px; bottom:0;
content:''; position:absolute; left:50%; height:2px; background-color:#fff; width:40px;}
.index_2 .wmid{
position:relative; }
.index_2:after{ background-color:#000; opacity:0;
content:''; position:absolute; left:0; top:0; width:100%; height:100%; }
.index_2_3{
margin-top:4em;}


.
.aazb { font-size:2.5em; letter-spacing:0px; font-weight:700;}
.aazb b { color:#cd0f16;}

.index_5_r .index_1_right_mid_bg { background: none !important;}




/*--------------*/





.join{ width:100%; background:url(../images/bb1.jpg) no-repeat center; background-size:cover; background-position:center; background-repeat:no-repeat; background-attachment: fixed; height:489px; text-align:center; color:#FFFFFF; font-size:47px; line-height:50px; padding-top:190px;}
.join span{ font-size:22px; font-family:Barlow-Regular}
.a_more{ font-size:17px; color:#fff!important; line-height:50px; width:200px; margin:auto;display:inline-block; 
  border: 1px solid #fff; 
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; margin-top:30px
}
.a_more a{  color:#fff!important;
}
.a_more:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #036eb8;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.a_more:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.a_more:hover{ color:#fff;}








/*.banquan p{ text-align:left; width:1280px; margin:0 auto}*/
.xia{ width:90%; max-width:1500px; margin:0 auto; display:flex; justify-content:  space-between; padding-bottom:80px; padding-top:30px; margin-bottom:20px  }
.xia_lo{ width:42%; text-align:left; }
.xia_lo h4{ color:#FFFFFF; font-size:30px; line-height:30px; text-align:left; padding-top:10px; font-weight:bold}
.xia_lo h4 span{ color:#fff; font-size:17px; font-weight:normal}
.xia_lo p{ width:50%; float:left; color:#fff; font-size:15px; line-height:27px;}
.xia_lo p a{ color:#fff; line-height:34px }
.xia_lo p a:hover{ color:#5d9e3c; border-bottom:1px #5d9e3c solid; letter-spacing:0.5px}


.xia ul{ margin-top:20px; padding-bottom:30px;}

.xia ul:nth-child(1){ width:76%; margin:20px 4% 0 0;border-right:1px #3b3b3b solid; padding-left:0; padding-right:4%; display:flex}
.xia ul:nth-child(2){ width: 18%; float:right; margin-left:4%}



.xia ul:nth-child(1) li { width:22%
}
.xia ul:nth-child(1) li:nth-child(2) { width:38%
}
.xia ul li:nth-child(2) dl dd{ width:50%; float:left; height:34px; display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;  
        overflow: hidden;
}




.footer_2_mid_mid_mid {
    padding-right: 1em;
}.footer_t {
   
    margin-bottom: 1em; color:#fff
}.xia ul  li dl dd {
    margin-bottom: 0px;
}.xia ul li a {
   
    color: #dedede;
    transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; line-height:34px
}
.xia ul:nth-child(1) li span{font-family: Barlow-Regular;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px; color:#989898; }

.xia ul:nth-child(2) li span{font-family: Barlow-Regular;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;  color:#333;}

.xia ul li b {
    width: 50px;
    height: 1px;
    position: absolute;
    margin-top: 10px;
    background: #036eb8;
}
.xia ul li b {
    width: 50px;
    height: 1px;
    position: absolute;
    margin-top: 10px;
    background: #036eb8;
}

.xia .iu_tit {
    background: url(../images/lid.jpg) no-repeat left bottom;
    padding-bottom: 8px; font-size: 24px;
    color: #fff;
    margin-bottom: 10px; padding-bottom:8px; line-height:34px;
}.xia .iu_tit span{font-family: Barlow-Regular;
    font-weight: normal;
    text-transform: uppercase; line-height:34px; font-size:18px; color:#989898}
	
.xia .iu_tit b{ width:50px; height:1px; position:absolute; margin-top:10px; background:#036eb8; float:left}

.xia ul li:first-child span{ font-family:Barlow-Regular; font-weight:normal; text-transform:uppercase; font-size:18px}
.xia ul li:first-child b{ width:50px; height:1px; position:absolute; margin-top:10px; background:#036eb8}

.xia ul li:first-child{ font-size:24px; color:#444444; margin-bottom:22px }
.xia ul li { line-height:36px; color:#444444; font-size:15px}
.xia ul li a{color:#6f6f6f; }
.xia ul li a:hover{ color:#036eb8; border-bottom:1px #036eb8 solid; letter-spacing:2px; transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}


.xia ul li:first-child{ background:url(../images/lid.jpg) no-repeat left bottom; padding-bottom:8px}

.xia ul p{ line-height:54px; color:#444444; font-size:15px}
.erw{ float:left; margin-right:17px; text-align:center; line-height:30px; color:#fff; font-size:15px; margin-top:20px}
.erw1{ float:right;text-align:center; line-height:30px; color:#fff; font-size:15px; margin-top:20px}

.banquan{ width:100%; height:76px;  text-align:center; color:#fff;  font-size:15px; margin:0 auto ;margin-top:0px; line-height:76px; background:#036eb8}
.banquan a{color:#fff}

.xia ul .add{ background:url(../images/add.png) no-repeat left center; padding-left:25px; margin-top:20px}
.xia ul .tel{ background:url(../images/tel1.png) no-repeat left center; padding-left:25px}
.xia ul .mol{ background:url(../images/mol.png) no-repeat left top; padding-left:25px}
.xia ul .email{ background:url(../images/email.png) no-repeat left center; padding-left:25px}


.footer,.footer .ftNav,.footer .ftBox{ overflow: hidden; width: 100%;}
.footer .ftNav{ border-bottom: 1px solid #1d47c3; height: 55px;}
.footer .ftNav li{ padding: 0 28px; font-size: 13px; float: left; line-height: 53px;}
.footer .ftNav li a{ color: #fff; text-decoration: none; display: block}
.footer .ftNav li:hover a { border-bottom: 2px solid #ffa200;}
.footer .ftBox{padding: 45px 0 20px;}
.footer .ftDl{ width: 550px; float: left;}
.footer .ftDl dt{ float: left; margin-left: 10px;}
.footer .ftDl dd{ float: right; padding-left:18px; border-left:1px solid #3a5fcd; }
.footer .ftDl dd p{ line-height: 25px; font-size: 13px; color: #fff}
.footer .ftDl dd p a{ color: #fff;}
.footer .ewm{ float: right;}
.footer .ewm p{ margin-top: 15px; font-size: 14px; color: #fff;}



 
  #header{ display:block}
 
 .mbdh{ display:none}
 
 
 
 /*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:850px){  
 
 
 
 
 #header{ display:none}
 
 .mbdh{ display:block}
 
 .news_1 h3 {
    font-size: 28px;
    color: #333;
    text-align: center;
    font-weight: normal;
    line-height: 30px;
}
 .news_1 h3 em {
    font-size: 18px;
    font-family: Barlow-Regular;
    line-height: 30px;
    display: block;
}
 footer{ display:none!important}
 .mt-tabpage {
    width: 100%;
    margin: 20px auto 0 auto;
}
 
 .pz16 h3 {
    font-size: 30px;
    color: #333;
    text-align: center;
    font-weight: normal;
    display: block;
    line-height: 47px;
    background: #f7f7f7;
    padding-top: 0px; width:90%; margin:0 auto
}
 
 .pz16 h3 span {
    font-family: Barlow-Regular;
    font-size: 15px;
    color: #666;
    display: block;
    line-height: 28px;
    letter-spacing: 0px;
}
 .owl-item {
    width: 100%;
    flex: none;
    margin: 0 1%;
}
 
 .owl-stage{flex-wrap:  wrap;}
 .owl-item {
    width: 100%;
    flex: none;
    margin: 0 1%;
}



.index_2_2 {
    font-size: 16px;
}

.join {
    width: 100%;
    background: url(../images/bb1.jpg) no-repeat center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment:scroll;
    height: 309px;
    text-align: center;
    color: #FFFFFF;
    font-size: 27px;
    line-height: 30px;
    padding-top: 70px;
}
.join span {
    font-size: 16px;
    font-family: Barlow-Regular;
}
.a_more {
    font-size: 13px;
    color: #fff!important;
    line-height: 30px;
    width: 110px;
    margin: auto;
    display: inline-block;
    border: 1px solid #fff;}
	
	
	    .zuo_ab1 .more {
        line-height: 35px;
    }
	    .zuo_ab span {
        font-size: 16px;
        color: #fff;
        text-align: center;
        display: block; letter-spacing:0
    }.zuo_ab h2 {
        font-size: 22px;
        color: #fff;
        text-transform: uppercase;
        font-family: EUCLIDCIRCULARA;
        text-align: center;
        padding-top: 20px;
    }line2 {
    width: 0px;
    height: 1px;
    background: #f3f3f3;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0px;
}
	    .qywl {
        width: 98%;
        margin: auto;
        height: auto;
        display: flex
;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 20px;
    }    .qywlan {
        flex: none;
        width: 50%;
        margin-bottom: 4%;
    }.qywlan02 {
    padding: 5px 10% 0;
}
	    .qywlan02 {
        font-size: 17px;
        line-height: 28px;
    }.logoz {
    width: 100%;
    text-align: center;
    padding: 0% 0px 0px;
    font-size: 28px;
    color: #333;
    text-transform: uppercase;
    font-family: EUCLIDCIRCULARA;
    text-align: center;
    line-height: 1.3;
}
	.hh23 h3 {
    line-height: 40px;
    font-size: 22px;
    color: #333;
    margin-bottom: 2%;
    text-align: center;
    font-family: "微软雅黑";
    font-weight: normal;
}.hh23 span {
    font-size: 16px;
    color: #666666;
    text-align: center;
    display: block;
    padding-top: 0px;
    line-height: 28px;
    width: 96%;
    margin: 0 auto;
    font-family: "微软雅黑";
}.index-box-project .index-advanced-project>div:first-child {
    width: 100%;
    height: auto;
    overflow: hidden;
}.index-box-project .index-advanced-project{flex-wrap:wrap;}
.index-box-project .index-advanced-project>div:last-child {
    width: 100%;
    overflow: hidden;
    display: flex
;
    justify-content: center;
    flex-wrap: wrap;
}.index-box-project .index-advanced-project>div:last-child div {
    width: auto;
    background: #f3f3f3;
    align-content: center;
    display: flex
;
    align-items: center;
    width: 100%;
    height: 25%;
}.index-box-project .index-advanced-project div ul li:nth-child(2) span {
    font-size: 24px;
    color: #333;
}.ibp1, .ibp2, .ibp3 {
    width: 50px;
    height: 57px;
    margin: auto;
}.index-box-project .index-advanced-project div ul li:nth-child(2) span::after {
    content: '';
    display: block;
    margin: auto;
    width: 20px;
    height: 2px;
    background: #e6e6e6;
    margin: 5px auto 5px auto;
}.index-box-project .index-advanced-project>div:last-child div {
    width: auto;
    background: #f3f3f3;
    align-content: center;
    display: flex
;
    align-items: center;
    width: 100%;
    height: 25%;
    margin-top: -10px;
}.index-box-project .index-advanced-project>div:nth-child(2) {
    position: absolute;
    display: flex
;
    width: 100%;
    left: 0;
    top: 0;
    height: 30%;
}

.index-box-project .index-advanced-project>div:nth-child(2) div {
    width: 100%;
    height: 55%;
    position: absolute;
    display: flex
;
    align-items: center;
    background: #f3f3f3;
    right: 0;
    bottom: 0;
}.index-box-project .index-advanced-project>div:nth-child(2) div {
    width: 70%;
    height: 55%;
    position: absolute;
    display: flex
;
    align-items: center;
    background: #f3f3f3;
    right: 0;
    bottom: 0;
}    .index-box-project .index-advanced-project>div:last-child div {
        width: auto;
        background: #f3f3f3;
        align-content: center;
        display: flex
;
        align-items: center;
        width: 50%;
        height: 45%;
        margin-top: 0px;
        /* position: absolute; */
    }.index-box-project .index-advanced-project>div:nth-child(2) div {
    width: 70%;
    height: 85%;
    position: absolute;
    display: flex
;
    align-items: center;
    background: #f3f3f3;
    right: 0;
    bottom: 0;
}.index-box-project .index-advanced-project div ul li:nth-child(3) span {
    font-size: 14px;
    color: #808080;
    line-height: 26px;
    width: 100%;
    margin: auto;
}.index-box-project .index-advanced-project div ul li:first-child img {
    width: 40px;
    height: 40px;
}    .index-box-project .index-advanced-project div ul li:nth-child(2) span {
        font-size: 22px;
        color: #333;
    }    .ibp1, .ibp2, .ibp3 {
        width: 50px;
        height: 40px;
        margin: auto;
    }.index-box-project .index-advanced-project>div:last-child div {
        width: auto;
        background: #f3f3f3;
        align-content: center;
        display: flex
;
        align-items: center;
        width: 50%;
        height: 65%;}.main1 {
    width: 90%;
    margin: 0 auto;
    padding-top: 60px;
}    .index-box-project .index-advanced-project>div:last-child div {
        width: auto;
        background: #f3f3f3;
        align-content: center;
        display: flex
;
        align-items: center;
        width: 50%;
        height: 50%;
    }    .index-box-project .index-advanced-project div ul li:nth-child(3) span {
        font-size: 14px;
        color: #808080;
        line-height: 22px;
        width: 100%;
        margin: auto;
        height: 44px;
        overflow: hidden;display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; 
        overflow: hidden;

    }    .index-box-project .index-advanced-project div ul li:nth-child(2) span {
        font-size: 20px;
        color: #333;
    }.index-box-project .index-advanced-project>div:nth-child(2) div {
        width: 55%;
        height: 75%;
        position: absolute;
        display: flex
;
        align-items: center;
        background: #f3f3f3;
        right: 0;
        bottom: -55%;
    }
	
    .zuo_ab1 h2 {
        font-size: 28px;
        color: #1b1b1b;
        text-transform: uppercase;
        font-family: EUCLIDCIRCULARA;
        text-align: center;
        padding-bottom: 10px;
    }
	
	line {
    width: 20px;
    height: 1px;
    background: #777;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}    .zuo_ab1 p {
        color: #525252;
        font-size: 14px;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
        line-height: 30px;
        width: 90%;
        text-indent: 0px;
    }.contenta {
    width: 93%;
    margin: 0 auto;
}.abt-2 {
    height: 490px;
    width: 100%;
    background: rgba(3, 110, 184, 0.72);
    float: left;
    margin-top: 35px;
    padding: 21px;
}
	.abt-2 .abt-s h2 em {
    font-size: 22px;
    color: #333333;
    display: block;
    line-height: 48px;
    font-weight: bold;
    background: url(../images/dc-1.png) no-repeat 260px 6px;
    font-style: normal;
    color: #fff;
}.abt-2 .abt-s h2 {
    height: 80px;
    width: 100%;
    margin-top: 29px;
    margin-left: 36px;
    color: #fff;
}.abt-2 .abt-s h2 {
    height: 80px;
    width: 92%;
    margin-top: 29px;
    margin-left: 4%;
    color: #fff;
    margin-right: 4%;
}.abt-2 .abt-s h2 span {
    font-size: 15px;
    color: #333333;
    display: block;
    line-height: 28px;
    font-weight: normal;
    padding-top: 0;
    color: #fff;
}.ab2 {
    margin-top: 50px;
    margin-left: 4%;}.ab2 ul li span {
    width: 96%;
    float: left;
    font-size: 16px;
    color: #fff;
}.abt-2 .abt-s {
    border: 1px solid #fff;
    box-sizing: border-box;
    height: 350px;
}.abt-2 {
    height: 400px;
    width: 100%;
    background: rgba(3, 110, 184, 0.72);
    float: left;
    margin-top: 35px;
    padding: 21px;
}.abt2 {
    height: 713px;
   
    background-size: 300%;
}.mt-tabpage-count .mt-tabpage-item {
    width: 100%;
}.mt-tabpage-count .mt-tabpage-item {
    width: 100%;
    background: #fff;
    margin-bottom: 1.4%;
}.mt-tabpage-item .item {
    padding: 15px 0;
    width: 100% !important;
    height: 100px;
    text-decoration: none;
    display: block;
    height: 120px;
    margin-bottom: 0px;
}.mt-tabpage-item .item .left {
    width: 30%;
    text-align: center;
    line-height: 1;
    color: #222222;
    transition: .5s ease-in-out;
    font-family: 'beba';
    height: 70px;
}.mt-tabpage-item .item .left .num {
    font-size: 33px;
    font-family: 'beba';
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}.mt-tabpage-item .item .right {
    width: calc(100% - 37%);
    text-align: left;
    float: left;
}.mt-tabpage-item .item .right .h0 {
    font-size: 18px;
    color: #222222;
    line-height: 20px;
    height: 22px;
    overflow: hidden;
    transition: .5s ease-in-out;
    margin-bottom: 5px;
    margin-top: 5px;
}    .index-box-project .index-advanced-project>div:nth-child(2) div {
        width: 55%;
        height: 75%;
        position: absolute;
        display: flex
;
        align-items: center;
        background: #f3f3f3;
        right: 0;
        bottom: -75%;
    }.index_2{ margin-bottom:40px}
	
	.index_2{ background-attachment:scroll}
	
	
	    .index_2_1 b {
        font-size: 24px;
    }
	
	    .zl dl img {
        display: block; width:45px;margin: 0 auto;
    }.zl{flex-wrap:  wrap;}
	
	    .zl dl {
        width: 100%;
        display: inline-block;
        text-align: center;
        color: #fff;
        font-size: 16px; flex:none; margin-left:0
    }
	
	
	.zl dl dd {
    margin-top: 4px;
}
	
	
}
 
 
 
 
 
 
 
 
 
 
 