* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font-size: 100%;
    line-height: 22px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
tr,
dl,
dd,
select,
option {
    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 {
    margin: 0;
    padding: 0;
}

li,
img,
input,
em,
select {
    list-style: none;
    border: none;
    font-style: normal;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
}

select::-ms-expand {
    display: none;
}

.img_cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    padding: auto;
}

.img_size {
    background-size: cover;
    background-position: 50% 50%;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.tr {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

input[type=text],
input[type=button],
input[type=submit],
textarea {
    outline: none;
}

header.act {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    animation: searchTop 0.5s ease-in-out !important;
    width: 100%;
    background: #fff;
    visibility: visible !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

@keyframes searchTop {
    0% {
        top: -100px
    }

    to {
        top: 0
    }
}

.pagin {
    position: relative;
    margin: 20px;
    font-size: 14px;
}

.pagin .blue {
    color: #056dae;
    font-style: normal;
}

.pagin .paginList {
    position: absolute;
    right: 12px;
    top: 0;
}

.pagin .paginList .paginItem {
    float: left;
}

.pagin .paginList .paginItem a {
    float: left;
    width: 31px;
    height: 28px;
    border: 1px solid #DDD;
    text-align: center;
    line-height: 30px;
    border-left: none;
    color: #3399d5;
}

.pagin .paginList .paginItem:first-child a {
    border-left: 1px solid #DDD;
}

.pagin .paginList .paginItem:first-child a {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.pagin .paginList .paginItem:last-child a {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.pagin .paginList .paginItem.current,
.pagin .paginList .paginItem.current a {
    background: #f5f5f5;
    cursor: default;
    color: #737373;
}

.pagin .paginList .paginItem:hover {
    background: #f5f5f5;
}

.pagin .paginList .paginItem.more,
.pagin .paginList .paginItem.more a:hover {
    cursor: default;
}

.pagin .paginList .paginItem.more:hover {
    background: #FFF;
}

.pagin .paginList .paginItem.more a {
    color: #737373;
}

.message {
    float: left;
    width: 30%;
    margin-top: 15px;
}

.jlfanye {
    /*float:right;*/
    width: 100%;
}

.jlfanye a {
    padding: 5px;
    border: solid 1px #dedede;
    /*float:left;*/
    min-width: 8px;
    margin: 8px 2px;
    color: #999;
}

.jlfanye a:hover {
    color: #f00;
}

header.act .header-top,
header.act .header-box {
    display: none;
}

header {
    position: relative;
    width: 100%;
    z-index: 9999;
}

.header-top {
    background-color: #f6f6f6;
    line-height: 35px;
    border-bottom: 1px solid #e1e1e1
}

.h-top {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #333;
}

.h-top span a {
    color: #333;
}

.h-top span a:hover {
    color: #d70011;
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.35rem 0;
}

.header-main .logo img {
    max-width: 100%;
    display: block;
}

header .tel {
    background: url(../tel.png) no-repeat left center;
    padding: 1px 0 1px 60px;
}

header .tel p {
    line-height: 18px;
    font-size: 14px;
    color: #333;
}

header .tel b {
    display: block;
    color: #ed1919;
    font-size: 30px;
    line-height: 30px;
    font-family: "Impact";
    font-weight: normal;
}

.header-nav {
    width: 100%;
    background: #1147a0;
}

.nav-ul {
    display: flex;
}

.nav-ul li {
    position: relative;
    width: 16.66%;
}

.nav-ul li .nav_a {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.nav-ul li:hover .nav_a,
.nav-ul li.active .nav_a {
    background: #0c86c6;
    color: #fff;
}

.nav-ul .sub_ul {
    display: none;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    z-index: 999;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.nav-ul .sub_ul li {
    width: 100%;
}

.nav-ul .sub_ul li .nav_a2 {
    font-size: 15px;
    line-height: 40px;
    color: #1d1e20;
    display: block;
    border-bottom: 1px solid #f3f2ee;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-ul li .nav_a2:hover,
.nav-ul li .nav_a2.on {
    color: #0f58b4;
}

/*移动端导航*/
.icon-menu {
    cursor: pointer;
    z-index: 999;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: 0;
    top: 0;
}

.icon-menu span {
    width: 30px;
    height: 3px;
    background: #0c86c6;
    border-radius: 5px;
    display: block;
}

.icon-menu .span02 {
    margin: 5px 0;
}

.icon-menu .span03 {
    width: 22px;
}

.icon-menu.click .span02 {
    width: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.icon-menu.click .span01 {
    position: relative;
    top: 8px;
    transform: rotate(45deg);
}

.icon-menu.click .span03 {
    position: relative;
    top: -8px;
    transform: rotate(-45deg);
    width: 100%;
}


.sjnav {
    width: 50%;
    position: fixed;
    right: 0%;
    z-index: 999;
    display: block;
    transition: all 0.5s;
}

.sjnav ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    right: -100%;
    width: 100%;
    transition: all 0.3s;
    position: absolute;
}

.sjnav li {
    display: block;
    margin: 0;
    padding: 0;
}

.sjnav li a {
    display: block;
    line-height: 44px;
    font-size: 15px;
    color: #fff;
    border-bottom: 1px solid #ddd;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.3s;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0 !important;
    opacity: 0;
}

.sjnav li a:hover,
.sjnav li.active a {
    background: #0c86c6;
    color: #fff;
}

.sjnav.click ul {
    right: 0;
}

.sjnav.click li a {
    transform: translateX(0);
    opacity: 1;
}


/*大图滚动开始*/
.banner {
    position: relative;
}

.ban-img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.banner .swiper-pagination-bullet {
    width: 15px;
    height: 4px;
    opacity: 1;
    border-radius: 2px;
    background: #fff;
}

.banner .swiper-pagination-bullet-active {
    background: #0c86c6
}

.prev-banner,
.next-banner {
    font-size: 30px;
    font-family: "SimSun";
    color: #fff;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    transform: translate(0, -50%);
    margin: 0;
}

.prev-banner {
    left: -50%;
}

.next-banner {
    right: -50%;
}

.banner:hover .prev-banner {
    left: 10px;
}

.banner:hover .next-banner {
    right: 10px;
}

.form-box {
    padding: 20px 0;
}

.form-box .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.form-box .wrap .t1 {
    color: #333;
}

.form-box .wrap .t1 a {
    color: #666;
    margin: 0 10px;
}

.form-box .wrap .t1 a:hover {
    color: #1147a0;
    text-decoration: underline !important;
}

.form-box .wrap form {
    width: 45%;
    display: flex;
    line-height: 40px;
    border-radius: 30px;
    border: 2px solid #e3e3e3;
    background: #f6f6f6;
}

.form-box .wrap form input[type=button] {
    width: 60px;
    background: url(../but.png) no-repeat center center;
    outline: none;
    border-radius: 30px;
    color: #fff;
}

.form-box .wrap form input[type="text"] {
    width: calc(100% - 60px);
    padding-left: 20px;
    outline: none;
    border-radius: 30px 0 0 30px;
    background: transparent;
}

.title {
    text-align: center;
    position: relative;
    padding-bottom: 0.16rem;
}

.title .t1 {
    line-height: 0.44rem;
    font-size: 0.3rem;
    color: #1147a0;
    font-weight: bold;
}

.title .t2 {
    line-height: 0.32rem;
    font-size: 0.2rem;
    color: #e5e5e5;
    font-weight: bold;
    text-transform: uppercase;
}

.title:before {
    content: "";
    display: block;
    width: 0.4rem;
    height: 3px;
    background: #1147a0;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.app {
    background: #f7f7f7;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 0.4rem 0;
}

.swiper-app {
    padding: 0.5rem 0 0.2rem 0;
}

.swiper-app a {
    display: flex;
}

.swiper-app a .pic {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.swiper-app a .pic:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.swiper-app a .txt {
    width: 50%;
    text-align: center;
    padding: 0.33rem 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.swiper-app a .txt .img {
    height: 0.64rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.swiper-app a .txt .img img {
    display: block;
    max-width: 100%;
    transition: 0.5s;
}

.swiper-app a .txt .t1 {
    line-height: 0.34rem;
    font-size: 0.2rem;
    color: #fff;
    font-weight: bold;
    padding-top: 0.12rem;
    width: 100%;
}

.swiper-app a .txt .t2 {
    line-height: 0.23rem;
    font-size: 0.12rem;
    color: #fff;
    font-family: "Arial";
    text-transform: uppercase;
    opacity: 0.25;
    width: 100%;
}

.swiper-app .swiper-slide:nth-child(1) a .txt {
    background: #1147a0;
}

.swiper-app .swiper-slide:nth-child(2) a .txt {
    background: #1292db;
}

.swiper-app .swiper-slide:nth-child(3) a .txt {
    background: #0b9eb4;
}

.swiper-app .swiper-slide:nth-child(4) a .txt {
    background: #10b392;
}

.swiper-app .swiper-slide:nth-child(5) a .txt {
    background: #1a7e3d;
}

.swiper-app .swiper-slide:nth-child(6) a .txt {
    background: #d2af0b;
}

.swiper-app .swiper-slide:nth-child(7) a .txt {
    background: #1147a0;
}

.swiper-app .swiper-slide:nth-child(8) a .txt {
    background: #1292db;
}

.swiper-app .swiper-slide:nth-child(9) a .txt {
    background: #0b9eb4;
}

.swiper-app .swiper-slide:nth-child(10) a .txt {
    background: #10b392;
}

.swiper-app .swiper-slide:nth-child(11) a .txt {
    background: #1a7e3d;
}

.swiper-app .swiper-slide:nth-child(12) a .txt {
    background: #d2af0b;
}

.swiper-app a:hover .img_cover {
    transform: scale(1.1);
}

.swiper-app a:hover .txt .img img {
    transform: rotateY(360deg);
}

.product {
    padding: 0.3rem 0;
}

.product .wrap {
    display: flex;
}

.product .wrap .left {
    width: 275px;
    margin-right: 30px;
}

.s-drop-wrap {
    width: 100%;
    border: 2px solid #1147a0;
}

.s-drop-btn {
    background: #fff;
    line-height: 0.4rem;
    font-size: 0.26rem;
    color: #1147a0;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0.22rem 0 3px 0;
}

.s-drop-btn i {
    font-weight: normal;
    font-style: normal;
    font-family: "Arial";
    font-size: 0.5rem;
    margin-right: 0.1rem;
}

.s-drop-btn em {
    display: block;
    line-height: 0.3rem;
    font-size: 0.2rem;
    font-family: "Arial";
    text-transform: uppercase;
    width: 100%;
}

.s-drop-btn span {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}

.s-drop-btn.act {
    background: #fff;
}

.s-drop-list {
    display: block;
    background: url(../d2.jpg) no-repeat top center, #1147a0;
    padding: 37px 6px 20px 6px;
}

.s-drop-list li {
    padding: 0.15rem 0;
}

.s-drop-list li a {
    display: block;
}

.aside-list-link {
    font-size: 0.18rem;
    color: #333;
    line-height: 0.42rem;
    background: url(../d1.png) no-repeat 35px center, #fff;
    padding-left: 65px;
    border-radius: 30px;
}

.aside-list-link:hover,
.aside-list-link.act {
    color: #333;
}

.s-drop-list li .aside-sublist {
    width: 100%;
    padding: 0 35px;
}

.s-drop-list li:first-child .aside-sublist {
    display: block;
}

.s-drop-list li .aside-sublist li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 0.16rem;
    line-height: 0.45rem;
    border-bottom: 1px dashed #fff;
    padding-left: 24px;
    position: relative;
}

.s-drop-list li .aside-sublist li a::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    ;
}

.s-drop-list li .aside-sublist li a:hover,
.s-drop-list li .aside-sublist li a.act {
    color: #fff;
    font-weight: bold;
}

.product .wrap .right {
    width: calc(100% - 305px);
}

.pro-bt {
    font-weight: bold;
    font-size: 0.2rem;
    color: #e5e5e5;
    text-transform: uppercase;
    line-height: 0.6rem;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
    margin-bottom: 0.22rem;
}

.pro-bt b {
    font-size: 0.3rem;
    color: #1147a0;
    padding: 0 0.12rem;
}

.pro-bt:before {
    content: "";
    display: block;
    width: 1.4rem;
    height: 2px;
    background: #1147a0;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.product .wrap .right ul {
    display: flex;
    flex-wrap: wrap;
    margin: -1%;
}

.product .wrap .right ul li {
    width: 31.333%;
    margin: 1%;
}

.product .wrap .right ul li a {
    display: block;
}

.product .wrap .right ul li a .pic {
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #e7e7e7;
}

.product .wrap .right ul li a .pic::before {
    content: "";
    display: block;
    padding-top: 80%;
}

.product .wrap .right ul li a .pic img {
    display: block;
    max-width: 100%;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
}

.product .wrap .right ul li a .txt {
    margin-top: 5px;
    width: 100%;
    line-height: 0.4rem;
    text-align: center;
    font-size: 0.14rem;
    color: #333;
    box-shadow: 0 0 0 1px #e7e7e7;
    background: #fff;
}

.product .wrap .right ul li a:hover .img_cover {
    transform: scale(1.1);
}

.product .wrap .right ul li a:hover .txt {
    background: #1147a0;
    color: #fff;
}


.index-box {
    background: #f7f7f7;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 0.5rem 0;
}

.index-box .wrap {
    display: flex;
    justify-content: space-between;
}

.index-box .wrap .box {
    width: 48%;
}

.index-box .wrap .box .pic {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.index-box .wrap .box .pic:before {
    content: "";
    display: block;
    padding-top: 53%;
}

.index-box .wrap .box .txt {
    border: 1px solid #dedede;
    background: #fff;
    font-size: 0.16rem;
    color: #333;
    line-height: 0.3rem;
    padding: 0.1rem;
    margin-top: 6px;
    height: 2.62rem;
    overflow: hidden;
}

.index-box .wrap .box .txt .t1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

.index-box .wrap .box .txt .t2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.index-box .wrap .box .txt .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-box .wrap .box .txt .list a {
    width: 49%;
    line-height: 0.48rem;
    text-align: center;
    display: block;
    font-size: 0.2rem;
    color: #fff;
    margin-bottom: 2%;
    transition: 0.5s
}

.index-box .wrap .box .txt .list a:nth-child(1) {
    background: #1147a0;
}

.index-box .wrap .box .txt .list a:nth-child(2) {
    background: #1292db;
}

.index-box .wrap .box .txt .list a:nth-child(3) {
    background: #0b9eb4;
}

.index-box .wrap .box .txt .list a:nth-child(4) {
    background: #10b392;
}

.index-box .wrap .box .txt .links {
    position: relative;
}

.index-box .wrap .box .txt .links a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    position: relative;
    padding: 0 0.15rem 0 0.3rem;
}

.index-box .wrap .box .txt .links a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #1147a0;
    border-radius: 50%;
    position: absolute;
    left: 0.15rem;
    top: 50%;
    transform: translateY(-50%);
}

.index-box .wrap .box .txt .links a em {
    font-size: 0.14rem;
    color: #999;
}

.index-box .wrap .box .txt .links a:hover {
    color: #1147a0;
}

.index-box .wrap .box .txt .links a:hover span {
    text-decoration: underline !important;
}

.partner {
    padding: 0.4rem 0;
}

.swiper-partner {
    padding: 0.4rem 0;
}

.swiper-partner a {
    display: block;
    border: 1px solid #dedede;
    position: relative;
    overflow: hidden;
    background: #fff;
    transition: all 0.5s;
}

.swiper-partner a:before {
    content: "";
    display: block;
    padding-top: 39%;
}

.swiper-partner a:hover {
    border-color: #1147a0;
}

.swiper-partner a:hover .img_cover {
    transform: scale(1.1);
}

footer {
    background: #f6f6f6;
}

.foot-box {
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0 0 0;
}

.foot-box .left {
    width: 350px;
}

.foot-box .left img {
    display: block;
    max-width: 100%;
}

.foot-box .left h5 {
    font-size: 16px;
    color: #1147a0;
    line-height: 38px;
    padding-top: 0.2rem;
}

.foot-box .left .tel {
    line-height: 0.44rem;
    font-size: 0.3rem;
    color: #1147a0;
    font-family: "Impact"
}

.foot-box .left .tel span {
    font-size: 0.16rem;
}

.foot-box .left .ewm {
    padding: 0.15rem 0;
    display: flex;
}

.foot-box .left .ewm .ewm-box {
    width: 100px;
    text-align: center;
}

.foot-box .left .ewm .ewm-box+.ewm-box {
    margin-left: 0.22rem;
}

.foot-box .left .ewm .ewm-box img {
    width: 100%;
}

.foot-box .left .ewm .ewm-box span {
    display: block;
    line-height: 0.28rem;
    font-size: 0.14rem;
    color: #333;
}

.foot-box .right {
    width: calc(100% - 400px)
}

.foot-box .right dl {
    float: left;
    width: 19.3333%;
    padding: 0 2%;
}

.foot-box .right dl dt {
    line-height: 0.6rem;
    border-bottom: 1px solid #d1d1d1;
    font-size: 0.2rem;
    color: #1147a0;
    position: relative;
    padding-left: 0.1rem;
    margin-bottom: 0.16rem;
}

.foot-box .right dl dt:before {
    content: "";
    display: block;
    width: 1rem;
    height: 1px;
    background: #1147a0;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.foot-box .right dl dd {
    min-height: 1.56rem;
}

.foot-box .right dl dd a {
    display: block;
    line-height: 0.26rem;
    font-size: 0.14rem;
}

footer a {
    color: #333;
}

footer a:hover {
    text-decoration: underline !important;
    color: #1147a0;
}

.foot-txt {
    padding: 0.15rem 0;
    font-size: 0.14rem;
    color: #fff;
    text-align: center;
    background: #1147a0;
    margin-top: -0.3rem;
}

.foot-txt a {
    color: #fff;
}

.foot-txt a:hover {
    color: #fff;
}

/**/
.page {
    position: relative;
    min-height: 6rem;
    padding-bottom: 0.4rem;
}

.page-bt {
    font-weight: bold;
    font-size: 0.24rem;
    color: #1147a0;
    text-transform: uppercase;
    line-height: 0.52rem;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    margin-bottom: 0.15rem;
}

.page-bt a{
    color: #1147a0;
}

.page-bt span {
    position: relative;
    margin-right: 8px;
}

.page-bt span:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #1147a0;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.pro-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.pro-ul li {
    width: calc(100% / 3);
    padding: 0.35rem 0;
}

.pro-ul li a {
    display: flex;
    flex-wrap: wrap;
}

.pro-ul li a .pic {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.pro-ul li a .pic:before {
    content: "";
    display: block;
    padding-top: 76%;
}

.pro-ul li a .txt {
    width: 50%;
    padding: 0 0.15rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.pro-ul li a .txt .t1 {
    width: 100%;
    line-height: 0.3rem;
    font-size: 0.2rem;
    color: #333;
    text-align: center;
}

.pro-ul li a .txt .t2 {
    width: 80%;
    line-height: 0.28rem;
    text-align: center;
    font-size: 0.14rem;
    color: #1147a0;
    border: 2px solid #1147a0;
    border-radius: 30px;
    margin-top: 0.14rem;
}

.pro-ul li a:hover .img_cover {
    transform: scale(1.1);
}

.pro-ul li a:hover .txt .t2 {
    background: #1147a0;
    color: #fff;
}

.pro-ul2 {
    display: block;
}

.pro-ul2 li {
    width: 100%;
    margin-top: 0.26rem;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    padding: 0.12rem;
}

.pro-ul2 li a {
    display: flex;
    color: #333;
}

.pro-ul2 li a .pic {
    width: 2.9rem;
    position: relative;
    overflow: hidden;
}

.pro-ul2 li a .pic:before {
    padding-top: 69%;
    display: block;
    content: "";
}

.pro-ul2 li a .txt {
    width: calc(100% - 2.9rem);
    padding: 0 0.1rem 0 0.2rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.pro-ul2 li a .txt .txt-bt {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.pro-ul2 li a .txt .txt-bt .t1 {
    font-size: 0.2rem;
    font-weight: bold;
}

.pro-ul2 li a .txt .txt-nr {
    line-height: 0.3rem;
    font-size: 0.16rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100%;
}

.pro-ul2 li a h5 {
    width: 100%;
    text-align: right;
}

.pro-ul2 li a h5 span {
    display: inline-block;
    width: 125px;
    line-height: 30px;
    font-size: 14px;
    color: #1147a0;
    background: #fff;
    text-align: center;
    transition: 0.5s;
    border-radius: 30px;
    border: 2px solid #1147a0;
}

.pro-ul2 li:hover .img_cover {
    transform: scale(1.1);
}

.pro-ul2 li:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.pro-ul2 li:hover .txt-bt .t1 {
    color: #1147a0;
}

.pro-ul2 li:hover h5 span {
    background: #1147a0;
    color: #fff;
}

.pro-show {
    padding: 0.25rem 0;
    position: relative;
}

.show-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.box-left {
    width: 40%;
}

.gallery-top {
    width: 100%;
    position: relative;
    box-shadow: 0 0 8px #ccc;
}

.gallery-top .swiper-slide::before {
    content: "";
    display: block;
    padding-top: 73%;
}

.gallery-thumbs {
    width: 100%;
    margin: 10px auto 0 auto;
}

.gallery-thumbs .swiper-slide {
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide::before {
    content: "";
    display: block;
    padding-top: 73%;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.prev-thumbs,
.next-thumbs {
    font-size: 22px;
    color: #fff;
    width: 24px;
    height: 100%;
    background: #1147a0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    z-index: 99;
    outline: none;
}

.prev-thumbs {
    left: 0px;
}

.next-thumbs {
    right: 0px;
}

.show-top .content {
    width: 56%;
}

.show-top .content .t1 {
    font-size: 0.2rem;
    color: #1147a1;
    font-weight: bold;
    line-height: 0.22rem;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0.15rem;
}

.show-top .content .t2 {
    font-size: 0.16rem;
    color: #333;
    line-height: 0.3rem;
    font-weight: bold;
    padding: 0.2rem 0 0.1rem 0;
    ;
}

.show-top .content .t3 {
    font-size: 0.16rem;
    color: #333;
    line-height: 0.35rem;
}

.show-top .content a {
    display: block;
    width: 1.8rem;
    line-height: 0.44rem;
    text-align: center;
    border-radius: 30px;
    background: #ff8a00;
    font-size: 0.2rem;
    color: #fff;
    margin-top: 0.25rem;
}

.show-top .content a:hover {
    background: #1147a1;
}

.show-bot {
    padding: 0.5rem 0 0 0;
}

.show-bot .tabs {
    display: flex;
    background: #e8e8e8;
}

.show-bot .tabs a {
    display: block;
    width: 1.65rem;
    line-height: 0.5rem;
    font-size: 0.2rem;
    color: #333;
    text-align: center;
}

.show-bot .tabs a:hover,
.show-bot .tabs a.on {
    background: #1147a0;
    color: #fff;
}

.show-bot .txt-box {
    position: relative;
}

.show-bot .txt-box .txt {
    padding: 0.15rem 0;
}

.show-bot .txt-box .txt .t1 {
    line-height: 0.58rem;
    font-size: 0.16rem;
    color: #1147a0;
    font-weight: bold;
}

.show-bot .txt-box .txt .t2 {
    line-height: 0.36rem;
    font-size: 0.16rem;
    color: #333;
}

.show-bot .txt-box .txt img {
    display: block;
    max-width: 100%;
}

.page .swiper-app {
    padding: 0.35rem 0 0.2rem 0;
}

.case-box2 .page-bt span {
    color: #333;
}

.case-box2 .page-bt span:before {
    display: none;
}

.case-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}

.case-ul li {
    width: 23%;
    margin: 1%;
}

.case-ul li a {
    display: block;
}

.case-ul li a .pic {
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #e7e7e7;
}

.case-ul li a .pic::before {
    content: "";
    display: block;
    padding-top: 80%;
}

.case-ul li a .pic img {
    display: block;
    max-width: 100%;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
}

.case-ul li a .txt {
    margin-top: 5px;
    width: 100%;
    line-height: 0.4rem;
    text-align: center;
    font-size: 0.18rem;
    color: #333;
    box-shadow: 0 0 0 1px #e7e7e7;
    background: #fff;
}

.case-ul li a:hover .img_cover {
    transform: scale(1.1);
}

.case-ul li a:hover .txt {
    background: #1147a0;
    color: #fff;
}

.case-ul1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}

.case-ul1 li {
    width: 23%;
    margin: 1%;
}

.case-ul1 li a {
    display: block;
}

.case-ul1 li a .pic {
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #e7e7e7;
}

.case-ul1 li a .pic::before {
    content: "";
    display: block;
    padding-top: 40%;
}

.case-ul1 li a .pic img {
    display: block;
    max-width: 100%;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
}

.case-ul1 li a .txt {
    margin-top: 5px;
    width: 100%;
    line-height: 0.4rem;
    text-align: center;
    font-size: 0.18rem;
    color: #333;
    box-shadow: 0 0 0 1px #e7e7e7;
    background: #fff;
}

.case-ul1 li a:hover .img_cover {
    transform: scale(1.1);
}

.case-ul1 li a:hover .txt {
    color: #333;
}

.about-tabs {
    display: flex;
    padding: 0.1rem 0;
    margin-left: -5px;
}

.about-tabs a {
    display: block;
    width: 1.45rem;
    line-height: 0.38rem;
    text-align: center;
    font-size: 0.2rem;
    color: #333;
    margin: 6px;
    border: 2px solid #1147a0;
    border-radius: 30px;
}

.about-tabs a:hover,
.about-tabs a.on {
    background: #1147a0;
    color: #fff;
}


.news-ul li {
    width: 100%;
    margin-top: 0.26rem;
}

.news-ul li a {
    display: flex;
    color: #333;
}

.news-ul li a .pic {
    width: 3.2rem;
    position: relative;
    overflow: hidden;
}

.news-ul li a .pic:before {
    padding-top: 68%;
    display: block;
    content: "";
}

.news-ul li a .txt {
    width: calc(100% - 3.2rem);
    padding: 0 0.1rem 0 0.2rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.news-ul li a .txt .txt-bt {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0.2rem 0 0 0;
}

.news-ul li a .txt .txt-bt .t1 {
    font-size: 0.2rem;
    font-weight: bold;
}

.news-ul li a .txt .txt-nr {
    line-height: 0.3rem;
    font-size: 0.16rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100%;
}

.news-ul li a h5 {
    width: 100%;
    text-align: right;
}

.news-ul li a h5 span {
    display: inline-block;
    width: 125px;
    line-height: 30px;
    font-size: 14px;
    color: #1147a0;
    background: #fff;
    text-align: center;
    transition: 0.5s;
    border: 2px solid #1147a0;
}

.news-ul li:hover .img_cover {
    transform: scale(1.1);
}

.news-ul li:hover {
    transform: translateY(-5px);
}

.news-ul li:hover .txt-bt .t1 {
    color: #1147a0;
}

.news-ul li:hover h5 span {
    background: #1147a0;
    color: #fff;
}

.news-show {
    width: 100%;
    text-align: center;
    padding: 0.2rem 0;
    min-height: 5rem;
}

.news-show img {
    max-width: 100%;
    margin: 1% auto;
}

.news-show .txt-bt {
    display: block;
    line-height: 42px;
    font-size: 22px;
    color: #333;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0.1rem;
}

.news-show .txt-nr {
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #444;
    text-align: left;
}

.news-show .txt-date {
    display: block;
    line-height: 35px;
    font-size: 12px;
    color: #999;
    margin-top: 2%;
    text-align: right;
}



.hzhbxxs {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.hzhb-slid1e {
    width: 18%;
    box-sizing: border-box;
    margin: 5px 0;
    border: 1px solid #888888;
    text-align: center;
}

.hzhb-slid1e a p {
    color: #333;
    line-height: 4;
}

.hzhb-slid1e img {
    width: 100%;
}

.pro-ul222 li {}


.ckgssg {
    display: block;

    width: 100%;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
}



/*手机底部*/
.hot {
    display: none;
    width: 100%;
    height: 58px;
    background: #191919;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    border-top: solid 2px #fff;
}

.hot span {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    display: block;
}

.hot h6 {
    font-size: 12px;
    line-height: 20px;
}

.hot .row .decoration {
    display: block;
    color: #fff;
    padding: 7px 0;
}

.dbbox {
    position: fixed;
    left: 0;
    bottom: 70px;
    z-index: 99;
    width: 100%;
}

.dbbox .dbs {
    position: relative;
    padding: 0 15px;
    display: none;
}

.dbbox .dbs .neirong {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

.dbbox .dbs.ewm-box {
    text-align: center;
}

.dbbox .dbs.ewm-box img {
    max-width: 140px;
}

.view-wecht-icon {
    position: relative;
}

.view-wecht-icon a {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #191919;
}

.view-wecht-icon button {
    position: relative;
    z-index: 2;
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
}

.view-wecht-icon input {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    width: 40px;
    height: 40px;
    opacity: 0;
}

.view-wecht-box {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.view-wecht-box .view-wecht {
    position: absolute;
    left: 5%;
    right: 5%;
    top: 50%;
    margin-top: -150px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    transform: scale(1.2);
    transition: all 0.3s;
}

.view-wecht-box .view-wecht .view-wecht-container {
    padding: 30px 30px 0 30px;
    font-size: 12px;
}

.view-wecht-box .view-wecht .view-wecht-container .mc {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    font-weight: bold;
}

.view-wecht-box .view-wecht .view-wecht-container .textbox {
    margin-bottom: 15px;
    font-size: 12px;
    color: #333;
    line-height: 18px;
}

.view-wecht-box .view-wecht .view-wecht-container .textbox span {
    font-family: 'Impact';
    font-size: 14px;
}

.view-wecht-box .view-wecht .view-wecht-container .queren {
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: -38px;
    border: 1px solid #fff;
    transform: translateX(-50%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.view-wecht-box .view-wecht .view-wecht-container img {
    display: block;
    max-width: 150px;
    margin: 2% auto;
}

.view-wecht-box.active {
    visibility: visible;
    opacity: 1;
}

.haoma {
    width: 100%;
    background-color: #f5f5f5;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999999;
    overflow: hidden;
    display: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.haoma a,
.haoma .quxiao {
    display: block;
    background-color: #fff;
    line-height: 44px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}

.haoma .quxiao {
    margin-top: 6px;
    border-top: 1px solid #ddd;
}

.haoma .quxiao:hover,
.haoma a:hover {
    background: #ddd;
}

.foot-bbj {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 999;
}

.page-idmap {
    display: flex;
    align-items: center;
}

.page-idmap #allmap {
    width: 50%;
    height: 400PX;
}

#allmap{
    font-size: 14px;
}

.page_lxlist div {
    margin: 40px;
}

.page_lxlist div img {
    margin: 0 15px 0 0;
}

.about {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 5px auto;
}

.about-con {
    width: 42%;
    float: left;
}

.about-con h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 30px;
}

.about-edit {
    font-size: 15px;
    color: #666;
    line-height: 2em;
}

.about-edit p,
.about-edit div {
    font-size: 15px;
    color: #666;
    line-height: 2em;
}

.about-con .more {
    display: inline-block;
    font-size: 14px;
    color: #197abb;
    line-height: 25px;
    padding-right: 20px;
    background: url(../img/arrow3.png) no-repeat right center;
    margin-top: 20px;
}

.about-img {
    width: 50%;
    float: right;
    background: url(../img/about_bg.png) no-repeat right bottom;
    box-sizing: border-box;
    padding: 0 30px 30px 0;
}

.about-img img {
    max-width: 100%;
}

.delighter.top.started {
    transform: none;
    opacity: 1;
}

.delighter.top.started {
    transform: none;
    opacity: 1;
}

.about .bigtit {
    background: url(../big-tit2.png) no-repeat center center;
}

.delighter.top {
    transform: translatey(-30%);
    opacity: 0;
    transition: all .75s ease-out;
}

.bigtit {
    font-size: 28px;
    color: #555;
    line-height: 28px;
    text-align: center;
    opacity: 0;
    margin: 80px auto 50px auto;
}

.cppic {
    display: none;
}

.clikclass {
    cursor: pointer;
}

.foot-txt {
    margin-top: 30px;
}

.szise{
    display: flex !important;
    justify-content: space-between;
}
.szise>div{
    width: 48%;
}

@media (max-width:1200px) {
    .wrap {
        width: 96%
    }

    .ban-img {
        object-fit: initial
    }

    .pro-ul222 li,
    .hzhb-slid1e {
        width: 48% !important;
    }

    .szise{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .szise div{
        width: 100%;
    }

}

@media (max-width:991px) and (min-width:768px) {
    .product .wrap {
        display: block;
    }

    .product .wrap .left {
        width: 100%;
        margin: 0;
    }

    .s-drop-btn {
        justify-content: flex-start;
        text-align: left;
        padding: 10px;
    }

    .s-drop-list {
        display: none;
        background: #0848b2;
    }

    .product .wrap .right {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .foot-box .right dl {
        width: 50%;
    }

    .foot-txt {
        margin: 0;
    }

    .pro-ul li {
        width: 50%;
    }

    .page-bt {
        font-size: 20px;
    }

    .pro-ul222 li,
    .hzhb-slid1e {
        width: 48% !important;
    }
}

@media (max-width:767px) {

    .pro-ul222 li,
    .hzhb-slid1e {
        width: 48% !important;
    }

    .about-con {
        width: 95%;
        margin: 0 auto;
        float: none;
    }

    .about-img {
        width: 98%;
        float: none;
        margin: 0 auto;
        background: url(../img/about_bg.png) no-repeat right bottom;
        box-sizing: border-box;
        padding: 0 0 30px 0;
    }

    header.act .header-box {
        display: block;
    }

    .header-main {
        padding: 15px 0;
    }

    .header-main .logo {
        width: 300px;
    }

    .product .wrap {
        display: block;
    }

    .product .wrap .left {
        width: 100%;
        margin: 0;
    }

    .s-drop-btn {
        justify-content: flex-start;
        text-align: left;
        padding: 10px;
    }

    .s-drop-list {
        display: none;
        background: #0848b2;
    }

    .product .wrap .right {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .product .wrap .right ul li {
        width: 48%;
    }

    .index-box .wrap {
        display: block;
    }

    .index-box .wrap .box {
        width: 100%;
    }

    .index-box .wrap .box+.box {
        padding-top: 10px;
    }

    .index-box .wrap .box .txt {
        font-size: 14px;
        line-height: 24px;
        height: initial;
    }

    .index-box .wrap .box .txt .links a {
        line-height: 32px;
    }

    .swiper-partner {
        padding: 0.4rem 0 0 0;
    }

    .foot-box .right dl {
        display: none;
    }

    .foot-box .left img {
        display: none;
    }

    .foot-box {
        padding: 0 0 15px 0;
    }

    .foot-box h6 {
        font-size: 13px;
        padding-top: 10px;
    }

    .foot-txt {
        margin: 0;
    }

    .page-bt {
        font-size: 14px;
    }

    .pro-ul li {
        width: 100%;
        padding: 15px 0;
    }

    .pro-ul2 li a .pic {
        width: 130px;
    }

    .pro-ul2 li a .txt {
        padding: 0 0 0 10px;
        width: calc(100% - 130px);
    }

    .pro-ul2 li a .txt .txt-bt .t1 {
        font-size: 15px;
    }

    .pro-ul2 li a .txt .txt-nr {
        line-height: 20px;
    }

    .news-ul li a .pic {
        width: 130px;
    }

    .news-ul li a .txt {
        padding: 0 0 0 10px;
        width: calc(100% - 130px);
    }

    .news-ul li a .txt .txt-bt .t1 {
        font-size: 15px;
    }

    .news-ul li a .txt .txt-nr {
        line-height: 20px;
    }

    .news-ul li a .txt .txt-bt {
        padding: 0;
    }

    .show-top {
        display: block;
    }

    .box-left {
        width: 100%;
    }

    .show-top .content {
        width: 100%;
        padding-top: 15px;
    }

    .case-ul li {
        width: 48%;
    }

    .about-tabs {
        flex-wrap: wrap;
    }

    .about-tabs a {
        width: 31.33%;
        margin: 1%;
        font-size: 13px;
    }

    .news-show img {
        /* max-width: 30%; */
        height: auto;
        margin: 1% auto;
    }

    .page-idmap {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .page-idmap #allmap {
        width: 100%;
        height: 30vh;
    }


}

@media (max-width:567px) {}

@media (max-width:336px) {}