  @charset "utf-8";

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border-top-color: #333333;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border-top-color: #e5cf8a;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border-top-color: #333333;
    }
}

@keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border-top-color: #333333;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border-top-color: #e5cf8a;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border-top-color: #333333;
    }
}


.main_con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.pro_show>.head>ul{
    line-height: 50px;
}
.pro_show>.head>ul>li{
    float: left;
    font-size: 16px;
}

.pro_show>.head>ul>li.tit{
    font-size: 22px;
}

.pro_show>.head>ul>li>a{
    color: #000;
}
.pro_show>.head>ul>li>span{
    margin:  0 6px;
}
.pro_show>.top{
    margin-top: 26px;
    border-bottom: 1px solid #000;
}


.screen {
    height: 922px;
}
.company_profile{
    padding-bottom: 70px;
}

.company_profile>.company_profile_con{
    padding-top: 53px;
}

.company_profile>.company_profile_con>.img_box{
    margin-right: 30px;
    float: left;
    width: 500px;
}

.company_profile>.company_profile_con>.img_box>img{
    display: block;
    width: 100%;
}

.company_profile>.company_profile_con>.txt{
    float: left;
    width: 670px;
}

.company_profile>.company_profile_con>.txt>.tit{
    padding-top: 10px;
}

.company_profile>.company_profile_con>.txt>.des{

    position: relative;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 38px;

}

.company_profile>.company_profile_con>.txt>.des>.more{

    position: absolute;
    bottom: -10px;
    right:160px;
    width: 140px;
    line-height: 38px;
    text-align: center;
    background-color: #7d0000;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
}

.company_profile {

    background: url(/img/index_xg/gsjjbj.jpg) no-repeat left center;
    background-size: cover;

}


.ps_slide_box{
    position: relative;
}
.ps_slide_box>.swiper-container5{
    margin:66px  auto 0;
    width: 1100px;
    height: 340px;
    overflow: hidden;
}
.ps_slide_box>.swiper-container5 .swiper-slide img{
    display: block;
    width: 100%;
    height: 340px;
}
.ps_slide_box>.swiper-button-prev5,
.ps_slide_box>.swiper-button-next5{
    position: absolute;
    top: 130px;
    cursor: pointer;
    outline: 0 none;
}
.ps_slide_box>.swiper-button-prev5{
    left: 0;
}
.ps_slide_box>.swiper-button-next5{
    right: 0;
}

.swiper-container5>.swiper-wrapper>.swiper-slide{
    height: 205px;
}


.company_profile>.yingyezhizhao{
    margin-top: 68px;
}


.Vbtn-1 {
    background: transparent;
    text-align: center;
    margin-top: 30px;
    transition: all 250ms linear 0s;
}

.set_1_btn {
    color: #333333;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    margin-right: 2em;
    text-align: center;
    max-width: 160px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.Vbtn-1 svg {
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.Vbtn-1 rect {
    fill: none;
    stroke: #e5cf8a;
    stroke-width: 5;
    stroke-dasharray: 422,0;
    transition: all 450ms linear 0s;
}

rect{
    x: 0;
    y: 0;
    fill: none;
    width: 100%;
    height: 100%;
}

:not(svg) {
    transform-origin: 0px 0px;
}

.Vbtn-1:hover {
    color: #e5cf8a;
    background: rgba(225,51,45,0);
    font-weight: 900;
    letter-spacing: 1px;
}

.Vbtn-1:hover rect {
    stroke-width: 5;
    stroke-dasharray: 15,310;
    stroke-dashoffset: 48;
    -webkit-transition: all 1.35s cubic-bezier(0.19,1,0.22,1);
    transition: all 1.35s cubic-bezier(0.19,1,0.22,1);
}



.banner{

    height: 290px;
    background: url(/img/index_xg/banner_02.jpg) no-repeat left top;
    background-size: cover;
}
.banner>.wd_1200{
    position: relative;
    height: 100%;
}
.banner>.wd_1200>.dzzixun{
    position: absolute;
    right: 0px;
    bottom: 23px;
    
    padding: 8px 12px;
    border: 2px solid #666;
    border-radius: 3px;
    color: #000;
    font-size: 22px;
}

@media screen and  (max-width: 1750px){
    .banner>.wd_1200>.dzzixun{
        right: -50px;
    }
}



.manage_items{
    position: relative;
    height: 650px;
    z-index: 1000;
    overflow: hidden;
    transition: top .5s;
    background-color: rgba(0, 0, 0, .7);
}
.manage_items>.item{
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.6s;
}

.manage_items>.item.fullscreen{
    position: fixed;
    width: 100%;
    z-index: 100;
    cursor: text;
}

.manage_items>.bg_1{
    /* top: -100%; */
    top: 0;
    left: 0;
    background: url(/img/manage_items_bg1.jpg) no-repeat center center;
    background-size: cover;
}
.manage_items>.bg_2{
    top: 0;
    left: 25%;
    background: url(/img/manage_items_bg2.jpg) no-repeat center center;
    background-size: cover;
}
.manage_items>.bg_3{
    top: 0;
    left: 50%;
    background: url(/img/manage_items_bg3.jpg) no-repeat center center;
    background-size: cover;
}
.manage_items>.bg_4{
    top: 0;
    left: 75%;
    background: url(/img/manage_items_bg4.jpg) no-repeat center center;
    background-size: cover;
}

.manage_items>.item:before{

    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: skew(-30deg) translate(0,0);
    -ms-transform: skew(-30deg) translate(0,0);
    transform: skew(-30deg) translate(0,0);
    -webkit-transition: all 0.6s cubic-bezier(0.23,1,0.32,1);
    transition: all 0.6s cubic-bezier(0.23,1,0.32,1);

}

.manage_items>.item:after{
    
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);

    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: skew(-30deg) translate(0,0);
    -ms-transform: skew(-30deg) translate(0,0);
    transform: skew(-30deg) translate(0,0);
    -webkit-transition: all 0.6s cubic-bezier(0.23,1,0.32,1);
    transition: all 0.6s cubic-bezier(0.23,1,0.32,1);

}

.manage_items>.item>h2{

    margin: 0;
    line-height: 650px;
    width: 100%;
    text-align: center;
    display: block;
    
    position: relative;
    z-index: 2;
    width: 100%;
    font-size: 50px;
    font-weight: normal;
    color: #ffffff;

    opacity: 1;

    -webkit-transition: all 1.2s cubic-bezier(0.23,1,0.32,1);
    transition: all 1.2s cubic-bezier(0.23,1,0.32,1);

}

.manage_items>.item:hover:before{
    left: -200%;
}
.manage_items>.item:hover:after{
    right: -200%;
}

.manage_items>.item.fullscreen{
    left: 0;
}

.manage_items>.item.fullscreen:before{

    left: -100%;

}

.manage_items>.item.fullscreen:after{

    right: -100%;

}

.manage_items>.item.fullscreen>h2{

    opacity: 0;

}

.manage_items>.item.fullscreen>.con {

    transform: scale(1);
    opacity: 1;
    transition: all 0.6s ease 0s;

}

.manage_items>.item>.con {

    will-change: transform,opacity;
    position: absolute;
    z-index: 5;
    top: 80px;

    left: 50%;
    width: 1300px;

    margin-left: -650px;

    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);

    text-align: center;

}

.manage_items>.item>.con p {

    color: #fff;
    font-size: 18px;
    margin-top: 45px;
    margin-bottom: 1rem;
    text-indent: 2em;
    line-height: 2;

    text-align: left;

}

.manage_items>.item>.con>.more_info{
    text-align: center;
}

.manage_items>.item>.con>.more_info>a{
    background: transparent;
    text-align: center;
    transition: all 250ms linear 0s;
    display: inline-block;

    color: #333333;
    color: #ffffff;
    cursor: pointer;

    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
    max-width: 160px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;

}

svg:not(:root) {
    overflow: hidden;
}

.manage_items>.item>.con>.more_info>a svg{

    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;

}

.manage_items>.item>.con>.more_info>a svg rect {
    fill: none;
    stroke: #e5cf8a;
    stroke: #cccccc;
    stroke-width: 5;
    stroke-dasharray: 422,0;
    transition: all 450ms linear 0s;
}

.manage_items>.item>.con>.more_info>a:hover svg rect {
    stroke-width: 5;
    stroke-dasharray: 15,310;
    stroke-dashoffset: 48;
    -webkit-transition: all 1.35s cubic-bezier(0.19,1,0.22,1);
    transition: all 1.35s cubic-bezier(0.19,1,0.22,1);
}

.manage_items>.item>.con>.more_info>a:hover {
    color: #e5cf8a;
    color: #cccccc;
    background: rgba(225,51,45,0);
    font-weight: 900;
    letter-spacing: 1px;
}


.manage_items>.item>.iconfont.icon-icon_wrong{
    display: none;
    color: #ffffff;
    position: absolute;
    right: 100px;
    top: 100px;
    z-index: 100;
    cursor: pointer;
    font-size:25px;
    -webkit-transition: all 1.35s;
    transition: all 1.35s;
}


.pro_show{
    padding: 0 30px;
    padding-top: 20px;
    padding-bottom: 50px;
    box-sizing: border-box;
    background:url(/img/profile_bg.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}


.pro_show>.top{
    position: relative;
    /* left: 120%; */
    line-height: 38px;
    transition: left .5s;
}

.pro_show>.top>.tit{
    float: left;
}

.pro_show>.top>.tit>.cn_t{
    font-size: 23px;
    color: #000;
    /* transition: all .25s ease-out; */
}

.pro_show>.top>.tit>.en_t{
    font-size: 15px;
    color: #666666;
}

.pro_show>.top>.tit>.cn_t:hover{
    color: #e5cf8a;
}

.pro_show>.top>.more{
    
    position: relative;
    float: right;
    font-size: 22px;
    color: #333;
}

.pro_show>.top>.more>.menu{
    vertical-align: middle;
    display: inline-block;
    transition: color .5s;
}

.pro_show>.top>.more>.menu>.slice{
    display: block;
    margin-bottom: 5px;
    background: #333333;
    height: 3px;
    width: 30px;
    transition: background-color .5s;

}

.pro_show>.top>.more:hover>.menu>.slice{
    background-color: #e5cf8a;
}

.pro_show>.top>.more:hover{
    color: #e5cf8a;
}

.pro_show>.swiper-container2,.pro_show>.swiper-container3{
    margin-top: 50px;
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    left: 0;
    transition: left .5s;
}
.pro_show>.swiper-container2 .swiper-slide,.pro_show>.swiper-container3 .swiper-slide{

    display: block;
    position: relative;
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: grab;
}

.pro_show>.swiper-container2 .swiper-slide.item1{
    background-image: url(/img/index_xg/index_pro/pro1.jpg);
}

.pro_show>.swiper-container2 .swiper-slide.item2{
    background-image: url(/img/index_xg/index_pro/pro2.jpg);
}

.pro_show>.swiper-container2 .swiper-slide.item3{
    background-image: url(/img/index_xg/index_pro/pro3.jpg);
}

.pro_show>.swiper-container2 .swiper-slide.item4{
    background-image: url(/img/index_xg/index_pro/pro4.jpg);
}
.pro_show>.swiper-container2 .swiper-slide.item5{
    background-image: url(/img/index_xg/index_pro/pro5.jpg);
}
.pro_show>.swiper-container3 .swiper-slide.item6{
    background-image: url(/img/index_xg/index_pro/pro6.jpg);
}
.pro_show>.swiper-container3 .swiper-slide.item7{
    background-image: url(/img/index_xg/index_pro/pro7.jpg);
}
.pro_show>.swiper-container3 .swiper-slide.item8{
    background-image: url(/img/index_xg/index_pro/pro8.jpg);
}

.pro_show>.swiper-container3 .swiper-slide.item9{
    background-image: url(/img/index_xg/index_pro/pro9.jpg);
}

.pro_show>.swiper-container3 .swiper-slide.item10{
    background-image: url(/img/index_xg/index_pro/pro10.jpg);
}



.pro_show>.swiper-container2 .swiper-button-prev,
.pro_show>.swiper-container2 .swiper-button-next{
    position: absolute;
    left: auto;
    right: 90px;
    cursor: pointer;
    outline: 0 none;
    top: 50%;

    text-align: center;
    width: 80px;
    height: 50px;
    line-height: 50px;
    background: #e5cf8a;
    
    color: #ffffff;
    position: absolute;
    top: 50%;
    z-index: 100;
    outline: none;
}


.pro_show>.swiper-container3 .swiper-button-prev3,
.pro_show>.swiper-container3 .swiper-button-next3{
    position: absolute;
    left: auto;
    right: 90px;
    cursor: pointer;
    outline: 0 none;
    top: 50%;

    text-align: center;
    width: 80px;
    height: 50px;
    line-height: 50px;
    background: #e5cf8a;
    
    color: #ffffff;
    position: absolute;
    top: 50%;
    z-index: 100;
    outline: none;
}

.pro_show .swiper-button-prev{
    
    margin-top: -60px;

}
.pro_show .swiper-button-next{
    margin-top: 10px;
}


.pro_show .swiper-button-prev3{
    
    margin-top: -60px;

}
.pro_show .swiper-button-next3{
    margin-top: 10px;
}

.pro_show>.swiper-container2 .swiper-slide>.con,.pro_show>.swiper-container3 .swiper-slide>.con{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.pro_show>.swiper-container2 .swiper-slide>.con>.num_wrap{

    position: absolute;
    top: 2em;
    left: 2em;
    color: #e5cf8a;
    width: 73px;
    overflow: hidden;
    
}
.pro_show>.swiper-container2 .swiper-slide>.con>.num_wrap>.num{
    position: relative;
    width: 100%;
    overflow: visible;
    left: 0;
    transition: left .5s;
}
.pro_show>.swiper-container2 .swiper-slide>.con>.num_wrap>.num:before{
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: -53px;
    height: 2px;
    margin-top: -1px;
    width: 43px;
    background-color: #e5cf8a;
}

.pro_show>.swiper-container2 .swiper-slide>.con>.num_wrap>.num:after{
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 2px;
    margin-top: -1px;
    width: 43px;
    background-color: #e5cf8a;
}

.pro_show>.swiper-container2 .swiper-slide>.con>.txt{
    position: absolute;
    left: 0;
    bottom: -50px;
    margin: 0 auto;

    width: 92%;
    left: 4%;
    transition: bottom .5s;
}

.pro_show>.swiper-container2 .swiper-slide>.con>.txt{
    color: #cccccc;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
}
.pro_show>.swiper-container2 .swiper-slide>.con>.txt>.tit{
    margin-bottom: 25px;
    line-height: 40px;
    font-size: 17px;
    color: #fff;
}

.pro_show>.swiper-container2 .swiper-slide>.con>.txt>.more{
    display: block;
    width: 100%;
    line-height: 50px;
    background-color: #e5cf8a;
    color: #fff;
    font-size: 17px;
    text-align: center;
    transition: background-color .5s,color .5s;
}

.pro_show>.swiper-container2 .swiper-slide>.con>.txt>.more:hover{
    background-color: transparent;
    color: #e5cf8a;
}   

.pro_show>.swiper-container2 .swiper-slide:before {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    background: linear-gradient(180deg,rgba(86,97,108,0) 0%,rgba(0,0,0,0.5) 100%);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity .5s;
}

.pro_show>.swiper-container2 .swiper-slide:hover:before,
.pro_show>.swiper-container2 .swiper-slide.active:before{
    opacity: 1;
}

.pro_show>.swiper-container2 .swiper-slide:hover>.con>.num_wrap>.num,
.pro_show>.swiper-container2 .swiper-slide.active>.con>.num_wrap>.num{
    left: 43px;
}

.pro_show>.swiper-container2 .swiper-slide:hover>.con>.txt,
.pro_show>.swiper-container2 .swiper-slide.active>.con>.txt{
    bottom: 20px;
}

.news{
    background: url(/img/index_xg/news_bg.jpg) no-repeat center center;
    background-size: cover;
}
.news.ht_770{
    height: 770px;
}
.news>.tit{
    padding-top: 130px;
}

.news>.tit>.t_cn{
    margin: 15px 0;
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
}

.news>.tit>.t_cn>a{
    color: #fff;
    transition: color .5s;
}
.news>.tit>.t_cn>a:hover{
    color: #e5cf8a;
}

.news>.tit>.t_en{
    margin-bottom: 20px;
    text-align: center;
    color: #ccc;
    font-size: 14px;
}

.news>.news_list{
    position: relative;
    margin: 0 auto;
    width: 1400px;
    /* top: 720px; */
    transition: top .5s;
}

.news>.news_list>li{
    float: left;
    width: 400px;
    margin-top: 88px;
    margin-left: 100px;
}

.news>.news_list>li>a{
    display: block;
    height: 235px;
    width: 100%;
}
.news>.news_list>li>a>div.img_wrap{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.news>.news_list>li>a>div.img_wrap>img{
    display: block;
    height: 100%;
    width: 100%;
    transition: transform .5s;
    transform-origin: center center;
}
.news>.news_list>li>a>div.img_wrap:hover>img{
    transform: scale(1.2);
}
.news>.news_list>li>.des{
    border-top: 0 none;
    border: 1px solid #dedede;
    background-color: #fff;
    padding: 25px 20px 45px;
}

.news>.news_list>li.reverse>.des{
    border-top: 1px solid #dedede;
    border-bottom: 0 none;
}

.news>.news_list>li>.news_col_list{

    height: 294px;
    border-top: 0 none;
    border: 1px solid #dedede;
    background-color: #fff;
    padding: 25px 20px 45px;

}

.news>.news_list>li>.news_col_list>li.ft{
    
    margin-bottom: 20px;

}

.news>.news_list>li>.news_col_list>li.ft>.tit{
    display: block;
    width: 100%;
    color: #000;
    font-size: 18px;
    transition: color .5s;
    
}

.news>.news_list>li>.news_col_list>li.ft>.tit:hover{
    color: #e5cf8a;
}

.news>.news_list>li>.news_col_list>li.ft>.time{
    margin: 5px 0;
    color: #777;
    font-size: 14px;
}
.news>.news_list>li>.news_col_list>li.ft>.des_txt{
    height: 52px;
    overflow: hidden;
    line-height: 26px;
    font-size: 14px;
    color: #777;
}

.news>.news_list>li>.news_col_list>li.ft>.des_txt>.more{
    margin-left: 20px;
    color: #e5cf8a;
    font-size: 14px;
}

.news>.news_list>li>.news_col_list>li.ft~li{
    display: block;
    margin-top: 10px;
}
.news>.news_list>li>.news_col_list>li.ft~li>a.tit{
    display: inline-block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    transition: color .5s;
}

.news>.news_list>li>.news_col_list>li.ft~li>a.tit:hover{
    color: #e5cf8a;
}

.news>.news_list>li>.news_col_list>li.ft~li>.time{
    float: right;
    margin-left: 15px;
    color: #333;
    font-size: 14px;
}


.bot{
    position: relative;
    overflow: hidden;
}
.bot>.move_bg{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 200%;
    
}
.bot>.move_bg>.item{
    float: left;
    width: 50%;
    height: 100%;
    background: url(/img/bot_img1.jpg) no-repeat center center;
    background-size: cover;
}

.bot>.move_bg>.item+.item{
    background: url(/img/bot_img2.jpg) no-repeat center center;
    background-position: center -74px;
}

.bot>.move_bg.move{
    left: -100%;
    transition: left 40s linear;
}

.bot>.bot_con{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 660px;
    width: 100%;
    text-align: center;
    opacity: 1;
    transition: opacity 1s;
}
.bot>.bot_con>.tit{
    display: none;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 20px;
}
.bot>.mask{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(/img/33112384d52cc9da36aad5aa340a072.png) no-repeat center center;
}
.bot>.bot_con>.line {

    color: #cccccc;
    font-size: 20px;
    margin: 10px 0 0;
}

.icon_list{
    margin-top: 25px;
    text-align: center;
}
.icon_list>ul>li{
    display: inline-block;
    margin-left: 20px;
}
.icon_list>ul>li{
    position: relative;
    height: 64px;
    width: 64px;
    
    
}
.icon_list>ul>li>a{
    display: block;
    height: 62px;
    width: 62px;
    border-radius: 50%;
    background-color: transparent;
    
    line-height: 62px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;

    transition: background-color .5s;
    transform-origin: center center;
}
.icon_list>ul>li>a>.iconfont{
    color: #e5cf8a;
    transition: color .5s;
    font-size: 27px;
}
.icon_list>ul>li>a>.iconfont.icon-weixin1{
    font-size: 32px;
}
.icon_list>ul>li:hover>a{
    background-color: rgba(255, 255, 255, .2);
    transform:scale(1.13);
}
.icon_list>ul>li:hover>a>.iconfont{
    color: #fff;
}

.icon_list>ul>li>.hover_box{
    display: none;
    position: absolute;
    left: -48px;
    top: -180px;
    height: 140px;
    width: 140px;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    box-sizing: content-box;
}

.icon_list>ul>li>.hover_box>.img_box{
    
    height: 100%;
    width: 100%;
}
.icon_list>ul>li>.hover_box>.img_box>img{
    display: block;
    height: 100%;
    width: 100%;
}
.icon_list>ul>li>.hover_box>.trangle{
    position: absolute;
    left: 72px;
    top: 160px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-top: 8px solid #fff;
}

.icon_list>ul>li:hover>.hover_box{
    display: block;
}


.manage_items>.item>.con{
    width: 1300px;

}

.manage_items>.item>.con>.imgs_txt_li{
    
    width: 100%;

}
.manage_items>.item>.con>.imgs_txt_li>li{
    float: left;
    width: 366px;
    margin-left: 101px;
}
.manage_items>.item>.con>.icon_txt{
    width: 950px;
    margin: 0 auto;
}

.manage_items>.item>.con>.imgs_txt_li>li>.img_box{
    width: 100%;
    height: 224px;

}

.manage_items>.item>.con>.imgs_txt_li>li>.img_box>img{
    width: 100%;
    height: 100%;

}

.manage_items>.item>.con>.imgs_txt_li>li>.tit{
    line-height: 46px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    border-top: 0  none;
}

.manage_items>.item>.con>.icon_txt>.fl{
    float: left;
}

.manage_items>.item>.con>.icon_txt>.fr{
    float: right;
}

.manage_items>.item>.con>.icon_txt>li{
    margin-top: 46px;
}

.manage_items>.item>.con>.icon_txt>li>div.img_box{
    float: left;
    width: 78px;
    height: 78px;
}

.manage_items>.item>.con>.icon_txt>li>div.img_box>img{
    display: block;
    height: 100%;
    width: 100%;
}

.manage_items>.item>.con>.icon_txt>li>div.txt{
    float: left;
}
.manage_items>.item>.con>.icon_txt>li>div.txt>p{
    width: 286px;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1;
}
.manage_items>.item>.con>.icon_txt>li>div.txt>p.mt{
    margin-top: 20px;
}
.manage_items>.item>.con>.icon_txt>li>div.txt>p.pl{
    padding-left: 81px;
}

.manage_items>.item>.con>._close{
    margin-top: 50px;
    width: 100%;
    text-align: center;
}
.manage_items>.item>.con>._close>a{
    color: #fff;
}


.plant{width: 1200px;margin: auto;height: 610px;padding-top: 33px;padding-bottom: 60px;}
.plant .top{background: url("/img/index_xg/fenzi.png") no-repeat;height: 75px;width: 373px;margin: auto;text-align: center;background-position-y: 16px;margin-bottom: 40px;}
.plant .top h3{font-size: 30px;color: #222;margin-bottom: 8px;}
.plant .top h3 b{font-size: 30px;color: #222;font-weight: bold;}
.plant .top span{font-size: 18px;color: #333;}

.tywidth {
    width: 1200px;
    margin: 0 auto;
}

section, nav{ display: block;}
.dg-container{width: 100%;position: relative;z-index: 15;}
.dg-wrapper{width: 426px;height: 300px;margin: 0 auto;position: relative; -webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d; -o-transform-style: preserve-3d;-ms-transform-style: preserve-3d;transform-style: preserve-3d; -webkit-perspective: 600px;-moz-perspective: 600px;-o-perspective: 600px;-ms-perspective: 600px;perspective: 600px;transform-origin: 50% 50% 0}
.dg-wrapper a{width: 467px;height: 388px;display: block; position: absolute;left: 0;top: 0;border: 0px solid #e6e6e6;box-sizing: border-box;transform-origin: 50% 50% 0}
.dg-wrapper a.dg-transition{-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.dg-wrapper a img{display: block;width: 370px;height: 284px;box-sizing: border-box;border: 1px solid #e6e6e6;}
.dg-wrapper a span{background: #e6e6e6;opacity: 1;display: block; width: 467px;height: 83px; line-height: 83px;position: absolute;top: 305px;text-align: center;color: #666; font-size: 16px;}
.dg-container nav{top: 0px;width: 1200px;position: absolute;z-index: 1000;bottom: 100px;color: #fff;}
.dg-container nav span{float: left; opacity: 0;cursor: pointer;width: 420px;height: 360px;background-color: #192da0;}
.dg-container nav span:hover{background-color: #192DA0;}
.dg-container nav span.dg-next{float: right;}
.dg-container .dg-wrapper .dg-center{ background: #7e0001;}
.dg-container .dg-wrapper .dg-center span{ background: #7e0001; color: #fff;}
.dg-container .dg-wrapper .dg-center img{ box-sizing: border-box; border: 1px solid #7e0001; background: #e6e6e6;}




.yingyonglingyu{

    height: 1211px;
    background: url(/img/index_xg/yingyonglingyu_bg.jpg) no-repeat left top;
    background-size: cover;
    

}

.yingyonglingyu>.yyly_con{

    margin: 0 auto;
    padding-top: 360px;
    width: 1400px;

}

.yingyonglingyu>.yyly_con>.left{
    margin-right: 60px;
    float: left;
}

.yingyonglingyu>.yyly_con>.right{
    float: right;
}

.yingyonglingyu>.yyly_con>.left>.nav_list{
    width: 490px;
    
}

.yingyonglingyu>.yyly_con>.left>.nav_list>li{
    margin-top: 20px;
    width: 100%;
    color: #fff;
    border: 2px solid #fff;
    padding: 3px;
}

.yingyonglingyu>.yyly_con>.left>.nav_list>li>a{
    display: block;
    
    width: 100%;
    box-sizing: border-box;
    color: #fff;
}

.yingyonglingyu>.yyly_con>.left>.nav_list>li.active>a{
    background-color: #fff;
    color: #000;
}

.yingyonglingyu>.yyly_con>.left>.nav_list>li:hover>a{
    background-color: #fff;
    color: #000;
}

.yingyonglingyu>.yyly_con>.left>.nav_list>li>a>div{
    margin-left: 88px;
}

.yingyonglingyu>.yyly_con>.left>.nav_list>li>a>div.tit1{
    padding: 0 0 3px;
    font-size: 30px;
    font-family: 'ËÎÌå';
    font-weight: bold;

}

.yingyonglingyu>.yyly_con>.left>.nav_list>li>a>div.tit2{

    padding: 0 0 5px;

    font-size: 20px;
}

.yingyonglingyu>.yyly_con>.right{
    position: relative;
    margin-top: 18px;
    height: 738px;
    width: 830px;
    border: 2px solid #ccc;
    
    overflow: hidden;
}

.yingyonglingyu>.yyly_con>.right>ul{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: top .5s;
}

.yingyonglingyu>.yyly_con>.right>ul>li{
    
    height: 734px;
    width: 100%;
    box-sizing: border-box;
}

.yingyonglingyu>.yyly_con>.right>ul>li>a{

    display: block;
    width: 100%;
    height: 734px;
    padding: 5px;

}

.yingyonglingyu>.yyly_con>.right>ul>li>a>img{
    display: block;
    height: 100%;
    width: 100%;
}


.contact2{
    position: relative;
    height: 180px;

}

/* @media screen and  (max-width: 1880px){
    .contact2>img{
        display: none;
    }
} */

.contact2>img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.news>.news_list>li>.top{
    position: relative;
    height: 46px;
    line-height: 46px;
    background-color: #ffffff;
}

.news>.news_list>li>.top>.col_tit{
    height: 46px;
    float: left;
    position: relative;
}

.news>.news_list>li>.top>.col_tit>img{
    position: absolute;
    left: 0;
    bottom: 0;
}

.news>.news_list>li>.top>.col_tit>span{
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 25px;
    font-size: 22px;
    color: #fff;
    width: 140px;
    
}
.news>.news_list>li>.top>.right{
    float: right;
    padding-right: 10px;
    font-size: 18px;
    color: #ccc;
}
.news>.news_list>li>.top>.right>a{
    color: #777;
}

.news>.news_list>li>.top>.right>a:hover{
    color: #e5cf8a;
}


.friendlink{
    padding: 30px 0;
    background-color: #111;
}

.friendlink>.wd_1300>.link_list>li{
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
}

.friendlink>.wd_1300>.link_list>li>a{
    color: #ddd;
}

.friendlink>.wd_1300>.link_list>li>a:hover{
    color: #e5cf8a;
}
.banner2{
    height: 205px;
    background: url(/img/banner2.jpg) no-repeat left top;
    background-size: cover;
}

.pro_list{
    background: url(/img/index_xg/news_bg.jpg) no-repeat left top;
    background-size: cover;
    padding-bottom:25px;
}

.pro_list>.top{
    line-height: 46px;
    border-bottom: 2px solid #fff;
    font-size: 18px;
    color: #fff;
}

.pro_list>.top>a.left{
    float: left;
}

.pro_list>.top>a.right{
    float: right;
    color: #fff;
}
.pro_list>.col_list>li>a>.img>img{
    transform-origin: 50% 50%;
}

.pro_list>.col_list{
    margin-top: 0;
}

.pro_list>.col_list>li{
    float: left;
    width: 282px;
    margin-left: 24px;
    margin-top: 24px;
    
}

.pro_list>.col_list>li>a>.img{
    overflow: hidden;
}
.pro_list>.col_list>li>a>.img,.pro_list>.col_list>li>a>.img>img{
    display: block;
    width: 282px;
    height: 282px;
}

.pro_list>.col_list>li>a>.img>img{
    transition: transform .6s;
}

.pro_list>.col_list>li>a>.img>img:hover{
    transform: scale(1.2);
}

.pro_list>.col_list>li.more>a>.img,.pro_list>.col_list>li.more>a>.img>img{
    height: 282px;
}

.pro_list>.col_list>li>a>.tit{

    display: block;

    padding: 0 15px;
    
    background-color: #fff;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;


    line-height: 50px;

    color: #333;
    transition: color .5s;
    font-size: 16px;
    text-align: center;

}

#nav{
    width: 1400px;
}










/* ÊÖ»ú¶Ë */

@media screen and (max-width: 768px){

    body{
        width: 100% !important;
        min-width: 0 !important;
        overflow-x: hidden;
    }
    .hide_768{
      display: none !important;
    }

    .wd_1200,.wd_1300,.wd_1400 {
        width: 100%;
    }

    .main_con{

        position: static;

    }
    #header{
        background-image: none;
        background-color: transparent;
        height: auto;
        padding-bottom: 12px;
    }

    
    .header_wrap>.wd_1200.header_top{
        padding-left: 0;
        padding-right: 0;
    }
    .header_wrap>.header_top>.contact{

        background-color: #000;
        text-align: center;
        color: #fff;
        font-size: 14px;
        line-height: 33px;

    }

    .header_wrap>.header_top>.header_bg1{

        padding-top: 1px;
        background:url('/img/head_bg1.jpg') no-repeat left top;
        padding-bottom: 6px;

    }

    .header_wrap>.header_top>.header_bg1>div{
        text-align: center;
    }

    .header_wrap>.header_top>.header_bg1>.logo_box{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .header_wrap>.header_top>.header_bg1>.logo_box>a>img{

        width: 50%;

    }

    .header_wrap>.header_top>.header_bg1>.line{
        
        min-width: 216px;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        color: #fff;
        
    }

    .header_wrap>.header_top>.header_bg1>.line>.red{
        color: red;
    }

    .header_wrap>.header_top>.header_bg1>.line.ta_lf{
        margin-top: 3px;
        text-align: left;
    }

    .header_wrap>.header_top>.header_bg1>.line.ta_rt{
        text-align: right;
    }

    .header_wrap>#header{
        padding-top: 0;
    }

    .header_wrap>#header>#nav{

        width: 100%;

    }

    .header_wrap>#header>#nav>.nav_list{
        text-align: center;
    }

    .header_wrap>#header>#nav>.nav_list>li{
        display: inline-block;
        vertical-align: top;
        float: none;
        margin-left: 0;
        width: 35%;
    }

    .header_wrap>#header>#nav>.nav_list>li>a{
        display: block;
        padding: 0;
        line-height: 38px;
        width: 100%;
        background-color: #1b1b1b;
        text-align: center;
        font-size: 14px;
    }

    .header_wrap>#header>#nav>.nav_list>li{
        margin: 0;
        margin-top: 12px;
    }

    .header_wrap>#header>#nav>.nav_list>li:nth-child(even){
        margin-left: 10px;
    }

    .header_wrap>#header>#nav>.nav_list>li>a:before{
        display: none;
    }

    .header_wrap>#header>#nav>.nav_list>li.active>a:after, .header_wrap>#header>#nav>.nav_list>li:hover>a:after{
        display: none;
    }

    .swiper-container.ht_770{

        height: 30vh !important;
    }

    .swiper-wrapper>.swiper-slide{
        height: auto !important;
    }

    .swiper-wrapper>.swiper-slide{
        background-position: left top;
    }

    .swiper-container .iconfont{
        font-size: 25px;
    }

    .swiper-container>.swiper-button-prev{
        left: 20px;
    }

    .swiper-container>.swiper-button-next{
        right: 20px;
    }

    .swiper-container2{
        display: none;
    }

    .swiper-container3{
        display: none;
    }

    .pro_show{
        padding: 0;
    }

    .pro_show>.head{
        display: none;
    }

    .pro_show>.top{
        display: none;
    }

    .pro_show>.tit_ch{
        margin-top: 10px;
        font-size: 22px;
        text-align: center;
        line-height: 43px;
    }

    .pro_show>.tit_en{
        font-size: 14px;
        text-align: center;
        margin-bottom: 10px;
    }

    .pro_show>.pro_list{
        text-align: center;
        background-image: none;
        padding-bottom: 0;
    }
    
    .pro_show>.pro_list>li{
        margin-bottom: 3%;
        display: inline-block;
        width: 45%;
        vertical-align: top;
    }
    .pro_show>.pro_list>li:nth-child(odd){
        margin-right: 2%;
    }
    .pro_show>.pro_list>li>a,.pro_show>.pro_list>li>a>img{
        display: block;
        width: 100%;
        height: auto;
    }

    .pro_show>.more{
        margin: 10px 0 20px;
        text-align: center;
    }

    .pro_show>.more>a{
        display: inline-block;
        width: 160px;
        text-align: center;
        line-height: 30px;
        background-color: #000;
        border-radius: 10px;
        color: #fff;
        font-size: 12px;
    }
    .company_profile>.company_profile_con{
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .company_profile>.company_profile_con>.txt{
        width: 100%;
        float: none;
    }

    .company_profile>.company_profile_con>.txt>.tit>img{
        display: block;
        width: 100%;
        height: auto;
    }

    .company_profile>.company_profile_con>.txt>.des{
        font-size: 14px;
        margin-top: 0;
    }

    .company_profile>.company_profile_con>.txt>.des>br{
        display: none;
    }
    .company_profile>.company_profile_con>.txt>.des{
        margin-top: 10px;
        line-height: 28px;
    }

    .company_profile>.company_profile_con>.txt>.des>.more{

        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        position: static;
        width: 120px;
        font-size: 14px;
        line-height: 30px;
        
    }

    .company_profile>.company_profile_con>.chejian{
        margin-top: 20px;
        width: 100%;
    }

    .company_profile>.company_profile_con>.chejian>img{
        display: block;
        width: 100%;
    }

    .ps_slide_box>.swiper-container5{
        width: 100%;
        height: auto;
    }

    .ps_slide_box>.swiper-button-prev5, .ps_slide_box>.swiper-button-next5{
        z-index: 100;
    }

    .ps_slide_box>.swiper-container5{
        margin: 30px auto;
    }

    .ps_slide_box{
        padding: 0 10px;
    }

    .ps_slide_box>.swiper-container5 .swiper-slide img{
        height: auto;
    }

    .ps_slide_box>.swiper-button-prev5{
        left: 10px;
    }

    .ps_slide_box>.swiper-button-next5{
        right: 10px;
    }

    .company_profile{
        padding-bottom: 1px;

    }

    .ps_slide_box>.swiper-button-prev5, .ps_slide_box>.swiper-button-next5{
        top: 85px;
    }

    .banner{
        background-position: left bottom;
    }

    .banner>.wd_1200>.dzzixun{
        width: 60%;
        bottom: 50px;
        right: 0;
        left: 20px;
        font-size: 16px;
    }
    .manage_items{
        height: auto;
    }
    .manage_items>.item{
        position: static;
        width: 50%;
        height: 30vh;
        float: left;
    }
    .manage_items>.item>h2{
        font-size: 16px;
    }

    .manage_items>.item>h2{
        line-height: 30vh;
    }

    .plant{
        width: 100% !important;
        height: auto !important;
    }

    .plant{
        padding: 0 15px;
    }

    .plant>.tit{
        text-align: center;
    }

    .plant>.tit>img{
        margin: 20px 0 20px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 90%;
    }

    .swiper-container7{
        overflow: hidden;
        height: 30vh !important;
    }

    .swiper-container7>.swiper-wrapper>.swiper-slide{
        height: auto !important;
    }

    .swiper-container7>.swiper-wrapper>.swiper-slide{
        background-position: left top;
    }

    .swiper-container7>.swiper-container .iconfont{
        font-size: 25px;
    }

    .swiper-container7>.swiper-container>.swiper-button-prev{
        left: 20px;
    }

    .swiper-container7>.swiper-container>.swiper-button-next{
        right: 20px;
    }

    .swiper-container7>.swiper-wrapper>.swiper-slide>span{
        position: absolute;
        bottom: 0;
        display: block;
        background-color: #7e0001;
        width: 100%;
        text-align: center;
        color: #fff;
        line-height: 39px;
    }

    .yingyonglingyu{
        margin-top: 20px;
        background: url(/img/yylybg.jpg) no-repeat center center;
        background-size: cover;
    }

    .yingyonglingyu>.yyly_top>.line{
        text-align: center;
        padding: 10px 0;
    }

    .yingyonglingyu>.yyly_top>.line:first-child{
        padding-top: 20px;
    }

    .yingyonglingyu>.yyly_top>.line>img{
        display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .yingyonglingyu>.yyly_top>.line:last-child{
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        padding-top: 6px;
        padding-bottom: 6px;
        border: 1px solid #fff;
    }
    .yingyonglingyu>.yyly_top>.line>div{

        color: #fff;
        font-size: 16px;
    }
    .yingyonglingyu>.yyly_top>.line>div:first-child{
        margin-bottom: 6px;
    }

    .yingyonglingyu>.yyly_con{
        padding-top: 1px;
        width: 100%;
    }

    .yingyonglingyu>.yyly_con>.left{
        float: none;
        margin-right: 0;
    }

    .yingyonglingyu>.yyly_con>.left>.nav_list{
        width: 100%;
        text-align: center;
    }
    .yingyonglingyu>.yyly_con>.left>.nav_list>li{
        display: inline-block;
        width: 90%;
        vertical-align: middle;
    }

    .yingyonglingyu>.yyly_con>.left>.nav_list>li>a>div.tit1{
        font-size: 16px;
    }
    .yingyonglingyu>.yyly_con>.left>.nav_list>li>a>div{
        margin-left: 0;
    }
    .yingyonglingyu>.yyly_con>.left>.nav_list>li>a>div.tit2{
        font-size: 14px;
    }

    .yingyonglingyu>.yyly_con>.right{
        float: none;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .yingyonglingyu>.yyly_con>.right>ul>li{
        height: auto;
    }
    .yingyonglingyu>.yyly_con>.right{
        height: 50vh;
    }

    .yingyonglingyu{
        height: auto;
        padding-bottom: 30px;
    }

    .guanggao2{
        width: 100%;
    }

    .guanggao2>img{
        display: block;
        width: 100%;
        height: 100%;
    }

    .main_con>.pro_list{
        padding: 20px 10px 20px;
    }

    .main_con>.pro_list>.top{
        font-size: 16px;
    }

    .pro_list>.top{
        line-height: 36px;
    }

    .pro_list>.col_list{
        text-align: center;
    }

    .pro_list>.col_list>li{
        float: none;
        display: inline-block;
        vertical-align: middle;
        width: 47%;
        margin-left: 0;
    }

    .pro_list>.col_list>li:nth-child(odd){
        margin-right: 3%;
    }
    .pro_list>.col_list>li{
        margin-top: 3%;
    }

    .pro_list>.col_list>li>a>.img, .pro_list>.col_list>li>a>.img>img{
        width: 100%;
        height: auto;
    }

    .pro_list>.col_list>li>a>.tit{
        line-height: 36px;
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;

    }

    .guanggao3{
        width: 100%;
    }

    .guanggao3>img{
        width: 100%;
    }

    .news.ht_770{
        height: auto;
    }

    .news>.news_list>li{
        display: block;
        float: none;
    }

    .news>.news_list{
        padding: 0 20px;
        width: 100%;
    }

    .news>.news_list>li{
        width: 100%;
        margin-left: 0;
        margin-top: 25px;
    }

    .news>.news_list>li>a{
        display: block;
        height: auto;
    }

    .news>.news_list>li>a>div.img_wrap>img{
        display: block;
        height: 100%;
    }

    .news>.news_list>li>.news_col_list{
        height: auto;
        padding: 15px;
    }

    .news>.news_list>li>.news_col_list>li.ft>.tit:hover{
        font-size: 16px;
    }
    .news>.news_list>li>.news_col_list>li.ft>.des_txt{
        line-height: 22px;
    }
    .news>.news_list>li>.news_col_list>li.ft{
        margin-bottom: 0px;
    }
    .news>.news_list>li>.news_col_list>li.ft~li
    {
        margin-top: 6px;
    }

    .news>.news_list>li>.top>.right>a{
        font-size: 16px;
    }

    .news>.news_list>li>.top>.col_tit>span{
        font-size: 18px;
        margin-left: 33px;
    }


    .hddb{
        display: block;
        width: 100%;
        
    }

    .hddb>a.go_top2{
        position: relative;
        z-index: 100;
        display: block;
        width: 100%;
        text-align: center;
        line-height: 41px;
        font-family: 14px;
        color: #00a2ff;
        box-shadow: 0 3px 3px 6px #fff;

    }

    .hddb>a.go_top2>span{
        display: inline-block;
        padding-right: 20px;
        background: url(/img/hddb_arrow.png) no-repeat center right 4px;
        background-size: 12px auto;
    }

    .footer{
        width: 100%;
        padding-top: 15px;
        padding-bottom: 10px;
        background-color: #000;
    }
    .footer>.ft_nav{
        text-align: center;
    }
    .footer>.ft_nav>a{
        display: inline-block;
        width: 20%;
        margin-right: 3%;
        color: #fff;
        font-size: 14px;
    }
    .footer>.ft_nav>a:last-child{
        margin-right: 0;
    }
    .footer>.ft_nav>a>p{
        text-align: center;
    }
    .footer>.ft_nav>a>p.icon{
        padding: 5px 0;
    }
    .footer>.ft_nav>a>p>img{
        width: 50%;
    }

    .footer>.ft_nav>a>p>img.resize{
        width: 38%;
    }

    .banner2,.contact2{
        display: none !important;
    }

    .news>.news_list>li:nth-child(3){
        display: none;
    }

    .bot,.friendlink{
        display: none;
    }

    .news>.news_list{
        top: 0 !important;
    }


    
}

