@font-face {
    font-family: pingfang;
    src: url(../fonts/PINGFANG_MEDIUM.TTF) format('truetype');
}
@font-face {
    font-family: DIN;
    src: url(../fonts/DIN_REGULAR.ttf);
}
@font-face {
    font-family: futu;
    src: url(../fonts/FUTURA_MD_BT_MEDIUM.TTF) format('truetype');
}
* {
    font-family: pingfang;
}
.width1400 {
    width: 1400px;
    margin: 0 auto;
}
header {
    width: 100%;
    height: 78px;
    background-color: #fff;
    position: fixed;
    z-index: 1001;
    padding: 0 2.6rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
header .f {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
header .logo {
    margin-right: 0.9rem;
}
header .logo img {
    display: block;
    height: 58px;
}
header .lang {
    position: relative;
    cursor: pointer;
    margin-right: 0.25rem;
}
header .lang .tit {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
header .lang .tit img {
    display: block;
}
header .lang .tit span {
    margin: 0 0.1rem;
    color: #888;
    font-size: 15px;
}
header .lang .child {
    display: none;
    position: absolute;
    top: 19px;
    right: 0;
    box-shadow: 0 10px 24px rgba(214, 214, 214, 0.4);
    padding: 10px 20px;
    background-color: #fff;
}
header .lang .child a {
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px solid transparent;
}
header .lang .child a:hover {
    color: #d6210e;
    border-bottom-color: #d6210e;
}
header .search {
    display: block;
    width: 144px;
    height: 28px;
    overflow: hidden;
    background-color: #f8f8f8;
    border-radius: 14px;
    display: flex;
    display: -webkit-flex;
}
header .search input {
    display: block;
    border: none;
    background-color: transparent;
}
header .search .btn {
    width: 30px;
    height: 100%;
    background-image: url(../images/icon-search.png);
    background-position: center;
    background-repeat: no-repeat;
}
header .search .input {
    width: 114px;
    height: 100%;
    color: #333;
    font-size: 14px;
}
header .search .input::-webkit-input-placeholder {
    color: #888;
    font-size: 12px;
}
nav {
    height: 100%;
}
nav ul {
    height: 100%;
    display: flex;
    display: -webkit-flex;
}
nav li {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 0.3rem;
    position: relative;
}
nav li>a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    color: #333;
    font-size: 16px;
}
nav li>a img {
    display: block;
    height: 5px;
    margin-left: 0.12rem;
}
nav .child {
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    z-index: 1;
    background-color: #fff;
    padding: 0 28px 19px;
    box-shadow: 0 10px 24px rgba(214, 214, 214, 0.4);
    width: 406px;
}
nav .child a {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #f6f6f6;
}
nav .child a p {
    color: #555;
    font-size: 15px;
}
nav .child a .s {
    display: block;
}
nav .child a .h {
    display: none;
}
nav .child a:hover {
    border-bottom-color: #d6210e;
}
nav .child a:hover p {
    color: #d6210e;
}
nav .child a:hover .s {
    display: none;
}
nav .child a:hover .h {
    display: block;
}
.zhanwei {
    height: 78px;
}
.swiper-banner {
    width: 100%;
}
.swiper-banner .swiper-slide .img {
    display: block;
    width: 100%;
}
.swiper-banner .swiper-slide .txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 0 2.6rem;
}
.swiper-banner .swiper-slide .txt h2 {
    color: #fff;
    font-size: 0.48rem;
}
.swiper-banner .swiper-slide .txt h4 {
    color: #fff;
    font-size: 0.26rem;
    margin-top: 0.42rem;
}
.swiper-banner .swiper-pagination {
    bottom: 0.3rem;
    font-size: 0;
}
.swiper-banner .swiper-pagination-bullet {
    width: 0.36rem;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 1;
    border-radius: 0;
    margin: 0 0.05rem !important;
}
.swiper-banner .swiper-pagination-bullet span {
    display: block;
    width: 0;
    height: 100%;
    background-color: #fff;
}
.swiper-banner .swiper-pagination-bullet-active span {
    width: 100%;
    transition: all 4s;
    -webkit-transition: all 4s;
}
.hm-pro {
    width: 100%;
    padding: 0.72rem 2.6rem;
    background-color: #f9f9f9;
}
.hm-pro .hm-tab {
    margin-bottom: 0.58rem;
}
.yy-items {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.yy-items .item {
    display: block;
    width: 32%;
    height: 3rem;
    margin-right: 2%;
    margin-bottom: 0.25rem;
    position: relative;
    overflow: hidden;
}
.yy-items .item:nth-child(3n) {
    margin-right: 0;
}
.yy-items .item .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.yy-items .item .bark {
    padding: 0 10px;
    height: 24px;
    border-radius: 12px 12px 12px 0;
    background-color: rgba(214, 33, 14, 0.8);
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    top: 0.24rem;
    left: 0.34rem;
    z-index: 2;
}
.yy-items .item .meng {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(34, 51, 61, 0) 0%, rgba(34, 51, 61, 0.8) 100%);
    background: -moz-linear-gradient(top, rgba(34, 51, 61, 0) 0%, rgba(34, 51, 61, 0.8) 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(0%, rgba(34, 51, 61, 0)), color-stop(100%, rgba(34, 51, 61, 0.8)));
    background: -webkit-linear-gradient(top, rgba(34, 51, 61, 0) 0%, rgba(34, 51, 61, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(34, 51, 61, 0) 0%, rgba(34, 51, 61, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(34, 51, 61, 0) 0%, rgba(34, 51, 61, 0.8) 100%);
}
.yy-items .item .txt {
    position: absolute;
    bottom: -0.3rem;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 0 0.36rem;
}
.yy-items .item .txt h6 {
    color: #fff;
    font-size: 0.24rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 0.5px;
}
.yy-items .item .txt .desc {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.18rem;
    opacity: 0;
}
.yy-items .item .line {
    width: 0;
    height: 2px;
    background-color: #d6210e;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.yy-items .item:hover .meng {
    height: 100%;
}
.yy-items .item:hover .txt {
    bottom: 0.28rem;
}
.yy-items .item:hover .txt .desc {
    opacity: 1;
}
.yy-items .item:hover .line {
    width: 100%;
}
.pro-items {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.pro-items .item {
    display: block;
    width: 32%;
    height: 3rem;
    margin-right: 2%;
    margin-bottom: 0.25rem;
    background-color: #fff;
    background-image: url(../images/pro-bg.png);
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.pro-items .item:nth-child(3n) {
    margin-right: 0;
}
.pro-items .item .img {
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
}
.pro-items .item .img img {
    display: block;
    margin: auto;
    max-width: 50%;
    max-height: 90%;
}
.pro-items .item .txt {
    position: absolute;
    z-index: 2;
    bottom: -61px;
    left: 0;
    width: 100%;
}
.pro-items .item .txt h6 {
    color: #333;
    font-size: 0.24rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0.32rem;
    margin-bottom: 0.16rem;
}
.pro-items .item .txt .con {
    width: 100%;
    height: 63px;
    background-color: #d6210e;
    padding: 12px 0.32rem 0;
}
.pro-items .item .txt .desc {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pro-items .item:hover .txt {
    bottom: 0;
}
.hm-tab {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.hm-tab a {
    margin: 0 0.35rem;
    color: #333;
    font-size: 0.3rem;
    position: relative;
}
.hm-tab a:after {
    content: "";
    display: block;
    width: 0.34rem;
    height: 0.04rem;
    border-radius: 0.04rem 0.04rem 0 0;
    position: absolute;
    bottom: -0.16rem;
    left: 50%;
    margin-left: -0.17rem;
    background-color: #d6210e;
    opacity: 0;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}
.hm-tab a.active {
    color: #d6210e;
    font-weight: bold;
}
.hm-tab a.active:after {
    opacity: 1;
}
.lists {
    width: 100%;
}
.lists .list {
    /* display: none; */
    width: 100%;
}
.hm-news {
    width: 100%;
    padding: 0.76rem 2.6rem 0.84rem;
}
.hm-news .title {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    margin-bottom: 0.54rem;
}
.hm-news .title h4 {
    color: #d6210e;
    font-size: 0.32rem;
    font-weight: bold;
}
.hm-news .title .more {
    color: #333;
    font-size: 15px;
    padding-right: 18px;
    background-image: url(../images/icon-mo-ed.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.hm-news .items {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.hm-news .item {
    width: 23.8%;
}
.hm-news .item .img {
    width: 100%;
    height: 2.22rem;
    overflow: hidden;
    position: relative;
}
.hm-news .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hm-news .item .date {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 124px;
    height: 42px;
    border-radius: 0 20px 0 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 15px;
    font-family: DIN;
    line-height: 42px;
    text-align: center;
}
.hm-news .item .txt {
    width: 100%;
    padding: 0.3rem 0.22rem 0.25rem 0.3rem;
    background-color: #f9f9f9;
    background-image: url(../images/n-bg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.hm-news .item .txt h6 {
    color: #333;
    font-size: 18px;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0.25rem;
}
.hm-news .item .txt .f {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.hm-news .item .txt .b {
    color: #888;
    font-size: 14px;
}
.hm-news .item:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.hm-news .item:hover .date {
    background-color: #d6210e;
}
.hm-news .item:hover .txt h6 {
    color: #d6210e;
}
.hm-ab {
    width: 100%;
    padding: 0 0 1.2rem;
    background: url(../images/s-bg1.jpg) center / cover;
}
.hm-ab .title {
    width: 100%;
    padding: 0.45rem 2.6rem 0.4rem;
    background: url(../images/s-bg.jpg);
    margin-bottom: 1.2rem;
}
.hm-ab .title h4 {
    color: #d6210e;
    font-size: 0.28rem;
    font-weight: bold;
    margin-bottom: 0.14rem;
    padding-left: 0.3rem;
}
.hm-ab .title .con {
    color: #333;
    font-size: 0.24rem;
    line-height: 1.4s;
    padding-left: 0.3rem;
    background: url(../images/icon-d.png) left center / auto 0.21rem no-repeat;
}
.hm-ab .content {
    width: 100%;
    padding: 0 2.6rem;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.hm-ab .cont {
    width: 5.88rem;
    background-color: #fff;
    padding: 0.54rem 0.56rem 0.56rem;
}
.hm-ab .cont h5 {
    color: #d6210e;
    font-size: 0.28rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
}
.hm-ab .cont .desc {
    color: #666;
    font-size: 16px;
    line-height: 28px;
    max-height: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 0.4rem;
}
.hm-ab .cont .d {
    color: #333;
    font-size: 15px;
}
.hm-ab .cont .d img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.12rem;
}
footer {
    width: 100%;
    padding: 0.48rem 2.6rem 0;
    border-top: 0.02rem solid #f8f8f8;
}
footer .f {
    padding: 0 0 0.55rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    border-bottom: 1px solid #f2f2f2;
}
footer .fx {
    display: flex;
    display: -webkit-flex;
}
footer .lian {
    text-align: right;
}
footer .lian h2 {
    color: #333;
    font-size: 0.3rem;
    white-space: nowrap;
    margin-bottom: 0.26rem;
}
footer .lian .t {
    color: #666;
    font-size: 14px;
    margin-bottom: 0.08rem;
}
footer .lian .ph {
    color: #333;
    font-size: 0.24rem;
    margin-bottom: 0.12rem;
}
footer .lian .ph span {
    font-family: DIN;
}
footer .lian .line {
    font-size: 0;
    margin-bottom: 0.22rem;
}
footer .lian .line span {
    display: inline-block;
    vertical-align: top;
    width: 13px;
    height: 1px;
    background-color: #333;
}
footer .lian .ar {
    color: #333;
    font-size: 14px;
}
footer .erweima {
    text-align: center;
    margin-left: 0.45rem;
}
footer .erweima .img {
    width: 1.38rem;
    padding: 0.09rem;
    background-color: #f9f9f9;
    margin: 0 auto 0.15rem;
}
footer .erweima .img img {
    display: block;
    width: 100%;
}
footer .erweima p {
    color: #666;
    font-size: 14px;
}
footer .btm {
    padding: 0.24rem 0 0.26rem;
    text-align: center;
}
footer .btm p {
    color: #888;
    font-size: 13px;
}
footer .btm a {
    color: #888;
}
.f-nav {
    display: flex;
    display: -webkit-flex;
}
.f-nav dl {
    margin-right: 0.5rem;
}
.f-nav dt {
    color: #333;
    font-size: 16px;
    margin-bottom: 0.2rem;
}
.f-nav dd {
    margin-bottom: 0.12rem;
}
.f-nav dd a {
    color: #555;
    font-size: 14px;
}
.f-nav dd a:hover {
    color: #d6210e;
}
.btn-msg,.btn-apply {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #d6210e;
    display: flex;
    display: -webkit-flex;
    position: fixed;
    right: 0.24rem;
    bottom: 1rem;
    z-index: 10;
    cursor: pointer;
}
.btn-apply{
    bottom: calc(1rem + 68px);
}
.btn-msg:before,
.btn-msg:after,
.btn-apply:before,
.btn-apply:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #d6210e;
}
.btn-msg img,
.btn-apply img {
    display: block;
    width: 25px;
    margin: auto;
    position: relative;
    z-index: 2;
}
.btn-msg:hover:before,
.btn-apply:hover:before {
    animation: wave 2s infinite ease-out;
    -webkit-animation: wave 2s infinite ease-out;
}
.btn-msg:hover:after,
.btn-apply:hover:after {
    animation: wave 2s 1s infinite ease-out;
    -webkit-animation: wave 2s 1s infinite ease-out;
}
@keyframes wave {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(1.75);
        -webkit-transform: scale(1.75);
        opacity: 0;
    }
}
@-webkit-keyframes wave {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(1.75);
        -webkit-transform: scale(1.75);
        opacity: 0;
    }
}
.pop-msg {
    display: none;
    width: 100%;
    padding: 0 0.45rem 0.48rem;
}
.pop-msg .item {
    position: relative;
    margin-bottom: 0.16rem;
}
.pop-msg label {
    position: absolute;
    left: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #666;
    font-size: 16px;
}
.pop-msg .input {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #f8f8f8;
    padding-left: 60px;
    color: 666;
    font-size: 16px;
    border: none;
}
.pop-msg .lian .input {
    padding-left: 90px;
}
.pop-msg textarea {
    display: block;
    width: 100%;
    height: 0.9rem;
    margin-bottom: 0.16rem;
    background-color: #f8f8f8;
    padding: 0 0.2rem;
    color: 666;
    font-size: 16px;
    border: none;
    resize: none;
}
.pop-msg .area {
    padding-top: 40px;
    background-color: #f8f8f8;
}
.pop-msg .area label {
    top: 15px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.pop-msg .yan {
    margin-bottom: 0.18rem;
}
.pop-msg .btn {
    display: block;
    width: 100%;
    height: 64px;
    background-color: #d6210e;
    color: #fff;
    font-size: 16px;
    border: none;
}
.cerify-code-panel {
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}
.cerify-code-panel .verify-code-area {
    width: 304px !important;
}
.cerify-code-panel .verify-input-area {
    width: 100%;
}
.cerify-code-panel .verify-change-area {
    display: none;
}
.cerify-code-panel .varify-input-code {
    width: 100%;
    height: 50px;
    border: none;
    background-color: #f8f8f8;
    padding: 0 0.2rem;
    font-size: 16px;
}
.cerify-code-panel .verify-code {
    cursor: pointer;
    width: 128px !important;
    height: 50px !important;
    font-size: 18px !important;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.cerify-code-panel .verify-code font {
    font-size: 20px !important;
    margin: 0 5px;
}
.layer-pop-msg .layui-layer-title {
    padding: 0 0.45rem;
    height: 0.94rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    border-bottom: none;
    line-height: initial;
    color: #d6210e;
    font-size: 24px;
}
.layer-pop-msg .layui-layer-setwin {
    right: 45px;
    top: 0.4rem;
}
.res-head {
    padding: 0.6rem 0;
    background-color: #f8f8f8;
}
.res-head .sea {
    width: 800px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
}
.res-head .sea input {
    border: none;
    background-color: #fff;
}
.res-head .sea .input {
    width: 750px;
    height: 100%;
    border-radius: 25px 0 0 25px;
    padding: 0 20px;
    color: #333;
    font-size: 15px;
}
.res-head .sea .btn {
    width: 50px;
    height: 100%;
    border-radius: 0 25px 25px 0;
    background-image: url(../images/icon-search.png);
    background-position: center;
    background-repeat: no-repeat;
}
.res-tab {
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.res-tab a {
    color: #888;
    font-size: 16px;
    line-height: 0.68rem;
    margin: 0 0.34rem;
    position: relative;
}
.res-tab a span {
    color: #d6210e;
}
.res-tab a.active {
    color: #d6210e;
}
.res-tab a.active:after {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background-color: #d6210e;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7.5px;
}
.result {
    width: 100%;
    padding: 0.05rem 2.6rem 0;
    border-bottom: 2px solid #f8f8f8;
}
.result .list {
    display: none;
}
.result .items {
    width: 100%;
}
.result .item {
    display: block;
    width: 100%;
    padding: 0.32rem 0 0.15rem;
    border-bottom: 1px solid #eee;
}
.result .item h6 {
    color: #555;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.15rem;
}
.result .item .desc {
    color: #555;
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.18rem;
}
.result .item .b {
    color: #999;
    font-size: 14px;
}
.result .item .b span {
    margin: 0 5px;
}
.page {
    padding: 0.38rem 0 0.45rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.page a,
.page strong {
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    color: #555;
    font-size: 13px;
    margin: 0 0.06rem;
}
.page strong {
    border-color: #d6210e;
    color: #d6210e;
}
.page .wap {
    background-position: center;
    background-repeat: no-repeat;
}
.page .prev {
    background-image: url(../images/icon-prev.png);
}
.page .prev:hover {
    background-image: url(../images/icon-prev-ed.png);
}
.page .next {
    background-image: url(../images/icon-next.png);
}
.page .next:hover {
    background-image: url(../images/icon-next-ed.png);
}
.ins-banner {
    width: 100%;
    height: 4.4rem;
    position: relative;
}
.ins-banner .img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.ins-banner .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
}
.ins-banner .txt .t {
    color: #fff;
    font-size: 0.48rem;
    font-weight: bold;
    white-space: nowrap;
    line-height: 1;
}
.ins-banner .txt .desc {
    color: #fff;
    font-size: 0.24rem;
    margin-top: 0.15rem;
    line-height: 1;
}
.brand {
    width: 100%;
    padding: 0 2.6rem;
    border-bottom: 1px solid #f3f3f3;
}
.brand .br {
    height: 48px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding-left: 30px;
    background: url(../images/icon-h.png) left center no-repeat;
}
.brand .br a {
    color: #555;
    font-size: 14px;
    padding-right: 14px;
    background: url(../images/icon-r.png) right center no-repeat;
    margin-right: 10px;
}
.brand .br span {
    color: #d6210e;
    font-size: 14px;
}
.pro-box {
    width: 100%;
    padding: 0.27rem 0 0.5rem;
    background-color: #f9f9f9;
}
.pro {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.pro .content {
    width: 1142px;
}
.pro-nav {
    width: 250px;
    background-color: #fff;
}
.pro-nav h2 {
    color: #333;
    font-size: 22px;
    line-height: 72px;
    padding: 0 18px;
}
.pro-nav .a {
    width: 100%;
}
.pro-nav .a a {
    width: 100%;
    height: 50px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 18px;
    border-left: 2px solid #fff;
}
.pro-nav .a a p {
    color: #555;
    font-size: 15px;
}
.pro-nav .a a.active {
    border-color: #d6210e;
    background-color: #f8f8f8;
}
.pro-nav .a a.active p {
    color: #d6210e;
}
.pro-head {
    width: 100%;
    background-color: #fff;
    margin-bottom: 8px;
    padding: 0.28rem 0.28rem 0.24rem;
}
.pro-head h4 {
    color: #555;
    font-size: 22px;
    margin-bottom: 18px;
}
.pro-head .desc {
    color: #666;
    font-size: 14px;
    line-height: 2;
}
.pro-filter {
    width: 100%;
    border-top: 2px solid #d6210e;
    border-bottom: 2px solid #d6210e;
    margin-bottom: 22px;
    overflow-x: auto;
}
.pro-filter .lis {
    font-size: 0;
    white-space: nowrap;
}
.pro-filter::-webkit-scrollbar {
    height: 5px;
    background-color: #fff5f3;
}
.pro-filter::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: #d6210e;
}
.pro-filter .li {
    display: inline-block;
    vertical-align: top;
    width: 181px;
    border-right: 1px solid #eaeaea;
}
.pro-filter .li:last-child {
    border-right: none;
}
.pro-filter .li .t {
    height: 48px;
    line-height: 48px;
    padding: 0 18px;
    color: #d6210e;
    font-size: 15px;
    background-color: #fff5f3;
}
.pro-filter .checkbox {
    width: 100%;
    height: 170px;
    padding-right: 5px;
    padding-left: 18px;
    overflow-y: auto;
}
.pro-filter .checkbox::-webkit-scrollbar {
    width: 5px;
    background-color: #fff5f3;
}
.pro-filter .checkbox::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: #d6210e;
}
.pro-filter .checkbox .option {
    padding: 9px 0;
}
.pro-filter label {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
}
.pro-filter label input {
    display: none;
}
.pro-filter label input+em {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    margin-right: 12px;
    display: flex;
    display: -webkit-flex;
}
.pro-filter label input+em img {
    margin: auto;
}
.pro-filter label input:checked+em {
    border-color: #d6210e;
    background-color: #d6210e;
}
.pro-filter label p {
    color: #555;
    font-size: 15px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro-table {
    width: 100%;
    background-color: #fff;
    padding: 0.28rem 28px 0;
}
.table-scroll {
    width: 100%;
    overflow-x: auto;
}
.table-scroll::-webkit-scrollbar {
    height: 5px;
    background-color: #fff5f3;
}
.table-scroll::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: #d6210e;
}
.table thead tr th:first-child {
    border-left: none;
}
.table thead tr th:last-child {
    border-right: none;
}
.table thead th {
    color: #fff;
    font-size: 14px;
    /*font-family: DIN;*/
    background-color: #d6210e;
    height: 64px;
    padding: 16px 20px;
    border: 1px solid #eaeaea;
}
.table thead th:nth-child(1) {
    min-width: 153px;
}
.table thead th:nth-child(2) {
    min-width: 137px;
}
.table thead th:nth-child(3) {
    min-width: 133px;
}
.table thead th:nth-child(4) {
    min-width: 141px;
}
.table thead th:nth-child(5) {
    min-width: 147px;
}
.table thead th:nth-child(6) {
    min-width: 160px;
}
.table thead th:nth-child(7) {
    min-width: 214px;
}
.table thead th:nth-child(8) {
    /*min-width: 85px;*/
    min-width: 130px;
}
.table tbody tr {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.table tbody tr td:first-child {
    border-left: none;
}
.table tbody tr td:last-child {
    border-right: none;
}
.table tbody tr:hover {
    background-color: #fff9f8;
}
.table tbody td {
    color: #555;
    font-size: 14px;
    /*font-family: DIN;*/
    height: 48px;
    padding: 0 20px;
    border: 1px solid #eaeaea;
    text-align: center;
}
.table tbody td a {
    color: #d6210e;
    font-weight: bold;
}
.pro-dt {
    width: 100%;
    padding: 0.25rem 2.6rem 0.85rem;
}
.pro-dt .title {
    padding: 0.55rem 0 0.2rem;
    border-bottom: 2px solid #eee;
    position: relative;
    color: #333;
    line-height: 1;
    font-size: 0.28rem;
    margin-bottom: 0.12rem;
}
.pro-dt .title:after {
    content: "";
    display: block;
    width: 0.42rem;
    height: 2px;
    background-color: #d6210e;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.pro-dt .fx {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.pro-dt .left {
    width: 66%;
}
.pro-dt .can {
    width: 100%;
}
.pro-dt .can li {
    width: 100%;
    display: flex;
    display: -webkit-flex;
}
.pro-dt .can li .tx {
    width: 50%;
    padding: 10px 0.15rem;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.pro-dt .can li .tx p {
    color: #555;
    font-size: 15px;
    line-height: 20px;
}
.pro-dt .wen {
    width: 30%;
    padding: 1rem 0 0;
}
.pro-dt .tu {
    width: 100%;
    height: 3rem;
    border: 2px solid #f2f2f2;
    position: relative;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 0.49rem;
}
.pro-dt .tu img {
    margin: auto;
    max-width: 80%;
    max-height: 80%;
}
.pro-dt .tu-list {
    position: absolute;
    top: -2px;
    right: -2px;
    z-index: 1;
    width: 29px;
    height: 29px;
    background-color: #d6210e;
    background-image: url(../images/icon-fd.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.pro-dt .tu-list .im {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.pro-dt .tu-list .im img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro-dt .link {
    width: 100%;
}
.pro-dt .link a {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
    height: 48px;
    border: 1px solid #d6210e;
    background-color: #fff9f8;
    padding: 0 0.2rem;
    margin-bottom: 0.15rem;
}
.pro-dt .link a .f {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.pro-dt .link a span {
    color: #d6210e;
    font-size: 16px;
    margin-left: 0.08rem;
}
.pro-dt .link a .h {
    display: none;
}
.pro-dt .link a:hover {
    background-color: #d6210e;
}
.pro-dt .link a:hover span {
    color: #fff;
}
.pro-dt .link a:hover .s {
    display: none;
}
.pro-dt .link a:hover .h {
    display: block;
}
.pro-dt .desc {
    padding: 0.2rem 0 0;
    color: #555;
    font-size: 15px;
    line-height: 36px;
}
.ins-nav {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 2.6rem;
    display: flex;
    display: -webkit-flex;
}
.ins-nav a {
    color: #888;
    font-size: 16px;
    line-height: 0.7rem;
    position: relative;
    margin-right: 0.68rem;
}
.ins-nav a.active {
    color: #d6210e;
}
.ins-nav a.active:after {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background-color: #d6210e;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
}
.ab-intro {
    padding: 0.7rem 2.6rem 1.1rem;
}
.ab-intro h4 {
    color: #333;
    font-size: 0.36rem;
    margin-bottom: 0.4rem;
}
.ab-intro .fx {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.ab-intro .text {
    width: 61%;
}
.ab-intro .text .desc {
    color: #666;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 0.8rem;
}
.ab-intro .img {
    width: 32.5%;
}
.ab-intro .img img {
    display: block;
    width: 100%;
    box-shadow: -20px 20px 20px rgba(233, 233, 233, 0.3);
}
.ab-intro ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.ab-intro li {
    text-align: center;
}
.ab-intro li:last-child {
    display: none;
}
.ab-intro li .num {
    color: #d6210e;
    font-family: DIN;
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.18rem;
}
.ab-intro li p {
    color: #333;
    font-size: 16px;
}
.ab-intro li .line {
    width: 1px;
    height: 0.85rem;
    background-color: #e5e5e5;
}
.ab-ry {
    width: 100%;
    padding: 0.85rem 2.6rem 0.6rem;
    background: url(../images/r-bg.jpg) center / cover;
}
.ab-ry h4 {
    color: #333;
    font-size: 0.36rem;
    line-height: 1;
    margin-bottom: 0.52rem;
}
.ab-ry .swiper {
    position: relative;
}
.ab-ry .swiper-button-next,
.ab-ry .swiper-button-prev {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #e5e5e5;
    background-position: center;
    background-size: auto;
}
.ab-ry .swiper-button-next:hover,
.ab-ry .swiper-button-prev:hover {
    background-color: #d6210e;
}
.ab-ry .swiper-button-prev {
    left: -60px;
    background-image: url(../images/icon-prev1.png);
}
.ab-ry .swiper-button-next {
    right: -60px;
    background-image: url(../images/icon-next1.png);
}
.swiper-ry {
    width: 100%;
    height: 3.04rem;
    padding: 0 0 0.56rem;
}
.swiper-ry .swiper-slide {
    background-color: #fff;
    display: flex;
    display: -webkit-flex;
    box-shadow: 0 0 0.16rem rgba(209, 209, 209, 0.2);
}
.swiper-ry .swiper-slide img {
    margin: auto;
    max-width: 92%;
    max-height: 91%;
}
.swiper-ry .swiper-pagination {
    font-size: 0;
    bottom: 0;
}
.swiper-ry .swiper-pagination-bullet {
    background-color: #e5e5e5;
    opacity: 1;
}
.swiper-ry .swiper-pagination-bullet-active {
    background-color: #d6210e;
}
.news {
    padding: 0.48rem 2.6rem 0;
}
.news .items {
    width: 100%;
}
.news .item {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 0.36rem 0.5rem 0.41rem;
    background-color: #f9f9f9;
    border-bottom: 2px solid #f9f9f9;
    margin-bottom: 0.22rem;
    background-image: url(../images/n-bg2.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    position: relative;
}
.news .item .date {
    width: 64px;
    height: 71px;
    border: 2px solid #e5e5e5;
    position: absolute;
    top: 0.36rem;
    left: 0.5rem;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.news .item .date .day {
    color: #333;
    font-size: 30px;
    font-family: futu;
}
.news .item .date p {
    font-family: futu;
    font-size: 12px;
    color: #888;
}
.news .item .txt {
    width: 57%;
    padding-left: 108px;
    position: relative;
}
.news .item .txt .b {
    color: #888;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0.1rem;
}
.news .item .txt h6 {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .item .txt .desc {
    color: #666;
    font-size: 14px;
    line-height: 28px;
    height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0.5rem;
}
.news .item .txt .d {
    width: 90px;
    height: 30px;
    border: 2px solid #e5e5e5;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 10px;
}
.news .item .txt .d span {
    color: #333;
    font-size: 12px;
}
.news .item .img {
    width: 31.5%;
    height: 2.48rem;
    overflow: hidden;
}
.news .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news .item:hover {
    border-bottom-color: #d6210e;
}
.news .item:hover .txt h6 {
    color: #d6210e;
}
.news-detail {
    width: 100%;
    padding: 0 2.6rem 0.58rem;
    background-color: #f8f8f8;
}
.news-detail .brand {
    padding: 0;
    border-bottom: none;
}
.news-detail .brand .br {
    height: 70px;
}
.news-detail .fx {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.news-detail .left {
    width: 68.8%;
}
.news-detail .right {
    width: 30%;
}
.detail {
    width: 100%;
    background-color: #fff;
}
.detail .head {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding: 0.4rem 0.48rem 0.24rem;
}
.detail .head h1 {
    color: #333;
    font-size: 0.34rem;
    line-height: 1.5;
    margin-bottom: 0.22rem;
}
.detail .head .basic {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.detail .head .basic span {
    color: #888;
    font-size: 14px;
    margin-right: 0.4rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.detail .desc {
    border-bottom: 1px solid #f1f1f1;
    padding: 0.25rem 0.48rem 0.34rem;
    color: #666;
    font-size: 16px;
    line-height: 30px;
}
.detail .desc img {
    max-width: 100%;
    height: auto !important;
}
.detail .guan {
    padding: 0.3rem 0.48rem 0.4rem;
    border-bottom: 1px solid #f1f1f1;
}
.detail .guan p {
    text-align: center;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0.15rem;
}
.detail .guan p span {
    color: #d6210e;
}
.detail .guan .img {
    width: 156px;
    margin: 0 auto;
    border: 1px solid #f1f1f1;
}
.detail .guan .img img {
    display: block;
    width: 100%;
}
.detail .tool {
    padding: 0.14rem 0.48rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.detail .p-n {
    width: 72%;
}
.detail .p-n a {
    display: block;
    width: 100%;
    color: #666;
    font-size: 16px;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.detail .back {
    width: 132px;
    height: 38px;
    border: 1px solid #f1f1f1;
    border-radius: 19px;
    padding: 0 24px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.detail .back span {
    color: #333;
    font-size: 16px;
}
.detail .back img {
    margin-left: 10px;
}
.social-share {
    display: flex;
    display: -webkit-flex;
}
.social-share a {
    position: relative;
    margin-right: 6px;
}
.social-share .social-share-icon {
    position: relative;
    width: 25px;
    height: 25px;
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid #f4f4f4;
    background-position: center;
    background-repeat: no-repeat;
}
.social-share .icon-weibo {
    background-image: url(../images/icon-weibo.png);
}
.social-share .icon-qq {
    background-image: url(../images/icon-qq.png);
}
.social-share .icon-wechat {
    background-image: url(../images/icon-wechat.png);
}
.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9999;
    top: -205px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
    display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
    display: block;
}
.rec {
    width: 100%;
    background-color: #fff;
    padding: 0.58rem 0.26rem 0.38rem;
}
.rec h4 {
    color: #333;
    font-size: 0.24rem;
    margin-bottom: 0.34rem;
    text-align: center;
}
.rec .item {
    display: block;
    width: 100%;
    margin-bottom: 0.22rem;
}
.rec .item .img {
    width: 100%;
    height: 2.22rem;
    overflow: hidden;
    position: relative;
}
.rec .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rec .item .date {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 124px;
    height: 42px;
    border-radius: 0 20px 0 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 15px;
    font-family: DIN;
    line-height: 42px;
    text-align: center;
}
.rec .item .txt {
    width: 100%;
    padding: 0.3rem 0.22rem 0.25rem 0.3rem;
    background-color: #f9f9f9;
    background-image: url(../images/n-bg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.rec .item .txt h6 {
    color: #333;
    font-size: 18px;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0.25rem;
}
.rec .item .txt .f {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.rec .item .txt .b {
    color: #888;
    font-size: 14px;
}
.rec .item:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.rec .item:hover .date {
    background-color: #d6210e;
}
.rlzy {
    width: 100%;
    padding: 0 2.6rem 0.38rem;
}
.rlzy .head {
    text-align: center;
    padding: 0.7rem 0 0.84rem;
    color: #333;
    font-size: 20px;
    line-height: 34px;
}
.rlzy ul {
    width: 100%;
}
.rlzy li {
    width: 100%;
    margin-bottom: 0.22rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    background-color: #fbfbfb;
}
.rlzy li:nth-child(odd) {
    flex-direction: row;
    -webkit-flex-direction: row;
}
.rlzy li:nth-child(even) {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}
.rlzy li .txt {
    width: 50%;
    padding: 0 0.5rem;
}
.rlzy li .txt h6 {
    color: #333;
    font-size: 0.3rem;
    line-height: 1;
    margin-bottom: 0.25rem;
}
.rlzy li .txt p {
    color: #666;
    font-size: 0.18rem;
    line-height: 0.48rem;
    padding-left: 12px;
    background: url(../images/icon-mo.png) left center no-repeat;
}
.rlzy li .img {
    width: 50%;
    height: 4.1rem;
}
.rlzy li .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rlzy .title {
    padding: 0.52rem 0;
    text-align: center;
    color: #333;
    font-size: 0.4rem;
}
.rlzy .items {
    width: 100%;
}
.rlzy .item {
    width: 100%;
    height: 0.72rem;
    display: flex;
    display: -webkit-flex;
    color: #666;
    font-size: 16px;
    border-bottom: 1px solid #f1f1f1;
}
.rlzy .item.tit {
    background-color: #f8f8f8;
}
.rlzy .item.tit .li {
    color: #666;
    font-size: 18px;
}
.rlzy .item .li {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 0.3rem;
}
.rlzy .item .li:nth-child(1) {
    width: 40%;
}
.rlzy .item .li:nth-child(2) {
    width: 25%;
}
.rlzy .item .li:nth-child(3) {
    width: 23%;
}
.rlzy .item h6 {
    color: #333;
    font-size: 18px;
    padding-left: 17px;
    background: url(../images/icon-d2.png) left center no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rlzy .item .d {
    width: 1.06rem;
    height: 0.36rem;
    border-radius: 0.18rem;
    background-color: #d6210e;
    color: #fff;
    font-size: 0.15rem;
    line-height: 0.36rem;
    text-align: center;
}
.rlzy .item:hover {
    border-bottom-color: #d6210e;
}
.rlzy .item:hover h6 {
    color: #d6210e;
}
.rlzy .more {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 0.24rem 0 0;
}
.rlzy .more a {
    color: #666;
    font-size: 15px;
    padding-right: 22px;
    background: url(../images/icon-down.png) right center no-repeat;
}
.rlzy-detail {
    width: 100%;
    background-color: #f8f8f8;
    padding: 0 2.6rem 0.5rem;
}
.rlzy-detail .brand {
    padding: 0;
    border-bottom: none;
}
.rlzy-detail .brand .br {
    height: 70px;
}
.rlzy-detail .content {
    width: 100%;
    background-color: #fff;
    padding: 0.5rem 0.48rem 0.44rem;
}
.rlzy-detail .content h1 {
    color: #333;
    font-size: 0.34rem;
    line-height: 1;
    margin-bottom: 0.25rem;
}
.rlzy-detail .content .b {
    padding: 0 0 0.3rem;
    border-bottom: 1px solid #f1f1f1;
}
.rlzy-detail .content .b span {
    color: #666;
    font-size: 16px;
    margin-right: 0.25rem;
}
.rlzy-detail .content .desc {
    padding: 0.4rem 0;
    border-bottom: 1px solid #f1f1f1;
    color: #666;
    font-size: 15px;
    line-height: 2em;
}
.rlzy-detail .content .tool {
    padding-top: 0.38rem;
    display: flex;
    display: -webkit-flex;
}
.rlzy-detail .content .btn-sq {
    width: 106px;
    height: 38px;
    border-radius: 19px;
    background-color: #d6210e;
    color: #fff;
    font-size: 15px;
    line-height: 38px;
    text-align: center;
    margin-right: 0.24rem;
    cursor: pointer;
}
.rlzy-detail .content .back {
    width: 132px;
    height: 38px;
    border: 1px solid #f1f1f1;
    border-radius: 19px;
    padding: 0 24px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.rlzy-detail .content .back span {
    color: #333;
    font-size: 16px;
}
.rlzy-detail .content .back img {
    margin-left: 10px;
}
.pop-apply {
    display: none;
    width: 100%;
    padding: 0 0.45rem 0.48rem;
}
.pop-apply .item {
    position: relative;
    margin-bottom: 0.16rem;
}
.pop-apply .zw .input {
    padding-left: 90px;
}
.pop-apply .qw .input {
    padding-left: 120px;
}
.pop-apply label {
    position: absolute;
    left: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #666;
    font-size: 16px;
}
.pop-apply .input {
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 0.16rem;
    background-color: #f8f8f8;
    padding-left: 60px;
    color: 666;
    font-size: 16px;
    border: none;
}
.pop-apply #btn-upload {
    width: 100%;
    height: 50px;
    border: 1px solid #d6210e;
    background-color: #fff7f6;
    margin-bottom: 0.1rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
}
.pop-apply #btn-upload img {
    margin-right: 10px;
}
.pop-apply #btn-upload span {
    color: #d6210e;
    font-size: 16px;
}
.pop-apply .layui-upload-file {
    display: none;
}
.pop-apply p {
    text-align: center;
    color: #d6210e;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0.35rem;
}
.pop-apply .btn {
    display: block;
    width: 100%;
    height: 64px;
    background-color: #d6210e;
    color: #fff;
    font-size: 16px;
    border: none;
}
.layer-pop-apply .layui-layer-title {
    padding: 0 0.45rem;
    height: 0.94rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    border-bottom: none;
    line-height: initial;
    color: #d6210e;
    font-size: 24px;
}
.layer-pop-apply .layui-layer-setwin {
    right: 45px;
    top: 0.4rem;
}
.cta-tu {
    width: 1400px;
    margin: 0 auto;
    padding: 0.72rem 0 0.75rem;
}
.cta-tu h3 {
    color: #333;
    font-size: 0.36rem;
    text-align: center;
    margin-bottom: 1.05rem;
}
.cta-tu .desc {
    color: #333;
    font-size: 14px;
    line-height: 2;
}
.cta-tu .desc img {
    max-width: 100%;
}
.cta-msg {
    width: 100%;
    padding: 0.5rem 2.6rem;
    background-color: #f9f9f9;
}
.cta-msg .lis {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.cta-msg .pd {
    width: 25%;
    padding: 0 .1rem;
    margin-bottom: .2rem;
}
.cta-msg .li {
    width: 100%;
    height: 2.2rem;
    background-color: #fff;
    padding: 0.32rem 0.2rem;
}
.cta-msg .li img {
    display: block;
    height: 0.21rem;
    margin-bottom: 0.2rem;
}
.cta-msg .li h6 {
    color: #333;
    font-size: 18px;
    margin-bottom: 0.15rem;
}
.cta-msg .li p {
    color: #666;
    font-size: 15px;
    line-height: 24px;
}
.cta-msg .li p.p {
    font-size: 18px;
}
.cta-msg .erweim {
    width: 1.58rem;
    text-align: center;
}
.cta-msg .erweim .img {
    width: 100%;
    border: 1px solid #f1f1f1;
    margin-bottom: 0.08rem;
}
.cta-msg .erweim .img img {
    width: 100%;
    display: block;
}
.cta-msg .erweim p {
    color: #333;
    font-size: 14px;
}
.yong {
    width: 100%;
    padding: 0.56rem 2.6rem 0.6rem;
}
.yong .title {
    padding: 0 0 0.24rem;
    border-bottom: 2px solid #eee;
    position: relative;
    color: #333;
    line-height: 1;
    font-size: 0.28rem;
    margin-bottom: 0.3rem;
}
.yong .title:after {
    content: "";
    display: block;
    width: 0.42rem;
    height: 2px;
    background-color: #d6210e;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.yong .head {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 0.5rem;
}
.yong .head .text {
    width: 41%;
}
.yong .head .text .desc {
    color: #666;
    font-size: 14px;
    line-height: 30px;
}
.yong .head .img {
    width: 53%;
}
.yong .head .img img {
    display: block;
    width: 100%;
}
.yong .kuang {
    width: 100%;
    padding: 0 0 0.7rem;
}
.yong .kuang .title {
    margin-bottom: 0.5rem;
}
.yong .kuang .img {
    width: 100%;
    position: relative;
}
.yong .kuang .img .bg {
    display: block;
    width: 100%;
}
.yong .kuang .img a {
    position: absolute;
    z-index: 1;
    width: 2.36rem;
    min-height: 0.68rem;
    border-radius: 0.08rem;
    border: 1px dashed #d6210e;
    background-color: #fff;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    text-align: center;
    padding: 0.2rem 0.35rem;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.yong .kuang .img a p {
    color: #d6210e;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}
.yong .kuang .img a.disabled {
    cursor: default;
    background-color: #eee;
    border-color: #eee;
}
.yong .kuang .img a.disabled p {
    color: #555;
}
.yong .kuang .img a.disabled:hover {
    background-color: #eee;
}
.yong .kuang .img a.disabled:hover p {
    color: #555;
}
.yong .kuang .img a:hover {
    background-color: #d6210e;
}
.yong .kuang .img a:hover p {
    color: #fff;
}
.yong .items {
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.4rem;
}
.yong .item {
    width: 100%;
    display: flex;
    display: -webkit-flex;
}
.yong .item .li {
    color: #555;
    font-size: 15px;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    padding: 0 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.yong .item .li:nth-child(1) {
    width: 25%;
    color: #d6210e;
}
.yong .item .li:nth-child(2) {
    width: 57%;
}
.yong .item .li:nth-child(3) {
    width: 18%;
    border-right: none;
    text-align: center;
}
.yong .item .li a {
    color: #d6210e;
}
.yong .item.tit .li {
    color: #fff;
    background-color: #d6210e;
}
.yong .item.hover:hover {
    background-color: #fff9f8;
}
.yong .show-all {
    width: 114px;
    height: 36px;
    margin: 0 auto;
    cursor: pointer;
    border: 2px solid #d6210e;
    border-radius: 18px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.yong .show-all span {
    color: #d6210e;
    font-size: 13px;
}
.yong .show-all img {
    margin-left: 12px;
}
.yong-items {
    height: 336px;
    overflow: hidden;
}
.zltx {
    width: 100%;
    padding: 0.48rem 2.6rem 0.65rem;
}
.zltx .bg {
    width: 100%;
    height: 3.9rem;
    background-position: center;
    background-size: cover;
    padding: 0 0.56rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 0.24rem;
}
.zltx .bg .t {
    color: #fff;
    font-size: 0.24rem;
    margin-bottom: 0.13rem;
}
.zltx .bg .line {
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 0.32rem;
}
.zltx .bg h4 {
    color: #fff;
    font-size: 0.48rem;
    font-weight: bold;
}
.zltx .wen {
    width: 100%;
    background-color: #f8f8f8;
    padding: 0.28rem 0.56rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.zltx .txt {
    width: 50.6%;
}
.zltx .txt .t {
    color: #333;
    font-size: 0.24rem;
    padding-bottom: 0.2rem;
    border-bottom: 2px solid #eee;
    position: relative;
    margin-bottom: 0.28rem;
}
.zltx .txt .t:after {
    content: "";
    display: block;
    width: 0.42rem;
    height: 2px;
    background-color: #d6210e;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.zltx .txt .desc {
    color: #666;
    font-size: 15px;
    line-height: 32px;
}
.zltx .txt .desc * {
    color: #666;
    font-size: 15px;
    line-height: 32px
}
.zltx .img {
    display: flex;
    display: -webkit-flex;
}
.zltx .img img {
    width: 2.7rem;
    margin-left: 0.2rem;
}
.zltx .file {
    width: 43%
}
.zltx .file .li {
    width: 100%;
    /*padding: .2rem .24rem .15rem;*/
    padding: .1rem .24rem .1rem;
    background-color: #fff;
    border: 1px solid #fff;
    /*margin-bottom: .18rem*/
}
.zltx .file .li h6 {
    color: #999;
    font-size: 15px;
    /*padding-bottom: .1rem;*/
    border-bottom: 1px solid #f9f9f9;
    margin-bottom: .15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.zltx .file .li p {
    color: #333;
    font-size: 16px;
    line-height: 18px;
    background: url(../images/icon-wen.png) left center / auto 100% no-repeat;
    padding-left: 30px
}
.zltx .file .li .p {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center
}
.zltx .file .li:hover {
    border-color: #d6210e;
    box-shadow: 0 .1rem .2rem rgba(226, 208, 208, 0.5)
}
.zltx .file .li:hover h6 {
    color: #333
}
.zltx .file .li:hover p {
    color: #d6210e
}
.jszc {
    width: 100%;
}
.jszc .title {
    background-color: #f8f8f8;
    color: #333;
    font-size: 0.32rem;
    padding: 0.56rem 0;
    text-align: center;
}
.jszc .des{
    padding-bottom: .6rem;
    background-color: #f8f8f8;

}
.jszc .des p{
    font-size: 0.2rem;
    line-height: 1.6;
    text-align: center;

}
.jszc .fx {
    width: 100%;
    padding: 0.44rem 2.6rem 0.9rem;
}
.jszc .tit h5 {
    color: #333;
    font-size: 0.24rem;
    margin-bottom: 0.12rem;
}
.jszc .tit .line {
    width: 20px;
    height: 2px;
    background-color: #d6210e;
    margin-bottom: 0.3rem;
}
.jszc .form {
    display: block;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.jszc .form .f {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.jszc .form .f .item {
    width: 48.5%;
}
.jszc .form .f .item:first-child .input {
    padding-left: 120px;
}
.jszc .left {
    width: 32%;
}
.jszc .right {
    width: 63.9%;
}
.jszc .right .item .input {
    padding-left: 90px;
}
.jszc .item {
    width: 100%;
    position: relative;
    background-color: #f8f8f8;
    margin-bottom: 0.2rem;
}
.jszc .item label {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 48px;
    color: #666;
    font-size: 14px;
}
.jszc .item .input {
    display: block;
    width: 100%;
    height: 48px;
    padding-left: 70px;
    background-color: transparent;
    border: none;
}
.jszc .cerify-code-panel {
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    padding-top: 0.26rem;
}
.jszc .cerify-code-panel .verify-code-area {
    width: 70% !important;
}
.jszc .cerify-code-panel .verify-input-area {
    width: 100%;
}
.jszc .cerify-code-panel .verify-change-area {
    display: none;
}
.jszc .cerify-code-panel .varify-input-code {
    width: 100%;
    height: 48px;
    border: none;
    background-color: #f8f8f8;
    padding: 0 0.2rem;
    font-size: 14px;
}
.jszc .cerify-code-panel .verify-code {
    cursor: pointer;
    width: 27% !important;
    height: 48px !important;
    font-size: 14px !important;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.jszc .cerify-code-panel .verify-code font {
    font-size: 14px !important;
    margin: 0 2px;
}
.jszc .layui-input {
    height: 48px;
    border: none;
    background-color: transparent;
    padding-left: 20px;
}
.jszc .layui-form-select dl {
    padding: 0;
}
.jszc textarea {
    display: block;
    width: 100%;
    height: 75px;
    background-color: #f8f8f8;
    border: none;
    padding: 0 20px 10px;
    resize: none;
    margin-bottom: 0.46rem;
}
.jszc .area {
    padding-top: 40px;
}
.jszc .btn {
    display: block;
    width: 310px;
    height: 48px;
    background-color: #d6210e;
    color: #fff;
    font-size: 16px;
    border: none;
}
.cpsc {
    width: 100%;
}
.cpsc .head {
    background-color: #f8f8f8;
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
}
.cpsc .head h3 {
    color: #333;
    font-size: 0.32rem;
    text-align: center;
    margin-bottom: 0.36rem;
}
.cpsc .search {
    width: 800px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    position: relative;
}
.cpsc .search .input {
    width: 584px;
    height: 50px;
    border: 1px solid #eaeaea;
    padding-left: 16px;
    padding-right: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.cpsc .search .btn {
    width: 50px;
    height: 50px;
    border: none;
    background-color: transparent;
    background: url(../images/icon-search.png) center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.cpsc .layui-form-select {
    width: 100%;
}
.cpsc .layui-form-select .layui-input {
    padding-right: 584px;
    height: 50px;
}
.cpsc .layui-form-select .layui-edge {
    right: 598px;
}
.cpsc .layui-form-select dl {
    padding: 0;
    top: 50px;
}
.cpsc .layui-form-selectup dl {
    top: auto;
    bottom: 50px;
}
.cpsc .items {
    width: 100%;
    padding: 0 2.6rem;
}
.cpsc .item {
    width: 100%;
    display: flex;
    display: -webkit-flex;
}
.cpsc .item .li {
    color: #333;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    padding: 0 0.38rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 25%;
}
.cpsc .item .li:last-child {
    border-right: none;
}
.cpsc .item .li a {
    color: #d6210e;
}
.cpsc .item.it-hd .li {
    color: #fff;
    background-color: #d6210e;
}
.cpsc .item.hover:hover {
    background-color: #fff9f8;
}
.menus {
    display: none;
}
.jswd {
    width: 100%;
    padding: .54rem 0 .46rem;
    background-color: #f8f8f8
}
.jswd .title {
    color: #333;
    font-size: .32rem;
    text-align: center;
    margin-bottom: .6rem
}
.jswd-content {
    width: 100%;
    background-color: #fff;
    padding: .7rem .38rem 0
}
.jswd-content .items {
    width: 100%
}
.jswd-content .item {
    width: 100%;
    height: 54px;
    border: 1px solid #f9f9f9;
    margin-bottom: .16rem;
    padding: 0 .25rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center
}
.jswd-content .item h6 {
    color: #333;
    font-size: 16px;
    line-height: 18px;
    background: url(../images/icon-wen.png) left center / auto 100% no-repeat;
    padding-left: 30px;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.jswd-content .item:hover {
    border-color: #d6210e;
    box-shadow: 0 .1rem .2rem rgba(226, 208, 208, 0.5)
}
@media screen and (max-width: 1500px) {
    .cta-tu {
        width: 1200px;
    }
}
@media screen and (max-width: 1366px) {
    .hm-news .item .txt h6 {
        font-size: 16px;
    }
    .hm-ab .cont .desc {
        font-size: 14px;
    }
    .width1400 {
        width: 1200px;
    }
    .pro-nav {
        width: 180px;
    }
    .pro .content {
        width: 1010px;
    }
    .pro-nav .a a p {
        font-size: 14px;
    }
    .pro-table {
        padding-left: 16px;
        padding-right: 16px;
    }
    .table thead th {
        padding: 16px 10px;
    }
    .table thead th:nth-child(1) {
        min-width: 138px;
    }
    .table thead th:nth-child(2) {
        min-width: 120px;
    }
    .table thead th:nth-child(3) {
        min-width: 118px;
    }
    .table thead th:nth-child(4) {
        min-width: 126px;
    }
    .table thead th:nth-child(5) {
        min-width: 132px;
    }
    .table thead th:nth-child(6) {
        min-width: 145px;
    }
    .table thead th:nth-child(7) {
        min-width: 199px;
    }
    .table thead th:nth-child(8) {
        min-width: 70px;
    }
    .table tbody td {
        font-size: 12px;
        padding: 0 10px;
    }
    .ab-intro .text .desc {
        font-size: 12px;
    }
    .ab-intro li p {
        font-size: 12px;
    }
    .f-nav dt {
        font-size: 14px;
    }
    .f-nav dd a {
        font-size: 12px;
    }
    .pop-msg .input,
    .cerify-code-panel .varify-input-code {
        height: 40px;
    }
    .pop-msg .btn {
        height: 50px;
    }
    .cerify-code-panel .verify-code {
        height: 40px !important;
    }
    .news .item .txt h6 {
        font-size: 16px;
    }
    .rec .item .txt h6 {
        font-size: 15px;
    }
    .detail .desc {
        font-size: 14px;
    }
    .detail .p-n a {
        font-size: 14px;
    }
    .rlzy-detail .content .desc {
        font-size: 14px;
    }
    .cta-msg .li {
        padding: 0.2rem;
        height: 2.4rem;
    }
    .cta-msg .li h6 {
        font-size: 16px;
    }
    .cta-msg .li p {
        font-size: 13px;
    }
    .yong .kuang .img a {
        padding: 0.1rem;
    }
    .yong .kuang .img a p {
        font-size: 12px;
    }
    .zltx .txt .desc {
        font-size: 14px;
        line-height: 2;
    }
    .jszc .item label {
        line-height: 40px;
    }
    .jszc .item .input {
        height: 40px;
    }
    .jszc .cerify-code-panel .varify-input-code {
        height: 40px;
    }
    .jszc .cerify-code-panel .verify-code {
        height: 40px !important;
    }
    .jszc .layui-input {
        height: 40px;
    }
    .jszc textarea {
        height: 94px;
    }
    .jszc .btn {
        height: 40px;
    }
    .rlzy .item h6 {
        font-size: 16px;
    }
    .pro-filter label p {
        font-size: 13px;
    }
    .pro-filter .li {
        width: 163px;
    }
    .cta-tu {
        width: 900px;
    }
}
@media screen and (max-width: 1279px) {
    header {
        padding: 0 0.2rem;
    }
    header .search {
        display: none;
        position: fixed;
        top: 90px;
        left: 20px;
        z-index: 2;
        width: 300px;
    }
    header .search .input {
        width: 270px;
    }
    header .search.ed {
        display: flex;
        display: -webkit-flex;
    }
    .menus {
        display: block;
        margin-left: 40px;
    }
    .menu {
        width: 25px;
        height: 20px;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .menu .bar {
        width: 100%;
        height: 3px;
        background-color: #d6210e;
    }
    .menu.ed .bar:nth-child(1) {
        transform: translateY(8px) rotate(-45deg);
    }
    .menu.ed .bar:nth-child(2) {
        opacity: 0;
    }
    .menu.ed .bar:nth-child(3) {
        transform: translateY(-8px) rotate(45deg);
    }
    nav {
        display: none;
        position: fixed;
        top: 78px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        height: initial;
        background-color: #fff;
        padding: 60px 0 20px;
        border-top: 1px solid #eee;
    }
    nav ul {
        display: block;
        overflow-y: auto;
    }
    nav li {
        display: block;
        height: initial;
    }
    nav .child {
        display: block;
        position: static;
        box-shadow: none;
        width: 100%;
    }
    .width1400 {
        width: 100%;
    }
    .yy-items .item {
        width: 32%;
        height: 3rem;
        margin-right: 2%;
        margin-bottom: 0.25rem;
    }
    .yy-items .item .meng {
        height: 100%;
    }
    .yy-items .item .txt {
        bottom: 0.28rem;
    }
    .yy-items .item .txt .desc {
        opacity: 1;
    }
    .pro-box {
        padding-top: 15px;
    }
    .pro {
        display: block;
    }
    .pro-nav {
        width: 100%;
        margin-bottom: 30px;
    }
    .pro .content {
        width: 100%;
    }
    .pro-dt .desc {
        font-size: 14px;
        line-height: 2;
    }
    .ab-ry .swiper-button-next,
    .ab-ry .swiper-button-prev {
        display: none;
    }
    .cta-msg .li {
        height: 2.7rem;
    }
    .cta-tu {
        width: 100%;
    }
    .swiper-banner .swiper-slide .txt,
    .hm-pro,
    .hm-news,
    .hm-ab .content,
    .hm-ab .title,
    footer,
    .brand,
    .pro-box,
    .pro-dt,
    .yong,
    .ins-nav,
    .zltx,
    .jszc .fx,
    .cpsc .items,
    .ab-intro,
    .ab-ry,
    .news,
    .news-detail,
    .rlzy,
    .rlzy-detail,
    .cta-msg {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }
}
@media screen and (max-width: 768px) {
    header {
        height: 1.2rem;
    }
    header .logo {
        margin-right: 0;
    }
    header .logo img {
        height: 0.7rem;
    }
    header .search {
        top: 1.5rem;
        left: 0.2rem;
        width: 7.1rem;
    }
    header .search .btn {
        width: 0.6rem;
    }
    header .search .input {
        width: 6.5rem;
    }
    .zhanwei {
        height: 1.2rem;
    }
    nav {
        top: 1.2rem;
    }
    .swiper-banner {
        height: 9rem;
    }
    .swiper-banner .swiper-slide .img {
        height: 100%;
        object-fit: cover;
    }
    .swiper-banner .swiper-slide .txt h4 {
        margin-top: 0.2rem;
    }
    .yy-items .item,
    .pro-items .item {
        width: 100%;
        height: 4.8rem;
        margin-right: 0;
    }
    .yy-items .item .txt {
        padding: 0 0.2rem;
    }
    .yy-items .item .txt h6,
    .pro-items .item .txt h6 {
        font-size: 0.36rem;
    }
    .yy-items .item .bark {
        left: 0.2rem;
    }
    .hm-news .items {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .hm-news .item {
        width: 100%;
        margin-bottom: 0.2rem;
    }
    .hm-news .item .img {
        height: 4rem;
    }
    .hm-tab a {
        font-size: 0.48rem;
    }
    .hm-ab .title h4 {
        font-size: 0.4rem;
    }
    .hm-ab .title .con {
        font-size: 0.3rem;
        line-height: 1.8;
    }
    .hm-ab .cont {
        width: 100%;
    }
    footer .f {
        display: block;
    }
    .f-nav {
        display: none;
    }
    footer .fx {
        display: block;
    }
    footer .lian {
        text-align: center;
        margin-bottom: 0.3rem;
    }
    footer .erweima {
        margin-left: 0;
    }
    footer .erweima .img {
        width: 2.4rem;
    }
    footer .btm p {
        line-height: 2;
    }
    .pro-dt .fx {
        display: block;
    }
    .pro-dt .left {
        width: 100%;
    }
    .pro-dt .wen {
        width: 100%;
    }
    .pro-dt .tu {
        height: 5rem;
    }
    .yong .head {
        display: block;
    }
    .yong .head .text {
        width: 100%;
        margin-bottom: 0.3rem;
    }
    .yong .head .img {
        width: 100%;
    }
    .yong .kuang {
        overflow-x: auto;
    }
    .yong .kuang .img {
        width: 800px;
    }
    .yong .kuang .img a p {
        font-size: 0.2rem;
        line-height: 1.5;
    }
    .yong .item .li {
        padding: 0 0.1rem;
        font-size: 0.24rem;
    }
    .ins-nav {
        justify-content: space-around;
        -webkit-justify-content: space-around;
    }
    .ins-nav a {
        margin-right: 0;
        font-size: 14px;
        line-height: 50px;
    }
    .zltx .wen {
        display: block;
    }
    .zltx .txt {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    .zltx .img {
        width: 100%;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    .zltx .img img {
        margin-left: 0;
        width: 2.9rem;
    }
    .jszc .form {
        display: block;
    }
    .jszc .left,
    .jszc .right {
        width: 100%;
        margin-bottom: 0.4rem;
    }
    .jszc .tit h5 {
        font-size: 0.4rem;
    }
    .jszc .title {
        font-size: 0.48rem;
    }
    .jszc .btn {
        width: 100%;
    }
    .cpsc .head {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }
    .cpsc .head h3 {
        font-size: 0.4rem;
    }
    .cpsc .search {
        width: 100%;
        display: block;
    }
    .cpsc .layui-form-select .layui-input {
        padding-right: 0;
    }
    .cpsc .search .input {
        position: static;
        width: 100%;
    }
    .cpsc .search .btn {
        top: auto;
        bottom: 0;
    }
    .cpsc .layui-form-select .layui-edge {
        right: 10px;
    }
    .cpsc .item .li {
        font-size: 0.24rem;
        padding: 0 0.1rem;
        text-align: center;
    }
    .page a {
        display: none;
    }
    .page .wap {
        display: block;
    }
    .ab-intro .fx {
        display: block;
    }
    .ab-intro .text {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    .ab-intro ul {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .ab-intro li:nth-child(2n) {
        display: none;
    }
    .ab-intro li {
        width: 50%;
        margin-bottom: 0.2rem;
    }
    .ab-intro .img {
        width: 100%;
    }
    .news .item {
        padding: 0;
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }
    .news .item .date {
        display: none;
    }
    .news .item .txt {
        padding-left: 0;
    }
    .news .item .img {
        width: 100%;
        height: 4.8rem;
        margin-bottom: 0.3rem;
    }
    .news .item .txt {
        width: 100%;
        padding: 0 0.15rem 0.4rem;
    }
    .news .item .txt h6 {
        font-size: 0.4rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        line-height: 1.8;
    }
    .news-detail .fx {
        display: block;
    }
    .news-detail .left {
        width: 100%;
        margin-bottom: 0.4rem;
    }
    .detail .head,
    .detail .desc {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }
    .detail .head h1 {
        font-size: 0.48rem;
    }
    .detail .head .basic {
        display: block;
    }
    .detail .head .basic span {
        margin-bottom: 0.15rem;
    }
    .detail .tool {
        display: block;
    }
    .detail .p-n {
        width: 100%;
        margin-bottom: 0.4rem;
    }
    .news-detail .right {
        width: 100%;
    }
    .rec h4 {
        font-size: 0.4rem;
        text-align: left;
    }
    .rec .item .img {
        height: 4.2rem;
    }
    .brand .br span {
        max-width: 42%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .rlzy .head {
        font-size: 0.32rem;
        line-height: 1.8;
    }
    .rlzy li {
        display: block;
    }
    .rlzy li .txt {
        padding: 0.4rem 0.3rem;
        width: 100%;
    }
    .rlzy li .txt h6 {
        font-size: 0.4rem;
    }
    .rlzy li .txt p {
        font-size: 0.3rem;
    }
    .rlzy li .img {
        width: 100%;
    }
    .rlzy .items {
        overflow-x: auto;
    }
    .rlzy .item {
        width: 800px;
        height: 1rem;
    }
    .rlzy .item .d {
        width: 1.6rem;
        height: 0.6rem;
        line-height: 0.6rem;
        border-radius: 0.3rem;
        font-size: 0.24rem;
    }
    .rlzy-detail .content h1 {
        font-size: 0.4rem;
    }
    .rlzy-detail .content .b span {
        font-size: 0.26rem;
        line-height: 2;
    }
    .layer-pop-apply .layui-layer-title,
    .layer-pop-msg .layui-layer-title {
        font-size: 20px;
    }
    .pop-apply .input,
    .pop-apply #btn-upload {
        height: 38px;
    }
    .pop-apply .btn {
        height: 40px;
    }
    .layer-pop-apply .layui-layer-setwin,
    .layer-pop-msg .layui-layer-setwin {
        right: 20px;
    }
    .cerify-code-panel .verify-code-area {
        width: 3.4rem !important;
    }
    .cerify-code-panel .verify-code {
        line-height: 40px !important;
    }
    .cta-tu {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }
    .cta-tu h3 {
        font-size: 0.48rem;
    }
    .cta-msg .lis {
        display: block;
    }
    .cta-msg .pd {
        width: 100%;
        padding: 0;
    }
    .cta-msg .li img {
        height: 0.36rem;
    }
    .cta-msg .erweim {
        display: none;
    }
    .cpsc .items {
        width: 100%;
        overflow-x: auto;
    }
    .cpsc .item {
        width: 800px;
    }
    .yong-items {
        overflow-x: auto;
    }
    .yong .item {
        width: 800px;
    }
    .zltx .file {
        width: 100%
    }
    .zltx .file .li h6 {
        font-size: .26rem
    }
    .zltx .file .li p {
        font-size: .28rem
    }
}