* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    overflow-x: hidden;
    font-family: Microsoft YaHei, "Helvetica Neue", Arial, Helvetica, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color: #333;
}

li,
a,
i {
    text-decoration: none;
    list-style: none;
    font-style: normal;
    color: #333;
}

input,
button,
textarea {
    border: none;
    font-family: Microsoft YaHei, "Helvetica Neue", Arial, Helvetica, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

table {
    border-collapse: collapse;
}

h5,
h4,
h3,
h2,
h1 {
    font-weight: normal;
    line-height: 100%;
}

a,
a * {
    transition: all 0.5s;
}

img {
    transition: all 0.8s!important;
    max-width: 100%;
    border: none;
    /*防止图片模糊*/
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
    display: block;
}


/*鼠标经过动画*/


/* wow fadeInDown2*/


/* wow fadeInUp2*/


/*tr-title title-flex 文字效果*/


/* onion-tstime onion-tfty 文字效果*/


/* wow fadeInUp" data-wow-delay="0.2s"*/


/* wow zoomIn*/


/*可以加入 data-wow-duration（动画持续时间）和 data-wow-delay（动画延迟时间）属性，如：*/


/*.nydh2 p a:before, .nydh2 p a:after{content: '';width: 0;height: 100%;    opacity: 0;position: absolute;top: 0;z-index: -1;transition: all 0.3s;-webkit-transition: all 0.3s;background-color: #e60012;}
.nydh2 p a:hover:before, .nydh2 p a:hover:after{width: 50%;opacity: 1;}
.nydh2 p a:before{left: 50%;}
.nydh2 p a:after{right: 50%;}*/


/*鼠标经过动画*/


/*-webkit-transform: translateY(-10px);-ms-transform: translateY(-10px);transform: translateY(-10px);*/


/*
鼠标经过加框
.cpzx-b a i{display:block;position:absolute;background:#fe1e24;}
.cpzx-b a .i1{width:0px;height:1px;right:0px;top:0px;}
.cpzx-b a .i2{width:1px;height:0px;left:0px;top:0px;}
.cpzx-b a .i3{width:0px;height:1px;left:0px;bottom:0px;}
.cpzx-b a .i4{width:1px;height:0px;right:0px;bottom:0px;}
.cpzx-b a:hover .i1,.cpzx-b a:hover .i3{width:100%}
.cpzx-b a:hover .i2,.cpzx-b a:hover .i4{height:100%}
*/


/*放大镜*/


/*class="pirobox_gall"*/


/*视频动画*/


/*.gywm-r p::before, .gywm-r p::after {position: absolute;width: 100%;height: 100%;border-radius: 50%;background: #1b80d6;content: '';top:0;left:0}
.gywm-r p::before{animation: scale 2s infinite; }
.gywm-r p::after{animation: scale2 2s infinite; }
@keyframes scale{0%{ transform: scale(1); opacity:.9}100%{ transform: scale(2); opacity: 0;}}
@keyframes scale2{0%{ transform: scale(1);opacity:.9;}100%{ transform: scale(4);opacity:0;}}*/


/*调用外部字体*/

@font-face {
    font-family: Medium;
    src: url('../fonts/DIN-Medium.otf');
}

@font-face {
    font-family: Bold;
    src: url('../fonts/DIN-Bold.otf');
}

@font-face {
    font-family: DEMIBOLD;
    src: url('../fonts/MISANS-DEMIBOLD.TTF');
}

@font-face {
    font-family: mismed;
    src: url('../fonts/MISANS-MEDIUM.TTF');
}

@font-face {
    font-family: MiSansBold;
    src: url('../fonts/MiSans-Bold.ttf');
}

@font-face {
    font-family: MiSansRg;
    src: url('../fonts/MiSans-Regular.ttf');
}

.medium {
    font-family: Medium;
}

.bold {
    font-family: Bold;
}

.misbold {
    font-family: MiSansBold;
}

.dem {
    font-family: DEMIBOLD;
}

.mismed {
    font-family: mismed;
}

.misrg {
    font-family: MiSansRg;
}


/*去掉动画*/

.wow2 {
    visibility: initial!important;
    animation-duration: initial!important;
    animation-delay: initial!important;
    animation-iteration-count: initial!important;
    animation-name: initial!important;
}

.ny-banner {
    width: 100vw;
    height: 107vh;
    overflow: hidden;
}

.ny-banner .all-img {
    /* animation: fangda 5s ease-in-out infinite alternate;
    transform: scale(1); */
    animation: mymove 5s ease-in-out infinite alternate;
    -webkit-animation: mymove 5s ease-in-out infinite alternate;
    /*Safari and Chrome*/
}

@keyframes mymove {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.05);
    }
}

@-webkit-keyframes mymove
/*Safari and Chrome*/

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

.banner-content {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    /* height: 100%; */
}

.banner-content .banner-title {
    font-size: 96px;
    color: #fff;
    background-image: linear-gradient(to top, #c2e9fb, white);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 4vw;
}

.banner-content .banner-menu a {
    font-size: 1.125rem;
    color: #aec7e4;
    padding-bottom: 14px;
    width: max-content;
    margin-bottom: 1.8vw;
}

.banner-content .banner-menu .active a {
    color: #fff;
}

.banner-content .banner-menu {
    width: 12.2vw;
}

.banner-content .banner-menu2 {
    width: 30vw;
}

a:hover {
    text-decoration: none !important;
}

.banner-content .banner-menu li:hover a {
    color: #fff;
}

.banner-content .banner-menu li {
    width: 6vw;
}

.banner-content .banner-menu2 li {
    width: 7vw;
}

.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden
}

.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0px;
    background: #fff;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-underline-from-left:active:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:hover:before,
.active .hvr-underline-from-left:before {
    right: 0
}

.banner-position {
    position: absolute;
    bottom: 2vw;
    left: 0;
    width: 100%;
}

.banner-position>div div {
    margin-left: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.banner-position>div a {
    color: rgba(255, 255, 255, 0.5);
}

.banner-position>div a:last-child {
    color: rgba(255, 255, 255, 1);
}


/* 尾部 */

footer {
    background-color: #014099;
}

.footer-menu {
    padding-top: 3vw;
    color: #fff;
}

.footer-menu a {
    color: #fff;
}

.footer-menu a.dem {
    font-size: 18px;
    margin-bottom: 1.8vw;
    display: inline-block;
}

.footer-menu2 a {
    opacity: 0.5;
    font-size: 14px;
    margin-bottom: 14px;
}

.footer-menu>ul {
    width: 60%;
}

.footer-message {
    text-align: right;
    margin-left: 2.1vw;
}

.footer-message .bold {
    color: #f4f4f4;
    font-size: 2.625rem;
    margin-bottom: 1vw;
}

.footer-message .fo-nam {
    line-height: 30px;
}

.footer-menu .footer-ewm {
    position: absolute;
    top: 33px;
    left: 50%;
    transform: translateX(-50%);
    width: 7vw;
    height: 7vw;
    background-color: #fff;
    padding: 4px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
}

.footer-menu .footer-ewm img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-menu .footer-ewm::after {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    content: '';
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
}

.ewm-box>div:hover .footer-ewm {
    top: 66px;
    opacity: 1;
    visibility: visible;
    transition: all 1s;
}

.ewm-box>div {
    margin-left: 1vw;
}

.footer-bottom {
    border-top: 1px solid #1d66d8;
    margin-top: 65px;
    padding: 26px 0;
}

.footer-bottom a,
.footer-bottom {
    /* color: #ffffff; */
    /* opacity: 0.3; */
    font-size: .875rem;
    color: rgba(255, 255, 255, .3);
}

.footer-bottom .footer-right a {
    margin-left: 30px;
}

.footer-menu2 a:hover {
    opacity: 1;
}

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity
}

.hvr-float-shadow:active,
.hvr-float-shadow:focus,
.hvr-float-shadow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.hvr-float-shadow:active:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}


/*电脑段头部开始*/

.head {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    transition: all 0.5s;
    /* background: rgba(35, 44, 47, 0.3); */
    padding-left: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.head2 {
    border-bottom: 1px solid #eee;
}

.head-s {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 82px;
}

.head-c {}

.head-c.cur {
    background: #fff;
}

.head-c-l {
    display: flex;
    align-items: center;
    width: 250px;
    height: 80px;
    background: #014099;
}

.head-c-r {
    float: right;
    display: flex;
    align-items: center;
}

.head-c-r-l {
    float: left;
}

.head-c-r-l>ul {}

.head-c-r-l>ul>li {
    float: left;
    margin: 0 19px;
}


/*.head-c-r-l>ul>li.active .head-c-r-l-t a,.head-c-r-l>ul>li:hover .head-c-r-l-t a{color: #014099;}*/

.head-c-r-l-t {}

.head-c-r-l-t a {
    color: #fff;
    line-height: 80px;
    display: block;
    position: relative;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
}


/*.head-c-r-l-t a p{position:absolute;bottom:0px;height:3px;background:#014099;width:0}*/


/*.head-c-r-l>ul>li.active .head-c-r-l-t a,.head-c-r-l-t a:hover{color:#014099;}*/


/*.head-c-r-l>ul>li.active .head-c-r-l-t a p,.head-c-r-l-t a:hover p{width:100%;}*/

.head-c-r-l-b {
    position: fixed;
    width: 100%;
    left: 0;
    top: 83px;
    z-index: 10;
    background: #fff;
    overflow: hidden;
    max-height: 0;
    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.5s;
}

.head-menu {
    margin-left: 7.9167vw;
    width: 46.875vw;
}

.head-menu li {
    position: relative;
    font-weight: 400;
    padding: 0 4px;
    white-space: nowrap;
}

.head2 li.active .head-c-r-l-t a,
.head:hover li.active .head-c-r-l-t a,
.head-c-r-l-b li.active a {
    color: #014099;
}

.head-menu>li::after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    content: '';
    height: 2px;
    background-color: #fff;
    transform: translate(-50%);
}

.head2 .head-menu>li::after,
.head-menu>li:hover::after,
.head:hover .head-menu>li::after {
    background-color: #014099;
}

.head-menu li.active::after,
.head-menu li:hover::after {
    width: 100%;
    transition: all .5s;
}

.head-menu li:hover .head-c-r-l-b {
    transition: all 0.5s;
    max-height: 500px;
}

.head-right {
    width: 405px;
    color: #fff;
    height: 100%;
    line-height: 80px;
}

.head-c-r-l>ul li:hover .head-c-r-l-t a span {
    width: 100%;
    transition: all 0.5s;
}

.head-c-r-l-b ul {
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
    padding: 40px 0;
}

.head-c-r-l-b ul li {
    width: 14%;
    /* margin: 0 1%; */
}

.head-c-r-l-b ul li a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.head-c-r-l-b ul li a h4 {
    overflow: hidden;
    margin-bottom: 20px;
}

.head-c-r-l-b ul li a h4 img {
    display: block;
    width: 13.5417vw;
    height: 8.75vw;
    object-fit: cover;
}

.head-c-r-l-b ul li a:hover {
    color: #014099;
}

.head-c-r-l-b ul li a:hover img {
    transform: scale(1.1);
}

.head .img2 {
    display: none;
}

.head2,
.head:hover {
    background: #fff;
}

.head2 a,
.head:hover a,
.head2 .head-right,
.head:hover .head-right {
    color: #333;
}

.img1 {
    margin-right: 10px;
}

.phone-box {
    padding: 0 18px;
    /* background-color: rgba(0, 0, 0, 0.4); */
    height: 103%;
    background-color: #014099;
    color: #fff;
}

.head:hover .logo,
.head2 .logo,
.head .logo2 {
    display: none;
}

.head:hover .logo2,
.head2 .logo2 {
    display: block;
}

.head2 .img1,
.head:hover .img1 {
    filter: grayscale(100%) brightness(40%);
}


/* .head2 .phone-box,
.head:hover .phone-box {
    background-color: #014099;
    color: #fff;
} */

.head2 .phone-box img,
.head:hover .phone-box img {
    filter: none;
}

.jt {
    margin-left: 6px;
}

.head-right>div {
    cursor: pointer;
}

.language {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background-color: #fff;
    text-align: center;
    line-height: 30px;
    padding: 10px 0;
    /* color: pink; */
    opacity: 0;
    visibility: hidden;
}


 .language li:hover a {
    color: #1d66d8;
}

.language-icon:hover .language {
    top: 80px;
    transition: all .5s;
    opacity: 1;
    visibility: visible;
} 

.language-icon:hover .jt {
    transform: rotate(180deg);
}


/*电脑端头部结束*/


/*电脑端尾部开始*/


/*电脑端尾部结束*/

.w1 {
    width: 83.333vw;
    margin: 0 auto;
}


/*搜索框样式开始*/

.sousou3 {
    position: fixed;
    z-index: 1;
    background: rgba(000, 000, 000, 0.4);
    width: 100%;
    top: 82px;
    left: 0px;
    display: none;
    z-index: 1003;
    text-align: center;
}

.sousou3 input {
    width: 40%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    box-sizing: border-box;
    text-indent: 1em;
    border-radius: 2px;
    border: none;
    font-size: 14px;
}

.sousou3 .input2 {
    width: 80px;
    /* margin-left:-80px; */
    cursor: pointer;
    padding-left: 0px;
    color: #fff;
    font-size: 14px;
    background: #014099;
    border-radius: 0px;
    outline: none;
}

.sousou3 form {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
}

.sousou3 i {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 40px;
    border-radius: 50px;
    background: #014099;
    height: 30px;
    border-radius: 30px;
}


/*搜索框样式结束*/


/*底部按钮开始*/

.dbdh {
    width: 100%;
    position: fixed;
    bottom: 0px;
    background: #222;
    overflow: hidden;
    box-shadow: -5px 0px 10px #666;
    display: none;
    z-index: 120;
}

.dbdh ul li {
    float: left;
    width: calc(25% - 1px);
    text-align: center;
    border-right: 1px solid #fff;
    padding: 10px 0;
    cursor: pointer;
}

.dbdh ul li:last-child {
    border: none;
    width: 25%;
}

.dbdh ul li.active {
    background: #fff;
}

.dbdh ul li.active a {
    color: #014099;
}

.dbdh ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.dbdh ul li i {
    display: block;
    margin-bottom: 5px;
}


/*底部按钮结束*/


/*点击弹出视频开始*/

.video {
    cursor: pointer;
}

#fade {
    display: none;
    background: #333000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 9999;
}

.top_popupbox {
    max-width: 80%;
    width: 600px;
    ;
    height: auto;
    border: 2px solid #847d6a;
    border-radius: 8px;
    padding: 17px;
    background-repeat: no-repeat;
    display: none;
    /* Hidden as default */
    float: left;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    opacity: 1px;
    background: #fff;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.popupbox i,
.top_popupbox i {
    background: rgba(0, 0, 0, 0) url("../images/guanbi.png") no-repeat scroll 0 0;
    padding: 16px;
    position: absolute;
    right: -8px;
    top: -8px;
}

iframe#sp {
    width: 100%;
    height: 400px;
}

video#sp {
    width: 100%;
    max-height: 80vh;
}


/*点击弹出视频结束*/


/*图片不停旋转动画*/

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.tp_dh {
    -webkit-transform: rotate(360deg);
    animation: rotation 3s linear infinite;
    -moz-animation: rotation 3s linear infinite;
    -webkit-animation: rotation 3s linear infinite;
    -o-animation: rotation 3s linear infinite;
}


/*wow*/

@-webkit-keyframes fadeInDown1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown1 {
    -webkit-animation-name: fadeInDown1;
    animation-name: fadeInDown1
}

@-webkit-keyframes fadeInDown2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown2 {
    -webkit-animation-name: fadeInDown2;
    animation-name: fadeInDown2
}

@-webkit-keyframes fadeInLeft1 {
    from {
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInLeft1 {
    from {
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.fadeInLeft1 {
    -webkit-animation-name: fadeInLeft1;
    animation-name: fadeInLeft1
}

@-webkit-keyframes fadeInLeft2 {
    from {
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInLeft2 {
    from {
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.fadeInLeft2 {
    -webkit-animation-name: fadeInLeft2;
    animation-name: fadeInLeft2
}

@-webkit-keyframes fadeInRight1 {
    from {
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInRight1 {
    from {
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.fadeInRight1 {
    -webkit-animation-name: fadeInRight1;
    animation-name: fadeInRight1
}

@-webkit-keyframes fadeInRight2 {
    from {
        -webkit-transform: translate3d(5%, 0, 0);
        transform: translate3d(5%, 0, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInRight2 {
    from {
        -webkit-transform: translate3d(5%, 0, 0);
        transform: translate3d(5%, 0, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.fadeInRight2 {
    -webkit-animation-name: fadeInRight2;
    animation-name: fadeInRight2
}

@-webkit-keyframes zoomLeft {
    from {
        -webkit-transform: scale3d(0.3, .3, .3);
        transform: scale3d(0.3, .3, .3);
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomLeft {
    from {
        -webkit-transform: scale3d(0.3, .3, .3);
        transform: scale3d(0.3, .3, .3);
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

.zoomLeft {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-animation-name: zoomLeft;
    animation-name: zoomLeft
}

.zoomRight {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation-name: zoomLeft;
    animation-name: zoomLeft
}

@-webkit-keyframes fadeInUp1 {
    from {
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInUp1 {
    from {
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.fadeInUp1 {
    -webkit-animation-name: fadeInUp1;
    animation-name: fadeInUp1
}

@-webkit-keyframes fadeInUp2 {
    from {
        -webkit-transform: translate3d(0, 2%, 0);
        transform: translate3d(0, 2%, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInUp2 {
    from {
        -webkit-transform: translate3d(0, 2%, 0);
        transform: translate3d(0, 2%, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}

@keyframes myfirst {
    0% {
        top: 0;
        left: 0
    }
    25% {
        top: 10px;
        left: 0
    }
    50% {
        top: 0;
        left: 0
    }
    100% {
        top: 0;
        left: 0
    }
}

@-moz-keyframes myfirst {
    0% {
        top: 0;
        left: 0
    }
    25% {
        top: 10px;
        left: 0
    }
    50% {
        top: 0;
        left: 0
    }
    100% {
        top: 0;
        left: 0
    }
}

@-webkit-keyframes myfirst {
    0% {
        top: 0;
        left: 0
    }
    25% {
        top: 10px;
        left: 0
    }
    50% {
        top: 0;
        left: 0
    }
    100% {
        top: 0;
        left: 0
    }
}

@-o-keyframes myfirst {
    0% {
        top: 0;
        left: 0
    }
    25% {
        top: 10px;
        left: 0
    }
    50% {
        top: 0;
        left: 0
    }
    100% {
        top: 0;
        left: 0
    }
}

.onion-tstime {
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}

.onion-tfty {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: .2;
}

.onion-ts {
    opacity: 0.1;
}

.title-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    line-height: 140%!important
}

@-webkit-keyframes aititle {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes aititle {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


/*wow*/


/*手机端头部开始*/

.sj_dh {
    background-color: #fff;
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    box-shadow: 1px 1px 10px #a09b9b;
    display: none;
}

#btn {
    background: none;
    border: none;
    outline: none;
    display: inline-block;
    z-index: 100;
    cursor: pointer;
    width: 40px;
    position: fixed;
    top: 16px;
    right: 5px;
}

#btn span {
    display: block;
    width: 20px;
    height: 1px;
    background: #222;
    margin: 6px 0px;
    transition: all 0.5s;
}

#btn .one {
    transform-origin: left center;
    transform: rotate(45deg);
}

#btn .two {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    margin-top: 5px;
}

#btn #c {
    transition: all 0.5s;
}

.sj_logo {
    text-align: left;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sj_logo a {
    text-align: left;
    color: #f1c232;
    margin-left: 15px;
    display: block;
    max-width: calc(100% - 110px);
}

.sj_logo a img {
    max-height: 40px;
    display: block;
}

.en {
    text-align: center;
}

.en a {
    padding: 0 10%;
}

.navigation {
    width: 100%;
    top: 50px;
    background: #fff;
    position: fixed;
    left: 0;
    top: -100%;
    z-index: 99999;
    transition: all 0.5s;
    overflow: auto;
    max-height: 100%;
    height: auto;
}

.kj {
    padding: 0px 10px;
    overflow: auto;
}

.kj>li {
    width: 100%;
    line-height: 50px;
    border-bottom: 1px solid #cecbcb;
}

.kj>li:nth-child(1) {
    margin-top: 60px;
}

.kj .t {
    padding-left: 10px;
}

.kj li .t {
    line-height: 50px;
    font-size: 14px;
    overflow: hidden;
}

.kj li .t button {
    background: none;
    outline: none;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    padding: 0 12px;
    border-radius: 4px;
    background: #73659d;
    color: #fff;
    transition: all .36s ease;
    border: none;
}

.kj li div.t .arrow.up {
    background-image: url(../images/xx.png);
    transform: rotate(180deg);
}

.kj li div.t .arrow.down {
    background-image: url(../images/xx.png);
}

.kj li .t .arrow {
    display: block;
    width: 31px;
    height: 32px;
    background: no-repeat 0 center;
    float: right;
    margin-top: 9px;
    margin-right: 10px;
    transition: all 0.1s;
    background-image: url(../images/logo.png);
}

.kj .t2 {
    padding-left: 10px;
}

.kj li .t2 {
    line-height: 50px;
    font-size: 14px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-top: 1px solid #d3d3d3;
}

.kj li .t2 a {
    color: #666;
    border: none!important;
}

.kj li .t2 button {
    background: none;
    outline: none;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    padding: 0 12px;
    border-radius: 4px;
    background: #73659d;
    color: #fff;
    transition: all .36s ease;
    border: none;
}

.kj li div.t2 .arrow.up {
    background-image: url(../images/xx.png);
    transform: rotate(180deg);
}

.kj li div.t2 .arrow.down {
    background-image: url(../images/xx.png);
}

.kj li .t2 .arrow {
    display: block;
    width: 31px;
    height: 32px;
    background: no-repeat 0 center;
    float: right;
    margin-top: 9px;
    margin-right: 10px;
    transition: all 0.1s;
    background-image: url(../images/logo.png);
}

.kj li ul li {
    color: #727272;
    line-height: 40px;
}

.kj li ul li {
    color: #727272;
    line-height: 40px;
}

.kf .menu2 li {
    border-top: 1px solid #d3d3d3;
}

.menu2 {}

.kj li a {
    font-size: 14px;
    font-weight: bold;
    color: #222;
    display: block;
    float: left;
}

.kj li .menu li a {
    color: #666;
}

.kj li a:hover {
    color: #222;
}

.menu,
.menu2 {
    display: none;
}

.menu2 li {
    border-top: 1px solid #d3d3d3;
    /* margin-top: 2px; */
}

.menu li {
    overflow: hidden;
}

.menu li a {
    padding-left: 20px;
    overflow: hidden;
}

.menu2 li a {
    padding-left: 40px;
    overflow: hidden;
}

.kj li ul li a {
    display: block;
    border-top: 1px solid #d3d3d3;
    float: left;
    width: calc(100% - 20px);
}

.kj li ul li .menu2 li a {
    width: calc(100% - 40px);
    border: none;
}

.kj li ul li a {}

.label {
    padding: 0;
}

.sdfs {
    width: 100%;
    height: 500px;
    background: #f00;
}

.s_search {
    display: inline-block;
    z-index: 100;
    cursor: pointer;
    width: 10%;
    position: fixed;
    top: 15px;
    right: 1%;
    text-align: center;
}

.s_search a {
    color: #222;
    font-size: 18px;
}

.nav_active>a {
    color: #007f82 !important;
}


/*手机端头部结束*/


/*放大镜样式开始*/

table.jiaotong,
.jiaotong th,
.jiaotong td {
    border: 1px solid #eee;
    color: #333;
    line-height: 30px;
}

.jtsj {
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

table.jiaotong {
    border-collapse: 0;
    border-spacing: 0;
    width: 100%;
}

.qdsj td {
    color: #222;
    font-weight: 600;
}

.piro_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    background: #333;
    display: none;
    z-index: 1001;
}

.loading span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    display: block;
    z-index: 100008;
    background: 0 0
}

.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    display: block;
    padding: 0;
    cursor: text;
    background: #222
}

.piro_nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0;
    display: block;
    padding: 0;
    background: 0 0
}

.caption p {
    display: block;
    margin: 0;
    padding: 10px 28px 10px 38px;
    text-align: center;
    font-weight: 400;
    background: #333;
    color: #fff;
    font-size: 20px;
    display: none;
}

a.piro_close {
    position: absolute;
    top: 20px;
    right: 20%;
    height: 50px;
    width: 50px;
    background: url(../images/close_btn.png) no-repeat;
    cursor: pointer;
    z-index: 100006;
    background-size: 100% 100%;
}

a:hover.piro_close {
    /* background:url(../images/close_btn_h.png) no-repeat */
}

a.piro_next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 82px;
    right: 20%;
    text-indent: -999em;
    outline: 0;
    display: block;
    margin: -18px 0 0;
    background: url(../images/next.png) center no-repeat;
    border: 0;
    cursor: pointer;
    z-index: 1000000001;
    background-size: 100% auto;
}

a:hover.piro_next {
    /* background:url(../images/next_h.png) center right no-repeat */
}

a.piro_prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 82px;
    left: 20%;
    text-indent: -999em;
    outline: 0;
    display: block;
    margin: -18px 0 0;
    background: url(../images/prev.png) center no-repeat;
    border: 0;
    cursor: pointer;
    z-index: 1000000000;
    background-size: 100% auto;
}

a:hover.piro_prev {
    /* background:url(../images/prev_h.png) center left no-repeat */
}

.pirobox_content {
    position: fixed;
    top: 0%;
    left: 0%;
    padding: 0;
    width: calc(100vw - 20px)!important;
    display: block;
    margin: 0!important;
    height: 100vh;
    z-index: 100000000000000;
}

.pirobox_content tbody {
    width: 100%;
    display: block;
}

.pirobox_content img {
    height: auto!important;
    max-width: 90%;
    max-height: 90vh;
    width: auto!important;
}

.c_c {
    margin: 0;
    padding: 0;
}

.c_c div {
    width: 760px;
    /*height:560px;*/
    margin: 0;
    padding: 0;
    width: 100vw!important;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box_img {
    position: absolute;
    z-index: 99995;
    background: url(../images/img_bg.png);
    width: 100%;
    top: 30px;
    left: 30px;
    height: 100%;
    padding: 0
}

.err_mess {
    position: absolute;
    bottom: 20px;
    color: #fff;
    padding: 0;
    margin: 0 0 0 20px;
    display: block
}

.err_mess a {
    color: red;
    font-weight: 700
}

.number {
    position: absolute;
    margin-left: 3px;
    height: 18px;
    width: 30px;
    padding: 3px;
    left: 0;
    color: #666;
    bottom: 1px;
    font-size: 11px
}

a:hover.link_to {
    background: url(../images/link_out_h.png) no-repeat
}

a:hover.play {
    background: url(../images/play_h.png) no-repeat
}

a.stop {
    position: absolute;
    top: 20px!important;
    top: 20px;
    left: 20px!important;
    left: 20px;
    width: 40px;
    height: 40px;
    margin: 0;
    outline: 0;
    display: block;
    background: url(../images/pause.png) no-repeat;
    text-indent: -999em;
    border: 0;
    cursor: pointer
}

a:hover.stop {
    background: url(../images/pause_h.png) no-repeat
}

@media (max-width:1199px) {
    .pirobox_content {
        width: 320px!important;
        margin-left: -160px!important;
        height: 80vh!important;
        position: fixed;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        margin-top: 0!important;
        margin-left: 0!important;
        transform: translateY(-50%) translateX(-50%);
    }
    .c_c div {
        width: 320px!important;
        display: flex;
        align-items: center;
        height: auto!important;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }
    .c_c div img {
        width: 100%!important;
        height: auto!important;
    }
    a.piro_close,
    a.piro_next {
        right: 10%;
    }
    a.piro_close {
        width: 30px;
        height: 30px;
    }
    a.piro_next {
        width: 20px;
        right: 30px;
    }
    a.piro_prev {
        width: 20px;
        left: 30px;
    }
}


/*放大镜样式结束*/


/*手机端尾部开始*/

.footer2 {
    display: none;
    padding: 15px;
    overflow: hidden;
    background: #1E1E1E;
    margin-bottom: 58px;
}

.footer2 ul {}

.footer2 ul li {}

.footer2 ul li:last-child .footer2-t {
    border: none;
}

.footer2 ul li span.down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.footer2-t {
    overflow: hidden;
    border-bottom: 1px solid #eee
}

.footer2-t a {
    display: block;
    overflow: hidden;
    width: calc(100% - 50px);
    float: left;
}

.footer2-t p {
    float: left;
    line-height: 40px;
    color: #EAEAEA;
}

.footer2-t span {
    float: right;
    display: block;
    /*background:#EAEAEA;*/
}

.footer2-t span img {
    width: 20px;
    line-height: 30px;
    margin-top: 10px;
}

.footer2-b {
    display: none;
}

.footer2-b a {
    display: block;
    line-height: 30px;
    color: #EAEAEA;
    text-indent: 10px;
}


/*手机端尾部结束*/

.hg {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    line-height: 140%;
}

.hg2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hg3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hg4 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.hg5 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.hg6 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

.hg7 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
}

.d-y {
    display: block;
}

.d-x {
    display: none!important;
}

.relative {
    position: relative;
}

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

.all-img2 {
    width: 100%;
    object-fit: contain;
}

.flex {
    display: flex;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-jce {
    justify-content: flex-end;
}

.flex-jcr {
    justify-content: space-between;
}

.flex-jcc {
    justify-content: center;
}

.flex-jca {
    justify-content: space-around;
}

.flex-aic {
    align-items: center;
}

.flex-ais {
    align-items: flex-start;
}

.flex-aib {
    align-items: flex-end;
}

.flex-jc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.phone-block {
    display: none;
}

@media screen and (max-width:1199px) {
    /*.sj_dh,.footer2,.dbdh{display:block;}*/
    iframe#sp {
        width: 100%;
        height: 200px;
    }
    body {
        padding-top: 0!important;
    }
    .t-c {
        text-align: center!important;
    }
    .d-x {
        display: block!important;
    }
    .d-y {
        display: none!important;
    }
    .display,
    .heat,
    .head,
    .footer {
        display: none!important
    }
    .l-h {
        line-height: 24px!important;
    }
    .d-x {
        display: block!important;
    }
    .w100 {
        width: 100%!important;
    }
    .w30,
    .top_popupbox {
        width: calc(100% - 30px)!important;
    }
    .sousou3 {
        top: 60px;
    }
    .sousou3 #Search {
        width: 50%;
        margin-left: 5px;
    }
    .h {
        height: auto!important;
    }
    .margin {
        margin: 40px auto!important;
    }
    .margin0 {
        margin: 0!important
    }
    .margin1 {
        margin: 10px!important;
    }
    .margin2 {
        margin: 20px!important;
    }
    .margin3 {
        margin: 30px!important;
    }
    .margin4 {
        margin: 40px!important;
    }
    .m-l {
        margin-left: 0!important
    }
    .m-l1 {
        margin-left: 10px!important
    }
    .m-l2 {
        margin-left: 20px!important
    }
    .m-l3 {
        margin-left: 30px!important
    }
    .m-l4 {
        margin-left: 40px!important
    }
    .m-r {
        margin-right: 0px!important
    }
    .m-r1 {
        margin-right: 10px!important
    }
    .m-r2 {
        margin-right: 20px!important
    }
    .m-r3 {
        margin-right: 30px!important
    }
    .m-r4 {
        margin-right: 40px!important
    }
    .m-t {
        margin-top: 0!important
    }
    .m-t1 {
        margin-top: 10px!important;
    }
    .m-t2 {
        margin-top: 20px!important;
    }
    .m-t3 {
        margin-top: 30px!important;
    }
    .m-t4 {
        margin-top: 40px!important;
    }
    .m-b {
        margin-bottom: 0!important
    }
    .m-b1 {
        margin-bottom: 10px!important;
    }
    .m-b2 {
        margin-bottom: 20px!important;
    }
    .m-b3 {
        margin-bottom: 30px!important;
    }
    .m-b4 {
        margin-bottom: 40px!important;
    }
    .padding {
        padding: 40px 15px!important;
        box-sizing: border-box;
    }
    .padding0 {
        padding: 0px!important;
    }
    .padding1 {
        padding: 10px!important;
    }
    .padding2 {
        padding: 20px!important;
    }
    .padding3 {
        padding: 30px!important;
    }
    .padding4 {
        padding: 40px!important;
    }
    .p-t {
        padding-top: 0px!important;
    }
    .p-t1 {
        padding-top: 10px!important;
    }
    .p-t2 {
        padding-top: 20px!important;
    }
    .p-t3 {
        padding-top: 30px!important;
    }
    .p-t4 {
        padding-top: 40px!important;
    }
    .p-b {
        padding-bottom: 0px!important;
    }
    .p-b1 {
        padding-bottom: 10px!important;
    }
    .p-b2 {
        padding-bottom: 20px!important;
    }
    .p-b3 {
        padding-bottom: 30px!important;
    }
    .p-b4 {
        padding-bottom: 40px!important;
    }
    .p-l {
        padding-left: 0px!important;
    }
    .p-l1 {
        padding-left: 10px!important;
    }
    .p-l2 {
        padding-left: 20px!important;
    }
    .p-l3 {
        padding-left: 30px!important;
    }
    .p-l4 {
        padding-left: 40px!important;
    }
    .p-t {
        padding-top: 0px!important;
    }
    .p-t1 {
        padding-top: 10px!important;
    }
    .p-t2 {
        padding-top: 20px!important;
    }
    .p-t3 {
        padding-top: 30px!important;
    }
    .p-t4 {
        padding-top: 40px!important;
    }
    .p-r {
        padding-right: 0px!important;
    }
    .p-r1 {
        padding-right: 10px!important;
    }
    .p-r2 {
        padding-right: 20px!important;
    }
    .p-r3 {
        padding-right: 30px!important;
    }
    .p-r4 {
        padding-right: 40px!important;
    }
    .f-s14 {
        font-size: 14px!important
    }
    .f-s16 {
        font-size: 16px!important
    }
    .f-s18 {
        font-size: 18px!important
    }
    .f-s20 {
        font-size: 20px!important
    }
    .f-s22 {
        font-size: 22px!important
    }
    .f-s24 {
        font-size: 24px!important
    }
    .f-s26 {
        font-size: 26px!important
    }
    .f-s28 {
        font-size: 28px!important
    }
}

@media (min-width: 1366px) and (max-width: 1667px) {
    .w1 {
        width: 90vw;
    }
    .head-right {
        flex: 0.9;
        width: auto;
    }
    .banner-content .banner-title {
        font-size: 80px;
    }
    .banner-content .banner-menu {
        width: 16.2vw;
    }
    .banner-content .banner-menu2 {
        width: 33vw;
    }
    .head {
        padding-left: 30px;
    }
    .head-menu {
        margin-left: 6.9167vw;
        width: 50vw;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .w1 {
        width: 90vw;
    }
    .head-right {
        flex: 0.9;
        width: auto;
        font-size: 15px;
    }
    .head {
        padding-left: 30px;
    }
    .head-menu {
        margin-left: 6.9167vw;
        width: 47.5vw;
    }
    .head-c-r-l-t a {
        font-size: 15px;
    }
    .phone-box {
        padding: 0 10px;
    }
    .banner-content .banner-title {
        font-size: 66px;
    }
    .banner-content .banner-menu {
        width: 22vw;
    }
    .banner-content .banner-menu li {
        width: 10vw;
    }
    .banner-content .banner-menu2 {
        width: 40vw;
    }
    .footer-message .bold {
        font-size: 34px;
    }
    .footer-menu>ul {
        width: 58%;
    }
}

@media (min-width: 751px) and (max-width: 1199px) {
    .w1 {
        width: 90vw;
    }
    body {
        font-size: .875rem;
    }
    .flex {
        flex-wrap: wrap;
    }
    .phone-none {
        display: none;
    }
    .phone-block {
        display: block;
    }
    .footer-menu>ul {
        display: none;
    }
    .footer-menu>div {
        flex-wrap: wrap;
        width: 100%
    }
    .footer-message {
        margin-left: 0;
        width: 100%;
    }
    .footer-menu .footer-ewm {
        width: 80px;
        height: 80px;
    }
    .footer-bottom {
        flex-wrap: wrap;
    }
    .footer-bottom>div {
        width: 100%;
        font-size: .75rem;
        text-align: center;
    }
    .footer-bottom a,
    .footer-bottom {
        font-size: .75rem;
    }
    .footer-right {
        margin-right: 10px;
        padding-top: 10px;
    }
    .ny-banner {
        height: 420px;
        margin-top: 60px;
    }
    .banner-content .banner-title {
        font-size: 2rem;
    }
    .banner-content .banner-menu,
    .banner-content .banner-menu li {
        width: 50%;
    }
    .banner-content .banner-menu a {
        font-size: 1rem;
    }
    .banner-content {
        top: 24%;
    }
    .banner-position {
        bottom: 10px;
    }
    .banner-content .banner-menu2 {
        width: 100%;
    }
    .banner-content .banner-menu2 li {
        width: 26%;
    }
    .banner-content .banner-menu2 a {
        color: #fff;
    }
}

@media (max-width: 750px) {
    .w1 {
        width: 90vw;
    }
    body {
        font-size: .875rem;
    }
    .flex {
        flex-wrap: wrap;
    }
    .phone-none {
        display: none;
    }
    .phone-block {
        display: block;
    }
    .footer-menu {
        padding-top: 30px;
    }
    .footer-menu>ul {
        display: none;
    }
    .footer-menu>div {
        flex-wrap: wrap;
        width: 100%;
    }
    .footer-message {
        margin-left: 0;
        width: 100%;
    }
    .footer-menu .footer-ewm {
        width: 80px;
        height: 80px;
    }
    .footer-bottom {
        flex-wrap: wrap;
    }
    .footer-bottom>div {
        width: 100%;
        font-size: .75rem;
        text-align: center;
    }
    .footer-bottom a,
    .footer-bottom {
        font-size: .75rem;
    }
    .footer-right {
        margin-right: 10px;
        padding-top: 10px;
    }
    .ny-banner {
        height: 360px;
        margin-top: 60px;
    }
    .banner-content .banner-title {
        font-size: 2rem;
    }
    .banner-content .banner-menu,
    .banner-content .banner-menu li {
        width: 50%;
    }
    .banner-content .banner-menu a {
        font-size: 1rem;
    }
    .banner-content {
        top: 24%;
    }
    .banner-position {
        bottom: 10px;
    }
    .banner-content .banner-menu2 {
        width: 100%;
    }
    .banner-content .banner-menu2 li {
        width: 26%;
    }
    .banner-content .banner-menu2 a {
        color: #fff;
    }
}