
@media screen and (max-width: 1600px) {
    .banner{
        height: 290px !important;
    }
}


.frb {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 14px;
}

.font20 {
    font-size: 20px;
}
.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 18px;
}

.frcc {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.fcs {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.frr {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.fra {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.fc {
    display: flex;
    flex-direction: column;
}

.fcce {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.fce {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.fcc {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.fccc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fcsc {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}
.fcsb{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.c3{
    color: #333;
}
.c6{
    color: #666;
}

.fwrap {
    flex-wrap: wrap;
}

.flex-item {
    padding: 0;
    margin: 0;
    width: 100%;
}

.ac {
    align-items: center;
}

.ae {
    align-items: flex-end;
}

.head {
    height: 82px;
    width: 1200px;
}

.logo {
    height: 61px;
    width: 142px;
}

.menu {
    width: 900px;
}

.tel-icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.menu {
    line-height: 45px;
    font-size: 16px;
}
.menu_item:hover{
    color: red  ;
}

.language {
    background: rgb(192, 0, 0);
    padding: 10px;
    border-radius: 20px;
    width: 140px;
    font-size: 16px;
    height: 16px;
    color: white;
    cursor: pointer;
}

.sz {
    cursor: pointer;
}

.line {
    display: block;
    width: 1px;
    height: 16px;
    background: white;
}

.menu a,
.language {
    margin-left: 50px;
}

.telinfo {
    margin-bottom: 6px;
    margin-right: 13px;
}

.telinfo span {
    font-size: 18px;
}

.layui-fluid {
    padding: 0px;
}

.index-carousel {
    margin-top: 20px;
    max-width: 1920px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index-ys {
    margin-top: 80px;
}

.index-ys span {
    font-size: 36px;
    font-weight: bold;
}

.ys-box {
    margin-top: 50px;
}

.w12 {
    width: 1200px;
}
.mw12{
    min-width:1200px !important;
}

.box-item {
    height: 330px;
    width: 380px;
    border-radius: 5px;
    box-shadow: 0 1px 15px #eee;
    transition: all 0.5s;
}

.box-item:hover {
    background: rgb(192, 0, 0);
    color: white !important;
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
    transform: scale(1.05)
}
.box-item:hover .bcon{
    color: white !important;
}
.box-item img {
    margin-top: 70px;
}
.ys-box .box-item:nth-child(1):hover{
    color: red;
}

.btitle {
    margin-top: 34px;
    width: 260px;
    height: 40px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
}

.bcon {
    margin-top: 28px;
    width: 336px;
    text-align: left;
    height: 43px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #666666;
}

.index-about {
    position: relative;
}

.index-about img {
    width: 100%;
}

.about-desc {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.menu-title {
    font-size: 36px;
    font-weight: bold;
}

.fontw {
    color: #fff !important;
}

.about-con {
    margin-top: 50px;
    width: 774px;
    font-family: MicrosoftYaHei;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
}

.a-more {
    margin-top: 48px;
    text-align: center;
    display: inline-block;
    font-size: 17px;
    line-height: 44px;
    width: 197px;
    height: 44px;
    border-radius: 10px;
    border: solid 1px #ffffff;
}

.index-about .a-more:hover {
    color: white;
}
.marTop10{
    margin-top: 10px;
}

.marTop15 {
    margin-top: 15px;
}

.marTop20 {
    margin-top: 20px;
}

.marTop30 {
    margin-top: 30px;
}

.marTop40 {
    margin-top: 40px;
}

.marTop50 {
    margin-top: 40px;
}

.fbitem {
    width: 187px;
    height: 380px;
    background: #666666;
    position: relative;
    transition: all 0.5s;
}

.fbitem:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.3);
}

.bgimg {
    background-repeat: no-repeat;
    background-size: cover;
}

.fbitem div {
    position: absolute;
    bottom: 0px;
    width: 187px;
    height: 44px;
    color: white;
    background: rgb(192, 0, 0);
    line-height: 44px;
    line-height: 44px;
    font-size: 17px;
    text-align: center;
}

.success {
    height: 600px;
}

.success-list {
    width: 1200px;
}

.su-item {
    width: 385px;
    height: 91px;
    border: solid 1px #e5e5e5;
    border-radius: 1px 5px 5px 1px;
    border-left: solid 2px red;
    margin-bottom: 20px;
}
.su-item:hover{
    border-left:  2px red;
    border-radius: 1px;
}

.su-title {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 30px;
    color: #2e2d33;
    margin-left: 20px;
    margin-top: 24px;
}

.su-time {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #999999;
    margin-left: 20px;
    margin-top: 2px;
}

.su-item:hover {
    color: white !important;
    background: red;
}

.red-btn {
    display: inline-block;
    width: 197px;
    text-align: center;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    margin-top: 20px;
    background-color: #c00000;
    border-radius: 10px;
}

.su-item:hover .su-title,
.su-item:hover .su-time {
    color: white;
}

.news {
    height: 1000px;
}

.news-item img {
    width: 286px;
    height: 200px;
}

.news-item {
    margin: 0px 7px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.5s;
}
.news-item:hover{
    transform: scale(1.05);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.news-title {
    font-size: 16px;
    letter-spacing: 0px;
    color: #d63232;
}

.news-time {
    font-size: 16px;
    color: #d63232;
}

.news-desc {
    font-size: 14px;
    color: #666;
    height: 40px;
}

.news-txt {
    width: 256px;
    background: white;
    padding: 15px;
    height: 125px;
}

.over1hide {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.over2hide {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.over3hide {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.lietou {
    width: 100%;
    height: 700px;
    ;
}

.lt-box {}

.lt-item {
    /* background: red; */
    background-image: url('../image/s1.png');
    background-repeat: no-repeat;
    background-position-x: 346px;
    background-position-y: 185px;
    width: 380px;
    height: 224px;
    margin: 0px 7px;
    margin-bottom: 15px;
}

.lt-title {
    font-size: 16px;
    font-weight: bold;
}

.yy {
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.15);
}

.lt-txt {
    padding: 35px 22px;
}

.lt-desc {
    height: 70px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 25px;
}

.lt-link {
    display: block;
    font-size: 16px;
    color: #333;
}

.lt-item:hover {
    background: url('../image/s2.png');
    background-repeat: no-repeat;
    background-position-x: 346px;
    background-position-y: 185px;
}

.lt-item:hover .lt-link,
.lt-item:hover .lt-title {
    color: red;
}

.option .a-more {
    border: solid 1px #000;
}

.divbg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hz-con {
     width: 376px;
    height: 251px;
    transition: all 0.1s;
}
.hz-con:hover{
    transform: scale(1.05);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.15);
}

.hz-box {
    width: 100%;
}

.hz-title {
    height: 32px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    text-align: center;
    width: 100%;
    background: rgba(5, 5, 5, 0.5);
    line-height: 32px;
    letter-spacing: 0px;
    color: #ffffff;
}

.map {
    width: 100%;
    height: 540px;
}

.callme {
    background: rgb(246, 246, 246)
}

.call-infobox {
    width: 273px;
    height: 202px;
    background-color: #ffffff;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.call-txt1 {
    font-size: 16px;
    letter-spacing: 0px;
    color: #666666
}

.call-txt2 {
    font-size: 18px;
    color: #333333;
}

.callinfo {
    width: 580px;
}

.call-infobox {
    margin-bottom: 25px
}

.call-qcode-txt {
    font-size: 16px;
    margin-top: 13px;
    color: #666;
}

.call-qcode{
    width: 140px;
    height: 140px;
    margin-top: 13px;
}

.ly {
    height: 200px;
}

.ly-title {
    font-size: 26px;
    line-height: 30px;
    color: #2e2d33;
}

.lyinfo {
    background: rgb(246, 246, 246);
}

.ly-tips {
    font-size: 16px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 18px;
}

.myform {
    width: 1130px;
    padding: 0px 35px;
}

.myform label {
    font-size: 16px;
    color: #333;
}

.index-input {
    border: none;
    margin-left: 5px;
    border-radius: 0;
    background: rgb(246, 246, 246);
    box-shadow: 0px 0px 0px 0px;
}

.input-box {
    /* padding-bottom: 8px; */
    border-bottom: 1px solid #b0b0b0;
}

.myform button {
    width: 197px;
    box-shadow: 0px 0px 0px 0px;
    height: 44px;
    border: none;
    background-color: #c00000;
    border-radius: 22px;
    font-size: 16px;
}

.foot {
    width: 100%;
    height: 180px;
    background: rgb(41, 41, 41)
}

.footbox {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.menu-link {
    width: 405px;
}

.menu-link a {
    color: #ffffff;
}
.yuan{
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: relative;
}
.show-wechat{
    position: relative;
}
.wx-qcode{
    position: absolute;
    display: none;
    top:-350%;
}
.show-wechat:hover .wx-qcode{
    display: inline-block;
}
.fix-photo:hover .fix-deatil{
    display: block;
}
.foot-info{
    background: #000;
    height: 50px;
    width: 100%;
}
.fix-info{
    z-index: 10;
    position: fixed;
    margin-top: 30vh;
    right: 20px;
    
}
.fix-yun{
    width: 50px;height: 50px;
    border-radius: 50%;
    background: rgb(85,85,85);
    margin-bottom: 10px;
    font-size: 22px;
}
.fix-deatil{
    background: url('../image/hhk.png');
    width: 210px;
    height: 50px;
    position: absolute;
    right: 55px;
    display: none;
   
}
.fix-photo{
    transition: all 0.4;
}
.fix-photo:hover .fix-deatil{
    display:flex;
}

.uline{
    width: 36px;
    height: 3px;
    background-color: #626262;
    border-radius: 2px;
}
.fix-yun:hover{
    background: red;
}

/* 关于公司 */
.about-deatil{

}
.banner{
    max-height: 350px;
    margin: 0 auto;
    margin-top: 21px;
    width: 100%;
    max-width: 1920px;
}
.banner-box{
    width: 100%;
}

.about-deatil-info{
        padding-bottom: 20px;
}
.simg{
    width: 219px;
    height: 146px;
}
.scon{
    max-height: 146px;

}
.scon:hover .stitle{
    color: #c00000;
}
.stitle{
    color: #2e2d33;
}
.stxt{
    color: #666;
    line-height: 24px;
    font-size: 14px
}
.title-time{
    margin-bottom: 15px;
}
.slist{
    padding-bottom: 20px;
    border-bottom:solid 1px #dbdbdb;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.pages{
    width: 150px;
    padding-bottom: 40px;
}
.pages a{
    font-size: 18px;
    color: #333;
   
}
.current{
    color: #c00000 !important;
}

/* 案例详情 */

.dtitle{
    height: 28px;
    border-left:solid red 4px ;
    line-height: 28px;
    font-size: 24px;
    padding-left: 27px;
    margin-bottom: 25px; 
}
.plan{
    border-radius: 5px;

    width: 1070px;
    padding: 25px 65px;
}
.rzinfo{
    width: 100%;
    border-bottom: solid 1px #d1d1d1
}
.ditem img{
    margin-right: 5px;
}
.ditem{
    margin-bottom: 10px;
}
.ditem span{
    font-size: 16px;
    color: #333;
}
.dbox{
    width: 330px;
    height: 70px;
}
.zpinputbox{
    margin-bottom: 60px;
}
.zpinput input{
    width: 286px;
    height: 38px;
    padding-left: 20px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
}
.zp-field{
    font-size: 16px;
    margin-bottom: 15px;
}
.zp-field span{
    color: red;
}
.input-item{
    margin-bottom: 24px;
}
.input-item button{
        width: 190px;
        height: 38px;
        background-color: #c00000;
        font-size: 16px;
        color: #fff;
        box-shadow: 0px 0px 0px 0px;
        border: none;
}
.fwfl-item{
    height: 270px;
    width: 145px;
    border-right: solid 1px #e3e3e3;
    line-height: 36px;
    font-size: 16px;
    margin-left: 74px;
}
.fwfl-item span:hover {
    color: red;
}
.lie-data{
    width: 100%;
    height: 664px;
}
.lie-data p{
    font-size: 36px;
    color: #fff;
    margin-top: 60px;font-weight: bold;
}

    .lie-desc {
        width: 961px;
        height: 65px;
        font-size: 16px;
        text-align: center;
        line-height: 26px;
        letter-spacing: 0px;
        color: #ffffff;
    }
    .grid{
        width: 401px;
        height: 197px;
        background-color: #ffffff;
       
    }
    .grid-mid{
        border-left: solid  1px #e1e1e1;
        border-right: solid  1px #e1e1e1;
    }
    .grid-line{
        width: 100%;
        height: 1px;
        background: #e1e1e1;
    }
    .s-data{
        font-size: 36px;
        color: #c00000;
    }
    .grid div:nth-child(2){
        font-size: 18px;
        color: #666;
        margin-top: 15px;
    }
.lc-card{
    width: 386px;
    height: 213px;
    transition: all 0.5s;
}
.lc-card-mid{
    margin: 0px 20px;
}
.lc-card div:nth-child(1){
        height: 22px;
        font-size: 18px;
        line-height: 22px;
        color: #ffffff;
        text-align: center;
        width: 240px;
        border-left: solid 2px white;
        border-right: solid 2px white;
      
}

.lc-card:hover{
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
    transform:scale(1.1);
}

.lc-card div:nth-child(2){
    margin-top: 10px;
        width: 337px;
        height: 45px;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 28px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.8;
        text-align: center;
}
.news-head{
    width: 100%;
    height: 350px;
    margin-top: 40px;
    margin-bottom: 50px;
}
.lunbo{
    width: 591px;
    height: 350px;
}
.news-lunbo{
    display:inline-block;
}
.news-lunbo img{
    width: 591px;
    height: 350px;
}
.lunbo-item-box{
    position: relative;
}

.zdnews{
    width: 591px;
}
.lun-title{
    position: absolute;
    width: 571px;
    height: 50px;
    background-color: rgba(0,0,0,.2);
    bottom: 0px;
    font-size: 18px;
    color: white;
    padding-left: 20px;
    line-height: 50px;
}
.zdnews div:nth-child(1){
    font-size: 24px;
    padding-bottom: 18px;
    border-bottom: solid 1px #999999 ;
}
.zdnews{
    margin-top: 20px;
}
.news-zd-title{
    display: inline-block;
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}
.news-zd-title:hover{
    color: #c00000;
}
.news-zy{
    color: #666;
    font-size: 14px;
    height: 40px;
    margin-top: 17px;
}
.news-list-item{
    height: 310px;
    width: 290px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom:35px;
}
.news-list-item img{
    width: 286px;
    height: 200px;
    transition: all 0.5s;
}
.news-list {
    width: 100%;
}
.news-main-title{
    padding-left: 10px;
    margin-top: 10px;
}
.news-main-time{
    padding-left: 10px;
    font-size: 14px;
    margin-top: 10px;
}
.news-main-zy {
    padding-left: 10px;
    margin-top:  10px;
}
.news-list-item:hover img{
    transform: scale(1.05);
}

.news-list-item:hover .news-main-title{
    color: red;
}

 
.news-detail-left{
        width: 780px;
}
.news-detail-right{
    width: 380px;
}
.fmt{
    width: 100%;
	padding-top: 20px;
}
.news-details-title{
    font-size: 28px;
}
.news-details-description{
	font-size: 14px;
    margin-top: 30px;
    color:#666666;

}
.article-content p{

	line-height:30px;
}
.order-info img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.order-info div{
    margin-right: 30px;
}
.pre-page img:nth-child(2){
    width: 72px;
    height: 50px;
}
.pre-page *{
    margin-right: 8px;
}
.news-list-right{
    display: inline-block;
    margin-bottom: 20px;
}
.news-list-right .divbg{
    width: 379px;
	height: 265px;
}
.news-list-right div:nth-child(4){
        height: 41px;
        font-size: 16px;
        color: #666666 !important;
}
.news-list-right:hover .nt{
    color: red !important;
}
.news-detail-line{
    width: 1200px;
    height: 1px;
    background-color: #e4e4e4;
    margin:25px 0px;
}
.news-tj-item img{
    display: inherit;
    width: 118px;
    height: 83px;
    margin-right: 20px;
}
.news-tj-item .frc div:nth-child(1){
    color: #333;
    font-size: 18px;
    padding: 10px 0px;
}
.news-tj-item .frc div:nth-child(2){
        color: #666;
        font-size: 14px;
}
.news-tj-item{
    padding-bottom: 20px;
}
.news-jt-title:hover{
    color: red !important;
}
.xgtj{
    margin-bottom: 40px;
}
.myzp{
        background: #c00000;
        font-family: MicrosoftYaHei;
        font-size: 16px;
        line-height: 513px;
        width: 160px;
        height: 46px;
        line-height: 46px;
        text-align: center;
        letter-spacing: 0px;
        color: #ffffff;
}
.search-info{
        height: 44px;
        width: 950px;
        border: solid 1px #cccccc;
        position: relative;
}
.search-info img{
    position: absolute;
    left:100px;
}
.search-icon{
    height: 46px;
    width: 77px;
    border: none;
    border-radius: 0px;
}
.search-type{
    height: 100%;
    border:none;
    min-width: 110px;
    padding-right: 15px;
    margin-left: 20px;
    text-align: center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.search-type option{
    margin-bottom: 5px;
    font-size: 16px;
 
}
.search-line{
    height: 24px;
    width: 2px;
    margin-left: 10px;
    background: #dcdcdc;
}

.search-info  img{
    width: 12px;
    height: 12px;
    transition: all 0.2;
    transform: rotate(90deg);
}
.search-info input{
    border-radius: 0;
    border: none;
    width: 100%;
    box-shadow: 0px 0px 0px 0px;
    padding-left: 28px;
    font-size: 16px;
    line-height: 44px;
    height: 38px;
}
.search-info option{
    padding-left: 5px;
}
.update-time div:nth-child(1){
    margin-left: 20px;
}
.search-radioc{
margin-left: 45px;
}
.update-time{
    margin-top: 22px;
}
.update-time input{
    margin-right: 8px;
}
.search-line-all{
    width: 100%;
    height: 1px;
    background:  #e1e1e1;
}

.lt-plan{
    width: 1150px;
    height: 107px;
    margin-bottom: 20px;
    margin-top: 25px;
    padding: 30px 25px;
	background-color: #ffffff;
	box-shadow: 0px 5px 12px 0px 
        rgba(0, 0, 0, 0.11);
    transition: all 0.3s;
    cursor: pointer;
}
.lt-plan:hover{
    box-shadow: 0px 5px 30px 0px 
        rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
}
.lt-zp-info{

}
.d-item{
    padding-right: 18px;
    margin-right: 30px;
    font-size: 16px;
    border-right: solid #333 1px
}
.dy-item{
    padding: 10px 20px;
    border: solid 1px #c4c4c4;
    margin-right: 15px;
}
.zp-detail:hover{
    color: red;
}
.mb{
    height: 100vh;
    width: 100vw;
    position: fixed;
    background: rgba(0, 0, 0,.5);
    z-index: 999;
    display: none;
}
.c-zp{
    position: fixed;
    width: 485px;
    height: 545px;
    margin: 0 auto;
    z-index: 1000;
	background-color: #ffffff;
    border-radius: 10px;
    padding: 20px 24px 44px 40px
}
.close img{
    width: 20px;
    height: 20px;
}
.ltzw-data-title{
    text-align: center;
    margin-bottom: 30px;
}
.lt-data-input span{
  font-size: 16px;
  color: #e21010;
  margin-left: 7px;
  height: 16px;
  line-height: 16px;
}
.lt-text,.lt-data-input input{
    padding: 10px;
    height: 20px;
    font-size: 14px;
    border: solid 1px #e5e5e5;
    width: 333px;
    color: #666;
    margin-left: 20px;
}
.lt-data-input{
    margin-bottom: 12px;
}
.lt-text{
    height: 80px;
    resize:none
}
.lt-field{
    width: 87px;
}


.sub-btn{
    width: 197px;
    box-shadow: 0px 0px 0px 0px;
    height: 44px;
    border: none;
    background-color: #c00000;
    border-radius: 22px;
    font-size: 16px;
    color: #fff;
}
.zw-d-info{
    margin-bottom: 20px;
}
.zw-d-info  img{
    display: inline-block;
    margin-right: 15px;
    width: 20px;
    height: 20px;
}
.zw-d-info  span{
    display: inline-block;
    margin-right: 8px;
}
.lxfs-yuan{
    width: 33px;
    height: 33px;
    background: #dadada;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    margin-right: 18px;
}
.jl-plan{
    position: fixed;
    width: 700px;
    height: 500px;
    margin: 0 auto;
    z-index: 1000;
	background-color: #ffffff;
    border-radius: 10px;
    padding: 10px 30px 45px 40px
}
.zwd-form-item .lt-field{
    width: 100px;
}
.zwd-form-item input{
    width:241px
}
.textarea-box{
    padding: 10px;
    height: 120px;
    font-size: 14px;
    width: 550px;
    border: solid 1px #e5e5e5;
    color: #666;
}
#jltxt{
    height:80px;
    width: 100%;
    resize: none;
    border: none;
}
.upload{
    width: 110px;
    padding: 10px 20px;
	height: 20px;
	background-color: #e5e5e5;
	border: solid 1px #e5e5e5;
}
.upload div{
    margin-left: 12px;
}
.search-box .layui-form-select{
    width: 180px;
}
#share-3 a{
    margin-right: 10px;
}
.text-align-center{
    text-align: center;
}

.index-carousel .layui-carousel>[carousel-item]{
    overflow: visible;
    }
.index-carousel  .layui-carousel>[carousel-item]>*{
    height: auto;
    }
.index-carousel  .layui-carousel-ind{
    margin-top: -20px;
    top: auto;
    bottom: 10px;
    }

.sdeatil{
    max-height: 45px;
}



.banner-box img {
    width: auto !important;
}

.index-about img {
    width: 100%; position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-desc {
   position: relative;z-index: 11;
   padding: 40px 0;
}
.hz-con:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.15);
}
.hz-con {
    width: 25%;
    height: 251px;
    transition: all 0.1s;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
#Homevcode {
    position: static !important;
}

.myform label {
    font-size: 16px;
    color: #333;
    display: flex;
    align-content: center;
    white-space: nowrap;
}
.divbg{
    height:auto !important;
}





