* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    list-style: none;
    outline: none;
}
html{
    background-color: #ebebeb;
    overflow-x: hidden;
    width: 100%;
}
body{
    width: 100%;
}
div, ul, li, span, p, img, h1, h2, h3, h4, h5, h6, dl, dt, dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
}
.clear{
    clear: both;
}
.head{
    width: 100% !important;
    height: 40px !important;
    background-color: #f3f3f3 !important;
}
.headset{
    width: 1350px;
    height: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headset p:nth-child(1){
    color: gray;
}
.headset a{
    color: gray;
    margin-left: 15px;
    font-size: 15px;
}
.headset img{
    position: relative;
    top: 4px;
    margin-right: 5px;
}
.header{
    width: 100%;
    height: 150px;
    background-color: #fff;
}
.headerset{
    width: 1300px;
    height: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headerbak1{
    height: 100%;
    width: 53%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headerji1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headerji1 img{
    width: 35%;
    height: 60%;
}
.headerji1 P{
    font-size: 46px;
    color: #333;
    font-weight: 550;
    position: relative;
    top: 15px;
}
.headerji1 P span{
    font-size: 14px;
    color: #999;
    font-weight: 0;
    position: relative;
    top:-35px;
}
.headerauto{
    height: 40%;
    width: 1px;
    background-color: lightgray;
}
.headerji2 p{
    color:#31ad38;
    font-size: 28px;
    font-weight: 600;
}
.headerji2 span{
    color: gray;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
}
.headerbak2{
    height: 100%;
    width: 35%;
    display: flex;
    align-items: center;
}
.headerbak3{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.headerbak3 p:nth-child(1)span{
    font-size: 29px;
    color:#31ad38;
}
.headerbak3 p:nth-child(1){
    position: relative;
    color: black;
    top: -6px;
    font-size:20px;
    font-weight: 200;
}
.headerbak3 p:nth-child(2){
    color:#31ad38;
    font-size: 30px;
    font-family: "bahnschrift";
    letter-spacing: -1px;
}
.headerbak3 p img{
    position: relative;
    top:8px;
    right: 10px;
}
.nav{
    width: 100%;
    height: 70px;
    background-color:#009F2E;
}
.navset{
    width: 1400px;
    height: 100%;
    margin: 0px auto;
    display: flex;
    align-items: center;
}
.navset ul {
    display: flex;
    /* justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start; */
}
.navset ul li{
    width: 200px;
    text-align: center;
    
}
.navset ul li a{
    font-size: 15px;
    color: #fff;
    display: block;
    position: relative;
    transition: all .3s ease;
    padding: 25px 35px;
}
.navdiv{
    border: 1px solid black;
    width: 100%;
    height: 100px;
}
.nav-main {
    display: flex;
    width: 1400px;
    height: 100%;
    margin: auto;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
}

.nav-nums {
    width: 200px;
    height: 100%;
    line-height: 4;
    text-align: center;
    position: relative;
    z-index: 100;
}

.nav-nums:hover a{
    color:#009F2E;
}
.nav-nums:hover{
    background-color: white;
}

.nav-nums>a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    padding: 12% 30%;
}

.nav-vr {
    box-shadow: 1px 1px 10px #ccc;
    position: relative;
    top: -1.6px;
    z-index: 100;
    background-color: white;
}

.nav-vr>a {
    width: 100px;
    color:#009F2E;
    text-decoration: none;
}
.nav-vr>a>li:hover {
    background-color: #ccc;
}
.nav-vr hr{
    height: 1px !important;
    border: none;
    display: none;
    background-color: lightgray;
}
.nav-nums li {
    display: none;
    list-style: none;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 100;
}
.banner{
    width:1920px;
    height: 600px;
    overflow: hidden;
    margin: 0px auto;
}
.bannerset{
    width: calc(1920px * 3);
    height: 100%;
    display: flex;
    flex-direction: row;
    transition: all .5s ease;
}
.bannerset img{
    position: relative;
    z-index: 0;
}
.leftbtn{
    width: 80px;
    height: 80px;
    position: relative;
    left: 2%;
}
.leftbtn img{
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.rightbtn{
    width: 80px;
    height: 80px;
    position: relative;
    right: 3%;
}
.rightbtn img{
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.bannerbtn{
    display: flex;
    justify-content:space-between;
    position: relative;
    top: -60%;
}
.search{
    width: 100%;
    height: 100px;
    border-bottom: 1px solid lightgray;
    background-color: #fff;
    box-shadow: 0 0 20px #ccc;
    position: relative;
    z-index: 0;
}
.searchauto{
    width: 1400px;
    height: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search1 img{
    position: relative;
    top: 5px;
}
.search1 p{
    font-size: 14px;
    color: #484848;
}
.search2{
    width: 300px;
    height: 60%;
    position: relative;
    right: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #eaeaea;
}
.search2 input{
    border: none;
    position: relative;
    left: 20px;
    padding: 10px 0px 10px 0px;
    width: 210px;
    background-color: #eaeaea;
    font-size: 17px;
    color: #aaaaaa;
}
.search2 a{
    padding: 4% 6% 4% 6%;
    position: relative;
    left: -2%;
    cursor: pointer;
    opacity: 1;
    background-color: #eaeaea;
}
.products{
    width: 100%;
    height: 1340px;
    background-color: #f5f5f5;
    padding-top: 10px;
    padding-bottom: 50px;
}
.productsauto{
    width: 1300px;
    height: 100%;
    margin: 0px auto;
}
.productsbt{
    width: 500px;
    text-align: center;
    margin: 0px auto;
    margin-top: 50px;
}
.productsbt p:nth-child(1){
    font-size: 40px;
    font-weight: 550
}
.productsbt span{
    color:#009F2E ;
}
.productsbt hr{
    width: 100px;
    height: 1.5px;
    color: lightgray;
    margin: 15px auto;
    background-color: lightgray;
    border: none;
}
.productsbt p:nth-child(3){
    font-size: 16px;
    color: #999;
}
.productsfl{
    width: 100%;
    margin-top: 40px;
    text-align: center;
}
.productsfl ul{
    width: 100%;
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.productsfl ul li{
    width: 10%;
    height: 50px;
    margin: 10px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:background-color .5s ease;
    margin-left: 1%;
}
.productsfl ul li a{
    color: #000;
    font-weight: bold;
    transition: color .5s ease;
}
.productsfl ul li:hover{
    background-color: #009F2E;
}
.productsfl ul li:hover a{
    color: white;
}
.productss{
    width: 100%;
    margin-top: 0px;
}
.productsrq{
    width: 31.5%;
    float: left;
    margin-left: 1.4%;
    margin-top: 1.4%;
    position: relative;
}
.productsrq img{
    width: 100%;
    height: 370px;
}
.productsxl{
    width: 100%;
    height: 0px;
    position: absolute;
    top: 0;
    transition:height .4s ease;
    display: flex;
    justify-content: center;
    align-items:center;
    margin: 0px auto;
    background-color:rgba(0, 0, 0, 0.5)
}
.productsxl a{
    display: none;
    opacity: none;
    color: white;
    padding: 3.5% 10% 3.5% 10%;
    border: 1px solid #009f2e;
    background-color: #009f2e;
    border-radius: 30px;
}
.productsrq:hover .productsxl{
    height: 370px;
}
.productsrq:hover .productsxl a{
    display: block;
}
.productfot{
    width: 100%;
    height: 70px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color .5s ease;
    position: relative;
    top: -5px;
}
.productfot img{
    width: 30px;
    height: 20px;
    position: relative;
    right: 8%;
}
.productfot p{
    color: #000;
    font-size: 18px;
}
.productfot p:nth-child(1){
    position: relative;
    left: 8%;
    transition: color .3s ease;
}
.productfot p:nth-child(2){
    position: relative;
    right: 8%;
}
.productsrq:hover .productfot{
    background-color: #009F2E;
}
.productsrq:hover .productfot p:nth-child(1){
    color: white;
}


.productsrq1{
    width: 31.5%;
    float: left;
    margin-left: 1.5%;
    margin-top: 20px;
}
.productsrq1 img{
    width: 100%;
    height: 433px;
}
.productfot1 img{
    width: 30px;
    height: 20px;
    position: relative;
    right: 8%;
}
.productfot1{
    width: 100%;
    height: 70px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color .5s ease;
    position: relative;
    top: -5px;
}
.productfot1 p{
    color: #999;
    font-size: 18px;
}
.productfot1 p:nth-child(1){
    position: relative;
    left: 8%;
    transition: color .3s ease;
}
.productfot1 p:nth-child(2){
    position: relative;
    right: 8%;
}
.productsrq1:hover .productfot1{
    background-color: #009F2E;
}
.productsrq1:hover .productfot1 p:nth-child(1){
    color: white;
}
.productsxl1{
    width: 472px;
    height: 0px;
    position: absolute;
    top: 3416px;
    transition:height .4s ease;
    display: flex;
    justify-content: center;
    align-items:center;
    margin: 0px auto;
    background-color:rgba(0, 0, 0, 0.5)
}
.productsxl1 a{
    display: none;
    opacity: none;
    color: white;
    padding: 3.5% 10% 3.5% 10%;
    border: 1px solid #009f2e;
    background-color: #009f2e;
    border-radius: 30px;
}
.productsrq1:hover .productsxl1{
    height: 433px;
}
.productsrq1:hover .productsxl1 a{
    display: block;
}
.productbtn{
    width: 180px;
    height: 50px;
    border: 1px solid #009F2E;
    background-color: #009F2E;
    border-radius: 50px;
    margin: 0px auto;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: width .5s ease;
}
.productbtn a{
    color: white;
    padding: 8% 25%;
}
.productbtn:hover{
    width: 280px;
}



.problem{padding:60px 0;background-color: white;}
.problem h1{
    text-align: center;
}
.title span {
    display: block;
    font-size: 18px;
    color: #666666;
    font-weight: lighter;
}
.title b i {
    color: #009f2e;
}
.pbul{width: 1400px;margin: 0px auto;padding:85px 0 51px 0;position:relative;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;text-align:center;margin-top:15px;background:url(/template/dlhb/skin/images/fn1.png) no-repeat center;}
.pbul:after{ content:''; display:block; position:absolute; z-index:-1; width:100%; height:1px; left:0; background:#dedede; top:190px;}
.pbul li{ position:relative;}
.pbul li:nth-child(2)+li{ margin-left:360px;}
.pbicon{ width:210px; height:210px; border-radius:50%; background:#fff; border:1px solid #dddddd;}
.pbnum{ position:absolute; z-index:3; width:48px; height:48px; border-radius:50%; background:#333333 url(/template/dlhb/skin/images/fn2.png) no-repeat center; margin:0 auto; left:0; right:0; top:-24px; transition:all .3s ease;}
.pb_t{ display:inline-block; margin:45px 0 0 0; height:65px;}
.pb_c{ font-size:16px; color:#333333; font-weight:lighter;}
.pb_c b{ display:block; font-size:20px; margin-bottom:5px;}
.pbul li:hover .pbnum{ transform:rotate(360deg); background-color:#009f2e;}
.pbul li:hover .pbicon{ box-shadow:0 0 15px #ccc;}
.pbbottom{ text-align:center;}
.pbc{ display:inline-block; width:416px; line-height:48px; background:#009f2e; text-align:center; font-size:25px; color:#fff;}
.pbtel{ margin-top:15px; font-size:16px; color:#333333;}
.pbtel em{ font-size:40px; font-family:fontDin1;}
.pbtel span{ display:inline-block; padding-left:48px; background:url(/template/dlhb/skin/images/fn3.png) no-repeat left 22px;}



.fande{
    width: 100%;
    height: 750px;
    background-image: url(/template/dlhb/skin/images/jjfajpg.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
}
.fandeauto{
    width: 1400px;
    height: 800px;
    margin-top: 150px;
}
.fandefot{
    width: 500px;
    margin: 0px auto;
    text-align: center;
}
.fandefot p{
    color: #fff;
    font-size: 33px;
    font-weight: 550;
}
.fandefot span{
    font-size: 18px;
    font-weight: 100;
}
.fandebad{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: self-start;
    margin-top: 30px;
}
.fandeul{
    width: 550px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fandeul li{
    width: 270px;
    height:123px;
    background-color: #fff;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    transition: background-color .5s ease;
}
.fandeul li:hover{
    background-color: #cccc;
}
.fandeul li p{
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    color:gray;
    white-space: nowrap;
    text-align: left;
    line-height: 1;
    position: relative;
    right: 2px;
    transition: color .3s ease;
}
.fandeul li p em{
    font-style: normal;
    font-size: 15px;
    font-family: Arial;
}
.fandeul li:hover p:nth-child(1){
    color: #fff;
}
.fandeset{
    width: 800px;
    margin-left: 26px;
    margin-top:10px;
    overflow: hidden;
}
.fandesets{
    width: calc(100% * 8);
    border: 1px solid #fff;
    display: flex;
    flex-direction: row;
    transition: margin-left .5s ease;
}
.fandeimgs{
    width: 100%;
    height: 520px;
}
.fandeimgs img{
    height: 100%;
    width: 800px;
}
.faimgsfot{
    width: 100%;
    height: 100px;
    position: relative;
    top: -19%;
    background-color: #cccc;
}
.faimgsfot p{
    color: #fff;
}
.faimgsfot p:nth-child(1){
    font-size: 22px;
    position: relative;
    top: 20px;
    left: 40px;
}
.faimgsfot p:nth-child(3){
    font-size: 14px;
    position: relative;
    top: 10px;
    left: 40px;
}
.faimgsfot p a{
    color: #fff;
}
.advantage{
    width: 100%;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 30px;
}
.adfot{
    margin: 0px auto;
    text-align: center;
}
.adfot p:nth-child(1){
    color: black;
    font-size: 40px;
    font-weight: 600;
    margin-top: 15px;
}
.adfot p:nth-child(3){
    color: gray;
    font-size: 16px;
}
.adfot hr{
    width: 100px;
    height: 1.5px;
    color: lightgray;
    margin: 15px auto;
    background-color: lightgray;
    border: none;
}
.adfot p:nth-child(1) span{
    color: #009F2E;
}
.advantageauto{
    width: 1920px;
    height: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items:center;
}
.adleft{
    width: 57%;
    height: 637px;
    margin-top: 50px;
    overflow: hidden;
}
.leftcale{
    width: calc(100% *4);
    height: 637px;
    display: flex;
    flex-direction: row;
    transition: margin-left .5s ease;
}
.adcp{
    width: 140px;
    height:500px;
    left: -122px;
    position: relative;
    top: 20px;
    z-index: 100;
    cursor: pointer;
    float: left;
}
.adcp1{
    width: 100%;
    height: calc(100% / 4);
    background-color: #22ac3d;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.adcp div:nth-child(1){
    border-bottom: 1px solid white;
}
.adcp div:nth-child(2){
    border-bottom: 1px solid white;
}
.adcp div:nth-child(3){
    border-bottom: 1px solid white;
}
.adcp1 img{
    width: 30px;
    height: 30px;
}
.adcp1 p:nth-child(2){
    color: white;
    font-size: 20px;
    font-weight: 550;
    line-height: 2;
}
.adcp1 p:nth-child(3){
    color: rgba(255, 255,255, 0.5);
    font-size: 20px;
    letter-spacing:2px;
}
.adright{
    width: 960px;
    height: 637px;
    margin-top: 50px;
    position: relative;
    left: -122px;
}
.rightfot{
    height: 500px;
    width: 113%;
    position: relative;
    top: 10%;
    overflow: hidden;
}
.rightset{
    width: calc(100%*4);
    height: 100%;
    background-color: #f3f3f3;
    transition: margin-left .5s ease;
}
.rightfot1{
    width:25%;
    float: left;
    height: 100%;
}
.rightfot1 p{
    position: relative;
    /* left: -100px; */
    top: 40px;
}
.rightfot1 p:nth-child(1){
    color: black;
    font-size: 30px;
    font-weight:bold;
    margin-left: 40px;
}
.rightfot1 p:nth-child(2){
    font-size: 12px;
    color: #999;
    font-weight: initial;
    margin: 3px 0px 40px 40px;
}
.rightfot1 hr{
    height: 3px;
    width: 100px;
    background-color:#009F2E;
    position: relative;
    left: 40px;
    margin-bottom: 35px;
    top: 30px;
}
.rightfot1 p:nth-child(4){
    width: 15px;
    height: 15px;
    border: 1px solid gray;
    border-radius: 50px;
    position: relative;
    top: 68px;
    left: 38px;
}
.rightfot1 p:nth-child(5){
    position: relative;
    width: 700px;
    left: 60px;
    color: gray;
}
.rightfot1 p:nth-child(6){
    width: 15px;
    height: 15px;
    border: 1px solid gray;
    border-radius: 50px;
    position: relative;
    top: 60px;
    left: 38px;
}
.rightfot1 p:nth-child(7){
    position: relative;
    width: 700px;
    left: 60px;
    color: gray;
}
.rightfot1 p:nth-child(8){
    width: 15px;
    height: 15px;
    border: 1px solid gray;
    border-radius: 50px;
    position: relative;
    top: 70px;
    left: 38px;
}
.rightfot1 p:nth-child(9){
    width: 700px;
    position: relative;
    left: 60px;
    color: gray;
}
.rigbtn{
    width: 140px;
    height: 45px;
    border-radius: 50px;
    background-color:#009F2E;
    margin-top: 85px;
    text-align: center;
    margin-left: 30px;
    transition: padding-left .5s ease,padding-right .5s ease;
}
.rigbtn a{
    color: white;
    line-height: 2.8;
    padding: 8% 18%;
}
.rigbtn:hover{
    padding-left: 100px;
    padding-right:10px;
}
.bod {width: 100%;height: 1100px;background-color: white;}
.bodauto {width: 1400px;height: 100%;margin: 0px auto;}
.caseL { width: 24%; background: rgb(244, 244, 244); float: left; }
.caseL .title {color: rgb(255, 255, 255);text-align: center;font-size: 1.714em;padding: 44px 0px;line-height: 1.4;border-bottom: 1px solid rgb(255, 255, 255);background: -webkit-gradient(linear, 0 100%, 100% 100%, from(rgb(0, 82, 17)), to(rgb(0, 159, 46)));}
.caseL .title span { font-size: 1.167em; display: block;color: #fff; }
.caseL li a { display: block; padding: 0px 5% 0px 8%; color: rgb(51, 51, 51); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-bottom: 1px solid rgb(228, 228, 228); font-weight: 530; font-size: 1.143em; height: 60px; line-height: 60px; }
.caseL li ul a { font-size: 0.97em; font-weight: 400; padding-left: 0%; height: 50px; line-height: 50px; }
.caseL li a:hover { background: rgb(0, 159, 46); color: rgb(255, 255, 255); }
.caseL li ul a:hover { color: rgb(0, 159, 46); background: url("##") 12% center no-repeat; }
.caseL .tel {background: url("##") 15px center no-repeat rgb(0, 159, 46);padding: 30px 0px 15px 60px;height: 130px;color: rgb(255, 255, 255);}
.caseL .tel span {display: block;font-size: 1.429em;position: relative;left: 12%;top: -55px;width: 270px;}
.dlit { width: 73%; height: 465px; margin-left: 25%; }
.bigdl { border: 1px solid lightgray; width: 100%; height: 100%; float: left; }
.bigimg { width: 50%; height: 100%; margin-left: 0px; float: left; }
.bigdl img { width: 100%; height: 100%; }
.bigfot { width: 50%; height: 100%; background-color: white; float: left; }
.bigf { width: 90%; height: 60%; margin: 0px auto; }
.bigbtn { width: 90%; height: 15%; position: relative; top: 15%; left: 25px; display: flex; justify-content: space-between; }
.bigfot h3 {color: black;font-size: 1.2rem;line-height: 5;font-weight: 350;}
.bigfot a {color: gray;line-height: 30px;}
.bigdl:hover { box-shadow: gray 0px 0px 30px 0px; }
.bigb1 { width: 40%; height: 100%; border: 1px solid rgb(0, 159, 46); text-align: center; transition: background-color 0.3s ease 0s; cursor: pointer; float: left; margin-right: 60px; }
.bigb1 a {line-height: 4.2;font-size: 1rem;font-weight: 500;color: black;transition: color 0.3s ease 0s;padding: 14% 21% 16% 21%;}
.bigb1:hover { background-color: rgb(0, 159, 46); }
.bigb1:hover a { color: white; }
.bigal {width: 74.5%;height: 450px;margin-left: 25%;}
.biga1 { width: 32.1%; height: 80%; margin-top: 5%; float: left; margin-right: 1%; }
.bigaimg { width: 100%; height: 85%; }
.bigaimg img { width: 100%; height: 100%; }
.bigaf { width: 100%; height: 15%; text-align: center; }
.bigaf a { color: rgb(0, 0, 0); line-height: 3; transition: color 0.3s ease 0s; }
.biga1:hover .bigaf a { color: rgb(0, 159, 46); }
.biga1:hover { box-shadow: gray 0px 0px 30px 0px; }
.homeTie { font-size: 0.875rem; text-align: center; padding-top: 40px; padding-bottom: 40px; }
.homeTie p{margin-top: 5px;color: gray;font-size: 16px;}
.hTitle { font-size: 2.571rem; color: rgb(25, 25, 25); font-weight: 700; }
.hTitle b { color: rgb(0, 159, 46); }
.hTitle span {position: relative;padding: 0px 25px;font-size: 40px;}
.tel img {
    width: 50px;
    position: relative;
    top: 28px;
    left: -12%;
}
.tel p {
    position: relative;
    top: -57px;
    left: 12%;
    font-size: 20px;
}
.caseL li a {
    display: block;
    padding: 0px 5% 0px 8%;
    color: rgb(51, 51, 51);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid rgb(228, 228, 228);
    font-weight: 530;
    font-size: 1.143em;
    height: 70px;
    line-height: 70px;
}
.caseL li a:hover {
    background: rgb(0, 159, 46);
    color: rgb(255, 255, 255);
}
.homeTie hr{
    width: 100px;
    height: 1.5px;
    color: lightgray;
    margin: 15px auto;
    background-color: lightgray;
    border: none;
}
.fwlc{
    width: 100%;
    height: 910px;
    background-color: #fff;
}
.fwlcauto{
    width: 100%;
    height: 100%;
    margin: 0px auto;
    background-image: url(/template/dlhb/skin/images/fwlc.jpg);
    background-size: 100% 617px;
    background-repeat:no-repeat;
    text-align: center;
}
.fwlcfot{padding-top: 50px;}
.fwlcfot p:nth-child(1){
    color: #000;
    font-size: 40px;
    font-weight: 550;
}
.fwlcfot P:nth-child(1) span{
    color: #009F2E;
}
.fwlcfot hr{
    width: 100px;
    height: 1.5px;
    color: lightgray;
    margin: 15px auto;
    background-color: lightgray;
    border: none;
}
.fwlcfot p:nth-child(3){
    color: gray;
    font-size: 16px;
}
.fwlcxs{
    width: 1250px;
    height: 700px;
    margin: 0px auto;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.xs1{
    width: 24.8%;
    height: 50%;
    background-color: #fff;
    border-bottom: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-left: 1px solid lightgray;
    text-align: center;
    transition: background-color .5s ease;
    cursor: pointer;
}
.xs1img{
    width: 76px;
    height: 75px;
    margin: 0px auto;
    overflow: hidden;
    margin-top: 70px;
}
.xs1imgca{
    width: 100%;
    height: calc(75px*2);
    transition: margin-top .5s ease;
}
.xs1 p{
    color: black;
    cursor: pointer;
    transition: color .3s ease;
}
.xs1 p:nth-child(2){
    font-weight: 550;
    font-size: 24px;
    margin: 20px auto;
}
.xs1 p:nth-child(3){
    font-size:15px;
    line-height: 2;
    width: 255px;
    margin: 0px auto;
}
.xs1:hover{background-color: #22ac3d;}
.xs1:hover p{color: white;}
.xs1:hover .xs1imgca{margin-top: -75px;}

.xs2{
    width: 24.8%;
    height: 50%;
    background-color: #fff;
    border-bottom: 1px solid lightgray;
    border-right: 1px solid lightgray;
    text-align: center;
    transition: background-color .5s ease;
    cursor: pointer;
}
.xs2img{
    width: 76px;
    height: 75px;
    margin: 0px auto;
    overflow: hidden;
    margin-top: 60px;
}
.xs2imgca{
    width: 100%;
    height: calc(75px*2);
    transition: margin-top .5s ease;
}
.xs2 p{
    color: black;
    cursor: pointer;
    transition: color .3s ease;
}
.xs2 p:nth-child(2){
    font-weight: 550;
    font-size: 24px;
    margin: 20px auto;
}
.xs2 p:nth-child(3){
    font-size:15px;
    line-height: 2;
    width: 255px;
    margin: 0px auto;
}
.xs2:hover{background-color: #22ac3d;}
.xs2:hover p{color: white;}
.xs2:hover .xs1imgca{margin-top: -75px;}

.xs3{
    width: 24.8%;
    height: 50%;
    background-color: #fff;
    border-bottom: 1px solid lightgray;
    border-right: 1px solid lightgray;
    text-align: center;
    transition: background-color .5s ease;
    cursor: pointer;
}
.xs3img{
    width: 76px;
    height: 75px;
    margin: 0px auto;
    overflow: hidden;
    margin-top: 60px;
}
.xs3imgca{
    width: 100%;
    height: calc(75px*2);
    transition: margin-top .5s ease;
}
.xs3 p{
    color: black;
    cursor: pointer;
    transition: color .3s ease;
}
.xs3 p:nth-child(2){
    font-weight: 550;
    font-size: 24px;
    margin: 20px auto;
}
.xs3 p:nth-child(3){
    font-size:15px;
    line-height: 2;
    width: 255px;
    margin: 0px auto;
}
.xs3:hover{background-color: #22ac3d;}
.xs3:hover p{color: white;}
.xs3:hover .xs1imgca{margin-top: -75px;}

.xs4{
    width: 24.8%;
    height: 50%;
    background-color: #fff;
    border-bottom: 1px solid lightgray;
    border-right: 1px solid lightgray;
    text-align: center;
    transition: background-color .5s ease;
    cursor: pointer;
}
.xs4img{
    width: 76px;
    height: 75px;
    margin: 0px auto;
    overflow: hidden;
    margin-top: 60px;
}
.xs4imgca{
    width: 100%;
    height: calc(75px*2);
    transition: margin-top .5s ease;
}
.xs4 p{
    color: black;
    cursor: pointer;
    transition: color .3s ease;
}
.xs4 p:nth-child(2){
    font-weight: 550;
    font-size: 24px;
    margin: 20px auto;
}
.xs4 p:nth-child(3){
    font-size:15px;
    line-height: 2;
    width: 255px;
    margin: 0px auto;
}
.xs4:hover{background-color: #22ac3d;}
.xs4:hover p{color: white;}
.xs4:hover .xs1imgca{margin-top: -75px;}

.xs5{
    width: 24.8%;
    height: 50%;
    background-color: #fff;
    border-right: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    text-align: center;
    transition: background-color .5s ease;
    cursor: pointer;
}
.xs5img{
    width: 76px;
    height: 75px;
    margin: 0px auto;
    overflow: hidden;
    margin-top: 60px;
}
.xs5imgca{
    width: 100%;
    height: calc(75px*2);
    transition: margin-top .5s ease;
}
.xs5 p{
    color: black;
    cursor: pointer;
    transition: color .3s ease;
}
.xs5 p:nth-child(2){
    font-weight: 550;
    font-size: 24px;
    margin: 20px auto;
}
.xs5 p:nth-child(3){
    font-size:15px;
    line-height: 2;
    width: 255px;
    margin: 0px auto;
}
.xs5:hover{background-color: #22ac3d;}
.xs5:hover p{color: white;}
.xs5:hover .xs1imgca{margin-top: -75px;}
.xs6{
    width: 24.8%;
    height: 50%;
    background-color: #fff;
    border-right: 1px solid lightgray;
    text-align: center;
    transition: background-color .5s ease;
    cursor: pointer;
}
.xs6{
    width: 24.8%;
    height: 50%;
    background-color: #fff;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    text-align: center;
    transition: background-color .5s ease;
    cursor: pointer;
}
.xs6img{
    width: 76px;
    height: 75px;
    margin: 0px auto;
    overflow: hidden;
    margin-top: 60px;
}
.xs6imgca{
    width: 100%;
    height: calc(75px*2);
    transition: margin-top .5s ease;
}
.xs6 p{
    color: black;
    cursor: pointer;
    transition: color .3s ease;
}
.xs6 p:nth-child(2){
    font-weight: 550;
    font-size: 24px;
    margin: 20px auto;
}
.xs6 p:nth-child(3){
    font-size:15px;
    line-height: 2;
    width: 255px;
    margin: 0px auto;
}
.xs6:hover{background-color: #22ac3d;}
.xs6:hover p{color: white;}
.xs6:hover .xs1imgca{margin-top: -75px;}
.xs7{
    width: 24.8%;
    height: 50%;
    background-color: #fff;
    border-right: 1px solid lightgray;
    text-align: center;
    transition: background-color .5s ease;
    cursor: pointer;
}
.xs7{
    width: 24.8%;
    height: 50%;
    background-color: #fff;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    text-align: center;
    transition: background-color .5s ease;
    cursor: pointer;
}
.xs7img{
    width: 76px;
    height: 75px;
    margin: 0px auto;
    overflow: hidden;
    margin-top: 60px;
}
.xs7imgca{
    width: 100%;
    height: calc(75px*2);
    transition: margin-top .5s ease;
}
.xs7 p{
    color: black;
    cursor: pointer;
    transition: color .3s ease;
}
.xs7 p:nth-child(2){
    font-weight: 550;
    font-size: 24px;
    margin: 20px auto;
}
.xs7 p:nth-child(3){
    font-size:15px;
    line-height: 2;
    width: 255px;
    margin: 0px auto;
}
.xs7:hover{background-color: #22ac3d;}
.xs7:hover p{color: white;}
.xs7:hover .xs1imgca{margin-top: -75px;}


.xs8{
    width: 24.8%;
    height: 50%;
    background-color: #fff;
    text-align: center;
    transition: background-color .5s ease;
    cursor: pointer;
}
.xs8{
    width: 24.8%;
    height: 50%;
    background-color: #fff;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    text-align: center;
    transition: background-color .5s ease;
    cursor: pointer;
}
.xs8img{
    width: 76px;
    height: 75px;
    margin: 0px auto;
    overflow: hidden;
    margin-top: 60px;
}
.xs8imgca{
    width: 100%;
    height: calc(75px*2);
    transition: margin-top .5s ease;
}
.xs8 p{
    color: black;
    cursor: pointer;
    transition: color .3s ease;
}
.xs8 p:nth-child(2){
    font-weight: 550;
    font-size: 24px;
    margin: 20px auto;
}
.xs8 p:nth-child(3){
    font-size:15px;
    line-height: 2;
    width: 255px;
    margin: 0px auto;
}
.xs8:hover{background-color: #22ac3d;}
.xs8:hover p{color: white;}
.xs8:hover .xs1imgca{margin-top: -75px;}
.gsjj{
    width: 100%;
    height: 1000px;
    background-color: #fff;
    padding: 30px 0px;
}
.gsjjauto{
    width: 1400px;
    height: 100%;
    margin: 0px auto;
}
.gsjjfot{
    text-align: center;
    padding-bottom: 20px;
}
.gsjjfot p:nth-child(1){
    color: #000;
    font-size: 40px;
    font-weight: 550;
}
.gsjjfot span{
    color:#009F2E;
    font-size: 40px;
    font-weight: 550;
}
.gsjjfot hr{
    width: 100px;
    height: 1.5px;
    color: lightgray;
    margin: 15px auto;
    background-color: lightgray;
    border: none;
}
.gsjjfot p:nth-child(3){
    color: gray;
    font-size: 16px;
}
.gsjjab{
    width: 100%;
    height: 420px;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}
.gsjjableft{
    width:50%;
    height: 100%;
}
.gsjjableft img{
    width: 100%;
    height: 100%;
}
.gsjjabright{
    width: 50%;
    height: 100%;
}
.gsjjabright p{
    margin-left: 40px;
}
.gsjjabright p:nth-child(1){
    color: #22ac3d;
    font-size: 30px;
    font-weight: 550;
    line-height: 3.5;
}
.gsjjabright p:nth-child(2){
    width: 650px;
    font-size: 15px;
    color: #666;
    line-height: 2.8;
}
.gsjjbtn{
    width: 525px;
    height: 85px;
    border: 1px solid #eee;
    margin-left: 40px;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gsjjbtn1{
    width: 173px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gsjjbtn1img{
    width: 30px;
    height: 30px;
    position: relative;
    left: 25px;
    overflow: hidden;
}
.gsjjbtn1imgca{
    width: 100%;
    height: calc(30px * 2);
    transition: margin-top .3s ease;
}
.gsjjbtn1 a{
    font-size: 18px;
    color: #333;
    position: relative;
    right: 0px;
    padding: 18% 18% 17% 22%;
    transition: color .2s ease;
}
.gsjjbtn1:hover .gsjjbtn1imgca{ margin-top: -30px;}
.gsjjbtn1:hover a{color: #31ad38}
.gsjjbtnjg{
    width: 1px;
    height: 70%;
    border: none;
    background-color: #eee;
}
.gsjjqh1{
    width: 100%;
    height: 440px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gsjjqh1nr1{width: 450px;height: 400px;cursor: pointer;position: relative;}
.gsjjqh1nr1 img{
    width: 100%;
    height: 85%;
}
.gsjjqh1nr1 p{
    width: 100%;
    height: 15%;
    margin-top: -1%;
    text-align: center;
    font-size: 18px;
    line-height: 3.4;
    transition: color .3s ease;
    transition: background-color .5s ease;
    background-color: #f5f5f5;
    color: black;
}
.gsjjqh1nr1:hover p{
    color: #fff;
    background-color:#31ad38 ;
}
.gsjjqh1nr2{
    width: 450px;
    height: 400px;
    cursor: pointer;
}
.gsjjqh1nr2 img{
    width: 100%;
    height: 85%;
}
.gsjjqh1nr2 p{
    width: 100%;
    height: 15%;
    margin-top: -1%;
    text-align: center;
    font-size: 18px;
    line-height: 3.4;
    transition: color .3s ease;
    transition: background-color .5s ease;
    background-color: #f5f5f5;
    color: black;
}
.gsjjqh1nr2:hover p{
    color: #fff;
    background-color:#31ad38 ;
}
.gsjjqh1nr3{
    width: 450px;
    height: 400px;
    cursor: pointer;
}
.gsjjqh1nr3 img{
    width: 100%;
    height: 85%;
}
.gsjjqh1nr3 p{
    width: 100%;
    height: 15%;
    margin-top: -1%;
    text-align: center;
    font-size: 18px;
    line-height: 3.4;
    transition: color .3s ease;
    transition: background-color .5s ease;
    background-color: #f5f5f5;
    color: black;
}
.gsjjqh1nr3:hover p{
    color: #fff;
    background-color:#31ad38 ;
}
.gsjjqh2{
    width: 100%;
    height: 440px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gsjjqh2nr1{width: 450px;height: 400px;cursor: pointer;}
.gsjjqh2nr1 img{
    width: 100%;
    height: 85%;
}
.gsjjqh2nr1 p{
    color: black;
    width: 100%;
    height: 15%;
    margin-top: -1%;
    text-align: center;
    font-size: 18px;
    line-height: 3.4;
    transition: color .3s ease;
    transition: background-color .5s ease;
    background-color: #f5f5f5;
}
.gsjjqh2nr1:hover p{
    color: #fff;
    background-color:#31ad38 ;
}
.gsjjqh2nr2{
    color: black;
    width: 450px;
    height: 400px;
    cursor: pointer;
}
.gsjjqh2nr2 img{
    width: 100%;
    height: 85%;
}
.gsjjqh2nr2 p{
    color: black;
    width: 100%;
    height: 15%;
    margin-top: -1%;
    text-align: center;
    font-size: 18px;
    line-height: 3.4;
    transition: color .3s ease;
    transition: background-color .5s ease;
    background-color: #fff;
}
.gsjjqh2nr2:hover p{
    color: #fff;
    background-color:#31ad38 ;
}
.gsjjqh2nr3{
    width: 450px;
    height: 400px;
    cursor: pointer;
}
.gsjjqh2nr3 img{
    width: 100%;
    height: 85%;
}
.gsjjqh2nr3 p{
    color: black;
    width: 100%;
    height: 15%;
    margin-top: -1%;
    text-align: center;
    font-size: 18px;
    line-height: 3.4;
    transition: color .3s ease;
    transition: background-color .5s ease;
    background-color: #fff;
}
.gsjjqh2nr3:hover p{
    color: #fff;
    background-color:#31ad38 ;
}
.gsjjqh3{
    width: 100%;
    height: 440px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gsjjqh3nr1{width: 450px;height: 400px;cursor: pointer;}
.gsjjqh3nr1 img{
    width: 100%;
    height: 85%;
}
.gsjjqh3nr1 p{
    color: black;
    width: 100%;
    height: 15%;
    margin-top: -1%;
    text-align: center;
    font-size: 18px;
    line-height: 3.4;
    transition: color .3s ease;
    transition: background-color .5s ease;
    background-color: #f5f5f5;
}
.gsjjqh3nr1:hover p{
    color: #fff;
    background-color:#31ad38 ;
}
.gsjjqh3nr2{
    width: 450px;
    height: 400px;
    cursor: pointer;
}
.gsjjqh3nr2 img{
    width: 100%;
    height: 85%;
}
.gsjjqh3nr2 p{
    color: black;
    width: 100%;
    height: 15%;
    margin-top: -1%;
    text-align: center;
    font-size: 18px;
    line-height: 3.4;
    transition: color .3s ease;
    transition: background-color .5s ease;
    background-color: #f5f5f5;
}
.gsjjqh3nr2:hover p{
    color: #fff;
    background-color:#31ad38 ;
}
.gsjjqh3nr3{
    width: 450px;
    height: 400px;
    cursor: pointer;
}
.gsjjqh3nr3 img{
    width: 100%;
    height: 85%;
}
.gsjjqh3nr3 p{
    color: black;
    width: 100%;
    height: 15%;
    margin-top: -1%;
    text-align: center;
    font-size: 18px;
    line-height: 3.4;
    transition: color .3s ease;
    transition: background-color .5s ease;
    background-color: #f5f5f5;
}
.gsjjqh3nr3:hover p{
    color: #fff;
    background-color:#31ad38 ;
}
.new{
    width: 100%;
    height: 690px;
    background-color: #fff;
    padding-top: 40px;
}
.newauto{
    width: 1400px;
    height: 100%;
    margin: 0px auto;
}
.newfot{
    width: 100%;
    height: 73px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news1left{
    width: 400px;
    height: 100%;
}
.news1left p:nth-child(1){
    color: black;
    font-size: 40px;
    font-weight: 550;
}
.news1left p:nth-child(2){
    color: #999;
    font-size: 16px;
}
.new1right{
    width: 600px;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: end;
}
.new1rig{
    width: 165px;
    background-color: #fff;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    transition: background-color .5s ease;
}
.new1rig a{
    line-height: 2.4;
    padding: 6% 26% 6% 26%;
    color: #666;
    font-size: 18px;
    transition: color .3s ease;
}
.new1rig:hover{
    background-color: #31ad38;
}
.new1rig:hover a{
    color: #fff;
}
.newnr{
    width: 100%;
    height: 440px;
    margin-top: 50px;
    overflow: hidden;
}
.newnrca{
    width: calc(100%*3);
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: margin-left .5s ease;
}
.newnrca1{
    width: 33.3%;
    height: 100%;
    display: flex;
    transition: margin-left .5s ease;
    justify-content: space-between;
    align-items: center;
}
.news2left{
    width: 48%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.news2left1{
    width: 48%;
    height: 100%;
}
.news2left1 a img:nth-child(1){
    width: 100%;
    height: 55%;
}
.news2left1 p:nth-child(2){
    color: #000;
    font-size: 18px;
    margin-top: 30px;
}
.news2left1 p:nth-child(3){
    color: #888;
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
}
.news2left1 p:nth-child(4){
    color: #888;
    font-size: 15px;
    line-height: 2;
    margin-top: 20px;
    display: inline-block;
}
.bya img{
    width: 28px !important;
    height: 28px !important;
    position: relative;
    left: 61%;
    top: 8px;
}
.news2right{
    width: 50%;
    height: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}
.news2rightnr{
    width: 99%;
    height: 32%;
    border-top: 1px solid #f2f5f5;
    border-bottom: 1px solid #f2f5f5;
    border-right: 1px solid #f2f5f5;
    border-left: 1px solid #f2f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: box-shadow .5s ease;
}
.news2data{
    width: 130px;
    height: 100%;
}
.news2data p{
    text-align: center;
    margin-top: 20px;
    margin-left: 7px;
}
.news2data span:nth-child(1){
    color: black;
    font-size: 46px;
    font-weight: 550;
}
.news2data span:nth-child(2){
    font-size: 14px;
}
.lsi{
    width: 1px;
    height: 80%;
    border: none;
    background-color: #f2f5f5;
    position: relative;
    left: -12px;
}
.news2fot{
    width: 550px;
    height: 100%;
}
.news2fot p:nth-child(1){
    margin-top:30px;
    font-size: 18px;
    color: #333333;
}
.news2fot p:nth-child(2){
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #888;
    width: 480px;
}
.news3rightnr{
    width: 99%;
    height: 32%;
    display: flex;
    border-bottom: 1px solid #f2f5f5;
    border-left: 1px solid #f2f5f5;
    border-right: 1px solid #f2f5f5;
    justify-content: space-between;
    align-items: center;
    transition:box-shadow .5s ease;
}
.news3rightnr:hover{
    box-shadow: 0 0 5px #ccc;
}
.news2rightnr:hover{
    box-shadow: 0 0 5px #ccc;
}

.news2fot p a{
    font-size: 18px;
    color: #333333;
}
.footer{
    width: 100%;
    height: 380px;
    background-color: rgb(55, 55, 55);
}
.footerauto{
    width: 1400px;
    height: 100%;
    margin: 0px auto;
}
.foothead { width: 100%; height: 80px; float: left; margin-top: 0px; }
.foothead ul { margin-left: 200px; }
.foothead ul li { float: left; width: 140px; height: 100%; text-align: center; line-height: 5; }
.foothead ul li a { color: rgb(190, 190, 190); }
.footset { width: 1000px; margin-top: 25px; float: left; margin-left: 90px; }
.footset p { color: rgb(190, 190, 190); margin-top: 10px; line-height: 2; font-size: 15px; }
.footewm { width: 200px; height: 200px; float: left; margin-top: 40px; margin-left: 17px; text-align: center; }
.footewm img {width: 150px;height: 150px;margin-top: 20px;}
.foothead hr { color: white; height: 1px; background-color: white; width: 100%; }