*{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}
a{
    text-decoration : none;
    color: #666;
}
body{
    font-size: 14px;
    font-family: "微软雅黑";
   
}
input:focus{
    outline: none;
}
/*=====================================================================*/
.topbar{
    width: 100%;
    min-width: 990px;
    height: 24px;
    background: #eaeaea;
    color: #444;
    border-bottom: solid 1px #d8d8d8;

}
.topbar a{
    text-decoration : none;
    color: #666;
}

.topbar a:hover {
    text-decoration : none;
    color: #666;
}
.topbar_inner{
    width: 990px;
    margin: 0 auto;
}
.topbar_left{
    width: 300px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: left;
    float: left;
}
.topbar_center{
    width: 300px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    float: left;
}
.topbar_right{
    width: 300px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: right;
    float: left;
}

/*=====================================================================*/

.logbar{
    padding: 20px 0 20px 0;
    clear: both;
    width: 100%;
    min-width: 990px;
    height: 106px;
    background-color: #fff;
    background: -webkit-linear-gradient(#fff, #fefefe, #eee);
    background: -o-linear-gradient(#fff, #fefefe, #eee);
    background: -moz-linear-gradient(#fff, #fefefe, #eee);
    background: linear-gradient(#fff, #fefefe, #eee);

    border-bottom: solid 1px #d8d8d8;
}
.logbar_inner{
    width: 990px;
    margin: 0 auto;
}
.logbar_inner img{
    width: 100%;
    height: 100%;
}

.logbar_left{
    width: 200px;
    height: 96px;
    float: left;
    text-align: center;
}
.logo{
    margin: 12px 0 12px 0;
    display: inline-block;
    width: 100px;
    height: 72px;
}
.logo img{
    height: 100%;
    width: auto;
}
.logbar_center{
    width: 800px;
    height: 96px;
    float: left;

}
.logbar_center_up{
    width: 800px;
    height: 64px;
}
.logbar_center_up_text{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 64px;
    color: #373737;
}

.logbar_center_down{
    width: 800px;
    height: 32px;
    display: inline-block;
}
.logbar_center_down_text{
    width: auto;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    /*background: #ffb905;*/
    line-height: 30px;
}
.logbar_center_text{
    clear: both;
    width: 800px;
    line-height: 30px;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    color: #f00;
    float: left;
}
.logbar_right{

    width: 200px;
    height: 72px;
}
.telephone{
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #787878;
}
.mobile{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #7f7f7f;
}

/*=====================================================================*/
.nav{
    margin: 0 0 10px 0;
    width: 100%;
    min-width: 990px;
    height: 36px;
}
.nav_0{
    width: 990px;
    margin: 0 auto;

}
.nav_0 ul{
    display: block;
}
.nav_0 li{
    width: 160px;
    line-height: 36px;
    float: left;
    display: inline;
    text-align: center;
    border-radius: 5px 5px 0 0 ;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}
.nav_li{
    width: 160px;
    line-height: 36px;
    float: left;
    display: inline;
    text-align: center;
    border-radius: 5px 5px 0 0 ;
    position: relative;
    color: #f8f8f8;
    font-size: 16px;
    font-weight: 600;
}
.find{
    float: right;
    line-height: 36px;
    display: inline-block;
}
.find-text{
    margin-top: 3px;
    width: 160px;
    height: 26px;
    float: left;
    text-indent: 10px;

}
.find-button{
    margin-top: 3px;
    width: 40px;
    height: 30px;
    float: left;
    color: #6c6c6c;
    cursor: pointer;

}
.select{
    background-color: #18abff;

}
.nav li:hover{
    color: #000000;
    background-color: #ffb905;

}

/*=========================================================================*/
.slide-band{
    width: 100%;
    min-width: 990px;
    height: 400px;
    position:relative;
    background-color: #008cf8;
    overflow:hidden;
    zoom: 1;
/*    display: flex;
    justify-content: center;
    align-items: center;*/
}
.slide-band-inner{
    width: 990px;
    margin: 0 auto;
    position:relative;
    overflow:hidden;

}
.slidebar_00{
    /*display:flex;
    flex-direction:row;*/
}
.slidebar img{
    width:1920px; /*图片宽度*/
    position:absolute;
    left:50%;
    margin-left:-960px; /*图片宽度的一半*/
}
/*========================================================================*/
.content{
    margin: 20px auto;
    width: 990px;
    height: auto;

}
.content_blank{
    height: 30px;
}
.content_bar_0{
    width: 990px;
    height: 36px;
    background: -webkit-linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); /* Firefox 3.6 - 15 */
    background: linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); /* 标准的语法 */
    background-color: #e2e2e2;
    display: inline-block;

}
.content_bar_00{
    width: 200px;
    height: 36px;
    float: left;
    background: linear-gradient(165deg,#4c99ff 24%,#3e8cf1 48%,#195dff 52%,#1a4cc2 85%);
    line-height: 36px;
    border-radius: 5px 5px 0 0 ;
}
.content_bar_01{
    width: 320px;
    height: 36px;
    float: right;
    text-align: right;
    line-height: 36px;
    color:#555;
    margin-rigth:20px
    
}
.content_bar_01:hover{

   font-weight: 600;
}

.content_bar_00_txt{
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.content_title{
    height: 32px;
    margin: 20px 20px 0 20px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    background: -webkit-linear-gradient(#71beff, #18abff, #71beff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#71beff, #18abff, #71beff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#71beff, #18abff, #71beff); /* Firefox 3.6 - 15 */
    background: linear-gradient(#71beff, #18abff, #71beff); /* 标准的语法 */
    background-color: #18abff;
    border-radius: 5px 5px 0 0 ;

}
.content_text{
    margin: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #6c6c6c;
    line-height: 24px;
}
.content_text p {
    text-indent: 30px;
}
.content_1{
    width: 1000px;
    height: auto;
    margin: 30px auto;
    background-color: #fff;
    border: solid 1px #ececec;

}

.content_11{
    width: 960px;
    height: 600px;
    margin: 20px auto;
    display: block;

}
.content_110_left{
    width: 320px;
    height: 500px;

    float: left;
}

.content_110_center{
    width: 320px;
    height: 500px;

    float: left;
}

.content_110_center img{
    width: 100%;
    height: auto;

}
.content_110_center_img{
    margin: 20px;
}

.content_110_center_text{
    margin: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #6c6c6c;
    line-height: 32px;
}
.content_110_right{
    width: 320px;
    height: 500px;

    float: left;
}
.content_110_right_box{
    width: 278px;
    height: auto;
    margin: 0 auto;
    border: solid 1px #e1e1e1;
}
.content_110_right_text{
    margin: 20px 20px 20px 40px;
    font-size: 14px;
    font-weight: 500;
    color: #6c6c6c;
    line-height: 28px;

}

.content_2{
    width: 1000px;
    height: auto;
    margin: 30px auto;
    background-color: #fff;
    border: solid 1px #ececec;

}
.content_21{
    width: 960px;
    height: auto;
    margin: 20px auto;
}
.content_210 ul{
    display: inline-block;
}
.content_210 li{
    float: left;
}


.content_2100{
    width: 320px;
    height: 350px;
}

.content_21000{
    height: 32px;
    width: 280px;
    margin: 0 auto;
    background-color: #18abff;
    border-radius: 5px 5px 0 0;
    line-height: 32px;
    font-size: 16px;
    font-weight: 600;
    color: #6c6c6c;
    text-align: center;
}
.content_210 li:hover .content_21000{
    background-color: #05d45d;
    color: #ffffff;
}

.content_21001{
    width: 280px;
    height: 200px;
    margin: 0 auto;
    border: solid 1px #e1e1e1;

}
.content_21001 img{
    width: 100%;
    height: 100%;
}
.content_21002{
    width: 280px;
    height: 100px;
    background-color: #fcfcfc;
    overflow: hidden;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
    color: #6c6c6c;
    border: solid 1px #e1e1e1;
}
.content_21002 ul{
    display: block;
}

.content_21002 li{
    margin-left: 10px;
    float: none;
}
.content_3{
    width: 990px;
    height: 300px;
    margin: 0 auto;
    border: solid 1px #ececec;

}
/*
.content_31_bg{
    width: 960px;
    height: 560px;
    margin: 10px auto;
    background: url(../images/book.jpg) no-repeat;
    background-size: 100% 100%;

}
*/

 .content_31{
     width: 990px;
     height: 300px;
     margin: 0 auto;
   /*  border: solid 1px #ececec;*/
     background:rgba(255,255,255,0.7);
}
 .content_31 ul{
     display: inline-block;
 }
.content_31 li{
    float: left;
    margin: 20px 8px 20px 8px;
    display: inline-block;
}
.content_31 li:hover .content_310_img{
    width: 170px;
    height: 170px;
}

.content_31 li:hover .content_310_title{
    background-color: #ffb905;
    /*color: #000;*/

}

.content_31 li:hover .content_310_introduce{
    background-color: #ffb905;
    /*color: #000;*/
    font-weight: 600;
}

.content_310_title{
    width: 190px;
    height: 260px;
    line-height: 72px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0 auto;
    background-color: #000;
    border-radius: 10px 5px 5px 10px;
    float: left;
    border: solid 1px #6e6e6e;
}
.content_310_img{
    width: 160px;
    height: 160px;
    margin: 0 auto;
}
.content_310_img img{
    width: 100%;
    height: 100%;
}
.content_310_introduce{
    width: 190px;
    height: 260px;
    background-color: #000;
    color: #fff;
    border-radius: 5px 10px 10px 5px;
    float: left;
    line-height: 32px;
    font-size: 14px;
    border: solid 1px #6e6e6e;
}

.content_310_introduce_text{
    text-align: center;
    margin: 30px;

}

.content_4{
    width: 1000px;
    height: auto;
    margin: 30px auto;
    background-color: #fff;
    border: solid 1px #ececec;
    display: inline-block;

}
.content_41{
    width: 980px;
    height: auto;
    margin: 20px auto;
    background-color: #fff;

   /* border: solid 1px #ececec;*/
}
.content_41_list{
    width: 240px;
    background-color: #fff;
    float: left;
}
.content_41_list ul{

}

.content_41_list li{
    margin-left: 20px;

    height: 36px;
    line-height: 36px;

}
.content_41_main{
    width: 740px;
    background-color: #fff;
    float: right;

}

.content_41_main ul{
    display: inline-block;
}

.content_41_main li{
    float: left;
    margin: 10px 19px 10px 19px;
    border: solid 1px #e9e9e9;
}

.content_41_main li:hover {
    border: solid 1px #187fff;

}
.content_410_img{
    width: 200px;
    height: 150px;

}
.content_410_img img{
    width: 100%;
    height: 100%;
}
.content_410_text{
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-indent:10px;
    background-color: #f6f6f6;
    border: solid 1px #ececec;
}
/*======================================================================*/
.bottom-bar{
    width: 100%;
    height: 150px;
    /*overflow: hidden;*/
    /*zoom: 1;*/
    background-color: #aaa;
    color: #fff;
}

.bottom-bar-inner{
    width: 990px;
    height: 150px;
    margin: 0 auto;
    /*overflow: hidden;*/
    /*zoom: 1;*/
    background-color: #aaa;

}
/*====================================================================*/
.product-bar{
    margin-top: 20px;
    width: 100%;
    height: auto;
    /*zoom: 1;*/
    /*overflow: hidden;*/
    background-color: #fdfdfd;
}
.product-bar-inner{
    width: 990px;
    height: auto;
    margin: 0 auto;
    background-color: #fdfdfd;

}
.product-bar-frame{
    display: block;
    background-color: #fdfdfd;
}
.product-bar-tile-bar{
    height: 36px;
    width: 990px;
    background: -webkit-linear-gradient(#efefef, #e2e2e2, #eeeeee); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#efefef, #e2e2e2, #eeeeee); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#efefef, #e2e2e2, #eeeeee); /* Firefox 3.6 - 15 */
    background: linear-gradient(#efefef, #e2e2e2, #eeeeee); /* 标准的语法 */
    background-color: #e2e2e2;
    border-bottom: solid 1px #d8d8d8;
    display: inline-block;
    zoom: 1;

}
.product-bar-tile{
    height: 36px;
    line-height: 36px;
    width: 120px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;

    background-color: #000000;    float: left;


    text-align: center;
    border-radius: 5px 5px 0 0;
}
.product-bar-tile-more{
    height: 36px;
    line-height: 36px;
    width: 120px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #000000;    float: left;

    float: right;
    text-align: center;
    border-radius: 0 5px 5px 0;
}
.product-bar-list-container{

}
.product-bar-list-container-row{
    /*height: 300px;*/
}
.product-bar-list-band{
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    zoom: 1;
    background-color: #ffa702;
}
.product-bar-list-line{
    width:990px;
    /*height: 300px;*/
    overflow: hidden;
}
.product-bar-list-line ul{
    display: inline-block;
}
.product-bar-list-line ul li{
    float: left;
    width: 225px;
    height: 250px;
    border: 1px solid #eeeeee;
    margin: 5px;
    margin-bottom: 20px;

}

.product-bar-list-line ul li:hover .product-band{
    font-weight: 600;
    background-color: #000000;
}

.product-bar-list-line ul li:hover .product-introduct-more{

    background-color: #ffb905;
    color: #000;
    font-weight: 600;
}
.product-introduct-main{
    display: block;
}

.product-band{
    width: 100%;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    zoom: 1;
    background-color: #000000;
    color: #fff;
}
.prouduct-img{
    width: 160px;
    height: 160px;
    margin: 0 auto;
    padding: 0 33px 0 32px;
    background: #000000;
}
.prouduct-img img{
    width: 100%;
    height: 100%;
}
.product-introduct{
    width: 225px;
    overflow: hidden;
    display: block;
    background: #000000;
    color: #fff;
    line-height: 30px;


}
.product-introduct-name:before{
    content: "名称：";
}
.product-introduct-name{
    width: 220px;
    height: 30px;
    text-align: center;
}

.product-introduct-use:before{
    content: "特点：";
}
.product-introduct-use{
    width: 220px;
    height: 30px;
    text-align: center;
}
.product-introduct-more
{

    display: none;
    width: 205px;
    height: 200px;
    margin: 0 auto;
    padding: 10px;
    line-height: 24px;
    background: #000;
    color: #fff;
    overflow-x:hidden;
    overflow-y:auto;
}
.product-bar-list-line ul li:hover .product-introduct-main{
    display: none;
}
.product-bar-list-line ul li:hover .product-introduct-more{
    display: block;
}

.product_list_content_inner  ul li:hover .product-introduct-main{
    display: none;
}

.product_list_content_inner ul li:hover .product-introduct-more{
    display: block;
}
/*====================================================================*/
.news-bar{
    width: 100%;
    height: 400px;
    zoom: 1;
    background-color: #f8f8f8;
}
.news-bar-inner{
    width: 990px;
    height: 400px;
    margin: 0 auto;
    background-color: #f8f8f8;
}
.news-bar-frame{
    display: inline-block;
}
.news-bar-frame-row{
    float: left;
    width: 280px;
    height: 325px;
    margin-right: 20px;
    overflow: hidden;
    background-color: #000000;
    zoom: 1;
    border-radius: 5px 5px 0 0;
}
.news-bar-frame-row-title{
    margin: 10px auto;
    width: 280px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 16px;
    display: inline-block;

}
.news-bar-frame-row-title-left{
    margin-left: 20px;
    width: 180px;
    float: left;
    
    color: #fff;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;

}
.news-bar-frame-row-title-right{
    width: 50px;
    float: right;
    font-size: 12px;
    text-align: center;   
    color: #fff;
}
.news-bar-main{
    width: 260px;
    height: 260px;
    margin: 0 auto;

}

.news-bar-main img{
    width: 100%;
    height: 100%
}
.news-bar-frame-row-list{
    width: 260px;
    height: 260px;
    zoom: 1;
    overflow: hidden;
    margin: 0 auto;
    background-color: #fff;
}
.news-bar-frame-row-list ul{
    margin-top: 10px;
}
.news-bar-frame-row-list ul li:before{
    content: "● ";
}
.news-bar-frame-row-list ul li{
    line-height: 24px;
    text-indent: 24px;
    width: 260px;
    white-space:nowrap;
    overflow: hidden;
}
/*====================================================================*/
.four-bar{
    width: 100%;
    height: 100px;
    zoom: 1;
    background-color: #eee;
}
.four-bar-inner{
    width: 990px;
    height: 100px;
    margin: 0 auto;
    background-color: #eee;
}
.four-bar-inner-line{
    display: inline-block;
}
.four-bar-inner-row{
    width: 300px;
    height: 100px;

    float: left;
    display: inline-block;
}
.four-bar-inner-row-left{
    margin-top: 20px;
    margin-left: 20px;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    text-indent: 8px;
    background: #ffb905;
    border-radius: 50%;
    border: 3px solid #fff;
}
.four-bar-inner-row-right{
    margin-top: 20px;
    margin-left: 10px;
    float: left;
}
.four-bar-inner-row-right-up{
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
    color: white;
}
.four-bar-inner-row-right-down{
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: white;
}
/*====================================================================*/
.info-bar{
    width: 100%;
    height: auto;
    zoom: 1;
    background-color: #e7e7e7;
}

.info-bar-inner{
    width: 990px;
    margin: 0 auto;
    background-color: #e7e7e7;
}

.info-bar-frame{
    display: inline-block;
}
.info-bar-frame-row{
    width: 200px;
    float: left;
    text-align: center;
}
.info-bar-frame-row-up{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;

}
.info-bar-frame-row-down{
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;

}
.info-bar-frame-row-last{
    margin-left: 40px;
    width: 300px;
    float: left;
    text-align: left;
}
/*====================================================================*/
.bottom-bar-frame{
    /*margin-top: 50px;*/
    display: block;
}

.bottom-left{
    margin-left: 55px;
    width: 280px;
    height: 300px;
    float: left;

    /*background-color: #84fb8b;*/
}
.bottom-center{
    margin-left: 20px;
    width: 430px;
    height: 300px;
    float: left;
    /*background-color: #dcf9f5;*/
    display: block;
}

.bottom-right{
    width: 220px;
    height: 300px;
    float: right;
    margin-right: 55px;
    /*background-color: #fb3f47;*/
}
.bottom-center-left{
    width: 200px;
    float: left;
    /*background-color: #3fff50;*/
}

.bottom-center-right{
    margin-left: 30px;
    width: 200px;
    float: left;
    /*background-color: #3fff50;*/
}


.bottom-left-title{
    font-size: 24px;
    font-weight: 600;
    color: #f9f9f9;
    line-height: 90px;
}

.bottom-left-text{
    font-size: 16px;
    font-weight: 400;
    color: #f9f9f9;
    line-height: 30px;
}

.bottom-center-title{
    font-size: 24px;
    font-weight: 600;
    color: #f9f9f9;
    line-height: 90px;
    text-align: center;
}
.bottom-center li{
    line-height: 30px;
    color: #f9f9f9;
    font-size: 14px;
    text-align: center;
}

.bottom-qcode{
    width: 200px;
    height: 200px;
}
.bottom-qcode img{
    width: 100%;
    height: 100%;
}

.bottom-right-title{
    font-size: 24px;
    font-weight: 600;
    color: #f9f9f9;
    line-height: 90px;
    text-align: center;
}

.bottom-weblink{
    font-size: 16px;
    font-weight: 400;
    color: #f9f9f9;
    line-height: 30px;
    text-align: center;
}

.bottom-weblink li {
    font-size: 16px;
    font-weight: 400;
    color: #f9f9f9;
    line-height: 30px;
    text-align: center;
}
.bottom-bar-hotseard{
    clear: both;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 30px;

    text-align: center;
    line-height: 30px;
    display: block;
}
.bottom-bar-hotseard-first{
    float: left;
}

.bottom-bar-hotseard ul{

}
.bottom-bar-hotseard ul li{
    float: left;
    margin-left: 10px;
}

.bottom-bar-copyright{
    clear: both;
    text-align: center;
    line-height: 30px;
}

.bottom-bar-icp{
    text-align: center;
    line-height: 30px;
}

.bottom-bar-gonganbeian{
    text-align: center;
    width: 290px;
    margin: 0 auto;
    line-height: 30px;
    display: block;
}
.bottom-bar-gonganbeian-image{
    float: left;
    width: 20px;
}

.bottom-bar-gonganbeian-image img{
    width: 100%;
    height: 100%;
}
.bottom-bar-gonganbeian-text{
    width: 270px;
}
.bottom-bar-powerby{
    clear: both;
    text-align: center;
    color: #000000;

}
.bottom-bar-powerby a{
    color: #000000;

}

.animation_drop-down
{
    -webkit-animation-name: fadeIn; /*动画名称*/
    -webkit-animation-duration: 0.3s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0; /*初始状态 透明度为0*/
    }
    50% {
        opacity: 0; /*中间状态 透明度为0*/
    }
    100% {
        opacity: 1; /*结尾状态 透明度为1*/
    }
}
.postion-bar{
    clear: both;
    /*margin-top: 10px;*/
    width: 100%;
    height: 30px;
    line-height: 30px;
    zoom: 1;
}
.postion-bar-inner{
    width: 990px;
    height: 30px;
    margin: 0 auto;
    background: -webkit-linear-gradient(#efefef, #e2e2e2, #eeeeee); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#efefef, #e2e2e2, #eeeeee); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#efefef, #e2e2e2, #eeeeee); /* Firefox 3.6 - 15 */
    background: linear-gradient(#efefef, #e2e2e2, #eeeeee); /* 标准的语法 */
    background-color: #e2e2e2;
    border-bottom: solid 1px #d8d8d8;
}
.postion-bar-frame{
    height: 30px;

}
.postion-bar-text{
    display: inline-block;
    height: 30px;
    width: 100%;
}
/*.location_home_ico{*/
    /*position: relative;*/
    /*margin: 10px 10px 10px 20px;*/
    /*width: 16px;*/
    /*height: 16px;*/
    /*background: url("../images/home.png") no-repeat;*/
    /*float: left;*/
/*}*/
.postion-bar-text ul{
    margin-left: 30px;
}
.postion-bar-text ul li{
    float: left;
    padding-left: 20px;
}
.postion-bar-text ul li a{
    color: #666;
}
/*==================================================================*/
.newslist-bar{
    clear: both;
    width: 100%;
    height: auto;
}

.newslist-bar-inner{
    margin: 0 auto;
    width: 990px;
    height: auto;
}
.newslist-bar-frame{
    width: 990px;
    display: inline-block;

}

.newslist-bar-left{
    width: 300px;
    height: auto;
    zoom: 1;
    background-color: #d4d4d4;
    float: right;
    border: 1px solid #d4d4d4;



}
.page_class{
    margin: 15px 0 0 0;
    padding: 0;
    width: 300px;
    float: left;

    border-radius: 5px;
}
.page_class_title{
    width: 300px;
    background-color: #41ff6a;
    margin: 0 auto;
}
.page_class_title_list{
    width: 260px;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    background-color: #fcfcfc;
    margin: 0 auto;
    line-height: 40px;
    /*text-indent: 20px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page_class_title_list:hover{
    background: -webkit-linear-gradient(#71beff, #18abff, #71beff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#71beff, #18abff, #71beff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#71beff, #18abff, #71beff); /* Firefox 3.6 - 15 */
    background: linear-gradient(#71beff, #18abff, #71beff); /* 标准的语法 */
    background-color: #18abff;
}

.page_class_title_list_select{
    background: -webkit-linear-gradient(#71beff, #18abff, #71beff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#71beff, #18abff, #71beff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#71beff, #18abff, #71beff); /* Firefox 3.6 - 15 */
    background: linear-gradient(#71beff, #18abff, #71beff); /* 标准的语法 */
    background-color: #18abff;
    color: #fcfcfc;
    font-weight: 600;

}

.page_class_list{
    width: 300px;
    margin: 0 auto;
}
.page_class_0{
    height: 40px;
    background: -webkit-linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); /* Firefox 3.6 - 15 */
    background: linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); /* 标准的语法 */
    background-color: #e2e2e2;
    border-bottom: 1px solid rgb(212, 212, 212);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
}



.page_class_0:hover{
    background: -webkit-linear-gradient(#71beff, #18abff, #71beff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#71beff, #18abff, #71beff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#71beff, #18abff, #71beff); /* Firefox 3.6 - 15 */
    background: linear-gradient(#71beff, #18abff, #71beff); /* 标准的语法 */
    background-color: #18abff;
}

.newslist-bar-right{
    width: 892px;
    min-height: 560px;
    zoom: 1;
    background-color: #ffffff;
    float: left;
    border: 1px solid #ebebeb;


}
.page_main_content{
    margin: 0 auto;
    padding: 0;
    width: 890px;
    min-height: 520px;
    float: right;
    background-color: #ffffff;

}
.page_main_content_top{
    margin: 0 auto;
    padding: 0;
    width: 860px;
    /*background: -webkit-linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); !* Safari 5.1 - 6.0 *!*/
    /*background: -o-linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); !* Opera 11.1 - 12.0 *!*/
    /*background: -moz-linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); !* Firefox 3.6 - 15 *!*/
    /*background: linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); !* 标准的语法 *!*/
    /*background-color: #e2e2e2;*/
    border-bottom: 2px solid #ebebeb;

}
.page_main_content_title{
    width: 800px;
    height: 40px;
    margin: 20px auto;
    line-height: 40px;

    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.page_main_content_title_add{
    width: 800px;
    height: 20px;
    margin: 5px auto;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
.page_main_content_text{
    width: 800px;
    margin: 20px auto;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    text-indent: 15px;
    line-height: 28px;

}

.page_main_content_foot{
    /*position: relative;*/
    height: 30px;
    margin: 0 auto;
    width: 860px;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    background-color: #ffffff;
    display: block;
    border: 1px solid #ebebeb;
}

.page_main_content_back{
    display: inline;
    float: left;

}
.page_main_content_back:before{
    content: "<<前一条：";
}
.page_main_content_forward{
    display: inline;
    float: right;


}
.page_main_content_forward:after{
    content: "：后一条>>";
}

.products_list_sort{
    width: 300px;
    height: auto;
    float: left;
    background: #ffffff;
    border: solid 1px #e2e2e2;
}

.products_list_band_bk{
    width: 300px;
    height: 30px;
    background: -webkit-linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); /* Firefox 3.6 - 15 */
    background: linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); /* 标准的语法 */
    background-color: #e2e2e2
}

.products_list_band{
    width: 280px;
    height: 30px;
    background: -webkit-linear-gradient(#03cdff, #46a4ff, #03cdff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#03cdff, #46a4ff, #03cdff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#03cdff, #46a4ff, #03cdff); /* Firefox 3.6 - 15 */
    background: linear-gradient(#03cdff, #46a4ff, #03cdff); /* 标准的语法 */
    background-color: #46a4ff;

    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
}
.products_list_sort_ul{
    margin: 5px 5px 0 5px;
    display: inline-block;
}

.products_list_sort_ul_left{
    width: 270px;
    background: -webkit-linear-gradient(#03cdff, #46a4ff, #03cdff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#03cdff, #46a4ff, #03cdff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#03cdff, #46a4ff, #03cdff); /* Firefox 3.6 - 15 */
    background: linear-gradient(#03cdff, #46a4ff, #03cdff); /* 标准的语法 */
    background-color: #46a4ff;
    margin: 5px;
    border-radius: 2px;
}

.products_list_sort_ul_right{
    width: 265px;
    background-color: #ffffff;
    margin-left: 5px;

}
.products_list_sort_ul_top{
    margin-left: 5px;
    height: 26px;
    background: -webkit-linear-gradient(#03cdff, #46a4ff, #03cdff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#03cdff, #46a4ff, #03cdff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#03cdff, #46a4ff, #03cdff); /* Firefox 3.6 - 15 */
    background: linear-gradient(#03cdff, #46a4ff, #03cdff); /* 标准的语法 */
    background-color: #46a4ff;
    line-height: 26px;
    color: #ffffff;
    border-radius: 3px;
    text-indent: 10px;

}
.products_list_sort_ul_top:hover{
    background: -webkit-linear-gradient(#63f49e, #41ff6a, #63f49e); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#63f49e, #41ff6a, #63f49e); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#63f49e, #41ff6a, #63f49e); /* Firefox 3.6 - 15 */
    background: linear-gradient(#63f49e, #41ff6a, #63f49e); /* 标准的语法 */
    background-color: #41ff6a;
}

.products_list_sort_ul_li{
    margin-left: 5px;
    height: 26px;
    background-color: #ffffff;
    line-height: 26px;
    color: #000000;
    border-radius: 3px;
    text-indent: 20px;

}

.products_list_sort_ul_li:hover{
    background: -webkit-linear-gradient(#63f49e, #41ff6a, #63f49e); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#63f49e, #41ff6a, #63f49e); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#63f49e, #41ff6a, #63f49e); /* Firefox 3.6 - 15 */
    background: linear-gradient(#63f49e, #41ff6a, #63f49e); /* 标准的语法 */
    background-color: #41ff6a;
}
.introduct-bar{
        width: 100%;
        background-color: rgb(255, 255, 255);
}

.introduct-bar-inner{
        width: 990px;        
        margin: 20px auto;
        overflow: hidden;
        zoom: 1;
        border: dotted 1px #dbdbdb;
        padding-bottom: 40px;
         background-color: #eee;
}

.introduct-bar-inner:hover{
        background-color: rgba(249, 179, 30, 0.10);
        color: #000;


    }

.introduct-bar-title-bar{
        width: 990px;
        height: 40px;
        line-height: 40px;
        letter-spacing: 2px;
        background-color: #ffc400;
        color: #1c1c1c;
    }

.introduct-bar-title{
    width: 240px;
    text-align: center;
    float: left;
}

.introduct-bar-title-more{
    font-size: 18px;
    font-weight: 600;
    width: 140px;
    float: right;
    text-align: center;
}
.introduct-bar-title-bar h1{
        font-size: 22px;
        font-weight: 600;
        color: #1c1c1c
    }

.introduct-bar-text{
        clear: both;
        margin: 20px;
        display: block;

    }
.introduct-bar-text-left{
        width: 1150px;
        float: left;
        line-height: 30px;
        text-indent: 44px;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;

}
    .introduct-bar-text-right{
        margin-top: 40px;
        width: 20px;
        float: right;

}
.introduct-bar-text-right img{
        width: 100%;
}
.introduct-bar-text-left p{
        margin-top: 20px;
}

.brand-bar{
        width: 100%;
        background-color: rgb(255, 255, 255);        
    }

    .brand-bar-inner{
        width: 990px;
       background-color: #eee;
        margin: 20px auto;
        overflow: hidden;
        zoom: 1;
        border: dotted 1px #dbdbdb;
        padding-bottom: 40px;
    }

    .brand-bar-inner:hover{
       background-color: rgba(249, 179, 30, 0.10);
        color: #000;


    }

    .brand-bar-title-bar{
        width: 990px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        letter-spacing: 2px;
        background-color: #ffc400;
        color: #1c1c1c;
    }

.brand-bar-title{
    width: 240px;
    text-align: center;
    float: left;
}

.brand-bar-title-more{
    font-size: 18px;
    font-weight: 600;
    width: 140px;
    float: right;
    text-align: center;
}
    .brand-bar-title-bar h1{
        font-size: 22px;
        font-weight: 600;
        color: #1c1c1c
    }

    .brand-bar-content{
        clear: both;
        margin: 20px;
        display: block;

    }
    .brand-bar-content-text{
        width: 1150px;
        float: left;
        line-height: 30px;       
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        padding-left: 40px;

    }
    .brand-bar-content_img{
        margin-top: 40px;
        width: 20px;
        float: left;

    }
    .brand-bar-content_img img{
        width: 100%;
    }
    .brand-bar-content-text p{
        margin-top: 20px;
    }

.kf {
        width: 52px;
        position: fixed;
        right: 1%;
        top: 50%;
        margin-top: -115px;
        z-index: 999;
    }
    .kf dd {
        width: 51px;
        height: 51px;
        margin-bottom: 1px;
        position: relative;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        margin-top: 4px;
        border: #4859d8 solid 8px;
        background-color: #fff;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }
    .kf dd i {
        width: 51px;
        height: 51px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
        text-align: center;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }
    .kf dd i span {
        width: 35px;
        height: 35px;
        display: block;
        margin: 8px 0 0 8px;
        background: url(../images/kf.png) no-repeat 0 0;
    }
    .kf dd.gottop {
        display: none;
    }
    .kf .slide-tel {
        display: block;
        width: 0;
        height: 53px;
        line-height: 53px;
        font-size: 24px;
        font-weight: bold;
        font-family: arial;
        color: #FFF;
        position: absolute;
        padding: 0 0 0 53px;
        top: -1px;
        right: -2px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        overflow: hidden;
    }
    .kf .pop {
        position: absolute;
        right: 90px;
        top: -65px;
        background: #2d5bc3;
        display: none;
    }
    .kf .pop-code {
        width: 160px;
    }
    .kf .pop-code img {
        width: 120px;
        height: 120px;
        display: block;
        padding: 20px 20px 0;
    }
    .kf .pop-code h3 {
        height: 52px;
        line-height: 26px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        white-space: nowrap;
    }
    .kf .pop-code h3 b {
        display: block;
        font-size: 14px;
        font-weight: normal;
    }
    .kf .qq span {
        background-position: -35px -47px;
    }
    .kf .qq a {
        width: 52px;
        height: 52px;
        cursor: pointer;
        display: block;
    }
    .kf .qq:hover {
        background-color: #2d5bc3;
        border-radius: 100%;
    }
    .kf .qq:hover span {
        background-position: 0 -47px;
    }
    .kf .tel span {
        background-position: -35px 0;
    }
    .kf .tel:hover {
        background: #2d5bc3;
    }
    .kf .tel:hover span {
        background-position: 0 0;
    }
    .kf .code span {
        background-position: -35px -95px;
    }
    .kf .code:hover {
        background-color: #2d5bc3;
        border-radius: 100%;
    }
    .kf .code:hover span {
        background-position: 0 -95px;
    }
    .kf .top span {
        background-position: -35px -142px;
    }
    .kf .top:hover {
        background-color: #2d5bc3;
        border-radius: 100%;
    }
    .kf .top:hover span {
        background-position: 0 -142px;
    }
    .kf dd:hover {
    }
    
     .hor_bar{

    }
    .hor_bar_innner{
        width: 990px;
        margin: 0px auto;
        padding-bottom: 8px;
        border: 1px solid rgb(214, 214, 214);
        background: rgb(255, 255, 255);
    }
    .hor_bar_header{
        background: linear-gradient(180deg, #f0f0f0 1%, #f2f2f2 50%, #e6e6e6 99%);
        height: 28px;
    }

    .hor_bar_header h3{
        width: 120px;
        line-height: 28px;
        background: linear-gradient(135deg, rgba(16, 104, 244, 0.64) 50%, rgba(65, 136, 225, 0.69) 50%, rgba(11, 107, 239, 0.74) 99%);
        text-align: center;
        font-weight: 600;
        font-size: 16px;
        color: #efefef;
        border-radius: 4px 0 0 4px;
        float: left;
    }
    .hor_bar_header_more{
        width: 70px;
        line-height: 28px;
        float: right;
        text-align: center;

    }
    .hor_bar_header_more:hover{
        background: rgba(65, 136, 225, 0.69);
    }

    .hor_bar_content{
        line-height: 28px;
        margin: 30px;
        font-family: "Microsoft YaHei", SimHei, "WenQuanYi Micro Hei", STHeiti;

        font-size: 14px;
        font-weight: 400;
    }
    .hor_bar_content p{
        text-indent: 28px;
    }

    .hor_bar_product_content{

        width: 100%;
        height: auto;
        zoom: 1;
        overflow: hidden;


    }
    .hor_bar_product_content_ul{

    }
    .hor_bar_product_content_ul_li{
        width: 150px;
        height: 240px;
        overflow: hidden;
        float: left;
        margin-left: 38px;
        margin-top: 30px;
        border: solid 1px #ececec;

    }
    .hor_bar_product_content_ul_li:hover{
         border: solid 1px #0000ec;
    }

    .hor_bar_product_content_ul_li:hover .hor_bar_product_content_text_brand{
        color: #1c1c1c;
    }

    .hor_bar_product_content_ul_li:hover .hor_bar_product_content_text_name{
        color: #1c1c1c;
    }
    .hor_bar_product_content_ul_li:hover .hor_bar_product_content_text_ext{
        color: #1c1c1c;
    }
    .hor_bar_product_content_ul_li:hover .hor_bar_product_content_text_name a{
        color: #1c1c1c;
    }
    .hor_bar_product_content_img{
        box-sizing:border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align:center;
        width: 140px;
        height: 140px;
        margin: 5px auto;
    }

    .hor_bar_product_content_img img{
        width: 100%;
        height: auto;
    }
    .hor_bar_product_content_text{
        width: 100%;
        height: 90px;

    }
    .hor_bar_product_content_text_brand{
        height: 25px;
        line-height: 25px;
        text-align: center;
        color: #9c9c9c;
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;

    }
    .hor_bar_product_content_text_name{
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align:center;
        font-weight: 600;
    }

    .hor_bar_product_content_text_name a{
        color: #2a6ad3;
        text-decoration:none
    }


    .hor_bar_product_content_text_ext{
        height: 25px;
        line-height: 25px;
        text-align: center;
        color: #acacac;
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;

    }


     .act-bar{
        min-width: 990px;
        height: 550px;
        background: linear-gradient(135deg, rgba(16, 104, 244, 0.64) 50%, rgba(65, 136, 225, 0.69) 50%, rgba(11, 107, 239, 0.74) 99%);
        /*background: url("../images/banner-01.png");*/
        /*background-repeat: no-repeat;*/
        /*background-size: 100%;*/
    }
    .act-bar-top{
        width: 990px;
        margin: 0 auto;
        padding-top: 50px;
        text-align: center;
        font-family: "Microsoft YaHei", 黑体;
        font-size: 40px;
        font-weight: 600;
        color: #ff9203;
        text-shadow:#000 1px 1px 2px


    }
    .act-bar-top_1{
        width: 990px;
        margin: 0 auto;
        padding-top: 20px;
        text-align: center;
        font-family: "Microsoft YaHei", 黑体;
        font-size: 20px;
        font-weight: 500;
        color: #ffe14f;
        text-shadow:#000 1px 1px 2px
    }
    .act-bar-content{
        width: 990px;
        margin: 0 auto;
        padding-top: 30px;
    }
    .act-bar-content_1{
        width: 150px;
        height: 180px;
        padding-top: 20px;
        float: left;
        margin: 20px;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.61);
        text-align: center;
        color: #fefefe;
        text-shadow:#000 1px 1px 2px


    }
    .act_bar_num{
        width: 100%;
        box-sizing:border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align:center;


    }
    .act-bar-content_1:hover{
        color: #fb5b4a;
        background: #000;
        box-shadow:2px 2px 5px #000;
    }

    .act_bar_num_big{
        width: auto;
        height: 100px;
        line-height: 100px;
        font-size: 56px;
        text-align: center;
        font-family: "Microsoft YaHei", 黑体;
        /*display: flex;*/

    }
    .act_bar_num_plus{
        width: auto;
        height: 30px;
        line-height: 30px;
        font-size: 24px;
        text-align: left;
        /*display: flex;*/

    }
    .act_bar_num_text{
        clear: both;
        width: 100%;
        height: 40px;
        text-align: center;
        font-size: 14px;
        line-height: 40px;
        padding-top: 10px;
        font-family: "Microsoft YaHei", 黑体;
    }
/*网站底部*/
.wrap-footer {
	height: 315px;
	background: #333333;
}
.footer {
	height: 315px;
	position: relative;
	color: #fff;
                width: 990px;
                margin: 0 auto;
}
.footer a {
	color: #b6b6b6;
}
.footer .f_left {
	width: 180px;
	height: 280px;
	text-align: center;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.footer .f_left dl dt {
	padding-top: 22px;
	margin-bottom: 10px;
}
.footer .f_left dl dt img {
	display: block;
	margin: 0 auto;
	width: 160px;
	height: 160px;
}
.footer .f_left dl dd.dd1 {
	font-size: 14px;
	color: #333;
}
.footer .f_left dl dd.dd2 {
	font-size: 13px;
	width: 125px;
	margin: 16px auto 12px auto;
	height: 9px;
	position: relative;
	border-bottom: 1px solid #999999;
}
.footer .f_left dl dd.dd2 i {
	display: block;
	width: 70px;
	margin: 0 auto;
	background: #fff;
	color: #333;
}
.footer .f_left dl dd.dd3 {
	font-size: 20px;
	color: #2d5bc3;
	font-weight: bold;
}
.footer .f_top {
	margin-left: 180px;
	height: 50px;
	border-bottom: 1px solid #545454;
	padding-left: 40px;
}
.footer .f_top ul.top_ul li {
	float: left;
	width: 105px;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
}
.footer .f_top ul.top_ul li:first-child {
	padding-left: 0;
}
.footer .f_top ul.top_ul li:hover a {
	color: #fff;
}
.footer .f_bot {
	margin-left: 180px;
	padding: 32px 0 0 40px;
	height: 200px;
	overflow: hidden;
}
.footer .f_bot ul.bot_ul1 {
	padding: 0 35px 0 35px;
	border-left: 1px solid #545454;
	float: left;
	height: 190px;
}
.footer .f_bot ul.bot_ul1:first-child {
	padding-left: 0;
	border-left: none;
}
.footer .f_bot ul.bot_ul1 li {
	line-height: 28px;
	font-size: 13px;
	position: relative;
	color: #b6b6b6;
}
.footer .f_bot ul.bot_ul1 li i {
	display: block;
	height: 18px;
	width: 3px;
	background: #fff;
	position: absolute;
	left: -19px;
	top: 0;
}
.footer .f_bot ul.bot_ul1 li:first-child {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	height: 18px;
	line-height: 18px;
}
.footer .f_bot ul.bot_ul1 li:first-child a {
	color: #fff;
}
.footer .f_bot ul.bot_ul1 li:hover a {
	color: #fff;
}
/*底部版权*/
.f_icp {
	text-align: center;
	height: auto;
	line-height: 43px;
	background: #2d5bc3;
	color: #fff;
	font-size: 13px;
}
.f_icp a {
	color: #fff;
}
.f_icp img {
	position: relative;
	top: 5px;
	left: 5px;
}