header {
    transition: .5s;
    position: relative;
}
.search-alert {
    padding: 1rem 0px;
    background: white;
}
.container {
    width: 180rem;
}
.search-alert form {
    display: flex;
    justify-content: space-between;
}
.search-alert form input {
    width: 85%;
    border: 1px rgba(0, 0, 0, .1) solid;
    line-height: 2rem;
    padding: 1rem;
    font-size: 1.6rem;
}
.search-alert form button {
    width: 15%;
    border: 0;
    background: #1347ad;
    color: #fff;
    font-size: 1.8rem;
}
.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 3rem;
}
.menu i {
    display: none;
}
.menu ul {
    display: flex;
    align-items: center;
}
.menu ul li {
    padding: 0 3.3rem;
    font-size: 2rem;
    line-height: 7.2rem;
    text-transform: Uppercase;
}
.menu ul li a {
    color: black;
    display: block;
    text-transform: Uppercase;
}
.menu ul li:after {
    content: "";
    width: 0;
    height: 3px;
    display: block;
    background: #1347ad;
    transition: .5s;
}
.menu ul>li .xlcd {
    width: 100%;
    position: absolute;
    top: 99%;
    left: 0;
    min-width: 100%;
    background: #fff;
    z-index: 99;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding-top: 4rem;
    padding-bottom: 4rem;
    height: 35.3rem;
    opacity: 0;
    transition: .5s;
    overflow: hidden;
    background: url(../images/xlbg.png) left center no-repeat;
    background-color: white;
    display: none;
}
.xlcd h2 {
    width: 40%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 3.2rem;
}
.xlcd ol {
    width: 60%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}
.xlcd ol li {
    height: 33%;
    width: 30%;
}
.menu ul>li ol li {
    padding: 0;
}
.menu ul>li ol li a {
    display: block;
    color: #595757;
    font-size: 1.8rem;
    padding: 0px 1.5rem;
    white-space: nowrap;
    line-height: 7rem;
    text-transform: capitalize;
    border-bottom: #e5e5e5 1px solid;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menu ul>li ol li a {
    background: url(../images/mujt2.png) no-repeat right center;
    background-size: 1rem;
}
.nav-logo {
    display: none;
}
.yd {
    display: block;
}
.gongju ol {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
.gongju ol li {
    padding-right: 3rem;
}
.gongju ol li img{
    width: 2.7rem;
}
.search i {
    cursor: pointer;
}
.logo img{
    height: 6.5rem;
}
.menu ul>li:hover .xlcd {
    opacity: 1;
    transition: .5s;
    display: flex;
    justify-content: center;
}
.menu ul>li ol li a:hover {
    color: #1347ad;
    background: rgba(0, 0, 0, .08);
}
.menu ul li:after {
    content: "";
    width: 0;
    height: 3px;
    display: block;
    background: #1347ad;
    transition: .5s;
}
.menu ul li:hover:after,.menu ul li.active:after {
    width: 100%;
    left: 0;
    transition: .5s;
}
.menu ul li a:hover,.menu ul li.active>a{
    color:#1347ad;
}
footer {
    padding-top: 5.7rem;
}
.dibubig {
    display: flex;
    justify-content: space-between;
}
.dibubig {
    padding-bottom: 2rem;
}
.dibudhbt {
    font-size: 2.1rem;
    color: #000;
    margin-bottom: 3.6rem;
    text-transform: Uppercase;
}
.dibudh ul li a {
    color: rgba(0, 0, 0);
    display: block;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    transition: .3s;
}
.dibulianxi {
    display: flex;
    flex-direction: column;
}
.dibulianxibt {
    font-size: 2.1rem;
    text-align: right;
    margin-bottom: 3.6rem;
}
.dibulianxibt {
    margin-bottom: 1rem;
}
.dibulianxidh a {
    color: #000;
    font-size: 2.8rem;
    font-family: MaisonNeue-Bold;
    text-align: right;
    margin-bottom: 1.8rem;
    display: block;
}
.banquanbig {
    display: flex;
    justify-content: space-between;
    line-height: 5.4rem;
    color: rgba(0, 0, 0, .8);
}
.banquanright {
    display: flex;
}
.banquanright a {
    margin-left: 0.8rem;
    color: rgba(0, 0, 0, .8);
}
.dibulianxi{
    width: 20%;
}
.dibudhbig{
    width: 75%;
    display: flex;
    justify-content: space-between;
}
.dibulianxi p {
    line-height: 2.6rem;
    color: rgba(0, 0, 0, .8);
    margin-bottom:1rem;
    display: flex;
}
.dibulianxi p img{
    height: 2.6rem;
    margin-right: 1rem;
}
.banner{
    height: calc(100% - 7.5rem);
}
#banner img {
    width: 100%;
}

.banner {
    width: 100%;
}

#banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
    margin: 0px 15px;
    position: relative;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 5%;
}

#banner .swiper-pagination-bullet-active {
    background: transparent;
}

#banner svg {
    position: absolute;
    display: none;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0%;
    bottom: 0;
    margin: auto;
}

#banner .swiper-pagination-bullet-active svg {
    display: block;
    animation: circleLoad 3s linear;
}

@keyframes circleLoad {
    0% {
        stroke-dashoffset: 62;
    }

    100% {
        stroke-dashoffset: 0;
    }
}
.sycp {
    padding: 5.5rem 5.5rem 6.5rem;
    background: #f4f4f4;
    position: relative;
}
.sycpbt h2 {
    font-size: 5.2rem;
    font-family: Raleway-ExtraBoldItalic;
    color: #4a4e56;
    margin-bottom: 0.8rem;
}
#sycp .swiper-slide {
    background: white;
}
.sycptu {
    overflow: hidden;
}
.sycptu img {
    width: 100%;
}
.sycptu img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    width: 100%;
}
#sycp .swiper-slide:hover .sycptu img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 500ms ease-in 0ms;
}
#syyy .swiper-slide:hover .syyytb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 500ms ease-in 0ms;
}
.sycpwen {
    padding: 0 2.6rem 3rem;
    text-align: center;
    font-size: 1.6rem;
    color: #666666;
}
.sycpwen h2 {
    color: #1347ad;
    font-size: 2.4rem;
    text-align: center;
    font-family: Raleway-ExtraBoldItalic;
    height: 5.2rem;
}
.sycpbt {
    text-align: center;
    margin-bottom: 5.6rem;
}
.sycpmore {
    display: block;
    background-color: #1347ad;
    color: white;
    display: block;
    width: 24.7rem;
    padding: 0 1.5rem;
    height: 5.5rem;
    line-height: 5.5rem;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.9rem;
    border: 2px solid #FFFFFF;
    position: relative;
    margin: 0 auto;
    margin-top: 3.6rem;
}
.sycpmore:hover {
    border-radius: 60px;
}
.sycpmore a{
    color:#fff;
}
.sycpwen span {
    margin-top: 1rem;
    height: 2rem;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    display: inline-block;
}
.abbj{
    padding-bottom: 15rem;
    padding-top:6rem;
}
.abbj .row img {
    position: absolute;
}
.abbj .row>img{
    width:97.9rem;
}
.abbj section {
    border-bottom: 1px solid black;
    margin-bottom: 2.5rem;
}
.abbj h2 {
    font-size: 5.2rem;
    color: #333333;
    font-family: "DINCond-Bold";
    padding-top: 7rem;
}
.abbg span {
    font-size: 1.6rem;
    display: block;
    width: 15rem;
    height: 3rem;
    border-radius: 15px 0 15px 0;
    background: #1347ad;
    color: white;
    text-align: center;
    line-height: 3rem;
    margin: 3rem 0;
}
.abbj p {
    color: #000;
    line-height: 2em;
    padding: 3rem 0;
    font-size: 1.6rem;
}
.nybanner img{
    width:100%;
}
.abbj a {
    text-decoration: none;
}
.abbj .col-md-6 img {
    border-radius: 10px;
}
.abbg img {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.abbj .row #about img{
    position:relative;
}
.abbjbig{
    display: flex;
    align-items: center;
}
.abbjtu{
    padding-top:7rem;
}
#syyy {
    margin-top: 5.8rem;
}
.syyytu {
    position: relative;
}
.syyytu img {
    width: 100%;
}
.syyytb {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
    border-radius: 100%;
    background-color: #fff;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
}
.syyytb img {
    transition: all 500ms ease-in 0ms;
}
.syyytu img {
    width: 100%;
}
.syyytb img{
    width: 80%;
    margin: 0 auto;
    height: 80%;
}
.syyywen {
    background: #f4f4f4;
    padding:10rem 2rem 4.4rem;

}
.syyywen h2 {
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
    color: #4a4e56;
    font-weight: bold;
    min-height: 4rem;
}
.syyywen span {
    font-size: 1.6rem;
    color: #666;
    line-height: 150%;
    min-height: 4.6rem;
    display: block;
}
.syyy {
    padding-top: 6.2rem;
    text-align: center;
    font-size: 1.8rem;
    line-height: 3rem;
    background: #fff;
    padding-bottom:6.2rem;
}
.syxw {
    background: url(../images/xwbj.jpg) no-repeat;
    background-size: cover;
    padding-top: 6rem;
    padding-bottom: 7.1rem;
}
.syxwbig {
    display: flex;
    justify-content: space-between;
}
.syxwleft ul li {
    margin-bottom: 1.3rem;
}
.syxwleft ul li a {
    display: flex;
    align-items: center;
    background: #f3f5ff;
}
.syxwsj {
    background: #585757;
    padding: 2.2rem 2.6rem 3.4rem 1.4rem;
    transition: .5s;
}
.riqi {
    white-space: nowrap;
    font-size: 3.2rem;
    color: white;
}
.nian {
    color: #808080;
    font-size: 1.6rem;
}
.xwnr {
    padding-top: 2.6rem;
    padding-bottom: 3.4rem;
    padding-left: 2.3rem;
    padding-right: 9rem;
    background: #f3f5ff;
}
.xwnr h2 {
    margin-bottom: 1.7rem;
    font-size: 1.8rem;
    color: #1b1d21;
    font-weight: bold;
    font-family: MaisonNeue-Bold;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
}
.xwnr h3 {
    color: #8c939d;
    font-size: 1.6rem;
}
.syxwright {
    width: 45%;
}
.syxwtu {
    position: relative;
}
.syxwtu a>img {
    width: 100%;
    aspect-ratio: 587 / 367;
    object-fit: cover;
}
.syxwrightbt {
    position: absolute;
    background: rgba(0, 0, 0, .75);
    color: white;
    font-family: MaisonNeue-Bold;
    display: flex;
    justify-content: space-between;
    width: 100%;
    bottom: 0;
}
.syxwrightbt span {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.syxwleft {
    width: 50%;
}
.syxwleft ul li a:hover .syxwsj {
    background: #0065cf;
    transition: .5s;
}
.syxwleft ul li a:hover .nian {
    transition: .5s;
    color:#fff;
}
.syxwleft ul li:last-child{
    margin:0;
}
.dibudh ul li a:hover{
    color:#1347ad;
}
header.head {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    background: white;
    transition: .5s;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
}
.totop {
    cursor: pointer;
}
.totop img{
    width:6.1rem;
}
.lanmux {
    display: block;
    overflow: hidden;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
    background: #fff;
    position: relative;
}
.lm-ct ul {
    display: flex;
    display: -webkit-flex;
}
.lm-ct>span {
    display: block;
    height: 4px;
    background: #1347ad;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 6;
    transition: .5s;
}
.lm-ct ul li {
    list-style-type: none;
    margin-right: 5rem;
}
.lm-ct ul li a {
    font-family: raleway-black;
    display: block;
    line-height: 7.4rem;
    font-size: 2rem;
    color: #555555;
    cursor: pointer;
    text-transform: capitalize;
}

.lm-ct li:hover a,.lm-ct li.active a {
    color: #1347ad;
}
.abbjbigsection{
    height: 28rem;
    overflow-y: scroll;
}
.abny section{
    border-bottom:0;
}
.abny.abbj p{
    padding:0.5rem 0;
}
.abny{
    padding-bottom:6rem;
}
.about2{
    padding:6rem;
    background:#f4f4f4
}
.qywh{
    height: auto;
    overflow: hidden;
    padding-top: 7.6rem;
    padding-bottom: 10.2rem;
    background-color: #f4f4f4;
}
.qywh .col-md-4{
    margin-bottom:2rem;
}
.abouttitle{
    font-size: 5.2rem;
    color: #333333;
    font-family: "DINCond-Bold";
    margin-bottom:5rem;
}
.abouttitle p{
    font-size: 1.6rem;
}
.qywhbig {
    height: auto;
    overflow: hidden;
    padding: 2.5rem;
    color: rgba(55, 55, 58, .8);
    line-height: 2.5rem;
    background-color: #FFFFFF;
    transition: .5s;
}
.qywhtu {
    width: 5rem;
    height: 5rem;
    transition: .5s;
}
.qywhtu{
    background-position: top left;
    background-size: 100%;
}
.qywhbig:hover .qywhtu {
    background-position:bottom left;
    transition: .5s;
}
.qywh h3 {
    font-size: 2.1rem;
    font-weight: bold;
    color: #37373a;
    margin-top: 2.5rem;
    margin-bottom: 2.2rem;
}
.qywhbig p {
    height: 7.5rem;
    font-size: 1.6rem;
}
.qywhbig:hover {
    background: #1347ad;
    color: white;
    transition: .5s;
}
.qywhbig:hover h3 {
    color: white;
    transition: .5s;
}
.tab-img {
    position: relative;
    height: 66.6rem;
    background:#000;
    /* 根据需求调整高度 */
}
.tab-img img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.tab-img-item {
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.tab-img-item.active {
    display: block;
}
.hexinbig{
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 14px 1px rgba(234, 234, 234, .75);
}
.hexinright{
    width:68%;
    position:relative;
}
.hexinleft{
    width: 30%;
    font-weight: bold;
    font-size: 3.4rem;
    padding: 3rem 5rem;
}
.hexin{
    padding:7.2rem 0 10.2rem;
}
.hexinright li{
    width:25%;
    text-align: center;
}
.hexinright ul {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hexinright ul li a{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.6rem;
}
.hexinright .nav-pills>li.active>a,
.hexinright .nav-pills>li.active>a:focus,
.hexinright .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: transparent;
    border-radius: 0;
}
.hexinright .nav>li>a:focus,
.hexinright .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.hexinright li a{
    color:#fff;
}
.deco {
    display: block;
    width: 6rem;
    height: 6rem;
    opacity: 1;
    transition: .1s;
    transform: translateZ(0);
    margin: 0 auto;
    margin-bottom:2rem;
}
.deco:before {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.75);
    transition: .4s;
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 100%;
    height: 4rem;
    width: 4rem;
}
.deco i{
    background: hsla(0, 0%, 100%, .8);
    border: 1px solid #fff;
    border-radius: 100%;
    height: 2.2rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.5);
    transition: .4s;
    width: 2.2rem;
}
.deco:after {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.75);
    transition: .4s;
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 100%;
    height: 6rem;
    width: 6rem;
}
.hexinright li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .3);
}
.hexinright li:hover .deco:before {
    animation: scalepulse 1.3s linear .3s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}

.hexinright li:hover .deco i,
.hexinright li:hover .deco em {
    background: #fff;
    animation: scalepulse 1.3s linear 0s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}

.hexinright li:hover .deco:after {
    animation: scalepulse 1.3s linear .15s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}


@keyframes scalepulse {
    20% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.15);
        transform: translate3d(-50%, -50%, 0) scale(1.15);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    50% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        transform: translate3d(-50%, -50%, 0) scale(1);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
}
.abls {
    width: 100%;
    overflow: hidden;
    height: auto;
    line-height: 2;
    color: white;
    position: relative;
}
.ablsleft {
    background-size: cover;
    padding: 8.2rem 11.5rem 0 10%;
    width: 50%;
    float: left;
    height: 85.2rem;
    z-index: 2;
    background: #1347ad;
    font-size: 1.8rem;
}
.Rotation {
    position: absolute;
    z-index: -1;
    left: -20%;
    top: -20%;
    width: 80%;
    -webkit-transform: rotate(360deg);
    animation: rotation 8s linear infinite;
    -moz-animation: rotation 8s linear infinite;
    -webkit-animation: rotation 8s linear infinite;
    -o-animation: rotation 8s linear infinite;
}
.abro {
    z-index: 1;
    width: 30rem;
    top: 25%;
    left: 9%;
    opacity: 0.3;
}
.abls h2 {
    line-height: 1.325em;
    font-size: 4.2rem;
    margin: 0;
    font-weight: bold;
    margin-bottom:2rem;
}
.ablsright {
    float: right;
    width: 50%;
    position: absolute;
    right: 0;
    z-index: -1;
    height: 100%;
}
.ablsright img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}
.newlist {
    margin-top: 4rem;
    margin-bottom: 8.6rem;
}
.xwnn ul li {
    margin-bottom: 2rem;
}
.xwkkw {
    height: auto;
    overflow: hidden;
    background-color: #f8f8f8;
}
.xwkkw a {
    display: flex;
    justify-content: space-between;
}
.xwkkw-aa {
    width: 29%;
    float: left;
    overflow: hidden;
}
.xwkkw img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}
.xwkkw:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 500ms ease-in 0ms;
}
.xwkkw-bb {
    width: 71%;
    padding: 3.9rem;
    float: right;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.xwkkw-bb h3 {
    font-size: 2rem;
    color: #333333;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.xwtt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.xwmore {
    width: 10rem;
    height: 3.2rem;
    line-height: 3.2rem;
    float: left;
    text-align: center;
    font-size: 1.6rem;
    color: #262626;
    border: 1px solid #262626;
}
.xwkkw:hover .xwmore {
    background-color: #1347ad;
    color: #FFFFFF;
    transition: all 300ms ease-in 0ms;
}
.xwtm {
    color: #262626;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
}
.xwtm img {
    width: 1.6rem;
    height: 1.6rem;
}
.xwny {
    padding: 4.8rem 0 2.5rem;
    background: #f0f0f0;
}
.xwddbig {
    display: flex;
    justify-content: space-between;
}
.xwddleft {
    width: 70%;
    background-color: #fff;
    padding: 4rem 4.5rem 6rem;
    border-top: #1347ad solid 6px;
}
.xwddright {
    width: 28%;
    background-color: #fff;
    border-top: #1347ad solid 6px;
    float: right;
}
.xwddbt h2 {
    line-height: 125%;
    font-size: 3.4rem;
    color: #333333;
    font-weight: 700;
}
.xwddbt h3 {
    margin-top: 1.3rem;
    font-size: 1.8rem;
    line-height: 137.5%;
    color: #999999;
}
.xwddleft section {
    margin: 2.5rem 0;
    font-size: 2rem;
    color: #333;
    line-height: 171.428571%;
}
.xwddleft section video{
    max-width:100%;
}
.fanye {
    font-size: 2rem;
}
.next a {
    color: #1347ad;
}
.xwddrightbt {
    width: 100%;
    height: 3.4rem;
    background: rgba(18, 18, 18, 0.04);
    color: #333333;
    line-height: 3.4rem;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    margin-top: 3.3rem;
    margin-bottom: 1rem;
}
.xwddright ul li {
    padding: 2rem 1.5rem;
    transition: .5s;
}
.xwddright ul li:hover {
    background: #1347ad;
    transition: .5s;
}
.zxxwwen h2 {
    font-size: 1.8rem;
    color: #393b40;
    min-height: 4rem;
    line-height: 150%;
    font-weight: 600;
    text-align: left;
    margin: 1.5rem 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
}
.zxxwsj {
    color: #393b40;
    font-size: 1.6rem;
}
.xwddright ul li:hover h2,.xwddright ul li:hover .zxxwsj{
    color:#fff;
}
.lxkk {
    margin: 5rem auto 9.5rem;
    line-height: 3.5rem;
    font-size: 1.8rem;
    z-index: 1;
    position:relative;
}
.lxkk h2 {
    font-family: ElectroluxSans_4_Semibold;
    font-size: 3.9rem;
    color: #333333;
    margin-top: 2.7rem;
    padding-bottom: 4.7rem;
    margin-bottom: 4.7rem;
    background: url(../images/xiahua.jpg) left bottom;
    background-repeat: no-repeat;
}
.lxkk .col-md-5 p img{
    width: 3rem;
    margin-right: 2rem;
}
.lxkk .col-md-5 p{
    margin-bottom:1.5rem;
}
.liuyan {
    height: auto;
    overflow: hidden;
    padding-top: 7.3rem;
    padding-bottom: 3.6rem;
    background-color: #f1f1f1;
}
.liuyan h3 {
    font-weight: bolder;
    font-size: 4.4rem;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 7.3rem;
    color: #2d2d2d;
}
.biao {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.biao h4{
    font-size: 2rem;
    margin:1rem 0;
}
.kk {
    height: 6rem;
    border: 1px solid #d2d2d2;
}
.hzi{
    color:#1347ad;
}
.anniu {
    width: 20.8rem;
    height: 5.4rem;
    background-color: #1347ad;
    border-color: #1347ad;
    padding: 0px;
    opacity: 0.8;
    transition: .5s;
}
.anniu:hover{
    opacity: 1;
    transition: .5s;
    background-color: #1347ad;
    border-color: #1347ad;
}
.renli {
    height: auto;
    overflow: hidden;
    padding-top: 6rem;
    padding-bottom: 6rem;
    line-height: 3rem;
    color: #666666;
    background: #f4f4f4;
}
.renlilb {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    border-bottom: 1px rgba(0, 0, 0, .1) solid;
}
.renlilb span {
    display: block;
    font-weight: bold;
    text-align: center;
    line-height: 3rem;
    padding: 1.5rem 0;
    overflow: hidden;
    width: 33.33%;
    font-size: 1.7rem;
}
.renlilb span:nth-of-type(2):before {
    content: "";
    display: block;
    width: 1px;
    height: 1.2rem;
    background: rgba(0, 0, 0, .4);
    margin: 0.9rem 0px;
}
.renlilb span:nth-of-type(2):after {
    content: "";
    display: block;
    width: 1px;
    height: 1.2rem;
    background: rgba(0, 0, 0, .4);
    margin: 0.9rem 0px;
}
.rlbt {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    border-bottom: 1px rgba(0, 0, 0, .1) solid;
    transition: .5s;
    cursor: pointer;
}
.rlbt span {
    display: block;
    text-align: center;
    font-size: 1.7rem;
    line-height: 3rem;
    padding: 1.5rem 0;
    overflow: hidden;
    width: 33.33%;
}
.rlbt span font:after {
    content: "+";
    font-size: 2.6rem;
    color: #1347ad;
}
.rlyqw {
    background: #f9f9f9;
    padding-bottom: 3rem;
    display: none;
}
.rlyqn {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    background: #f9f9f9;
}
.rlyqn>div {
    padding: 3rem 0px 0;
    color: rgba(0, 0, 0, .7);
}
.rlyqn .yaoqiu {
    width: 100%;
    margin-right: 2%;
    text-align: center;
}
.rlyqn>div>big {
    display: block;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 3rem;
    padding-bottom: 0.5rem;
}
.yaoqiu{
    display: block;
    line-height: 2.4rem;
    font-size: 1.6rem;
}
.renlilb span:nth-of-type(2) {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.join{
    padding: 5.1rem 0;
}
.join .abouttitle{
    text-align: center;
}
.join .abouttitle h3{
    text-align: center;
    line-height: 2;
}
.joinbig ul li {
    width: 33%;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
    margin-bottom: 1.8rem;
    transition: .5s;
    padding: 0 2rem;
}
.joinbig ul li:hover {
    background: #1347ad;
    transition: .5s;
    color: white;
}
.joinbig ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.jointu {
    position: relative;
}
.jointu {
    margin: 5rem 0 2.6rem;
}
.joinbig ul li img {
    width: 8rem;
    margin: 0 auto;
}
.jointu img:last-child {
    opacity: 0;
}
.jointu img:last-child {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}
.joinbt {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 2rem;
}
.joinnrx {
    text-align: center;
    margin-bottom:5.2rem;
    line-height: 2;
    font-size: 1.6rem;
}
.joinbig ul li:hover img:last-child {
    opacity: 1;
    transition: .5s;
}
.nycp {
    height: auto;
    position: relative;
    padding-bottom: 10.2rem;
    background-color: #f2f2f2;
}
.nycpleft {
    width: 26.3%;
    float: left;
    position: relative;
    margin-top: 2rem;
    z-index: 2;
}
.nycpleftbt {
    height: auto;
    overflow: hidden;
    line-height: 6.8rem;
    color: #333;
    padding-left: 4rem;
    font-size: 2.2rem;
    border-bottom: 1px solid #eeeeee;
    font-weight: bold;
}
.cphh {
    margin-top: 0.5rem;
    height: auto;
    overflow: hidden;
}
.cphh ul {
    overflow: hidden;
}
.cphh li a {
    line-height: 200%;
    display: block;
    padding-left: 5rem;
    background: url(../images/jtw1.png) 2rem;
    background-size: 1rem;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    color: #373c3d;
    font-size: 1.8rem;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    margin-bottom: 0.2rem;
    text-transform: capitalize;
}
.cphh li a:hover {
    background: url(../images/jtw2.png) 2rem;
    background-repeat: no-repeat;
    background-size: 1rem;
    background-color: #FFFFFF;
    color: #1347ad;
}
.tuijian {
    margin-top: 2rem;
    height: auto;
    overflow: hidden;
    background-color: #FFFFFF;
}
.tj-lan {
    height: auto;
    overflow: hidden;
    line-height: 200%;
    color: #333;
    padding-left: 4rem;
    font-size: 2.2rem;
    border-bottom: 1px solid #eeeeee;
    font-weight: bold;
}
.tj-nei {
    height: auto;
    overflow: hidden;
    padding: 2rem;
}
.tj-nei li {
    list-style-type: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: auto;
    overflow: hidden;
    font-size: 1.8rem;
}
.tj-nei li b {
    display: inline-block;
}
.tj-nei a {
    color: #373c3d;
}
.cpyjdh {
    height: auto;
    overflow: hidden;
    padding: 2rem;
    padding-top: 0;
    background:#fff;
}
.cpyjdh a {
    height: 6rem;
    line-height: 6rem;
    width: 100%;
    display: block;
    background: #1347ad;
    text-align: center;
    color: white;
    font-size: 2.2rem;
}
.tj-nei a:hover{
    color:#000;
}
.search1 form {
    display: flex;
    height: auto;
    overflow: hidden;
    background-color: #FFFFFF;
    border: 1px solid #f0f0f0;
}
.search1 .search {
    border: 0;
    height: 5.2rem;
    font-size: 2rem;
    padding-left: 1rem;
    width: 80%;
    color: #777777;
    border-radius: 0;
}
.search1 .btn {
    height: 5.2rem;
    margin: 0;
    background: #FFFFFF;
    border-radius: 0;
    color: #777777;
    font-size: 2rem;
    text-align: center;
    width: 20%;
}
.lielan {
    margin-top: 1rem;
    height: auto;
    overflow: hidden;
    line-height: 4.6rem;
    border-bottom: 1px solid #ececec;
    padding-left: 7.5rem;
    color: #000000;
    font-size: 2.2rem;
    background: url(../images/cplan.jpg) left;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-size:27.8rem;
}
.fenlei {
    background: #fff;
}
.fenlei li {
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}
.fenlei li a {
    display: block;
    padding: 2rem 1.5rem 2rem 3rem;
    position: relative;
    color: #333333;
    font-size: 1.6rem;
    cursor: pointer;
}
.fenlei img {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translate(-50%, -1.5rem);
    display: none;
    height: 3rem;
}
.fenlei img:nth-child(1) {
    display: block;
}
.fenlei li dl {
    min-width: 100%;
    left: 100%;
    z-index: 99;
    top: 0%;
    background: #fff;
    margin: 0;
    display: none;
}
.fenlei li dl dd {
    padding: 0px 1.5rem;
}
.fenlei li dl dd>a {
    display: block;
    color: #333;
    line-height: 2.6rem;
    font-size: 1.6rem;
    white-space: nowrap;
    padding: 1.2rem 2.5rem;
    background: url(../images/sanji.png) left center no-repeat;
    background-size: 1.5rem;
    position: relative;
    cursor: pointer;
}
.fenlei li>a:hover {
    opacity: 0.8;
}
.fenlei li.hover>a ,.fenlei li dl dd:hover>a{
    color: #1347ad;
}
.fenlei li dl dd.hover>a {
    color: #1347ad;
}
.fenlei li.hover dl {
    display: block;
}
.nycpbig{
    display: flex;
    justify-content: space-between;
    padding-top: 4rem;
    padding-bottom: 6.5rem;
}
.nycpright{
    width: 70%;
}
li.hover img:nth-child(2) {
    display: block;
}
li.hover img:nth-child(1) {
    display: none;
}
.cpyou-lan {
    height: 5.2rem;
    line-height: 5.2rem;
    border-bottom: 1px solid #e9e9e9;
    font-size: 2.6rem;
    color: #222222;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.cplb ul {
    display: flex;
    flex-wrap: wrap;
}
.cplb ul li {
    width: 32%;
    margin-right: 1%;
    margin-bottom: 1rem;
}
.cptuk {
    height: auto;
    overflow: hidden;
    padding: 0.6rem;
    background-color: #FFFFFF;
    transition: all 500ms ease-in 0ms;
}
.cptuk img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.cptuk:hover {
    background-color: #1347ad;
    transition: all 500ms ease-in 0ms;
}
.cptuk-zi {
    margin-top: 1.2rem;
    font-size: 1.6rem;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 0.6rem;
    color: #565252;
    line-height: 2.3rem;
    transition: all 500ms ease-in 0ms;
}
.cptuk:hover .cptuk-zi {
    color: white;
    transition: all 500ms ease-in 0ms;
}
 .pro-img .colmd5 {
     width: 47%;
     float: left;
     position: relative;
 }

 .pro-img .colmd7 {
     width: 48%;
     float: right;
 }

 .pro-img .colmd7 .pro-ptt {
     font-size: 2.9rem;
     font-weight: bold;
     padding: 0px 0px 1.5rem;
     border-bottom: 1px #e8e8e8 solid;
     font-weight: bold;
 }

 .pro-img .colmd7>span {
     margin-top: 2rem;
     margin-bottom: 2rem;
     padding-bottom: 4.5rem;
     border-bottom: 1px #e8e8e8 solid;
     display: block;
     color: #515151;
     font-size: 1.6rem;
     line-height: 2.2rem;
     width: 100%;
     word-wrap: break-word;
 }

 .pro-img .colmd7>span ul {
     list-style-type: disc;
     margin-left: 2rem;
 }

 .pro-img .colmd7 h3 {
     font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
     font-size: 1.7rem;
     margin-top: 0px;
     margin-bottom: 1.4rem;
     color: #515151;
 }

 .jqzzoom {
     position: relative;
 }

 .jqzoom {
     position: relative;
     overflow: hidden;
     border: 0px #ddd solid;
     height: auto;
     overflow: hidden;
 }

 .zoomdiv {
     float: left;
     top: 0 !important;
     left: 101% !important;
     border: 3px solid #e4e4e4;
     display: none;
     text-align: center;
     overflow: hidden;
     position: absolute;
     z-index: 999;
     background-color: #fff;
 }

 .bigimg {
     width: 200rem;
     height: 200rem;
 }

 .jqZoomPup {
     z-index: 10;
     visibility: hidden;
     position: absolute;
     top: 0px;
     left: 0px;
     width: 8rem !important;
     height: 8rem !important;
     border: 1px solid #aaa;
     background: #FEDE4F 50% top no-repeat;
     opacity: 0.5;
     -moz-opacity: 0.5;
     -khtml-opacity: 0.5;
     filter: alpha(Opacity=50);
     cursor: move;
 }

 .zoomdiv img {
     max-width: none;
 }



 .jqzzoom .navigation {
     width: 100%;
     margin: 1rem 0 0;
 }

 .jqzzoom .carousel {
     overflow: hidden;
 }

 .jqzzoom .carousel ul {
     width: 2000em;
     list-style: none;
     margin: 0;
     padding: 0;
     margin-top: 1rem;
 }

 .jqzzoom .prev-navigation,
 .next-navigation {
     display: block;
     cursor: pointer;
 }

 .jqzzoom .prev-navigation {
     background: url(../images/left.gif) left center no-repeat;
     height: 9.1rem;
     width: 3.9rem;
     float: left;
 }

 .jqzzoom .next-navigation {
     background: url(../images/right.gif) right center no-repeat;
     width: 3.8rem;
     height: 9.1rem;
     float: right;
 }

 .pro-img .colmd7 h3 {
     font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
     font-size: 1.7rem;
     margin-top: 0px;
     margin-bottom: 1.4rem;
     color: #515151;
 }

 #st-2 .st-btn[data-network='facebook'] {
     background-color: #4267B2;
 }

 #st-2 .st-btn {
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
     -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
     -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
     -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
     transition: opacity 0.2s ease-in, top 0.2s ease-in;
     -moz-border-radius: 0px;
     -webkit-border-radius: 0px;
     border-radius: 0px;
     border: none;
     cursor: pointer;
     display: inline-block;
     font-size: 1.4rem;
     height: 4rem;
     line-height: 4rem;
     margin-right: 0.8rem;
     padding: 0 1rem;
     position: relative;
     text-align: center;
     top: 0;
     vertical-align: top;
     white-space: nowrap;
 }

 #st-2 .st-btn>img {
     display: inline-block;
     height: 2rem;
     width: 2rem;
     position: relative;
     top: 1rem;
     vertical-align: top;
 }

 #st-2 .st-btn[data-network='twitter'] {
     background-color: #55acee;
 }

 #st-2 .st-btn[data-network='pinterest'] {
     background-color: #CB2027;
 }

 #st-2 .st-btn[data-network='linkedin'] {
     background-color: #0077b5;
 }

 #st-2 .st-btn[data-network='sharethis'] {
     background-color: #95D03A;
 }

 #st-2 .st-btn:hover {
     opacity: .8;
     top: -0.4rem;
 }

 .xqmore {
     margin-top: 7rem;
     width: 20.6rem;
     height: 5.2rem;
 }

 .xqmore a {
     display: block;
     width: 20.6rem;
     height: 5.2rem;
     line-height: 5.2rem;
     font-size: 2rem;
     background-color: #1347ad;
     color: #FFFFFF;
     text-align: center;
 }

 .pro-img {
     margin-bottom: 4rem;
 }

 .cpxq-lan {
     height: auto;
     overflow: hidden;
     background-color: #f5f6f6;
     padding-left: 1.5rem;
 }

 .cpxq-lan li {
     list-style-type: none;
     margin-left: 1.5rem;
     line-height: 5.2rem;
     color: #595959;
     font-size: 1.8rem;
     float: left;
 }

 .cpxq-nei {
     padding: 2.5rem;
     font-size: 1.7rem;
     line-height: 2.5rem;
     color: #515151;
 }

 .cpxq {
     height: auto;
     overflow: hidden;
     padding: 2rem;
     padding-top: 3rem;
     background-color: #FFFFFF;
 }

 .liebiao {
     height: 7.8rem;
     border: 1px solid #ebebeb;
     margin-top: 2.5rem;
 }

 .liebiao-aa {
     width: 16%;
     height: 7.8rem;
     line-height: 7.8rem;
     text-align: center;
     float: left;
     border-right: 1px solid #ebebeb;
     align-items: center;
     justify-content: center;
     display: flex;
 }

 .liebiao-bb {
     width: 68%;
     height: 7.8rem;
     line-height: 7.8rem;
     float: left;
     text-align: center;
     color: #919191;
     border-right: 1px solid #ebebeb;
     align-items: center;
     justify-content: center;
     display: flex;
     font-size: 1.6rem;
 }

 .liebiao-cc {
     width: 16%;
     height: 7.8rem;
     line-height: 7.8rem;
     text-align: center;
     float: right;
     align-items: center;
     justify-content: center;
     display: flex;
 }

 .liebiao-bb a {
     color: #919191;
 }

 .xiangguan h2 {
     font-size: 1.9rem;
     margin-top: 0px;
     margin-bottom: 3.2rem;
 }

 .xiangguan {
     margin-top: 4.5rem;
     height: auto;
     overflow: hidden;
 }
 .pro-img .xiaotu {
     margin-top: 2rem;
     position: relative;
 }
 .xiaotu {
     padding: 0 5rem;
 }
 #xiaotu .swiper-button-next {
     background: url(../images/you.png);
     background-size: 100%;
     right: 0;
     top: 40%;
     border: none;
    width: 56px;
    height: 56px;
 }
 #xiaotu .swiper-button-prev {
     background: url(../images/zuo.png);
     background-size: 100%;
     left: 0;
     top: 40%;
     border: none;
    width: 56px;
    height: 56px;
 }
 .pro-img .xiaotu li a {
     display: block;
     border: 2px #ddd solid;
     margin: 1px;
 }
 .pro-img .xiaotu li a.hover {
     border: 2px solid #1347ad;
 }
 .cpnei {
     height: auto;
     overflow: hidden;
     padding: 2rem;
     padding-top: 3rem;
     background-color: #FFFFFF;
 }
 .dibufenxiang {
     margin-top: 1rem;
 }
 .dibufenxiang ul {
     display: flex;
     justify-content: space-between;
 }
 .dibufenxiang ul li {
     padding-right: 2.5rem;
 }
  .dibufenxiang ul li img{
    width: 3rem;
}
.yc{
    display: none;
}
.yd{
    display: block;
}
.hezuo {
    height: auto;
    overflow: hidden;
    padding-top: 8rem;
    padding-bottom: 8rem;
    color: #4a4e56;
    background: url(../images/khbg.jpg);
    background-size: 100% 100%;
}
.hezuotitle h3{
    font-size: 5.2rem;
    font-family: Raleway-ExtraBoldItalic;
    color: #fff;
    margin-bottom: 0.8rem;
    text-align: center;
    margin-bottom:3rem;
}
.hezuotitle{
    font-size:1.6rem;
    text-align: center;
    color:#fff;
    margin-bottom:3rem;
}
.hezuo ul li {
    float: left;
    width: 20%;
    list-style-type: none;
    padding: 0px 1.5rem;
    margin-bottom: 3rem;
}
.hezuo ul li span {
    display: block;
    background: #fff;
    padding: 2.5rem;
    border-radius: 1.5rem;
}
.hezuo ul li span img {
    width: 100%;
    height: 13rem;
    object-fit: contain;
}
@media(max-width:992px){
.top {
    padding: 14px 15px;
}    
.yc {
    display: block;
}

.yd {
    display: none;
}

.gongju {
    display: none;
}

.nav-logo {
    width: 25px;
    display: block;
}

.nav-logo i {
    display: block;
    padding: 2px 0px;
}

.menu {
    position: fixed;
    width: 70%;
    height: 100%;
    right: -100%;
    top: 0;
    z-index: 9999;
    background: #fff;
    transition: .3s;
    display: block;
}

.menu i {
    display: block;
    height: 42px;
    padding: 0px 15px;
    background: rgba(0, 0, 0, .08);
    font-weight: bold;
    line-height: 42px;
    color: #000;
}

.menu ul {
    flex-wrap: wrap;
}

.menu ul li {
    width: 100%;
    padding: 0px 0px;
}

.menu ul li a {
    line-height: 42px;
    font-size: 1.6rem;
    padding: 0px 15px;
    color: #333;
    border-bottom: 1px rgba(0, 0, 0, .15) solid;
    background: url(../images/mujt.png) right 15px center no-repeat;
    background-size: auto 15px;
}

.nav-logo i:after {
    content: "";
    display: block;
    height: 2px;
    background: #000;
}

.menuu {
    right: 0;
}

.heise {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998;
    background: rgba(0, 0, 0, .7) url(../images/guanbi.png) 11% center no-repeat;
    background-size: auto 40px;
}

.menu ul li a {
    line-height: 42px;
    font-size: 1.6rem;
    padding: 0px 15px;
    color: #333;
    border-bottom: 1px rgba(0, 0, 0, .15) solid;
    background: url(../images/mujt.png) right 15px center no-repeat;
    background-size: auto 15px;
    display: block;
}

.menu ul li {
    width: 100%;
    padding: 0px 0px;
}

.topright {
    display: none;
}

#banner .swiper-button-next {
    display: none;
}

#banner .swiper-button-prev {
    display: none;
}

.sycp {
    padding: 20px 15px;
}

.sycpbt h2 {
    font-size: 26px;
}

.sycpbt {
    margin-bottom: 20px;
}

.syab {
    padding: 20px 15px;
}

.syabbt h2 {
    font-size: 26px;
}

.syabbt h3 {
    font-size: 22px;
}

.syablb {
    padding-top: 20px;
}

.syablb ul li p {
    height: 80px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.nyablb ul li p {
    height: 80px;

}

.nyablb ul li section img {
    margin: 0 auto;
    margin-bottom: 12px;
}

.syablb ul li section img {
    margin: 0 auto;
    margin-bottom: 12px;
}

.syabmore {
    display: block;
    color: white;
    display: block;
    width: 100%;
    padding: 0 15px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #FFFFFF;
    font-size: 19px;
    border: 2px solid #FFFFFF;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
}

.syyy {
    padding: 20px 15px;
}

#syyy {
    margin-top: 20px;
}

.syxw {
    padding: 20px 15px;
}

.syxwleft {
    width: 100%;
}

.syxwright {
    width: 100%;
}

.syxwbig {
    flex-direction: column;
}

.syan ul li a {
    padding: 20px 15px;
}

.dibudh {
    display: none;
}

.dibubig {
    justify-content: center;
}

.banquanbig {
    justify-content: space-between;
    flex-direction: column;
}

footer {
    padding: 20px 15px 0;
}

.banquanright {
    position: relative;
}

.syan ul li a h3 {
    font-size: 18px;
}

.syan ul li a h2 {
    font-size: 26px;
}

.totop {
    position: absolute;
    right: 0;
}

.b-height {
    height: 80px;
}

.fygnav {
    padding: 0px;
    height: 50px;
    background-color: #009ca3;
}

.fygnav ul {
    list-style-type: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.fygnav li {
    width: 100%;
    text-align: center;
    float: left;
    margin: 0;
}

.fygnav li a {
    display: block;
    color: #FFFFFF;
    background-color: #1347ad;
    height: 50px;
}

.nyabbt h2 {
    font-size: 26px;
    color: #0f81e8;
    margin-top: 15px;
    margin-bottom: 18px;
}

.nyabbt h3 {
    font-size: 18px;
    margin-bottom: 16px;
}

.nyab {
    margin-bottom: 0;
    padding: 20px 15px;
}

.nyabnr {
    margin-bottom: 20px;
}

.sbzs .nyabbt h3 {
    font-size: 18px;
    line-height: 200%;
}

.nywhy {
    padding: 20px 15px;
}

.nywhy .nyabbt p {
    font-size: 16px;
    line-height: 42px;
    margin-bottom: 20px;
}

.nywhy ul li p {
    height: auto !important;
}

.nywhylb,
.nywhylb1 {
    padding-top: 20px;
}

.nywhytu {
    margin-bottom: 20px;
}

.xgrow {
    display: none;
}

.lm-ct ul {
    display: block;
}

.lm-ct ul li {
    float: left;
    width: 50%;
    margin: 0;
    text-align: center;
}

.lm-ct ul li a {
    line-height: 36px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    display: inline-block;
}

.lm-ct>span {
    display: none;
}

.nybannerwen {
    font-size: 1.6rem;
}

.zzjsbig {
    padding: 20px 15px;
}

.col-xs-6 {
    width: 100%;
}

.xwss {
    padding: 20px 15px;
}

.xwkk-bb h2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.xw-time {
    margin-top: 20px;
}

.xw-more {
    margin-top: 20px;
}

.xwhh {
    margin-bottom: 20px;
}

.xwkuaix {
    padding: 20px;
}

.xwdd {
    background: #fafafa;
    padding: 20px 0px;
}

.inewsct {
    padding: 40px 15px;
}

.lxkuai {
    margin: 20px 0px;
}

.lxkuai h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.lxkuai {
    font-size: 16px;
}

.liuyan {
    padding: 20px 0;
}

.liuyan h3 {
    font-size: 26px;
    margin-bottom: 20px;
}

.liuyan form button {
    width: 100%;
}

.biao h4 {
    margin-top: 14px;
    margin-bottom: 14px;
    color: #666666;
}

.biao {
    margin-bottom: 0;
}

.kk2 {
    margin-bottom: 14px;
}

.dibufenxiang {
    display: none;
}

.modal-dialog {
    width: 100%;
    margin: 100px auto;
}

.menu ul>li ol {
    display: none;
}

.sycp .swiper-button-prev {
    display: none;
}

.sycp .swiper-button-next {
    display: none;
}

.whyustb li:after {
    display: none;
}

.nywhy ul li {
    width: 50%;
    margin-bottom: 20px;
    float: left;
}

.nywhy ul {
    display: block;
}

.nywhy ul li {
    width: 50%;
    margin-bottom: 20px;
    float: left;
}

.whyuswenright {
    width: 100%;
}

.whyuswenleft {
    width: 100%;
}

.nywhy ul.whyuswen li.xs .whyuswenbig {
    display: block;
}

.nywhy ul.whyuswen li.xs {
    width: 100%;
}

.whyuswenleft {
    flex-direction: column;
}

.whyuswenbig {
    padding: 30px 20px;
    height: auto;
}

.whyuswenleftxh {
    font-size: 42px;
}

.zzjsdh ul {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zzjsdh ul li {
    margin: 0px;
    width: 50%;
    float: left;
}

.nycp {
    height: auto;
    position: relative;
    padding-bottom: 20px;
    background-color: #f2f2f2;
}

.nybannerwen {
    display: none;
}

.dibulianxi {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
}

.dibulianxi p {
    text-align: left;
}

.sbzs p {
    padding: 0;
    text-align: center;
    color: #000;
    font-size: 13px;
    height: 75px;
    text-transform: capitalize;
}

.zzjs p span {
    font-size: 16px;
}

.zzjs p span strong {
    font-size: 26px !important;
}

.zzjstuijian h2 {
    font-size: 26px;
    color: #eb8000;
    margin-top: 0px;
    margin-bottom: 25px;
}

.zzjstuijian h3 {
    font-size: 22px;
}

.casejieshao h2 {
    font-size: 26px;
}

.casejieshao {
    font-size: 16px;
}

.logo img {
    height: 30px;
}

.abbj {
    padding: 20px 0;
}

.container {
    width: 100%;
}

.abbjbig .col-md-6 {
    width: 100%;
}

.abbj h2 {
    font-size: 26px;
}

.abbjbig {
    flex-wrap: wrap;
}

.abbg span {
    margin: 15px 0;
}

.abbj p {
    padding-top: 0;
}

.xwnr {
    padding: 0 0 0 23px;
    width: 70%;
}

.syxwleft {
    margin-bottom: 2rem;
}
.dibulianxi {
    width: 100%;
}
.dibudhbig{
    display:none;
}
.banquanbig {
    display: flex;
    justify-content: space-between;
    line-height: 2;
    color: rgba(0, 0, 0, .8);
}
 .b-height {
		height:80px;
	}
	.fygnav {
		padding:0px;
		height:50px;
		background-color:#009ca3;
	}
	.fygnav ul {
		list-style-type:none;
		width:100%;
		margin:0px;
		padding:0px;
	}
	.fygnav li {
		width:25%;
		text-align:center;
		float:left;
		margin:0;
	}
    .fygnav ul {
        list-style-type: none;
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: flex;
        align-items: center;
    }
    .fygnav li a img {
        height: 20px;
        width: 20px;
    }
    .fygnav li a {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        color: #FFFFFF;
        background-color: #1347ad;
        height: 55px;
        font-size:14px;
        white-space: nowrap;
    }
    .xwnr h2{
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        word-break: break-all;
        word-wrap: break-word;
        display: -webkit-box;
        overflow: hidden;
    }
    .renli{
        padding:20px;
    }
    .rlyqw {
    background: #f9f9f9;
    padding: 2rem;
    display: none;
}
.rlyqn>div{
    padding:0;
}
.rlyqn .yaoqiu{
    text-align: left;
}
.join {
    padding: 20px;
}
.abouttitle {
    font-size: 26px;
    margin-bottom: 20px;
    padding:0 15px;
}
.joinbig ul li {
    width: 100%;
}
.newlist {
    margin: 0rem;
    padding:20px;
}
.xwkkw a{
    flex-wrap: wrap;
}
.xwkkw-aa{
    width: 100%;
}
.xwkkw-bb{
    width: 100%;
    padding:1rem;
}
.xwkkw-bb h3{
    line-height: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
}
.lm-ct{
    padding:10px 20px;
}
.lm-ct ul{
    overflow: hidden;
}
.xwny {
    padding: 20px;
}

.xwddbig {
    flex-direction: column;
}

.xwddleft {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.xwddright {
    width: 100%;
    background-color: #fff;
    float: right;
}
.qywh {
    height: auto;
    overflow: hidden;
    padding-top: 7.6rem;
    padding-bottom: 10.2rem;
    background-color: #f4f4f4;
}
.fanye {
    font-size: 1.6rem;
}
.xwddbt h2{
    font-size: 26px;
}
.abbj{
    overflow: hidden;
}
.abbj .row>img{
    width:90%;
}
.qywh {
    height: auto;
    overflow: hidden;
    padding:20px;
    background-color: #f4f4f4;
}
.qywh .col-md-4{
    margin-bottom:20px;
}
.hexin {
    padding: 20px;
}
.hexinbig {
    flex-wrap: wrap;
}
.hexinleft{
    width: 100%;
    padding:2rem;
    font-size: 18px;
}
.hexinright{
    width: 100%;
}
.tab-img {
    position: relative;
    height: 20.6rem;
    background: #000;
}
.ablsleft{
    width: 100%;
    padding:20px;
    font-size:16px;
    line-height: 1.5;
    height: auto;
}
.ablsright{
    width: 100%;
    position:relative;
}
.abls h2{
    font-size: 26px;
}
.qywh{
    padding:20px 0;
}
.nycpbig{
    padding:20px 15px;
    flex-wrap: wrap;
}
.nycpleft{
    width: 100%;
}
.nycpright{
    width: 100%;
}
.tuijian{
    display: none;
}
.cpyjdh{
    display: none;
}
.cplb ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
}
.pro-img .colmd5 {
    width: 100%;
    float: left;
    position: relative;
}
.pro-img .colmd7{
    width:100%;
    margin-top:20px;
}
.cpxq{
    padding:0;
}
.liebiao-cc {
    width: 16%;
    height: 5.6rem;
    line-height: 5.6rem;
    text-align: center;
    float: right;
    align-items: center;
    justify-content: center;
    display: flex;
}
.liebiao-bb {
    width: 68%;
    height: 5.6rem;
    line-height: 5.6rem;
    float: left;
    text-align: center;
    color: #919191;
    border-right: 1px solid #ebebeb;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 1.6rem;
}.liebiao-aa {
    width: 16%;
    height: 5.6rem;
    line-height: 5.6rem;
    text-align: center;
    float: left;
    border-right: 1px solid #ebebeb;
    align-items: center;
    justify-content: center;
    display: flex;
}
.liebiao{
    height: 5.6rem;
}
.jqzoom{
    display: none;
}
.lxkk{
    margin:2rem 0;
}
.lxkk h2 {
    font-family: ElectroluxSans_4_Semibold;
    font-size: 26px;
    color: #333333;
    margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: url(../images/xiahua.jpg) left bottom;
    background-repeat: no-repeat;
}
.lxkk .col-md-5 p{
    font-size: 16px;
}
.syyywen{
    padding-bottom:20px;
    padding-left: 20px;
    padding-right: 20px;
}
.hexinleft .tab-pane{
    min-height: 50px;
}
.renlilb span{
    font-size:14px;
}
.renlilb span:first-child,.rlbt span:first-child{
    display: none;
}
.renlilb span:nth-child(2),.rlbt span:nth-child(2){
    width:66%;
}
}