* {
    margin: 0;
    padding: 0;
}
.row{
    margin:0 !important
}
/* body {
    background: #fff;
    font-size: 100%;
    line-height: 22px;
    font-family: "Microsoft YaHei";
} */
.banner-2 .ban-img{
    width: 470px !important;
    height: 315px !important;
}
.bs-text-cp-samll{
    height: 240px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* tab切换 */
.tab {
    width: 100%;
    height: auto;
}

.tab-menu {
    height: 80px;
    width: 100%;
}

.tab-menu ul {
    list-style: none;
}

.tab-menu li {
    width: 20%;
    float: left;
    position: relative;
    overflow: hidden;
    border-right: 1px #fff solid;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #2667c3, #05398d);
    height: 60px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    cursor: pointer;
}

.tab-bs table{border:1px solid #ddd;width: 100%;text-align: center;}
.tab-bs table th{border:1px solid #ddd;text-align: center;}
.tab-bs table td{border:1px solid #ddd;}
.tab-bs img{
    max-width: 100%;
}
.tab-box div {
    width: 100%;
    height: 100%;
    display: none;
}

/* 让第一个框显示出来 */
.tab-box div:first-Child {
    display: block;
}

/* 改变选项卡选中时候的样式 */
.change {
    color: #000 !important;
    background: linear-gradient(to bottom, #cacaca, #efefef) !important;
}
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;
}

.topbox{width:100%; overflow:hidden; border-top:1px solid #eee; border-bottom:1px solid #eee; line-height:44px; font-size:14px; color:#636363;}
.topbox a{color:#636363; margin:0 5px;}
.topbox a:hover{color:#43a000; text-decoration:underline!important;}


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

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;
}
.bs-text-cp{
    height: 280px;
    width: 25%;
    float: left;
    margin-bottom: 20px;
}
.wrap {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    margin-top: 0px;
    position: relative;
}
.dz-bs-cp{
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.cp-all-text{
    position: absolute;
    top: 60px;
    left: -340px;
    width: 1200px;
    background-color: #fff;
    /* height: 600px; */
    padding: 20px 20px;
    display:none;
    
}
.dz-bs-cp-1{
    font-size: 16px;
    width: 33%;
    text-align: left;
    line-height: 30px;
    color: #005da4;
}
.wbd p{
    word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.dz-bs-cp-2{
    font-size: 16px;
    width: 33%;
    text-align: left;
    line-height: 30px;
    color: #005da4;
    border-left: 1px solid #eeee;
    border-right: 1px solid #eeee;
}
.dz-bs-cp-3{
    font-size: 16px;
    width: 33%;
    text-align:left;
    line-height: 30px;
    color: #005da4;
}
.cp-all-lei{
    position: relative;
}
.cp-all-lei:hover .cp-all-text{
   display: block;
}
.bs-text-cp h4{
    color: #005ca5;
}
.bs-text-cp{
    border-left: 1px solid #dcdcdc;
    padding: 0 0 0 10px;
}
.bs-text-cp-samll a{
    color: #989898;
    line-height: 30px;
    transition: all 0.5s;
    display: block;
}
.bs-text-cp-samll a:hover{
    color: #005ca5;
}
.more-bs{
    text-align: center;
}
.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
    }
}
/* 贝思 */
.input-group-addon{
    background-color:#005da4 ;
}
.fa-search{
    color: #fff;
}
.form-box .form-control{
    width: 370px;
    height: 45px;
}
.form-box .input-group-addon{
    width: 80px;
    height: 45px;
}
.form-control{
    border: none;
}
.links a{
    color: #b0b0b0;
}
.links{
    font-size: 16px;
}
.bs-see-lot{
    display: flex;
    justify-content: center;
    /* margin-top: 15px; */
    padding: 15px 0;
    text-align: center;
    border: 1px solid #e6e6e6;
}
.bs-see-lot a{
    display: block;
    width: 105px;
    height: 35px;
    line-height: 35px;
  
}
.scheme{
    text-align: center;
    margin-bottom: 30px;
}
.scheme h1{
    font-size: 60px;
    color: #4481b6;
    font-weight: bold;
}
.scheme h3{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}
.scheme span{
    font-size:60px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
}
.scheme-box{
    text-align: center;
    color: #fff;
 
}
.about .col-lg-2{
    padding-right:5px !important;
    padding-left: 5px !important;
}
.scheme-img img{
    max-width: 100%;
    height: 160px;
}
.scheme-img{
    margin-bottom: 20px;
}
.scheme-text h3{
    margin-bottom: 10px;
}
.scheme-text span{
    font-size: 12px;
}
.app-youshi{
    text-align: center;
    margin-bottom: 30px;
    
}
.bs-img img{
    max-width: 100%;
    height: 277px;
}
.bs-img2 img{
    max-width: 100%;
    height: 236px;
}
.bs-img{
    text-align: left;
}
.bs-img2{
    text-align: right;
    margin-top: -100px;
    margin-left: 30px;
}
.bs-ys-box{
    margin: 10px 0 30px 0;
}
.ys-no-2{
    background: url(../img/bg7.png) no-repeat;
    padding:20px 0
}
.app-youshi h2{
    font-weight: bold;
}
.bs-ts{
   
    vertical-align:middle
}
.bs-ys-t{
    padding: 20px 0;
}
.bs-ys h3{
    font-weight: bold;
}
.bs-ys-title{
    font-size: 18px;
    line-height: 35px;
    
}
.bs-ys img{
    max-width: 100%;
}
/* .form-box .fa-search{
    font-size: 18px;
} */
.bs-brand{
    padding: 40px 0 10px 0;
}
.scheme1{
    text-align: center;
    margin-bottom: 30px;
}
.scheme1 h1{
    font-size: 60px;
    color: #eef2f7;
    font-weight: bold; line-height:56px;
}
.scheme1 h3{
    font-size: 36px;
    color: #005da4;
    font-weight: bold;
}
.scheme1 span{
    font-size:60px;
    color: #005da4;
    font-weight: bold;
    line-height: 30px;
}
.bs-brand-box img{
    max-width: 100%;
    border: 1px solid #a7a7a7;
    height: 80px;
}
.bs-brand-box{
    margin-bottom: 10px;
    text-align: center;
}
.news-select a{
    padding: 15px 20px;
    color: #000;
    border: 1px solid #a0a0a0;
    transition: 0.5s;
    margin-right: 10px;
}
.news-select a:hover{
    color: #fff;
    background-color: #005da4;
    border: 1px solid #005da4;
}
.news-select{
    margin-bottom: 50px;
    text-align: center;
}
.news-right-img{
    text-align: center;
    background: url(../img/bg8.png) no-repeat;
    background-size:cover ;/*充满容器*/
    color: #fff;
    padding: 23px 0;
}
.news-right-text-1{
   line-height: 30px;
   color: #c1c1c1;
   word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.news-left-text{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 16px; line-height:2;
    border-bottom:1px dashed #264e8a;
}
.news-left-text span{
    color: #000; font-size:14px;
}
.news-left-text-1{
    width: 60%;
    word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	overflow:hidden; font-size:16px;
}
.news-box{
    padding: 10px 0;
    border-bottom:1px dashed #264e8a;
}
.news-right-text h4{
    margin-bottom: 10px;
    word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
    overflow:hidden;
    color: #000;
}
.lianxi{
    background: url(../img/bg9.png) no-repeat;
    background-size:cover ;/*充满容器*/
    padding: 30px 0;
}
.news-box-all{
    padding:0 0 20px 0;
}
.lx-input-1 input{
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-indent: 12px;
    outline:none;  
    margin-bottom: 5px;
}
.lx-input-1 textarea{
    width: 100%;
    line-height: 42px;
    text-indent: 12px;
    margin-bottom: 5px;
}
.lx-box{
    text-align: left;
}
.lx-add{
    margin-top: 20px;
    color: #fff;
    line-height: 30px;
}
header {
    position: relative;
    width: 100%;
    z-index: 9999;
    background-color: ;
}

.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-box {
    margin-top: 1px;
    border-top: 1px solid #f1f1f1;
}

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

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

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

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

header .tel b {
    display: block;
    color: #0075cf;
    font-size: 24px;
    line-height: 24px;
    font-family: "Impact";
}

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

}

.nav-ul {
    display: flex;
}

.nav-ul li {
    position: relative;
    width: 16.66%;
    transition: 0.5s;
}

.nav-ul li .nav_a {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 0.6rem;
    text-align: center;
    transition: 0.5s;
}

.nav-ul li:hover .nav_a {
    color: #fff;
  
     background: url(../img/bg.png) no-repeat 50% 50%;
    background-size: cover;
    transition: 0.5s;
}
.nav-ul li.active .nav_a {
    color: #fff;
    background: url(../img/bg.png) no-repeat 50% 50%;
    background-size: cover;
    transition: 0.5s;
}
.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: 14px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    display: block;
}

.nav-ul li .nav_a2:hover,
.nav-ul li .nav_a2.on {
    background: #0062ad;
    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: 15px;
    height: 4px;
    opacity: 1;
    border-radius: 2px;
    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;
   
    box-shadow: 0px 5px 5px -5px #5E5E5E;
    /* 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;
    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 form {
    display: flex;
    border: 1px solid #d8d8d8;
    line-height: 0.3rem;
    font-size: 14px;
    color: #333;
}

section .form-box form input[type=text] {
    width: 370px;
    height: 45px;
    /* padding-left: 10px; */
    outline: none;
}

section .form-box form input[type=button] {
    width: 80px;
    height: 45px;
    background: url(../img/search.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 0 30px 0;
}

/**/
.page {
    /* padding: 0.5rem 0; */
    display: flex;
    flex-wrap: wrap;
   
}
.page-bt a .fa-chevron-circle-right{
    margin-left: 10px;
}
.page-left {
    width: 270px;
    margin-right: 30px;
}

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

.s-drop-btn {
    background: url(../img/bg2.png) no-repeat 50% 50%;
    background-size: cover;
    line-height: 0.56rem;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding: 0.25rem 0 0.2rem 0.26rem;
    margin-bottom: 20px;
}


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

.s-drop-btn i {
    display: block;
    text-transform: uppercase;
    font-style: normal;
    font-family: 'Times New Roman';
    font-size: 20px;
  
    line-height:20px;
    position: relative;
}
.s-drop-btn i img{
    margin-right: 10px;
}
.s-drop-btn.act {
    background: url(../img/bg2.png) no-repeat 50% 50%;
    background-size: cover;
}

.s-drop-list {
    display: block;
    border: 1px solid #ddd;
    
}

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

.aside-list-link {
    font-size: 18px;
    color: #333;
    /* background-color: #019df4; */
    line-height: 0.53rem;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 0.37rem;
	font-weight:bold;
    
}
/* .aside-list-link1{
    background: url(../img/jia2.png) no-repeat 5px center;
}
.aside-list-link2{
    background: url(../img/jian.png) no-repeat 5px center;
} */
.aside-list-link1:hover,
.aside-list-link1.act {
    color: #fff;
    background-color: #019df4;
	font-weight:bold;
}
.aside-list-link1:hover .fa-plus-square-o{
    color: #fff;
}
.fa-minus-square-o{
    color: #aaaaaa;
    margin-right: 10px;
}
.aside-list-link1.act .fa-plus-square-o
{
    color: #fff;
}
.fa-plus-square-o{
    color: #aaaaaa;
    margin-right: 10px;
}
/* .s-drop-list li:last-child .aside-list-link {
    border-bottom: none;
} */

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

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

.s-drop-list li .aside-sublist li a {
    color: #000;
    line-height: 40px;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding-left: 25px;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}
.s-drop-list li .aside-sublist li a i{
    color: #aaaaaa;
    margin-right: 10px;
}
.s-drop-list li .aside-sublist li a:hover i{
    color: #005da4;
}
/* .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: #005da4;
}
.s-drop-list li .aside-sublist li a:hover .fa-minus-square-o{
    color: #005da4 !important;
}
/* .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: 130px;
    background: url(../img/bg4.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
    margin-top: 0.1rem;
}

.page-left .lxfs .tel {
    width: 90%;
    background: rgba(255, 255, 255, 0.8);
    padding: 0.1rem 0.24rem;
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
}



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

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

.page-bt {
    border-bottom: 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;
    font-size: 18px;
} */
.page-bt .lan{
    font-size: 20px;
    color: #005da4;
    font-weight: bold;
}
.page-bt .nolan{
    font-size: 20px;
   color: #000;
    font-weight: bold;
}
.page-bt a {
    color: #000;
}

.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 {
    text-align: center;
    font-size: 16px;
    color: #000;
    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 {
    
    padding: 40px 0;
}

.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: 60px 0 40px 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;
}

.txt-box{
    font-size: 14px;
    line-height: 35px;
    
}

.txt-box h4{
    color: #005da4;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
}
.triangle{
    position: relative;
}
.tria-n-box{
    display: flex;
    justify-content: center;
}
.select-2{
    font-size: 30px;
    padding: 30px 0 0 100px ;
    line-height: 50px;
}
.select-2 span{
    color: #4175e9;
}
.select-1{
    font-size: 80px;
    color: #4175e9;
}
.triangle-text h1{
    color: #4175e9;
    font-weight: bold;
    margin-left: 200px;
}
.triangle-text{
    text-align: center;
}
.triangle-1 {
    position: absolute;
    top:0;
    left: 40px;
    width: 0;
    height: 0;
    border-left:50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 70px solid #2e91f6;
}
.triangle-2 {
    position: absolute;
    top: 40px;
    left: 0;
    width: 0;
    height: 0;
    border-left:30px solid transparent;
    border-right:40px solid transparent;
    border-top: 50px solid #2e91f6;
}
.triangle-3 {
    position: absolute;
    bottom:30px;
    right: 40px;
    width: 0;
    height: 0;
    border-left:50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 70px solid #2e91f6;
}
.triangle-4 {
    position: absolute;
    bottom:0px;
    right: 0;
    width: 0;
    height: 0;
    border-left:30px solid transparent;
    border-right:40px solid transparent;
    border-top: 50px solid #2e91f6;
}
.triangle-5{
    position: absolute;
    bottom:30px;
    right: 130px;
    width: 0;
    height: 0;
    border-left:30px solid transparent;
    border-right:30px solid transparent;
    border-top: 40px solid #f8c10b;
}
/* .hengfu img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
} */
.hengfu{
    padding: 20px 0;
}
.case {
    padding: 0.6rem 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: #f7f7f7;
    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: #0054aa;
}

.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: 61%;
}

.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: 36%
}

.faq-txt {
    padding: 0.3rem 0 0.25rem 0;
    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: #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: 15px;
    color: #666;
	line-height:27px;
}

.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%;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

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




footer {
    background: #15191b;
}

.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 {
    
    font-size: 0.14rem;
    color: #888;
    text-align: center;
    border-top: 1px solid #4d4d4d; line-height:2;
}

.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;
    }
    /* .kt-img {
        height: 80px;
    } */

}

@media (max-width:767px) {
    .tab-menu li {
      
        font-size: 12px;
       
    }
    .kt-img {
        height: 75px;
    }
    .scheme1 h1 {
        font-size: 40px;
        color: #eef2f7;
        font-weight: bold;
    }
    .bs-brand-box img {
        height: 60px;
    }
    .scheme h1 {
        font-size: 40px;
        color: #4481b6;
        font-weight: bold;
    }
    .ys-no-2{
        background: none;
        padding: 0;
       
    }
    .scheme-text h3{
        font-size: 20px;
    }
    .header-main {
        padding: 12px 0;
    }

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

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

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

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

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

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