* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
   
    line-height: 22px;
    font-family: "Microsoft YaHei";
}
input{
    outline: none;
}

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,

input,
em,
select {
    list-style: none;
    border: none;
    font-style: normal;
}
.about-n .about-n-txt .all-dd img{
	margin:0 25% !important;
}
a {
    text-decoration: none !important;
    cursor: pointer !important;
}
img{
    max-width: 100%;
}
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;
}
/* .about-n .about-txt span{
	text-align: left;
} */
.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;
}
.news-s{
    font-size: 16px;
    line-height: 30px;
}
.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
    }
}

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

.header-top {
    line-height: 36px;
    background-color: #32a110;
}

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

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

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

.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;
}
.logo{
    display: flex;
    justify-content: space-around;
}
header .tel {
    background: url(../img/phone.jpg) no-repeat left center;
    padding-left: 62px;
}
.logo-right{
    padding-left: 10px;
    margin-top:48px
}
.logo-right-1{
    font-size: 18px;
    line-height: 30px;
}
.logo-right-2{
color: #c8c8c8;
}
header .tel p {
    line-height: 22px;
    font-size: 13px;
    color: #434343;
    
}

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

.header-nav {
    width: 100%;
    position: relative;
    background-size: cover;
}

.nav-ul {
    display: flex;
    /* margin-left: 20%; */
  
}
.header-nav .wrap{
    position: relative;
}
.nav-ul li {
    
    width: 9%;
    
}

.nav-ul li .nav_a {
    display: block;
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 40px;
    text-align: center;
   
}
.nav-ul li .gu-one{
    color: #fff;
    background-color: #32a110;
    border-bottom: 1px dashed #b3dca7;
    position: relative;
}
.nav-ul li:hover .nav_a,
.nav-ul li.active .nav_a {
    color: #fff;
    background-color: rgb(50, 161, 16);
}

.nav-box{
    width:210px;
    height:335px;
    background-color: rgb(50, 161, 16); 
    position: absolute ;
    top:0;
    left:0px;
   
}

.nav-box .nav-txt{
    width: 210px;
    height: 42px;
    text-align: center;
    /* border-top: 1px dashed #ebf4e9;  */
    border-bottom: 1px dashed #ebf4e9; 
    
}
.nav-du{
    width: 210px;
    height: 42px;
    text-align: center;
    font-size: 14px;
    color: #fefefe;
    line-height: 42px;
    border-bottom: 1px dashed #ebf4e9; 
}
.nav-box .nav-txt .nav-txt-one,.nav-txt-two{
    font-size: 14px;
    color: #fefefe;
    line-height: 42px;
}
/* .nav-box .nav-txt .nav-txt-two{
   float: right;
 
} */
.nav-box .nav-nr .nav-du{
    height: 40px;
    line-height: 40px;
}
.nav-ul .sub_ul {
    display: none;
    width: 100%;
    position: absolute;
    padding: 0;
    z-index: 999;
    background: #ffffff;
    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;
}
/* 左边定位导航栏 */
.nav-du{
    position: relative;
}
.nav-txt-right{
    width: 818px;
    height:396px;
    position:absolute;
    top:42px;
    left:210px;
    padding-left:38px;
    padding-top:24px;
    display: none;
    background: url(../img/index_03.png);
    font-size:14px;
    transition: all 0.6s;  
    z-index: 88888;
}
.nav-txt-two{
    display: none;
    transition: all 0.6s;  
}
.nav-nr:hover .nav-txt-two{
    display:block;
    float: right;
    margin-right: 20px;
    width: 10px;
    height: 42px;
    
}
.nav-nr:hover .nav-txt-right{
    display: block;
   
}
.nav-txt-one{
    position: relative;
}
.left_title{
    width: 80px;
    height: 215px;
    border-right: 1px solid #e5e5e5;
    float: left;
    font-weight: bold;
    line-height: 16px;
}
.right_title{
    width: 670px;
    height: 215px;
    padding-left: 20px;
    float: left;
}
.right_title ul li{
    width: 650px;
    height: 27px;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 12px;
    line-height: 16px;
}
.right_title ul li span{
    padding-bottom: 10px;
    padding-left: 30px;
}
.right_title a{
    color:#646464;
}
/*移动端导航*/
.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: 99999999999;
    display: none;
    background: #32a110
}

.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:50%;
    background: #fff;
}

.swiper-pagination-bullet-active {
    background: #019542
}

.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 .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 {
  
    display: flex;
    flex-wrap: wrap;
}

.page-left {
   width: 28%;
   margin-right:2%;
}

.s-drop-wrap {
    width: 100%;
}
.tel span{
    line-height: 30px;
}
.s-drop-btn {
   
    background-color: #26a6e2;
    /* line-height: 0.56rem; */
    
    color: #fff;
    font-weight: bold;
    position: relative;
    padding: 0.25rem 0 0.2rem 0.2rem;
    text-align:center;

}
.page-right {
    width:69%;
}

.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);
    margin-bottom: 30px;
}

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

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

.page-bt a:hover {
    color: #0054aa;
}

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


.zhece{
    margin-top: 30px;
}

/* .s-drop-btn i::before {
    width: 0.4rem;
    height: 2px;
    background: #ececec;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
} */
.s-drop-btn h4{
    font-size: 24px;
}
.s-drop-btn span {
    font-size: 14px;
    color: #fff;
    /* 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: 0.3rem;
    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 .side-list-link{
    display: block;
    background-color: #dddddd;
    margin-top: 7px;
}
.s-drop-list li a {
    display: block;
   text-align: center;
}

.aside-list-link {
    font-size: 16px;
    color: #333;
    line-height: 0.53rem;
    border: 1px solid #e6e6e6;
   /* padding-left: 20px; */
    background-color: #fff;
    /* background: url(../img/er.png) no-repeat 60px center; */
   margin-top: 10px;
   padding: 0 25px;
}

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

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

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

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

.s-drop-list li .aside-sublist li a {
    color: black;
    line-height: 50px;
    font-size: 14px;
    border-bottom:1px dashed #dddddd;
    align-items: center;
   
}

.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%);
}
.lxfs .tel{
   text-align: left;
   padding:25px 30px; 
   border: 1px solid #dddddd;
}
/* .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;
} */

/* 搜索 */
.search .col-lg-3{
    height:50px;
    padding: 0;
    /* margin: 0; */
}
.search span{
    color: #a6a6a6;
}
.search .fuwu{
    margin-top: 40px;
    margin-bottom: 50px;
}
.search img{
    max-width: 100%;
}
.search-text{
    margin-left: 22px;
    border-right: 1px solid #e6e6e6;
    padding-right: 40px;
    line-height: 30px;
}
.search-text1{
    margin-left: 22px;
   
    padding-right: 40px;
    line-height: 30px;
}
.search h4{
    font-weight: bold;
}
/* 搜索框 */
.search-so{
    height: 54px;
    border: 2px solid #32a110;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.keyword li{
    float: left;
    margin-right: 3%;
    line-height: 54px;
    color: #9d9d9d;
 
    overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* .keyword-box{
    border-right: 1px solid #9d9d9d;
    box-sizing: border-box;
} */
.search-so .col-lg-6,
.search-so .col-lg-4,
.search-so .col-lg-2{
    padding-right: 0;
}
.search-so .col-lg-4{
    padding: 0;
}
.form-control{
    height: 50px;
    border-left: 1px solid #e6e6e6;
    outline: none;
    box-shadow: none;
}
.abb{
    font-weight: bold;
    color: black !important;
    margin-right: 12px !important;
    margin-left: 14px;
}
.search-so .col-lg-2{
    background-color: #32a110;
    height: 52px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    outline: none;
    box-shadow: none;
}
.sea-left{
    float: left;
    width: 45%;
}
.sea-right{
    float: left;
    width: 55%;
}
.tijiao{
    float: left;
    width:35%;
    height: 50px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background-color:#32a110;
    border: 2px solid #32a110;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
}
.form-group {
    float: left;
    width:65%;
}
/* 主营业务 */
.product{
    background-color: #f3f3f3;
    /* text-align: center; */
}

.title-top{
    text-align: center;
    margin-bottom: 50px;
}
.title-top h2{
    margin-bottom: 20px;
}
.title-top span{
    color: #bdbdbd;
}
.thumbnail img{
    width: 100%;
    transition: all 0.6s;
    cursor: pointer;  
}
.thumbnail img:hover{
    transform: scale(1.1);
}
.see-details{
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e0e0e0;
    margin:0 auto;
    margin-top: 20px;
  
}
.img{
    overflow: hidden;
    
}
.index-news-box .index-news img{
    width: 100%;
}
.img img{
    max-width: 100%;
}
/* 快捷流程 */
.about{
    padding: 50px 0;
}
.tz{
    margin-top: 45px;
    /* width: 174px; */
    /* border: 1px solid #bdbdbd; */
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #4d4d4d;
    /* padding: 12px 20px; */
}
.zx-phone{
    font-size: 30px;
    font-weight: 900;
    color: #4d4d4d;
}
.zx{
    text-align: center;
    margin-top: 40px;
}
/* .about-left .left-box .txt:hover {
    transform: translateX(10px);
} */

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


.reasons {
    padding: 50px 0;
    background: url(../img/ys.png);
   
}
.reasons .thumbnail{
    text-align: center;
}
.reasons .thumbnail h4{
    font-weight:600;
    margin-top:30px;
    margin-bottom: 18px;
}
.reasons .thumbnail p{
    color: #b8b8b8;
}
.reasons .thumbnail .see-details{
    background-color: #32a110;
    color: #fff;
    line-height: 30px;
    width: 60%;
    height: 30px;
}
/* 新闻 */
.news{
    padding: 50px 0;
}
.news-cid{
    width: 100%;
    height: 50px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 50px;
}
.news-box{
    width: 440px;
    height: 50px;
    margin:0 auto;
}
.news-box li{
    float: left;
    margin-right: 25px;
    text-align: center;
    margin-top: 10px;
    line-height: 30px;
    color: #979797;
}
.news-box li a{
    width: 100px;
    height: 30px;
    display: block;
    line-height: 30px;
    background-color: #fff;
    color:#979797;
    
}
.news-box li a:hover{
    background-color: #32a110;
    color: #fff;
}
.aqq{
    background-color: #32a110 !important;
    color: #fff !important;
}
.news-title .col-md-7 span{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #b6b6b6;
}
.news-title .col-md-7 h5{
    font-weight: bold;
    margin-bottom: 15px;
}
.news-txt-box{
    box-shadow:0 0  #b8f6ff;
    transition: all 1s;
    border: 1px solid #f0f0f0;
    margin-right: 24px;
}
.news-txt-box:hover{
    box-shadow:15px 20px  20px  #b8f6ff;
}
.news-title{
    padding: 27px 10px;
    border-bottom: 1px solid #f0f0f0;
}
.news-img img{
    width: 100%;
    overflow: hidden;
}
.faq-txt {
    padding: 0.3rem 0 0.25rem 0;
    border-bottom: 1px dashed #b6b6b6;
    display: block;
}
.news-word{
    padding: 18px 20px;
    border-top: 1px solid #f0f0f0;
}
.news-word .pull-left{
    color:black;
}
.news-word .pull-right{
    color:#aaaaaa;
}
.word-img{
    border: 1px solid #f0f0f0;
}
.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: #0054aa;
    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: #019542;
    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%;
}
.visible-xs-block .news-title .xs-txt{
    text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  color: black;
}
.index-news-box h5{
    font-size:20px;
    color:#1f1f1f;
    margin-bottom:10px;
}
.index-news-box span{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color:#929292
}
.pc-news{
    background-color: #fff;
    margin-top: 15px;
}
/* .pc-news:hover{
    background-color: #e6e6e6;
} */
.pc-news:hover .index-news-box p{
    background-color: #26a6e2;
}
.index-news-box p{
    margin-top: 10px;
    width: 85px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    display: block;
    background-color: #d4d4d4;
    color:#fff
}
.index-news{
    padding:0;
    
}
.visible-xs-block .news-title .xs-h{
    font-size: 16px;
    margin-bottom: 10px;
    color: black;
}
.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-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;
}

.message{
    background-color: #31a10f;
    padding: 50px 0;
   
}
.zhuce-box img{
    width: 100%;
    margin:0 auto;
    align-items: center;
}
.mess-top .pull-left{
    margin-right: 30px;
    color: #fff;
}
.mess-one{
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
}
.input_text{
    padding-top: 110px;
}
.input_text input{
    width: 100%;
    height: 50px;
    text-indent: 12px;
    position: relative;
}
.input_text .input-img{
    position: absolute;
    top: 0;
    right: 0;
}
.tj{
    background-color:#fcb41a ;
    color: #fff;
}
.index-news-box{
    padding:20px 20px; 
    text-align: left;
}

/* .mess-top{
    padding-bottom: 37px;
} */
footer {
    background: #f8f8f8;
}

.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: black;
    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-txt ul li{
    float: left;
    margin-right: 30px;
    text-align: center;
}
.foot-box dl dd {
    line-height: 30px;
    font-size: 14px;
    color: #888;
    /* border-right:1px solid #e4e4e4; */
}
.foot-box dl dd i{
    margin-right: 5px;
}
.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 {
    padding: 0.15rem 0;
    font-size: 0.14rem;
    color: #888;
    text-align: center;
    border-top: 1px solid #4d4d4d;
   
}

.foot-txt {
  
}

.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) {
    .title-top{
        margin-bottom:20px;
    }
    /* .page-right {
        width: 100%;
    } */
    
    .title-top h2{
        margin-bottom: 10px;
        font-size:24px;
    }
    .about .row .img img{
        padding: 5px;
    }
    .about .row .img img{
        padding: 10px;
    }
    .thumbnail .caption {
        padding: 0px;
    }
    .foot-box dl {
        padding: 0 1%;
    }

    .foot-box dl:nth-child(1) {
        width: 250px;
    }
    .zhuce-box img{
        width:100% !important;
        height: 500px !important;
        align-items: center;
    }
    .zhuce-box{
        width: 100%;
        margin:0 auto;
        align-items: center;
    }

}

@media (max-width:767px) {
    .title-top{
        margin-bottom:20px;
    }
    .s-drop-list {
        display:none;
       
    }
    .page {
       padding: 0;
    }
    .product {
        padding: 20px 0 0 0;
    }
    .page-left {
        width: 100%;
        margin-right: 0;
    }
    .title-top h2{
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 20px;
    }
    .s-drop-btn{
       padding: 10px 15px 10px 15px;
       display: flex;
       justify-content: space-around;
    }
    .s-drop-btn h4{
        font-size: 18px;
    }
    .about .row .img img{
        padding: 10px;
    }
    .zx {
        margin-top: 80px;
    }
    .thumbnail .caption {
        padding: 0px;
    }
    .news{
        background-color: #7ac662;
        color: #fff;
    }
    .news .news-txt-box span,.news .title-top span{
        color: #fff;
    }
    .news .news-txt-box .news-word{
       border: 0;
       font-size: 16px;
    }
   
    
    /* .logo {
        width: 300px;
    } */

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

    .title .t2 {
        padding: 0;
        line-height: 18px;
    }
    .foot-box dl dd {
        width: 300px;
        line-height: 30px;
        font-size: 14px;
        color: #888;
        /* border-right: 1px solid #e4e4e4; */
    }
    .page-right {
        width:100%;
    }
    .index-news-box{
        padding: 10px;
      
    }
    .index-news-box h5{
        font-size: 14px;
    }
    .index-news {
        padding: 0;
        margin-right: 0;
    }
    .zhuce{
        width: 100%;
    }
    /* .s-drop-btn {
        padding: 10px 0 5px 20px;
    } */

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

 

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

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

  
}

@media (max-width:567px) {
   

}

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

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

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