body{
    background:#fff;
    font-family: arial, 'Microsoft YaHei', helvetica, sans-serif!important;
}
.grey-bg{
    background-color:#f8f8f8;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 1) inset !important;
  }
 
 input:-webkit-autofill {
   -webkit-animation-name: autofill;
   -webkit-animation-fill-mode: both;
 }
 @-webkit-keyframes autofill {
   to {
     color: #000;
     background: transparent;
   }
 }
input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
	outline: none;
	background: none !important;
	border-color: #bf0c0d !important;
}
::-webkit-input-placeholder {
    color: #999;
}
input[type="text"],textarea {
	-webkit-appearance: none;
}
.margin-top-20{
    margin-top:20px;
}
/*内页页面页面标题*/
.alltit-banner{
    height:226px;
    background:url('/skin/images/innerbannerbg.png') no-repeat center top;
    background-size:cover;
    background-color:#fff;
    text-align: center;
    position: relative;
}
.alltit-banner .svg{
    width:100%;
    height:42px;
    overflow: hidden;
    left:0;
    bottom:0;
    position: absolute;
    z-index:1;
}
.alltit-banner .tit{
    display: inline-block;
    color:#fff;
    font-size:26px;
    letter-spacing: 2px;
    position: relative;
    top:80px;
}
.alltit-banner .tit:after{
    content: "";
    display: block;
    width:50px;
    border-top:2px solid rgba(255,255,255,0.35);
    position: absolute;
    left:50%;
    margin-left:-25px;
    bottom:-15px;
}
.top-panel{
    margin-top:50px;
    border-top:3px #00A550 solid;
    border-radius: 5px;
    overflow: hidden;
    padding:25px 20px 30px;
    background-color:#f8f8f8;
}
.notice-box .col-sm-1{
    width:3%;
}
.notice-box .col-sm-10{
    width:92%;
}
.notice-box .line-div{
    height:2px;
    background:#D8D8D8;
    position: relative;
    top:15px;
}
.notice-div{
    position: relative;
    padding-left:120px;
}
.notice-div .tit{
    position: absolute;
    left:10px;
    top:-3px;
    padding:3px 20px;
    border-radius: 20px;
    background:linear-gradient(137deg,#00a550 0%,#3c763d  100%);
}
.notice-div .tit i{
    display: inline-block;
    width:20px;
    height:32px;
    line-height:32px;
    text-align: center;
    color:#fff;
    border-radius: 50%;
    font-size:20px;
}
.notice-div  .tit b{
    color:#fff;
    font-size:16px;
    font-weight:normal
}
.notice-box .dowebok-hz li{
    line-height:2.3;
}
.notice-box .dowebok-hz li a{
    padding-left:15px;
    position: relative;
    color:#333;
    font-size:14px;
    transition: all 0.35s ease-in-out
}
.notice-box .dowebok-hz li a:before{
    display: block;
    position: absolute;
    content: "";
    width:6px;
    height:6px;
    border-radius:50%;
    background:#333;
    left:0;
    top:50%;
    margin-top:-2px;
    transition: all 0.35s ease-in-out
}
.notice-box .dowebok-hz li a:hover{
    color:#00A550;
    transition: all 0.35s ease-in-out
}
.notice-box .dowebok-hz li a:hover:before{
    background:#00A550;
    transition: all 0.35s ease-in-out
}
.notice-div .dowebok-hz{
    text-align: center
}
/*  新闻搜索 */
.search-box{
    margin-top:20px;
}
.search-div{
    background:#fff;
    border:1px solid #ddd;
    border-radius: 5px;
    position: relative;
    padding:15px 0;
    overflow: hidden;
}
.search-div .tit{
    font-size:20px;
    line-height: 1;
    color:#00A550;
    font-weight:600;
    text-align: center;
    border-right:1px solid #ddd
}
.search-ipt{
  display: block;
  width:100%;
  height:20px;
  line-height: 20px;
  border:none!important;
  outline: none!important;
  background:#fff!important
}
.search-div .label-div{
    padding-right:50px;
    height:20px;
    overflow: hidden;
}
.search-div .label-div a{
    display: inline-block;
    height:20px;
    line-height: 20px;
    font-size:12px;
    padding:0 10px;
    border-radius: 3px;
    background:#f8f8f8;
    color:#666;
}
.search-div .label-div a:hover{
    background:#00A550;
    color:#fff;
}
.search-btn1016{
    width:50px;
    height:52px;
    background:#D2D4D8;
    position: absolute;
    right:-1px;
    top:-15px;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.search-btn1016 .iconfont{
    display: block;
    font-size:24px;
    font-weight:600;
    line-height:52px;
    text-align: center;
    color:#00A550;
    transition: all 0.35s ease-in-out
}
.search-btn1016:hover{
    background:#00A550;
    transition: all 0.35s ease-in-out
}
.search-btn1016:hover .iconfont{
    color:#fff;
    transition: all 0.35s ease-in-out
}
.search-box .vr-img{
    display: block;
    height:53px;
    border-radius: 5px;
    overflow: hidden;
}
.panel0328{
    padding:20px;
    background:#fff;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(100,100,100,0.1)
}
.header-tit{
    position: relative;
    text-align: center;
}
.header-tit:after{
    content: "";
    display: block;
    width:100%;
    border-top:1px solid #ddd;
    position: absolute;
    top:12px;
    left:0;
}
.header-tit h3{
    margin:0 0 25px;
    display: inline-block;
    padding:0 20px;
    background:#fff;
    position: relative;
    z-index: 2;
    font-size:26px;
    color:#00A550;
    font-weight:600;
}
.header-tit h3 .iconfont{
   display: inline-block;
   font-size:26px;
   font-weight:normal;
   margin-right:8px;
   position: relative;
   top:2px;
}
.header-tit .morea{
    display: inline-block;
    padding-left:15px;
    background:#fff;
    position: absolute;
    right:0;
    top:12px;
    z-index: 2;
    color:#999;
    transform: translateY(-50%);
    transition: all 0.35s ease-in-out
}
.header-tit02{
 text-align: left;
}
.header-tit02 h3{
    padding-left:0;
}
/*展会动态*/
.dynamic-cent>div{
    float: left;
}
.dynamic-list{
   /* width:35%; */
}
.dynamic-cent .middle-box{
    width:30%;
}
.dynamic-list ul{
    padding-left:0;
}
.dynamic-list li{
    position: relative;
    padding:10px 0;
    border-bottom:1px dashed #eee;
}
.dynamic-list li:first-child{
    padding-top:0;
}
.dynamic-list li:last-child{
    border:none
}
.dynamic-list a{
    display: block;
    min-height:90px;
}
.dynamic-list a .ImgCrop{
    width: 130px;
    height: 90px;
    overflow: hidden;
    background: #000;
    border-radius: 4px;
    float: left;
    margin-right:15px;
}
.dynamic-list img{
    transition: all 0.35s ease-in-out
}
.dynamic-list a h4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    font-weight:600;
    margin:0;
    transition: all 0.35s ease-in-out
}
.dynamic-list a:hover img{
   opacity: 0.9;
   transition: all 0.35s ease-in-out
}
.dynamic-list a:hover h4{
    color:#00A550;
    transition: all 0.35s ease-in-out
}
.dynamic-list .label-a{
    display: inline-block;
    position: absolute;
    left:145px;
    bottom:10px;
    width: 90px;
    height:24px;
    min-height: auto;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    background: #F6F6F6;
    text-align: center;
    color: #999;
    transition: all 0.35s ease-in-out
}
.dynamic-list .label-a:hover{
    background:#00A550;
    color:#fff;
    transition: all 0.35s ease-in-out
}
.dynamic1023{
    padding:0 30px;
}
.dynamic1023 ul{
    padding-left:0;
}
.dynamic1023 li{
   padding-bottom:19px;
}
.dynamic1023 li:last-child{
    padding-bottom:0;
}
.dynamic1023 li a{
    display: block;
    width:100%;
    padding:22px 10px;
    border-radius:5px;
    text-align: center;
    transition: all .35s ease-in-out
}

.dynamic1023 li a .iconfont{
    font-size: 38px;
    margin: 0 15px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.dynamic1023 li a b{
    display: inline-block;
    color:#fff;
    height:48px;
    line-height:48px;
    font-size:20px;
    font-weight:bold;
    letter-spacing:3px;
    text-shadow:2px 2px 0px rgba(0,0,0,0.1);
}
.zilan-bg{
    background:linear-gradient(315deg,rgba(85,131,251,1) 0%,rgba(107,53,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #5583FB, endColorstr = #6B35F0);  
}
.honghuang-bg{
    background:linear-gradient(136deg,rgba(238,104,0,1) 0%,rgba(255,143,26,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #EE6800, endColorstr = #FF8F1A);  
}
.lvlan-bg{
    background:linear-gradient(132deg,rgba(0,113,185,1) 0%,rgba(92,193,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #0071B9, endColorstr = #5CC1FF);  
}
.graphic-swiper a, .line-20181121 {
    display: block;
    position: relative;
    height: 224px;
    overflow: hidden;
    border-radius: 6px;
    transition: all .25s linear;
}
.graphic-swiper a:hover, .line-20181121:hover{
    transform: scale(1.01,1.01);
    box-shadow: 0 2px 6px rgba(100,100,100,0.25);
    transition: all 0.35s ease-in-out
}
.line-20181121 img {
    opacity: 0.92;
    transition: all 0.3s ease-in-out;
}
.line-20181121 img {
    display: block;
}
.videphoto-div{
    padding-left:0;
    padding-right:30px;
}
.videphoto-div a{
    display: block;
    width:100%;
    border-radius: 5px;
    height:88px;
    line-height: 88px;
    position: relative;
    margin-bottom:20px;
    color:#fff;
    font-size: 22px;
    padding-left:100px;
    overflow: hidden;
    transition: all .35s ease
}
.videphoto-div a:after{
    content: "\e625";/**/
    font-family: "iconfont";
    display: block;
    font-size:24px;
    font-weight:600;
    position: absolute;
    right:15px;
    top:50%;
    transform: translateY(-50%)
}
.videphoto-div a .iconfont{
    display: inline-block;
    margin-right:15px;
    font-size:24px;
}
.videphoto-div a:before{
    font-size:60px;
    color:#fff;
    opacity: 0.1;
    display: block;
    position: absolute;
    left:0;
    bottom:-20px;
    font-family: "iconfont"
}
.videphoto-div .video-a:before{
    content: "\e640";/**/
}
.videphoto-div .photo-a:before{
    content: "\e67c";/**/
}
.dynamic1023 li a:hover,.videphoto-div a:hover{
    transform: scale(1.06);
    position: relative;
    z-index: 9;
    color:#fff;
    transition: all .35s ease
}
.header-news0308{
    color:#00A550;
    font-size:22px;
    margin-top:0;
}
.header-news0308 .iconfont{
    font-size:22px;
    margin-right:10px;
}
.header-news0308 i.iconfont.icon-baozhang{
    font-size:24px;
    position: relative;
    top:2px;
}
.botlist-1019 .uli14{
    margin-bottom: 0;
}
.botlist-1019 .uli14 li{
    padding:10px 0;
    height:60px;
}
.botlist-1019 .uli14 li a{
    font-size:15px;
}
.botlist-1019 ul.uli14{
    padding-left: 0!important;
}

.header-news0308 .morea{
    font-size:14px;
    color:#999;
    float: right;
    position: relative;
    right:10px;
    top:5px;
    z-index: 3;
}
.morea:hover{
    color:#00A550;
    text-shadow: 0 1px 1px rgba(120,10,10,0.15);
    transition: all 0.35s ease-in-out
}
.last-box .border-line:after{
    content: "";
    display: block;
    position: absolute;
    height:100%;
    border-right:1px solid #eee;
    left:-8px;
    top:0;
}
.focusNews a{
    display: block;
    border-radius: 5px;
    overflow: hidden;
    background:#f8f8f8;
    transition: all 0.35s ease-in-out
}
.focusNews a img{
    transition: all 0.35s ease-in-out
}
.focusNews a:hover img{
    transform: scale(1.02,1.02);
    transition: all 0.35s ease-in-out
}
.focusNews .ImgCrop{
    height:186px;
    overflow: hidden;
}
.focusNews .text{
    padding:15px;
}
.focusNews .title{
    margin-top:0;
    height:38px;
    font-size:14px;
    font-weight:900;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.focusNews .brief{
    font-size:12px;
    color:#999;
    height:28px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.focusNews .time{
    color:#999;
    font-size:12px;
}
.enpage .dynamic1023 li a b {
    height: 48px;
    line-height: 24px;
    font-size: 18px;
    letter-spacing: 0;
}
.enpage .dynamic1023 li a.lvlan-bg b {
    font-size: 20px;
    line-height: 48px;
}
.enpage .videphoto-div a {
    height: 128px;
    line-height: 128px;
}
.enpage .videphoto-div{
    padding-right:0;
}
.last-box{
    display: flex;
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.videphoto-div .photo-a{
    margin-bottom:0;
}
.last-box .panel0328{
    height:186px\9
}
div#downsidebar.padding-vt-40{
    padding-top:30px!important
}
.container .panel0328.margin-top-20.row{
    margin-top:30px!important
}
.focusNews .header-tit .morea{
    padding-right:20px;
}
@media (max-width:1680px){
    .alltit-banner{
        height:202px;
    }
    .alltit-banner .tit{
        top:60px;
    }
    .alltit-banner .svg{
      height:36px;
    }
}
@media (max-width:1440px){
    .alltit-banner{
        height:182px;
    }
    .alltit-banner .tit{
        top:50px;
    }
    .alltit-banner .svg{
        height:32px;
      }
}
@media (max-width: 1200px) {
    .dynamic1023 li a b{
        font-size:18px;
        letter-spacing: 0;
    }
    .line-20181121 img{
        display: block;
        height:100%;
        width:auto;
        position: absolute;
        left:50%;
        top:50%;
        transform: translate(-50%,-50%)
    }
}

@media (max-width: 991px) {
    .search-div .tit{
        padding:0 5px;
        font-size:16px;
    }
    .focusNews .ImgCrop{
        height:200px;
    }
    /* .dynamic-list{
        width:100%
    } */
    .dynamic-cent .middle-box{
        width:100%;
    }
    .dynamic1023{
        padding:0;
    }
    .no-padding-left{
        padding-right:0!important
    }
    .no-padding-right{
        padding-left:0!important
    }
    .middle-box1018{
        margin-top:20px;
    }
    .videphoto-div a{
        padding-left:20px;
    }
    .line-20181121{
        margin-bottom:15px;
    }
    .line-20181121 img {
        height: auto;
        width: 100%;
    }
    .enpage .videphoto-div{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }
    .enpage .videphoto-div a{
        width:48%
    }
}
@media (max-width: 767px) {
    .alltit-banner{
        height:220px;
    }
}
@media (max-width: 640px) {
    .top-panel{
        margin-top:20px;
    }
    .row{
        margin:0
    }
    .top-panel{
        padding:20px 0;
    }
    .search-div .tit{
        position: absolute;
        width:100%;
        top:-25px;
        border:none;
    }
    .search-div{
        margin-top:40px;
    }
    .search-div{
        overflow:inherit
    }
    .search-box .vr-img{
        margin-top:15px;
    }
    .focusNews a{
        margin-bottom:15px;
    }
    .dynamic-cent .middle-box{
        margin:15px 0;
    }
    .dynamic-list ul{
        margin-bottom:0;
    }
    .dynamic-box{
        margin-bottom:15px;
    }
    .enpage .videphoto-div a{
        width:100%;
        height:82px;
        line-height:82px;
    }
    .focusNews .header-tit .morea{
        padding-right:0;
    }
}
@media (max-width: 479px) {
    .alltit-banner {
        height: 172px;
    }
    .alltit-banner .tit{
        font-size:22px;
    }
    .grey-bg.margin-top-30.padding-vt-40{
        padding-top:20px!important;
        margin-top:15px!important;
    }
    .row .col-sm-6.col-xs-12{
        padding-left:0;
        padding-right:0;
    }
    .graphic-swiper a, .line-20181121{
        margin-bottom:15px;
    }
    .header-tit h3{
        margin-bottom:15px;
    }
    .header-tit h3{
        font-size:24px;
    }
    .videphoto-div{
        padding-right:0;
    }
    .videphoto-div a{
        text-align: center
    }
    .videphoto-div a{
        margin-bottom:10px;
    }
    .last-box .border-line{
        padding-top:15px;
        margin-top:15px;
    }
    .last-box .border-line:after{
        border-top: 1px solid #eee;
        width:100%;
        border-right:none;
        left:0;
        top: 0;
        height:1px
    }
    .notice-div{
        padding-left:88px;
    }
    .notice-div .tit{
        padding:2px 10px;
    }
    .enpage .notice-div .tit{
        padding:2px 5px;
    }
    .notice-div .tit i,.notice-div .tit b{
        font-size:14px;
    }
    .graphic-swiper a, .line-20181121{
        height:auto;
        display: block;
    }
    .line-20181121 img{
        position: static;
        transform: translate(0);
    }
    .videphoto-div{
        margin-bottom:20px;
    }
    .notice-box .dowebok-hz{
        height:14px!important;
        line-height: 1!important;
        position: relative;
        top:8px;
        margin-bottom:20px;
    }
    .notice-box .dowebok-hz li{
        line-height: 1!important
    }
    
}
@media (max-width: 380px){
    .header-tit h3{
        font-size:20px;
    }
    .header-tit h3 .iconfont{
        font-size:22px;
    }
    .panel0328{
        padding:15px;
    }
}
@media (max-width: 340px){
    .alltit-banner{
        height:200px;
    }
    .panel0328{
        padding:10px;
    }
}
