﻿* {
    transition: 0.5s ease;
}

.a_di {
    cursor: pointer;
}

.max_pos {
    margin: 0 auto;
    max-width: 1920px;
}

.dth {
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}

@media(max-width:1620px) {
    .dth {
        width: 100%;
        padding: 0 2%;
    }
}


/* 头部 */

header {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    background-image: url("../images/7aa52d355ef247832e5fab89f074f276407e71b7.png");
    display: block;
    width: 100%;
    max-width: 1920px;
    /* height: 160px; */
    padding-bottom: 24px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    z-index: 50;
}

header .dth {
    flex-flow: column;
    padding: 0 4.6% 0 1%;
}

.top_tel {
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% 100%;
    background-image: url("../images/96f29113d053542a084116245374607d7d555d1e.png");
    display: flex;
    height: 35px;
    justify-content: flex-end;
    align-items: center;
    align-self: flex-end;
    line-height: 1;
    padding-left: 4.2%;
    padding-right: 4.6%;
    /* padding-left: 46%; */
}

.top_tel h4 {
    font-family: Arial;
    /* font-size: 20px; */
    font-size: 1rem;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    padding-left: 1.7rem;
    display: flex;
    height: 100%;
    align-items: center;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../images/20793293a31a482ff21af8e8e25a424e4cb706f0.png");
}

.top_tel p {
    display: flex;
    font-size: 17.5px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    font-size: 0.9rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../images/cde2607f859e41d1ee5aecaf79111b2318b1c7ab.png");
    padding-left: 1rem;
    margin-left: 1rem;
}

.nav_s {
    display: flex;
    flex-wrap: nowrap;
}

.logo {
    display: flex;
    width: 35%;
    float: none;
    line-height: normal;
}

.logo a {
   /* display: flex;
    width: 81%;
    height: 100%;
    align-items: center;
    justify-content: center;*/
}

.logo a img {
    max-width: 100%;
}

.logo_wz {
    display: flex;
    /* width: 78.6%; */
    margin-left: auto;
    flex-flow: column;
    white-space: nowrap;
    display: none;
}

.logo_wz p:nth-child(1) {
    letter-spacing: 0.22rem;
    font-size: 1.58rem;
    color: #333333;
    font-weight: bold;
}

.logo_wz p:nth-child(2) {
    font-family: Arial;
    font-size: 0.76rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.11rem;
    color: rgba(102, 102, 102, 0.6);
    line-height: 2;
    display: none;
}

.logo_wz p:nth-child(3) {
    color: #ffffff;
    font-size: 0.76rem;
    font-weight: normal;
    line-height: 2;
    padding: 0 0.5em;
    background-color: #f7af40;
    border-radius: 2em;
    text-align: center;
}

@media(max-width:1920px) {
    header {
        margin-left: 0px;
        left: 0;
    }
}

@media(max-width:1600px) {
    .top_tel {
        /* background-size: 54% 100%; */
    }
    .logo a {
        margin-right: 1%;
    }
    .logo_wz p:nth-child(1) {
        font-size: 1.3rem;
    }
    .logo_wz p:nth-child(2) {
        font-size: 0.7rem;
    }
    .logo_wz p:nth-child(3) {
        font-size: 0.7rem;
    }
}

@media(max-width:1400px) {
    .logo_wz p:nth-child(1) {
        font-size: 1.2rem;
    }
    .logo_wz p:nth-child(2) {
        font-size: 0.6rem;
    }
    .logo_wz p:nth-child(3) {
        font-size: 0.6rem;
    }
}

@media(max-width:1366px) {
    .top_tel {
        /* background-size: 54% 100%; */
    }
    .logo_wz p:nth-child(1) {
        font-size: 1.2rem;
    }
    .logo_wz p:nth-child(2) {
        font-size: 0.6rem;
    }
    .logo_wz p:nth-child(3) {
        font-size: 0.6rem;
    }
}

@media(max-width:1300px) {
    .logo_wz p:nth-child(1) {
        font-size: 1.1rem;
    }
    .logo_wz p:nth-child(2) {
        font-size: 0.57rem;
    }
    .logo_wz p:nth-child(3) {
        font-size: 0.57rem;
    }
}

@media(max-width:1200px) {
    .logo {
        width: 40%;
    }
    .logo_wz p:nth-child(1) {
        font-size: 16px;
    }
    .logo_wz p:nth-child(2) {
        font-size: 12px;
    }
    .logo_wz p:nth-child(3) {
        font-size: 12px;
    }
}

@media(max-width:1024px) {}

@media(max-width:992px) {
    header {
        display: none;
    }
    .logo_wz p:nth-child(1) {
        font-size: 0.76rem;
    }
    .logo_wz p:nth-child(2) {
        font-size: 0.76rem;
    }
    .logo_wz p:nth-child(3) {
        font-size: 0.76rem;
    }
}

@media(max-width:768px) {}

@media(max-width:640px) {}

@media(max-width:375px) {}


/* 导航 */

nav {
    display: flex;
    width: 64%;
    margin-left: auto;
}

.x-menu {
    width: 100%;
    display: flex;
}

.x-menu>li {
    position: relative;
    display: flex;
    flex: 1;
    align-items: flex-end;
}

.x-menu>li>a {
    display: block;
    padding: 0;
    font-size: 1rem;
    color: #000000;
    width: 100%;
    color: #5a5a5a;
    font-weight: normal;
    text-align: center;
    line-height: 3;
}

.x-menu>li:hover>a {}

.x-menu>li:nth-child(n+2)>a::before {
    content: "|";
    display: block;
    float: left;
}

.x-menu>li>a:hover {
    background: none;
    color: #283b80;
}

.x-menu>li.active>a {
    background: none;
    /* color: #fff; */
}

.x-menu>li:hover>a {
    font-weight: normal;
    letter-spacing: 0px;
    color: #5a5a5a;
}

.x-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    height: 27px;
    opacity: 0;
    top: 100%;
}




.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: calc(100% + 25px);
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 1000%;
    left: -25%;
    top: calc(100% + 100px);
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding-left: 20px;
    text-align: left;
}

.x-sub-menu>li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    height: 65px;
    line-height: 65px;
    margin: 0 15px;
    padding-right: 30px;
}

.x-sub-menu>li:after {
    content: '';
    position: absolute;
    right: -2px;
    top: 26px;
    z-index: 10;
    display: block;
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.3);
}

.x-sub-menu>li:last-child:after {
    display: none;
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    color: #fff;
}

.x-sub-menu>li>a:hover {
    background: none;
    color: #ffffff;
}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}

@media(max-width:1366px) {}

@media(max-width:1200px) {
    nav {
        width: 59%;
    }
}

@media(max-width:1024px) {}


/* banner */

.banner-swiper {
    max-width: 1920px;
    margin: 0 auto;
}

.banner_clear {
    clear: both;
    display: block;
    width: 100%;
    height: 20px;
}

.swiper-slide img {
    width: 100%;
}

.banner-swiper .swiper-pagination-bullet {
    width: 2.1rem;
    height: 0.2rem;
    background-color: #ffffff;
    opacity: 1;
    padding: 0;
    border-radius: 0;
    bottom: 1.25rem;
}

.banner-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ce0c00;
}

@media(max-width:992px) {
    .banner_clear {
        height: 60px;
    }
    .banner-swiper {}
}


/* 四大特点 */

.td4n_box {
    position: relative;
    z-index: 80;
}

.td4n_box .dth {}

.td4n_box ul {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 6% 0 4%;
}

.td4n_box li {
    display: flex;
    width: 23.2%;
}

.td4n_box li a {
    display: flex;
    width: 100%;
    flex-flow: column;
}

.td4n_box li a .img {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 2.3rem;
    margin-top: -2.3rem;
}

.td4n_box li a .img img {
    width: 100%;
    height: auto;
}

.td4n_box li a .wzs {
    display: flex;
    height: 10rem;
    background-color: #ce0c00;
    text-align: center;
    display: flex;
    flex-flow: column;
    padding: 0 0.5em;
    align-items: center;
    justify-content: center;
}

.td4n_box li a .wzs h3 {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0rem;
    color: #ffffff;
    display: block;
}

.td4n_box li a .wzs h3 p {
    display: block;
}

.td4n_box li a .wzs span {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 0rem;
    color: #ffffff;
    display: block;
    margin-top: 4%;
    width: 69%;
}

.td4n_box li:hover {}

.td4n_box li:hover .wzs {
    -webkit-transform: translateY(-2.3rem);
    transform: translateY(-2.3rem);
    background-color: #f7af40;
}

.td4n_box li:hover a .wzs span {
    color: #ffffff;
}

.td4n_box li:hover .img img {
    transform: scale(1.8);
}

@media(max-width:1366px) {
    .td4n_box li a .wzs h3 {
        font-size: 1.2rem;
    }
    .td4n_box li a .wzs span {
        font-size: 0.8rem;
    }
}

@media(max-width:1024px) {}

@media(max-width:992px) {
    .td4n_box ul {
        flex-wrap: wrap;
    }
    .td4n_box li {
        width: 48%;
    }
    .td4n_box li:nth-child(n+3) {
        margin-top: 3rem;
    }
}

@media(max-width:768px) {
    .td4n_box ul {
        margin: 9% 0 5%;
    }
}

@media(max-width:640px) {
    .td4n_box li {
        width: 49%;
    }
}

@media(max-width:300px) {
    .td4n_box li {
        width: 100%;
    }
    .td4n_box li:nth-child(n+2) {
        margin-top: 3rem;
    }
}


/* 标题 */

.titles {
    display: flex;
    width: 100%;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    background-repeat: no-repeat;
   
    background-size: 100% auto;
    background-image: url("../images/39945a3a80e2a1866122bb380d0cf9ab76dfae6b.png");
    padding: 2% 0 2%;
}

.titles.white {
    background-image: url("../images/2787366105837192359eeab0620d48b8244ca1a9.png");
}

.titles h3 {
    font-family: "DengXian";
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    line-height: 1.2;
}

.titles h4 {
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    line-height: 1.2;
}

.titles.white h3 {
    color: #ffffff;
}

.titles.white h4 {
    color: #ffffff;
}

@media(max-width:1366px) {
    .titles {
        padding: 5% 0 2%;
    }
    .titles h3 {
        font-size: 2rem;
    }
    .titles h4 {
        font-size: 2rem;
    }
}

@media(max-width:1024px) {}

@media(max-width:992px) {}

@media(max-width:640px) {
    .titles {
        padding: 6% 0 2%;
    }
    .titles h3 {
        font-size: 1.8rem;
    }
    .titles h4 {
        font-size: 1.8rem;
    }
}

@media(max-width:300px) {
    .titles h3 {
        font-size: 1rem;
    }
    .titles h4 {
        font-size: 1rem;
    }
}


/* 产品中心 */

.pro_box {
    display: block;
}

.pro_s {
    display: block;
    width: 100%;
}

.pro_s ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.pro_s li {
    width: 32%;
    display: flex;
    margin-bottom: 2%;
}

.pro_s li>a,
.pro_s li>span {
    display: flex;
    flex: 1;
    position: relative;
    align-items: flex-start;
}

.pro_s li>a img,
.pro_s li>span img {
    width: 100%;
    height: auto;
}

.wz_er {
    display: flex;
    width: 102%;
    height: calc(101% + 0.5rem);
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    left: -1%;
    top: -1%;
    border-bottom: 0.5rem solid transparent;
    padding: 8% 6.6% 0;
    flex-flow: column;
   
}

.ptit {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid transparent;
    padding-bottom: 6%;
    text-align: center;
}

.ptit h2 {
    font-size: 29.39px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #ce0c00;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ptit h3 {
    font-size: 19.6px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    margin-top: 3%;
    letter-spacing: 0px;
    color: #ce0c00;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro_er {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    opacity: 0;
    display: none;
}

.pers {
    display: flex;
    width: 48%;
    margin-top: 7%;
    line-height: 3;
}

.pers a {
    display: block;
    width: 100%;
    text-align: center;
    border: solid 1px #ffffff;
    font-size: 17.64px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0.5em;
}

.pers:hover a {
    border-color: #2362b1;
    background-color: #2362b1;
}

.pro_s li:hover .pro_er {
    opacity: 1;
    
}

.pro_s li:hover .wz_er {
    /*background-color: rgba(0, 0, 0, 0.8);
    border-color: #f7af40;*/
}

.pro_s li:hover .ptit h2 {
    /*color: #ffffff;*/
}

.pro_s li:hover .ptit {
   /* border-color: #565656;*/
}

.pro_s li .ptit h3 p {
    transition: none;
}

.pro_s li:hover .ptit h3 {
  /*  color: #ffffff;*/
}

@media(max-width:1366px) {
    .ptit h2 {
        font-size: 1.47rem;
    }
    .ptit h3 {
        font-size: 0.98rem;
    }
    .pers a {
        font-size: 0.88rem;
    }
}

@media(max-width:992px) {
    .pro_s li {
        width: 48%;
    }
}

@media(max-width:640px) {
    .pro_s li {
        width: 49%;
    }
    .pers{
        
    margin-top: 5%;
    line-height: 1.5;
    }
    .wz_er{
        width: 100%;
    height: calc(90% + 0rem);
      top:4%;
    }
    .ptit{
        padding-top:8px;
    }
}

@media(max-width:300px) {
    .pro_s li {
        width: 100%;
    }
}


/* 6大特点 */

.tad6n_box {
    display: block;
}

.tad6n_box .dth {
    padding: 2% 0;
}

.tad6n_box ul {
    display: flex;
    width: 90%;
    margin: 0 auto;
}

.tad6n_box li {
    display: flex;
    flex: 1;
    justify-content: center;
}

.tad6n_box li a {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
}

.tad6n_box li .img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tad6n_box li .img img {
    display: block;
    width: 100%;
    transition: all 0.9s ease;
}

.tad6n_box li:hover .img img {
    animation: rexiao 0.5s linear;
}

.tad6n_box li h3 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    line-height: 2;
    margin-top: 2%;
    white-space: nowrap;
}

@media (max-width: 1620px) {
    .tad6n_box .dth {
        width: 100%;
        padding: 2%;
    }
}

@media(max-width:1366px) {
    .tad6n_box ul {
        width: 96%;
    }
}

@media(max-width:992px) {
    .tad6n_box ul {
        width: 100%;
    }
    .tad6n_box li h3 {
        font-size: 0.9rem;
    }
}

@media(max-width:640px) {
    .tad6n_box li h3 {
        font-size: 12px;
    }
}

@media(max-width:375px) {
    .tad6n_box ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .tad6n_box li {
        flex: none;
        width: 30%;
    }
    .tad6n_box li:nth-child(n+4) {
        margin-top: 3%;
    }
}


/* 优势 */

.adv_box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/59673d1e0366bafda93852f6afb3e86a0ba29b11.jpg");
}
.adv-swiper {
    display: flex;
    width: 100%;
    margin-top: 3%;
    align-items: flex-start;
    margin-bottom: 4%;
}

.adv-swiper ul {
    display: flex;
    width: 100%;
}

.adv-swiper li {
    display: block;
    float: left;
}

.adv-swiper li a {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.adv-swiper .ad_imgs {
    display: block;
    width: 53.7%;
    padding-left: 2%;
}

.adv-swiper .ad_imgs img {
    width: 100%;
}

.ad_wzs {
    display: flex;
    width: 42%;
    flex-flow: column;
}

.ad_wzs h5 {
    font-size: 29.87px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-bottom: 5%;
    margin-top: 2%;
}

.ad_wzs h5 span {
    display: block;
    float: left;
    line-height: 2;
    font-size: 21.07px;
    font-weight: normal;
    background-color: #f7af40;
    border-radius: 10px;
    margin-right: 1.3rem;
    padding: 0 1em;
}

.ad_wzs p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    margin-bottom: 5%;
    color: #ffffff;
}

.ad_wzs p img {
    margin-right: 1.5rem;
    width: 6rem;
    height: 6rem;
    margin-bottom: -0.6rem;
}

.adv-swiper .swiper-pagination {
    text-align: left;
    padding-left: 2%;
    bottom: 0;
}

.adv-swiper .swiper-pagination-bullet {
    width: 2.1rem;
    height: 0.2rem;
    background-color: #ffffff;
    opacity: 1;
    padding: 0;
    border-radius: 0;
}

.adv-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #3385e9;
}

@media(max-width:1366px) {
    .ad_wzs h5 {
        font-size: 1.5rem;
    }
    .ad_wzs h5 span {
        font-size: 1.05rem;
    }
}

@media(max-width:992px) {
    .adv-swiper li a {
        flex-flow: column;
    }
    .adv-swiper .ad_imgs {
        width: 100%;
        padding-left: 0;
    }
    .ad_wzs {
        width: 100%;
    }
    .ad_wzs p {
        font-size: 0.9rem;
    }
}

/* 关于我们 */

.about_box {
    padding: 0;
    position: relative;
    background: url("../images/99a0245eb9752600f09c1f9554cbcad5ca683459.png") no-repeat;
    background-size: 100% 100%;
}

.about_box .titles {}

.about_box>p {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3;
    letter-spacing: 0;
    color: #666666;
    text-align: center;
    margin-top: -2%;
    margin-bottom: 3%;
}

.about_box .dth {
    flex-flow: column;
}

.abb_wap {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.abbleft {
    width: 45.75%;
}

.abbleft h1 {
    font-size: 32.84px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: 0px;
    color: #282828;
}

.abbleft h2 {
    font-size: 14.59px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #464646;
    /* margin-top: 2%; */
}

.abb_txt {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: -0.6px;
    color: #666666;
    margin-top: 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.abbleft .abbmore {
    display: flex;
    height: 2.5rem;
    align-items: center;
    width: 10rem;
    padding-left: 2rem;
    font-size: 14px;
    color: #fff;
    background: url("../images/cdad7ee75d0ac5cd9f2dfd90276d61959accda9d.png") no-repeat center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-top: 7%;
}

.ab_list {
    display: flex;
    width: 88%;
    margin-top: 3%;
}

.ab_list li {
    margin-left: 2%;
    width: 48%;
}

.ab_list li a {
    display: block;
}

.ab_list li a img {
    width: 100%;
    height: auto;
}

.abbright {
    width: 50.1%;
}

.abbright img {
    width: 100%;
    height: auto;
}

@media(max-width:1366px) {
    .abbleft h1 {
        font-size: 1.64rem;
    }
    .abbleft h2 {
        font-size: 0.73rem;
    }
    .abb_txt {
        font-size: 0.8rem;
    }
}

@media(max-width:992px) {
    .abb_wap {
        flex-flow: column;
    }
    .abbleft {
        width: 100%;
    }
    .abbright {
        width: 100%;
        margin-top: 3%;
        margin-bottom: 3%;
    }
    .ab_list li:nth-child(1) {
        margin-left: 0;
    }
    .abb_txt {
        margin-top: 2%;
    }
    .about_box>p {
        font-size: 1.1rem;
    }
    .abbleft .abbmore {
        margin-top: 2%;
        font-size: 1rem;
    }
}


/* 3个轮播 */

.c3_index .dth {
    flex-flow: column;
}

.c3_list11 li h3 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    color: #333333;
    text-align: center;
    margin-top: 5px;
}

@media(max-width:1200px) {
    .sort3 {
        background-size: 150% auto;
    }
}

@media(max-width:992px) {
    .c3_index {
        margin-top: 3%;
    }
    .c3_list11 li h3 {
        font-size: 1.2rem;
    }
}

@media(max-width:640px) {
    .sort3 {
        background-size: 200% auto;
    }
    .sort3 li {
        font-size: 13px;
    }
}

@media(max-width:460px) {
    .sort3 {
        background-size: 240% auto;
    }
}

@media(max-width:400px) {
    .sort3 li {
        font-size: 13px;
    }
    .sort3 {
        background-size: 260% auto;
    }
}

@media(max-width:300px) {
    .sort3 li {
        font-size: 12px;
    }
    .sort3 {
        background-size: 300% auto;
    }
}


/* 留言 */

.mesg_box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/9cad745af72c8209d4f277b8f4dd0c763ae48ab5.jpg");
}

.mesg_box .dth {
    padding-top: 1%;
    padding-bottom: 1%;
    flex-flow: column;
}

.mesg_box .tits {
    display: block;
    width: 100%;
    font-size: 27.72px;
    line-height: 3;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.searchs {
    display: block;
    width: 100%;
}

#x-form {
    display: flex;
    width: 100%;
    flex-flow: column;
    background-color: #ffffff;
    padding: 2% 2.5%;
    max-width: 1060px;
    margin: 0 auto;
}

#x-form input,
#x-form textarea {
    outline: none;
    border: none;
    background: none;
    resize: none;
    height: 41px;
    border: solid 1px #d6d6d6;
    padding: 0 1.2em;
    line-height: 39px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#x-form input::placeholder,
#x-form textarea::placeholder {
    color: #b0b0b0;
}

.mes1 {
    display: flex;
    width: 100%;
}

.mes1>input {
    display: block;
    width: 32%;
}

.mes1>input:nth-child(2) {
    margin-left: 2%;
}

.codes {
    position: relative;
    width: 32%;
    margin-left: 2%;
}

.codes #checkcode {
    display: block;
    width: 100%;
}

.codes .checkCodeImg {
    display: block;
    width: 37.5%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.codes .checkCodeImg img {
    width: 100%;
    height: 100%;
}

.mes2 {
    display: flex;
    width: 100%;
    margin-top: 2%;
}

textarea {
    width: 66%;
}

#x-form input[name="btn"] {
    margin-left: 2%;
    width: 32%;
    background-color: #283b80;
    color: #ffffff;
    font-size: 0.9rem;
}

@media(max-width:1366px) {
    .mesg_box .tits {
        font-size: 1.39rem;
    }
}

@media(max-width:992px) {
    #x-form input,
    #x-form textarea {
        /* height: auto; */
        line-height: 3;
    }
}

@media(max-width:640px) {
    .mes1 {
        flex-wrap: wrap;
    }
    #x-form input[name="name"] {
        width: 49%;
    }
    #x-form input[name="contact"] {
        width: 49%;
    }
    .codes {
        margin-left: 0;
        width: 100%;
        margin-top: 2%;
    }
}


/* 新闻 */

.news-slick * {
    transition: none;
}

.slick-initialized .slick-slide {
    outline: none;
    transition: none;
}

.news-slick .slick-con {
    outline: none;
    padding: 0 4% 2.55rem;
    transition: none;
}

.news-slick .slick-con a {
    padding: 8% 8%;
}

.news-slick .slick-con a .wz {
    margin: 10% 0;
}

.news-slick .slick-con a .date {
    font-family: DIN;
    font-size: 12px;
    color: #898989;
}

.news-slick .slick-con a h3 {
    color: #323232;
    font-weight: bold;
}

.news-slick .slick-con a dt {
    width: 2.55rem;
    height: 2.55rem;
    background-color: #ce0c00;
    border-radius: 50%;
    bottom: -1.275rem;
}

.news-slick.dth {
    padding: 0 calc(3rem + 5px);
    margin: 1% auto;
}

.news-slick .slick-arrow {
    width: 2.5rem;
    height: 2.5rem;
    background-size: cover;
}


/* 底部 */

.footbg {
    position: relative;
}

#back_top {
    display: block;
    position: absolute;
    right: 0.1%;
    bottom: 2%;
    width: 2%;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/d22bb6a19e2e6dc34cfc871052d4c1be571a29d7.png');
    background-size: 100% auto;
    cursor: pointer;
}

.foot2 .dth {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 5%;
}

@media(max-width:992px) {}

@media(max-width:400px) {
    .foot2 .dth {
        flex-flow: column;
        justify-content: center;
        text-align: center;
    }
    .foot2>div {
        width: 100%;
    }
}


/* 手机底部 */

.footer {
    width: 100%;
    margin-top: 6px;
    position: fixed;
    z-index: 110;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    background: #434343;
}

.footer1 {
    max-width: 640px;
    margin: 0 auto;
    background: #283b80;
    display: -webkit-box;
}

.footer a {
    -webkit-box-flex: 1;
    display: -webkit-box;
    color: #fff;
    text-align: center;
    padding-left: 5%;
}

.footer span {
    font: 500 14px/50px "微软雅黑";
    color: #fff;
    margin-left: 6px;
}

.footer a img {
    vertical-align: middle;
}

.footer a:nth-child(2) img {
    animation-name: telshow;
    animation-duration: 1.0s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: telshow;
    -webkit-animation-duration: 1.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -o-animation-name: telshow;
    -o-animation-duration: 1.0s;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
}

@keyframes telshow {
    0% {
        transform: rotate(0deg)
    }
    5% {
        transform: rotate(-13deg)
    }
    10% {
        transform: rotate(0deg)
    }
    15% {
        transform: rotate(-13deg)
    }
    20% {
        transform: rotate(0deg)
    }
    25% {
        transform: rotate(-13deg)
    }
    100% {
        transform: roate(0deg)
    }
}

@-webkit-keyframes telshow {
    0% {
        -webkit-transform: rotate(0deg)
    }
    5% {
        -webkit-transform: rotate(-13deg)
    }
    10% {
        -webkit-transform: rotate(0deg)
    }
    15% {
        -webkit-transform: rotate(-13deg)
    }
    20% {
        -webkit-transform: rotate(0deg)
    }
    25% {
        -webkit-transform: rotate(-13deg)
    }
    100% {
        -webkit-transform: roate(0deg)
    }
}

.m_sou {
    position: relative;
}

.m_sou #formsearch {
    position: absolute;
    right: 4%;
    top: -32px;
    z-index: 999;
    background: transparent;
    display: none;
    width: 202px;
}

.m_sou #formsearch input {
    height: 25px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 25px;
}

.m_sou #formsearch input#keyword {
    height: 25px;
    line-height: 25px;
    padding-left: 4px;
    color: #666;
}

.m_sou #formsearch input#s_btn {
    width: 46px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #283b80;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
}

@media(max-width:640px) {
    .footer {
        display: block;
    }
}


/* 内页 */

.page-wrap-left {
    flex-shrink: 0;
}

.page-wrap-right {
    flex-grow: 1;
}


/* 动画 */

@keyframes rexiao {
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(90deg);
    }
    100% {
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes rexiao {
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(90deg);
    }
    100% {
        transform: rotateY(0deg);
    }
}