html,body{
    height: 100%;

}
.container{
    max-width:1504px;
    margin:0 auto;
}
.detail-content{
    overflow: hidden;
}
.conta
.over{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.over2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.over4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.over3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}.over5{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}.over6{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

a{
    color:#333;
}
a:hover {
    text-decoration: none;
    color:#333;
}

.white-space{
    white-space: pre-line !important;
    word-break: break-all !important;
    word-wrap: break-word !important;
}

.label-checkbox {
    position: relative;
    font-size: 13px;
    color: #bbbbbb;
    width: 20px;
    margin-bottom: 0;

}

ul,li{
    /* list-style:none; */
}

.green{
    color:#21A63B !important;
}
/*隐藏input*/
input[type="checkbox"] {
    position: absolute;
    top: 12px;
    left: 10px;
    opacity: 0;
    visibility: hidden;
}

/*自定义radio*/
.icon-checkbox {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    background: url(../images/but_dx_n@2x.png);

    background-size: 100% 100%;
    vertical-align: -2px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 6px;
}

/*单选框选中后，自定义radio的样式*/
input[type="checkbox"]:checked+.icon-checkbox:after {
    position: absolute;
    content: "";
    left: 0;
    width: 14px;
    height: 14px;
    background: url(../images/but_dx_s@2x.png);
    background-size: 100% 100%;
}

input[type="checkbox"]:disabled+.icon-checkbox {
    background-color: #e8e8e8;
    border: 1px solid #979797;
}

input[type="checkbox"]:disabled:checked+.icon-checkbox:after {
    background-color: #c1c1c1;
}

/*自定义radio的过渡效果*/
.icon-checkbox {
    -webkit-transition: background-color ease-out .5s;
    transition: background-color ease-out .5s;
}
.hand{
	cursor: pointer;
}
.po{
	position: absolute;
}
.po_al_ce{
	top:50%;
	transform: translateY(-50%);
}
.po_ce{
	left:50%;
	transform: translateX(-50%);
}
.flex{
	display: flex;
}
.al_cent{
	align-items: center;
}
.al_start{
	align-items: flex-start;
}
.al_end{
	align-items: flex-end;
}
.ju_cent{
	justify-content: center;
}
.flex_w{
	flex-wrap: wrap;
}
.flex_nw{
	flex-wrap: nowrap;
}
.flexjsb{
	justify-content: space-between;
}
.fAround{
	justify-content: space-around;
}
.flex1{
	flex: 1;
}

.line1{
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:1; overflow: hidden;text-overflow:ellipsis;
}
.line2{
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2; overflow: hidden;text-overflow:ellipsis;
}
.line3{
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:3; overflow: hidden;text-overflow:ellipsis;
}
.line4{
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:4; overflow: hidden;text-overflow:ellipsis;
}


.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto{
    padding-left:0;
    padding-right:0;
}
.row{
    margin-right:0;
    margin-left:0;
}
.col-lg-1{
    flex:none;
}

.overflow{
    overflow: hidden;
  }

.none{
    display: none;
}
.mr30{
   margin-right:30px; 
}



/*头部搜索*/
.mesk{
    position:absolute;
    top:0;
    width:100%;
    height:100vh;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    z-index:998;
}
.search-top-box{
    display: none;
    background-color: #fff;
    width:100%;
    z-index:999;
    position:absolute;
    top:0;
    padding-top:113px;
    padding-bottom:59px;
}
.history-item{
    padding:0 20px;
    background-color:#E3E3E3 ;
    height: 43px;
    line-height: 43px;
    color:#333;
    text-align: center;
    margin-right:20px;
}
.history-del{
    font-size: 16px;
    font-family: Source Han Sans SC VF-Regular, Source Han Sans SC VF;
    font-weight: 400;
    color: #999999;
    line-height: 19px;
}
.search-btn{
    border:none;
    width: 115px;
    height: 55px;
    line-height: 55px;
    background: #21A63B;
    font-size: 24px;
    font-family: Source Han Sans SC VF-Regular, Source Han Sans SC VF;
    font-weight: 400;
    color: #FFFFFF;
}
.history-search-wen{
    height: 29px;
    font-size: 20px;
    font-family: Source Han Sans SC VF-Regular, Source Han Sans SC VF;
    color: #333333;
    line-height: 23px;
    margin-bottom:25px;
}
.search-close{
    width:25px;
    height:25px;
}
.search-logo{
    width:100px;
    height:49px;
}
.search-top{
    margin-bottom:63px;
}
.search-center{
    padding-bottom:22px;
    border-bottom:1px solid #ccc;
    margin-bottom:27px;
}
.search-keywords{
    border:none;
    width:80%;
}
.search-keywords:focus{
    outline:none;
}
/*头部搜索*/

/*底部*/
.go-top {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 414px;
    right: 24px;
    cursor: pointer;
    z-index: 998;
}
.footer{
    background: #333333;
    padding:28px 0 44px 0;
 }
 .footer-top{
    /* padding-bottom:26px; */
    border-bottom:1px solid #656565;
 }
 .footer-img{
    width:20px;
    height:20px;
 }
 .footer-bottom{
    padding-top:30px;
 }
 .footer-nav a{
    display:block;
 }
 .nav-one{
    /* height: 26px; */
    font-size: 18px;
    font-family: Source Han Sans SC VF-Bold, Source Han Sans SC VF;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 26px;
    margin-bottom:28px;
 }
 .footer-nav-item{
    padding-right:92px;
 }
 .footer-child-nav{
    /* height: 23px; */
    font-size: 16px;
    font-family: Source Han Sans SC VF-Normal, Source Han Sans SC VF;
    font-weight: 400;
    color: #EEEEEE;
    line-height: 23px;
    margin-bottom:23px;
 }
 .footer-child-nav:hover{
    color: #EEEEEE;
 }
 .aboutus{
    display: block;
    height: 26px;
    font-size: 18px;
    font-family: Source Han Sans SC VF-Bold, Source Han Sans SC VF;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 26px;
    margin-bottom:28px;
 }
 .wechat-code{
    width:140px;
    height:140px;
 }
 .footer-end{
    background: #191919;
    padding:23px 0;
    /* line-height:70px; */
 }
 .footer-icon{
    width:15px;
    height:15px;
 }
 .footer-tel{
    font-size: 24px;
    font-family: Source Han Sans SC VF-Regular, Source Han Sans SC VF;
    font-weight: 400;
    color: #DDDDDD;
    line-height:60px;
 }
 .footer-end-item{
    font-size: 12px;
    font-family: Source Han Sans SC VF-Normal, Source Han Sans SC VF;
    font-weight: 400;
    color: #DDDDDD;
    padding-right:15px;
 }
 .footer-end-item:last-child{
    padding-right:0;
 }
 .footer-line{
    padding:0 20px;
 }
 .footer-nav-item a:hover, .footer-end-item:hover{
    color:#fff;
 }
 .record-icon{
    width:20px;
    height:20px;
    margin-right: 5px;
 }
 /*底部*/
 /*暂无数据*/
.nodata-list{
    margin:0 auto;
    text-align: center;
    padding:20px 0;
}
.nodata-img{
    margin:0 auto;
    display: inline-block;
    max-width:100%;
}
.nodata-title{
    text-align: center;
    color:#999;
    margin-top:20px;
}
 /*分页*/
 .pagination{
    margin:50px auto;
    justify-content: center;
    flex-wrap:wrap;/*防止手机端出现页数过多，可换行展示*/
 }
 .pagination li{
    width:33px;
    height:33px;
    line-height: 33px;
    background: #F3F3F3;
    font-size: 16px;
    color:#333;
    text-align: center;
    margin:0 10px 5px 10px;
    border-radius: 5px 5px 5px 5px;

 }
 .pagination li.active{
    background: #21A63B;
    color:#fff;
 }
 .pagination li.disabled{
    color: #21A63B;
 }
 /*分页*/
 /*导航下的banner*/
 .banner-box{
    position:relative;
    /* width:100%;
    height:100%; */
}
.banner-img{
    width:100%;
}
 .banner-title-box{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
    font-size: 48px;
    height: 100%;
    display: flex;
    align-items: center;
 }
 .banner-title {
    font-size: 48px;
    font-family: Source Han Sans SC VF-Bold, Source Han Sans SC VF;
    font-weight: bold;
    color: #FFFFFF;
}
/*竖排查看更多*/
.more-text-content{
    margin: 0 auto;  height: 140px; writing-mode: vertical-rl;text-orientation:upright;letter-spacing: 7px;
}
.more-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.nav-list{
    z-index:999;
}
 /*导航下的banner*/
 @media (min-width: 1000px ) and (max-width: 1800px){
    @-moz-document url-prefix(){
        body {
            -moz-transform: scale(0.8, 0.8); /* Moz-browsers */
            margin-right:-25%;
          }
    }
    body {
      -moz-transform: scale(0.8, 0.8); /* Moz-browsers */
      /* margin-right:-25%; */
      -moz-transform-origin:top left;
        zoom: 0.8; /* Other non-webkit browsers */
        zoom: 80%; /* Webkit browsers */
    }
    .container{
        /* max-width:1140px !important; */
        /* -moz-transform: scale(0.9, 0.9);  */
    }
    .moztransform{
        /* -moz-transform: scale(0.9, 0.9);  */
    }
 }
/*面包屑*/
.navigation-box{
    background-color: #fff;
    color:#999999;
    padding-bottom:15px;
}
.navigation-content{
    height:80px;
    line-height:80px;
    border-bottom: 1px solid #EEEEEE;
}
.navigation-item{
    font-size: 20px;
    font-family: Source Han Sans SC VF-Normal, Source Han Sans SC VF;
    font-weight: 400;
    color: #999999;
    line-height: 23px;
    display:inline-block;
}
.navigation-end{
    font-size: 20px;
    font-family: Source Han Sans SC VF-Normal, Source Han Sans SC VF;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
}
.navigation-active{
    color:#21A63B;
    padding-bottom:27px;
    border-bottom:none !important;
}

.navigation-active::after {
    content: '';
    width: 50%;
    height: 1px;
    display: block;
    margin: 0 auto;
    border-bottom: 2px solid #21A63B;
    padding-top: 26px;
  }
  

.mr30{
    margin-right:30px;
}
.navigation-item:last-child{
    margin-right:0;
}
/* .navigation-content .container{
    padding-left:0;
    padding-right: 0;
} */


.word-break{
    word-break: break-all;
}
.tranz {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.banner-inner{
    /* height: auto !important; */
}
.banner-wrapper{
    height:100% !important; 
    padding-top:0 !important;
}
.banner-inner{
    position: unset !important;
    height:auto !important;
}
@media (min-width: 769px) {
    .big-picture:hover {
        transform: scale(1.2);
        transition: all .4s;
    }
}
/*面包屑*/
 @media (max-width: 768px) {
    body{
        position:relative;
    }
    /*手机导航*/
    .header-mobile{
        padding-top:5px;
        padding-bottom:5px;
        font-size:16px;
        color:#333333;
        position:fixed;
        background-color: #fff;
        z-index:999;
    }
    .mobile-nav-active{
        color:#21A63B;
        font-weight: bold;
    }
    .nav_tabs{
        width: 100%;
        position: absolute;
        top: 45px;
        left: 0;
        height: 100vh;
        background: rgba(0, 0, 0, 0.31);
        z-index: 999;
    }
    .nav_tabs-mobile{
        padding-top:20px;
        background-color: #F8F8F8;
    }
    .mobile-logo{
        width:71px;
        height:35px;
    }
    .mobile-search-img{
        width:20px;
        height:20px;
        margin-right: 20px;
    }
    .mobile-down{
        width:20px;
        height:17px;
    }
    .lang-mobile{
        padding:0 15px 0 15px;
    }
    .mobile-child-nav{
        padding-left:15px;
    }
    .mobile-nav-icon{
        width:12px;
        height:6px;
        margin-left:5px;
    }
    .mobile-child-nav-item{
        border-bottom:1px solid #ccc;
        height:57px;
        line-height: 57px;;
    }
    .mobile-child-nav-item span{
        /* padding-left:15px; */
    }
    .mobile-close-img{
        width:17px;
        height:16px;
    }
    .mobile-nav-icon-box{
        display: flex;
        flex: 1;
        justify-content: end;
        align-content: center;
        align-items: center;
        height:100%;
    }
    /*手机导航*/
    .place{
        padding-top:45px;
    }
     .search-top-box{
        padding-top:50px;
     }
     .search-top {
        margin-bottom: 10px;
        padding-top:20px;
    }
    .search-btn{
        height: 30px;
        line-height: 30px;
        font-size:18px;
        width: 100px
    }
    .search-center {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .history-search-wen{
        font-size:16px;
    }
    .history-item{
        height:30px;
        line-height:30px;
        padding:0 10px;
    }
    .search-top-box{
        padding-bottom:30px;
    }

    .search-close {
        width: 18px;
        height: 18px;
    }
    .history-del{
        font-size:14px;
    }
    .lang-box{
        width: fit-content !important;
        padding:0 20px;
    }
    .lang{
        width:80px;
        color:#333 !important;
        height:45px !important;
        line-height:45px !important;
    }
    .lang-list{
        right:-35px !important;
        top:50px !important;
    }

    /*底部*/
    .nav-one,.footer-child-nav{
        padding-bottom:15px;
        border-bottom:1px solid #656565;
        font-size:16px;
    }
    .footer-child-nav{
        padding-left:15px;
    }
    .footer-nav-item {
        padding-right: 0;
    }
    .footer-bottom-mobile{
        margin: 0 auto;
        text-align: center;
    }
    .mobile-bottom-right{
        width:12px;
        height:6px;
    }
    .footer-address,.footer-tel{
        display: block;
    }
    .footer-end {
        line-height: 30px;
    }
    .mobile-bottom-right-box{
        /* display: flex; */
        flex: 1;
        display:flex;
        justify-content:flex-end;
        align-content: center;
        align-items: center;
        width: auto;
        text-align: right;
        
    }
    .aboutus{
        font-size:16px;
        text-align: left;
    }
    .go-top {
        width: 50px;
        height: 50px;
    }
    .footer-tel{
        line-height: 30px;
    }
    p{
        margin-bottom:0 !important;
    }
    .footer-bottom {
        padding-top: 0;
    }
    .nav-one{
        margin-bottom:16px;
    }
   .footer-code{
    text-align: center;
   }
   .wechat-code{
      width:120px;
      height:120px;
   }

   .mce-preview-object{
    width:100% !important;
    height:auto !important;
   }
   video{
     width:100% !important;
     height:auto !important;
   }
   img{
    max-width: 100%;
   }


}