:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

*:focus {
    outline: inherit
}

html {
    -webkit-tap-highlight-color: transparent
}

body {
    overflow-x: hidden;
    color: #3b3b3b;
    font-size: 14px;
    -webkit-overflow-scrolling: touch;
    font-family: Arial, Helvetica, sans-serif
}

body,
dd,
dl,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
p,
td,
th {
    margin: 0;
    padding: 0;
    border: 0
}

li,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    color: #3d3d3d;
    outline: none;
    text-decoration: none;
    background: transparent
}

a:hover {
    color: #1a1a1a
}

a,
em,
i,
span {
    display: inline-block
}

b,
em,
i {
    font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 14px
}

button {
    padding: 0
}

button,
input,
optgroup,
select,
textarea {
    outline: 0;
    border: 0;
    vertical-align: middle;
    font-family: PingFang SC
}

input[type="radio"],
input[type="checkbox"] {
    vertical-align: -2px
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"] {
    outline: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    -webkit-appearance: button
}

textarea {
    resize: none;
}

textarea,
.select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none
}

.select::-ms-expand {
    display: none
}

.clearfix::after,
.mauto::after,
.row::after,
.hsms::after {
    display: table;
    content: ""
}

.clearfix:after,
.mauto:after,
.row:after,
.hsms:after,
.clear {
    clear: both;
}

/* 图片缩放 */
.img-scale {
    overflow: hidde
}

.img-scale img {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.8s;
    -webkit-transition: all 0.8s
}

.img-scale:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.ov {
    overflow: hidden
}

.l2,
.l3,
.l4,
.l5,
.l6,
.l6,
.l7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.l2 {
    -webkit-line-clamp: 2
}

.l3 {
    -webkit-line-clamp: 3
}

.l4 {
    -webkit-line-clamp: 4
}

.l5 {
    -webkit-line-clamp: 5
}

.l6 {
    -webkit-line-clamp: 6
}

.l7 {
    -webkit-line-clamp: 7
}

.l1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 视频弹窗 */
.fix-wrap {
    display: none;
    z-index: 9999999;
    position: fixed;
    background: rgba(0, 0, 0, 0.8)
}

.fix-wrap,
.fix-wrap svg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.dt {
    display: table;
    table-layout: fixed
}

.wh1 {
    width: 100%;
    height: 100%
}

.dtcell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 15px
}

.dtcell img {
    max-width: 100%;
    object-fit: contain;
    max-height: 600px;
    margin: 0 auto
}

.fix-video .video-wrap {
    margin: 0 auto;
    width: 100%
}

.fix-video video {
    box-sizing: border-box;
    max-width: 62.5rem;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #3a3a3a;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    background: #2d2d2d;
    object-fit: cover;
    animation: ReturnToNormal 0.5s both;
    -webkit-animation: ReturnToNormal 0.5s both
}

.fix-wrap .hide01,
.fix-wrap circle {
    transition: all 0.8s;
    -webkit-transition: all 0.8s
}

.fix-wrap .hide01 {
    position: fixed;
    top: 5%;
    right: 5%;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    background: transparent
}

.fix-wrap .hide01:hover {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg)
}

.fix-wrap .hide01::before,
.fix-wrap .hide01::after {
    z-index: 1;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 1px;
    height: 50%;
    margin-top: -25%;
    background: #fff
}

.fix-wrap .hide01::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.fix-wrap .hide01::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.fix-wrap svg {
    position: absolute
}

.fix-wrap,
.fix-wrap svg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fix-wrap circle {
    stroke-dasharray: 0 145
}

.fix-wrap .hide01:hover circle {
    fill: none;
    stroke-dasharray: 145
}

/* 手机的内页菜单 */
.main-nav-m {
    display: none;
    position: relative;
    z-index: 5;
    cursor: pointer
}

.main-nav-m .title {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    background: linear-gradient(270deg, #0981cf, #0981cf);
    box-sizing: border-box;
    text-align: left;
    border-bottom: none;
    display: flex;
}

.main-nav-m .title strong {
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    font-weight: bold;
    display: block;
}

.main-nav-m .title i {
    position: absolute;
    content: '';
    width: 45px;
    height: 100%;
    right: 0
}

.main-nav-m .title i::before,
.main-nav-m .title i::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 12px;
    height: 1px;
    background: #fff;
    transition: all .3s;
    -webkit-transition: all .3s
}

.main-nav-m .title i::before {
    left: 46%;
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5)
}

.main-nav-m .title i::after {
    right: 46%;
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5)
}

.main-nav-m .title.active i::before {
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5)
}

.main-nav-m .title.active i::after {
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5)
}

.main-nav-m>ul {
    display: none;
    width: 100%;
    padding: 0 10px;
    background: linear-gradient(270deg, #0981cf, #0981cf);
    color: #fff;
    box-sizing: border-box;
}

.main-nav-m ul>li {
    animation: ReturnToNormal .5s both;
    -webkit-animation: ReturnToNormal .5s both
}

.main-nav-m ul>li>a {
    display: block;
    line-height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
    font-size: 16px;
    color: #fff
}

.m_sub_nav01 {
    width: 97%;
    display: none
}

.m_sub_nav01 a {
    padding-left: 20px;
    display: block;
    line-height: 45px
}

.auto {
    height: 100%;
    overflow: hidden
}

.m-sec {
    display: none
}

/* 分享 */
.qrcode_mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    z-index: 1999
}

.qrcode {
    width: 180px;
    padding: 20px;
    position: fixed;
    z-index: 2000;
    left: 50%;
    top: 50%;
    margin-left: -120px;
    margin-top: -140px;
    background: #fff;
    z-index: 100000;
    font-size: 14px;
    text-align: center;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1)
}

.qrcode img {
    max-width: 100%;
    max-height: 100%
}

.qrcode p {
    margin: 10px 0
}

.weixin_close {
    background: #0058a7;
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none
}

/* 搜索弹窗 */
.search-flx {
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.06);
    display: none;
    z-index: 1001;
    padding: 0 10%;
    box-sizing: border-box
}

.cancel {
    width: 20px;
    height: 50px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    margin-left: 20px
}

.cancel::before,
.cancel::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 1px;
    height: 35%;
    margin-top: -35%;
    background: #000
}

.cancel::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.cancel::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.cancel:hover {
    opacity: 0.5
}

.search-input {
    width: calc(100% - 70px)
}

.search-input input {
    width: calc(100% - 50px);
    font-size: 16px;
    height: 60px;
    padding-left: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #d8dbdb
}

.search-input a {
    width: 30px;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAilBMVEUAAABmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZmZmZmZmZlZWVmZmZlZWVlZWVlZWVmZmZmZmZmZmZmZmZmZmZiYmJmZmZmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZkZGRmZmZmZmZmZmZlZWVmZmZlZWVnZ2dmZmZmZmZnZ2dmZmZqampnZ2dmZmbkjhFbAAAALXRSTlMAr5hB9NSAem7q5YxpRjcw+thfVSsU38zHwLq2k3NkIqmhhlpRGhDuSjwKJB5esRyhAAACPElEQVRIx8WW2XaDIBCGcY9b3Go0ajQ2exre//XKclqKIpDkov8dM/NxZBhmBALFn2Pj+OmmNrroAZ5QeRgv8K+2u0QTPXsBnMuIddhV9gvYWR0wfFyr0HVFI9MmSkpiGazwZ7tQzh5pVJuX/JauT89+l7AeDSnmniFMsevyscg25KC92JnsIdYSTbyb5UsxCX0S+j6xq5ZeBI5wzgJPTzxAKovc+Nz+CBiruA1X+NHOoC4hnPKvifHDRtYrUMsQFEuHbHu2lB875W9kgEg3oKMRRXacJUIWE2hpjYuBs7TIEgM9NZPslGw3tXaTr4xYCtU6oWB/kmsL6GqLokv+8hJt2OAfV42WgzY88tndkA9Rix0yZ0vcJVQI/ww8tsQd6q4Nhyg6YktH1CGkHeXIlo24OUna1ZrLH1nq1+eJT0GvDft8ei3WmvRedDPZLC2fSLY3TeBBE66mCSrwgFJRLDTjZ3KgnbJ63nw9NgvUrSCYFNQ5IxsqNQQ4TjiHdlpvOTgJkwgtjbKGkeDubexQP0bYiTwHCBXdqOWH5PzYMF9Cv2oyhJden0toU+zOHUiULdE34rbDx7yutvBHWbL0aTTGNwvOumrprpEr/W25m5DK3nvR4Wod85VbQarKAsAj9GLjuO2hULZZ/v6qBcttJzbmaOYNrLgRLZnlD3xIpjosaGNmtC/9E7jHudcZren2MX1sU1o9GCXVdIn/hY5I/q8v0v37dHp8kc7fp2GhD8y7RwXeoB3wqopq634DOx1tNyykjbUAAAAASUVORK5CYII=) no-repeat center / 60% auto
}

.search-box {
    height: 100%
}

.container {
    width: 100%;
    margin: 0 auto
}

.sild-fx {
    position: fixed;
    right: 10px;
    top: 40%;
    width: 46px;
    z-index: 99
}

.sild-fx a {
    height: 46px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 1px;
    transition: 0.5s
}

.sild-box {
    transition: 0.5s;
    margin-bottom: 0.0625rem
}

.sild-box a {
    display: block
}

.sild-box a img {
    height: 46px;
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.sild-tel {
    text-align: center;
    height: 46px;
    right: 46px;
    top: 0;
    line-height: 46px;
    background: #e3312a;
    color: #fff;
    width: 180px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden
}

.sild-copy {
    padding: 5px;
    height: 116px;
    width: 116px;
    right: 46px;
    top: 0;
    transition: 0.5s;
    background: #e3312a;
    z-index: -1;
    opacity: 0;
    visibility: hidden
}

.sild-copy img {
    height: 116px;
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.sild-box a:hover {
    border-radius: 0;
    background: #e3312a
}

.sild-box:hover .sild-copy,
.sild-box:hover .sild-tel {
    opacity: 1;
    visibility: visible
}

/* 页码 */
.pages {
    padding: .2667rem 0 .64rem 0
}

.pages a {
    line-height: .64rem;
    border-radius: .08rem;
    margin-right: .16rem;
    padding: 0 .28rem;
    background: #f8f8f8;
    display: block;
    font-size: .2133rem
}

.pages a.cur {
    background: #df342c;
    color: #fff;
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-row {
    flex-direction: row
}

.flex {
    display: flex;
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.fixed {
    position: fixed
}

.abs {
    position: absolute
}

.rel {
    position: relative
}

.border-box {
    box-sizing: border-box
}

.fw {
    font-weight: bold
}

.center {
    text-align: center
}

.content-center {
    align-content: center
}

.align-center {
    align-items: center
}


/* 图片弹窗 begin */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    width: 100%;
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-arrow {
    z-index: 1;
    position: absolute;
    top: 50%;
    font-size: 0;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.slick-prev {
    left: 0
}

.slick-next {
    right: 0
}

.slick-dots {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    font-size: 0;
    text-align: center
}

.slick-dots div {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 99px;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer
}

.slick-dots div.slick-active,
.slick-dots div:hover,
.slick-dots div:focus {
    background: #333
}

.slick-dots div button {
    display: none
}

.fix-wrap {
    display: none;
    z-index: 99999;
    position: fixed;
    background: rgba(0, 0, 0, 0.8)
}

.fix-wrap,
.fix-wrap svg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fix-wrap .hide,
.fix-wrap circle {
    transition: all .8s;
    -webkit-transition: all .8s
}

.fix-wrap .hide {
    position: fixed;
    top: 5%;
    right: 5%;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    background: transparent
}

.fix-wrap .hide::before,
.fix-wrap .hide::after {
    z-index: 1;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 1px;
    height: 50%;
    margin-top: -25%;
    background: #fff
}

.fix-wrap .hide::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.fix-wrap .hide::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.fix-wrap .hide:hover {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg)
}

.fix-wrap .hide:hover circle {
    fill: none;
    stroke-dasharray: 145
}

.fix-wrap svg {
    position: absolute
}

.fix-wrap circle {
    stroke-dasharray: 0 145
}

.fix-pic {
    overflow: auto
}

.fix-pic img {
    max-height: 100%;
    animation: zoomIn .5s both;
    -webkit-animation: zoomIn .5s both;
    max-height: 600px
}

.fix-pics {
    background: rgba(0, 0, 0, 0.7);
    display: none
}

.fix-pic-slider {
    color: #fff
}

.fix-pic-slider .item {
    width: 100%;
    height: 100vh;
    cursor: grab;
    cursor: -webkit-grab;
    background-color: transparent;
    position: relative;
}

.fix-pic-slider .item:active {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.fix-pic-slider .item::after {
    display: none;
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.9)
}

.fix-pic-slider img {
    top: 0;
    right: 0;
    margin: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.fix-pic-slider .item em {
    font-size: 24px;
    text-align: center;
    padding: 15px 0;
    margin: 0 auto;
    display: block;
}

.item-box {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.item-box img {
    max-width: 100%
}

.item-box em {
    display: block;
    margin-top: 20px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
}

.item-box span {
    display: block;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
}

/* 如果需要标题把隐藏取消掉 */
.fix-pic-slider .slick-arrow {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.3);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all .5s;
    -webkit-transition: all .5s
}

.fix-pic-slider .slick-arrow::after {
    position: absolute;
    content: '';
    top: 50%;
    border: solid #fff;
    padding: 6px
}

.fix-pic-slider .slick-arrow:hover {
    background: rgba(0, 0, 0, 0.9)
}

.fix-pic-slider .slick-prev {
    left: 1%;
    animation: slideInLeft .5s both;
    -webkit-animation: slideInLeft .5s both
}

.fix-pic-slider .slick-prev::after {
    left: 50%;
    border-width: 0 1px 1px 0;
    transform: translateX(-25%) translateY(-50%) rotate(135deg);
    -webkit-transform: translateX(-25%) translateY(-50%) rotate(135deg)
}

.fix-pic-slider .slick-next {
    right: 1%;
    animation: slideInRight .5s both;
    -webkit-animation: slideInRight .5s both
}

.fix-pic-slider .slick-next::after {
    right: 50%;
    border-width: 1px 0 0 1px;
    transform: translateX(25%) translateY(-50%) rotate(135deg);
    -webkit-transform: translateX(25%) translateY(-50%) rotate(135deg)
}

.fix-pic-slider .slick_page {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    font-size: 16px;
    font-weight: bold
}

.fix-pic-slider .slick_page i {
    font-size: 22px
}

.fix-pic-slider .slick_page div {
    display: none
}

.fix-pic-slider .slick_page div.slick-active {
    display: block
}

.fix-pic-slider .item .item1 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 图片弹窗 end */




/* 动画 */
.animation {
    visibility: hidden;
    opacity: 0
}

.fadel,
.fader,
.fadeup,
.fadez {
    visibility: visible
}

.fadeup {
    animation: slideInUp ease-out 0.6s forwards;
    -webkit-animation: slideInUp ease-out 0.6s forwards
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
    }
}

.fadel {
    animation: slideInLeft ease-out 0.8s forwards;
    -webkit-animation: slideInLeft ease-out 0.8s forwards
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-50%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
    }
}

.fader {
    animation: slideInRight ease-out 0.6s forwards;
    -webkit-animation: slideInRight ease-out 0.6s forwards
}

@keyframes slideInRight {
    from {
        transform: translate3d(50%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
    }
}

.fadez {
    animation: zoomIn ease-out 0.6s forwards;
    -webkit-animation: zoomIn ease-out 0.6s forwards
}

@keyframes zoomIn {
    from {
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes zoomIn {
    from {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
    }
}




@media screen and (min-width: 750px) {
    html {
        font-size: 75px !important;
    }
}

@media screen and (min-width: 751px) {
    html {
        font-size: 57px !important;
    }
}

@media screen and (min-width: 1366px) {
    html {
        font-size: 67px !important;
    }
}

@media screen and (min-width: 1900px) {
    html {
        font-size: 75px !important;
    }
}

/* 头部 */
header {
    position: fixed;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10.1042%;
    z-index: 1000;
}


.m-dn {
    display: none;
}

.header {
    height: 1.2267rem;
}

.header .logo img {
    height: 0.92rem;
    display: block;
    max-width: 100%;
}

header.on {
    background: rgba(255, 255, 255, 0.9);
}


.search {
    margin-right: 2.5vw;
}

.icon-yuyan,
.icon-sousuo {
    cursor: pointer;
    height: .56rem;
    line-height: .56rem;
    text-align: center;
    font-size: .3733rem !important;
}

.language .sub {
    left: 0;
    background: #fff;
    padding: .1333rem .2rem;
    line-height: .48rem;
    text-align: center;
    margin-left: -0.4667rem;
    opacity: 0;
    top: .6667rem;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.4s ease 0s;
    box-shadow: 0rem .0267rem .1067rem 0rem rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 1.28rem;
}

.language .sub a {
    display: block;
}

.language:hover .sub {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
    transition: all 0.5s ease;
}

.language:hover .sub a:hover {
    color: #e3312a;
}

@media(min-width:1200px) {
    .meun li {
        margin: 0 2vw;
    }

    .meun li>a {
        display: block;
        font-size: 0.24rem;
        position: relative;
        color: #373737;
    }

    .meun li>a::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: -0.1333rem;
        width: 100%;
        height: 0.0133rem;
        background: #e3312a;
        transform: scale(0, 1);
        -webkit-transform: scale(0, 1);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    .meun li .sub-nav {
        position: absolute;
        width: 1.92rem;
        left: 50%;
        margin-left: -0.9333rem;
        top: 0.5333rem;
        opacity: 0;
        transform: scaleY(0);
        transform-origin: 0 0 0;
        transition: all 0.4s ease 0s;
        box-shadow: 0rem 0.0267rem 0.1067rem 0rem rgba(0, 0, 0, 0.05);
        padding: 0.1333rem;
        box-sizing: border-box;
        background: #fff;
    }

    .meun li .sub-nav a {
        display: block;
        font-size: 0.1867rem;
        text-align: center;
        line-height: 0.48rem;
    }

    .meun li:hover .sub-nav {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible;
        transition: all 0.5s ease;
    }

    .meun li.cur>a,
    .meun li .sub-nav a:hover,
    .meun li:hover>a {
        color: #e3312a;
    }

    .meun li.cur>a::after,
    .meun li:hover a::after {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    }


}

@media(max-width:1200px) {
    header {
        background: #fff;
        padding: 10px 20px !important;
    }

    .header {
        height: 40px;
    }

    .header .logo img {
        height: 40px;
    }

    .nav {
        position: fixed;
        z-index: 9;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        display: none;
    }

    .meun {
        display: block;
        background: #333;
        height: 100%;
        width: 100%;
        max-width: 70%;
        transition: 0.5s;
        transform: translateX(-100%);
    }

    .meun.on {
        transform: translateX(0);
    }

    .meun>li>a {
        height: 44px;
        line-height: 44px;
        text-indent: 15px;
        color: #ccc;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
        display: block;
        font-size: 16px;
        text-align: left;
    }

    .arrow-left {
        background: url(../images/right.png) no-repeat 96% center;
    }

    .arrow-right {
        background: url(../images/down.png) no-repeat 96% center;
    }

    .sub-nav {
        border-top: 1px solid rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
        padding: 5px 0 5px 15px;
        background-color: #1a1a1a;
    }

    .sub-nav a {
        display: block;
        padding: 12px 0;
        -webkit-transition: all 0.45s;
        transition: all 0.45s;
        font-size: 14px;
        color: #fff;
    }

    .language {
        display: none;
    }

    .m-dn {
        display: block;
    }

    .m-colse {
        background: #333;
        height: 56px;
    }

    .m-colse .icon-close {
        height: 56px;
        line-height: 56px;
        width: 56px;
        text-align: center;
        color: #fff;
        font-size: 30px;
        float: right;
    }

    .m-meun {
        display: flex;
        color: #2b4de7;
        font-size: 16px;
        text-transform: uppercase;
        cursor: pointer;
    }

    .m-meun .icon-meun {
        font-size: 22px !important;
        margin-right: 3px;
    }

    .icon-sousuo {
        font-size: 30px !important;
    }

    .search-flx {
        padding: 0 40px 0 15px !important;
    }

    .search-input input {
        height: 50px !important;
    }
}

.footer {
    background: #363636;
    padding: 0 10.1042%;
}

.footer-top {
    padding: .6667rem 0;
    color: #fff;
}

.footer-top .footer-nav li {
    margin-right: 6vw;
}

.footer-top .footer-nav li p {
    margin-bottom: .2rem;
    font-size: .2133rem;
}

.footer-top .footer-nav li a {
    display: block;
    color: #fff;
    font-size: .1867rem;
    line-height: .4rem;
}

.footer-top .ewm .img img {
    margin: 0 auto;
    height: 1.44rem;
    width: 1.44rem;
}

.footer-top .ewm p {
    font-size: .1867rem;
    text-align: center;
    margin-top: .1333rem;
}

.copy {
    border-top: .9975px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    font-size: 15.9975px;
    padding: 20.0025px 0;

}

.copy .img {
    width: 30px;
}


.copy .t3 {
    width: calc(100% - 30px);
}

.copy .img img {
    max-width: 100%;
    height: 20.0025px;
    margin-right: 9.9975px;
}

.copy a {
    color: #fff;
    margin-left: 9.9975px;
}

.select select {
    width: 2.6667rem;
    height: .48rem;
}

.select {
    margin-bottom: .2rem;
    margin-right: .2rem;
}


@media(max-width:1400px) {
    .footer-top .footer-nav li {
        margin-right: 4vw;
    }
}

@media(max-width:1200px) {
    .copy .t1 {
        margin-bottom: 15px
    }

    .copy .t2 {
        flex-wrap: wrap
    }

    .copy a {
        width: 100%;
        margin: 0
    }


}

@media(max-width:1000px) {

    .select select {
        height: 36px;
    }

    .footer-top {
        flex-wrap: wrap;
    }
    .select select,
    .select {
        width: 100%;
        border-radius: 0;
    }
}