* {
    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;
}

.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;
}

.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;
}

header.act {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    animation: searchTop 0.5s ease-in-out;
    width: 100%;
    background: #fff;
}

@keyframes searchTop {
    0% {
        top: -100px
    }

    to {
        top: 0
    }
}

.address {
    padding: 80px 0;
}

.szy-map img {
    width: 100%;
    border: 4px solid #0367af;
}

input {
    outline: none;
}

.szy-row {
    margin-top: 10px;
}

.szy-input-1 {
    width: 100%;
    border: 1px solid #cacaca;
    padding: 14px;
}

.szy-input-2 {
    width: 100%;
    border: 1px solid #0367af;
    padding: 14px;
    background-color: #0367af;
    color: #fff;
}

/* 标题 */
.zy-top .zy-top-bt {
    font-size: 24px;
    color: #0573b6;
    text-align: center
}

.zy-top {
    text-align: center;
}

.home-box {
    color: #696969;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.home-box .home {
    color: #696969;
    font-size: 16px;

}

.szy-about {
    text-align: center;
    color: #696969;
    font-size: 16px;
    line-height: 30px;
}
.szy-about video{
    max-width: 98%;
	height: 420px;
	margin: 0 auto;
}

/* 产品 */
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 0px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding-top: 70%;
    transition: all 0.6s;
    position: relative;
}

.szy-cp-box {
    border: 1px solid #ebebeb;
    overflow: hidden;

}

.zd-cp {
    padding: 3px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    padding: 70px 40px;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    background-color: rgba(30, 119, 172, .8);
}

.thumbnail:hover .zd-cp {
    display: block;
}

.zd-cp h4 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.zd-cp .zd-cp-hidden {
    display: block;
    padding: 12px 15px;
    border: 1px solid #fff;
    color: #fff;
}

.zd-cp-hidden .pull-right {
    line-height: 20px;
    color: #6ac334;
}

.szy-see {
    text-align: center;
}

.szy-see a {
    padding: 10px 35px;
    border: 1px solid #fff;
    background-color: #0367af;
    line-height: 125px;
    color: #fff;
}

/* .thumbnail:hover {
    transform: scale(1.1);
} */
.caption p {
    text-align: center;
}

/* 售后 */
.szy-sh {
    text-align: center;
    padding: 47px 20px 70px 20px;
}

.szy-sh1 {
    background: url("../imgs/bg3.png") no-repeat;
    background-size: 100% 100%;
    transition: all 0.6s;
}

.szy-sh2 {
    background: url("../imgs/bg4.png") no-repeat;
    background-size: 100% 100%;
    transition: all 0.6s;
}

.szy-sh3 {
    background: url("../imgs/bg5.png") no-repeat;
    background-size: 100% 100%;
    transition: all 0.6s;
}

.szy-sh4 {
    background: url("../imgs/bg3.png") no-repeat;
    background-size: 100% 100%;
    transition: all 0.6s;
}

.szy-sh1:hover,
.szy-sh2:hover,
.szy-sh3:hover,
.szy-sh4:hover {
    background: url("../imgs/bg6.png") no-repeat;
    background-size: 100% 100%;

}

.szy-sh-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.szy-sh-photo {
    margin-bottom: 38px;
}

.szy-over {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.szy-sh-h {
    width: 35px;
    height: 4px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

/* 成功案例 */
.success-bg {
    background-color: #fff;
    padding: 20px 20px;
    text-align: left !important;

}

.success-bg .succ-top {
    font-size: 14px;
    color: #000;
}

.succsee-box {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.succ-left {
    width: 80%;
    display: block;
    padding: 10px;
    border: 1px solid #a0a0a0;
    color: #a0a0a0;
    transition: all 0.4s;
}

.succ-right {
    width: 18%;
    display: block;
    padding: 10px;
    color: #ff6c00;
    border: 1px solid #a0a0a0;
    text-align: center;
    font-size: 18px;
    transition: all 0.4s;
}

.succsee-box:hover .succ-left,
.succsee-box:hover .succ-right {
    background-color: #ff6c00;
    color: #fff;
}

/* 新闻中心 */
.news-szy span {
    display: block;
    color: #000000;
}

.news-n-szy {
    padding: 25px 0;
    border-bottom: 1px dashed #b6b6b6;
}

.news-szy-n-title span {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000
}

.szy-news-see {
    text-align: right;
    margin-top: 15px;
}

.news-n-szy:hover .click-news {
    background-color: #ff6c00;
}

.szy-news-see .click-news {
    padding: 10px 15px;
    background-color: #0573b6;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.4s;
}

.news-szy-n-title2 span {
    font-size: 12px;
    color: #878787;
    line-height: 20px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gg {
    background-color: #0367af;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.gg a,
.talk a {
    color: #fff;
}

.talk {
    background-color: #ff6c00;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.new-tit-box {
    background-color: #f4f4f4;
    padding: 10px 15px;
}

.news-szy {


    margin-top: 20px;
}

/* 人才招聘 */
.switch {
    text-align: left;
    cursor: pointer;
    height: 20px;
    line-height: 20px;
}

.text1 {
    padding: 3px;
}



.content {
    /* width: 596px; */
    /* height: 430px;
    min-height: 430px; */
    margin: 0 auto;
    /* border: 2px solid #AAAA00; */
    border-top: none;
    background-color: #FFFFFF;
    overflow: hidden;
}

.toggle {
    /* width: 450px; */
    margin: 20px auto;
}
.szy-ren-add,
.szy-num{
    font-size: 18px;
    font-weight: normal;
}
.szy-g{
    color: #d2d2d2;
}
.toggle dl dt {
    /* background: #F4FFF4 url('images/bg_toggle_up.gif') no-repeat scroll 8px 14px; */
    /* height:70px; */
    /* width: 450px; */
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
   
    cursor: pointer;
    /* margin: 8px 0; */
    /* padding-left: 25px; */
    display: block;
  
}
.toggle dl{
    border-top:1px solid #d2d2d2;
    border-bottom:1px solid #d2d2d2;
    padding: 50px 0;
}
/* .toggle dl dt.current {
    background: #F4FFF4 url('images/bg_toggle_down.gif') no-repeat scroll 8px 14px;
} */

.toggle dl dd {
    padding-left: 10px;
    line-height: 24px;
}
.toggle h1{
    font-weight: bold;
}
.toggle dl dd h2 {
    font-size: 15px;
    color: #458ac1;
}

.toggle dl dd ul {
    padding-bottom: 12px;
}

.toggle dl dd ul li {
    list-style: decimal inside none;
}








header {
    position: relative;
    width: 100%;
    z-index: 9999;
}

.header-top {
    line-height: 36px;
    background: linear-gradient(top, #fff, #f1f1f1);
    background: -webkit-linear-gradient(top, #fff, #f1f1f1);
    background: -moz-linear-gradient(top, #fff, #f1f1f1);
    background: -o-linear-gradient(top, #fff, #f1f1f1)
}

.h-top {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #5e5e5e;
}

.h-top span a {
    font-size: 12px;
    font-family: "SimSun";
    color: #5e5e5e;
}

.h-top span a:hover {
    color: #d70011;
}

.header-top{overflow: hidden; border-bottom: 1px solid #ededeb;}
.header-top .language{float: right; overflow: hidden; padding-left: 30px; background: url(../images/language_icon.png) no-repeat left center; background-size: 20px;}
.header-top .language a{float: left; font-size: 14px; color: #333; line-height: 30px; margin-right: 15px; font-weight: bold;}
.header-top .language a:last-child{margin-right: 0;}
.header-top .language a:hover{color: var(--main-color); font-weight: bold;}

.header-box {
    margin-top: 1px;
    border-top: 1px solid #f1f1f1;
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 0.38rem 0; */
}

.logo img {
    max-width: 100%;
    display: block;
}

header .tel {
    /* background: url(../images/tel.png) no-repeat left center; */
    padding-left: 62px;
}

header .tel p {
    line-height: 22px;
    font-size: 13px;
    color: #434343;
    text-align: right;
}

header .tel b {
    display: block;
    color: #424242;
    font-size: 30px;
    line-height: 33px;
    font-family: "Impact";
}

.header-nav {
    width: 100%;
    /* background: url(../images/nav-bj.jpg) no-repeat 50% 50%; */
    background-size: cover;
    background-color: #0573b6;
}

.nav-ul {
    display: flex;
}

.nav-ul li {
    position: relative;
    width: 12%;
}

.nav-ul li .nav_a {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    background: url(../imgs/nav-shu.png) no-repeat right center;
}

.nav-ul li:hover .nav_a,
.nav-ul li.active .nav_a {
    color: #fff;
    background-color: #ff6c00;
}

.nav-ul .sub_ul {
    display: none;
    width: 100%;
    position: absolute;
    padding: 0;
    z-index: 999;
    background: #0054aa;
    box-shadow: 0 5px 10px #333;
}

.nav-ul .sub_ul li {
    width: 100%;
    padding: 5px;
}

.nav-ul .sub_ul li .nav_a2 {
    font-size: 13px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    display: block;
}

.nav-ul li .nav_a2:hover,
.nav-ul li .nav_a2.on {
    background: #019542;
    color: #fff;
}

/*移动端导航*/
.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: #0054aa;
    border-radius: 5px;
    display: block;
}

.icon-menu .span02 {
    margin: 5px 0;
}

.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);
}

.sjnav {
    width: 100%;
    position: absolute;
    right: 0%;
    z-index: 9999;
    display: none;
    background: rgba(44, 44, 44, 0.8) none repeat scroll 0 0 !important;
}

.sjnav ul {
    padding: 0;
    margin: 0;
}

.sjnav li {
    display: block;
    margin: 0;
    padding: 0;
}

.sjnav li a {
    display: block;
    line-height: 44px;
    font-size: 15px;
    color: #fff;
    padding: 0 66px;
    border-bottom: 1px solid #ddd;
}

.sjnav li a:hover,
.sjnav li.active a {
    background: #0054aa;
    color: #fff;
}

/*大图滚动开始*/
.banner {
    position: relative;
}

.ban-img {
    display: block;
    max-width: 100%;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    border-radius: 2px;
    background: #fff;
}

.swiper-pagination-bullet-active {
    background: #0367af
}

.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;
}

section {
    display: flex;
    border-bottom: 7px solid #e3e3e3;
    align-items: center;
    justify-content: space-between;
    padding: 0.22rem 0.25rem 0.3rem 0.25rem;
    position: relative;
    z-index: 9;
    margin-top: -60px;
    background: #fff;
}

section .txt {
    line-height: 0.38rem;
    font-size: 0.18rem;
    color: #333;
}

section .txt b {
    display: block;
    line-height: 0.42rem;
    font-size: 0.24rem;
    color: #0054aa;
    font-weight: bold;
}

section .form-box .links {
    display: flex;
    padding: 0.16rem 0;
    font-size: 0.14rem;
    color: #333;
}

section .form-box .links a {
    display: block;
    color: #333
}

section .form-box form {
    display: flex;
    border: 1px solid #d8d8d8;
    line-height: 0.3rem;
    font-size: 14px;
    color: #333;
}

section .form-box form input[type=text] {
    width: calc(100% - 45px);
    padding-left: 10px;
    outline: none;
}

section .form-box form input[type=button] {
    width: 45px;
    background: url(../images/but.png) no-repeat center center, #0054aa;
    border-left: 1px solid #d8d8d8;
    outline: none;
}

section .tel {
    text-align: right;
    background: url(../images/tel2.png) no-repeat left center;
    padding-left: 56px;
    font-size: 0.14rem;
    color: #333;
    letter-spacing: 5px;
}

section .tel b {
    display: block;
    font-size: 0.28rem;
    color: #0054aa;
    padding-top: 0.2rem;
    letter-spacing: 0px;
}

.title {
    text-align: center;
}

.title .t1-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.title .t1-box b {
    display: block;
    line-height: 0.44rem;
    font-size: 0.42rem;
    color: #0054aa;
    margin-right: 0.17rem;
}

.title .t1-box .t1 {
    line-height: 0.23rem;
    color: #0054aa;
    font-size: 0.18rem;
    text-align: left;
}

.title .t1-box .t1 span {
    display: block;
    line-height: 0.21rem;
    color: #d4d4d4;
    font-size: 0.19rem;
    text-transform: uppercase;
    font-family: "Impact";
    letter-spacing: 3px;
}

.title .t2 {
    font-size: 0.14rem;
    color: #a2a2a2;
    padding-top: 0.16rem;
}

.product {
    padding: 0.5rem 0;
}

/**/
.page {
    padding: 0.5rem 0;
    display: flex;
    flex-wrap: wrap;
}

.page-left {
    width: 270px;
    margin-right: 30px;
}

.s-drop-wrap {
    width: 100%;
}

.s-drop-btn {
    /* background: url(../images/bt-bj.jpg) no-repeat 50% 50%; */
    background-size: cover;
    line-height: 0.56rem;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding: 10px 0 20px 10px;
    background-color: #0573b6;
}

/* .s-drop-btn i::before {
    width: 0.4rem;
    height: 2px;
    background: #ececec;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
} */

.s-drop-btn span {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}

.s-drop-btn i {
    display: block;
    text-transform: uppercase;
    font-style: normal;
    font-family: 'Times New Roman';
    font-size: 12px;
    /* padding-bottom: 0.17rem; */
    line-height: 0.3rem;
    position: relative;
}

/* .s-drop-btn.act {
    background: url(../images/bt-bj.jpg) no-repeat 50% 50%;
    background-size: cover;
} */

.s-drop-list {
    display: block;
    border: 1px solid #ddd;
    /* padding: 0 0.24rem; */
}

.s-drop-list li a {
    display: block;
}

.aside-list-link {
    font-size: 16px;
    color: #333;
    line-height: 0.53rem;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 0.37rem;
    /* background: url(../images/d1.jpg) no-repeat 5px center; */
}

.aside-list-link:hover,
.aside-list-link.act {
    color: #fff;
    background-color: #0573b6;
}

.s-drop-list li:last-child .aside-list-link {
    border-bottom: none;
}

.s-drop-list li .aside-sublist {
    width: 100%;
    display: none;
    background: #019542;
    padding: 0.14rem 0.18rem;
}

.s-drop-list li:first-child .aside-sublist {
    display: block;
}

.s-drop-list li .aside-sublist li a {
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding-left: 25px;
    position: relative;
}

.s-drop-list li .aside-sublist li a i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 13.5px;
    border: 1px solid #fff;
    transition: 0.5s;
    position: absolute;
    left: -35px;
    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;
}

.s-drop-list li .aside-sublist li a:hover i,
.s-drop-list li .aside-sublist li a.act i {
    left: 0;
}

.page-left .lxfs {
    width: 100%;
    height: 70px;
    position: relative;
    margin-top: 0.1rem;
    padding: 30px 0;
}

.page-left .lxfs .tel {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
}

.page-left .lxfs .tel .t1 {
    line-height: 0.3rem;
    font-size: 0.16rem;
    color: #333;
    /* padding-left: 30px; */
    padding: 10px 0;
    border: 1px solid #cfcfcf;
}

.page-left .lxfs .tel .t2 {
    line-height: 0.38rem;
    font-size: 0.3rem;
    color: #005dc4;
    font-family: "Impact";
}

.page-right {
    width: calc(100% - 300px);
}

.page-bt {
    border: 1px solid #ddd;
    font-size: 14px;
    color: #999;
    padding-right: 25px;
    line-height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(top, #fff, #ebebeb);
    background: -webkit-linear-gradient(top, #fff, #ebebeb);
    background: -moz-linear-gradient(top, #fff, #ebebeb);
    background: -o-linear-gradient(top, #fff, #ebebeb);
}

.page-bt span {
    display: block;
    width: 130px;
    text-align: center;
    border-right: 1px solid #ddd;
    background: #0573b6;
    font-size: 18px;
    color: #fff;
}

.page-bt a {
    color: #999;
}

.page-bt a:hover {
    color: #0573b6;
}

.pro-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
    padding: 0.15rem 0;
}

.pro-ul li {
    width: 31.33%;
    margin: 1%;
}

.pro-ul li a {
    display: block;
}

.pro-ul li a .pic {
    border: 1px solid #ddd;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.pro-ul li a .pic:before {
    content: "";
    display: block;
    padding-top: 75%;
}

.pro-ul li a .txt {
    display: flex;
    justify-content: space-between;
    align-content: center;
    border: 1px solid #ddd;
    border-top: none;
    padding-left: 5%;
    font-size: 0.16rem;
    color: #333;
    line-height: 0.43rem;
}

.pro-ul li a .txt span {
    width: .49rem;
    height: 0.43rem;
    background: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.pro-ul li a .txt span i {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 0.2rem;
    border-radius: 50%;
}

.pro-ul li a:hover .img_cover {
    transform: scale(1.1);
}

.pro-ul li a:hover .txt span {
    background: #0054aa;
}

.pro-hot {
    margin: 0.2rem 0 0 0;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
}

.pro-hot .pic {
    width: 54%;
    position: relative;
    overflow: hidden;
}

.pro-hot .pic:before {
    content: "";
    display: block;
    padding-top: 80%;
}

.pro-hot .content {
    width: 46%;
    color: #1f1f1f;
    padding-right: 0.4rem;
}

.pro-hot .content .t1 {
    font-size: 0.14rem;
    margin-bottom: 0.2rem;
}

.pro-hot .content .t1 b {
    font-size: 0.24rem;
    margin-right: 10px;
}

.pro-hot .content .t2 {
    display: flex;
}

.pro-hot .content .t2 span {
    margin-right: 5px;
    width: 0.6rem;
    line-height: 0.2rem;
    background: #019542;
    border-radius: 30px;
    text-align: center;
    font-size: 0.14rem;
    color: #fff;
}

.pro-hot .content .t3 {
    font-size: 0.14rem;
    padding: 0.2rem 0;
}

.pro-hot .content .t4 {
    width: 1.25rem;
    line-height: 0.3rem;
    text-align: center;
    background: #0054aa;
    font-size: 0.14rem;
    color: #fff;
}

/* .about {
    background: url(../imgs/bg.jpg) no-repeat 50% 50%;
    background-size: cover;
} */

.about .wrap {
    display: flex;
    align-items: center;
}

.about-left {
    width: 440px;
    padding-bottom: 0.35rem;
}

.about-left .bt {
    position: relative;
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.31rem;
    background: url(../images/bt.png) no-repeat left center;
    padding: 0.9rem 0 0.98rem 0.2rem;
}

.about-left .bt b {
    display: block;
    font-size: 0.3rem;
    line-height: 0.43rem;
}

.about-left .left-box {
    padding: 0.6rem 0 0 0;
}

.about-left .left-box .txt {
    width: 235px;
    height: 83px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding-left: 22px;
    color: #fff;
    background: #019542;
    margin-bottom: 0.3rem;
}

.about-left .left-box .txt .t1 {
    line-height: 29px;
    font-size: 0.2rem;
    font-weight: bold;
}

.about-left .left-box .txt .t2 {
    line-height: 29px;
    font-size: 0.14rem;
    font-family: "Arial";
    opacity: 0.5;
}

.about-left .left-box .txt:nth-child(even) {
    background: #0054aa
}

.about-left .left-box .txt:hover {
    transform: translateX(10px);
}

.about-right {
    width: calc(100% - 440px);
}

.about-right video {
    width: 100%;
    height: 4rem;
}

.about-right .content {
    color: #fff;
    margin: 0.2rem 0 0 0;
}

.about-right .content b {
    display: block;
    line-height: 0.7rem;
    font-size: 0.3rem;
}

.about-right .content .t1 {
    font-size: 0.16rem;
    line-height: 0.3rem;
}

.about-right .content .t1 a {
    color: #fff;
}

.about-right .content .t1 a:hover {
    color: #fff;
    text-decoration: underline !important;
}

.reasons {
    padding: 90px 0 50px 0;
}

/* .reasons .wrap {
    display: flex;
} */

.reasons .wrap img {
    display: block;
    max-width: 100%;
}

.reasons-main {
    margin-left: 0.7rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.reasons-main .bt .t1 {
    line-height: 0.54rem;
    font-size: 0.48rem;
    color: #005dc4;
    font-weight: bold;
}

.reasons-main .bt .t2 {
    line-height: 0.6rem;
    font-size: 0.4rem;
    color: #182993;
}

.reasons-main .bt .t3 {
    line-height: 0.38rem;
    font-size: 0.2rem;
    color: #222;
    letter-spacing: 19px;
}

.reasons-main .txt-box {
    display: flex;
    align-items: center;
}

.reasons-main .txt-box .number {
    width: 0.94rem;
    height: 0.94rem;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Impact";
    font-size: 0.6rem;
    color: #dadada;
}

.reasons-main .txt-box .txt {
    padding-left: 0.35rem;
    width: calc(100% - 0.94rem);
}

.reasons-main .txt-box .txt .t1 {
    line-height: 0.46rem;
    font-size: 0.2rem;
    font-weight: bold;
    color: #333;
}

.reasons-main .txt-box .txt .t2 {
    line-height: 0.28rem;
    font-size: 0.14rem;
    color: #333;
}

.reasons-main .txt-box:hover {
    transform: translateY(-10px);
}

.hengfu {
    background: url(../images/bj2.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.hengfu img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

/* 优秀客户 */
.lb7 {padding-top: 50px;}
.lb7 .list{display: block;line-height:69px;height: 70px;border: 1px solid #ddd;text-align: center;font-size: 0;transition: all .2s;}
.lb7 .list img{max-height: 88%;max-width: 90%;}
.lb7 .list:hover{border-color: #11489d;}

.case {
    padding: 0 0 110px 0;
}

.swiper-case {
    padding: 0.5rem 0 0 0;
}

.swiper-case a {
    display: block;
    border: 1px solid #ddd;
    padding: 0.28rem
}

.swiper-case a .pic {
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #fff;
}

.swiper-case a .pic:before {
    content: "";
    display: block;
    padding-top: 72%;
}

.swiper-case a .txt {
    font-size: 0.18rem;
    text-align: center;
    font-weight: bold;
    line-height: 0.28rem;
    padding-top: 0.22rem;
}

.swiper-case a:hover {
    background: #0054aa
}

.swiper-case a:hover .txt {
    color: #fff;
    background: #0054aa;
}

.swiper-case a:hover .img_cover {
    transform: scale(1.1);
}

/* .news {
    background: url(../images/bj3.jpg) repeat;
    position: relative;
    padding: 0.75rem 0;
} */

/* .news::before {
    content: "";
    display: block;
    width: 100%;
    height: 0.16rem;
    background: #0054aa;
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 0;
} */

.news-main {
    /* margin: 0.5rem 0 0 0; */
    background: #fff;
    padding: 0.4rem;
    display: flex;
    justify-content: space-between;
}

.news-bt {
    background-color: #fff;
    padding: 0.1rem 0.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-bt b {
    display: flex;
    align-items: center;
    font-size: 0.18rem;
    color: #0367af;
}

.news-bt b img {
    display: block;
    max-width: 100%;
    margin-right: 0.11rem;
}

.news-bt a {
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    color: #0054aa;
}

.news-bt a img {
    display: block;
    max-width: 100%;
    margin-left: 0.11rem;
}

.news-left {
    width: 73%;
    border: 1px solid #ececec;
    padding: 0 20px 30px 20px;
    /* background-color: #f4f4f4; */
}

.news-left ul {
    display: block;
}

.news-left ul li {
    /* margin-top: 0.4rem; */
    transition: 0.5s;
}

.news-left ul li a {
    display: flex;
    color: #333;
}

.news-left ul li a .pic {
    width: 2.4rem;
    position: relative;
    overflow: hidden;
}

.news-left ul li a .pic:before {
    padding-top: 68%;
    display: block;
    content: "";
}

.news-left ul li a .txt {
    width: calc(100% - 2.4rem);
    padding: 0 0 0 0.3rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}

.news-left ul li a .txt .txt-bt {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}

.news-left ul li a .txt .txt-nr {
    line-height: 0.24rem;
    font-size: 0.14rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100%;
    color: #999;
}

.news-left ul li a h5 {
    width: 95px;
    line-height: 26px;
    font-size: 12px;
    color: #333;
    background: #e5e5e5;
    text-align: center;
    transition: 0.5s;
}

.news-left ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;
}

.news-left ul li:hover h5 {
    background: #0054aa;
    color: #fff;
}

.news-right {
    width: 25%;
    border: 1px solid #ececec;
}

.faq-txt {
    padding: 10px 10px 10px 10px;
    border-bottom: 1px dashed #b6b6b6;
    display: block;
}

.faq-txt .t1 {
    font-size: 14px;
    color: #333;
    line-height: 0.25rem;
    display: flex;
    align-items: center;
}

.faq-txt .t1 span {
    display: block;
    width: 19px;
    line-height: 19px;
    background: #0367af;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
}

.faq-txt b {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: calc(100% - 19px);
    font-size: 0.16rem;
}

.faq-txt .t2 {
    font-size: 12px;
    color: #979797;
    line-height: 0.25rem;
    display: flex;
    align-items: flex-start;
    margin-top: 12px;
}

.faq-txt .t2 span {
    display: block;
    width: 19px;
    line-height: 19px;
    background: #ff6c00;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
    margin-top: 4px;
}

.faq-txt .t2 b {
    font-size: 0.13rem;
    font-weight: normal;
}

.faq-txt:hover .t2 b {
    text-decoration: underline !important;
}

.product-show {
    padding: 0.2rem 0;
}

.product-show .t1 {
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 30px;
}

.product-show img {
    display: block;
    max-width: 100%;
    margin: 15px auto;
}

.product-show .t2 {
    font-size: 14px;
    color: #666;
}

.news-ul {
    display: block;
    padding: 0.2rem 0;
}

.news-ul li {
    width: 100%;
    margin-bottom: 0.2rem;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    padding: 0.15rem;
}

.news-ul li a {
    display: flex;
    color: #333;
}

.news-ul li a .pic {
    width: 2rem;
    position: relative;
    overflow: hidden;
}

.news-ul li a .pic:before {
    padding-top: 71%;
    display: block;
    content: "";
}

.news-ul li a .txt {
    width: calc(100% - 2rem);
    padding: 0 0.1rem 0 0.2rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}

.news-ul li a .txt .txt-bt {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.news-ul li a .txt .txt-bt .t1 {
    font-size: 18px;
    font-weight: bold;
}

.news-ul li a .txt .txt-bt .t2 {
    font-size: 12px;
}

.news-ul li a .txt .txt-nr {
    line-height: 22px;
    font-size: 0.14rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
}

.news-ul li a h5 {
    width: 100px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    background: #c5c5c5;
    text-align: center;
    transition: 0.5s;
}

.news-ul li:hover .img_cover {
    transform: scale(1.1);
}

.news-ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;
}

.news-ul li:hover .txt-bt .t1 {
    color: #0054aa;
}

.news-ul li:hover h5 {
    background: #0054aa;
    color: #fff;
}

.news-show {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.news-show img {
    display: block;
    max-width: 100%;
    margin: 2% auto;
}

.news-show .txt-bt {
    display: inline-block;
    line-height: 42px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.news-show .txt-nr {
    display: block;
    line-height: 30px;
    font-size: 14px;
    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;
}

.page-contact img {
    max-width: initial;
}



.szy-footer {
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
    border-top: 1px solid #7b7b7b;
    border-bottom: 1px solid #7b7b7b;
}

.szy-footer li a,
.szy-footer li {
    color: #fff;
}

.szy-foote-2 {
    padding: 65px 0 0 0;
    display: flex;
    justify-content: space-around;
}

.szy-foote-tel span {
    color: #fff;
}

.szy-foote-tel span b {
    font-size: 24px;
}

footer {
    background: #343434;
    padding: 50px 0;
}

.foot-box {
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0;
}

.foot-box dl dt {
    font-weight: bold;
    line-height: 30px;
    font-size: 0.16rem;
    color: #fff;
    margin-bottom: 0.2rem;
}

.foot-box dl dt span {
    display: block;
    text-transform: uppercase;
    font-size: 0.22rem;
    font-family: "Arial";
    opacity: 0.2;
}

.foot-box dl dd {
    line-height: 30px;
    font-size: 14px;
    color: #888;
}

.foot-box dl dd a {
    color: #888;
    display: block;
}

.foot-box dl dd .foot-nav {
    display: flex;
    flex-wrap: wrap;
}

.foot-box dl dd:hover {
    color: #fff;
}

.foot-box dl:nth-child(1) {
    width: 199px
}

.foot-box dl:nth-child(1) dd a {
    width: 50%;
}

.foot-box dl:nth-child(1) dd a:nth-child(even) {
    text-align: right;
}

.foot-box dl:nth-child(2) {
    width: 225px
}

.foot-box dl:nth-child(2) dd a:first-child {
    width: 100%;
}

.foot-box dl:nth-child(2) dd a {
    width: 50%;
}

.foot-txt {
    background-color: #000000;
    font-size: 0.14rem;
    color: #888;
    text-align: center;
    border-top: 1px solid #4d4d4d;
}

.foot-txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot-txt i {
    cursor: pointer;
    width: 0.32rem;
    height: 0.32rem;
    background-color: #0054aa;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.2rem;
    color: #fff;
}

.foot-txt a {
    color: #888;
}

footer a:hover {
    text-decoration: underline !important;
    color: #fff !important;
}



/*手机底部*/
.hot {
    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 div a {
    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;
}


@media (max-width:1200px) {
    .wrap {
        width: 96%
    }

    section .txt {
        display: none;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .page-left {
        width: 100%;
        margin: 0;
    }

    .s-drop-btn i br,
    .s-drop-list {
        display: none;
    }

    .page-right {
        width: 100%;
    }

    .pro-hot .content {
        width: 50%;
        padding: 0 2%;
    }

    .product {
        padding: 0.4rem 0 0 0;
    }

    .about {
        padding: 20px 0;
        background: #0054aa;
    }

    .about .wrap,
    .news-main {
        display: block;
    }

    .about-left {
        display: none;
    }

    .about-right {
        width: 100%;
    }

    .reasons-main {
        margin: 0;
    }

    .news-left {
        width: 100%;
    }

    .news-right {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .foot-box dl {
        padding: 0 1%;
    }

    .foot-box dl:nth-child(1) {
        width: 250px;
    }

}

@media (max-width:767px) {
    .header-main {
        
        padding: 12px 0;
    }
    .success-bg {
        padding: 10px 10px;
    }
    .new-hidden a:nth-child(5),
    .new-hidden a:nth-child(6),
    .new-hidden a:nth-child(7),
    .new-hidden a:nth-child(8) {
        display: none;
    }

    .szy-over {
        font-size: 12px;
    }

    .szy-sh {
        padding: 8px 5px 8px 5px;
    }

    .logo {
        width: 300px;
    }

    .title .t1-box b {
        font-size: 20px;
    }

    .title .t2 {
        padding: 0;
        line-height: 18px;
    }


    .page-left {
        width: 100%;
        margin: 0;
    }

    section,
    .pro-hot,
    .s-drop-btn i br,
    .s-drop-list,
    .pro-ul li a .txt span {
        display: none;
    }

    .s-drop-btn {
        padding: 10px 0 5px 20px;
    }

    .s-drop-btn i {
        font-size: 16px;
        padding-bottom: 5px;
    }

    .pro-ul li {
        width: 48%;
    }

    .pro-ul li a .txt {
        text-align: center;
        padding: 0;
        display: block;
    }

    .page-right {
        width: 100%;
    }

    .pro-hot .content {
        width: 50%;
        padding: 0 2%;
    }

    .product {
        padding: 0.4rem 0 0 0;
    }

    /* .about {
        padding: 20px 0;
        background: #0054aa;
    } */

    .about .wrap,
    .news-main {
        display: block;
    }

    .about-left {
        display: none;
    }

    .about-right {
        width: 100%;
    }

    .reasons-main {
        margin: 0;
    }

    .news-left {
        width: 100%;
    }

    .news-right {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .foot-box dl {
        padding: 0 1%;
    }

    .foot-box dl:nth-child(1) {
        width: 250px;
    }

    .reasons,
    .page,
    .case {
        padding: 20px 0;
    }

    .reasons-main .bt {
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }

    .reasons-main .bt .t1 {
        font-size: 20px;
    }

    .reasons-main .bt .t2 {
        font-size: 18px;
        line-height: 26px;
    }

    .reasons-main .bt .t3 {
        font-size: 15px;
        letter-spacing: 0px;
        ;
    }

    .news {
        padding: 40px 0 20px 0;
    }

    .news-main {
        padding: 2%;
    }

    .news-left ul li a .pic {
        width: 130px;
    }

    .news-left ul li a .txt {
        width: calc(100% - 130px);
        padding-left: 10px;
    }

    .news-left ul li a .txt .txt-bt {
        font-size: 14px;
    }

    .news-left ul li a .txt .txt-nr {
        font-size: 12px;
    }

    .foot-box dl dt {
        margin: 0;
    }

    .news-ul li {
        padding: 5px;
    }

    .news-ul li a .pic {
        width: 130px;
    }

    .news-ul li a .txt {
        width: calc(100% - 130px);
    }

    .news-ul li a .txt .txt-bt .t1 {
        font-size: 16px;
    }

    .news-ul li a .txt .txt-nr {
        font-size: 13px;
    }

    .swiper-case a {
        padding: 2%;
        text-align: left;
    }

    .swiper-case a .txt {
        padding-top: 5px;
    }
	.lb7 {
    padding-top: 5px;
}
	.szy-about video{
    max-width: 100%;
	height: 300px;
	margin: 0 auto;
}
}

@media (max-width:567px) {}

@media (max-width:467px) {}

@media (max-width:376px) {}

@media (max-width:336px) {}