.top {
    padding: 8px 0;
    line-height: 20px;
    background: #f2f2f2;
    font-weight: 400;
    color: #929292;
}

.top a {
    display: inline-block;
    margin-right: 8px;
    font-weight: 400;
    color: #929292;
}

.top p {
    margin: 0;
}

.demo-menu li .sec {
    border-top: 1px solid #f3f3f3;
    height: 0;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    background: #fff;
    text-align: center;
}

.demo-menu li .sec a {
    display: inline-block;
    width: 12%;
    text-align: center;
    padding: 0 3%;
}

.demo-menu li .sec a img {
    width: 100%;
    height: auto;
}

.demo-menu li .sec a h3 {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}


/*产品中心*/

.c1_index {
    position: relative;
    padding-top: 3%;
    background: url(/template/default/assets/images/c1_bg.png) no-repeat;
    background-size: 100% 100%;
}

.ttt1 {
    text-align: center;
}

.ttt1 h3 {
    font-size: 30px;
    color: #333333;
    letter-spacing: 5px;
}

.ttt1 span {
    display: block;
    font-size: 18px;
    color: #333333;
    letter-spacing: 5px;
    padding-top: 1.2vh;
}

.ttt1 span i {
    font-style: initial;
    color: #8ec31f;
}

.ttt22 h3{
    color: #fff;
}

.ttt22 span{
    color: #fff;
}


.c11_list {
    text-align: justify;
    margin-top: 50px;
}

.c11_list li {
    position: relative;
    display: inline-block;
    // width: 24%;
    vertical-align: top;
    background: #fff;
    /*padding: 30px;*/
    margin-bottom: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    cursor: pointer;
    transition: all ease-in-out 0.5s; 
}



@media (min-width:1200px){
    .c11_list li{
        margin-right:30px;
    }
    
    .c11_list li:nth-child(3n){
         margin-right:0px;
    }
    
    .c11_list .col-md-4 {
     width: 30.333333%!important;
        
    }
    
}


.c11_list li:hover{
        transform: translateY(-20px);
    transition: all ease-in-out 0.5s;
}


.c11_list li a.img {
    display: block
}

.c11_list li a.img img {
    max-width: 100%;
}

.c11_list li h2 {
    margin: 50px 0 20px;
    color: #333333;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    verflow: hidden;
}

.c11_list li h3 {
    line-height: 30px;
    color: #333333;
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.c11_list li h4 {
    line-height: 30px;
    color: #333333;
    font-size: 16px;
    margin-top: .8vh;
}

.c11_list li .xq {
    display: inline-block;
    padding: 0 33px;
    line-height: 31px;
    border: 1px solid #a6a6a6;
    margin: 5px 0 20px;
    color: #333333;
}

.c11_list li:hover {
    border: 0;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.c11_list li:hover h2 {
    color: #8ec31f;
}

.c11_list li:hover .xq {
    background: #8ec31f;
    border: 1px solid #8ec31f;
    color: #fff;
}


@media (min-width:992px) {
     .col-md-4 {
        width: 32.33333333%
    }
}

@media (min-width:768px) and (max-width:992px) {
      .c11_list li {
        width: 48%;
    }
    
     .c11_list li:nth-child(2n) {
       float:right;
    }
}


/*about_index*/

.about_index {
    position: relative;
    padding-top: 3%;
    background: url(/template/default/assets/images/about_bg.png) no-repeat;
    background-size: 100% 100%;
}

.abb_conttt {
    position: relative;
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 60px;
}

.abb_left {
    width: 50%;
    float: left;
    margin-top: -50px;
}

.abb_left h1 {
    color: #fff;
    font-size: 26px;
    background: url(/template/default/assets/images/about_h1_bg.png) no-repeat left center;
    padding-left: 30px;
    padding-top: 15px;
    font-weight: bold;
    margin-left: -30px;
}

.abb_left .abb_txt {
    color: #fff;
    font-size: 16px;
    line-height: 2;
    width: 100%;
    padding: 60px 0 40px;
}

.abb_left .ads_list {
    position: relative;
    padding-top: 40px;
}

.abb_left .ads_list li {
    display: inline-block;
    width: calc(35% - 50px);
    vertical-align: top;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    cursor: pointer;
    padding: 0 10px;
}

.abb_left .ads_list li a {
    display: block;
}

.abb_left .ads_list li a img {
    max-width: 100%;
    height: auto;
}

.abb_left .ads_list li a h3 {
    color: #666666;
    font-size: 18px;
    padding: 15px 0;
}

.abb_left .ads_list li:hover a img {
    filter: invert(53%) sepia(88%) saturate(405%) hue-rotate(38deg) brightness(111%) contrast(87%);
}

.abb_right {
    width: 45%;
    float: right;
    overflow: hidden;
}

.abb_right img {
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.abb_right img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*honor_index*/

.honor_index {
    position: relative;
    padding-top: 3%;
    padding-bottom: 4%;
    background: url(/template/default/assets/images/honor_bg.png) no-repeat;
    background-size: 100% 100%;
}

.honor_wap{
    text-align: center;
    margin-top: 2%;
}


.honor_wap img{
    max-width: 100%;
    height: auto;
}







/*news_index*/

.news_index {
    position: relative;
    padding-top: 4%;
}

.news_list22 {
    position: relative;
    margin-top: 50px;
}

.news_list22 li {
    background: #f7f7f7;
    padding: 0px;
    cursor: pointer;
    display: table;
}

.news_list22 li:nth-child(2n) {
    // display: flex;
    // flex-direction: column-reverse;
    // flex-wrap: wrap;
}

.news_list22 li a.img {
    overflow: hidden;
    width: 50%;
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.news_list22 li a.img img {
    max-width: 100%;
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.news_list22 li a.img img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news_list22 li .pps {
    display: table-cell;
    vertical-align: middle;
    float: none;
    width: 50%;
    text-align: center;
    padding: 0 30px;
    position: relative;
}



.news_list22 li:nth-child(1) .pps{
    background: url(/template/default/assets/images/n1.png) no-repeat;
    background-size: 100% 100%;
}

.news_list22 li:nth-child(2) .pps{
    background: url(/template/default/assets/images/n2.png) no-repeat;
     background-size: 100% 100%;
}

.news_list22 li:nth-child(3) .pps{
    background: url(/template/default/assets/images/n3.png) no-repeat;
     background-size: 100% 100%;
}

.news_list22 li:nth-child(4) .pps{
    background: url(/template/default/assets/images/n4.png) no-repeat;
     background-size: 100% 100%;
    
}






.news_list22 li .pps span {
    display: block;
    font-size: 16px;
    color: #fff;
}

.news_list22 li .pps h3 {
    font-size: 20px;
    color: #fff;
    padding: 10px 0 25px;
}

.news_list22 li .pps dd {
    font-size: 15px;
    color: #b6b6b6;
    line-height: 28px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_list22 li .pps .news_xq {
    display: inline-block;
    padding: 0 33px;
    line-height: 31px;
    border: 1px solid #a6a6a6;
    margin: 25px 0;
    color: #fff;
}

.news_list22 li:hover .news_xq {
    background: #8ec31f;
    border: 1px solid #8ec31f;
    color: #fff;
}


/*c33_index*/

.c33_index {
    position: relative;
    padding-top: 60px;
    padding-bottom: 50px;
}

.c33_left {
    width: 56%;
    background: url(/template/default/assets/images/js1.png) no-repeat;
    background-size: cover;
    float: left;
    z-index: 111;
    height: 100%;
    text-align: center;
    padding: 65px 0 60px;
    height: 482px;
}

.ttt2 {
    text-align: center;
}

.ttt2 h2 {
    font-size: 28px;
    color: #ffffff;
    letter-spacing: 5px;
    margin-bottom: 15px;
}

.ttt2 span {
    display: block;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 5px;
    text-transform: uppercase;
    padding-bottom: 15px;
    background: url(/template/default/assets/images/lv2.png) no-repeat center bottom;
}

#ydemo{overflow:hidden;margin:0 auto;position:relative;height:260px;margin-top:30px;}
#yindemo{height:100%;}
#ydemo1{}
#ydemo2{}


.jies {
    position: relative;
    text-align: left;
    padding: 0px 12.333333%;
    margin-top: 30px;
}

.jies li {
    position: relative;
    padding: 10px 10px 10px 0;
}

.jies li a {
    display: block;
    font-size: 16px;
    margin-left: 100px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.jies li span {
    position: absolute;
    left: 0;
    width: 100;
    text-align: right;
    top: 50%;
    margin-top: -9px;
    font-size: 16px;
    color: #fff;
}

.c33_right {
    width: 40%;
    float: right;
    background: url(/template/default/assets/images/js2.png) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 110px 0 120px;
    height: 482px;
}

.ttt3 {
    text-align: center;
}

.ttt3 h2 {
    font-size: 28px;
    color: #ffffff;
    letter-spacing: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 35px;
    background: url(/template/default/assets/images/lv2.png) no-repeat center top;
}

.ttt3 span {
    display: block;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 5px;
    text-transform: uppercase;
    padding-bottom: 15px;
}


.f_link{
    margin-bottom: 20px;
}
.f_link a{
    color: #333;
}









