﻿* {
    margin: 0;
    padding: 0;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
tr,
dl,
dd,
select,
option,
input {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding: 0;
}

a {
    text-decoration: none !important;
}

.no-margin {
    margin: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.content {
    max-width: 1170px;
    margin: 0 auto;
}

.content-two {
    max-width: 1070px;
    margin: 0 auto;
}

ul li {
    list-style-type: none;
}

header {
    width: 100%;
    transition: top .3s;
    background-color: rgb(21, 82, 173);
    position: relative;
    z-index: 999;

}

.xs-show {
    display: none;
}

header.active {
    top: 0;
}

header>.header-flex>.container>ul {
    display: flex;
    justify-content: space-between;

}

.click-ul {
    display: none;
}

header ul li a {
    display: block;
    color: #333;
    text-align: center;
    text-decoration: none !important;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}

.banner1-phone {
    display: none;
}

#span1 {
    position: relative;
    transition: all .2s;
}

#span2 {
    position: relative;
    transition: all .3s;
}

.header-flex {
    max-width: 1200px;
    margin: 0 auto;
}

.header-img {
    width: 371px;
    height: 74px;
    border-radius: 5px;
}

header ul li:hover {

    background-color: rgb(20, 107, 184);


}

header ul>.li-red {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    background-color: rgb(20, 107, 184);
    display: inline-block;
    text-align: center;

}

.header-flex ul li {
    width: calc(100%/6);
    text-align: center;
    position: relative;

}

header .header-flex ul>li>ul>li {
    width: 100%;
    background-color: #fff; overflow: hidden;

}

header .header-flex ul>li>ul {
    position: absolute;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    overflow: hidden;
}

header .header-flex ul>li>ul>li>a {
    width: 100%;
    color: #333;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin:0 4px;
}



.phone-ul-img {
    width: 330px;
    height: 100px;
}

.phone {
    width: 100%;
    background-color: #fff;
    display: none;
}

.phone-flex {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    align-items: center;
}

.phone-ul {
    position: absolute;
    right: 0;
    z-index: 10;
    width: 35%;
    text-align: center;
}

.phone-ul li {
    width: 100%;
    background-color: #ffff;
    border: 1px solid #eeee;
    line-height: 30px;
    color: #000;
    text-align: center;
    opacity: .8;
}

.phone-ul li a {
    color: #000;
    text-decoration: none !important;
    font-size: 14px;
}

.phone-ul li:hover {
    background-color: rgb(21, 82, 173);
    color: ivory;
}

.phone-ul li:hover a {
    color: #fff;
}

.phone span {
    display: block;
    width: 21px;
    height: 7px;
    border-bottom: 3px solid rgb(21, 82, 173);
}

.banner1 {
    padding-top: 29%;
}

.banner1-img {
    background: url(images/文字1.png) no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 45px;
    z-index: 1;
    width: 100%;
    font-size: 0;
}

.banner .swiper-pagination span {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
}

.mobile-header {
    width: 100%;
    height: 80px;
    background-color: #000;
    display: none;
}

.mobile-header ul {
    margin-left: 71%;
    display: none;
}

.mobile-header:hover .mobile-header-ul {
    display: block;
}

.container table {
    border: 1px solid #ddd;
    width: 100%;
    text-align: center;
}

.container table th {
    border: 1px solid #ddd;
    text-align: center;
}

.container table td {
    border: 1px solid #ddd;
}

.container img {
    max-width: 100%;
}

.mobile-header-ul li {
    width: 200px;
    height: 50px;
    border: 1px solid #fff;
    background-color: #242424;
    line-height: 50px;
    color: #eee;
}

.mobile-header-ul li a {
    color: #eee;
}

.mobile-header-ul li:hover {
    background-color: rgb(154, 6, 6);
    color: #000;
}

.mobile-buttom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    background-color: rgb(21, 82, 173);
    color: #FFFFFF;
    text-align: center;
}

.mobile-buttom span {
    font-size: 14px;
    color: #eee;
}



.mobile-buttom a {
    text-decoration: none;
    color: #FFFFFF !important;
    font-size: 14px;
}

.mobile-buttom a:hover {
    color: #FFFFFF
}

.mobile-buttom a img {
    display: block;
    height: 25px;
    margin: 3px auto;
}

.mobile-footer {
    display: none;
}

.mobile-footer .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.list-unstyled li a {
    font-family: 微软雅黑;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-style: normal;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

.top {
    height: 29px;
    background-color: #eeeeee;
}

.top ul {
    display: flex;
    justify-content: space-between;
    line-height: 29px;
}

.top ul li {
    font-size: 14px;
}

.top ul li a {
    color: #333;
}

.top-nav-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-nav-left>span {
    font-size: 24px;
    color: #000;
    margin-top: 3.2%;
}

.top-nav {
    padding: 20px 0;
}

.top-nav-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.top-nav-right {
    display: flex;
    align-items: center;
}

.top-nav-right-text {
    margin-left: 10px;
}

.top-nav-right-text>span {
    color: #333333;
    font-size: 16px;
}

.top-nav-right-text>p:nth-child(1) {
    font-family: 微软雅黑;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
}

.qq-img-box {
    position: fixed;
    right: 5%;
    top: 5%;
    width: 132px;
    max-width: none;
    height: 35px;
    max-height: none;
    border-radius: 10px;
    border: 3px solid #000;
    z-index: 9999999;
    background-color: #fff;
}

.qq-img-box img {
    display: block;
    max-width: 100%;
}

.qq-img-box span {
    display: block;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #000;
}

.qq-img1 {
    width: 27px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.top-nav-right-text>p>span {
    margin-right: 10px;
}

.top-nav-right-text>p:nth-child(2) {
    font-family: 微软雅黑;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
}

.top-nav-middle {
    position: relative;

    width: 30%;

}

.top-nav-middle .int1 {
    background-color: rgb(21, 82, 173);
    width: 12%;
    border: none;
    line-height: 37px;
}

.top-nav-middle img {
    position: absolute;
    left: 8px;
    top: 6px;
}

.about-son {
    max-width: 870px;
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: rgb(102, 102, 102);
    background-color: transparent;
    line-height: 34px;
    text-decoration: none;
    text-align: left;
    visibility: visible;
}

.about-son-text>div:nth-child(1) {

    width: 56%;

}

.about-son-text>div:nth-child(2) {
    width: 40%;
}

.about-son-text>div:nth-child(2)>img {
    width: 100%;
    height: 80%;
}

.about-son-text>div>div {
    margin-top: 30px;
}

.about-son span {
    line-height: 50px;
}

.about-son-text-span {
    margin-bottom: 40px;
}

.about-son .flex {
    flex-wrap: wrap-reverse;
}

.about-son {

    font-size: 16px;

    line-height: 20px;

}

.about-son-text-span {
    margin-bottom: 20px;
}

.about-son-text>div:nth-child(1) {
    width: 100%;
    margin-top: 10px;
}

.about-son-text>div:nth-child(2) {
    width: 100%;
    height: 40%;
}

.about-son span {
    line-height: 27px;
}

.about-son-text>div>div {
    margin-top: 10px;
}

.top-nav-middle input {
    outline: none;
}

.top-nav-middle .int2 {
    border: 1px solid #ddd;
    width: 63%;
    padding-left: 10px;
}

.top-nav-middle>form {
    display: flex;
}

.container {
    max-width: 1150px;
}

.title>span {
    font-family: 微软雅黑;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    color: rgb(21, 82, 173);
    background-color: transparent;
    line-height: 36px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    animation-name: bounceIn;
    position: relative;
}

.title>p {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;

}

.title {
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 30px;
}

.title>p>span {
    margin: 0 20px;
}

.title>span::after {
    display: block;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: rgb(21, 82, 173);
    position: absolute;
    right: 108%;
    top: 50%;
    transform: translate(0, -50%);
    transform: rotate(45deg);
}

.title>span::before {
    display: block;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: rgb(21, 82, 173);
    position: absolute;
    left: 108%;
    top: 50%;
    transform: translate(0, -50%);
    transform: rotate(45deg);
}

.title>p {
    position: relative;
}

.title>p::before {
    display: block;
    content: "";
    width: 23%;
    height: 1px;
    background-color: rgb(153, 153, 153);
    position: absolute;
    right: 21.5%;
    top: 58%;
}

.title>p::after {
    display: block;
    content: "";
    width: 23%;
    height: 1px;
    background-color: rgb(153, 153, 153);
    position: absolute;
    left: 21.5%;
    top: 58%;
}


.title-t>p::before {
    display: block;
    content: "";
    width: 23%;
    height: 1px;
    background-color: rgb(153, 153, 153);
    position: absolute;
    right: 19%;
    top: 58%;
}

.title-t>p::after {
    display: block;
    content: "";
    width: 23%;
    height: 1px;
    background-color: rgb(153, 153, 153);
    position: absolute;
    left: 19%;
    top: 58%;
}




.img-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 75%
}


.img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


.product ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.product ul li {
    width: 47%;
    margin: 1.5%;

}



.product .container {
    max-width: 1070px;
}

.product ul li a .frame {
    background-color: rgb(21, 82, 173);
    line-height: 40px;
    color: #ffff;
    text-align: center;
}

.product .img-box {
    border: 2px solid #eeee;
}

.product ul li a>.product-p>p {
    color: rgb(51, 51, 51);

}

.product-p {
    margin-top: 5px;
}

.product .img-box .img {
    transition: all .8s;
}

.product .img-box .img:hover {
    transform: scale(1.08);
}





.flex {
    display: flex;
    flex-wrap: wrap;
}

.about {
    padding: 0 0 50px 0;
}


.about-left {
    width: 49%;
}

.about-right-p {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: rgb(51, 51, 51);
    background-color: transparent;
    line-height: 30px;
    text-decoration: none;
    text-align: left;
    visibility: visible;
    animation-name: bounceIn;
}

.about-right {
    width: 47%;
}

.about .flex {
    justify-content: space-between;
}

.about-left video {
    width: 100%;
    height: 346px;
}

.about-left .about-left-shiping {
    width: 100%;
}

.about-right>a {
    width: 93px;
    height: 40px;
    display: table-cell;
    line-height: 40px;
    color: #ffffff !important;
    background-color: rgb(21, 82, 173);
    text-align: center;
    border-radius: 5px;
    display: block;
}

.news-frame>span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.hot-sale {
    padding: 0 0 50px 0;
}

/* 本例子css */
.picMarquee-left {
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
}

.picMarquee-left .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}



.picMarquee-left .hd .prev,
.picMarquee-left .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow.png") no-repeat;
}

.picMarquee-left .hd .next {
    background-position: 0 -50px;
}

.picMarquee-left .hd .prevStop {
    background-position: -60px 0;
}

.picMarquee-left .hd .nextStop {
    background-position: -60px -50px;
}



.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    float: left;
    overflow: hidden;
    text-align: center; margin:5px;
}

.picMarquee-left .bd ul li .pic img {
    width: 290px;
    height: 245px;
    display: block;
    padding: 2px;
}

.picMarquee-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picMarquee-left .bd ul li .title {
    line-height: 24px;
}


/* 结束 */

.core {
    padding: 0 0 40px 0;
}

.core ul li {
    transition: all .8s;
}

.core ul li:hover {
    transform: translateY(-10px);
}

.core ul {
    display: flex;
    flex-wrap: wrap;
}

.core ul li {
    width: 30%;
    margin: 1.5%;
}

.core ul li a {
    text-align: center;
}

.core ul li a>span {
    font-size: 16px;
    font-family: 微软雅黑;
    color: #333333;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-top: 10px;
}

.news {
    padding: 0 0 40px 0;
}

.news>.container>ul>li {
    width: 30%;
    margin: 1.5%;
}

.news>.container>ul>li .news-frame {
    background-color: #fff;
    padding: 20px;
    height: 413px;
}

.news>.container>ul>li .news-frame .img-box .img {
    transition: all .8s;
}

.news>.container>ul>li .news-frame ul {
    margin-top: 20px;
}

.news>.container>ul>li .news-frame ul li a:hover {
    color: #007bff;

}

.news>.container>ul>li .news-frame .img-box .img:hover {
    transform: scale(1.08);
}

.news>.container>ul>li>a .news-frame .news-frame-top {
    display: flex;
    justify-content: space-between;
}

.news>.container>ul>li .news-frame .news-frame-top>span:nth-child(1) {
    position: relative;
    padding-left: 3%;
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: rgb(102, 102, 102);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    white-space: nowrap;

}

.news>.container>ul>li .news-frame .news-frame-top>span:nth-child(2) {
    font-family: 微软雅黑;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: rgb(102, 102, 102);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
}

.news>.container>ul>li .news-frame .news-frame-top>span:nth-child(1)::before {
    display: block;
    content: "";
    height: 100%;
    width: 3px;
    background-color: rgb(212, 9, 9);
    position: absolute;
    left: 0;
}

.news>.container>ul>li .news-frame .news-frame-top {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.news>.container>ul>li .news-frame .news-frame-top::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgb(204, 204, 204);
    position: absolute;
    bottom: -20px;
}

.news>.container>ul>li .img-box {
    padding-top: 40%;
    margin-top: 40px;
}





.news>.container>ul>li .news-frame ul li a {
    display: flex;

    font-size: 14px;
    font-family: 微软雅黑;
    font-style: normal;
    color: rgb(115, 115, 115);
    justify-content: space-between;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news>.container>ul>li .news-frame ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    border-bottom: 1px dashed #e3e3e3;
    padding-bottom: 10px;
    margin-top: 10px;
}

.news>.container>ul {
    display: flex;
    flex-wrap: wrap;
}

.about-p {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: rgb(0, 0, 0);
    background-color: transparent;
    line-height: 32px;
    text-decoration: none;
    text-align: left;
    visibility: visible;
}

.about-p {
    padding-bottom: 50px;
}

.product-center-left {
    width: 20%;
}

.product-center-left span {
    display: block;
    background-color: rgb(21, 82, 173);
    padding-left: 15px;
    font-family: 微软雅黑;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: rgb(21, 82, 173);
    line-height: 50px;
    text-decoration: none;
    text-align: left;
    display: block;
}

.product-center-left ul {
    border: 1px solid #ddd;
}

.product-center-left ul li a {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    background-color: rgb(255, 255, 255);
    line-height: 50px;
    text-decoration: none;
    padding-left: 0px;
    width: 100%;
    display: block;
}

.product-center-left ul li {
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
}

.product-center-right .img-box .img {
    transition: all .8s;
}

.product-center-right ul li:hover .img-box .img {
    transform: scale(1.08);
}

.product-center-right .frame {
    border: 1px solid #f1f1f1;
    box-shadow: 0px 2px 2px #ddd;
    background-color: #fff;
    padding-bottom: 10px;
    text-align: center;
}

.product-center-right .frame>span {
    display: block;
    font-family: 微软雅黑;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    text-decoration: none;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-indent: 5px;

}

.product-center-right {
    width: 80%;
}

/* 
.product-center-right ul {
    display: flex;
    flex-wrap: wrap;
} */
.product-center-right>ul {
    display: flex;
    flex-wrap: wrap;
}

.product-center-right>ul li {
    width: 22%;
    margin: 0 1.5% 2.5%;

}

.product-center .flex {
    flex-wrap: wrap;
}

.news-two ul li a {
    display: flex;
    justify-content: space-between;

    font-size: 14px;
    font-family: 微软雅黑;
    font-style: normal;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-two {
    padding-bottom: 50px;
}

.news-two ul li {
    border-bottom: 1px dashed #e3e3e3;
    padding: 8px 0;
    height: 42px;
    margin-top: 2px;
}

.news-two .pagination1 li {
    border: none;
}



.about-p-two {font-size: 16px; line-height: 2;}
.about-p-two img{ max-width: 100% !important; height: auto !important; }
.about-p-two table{width:100% !important; height:auto !important; border-collapse:collapse; border:1px solid #CCCCCC !important;}
.about-p-two table tr td{width:auto !important; height:auto !important; border-collapse:collapse; border:1px solid #CCCCCC !important; padding:4px !important;}

.contact-right-map {
    border: 1px solid #000;
    height: 350px;
}

.contact .flex {
    justify-content: space-between;
}

.contact-right {
    width: 60%;
}

.contact-left-p {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: rgb(0, 0, 0);
    background-color: transparent;
    line-height: 40px;
    text-decoration: none;
    text-align: left;
    visibility: visible;
}

.contact {
    padding-bottom: 50px;
}

.product-center {
    padding: 0 0 50px 0;
}

.news-show {
    width: 100%;
}

.news-show .txt-bt {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    text-align: center;
    padding: 0px 0 4px;
    font-weight: bold;
}

.news-show .txt-date {
    font-size: 14px;
    color: rgb(21, 82, 173);
    text-align: center;
    line-height: 1.08;
    padding-bottom:10px; margin-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}

.news-show .txt-nr {
    line-height: 28px;
    font-size: 13px;
    color: #333;
    padding: 10px 0 30px;
}


.page-show .img img {
    display: block;
    max-width: 100%;
    margin: 20px auto;

}
.page-show .txt{ width: 100%; margin-top: 20px; font-size: 16px; line-height: 2 ; padding-bottom: 30px;}
.page-show .txt img{ max-width: 100% !important; height: auto !important; }

.video ul li {
    width: 47%;
    margin: 1.5%;
}

.video ul li a span {
    font-family: 微软雅黑;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    color: rgb(21, 82, 173);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    display: block;
}

.video ul li a video {
    width: 90%;
    margin-top: 15px;
    height: 320px;
}



.about-son {
    max-width: 870px;
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: rgb(102, 102, 102);
    background-color: transparent;
    line-height: 34px;
    text-decoration: none;
    text-align: left;
    visibility: visible;
    margin-left: 10%;
}

.about-son-text>div:nth-child(1) {

    width: 56%;

}

.about-son-text>div:nth-child(2) {
    width: 40%;
}

.about-son-text>div:nth-child(2)>img {
    width: 100%;
    height: 80%;
}

.about-son-text>div>div {
    margin-top: 30px;
}

.about-son span {
    line-height: 50px;
}

.about-son-text-span {
    margin-bottom: 40px;
}

.about-son .flex {
    flex-wrap: wrap-reverse;
}

.pagination1 {
    display: inline-block;
    padding: 0;
    margin: 0;
}

​.pagination1 li {
    display: inline;

}

.product-center-right .pagination1 {
    margin: 0 auto;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 10px;

}



.pagination1 li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
}

.pagination1 {
    display: flex;
    justify-content: center;
}

.pagination1 li a.active {
    background-color: #4CAF50;
    color: white;
    border-radius: 5px;
}

.pagination1 li a {
    border: 1px solid #eee;
}

.footer {
    background-color: rgb(21, 82, 173);
    padding: 30px 0 15px 0;
}



.footer-nav {
    max-width: 660px;
    margin: 0 auto;
}

.footer-nav ul {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    padding: 45px 0 20px 0;
}

.footer-content {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}


.footer-content-right img {
    max-width: 100%;
}



.footer-content-left {
    width: 41%;
}

.footer-content-left p {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    visibility: visible;
}

.footer-content-left-span span {
    font-family: 微软雅黑;
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 44px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
}

.footer-content-left-span {
    width: 1%;
    position: relative;
}

.footer-content-left-span::before {
    display: block;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #fff;
    position: absolute;
    right: -45px;
    top: 6%;
    height: 76%;
}

.footer-content-left {
    display: flex;
    justify-content: space-between;
}



.footer-content-right {
    display: flex;
    justify-content: space-between;
    width: 30%;
}

.footer-content-right-img1 {
    text-align: center;
	width: 48%;
	height: auto;
	float: left;
}

.footer-content-right-img2 {
    text-align: center;
}

.footer-content-right-img1>p {
    color: #fff;
    margin-top: 5px;
}

.footer-content-right-img2>p {
    color: #fff;
    margin-top: 5px;
}

.footer-nav ul li {
    border-right: 1px solid #fff;
    padding: 0 4px;
    width: 14.28%;
    text-align: center
}

.footer-nav ul .footer-li-none {
    border: none;
}

.footer-buttom {
    background-color: rgb(21, 82, 173);
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 255, 255);
    line-height: 26px;
    text-decoration: none;
    visibility: visible;
    padding: 10px 0;

}

.footer-buttom a {
    color: #FFFFFF !important;
}

.footer-phone form {
    display: none;
}

@media (max-width:1270px) {
    .title>p>span {
        display: none;
    }
}


@media (max-width:1200px) {

    .content,
    .container,
    .footer-content,
    .content-two,
    .wrap {
        max-width: 96%;
    }






}

@media (max-width:1564px) {
    .title>p::before {
        display: block;
        content: "";
        width: 30%;
        height: 1px;
        background-color: rgb(153, 153, 153);
        position: absolute;
        right: 12%;
        top: 58%;
    }

    .title>p::after {
        display: block;
        content: "";
        width: 30%;
        height: 1px;
        background-color: rgb(153, 153, 153);
        position: absolute;
        left: 12%;
        top: 58%;
    }
}

@media (max-width:947px) {
    .title>p::before {
        display: block;
        content: "";
        width: 30%;
        height: 1px;
        background-color: rgb(153, 153, 153);
        position: absolute;
        right: 9%;
        top: 58%;
    }

    .title>p::after {
        display: block;
        content: "";
        width: 30%;
        height: 1px;
        background-color: rgb(153, 153, 153);
        position: absolute;
        left: 9%;
        top: 58%;
    }
}

@media (max-width:682px) {
    .title>p::before {
        display: block;
        content: "";
        width: 30%;
        height: 1px;
        background-color: rgb(153, 153, 153);
        position: absolute;
        right: 7%;
        top: 58%;
    }

    .title>p::after {
        display: block;
        content: "";
        width: 30%;
        height: 1px;
        background-color: rgb(153, 153, 153);
        position: absolute;
        left: 7%;
        top: 58%;
    }
}

@media (max-width:549px) {
    .title>p::before {
        display: block;
        content: "";
        width: 15%;
        height: 1px;
        background-color: rgb(153, 153, 153);
        position: absolute;
        right: 13%;
        top: 58%;
    }

    .title>p::after {
        display: block;
        content: "";
        width: 15%;
        height: 1px;
        background-color: rgb(153, 153, 153);
        position: absolute;
        left: 13%;
        top: 58%;
    }

    .title>.p1::before {
        display: block;
        content: "";
        width: 15%;
        height: 1px;
        background-color: rgb(153, 153, 153);
        position: absolute;
        right: 8%;
        top: 58%;
    }

    .title>.p1::after {
        display: block;
        content: "";
        width: 15%;
        height: 1px;
        background-color: rgb(153, 153, 153);
        position: absolute;
        left: 8%;
        top: 58%;
    }
}

.pagination1 {
    margin-top: 16px;
    margin-bottom: 16px;
}


@media (max-width:769px) {
    .xs-show {
        display: block !important;
    }

    .list-unstyled1 li a {
        font-family: 微软雅黑;
        font-size: 14px;
        color: rgb(255, 255, 255);
        font-weight: normal;
        font-style: normal;
        background-color: rgba(0, 0, 0, 0);
        display: inline-block;
        text-align: center;
        line-height: 39px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .xs-hide {
        display: none !important;
    }

    header>.header-flex>.container>ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .header-flex ul li {
        width: calc(100%/3);
        text-align: center;
        position: relative;
    }

    .list-unstyled li a {
        font-size: 14px;
    }

    .top {
        display: none;
    }



    .banner .swiper-pagination span {
        display: none;
    }

    .banner1-phone {
        display: block;
        padding-top: 35%;
    }

    .banner1 {
        display: none;
    }

    .phone {
        display: block;
    }

    .phone img {
        max-width: 75%;
        justify-content: space-between;
    }

    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }



    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }

    .mobile-footer {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        margin-top: 0;
        z-index: 999;
    }

    .mobile-footer {
        display: block;
    }





    .page-left {
        width: 100%;
    }

    .page-right {
        width: 100%;
    }

    .page-left-img-text {
        display: none;
    }



    .page-left-img img {
        display: none;
    }



    .pro-title-phone-none {
        display: none;
    }

    .pro-ul {
        margin-top: 20px;
    }

    .pro-ul li {
        width: 47%;
        margin: 1.5%;
    }

    .page-pro ul li {
        padding: 1px 0;
    }



    .pro-ul {
        margin: 0;
    }

    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }

    .page {
        padding: 0 10px;
    }





    .page-right .swiper-wrapper .swiper-slide {
        width: 47% !important;
        margin: 1.5%;
    }


    .page-title {
        display: none;
    }


    .pro-title {
        position: relative;
        background-color: rgb(21, 82, 173);
        padding: 5px 0px;
    }

    .page-pro ul li {
        line-height: 40px;
    }

    .pro-title .t1 {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        padding: 10px 10px;
    }

    .pro-title .t2 {
        display: none;
    }

    .pro-title-t2-span1 {
        display: block;
    }


    .page-pro ul {
        display: none;
    }



    .picMarquee-left .bd ul li .pic img {
        width: 130px;
        height: 90px;
        display: block;
        padding: 2px;
        border: 1px solid #ccc;
    }

    .picMarquee-left {
        width: 100%;
        overflow: hidden;
        position: relative;
        border: 1px solid #ccc;
        margin: 0 auto;
    }

    .picMarquee-left-two {
        margin-top: 20px;
    }


    .about-left {
        width: 100%;
    }


    .about-right {
        width: 100%;
    }

    .news>.container>ul>li {
        width: 100%;
    }

    .about-right>a {
        margin: 0 auto;
        margin-top: 0;
    }

    .title {
        padding: 20px 0 10px;
    }


    .news,
    .core,
    .about,
    .hot-sale,
    .product-center,
    .news-show,
    .page-show,
    .contact {
        padding: 0 0 20px 0;
    }

    .product ul li a>.product-p>p {
        font-size: 12px;
    }

    .contact-left-p {
        font-size: 16px;
    }

    .product-p {
        display: none;
    }

    .about {
        margin-top: 20px;
    }

    .about-right-p {
        margin-top: 20px;
        font-size: 14px;
    }

    /* .title>p::before {
        display: none;
    }


    .title>p::after {
        display: none;
    } */

    .about-p {
        margin-left: 0;
        font-size: 14px;
    }

    .about-p {
        padding-bottom: 20px;
    }
    .about-p-two table tr td{width:100% !important; float: left;}
    .product-center-left {
        width: 100%;
    }

    .product-center-right {
        width: 100%;
        margin-top: 20px;
        min-height: 200px;
    }

    .product-center-left ul {
        width: 100%;
        display: none;
    }

    .product-center-left span {
        width: 100%;
    }

    .product-center-right>ul li {
        width: 47%;
        margin: 1.5%;
    }

    .news-two ul li a span {
        font-size: 12px;
    }

    .news-two {
        padding: 0 0 20px 0;
    }

    .contact-right {
        width: 100%;
        margin-top: 20px;

    }

    .contact-right-map {
        height: 250px;
    }

    .product-center-right .frame>span {

        margin-top: 6%;
    }

    .product-center-right .frame {

        padding-bottom: 6%;

    }

    .product ul li a .frame {

        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-size: 14px;

    }

    .video ul li {
        width: 100%;
        margin: 1.5%;
    }

    .video ul li a span {
        font-size: 18px;
    }

    .video ul li a video {
        width: 100%;
        margin-top: 10px;
        height: 250px;
    }

    .core ul li a>span {
        font-size: 14px; line-height: 1.8; font-weight: normal;
    }

    .core ul li {
        width: 47%;
        margin: 1.5%;
    }

    .title>span::after {
        top: 33%;
        width: 8px;
        height: 8px;
    }

    .title>p {
        font-size: 16px;
    }

    .title>span::before {
        top: 33%;
        width: 8px;
        height: 8px;
    }

    .title>span {
        font-size: 18px;
    }

    .about-left video {
        width: 100%;
        height: 240px;
    }

    .about-son {

        font-size: 16px;

        line-height: 20px;
        margin-left: 0;

    }

    .about-son-text-span {
        margin-bottom: 20px;
    }

    .about-son-text>div:nth-child(1) {
        width: 100%;
        margin-top: 10px;
    }

    .about-son-text>div:nth-child(2) {
        width: 100%;
        height: 40%;
    }

    .about-son span {
        line-height: 27px;
    }

    .about-son-text>div>div {
        margin-top: 10px;
    }

    .news>.container>ul>li .news-frame .news-frame-top>span:nth-child(1) {
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .qq-img-box {
        top: 85%;
        right: 5%;
        bottom: 10%;

    }

    .top-nav-right {
        display: none;
    }

    .top-nav-left {
        display: none;
    }

    .top-nav-middle {
        width: 97%;
        margin: 0 auto;
    }

    header .header-flex ul>li>ul>li>a {
        color: #333;
        font-size: 12px;
    }

    .contact {
        padding: 0 0 128px 0;
    }

    .footer {
        background-color: rgb(21, 82, 173);
        padding: 10px 0 30px 0;
    }

    .footer-nav {
        display: none;
    }

    .footer-content {
        display: none;
    }

    .footer-buttom {
        font-size: 10px;
        padding: 10px 35px 35px 35px;
        width: 100%;
        line-height: 20px;

    }

    .footer-phone {
        background-color: #fff;
    }

    .footer-phone form {
        padding: 0 30px 0 30px;
    }

    .footer-phone form input {
        width: 100%;
        margin-bottom: 20px;
        height: 40px;
    }

    .footer-phone form .int2 {
        height: 80px;
    }

    .footer-phone form .int3 {
        background-color: #d9534f;
        color: #fff;
        border: none;
        outline: none;
    }

    .footer-phone form .int3:hover {
        background-color: #d43f3a;
    }


    .footer-phone form {
        display: block;
        border: 1px solid #fff;
    }

    .footer-phone-two {
        display: none;
    }

    footer {
        background-color: #fff;
    }

    .footer-phone form input {
        border: 1px solid #dcdcdc;
    }



}

.menu-list {
  display: block;
  overflow: hidden;
  transition: initial;
  padding: 0 10px;
}
.menu-list>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed #d7d5d5;
  position: relative;
  padding-right: 0px;
}
.menu-list>li:last-child{border-bottom: 0px dashed #d7d5d5;}
.menu-list>li::before {
  content: "";
  width: 30px;
  height: 50px;
  background: url(../images/jaintou.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.menu-list>li>a {
  float: left;
  max-width: 100%;
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  padding: 0 0 0 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-list>li:hover>a,
.menu-list>li.menu-active>a {color:#1552ad;}
.menu-list>li.menu-active::before {
  transform: rotateX(180deg);
}

.menu-child-list {
  display: none;
  width: calc(100% + 0px);
  float: left;
  background-color: #fff;
  border-top: 1px dashed #d7d5d5;
}
.menu-child-list>li {
  width: 100%;
  float: left;
  border-bottom: 1px dashed #d7d5d5;
}
.menu-child-list>li:last-child {border-bottom: 0px dashed #d7d5d5;}
.menu-child-list li a {
  float: left;
  max-width: 100%;
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px !important;
  font-size: 14px !important;
  color: #fff;
  padding-left: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal !important;
  text-indent: 6px;
}
.menu-child-list li a
.menu-child-list>li>a:hover,.menu-child-list>li>a.act { color:#1552ad; }

@media (max-width: 767px){
.menu-list {
    display: none;
  }
  .menu-list>li>a {
    height: 40px;
    line-height: 40px;
  }
  .menu-list>li::before {
    height: 40px;
  }
  .menu-child-list>li>a {
    height: 40px;
    line-height: 40px;
  }

    .mobile-footer .box2{ position: fixed; left: 0; bottom:51px; z-index:112; width: 100%;background: #fff;box-shadow: 0 -2px 4px rgba(0,0,0,.1);padding: 6px 0;display: none;}
    .mobile-footer .box2 img{max-height: 140px;display: block;margin: 0 auto;} 
}

.secondmenu-list {
  width: 100%;
  float: left;
  overflow: hidden;
  transition: initial;
  margin-top: 20px;
  padding-top:20px;
  border-top:1px dashed #999;
}
.secondmenu-list>li {
  float: left;
  margin: 5px;
}
.secondmenu-list>li>a {
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #222;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
  border: 1px solid #ddd; background: #f3f3f3;
}

.secondmenu-list>li:hover>a,
.secondmenu-list>li.menua>a {
  background-color: #0f75bc;
  color: #fff;
}

@media (max-width: 991px) {
  .secondmenu-list>li {
    width: calc(25% - 10px);
  }
  .secondmenu-list>li>a {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .secondmenu-list {
    margin-top: 6px; padding-top:6px;
  }
  .secondmenu-list>li {
    width: 48%;
    padding:1%;
    margin: 3px 0 0 0;
  }
}

.overflow{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-height: initial;display: block;}
.tr2{transition: all .3s;}
.bjcover{background-position: 50% 50%; background-size: cover;}
.main66{padding-top: 60px;padding-bottom: 60px;}
.jiatop{display: flex;justify-content: center;padding-bottom: 30px;overflow: hidden;}
.jiatop span{display: block;padding: 0 18px;font-size: 36px;letter-spacing: 2px;position: relative;}
.jiatop span:after{content: "";width: 888px;height: 1px;background: #ddd;position: absolute;left: 100%;top: 0;bottom: 0;margin: auto 0;}
.jiatop span:before{content: "";width: 888px;height: 1px;background: #ddd;position: absolute;right: 100%;top: 0;bottom: 0;margin: auto 0;}

html .jiamain1{line-height: 1.6;max-width: 100%;overflow: hidden;}
html .jiamain2{line-height: 1.6;max-width: 100%;overflow: hidden;}
html .jiamain3{line-height: 1.6;max-width: 100%;overflow: hidden;}
html .jiamain4{line-height: 1.6;max-width: 100%;overflow: hidden;}
html .jiamain5{line-height: 1.6;max-width: 100%;overflow: hidden;}
html .jiamain6{line-height: 1.6;max-width: 100%;overflow: hidden;}
html .jiamain7{line-height: 1.6;max-width: 100%;overflow: hidden;}
html .jiamain8{line-height: 1.6;max-width: 100%;overflow: hidden;}
html .jiamain9{line-height: 1.6;max-width: 100%;overflow: hidden;}
html .nymain1{line-height: 1.6;max-width: 100%;overflow: hidden;}
html .nymain2{line-height: 1.6;max-width: 100%;overflow: hidden;}
html .nymain3{line-height: 1.6;max-width: 100%;overflow: hidden;}
html .nymain4{line-height: 1.6;max-width: 100%;overflow: hidden;}


.jiamain1 .box{display: flex;justify-content: space-between;}
.jiamain1 .box .zuo{width: 46%;display: flex;justify-content: center;align-items: center;}
.jiamain1 .box .you{width: 50%;}
.jiamain1 .box .you .tt1{font-size: 48px;line-height: 56px;}
.jiamain1 .box .you .tt1 span{display: block;font-size: 30px;line-height:38px;margin-top: 3px;}
.jiamain1 .box .you .tt2{font-size: 16px;color: #444444;margin-top:22px;}
.jiamain1 .box .you .tt3box{display: flex;padding-top: 33px;margin-top: 33px;border-top: 1px solid #ddd;}
.jiamain1 .box .you .tt3{border: 2px solid #1453AD;background: #1453AD;border-radius: 3px;overflow: hidden;display: flex;padding: 10px 15px 10px 70px;position: relative;font-size: 22px;font-weight: bold;line-height: 32px;color: #fff;}
.jiamain1 .box .you .tt3:after{content: "";width: 52px;height: calc(100% - 4px);background: #fff;border-radius: 3px;background: #fff url(../images/dd1.png) no-repeat center center;position: absolute;left: 2px;top: 2px;}
.jiamain1 .box .you .tt3 span{display: block;}
.jiamain1 .box .you .tt3 span:nth-child(2){margin-left: 30px;position: relative;}
.jiamain1 .box .you .tt3 span:nth-child(2):after{content: "";width: 1px;height: 18px;background: rgba(255, 255, 255, .3);position: absolute;left: -15px;top: 0;bottom: 0;margin:auto 0;transform:rotate(20deg)}
.jiamain1 .box .you .tt4{display:flex;align-items: center;font-size: 16px;color: #444444;margin-top: 15px;}
.jiamain1 .box .you .tt4 img{display: block;margin-right: 8px;}


.jiamain2{background: #f7f7f7;}
.jiamain2 .box{font-size: 16px;color: #444;line-height: 1.8;}

.jiamain3 .box{display: flex;justify-content: space-between;flex-wrap: wrap;margin: -10px -5px 0;}
.jiamain3 .box .list{display: block;width: calc(25% - 10px);background: #fff;box-shadow: 0 0 11px rgba(0, 0, 0, .1);margin: 10px 5px 0;border-radius: 11px;overflow: hidden;padding: 38px 30px 33px;text-align: center;position: relative;top: 0;transition: all .3s;cursor: pointer;}
.jiamain3 .box .list .imggg{height: 66px;display: flex;align-items: center;justify-content: center;}
.jiamain3 .box .list .imggg img{max-height: 100%;}
.jiamain3 .box .list .tt{margin-top: 22px;}
.jiamain3 .box .list .tt1{font-size: 28px;line-height: 36px;}
.jiamain3 .box .list .tt2{font-size: 15px;color: #666;margin-top: 15px;}
.jiamain3 .box .list:hover{top: -8px;box-shadow: 0 0 11px rgba(20, 83, 173, .4);}



.jiamain4{background: #f7f7f7;}
.jiamain4 .box{display: flex;margin: -12px -6px 0;overflow: hidden;flex-wrap: wrap;position: relative;min-height: 470px;}
.jiamain4 .box .list{width: calc(33.33% - 12px);margin: 12px 6px 0;position: relative;}
.jiamain4 .box .list:before{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #000 url(../images/bofang.png) no-repeat center calc(50% - 11px)/cover;background-size: 48px!important;opacity: .3;transition: all .3s;}
.jiamain4 .box .list:after{content: "";display: block;padding-top:66%;min-height: 200px;}
.jiamain4 .box .list .tt{position: absolute;left: 0;bottom: 0;font-size: 16px;color: #fff;padding:16px 16px 16px 25px;}

@media (min-width:992px) {
.jiamain4 .box .list:hover:before{opacity: .2;}
.jiamain4 .box .list:nth-child(1){position: absolute;left: 0;top: 0;width: calc(66.66% - 12px);}
.jiamain4 .box .list:nth-child(1):after{height: 452px;padding-top: 0;}
.jiamain4 .box .list:nth-child(1):before{background-size: 110px!important;}
.jiamain4 .box .list:nth-child(1) .tt{font-size: 18px;}
.jiamain4 .box .list:nth-child(2){margin-left: calc(66.66% + 6px);}
.jiamain4 .box .list:nth-child(2):after{padding-top: 0;height: 220px;}
.jiamain4 .box .list:nth-child(3):after{padding-top: 0;height: 220px;}
.jiamain4 .box .list:nth-child(3){margin-left: calc(66.66% + 6px);}
}

.jiamain5 .box{display: flex;flex-wrap: wrap;margin: -30px -15px 0;}
.jiamain5 .box .list{display: block;width: calc(25% - 30px);margin: 30px 15px 0;transition: all .3s;position: relative;top: 0;}
.jiamain5 .box .list .bjcover{padding-top:96%;}
.jiamain5 .box .list .tt{margin-top: 14px;color: #555;font-size: 15px;}
.jiamain5 .box .list:hover{top: -8px;}



.jiamain7 .list .tt2{display: none;}
.jiamain7 .list{background: #F7F7F7;padding: 20px 60px 20px 56px;position: relative;font-size: 18px;line-height: 26px;}
.jiamain7 .list .tt1:after{content: "";width: 28px;height: 28px;background: url(../images/wen.png) no-repeat center center;position: absolute;left: 16px;top:19px;filter: brightness(0) invert(.8);transition: all .3s;}
.jiamain7 .list:nth-child(n+2){margin-top: 10px;}
.jiamain7 .list .tt2{font-size: 15px;color: #707070;padding-top: 11px;line-height: 1.6;}
.jiamain7 .list:after{content: "";height: 2px;width:16px;background: #bbb;position: absolute;right: 20px;top: 32px;transition: all .3s;}
.jiamain7 .list:before{content: "";height: 16px;width:2px;background: #1453AD;position: absolute;right: 27px;top: 25px;transition: all .3s;opacity: 0;}
.jiamain7 .list.active .tt1{color: #1453AD;}
.jiamain7 .list.active .tt1:after{filter: brightness(1) invert(0);}
.jiamain7 .list.active:after{background: #1453AD;}
.jiamain7 .list.active:before{opacity: 1;}



.jiamain8{background: #f7f7f7;}
.lb8{margin: -10px;position: relative;}
.lb8 .list{background: #fff;margin: 10px;box-shadow: 0 0 11px rgba(0, 0, 0, .06);display: block;}
.lb8 .list .imggg{padding-top: 80%;position: relative;}
.lb8 .list .imggg img{display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;max-height: 80%;max-width: 80%;transition: all .3s;}
.lb8 .list .tt{padding: 15px 15px 30px;text-align: center;}
.lb8 .list .tt .tt1{font-size: 18px;}
.lb8 .list .tt .tt2{display: block;font-size: 14px;color: #777;padding-top: 3px;}
.lb8 .list:hover .imggg img{transform: scale(1.08);}
.lb8 .list:hover .tt .tt1{color: #1453AD;}
.lb8 .swiper-button-prev{width: 38px;height: 38px;background: #C3C3C3;border-radius: 50%;color: #fff;left: -66px;}
.lb8 .swiper-button-prev:after{font-size:18px!important}
.lb8 .swiper-button-next:after{font-size:18px!important}
.lb8 .swiper-button-prev:hover{background: #1453AD;}
.lb8 .swiper-button-next{width: 38px;height: 38px;background: #C3C3C3;border-radius: 50%;font-size:18px;color: #fff;right: -66px;}
.lb8 .swiper-button-next:hover{background: #1453AD;}

.jiamain9 .list{display: block;position: relative;border-radius:8px;overflow: hidden;}
.jiamain9 .list .bjcover{padding-top: 60%;transition: all .3s;}
.jiamain9 .list:after{content: "";width: 100%;height: 100%;background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .2),rgba(0, 0, 0, .8));position: absolute;left: 0;top: 0;z-index: 1;opacity: 1;transition: all .3s;}
.jiamain9 .list .tt{position: absolute;left: 0;bottom: 0;font-size: 18px;color: #fff;padding: 18px 10px;text-align: center;text-align: center;z-index: 2;text-align: center;width: 100%;}
.jiamain9 .list:hover .bjcover{transform: scale(1.08);}
.jiamain9 .list:hover:after{opacity: .6;}

@media (max-width:991px) {
    .main66{padding-top: 40px;padding-bottom: 40px;}
    .jiatop{padding-bottom: 20px;}
    .jiatop span{font-size:24px;line-height: 32px;padding: 0 11px;}
    .jiamain1 .box{display: block;}
    .jiamain1 .box .zuo{width: 100%;padding: 0 10% 20px}
    .jiamain1 .box .you{width: 100%;text-align: center;}
    .jiamain1 .box .you .tt1{font-size: 26px;line-height: 30px;}
    .jiamain1 .box .you .tt1 span{font-size: 20px;line-height:26px;margin-top: 2px;}
    .jiamain1 .box .you .tt2{font-size: 14px;margin-top: 14px;}
    .jiamain1 .box .you .tt3box{padding-top:22px;margin-top: 22px;justify-content: center;}
    .jiamain1 .box .you .tt3{padding: 8px 11px 8px 52px;font-size:17px;line-height: 24px;}
    .jiamain1 .box .you .tt3:after{width:40px;background-size: 18px!important}
    .jiamain1 .box .you .tt4{font-size: 15px;justify-content: center;}

    .jiamain2 .box{font-size: 15px;}
    .jiamain3 .box .list{width: calc(50% - 10px);box-shadow:none;padding: 10px 8px;}
    .jiamain3 .box .list .imggg{height: 50px;}
    .jiamain3 .box .list .tt{margin-top: 18px;}
    .jiamain3 .box .list .tt1{font-size: 22px;line-height: 30px;}
    .jiamain3 .box .list .tt2{font-size: 15px;margin-top: 5px;}
    .jiamain3 .box .list:hover{top: 0;box-shadow:none;}

    .jiamain4 .box{min-height: initial;}
    .jiamain4 .box .list{width: calc(50% - 12px);}
    .jiamain4 .box .list:before{background-size: 30px!important;}
    .jiamain4 .box .list:after{min-height: 150px;}
    .jiamain4 .box .list .tt{font-size: 15px;padding:11px 11px 11px 18px;}
  
    .jiamain5 .box{margin: -20px -5px 0;}
    .jiamain5 .box .list{width: calc(50% - 10px);margin: 20px 5px 0;}
    .jiamain5 .box .list .tt{margin-top:8px;font-size: 14px;}
    .jiamain5 .box .list:hover{top: 0;}
    .jiamain7 .list{padding: 16px 40px 16px 44px;font-size: 15px;line-height: 22px;}
    .jiamain7 .list .tt1:after{background-size: 20px!important;left: 10px;}
    .lb8{margin: -6px;}
    .lb8 .swiper{width: calc(100% + 30px);margin-left: -15px;padding: 0 15px;}
    .lb8 .swiper-slide{width: 70%;max-width: 400px;}
    .lb8 .list{margin: 6px;box-shadow: none;border: 1px solid #eee;}
    .lb8 .list .tt{padding: 11px 11px 20px;}
    .lb8 .list .tt .tt1{font-size: 16px;}
    .jiamain9 .list .tt{font-size: 15px;padding: 10px;}

}





.nymain1 .list .tt2{display: none;}
.nymain1 .list{background: #E0E6F0;position: relative;font-size: 18px;line-height: 24px;}
.nymain1 .list .tt1{padding: 16px 110px 16px 25px;position: relative;transition: all .3s;}
.nymain1 .list .tt1:after{content: "显示详情";height: 56px;display: flex;align-items: center;justify-content: left;padding-left: 20px;color: #fff;width: 110px;background: url(../images/dd3.png) no-repeat left center;position: absolute;right: 0;top:0;filter: brightness(0) invert(.6);transition: all .3s;font-size: 14px;}
.nymain1 .list:nth-child(n+2){margin-top: 10px;}
.nymain1 .list .tt2{background: #F7F7F7;padding: 8px 40px;}
.nymain1 .list .tt2 a{display: block;padding: 12px 0;display: flex;align-items: center;font-size: 16px;color: #555;}
.nymain1 .list .tt2 a img{display: block;margin-right: 11px;}
.nymain1 .list .tt2 a:nth-child(n+2){border-top: 1px solid #ddd;}
.nymain1 .list .tt2 a:hover{color: #1453AD;}
.nymain1 .list.active .tt1{color: #fff;background: #1453AD;}
.nymain1 .list.active .tt1:after{filter: brightness(0) invert(1);content: "隐藏详情";}
@media (max-width:991px) {
    .nymain1 .list{font-size:16px;line-height: 22px;}
    .nymain1 .list .tt1{padding: 12px 98px 12px 20px}
    .nymain1 .list .tt1:after{height: 46px;width: 98px;}
    .nymain1 .list .tt2{padding: 8px 20px;}
    .nymain1 .list .tt2 a{padding: 8px 0;font-size: 14px;}
}

.form1box{display: flex;justify-content: space-between;background-color: #E0E0E0;padding: 20px 20px 20px 25px;margin-bottom: 25px;}
.form1box .div1{display: flex;width: 100%;align-items: center;}
.form1box .div1 span{flex-shrink: 0;font-size: 18px;display: block;padding-right: 15px;}
.form1box .div1 select{display: block;margin-right: 30px;width: 100%;height: 40px;background: #fff;border: 1px solid #ddd;font-size: 15px;padding: 0 15px;}
.form1box button{flex-shrink: 0;width: 140px;height: 40px;background: #1453AD;color: #fff;border: 0;display: flex;align-items: center;justify-content: center;transition: all .3s;}
.form1box button img{display: block;margin-right: 11px;}
.form1box button:hover{background: #0a62e6;}
@media (max-width:767px) {
    .form1box{padding:11px 15px;margin-bottom: 18px;display: block;}
    .form1box .div1{margin: 4px 0;}
    .form1box .div1 span{font-size: 15px;padding-right: 4px;width: 80px;}
    .form1box .div1 select{margin: 0;}
    .form1box button{width: 100%;margin-top: 10px;}
}


.form2box{background: #fff;box-shadow: 0 0 11px rgba(0, 0, 0, .1);padding: 35px;text-align: center;margin-bottom: 44px;}
.form2box .div1{font-size: 16px;color: #444;margin-bottom: 20px;}
.form2box form{display: flex;}
.form2box form input{width: calc(90% - 80px);height: 54px;background: #fff;font-size: 18px;color: #222;border: 1px solid #ddd;padding: 0 18px;}
.form2box form button{width: calc(10% + 80px);height: 54px;background: #1453AD;font-size: 18px;color: #fff;border: 0;transition: all .3s;}
.form2box form button:hover{background: #0a62e6;}


.jieguo .div1{font-size: 24px;color: #666;text-decoration: underline;text-align: center;padding-bottom: 18px;}
.jieguo .div2 .aaa{display: flex;margin-bottom: 10px;justify-content: space-between;background-color: #fff;box-shadow: 0 0 11px rgba(0, 0, 0, .06);align-items: center;padding: 0 20px 0 25px;}
.jieguo .div2 .aaa .aaa1{padding: 18px 0;font-size: 16px;display: flex;color: #111;}
.jieguo .div2 .aaa .aaa1 img{display: block;margin-right: 11px;flex-shrink: 0;height: 22px;}
.jieguo .div2 .aaa .aaa2{flex-shrink: 0;width: 100px;height: 34px;background: #F6F6F6;border: 1px solid #ddd;font-size: 16px;color: #444;display: flex;align-items: center;justify-content: center;margin-left: 10px;}
.jieguo .div2 .aaa .aaa2:hover{background: #1453AD;border-color: #1453AD;color: #fff;}
.jieguo .div2 .aaa .aaa1:hover{color: #1453AD;}
@media (max-width:991px) {
    .form2box{box-shadow: none;border: 1px solid #eee;padding: 20px;margin-bottom:30px;}
    .form2box .div1{font-size: 15px;margin-bottom:15px;}
    .form2box form input{width: calc(90% - 70px);height: 44px;font-size: 14px;padding: 0 15px;}
    .form2box form button{width: calc(10% + 70px);height: 44px;font-size: 15px;}


    .jieguo .div1{font-size: 22px;padding-bottom: 14px;}
    .jieguo .div2 .aaa{display: block;box-shadow: none;border: 1px solid #eee;padding:18px;}
    .jieguo .div2 .aaa .aaa1{padding:0;font-size: 15px;}
    .jieguo .div2 .aaa .aaa1 img{height: 18px;margin-top: 4px;width: 18px;}
    .jieguo .div2 .aaa .aaa2{margin: 10px 0 0 28px;height: 30px;font-size: 14px;}


}











