@charset "utf-8";
/* CSS Document */

.center{ margin:0 auto;width:1200px; /*position:relative;*/}
body{overflow-x: hidden;background: #fff;}
#container{padding-top: 79px}
/*图片放大*/
.picBig{
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
}
.new_arrivals ul li:hover img,#product_list .picBig_a:hover img,.second_chil dd:hover img,.product_show_in li:hover img{
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}
/*/图片放大*/
/*图片360度 旋转*/
.pic360{
    transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
}
#footer li a:hover img,#service_support .down a:hover img,#product_list .down a:hover img,.outlets_two a:hover img{
    transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
}
/*/图片360度 旋转*/

/*header*/
    #header{position: fixed;z-index: 9999999;background: #f0f0f0}
    /*nav*/
    #nav{/*border-right: 1px solid #e5e5e5;*/padding-right: 30px}
    #nav>li{float: left;margin-right: 12px;}
    #nav>li>a{padding:0 15px;height: 79px;display: inline-block;line-height: 79px;text-align: center;color: #666666;font-weight: bold;position: relative;}
    #nav>li.sel{color: #e5e5e5;background: #c80a4e}
    #nav>li.sel>a{color: #fff}
    #nav>li.select{background: #fff}
    /*/nav*/
    /*language*/
    .language a{padding:0 15px;height: 79px;display: inline-block;line-height: 79px;text-align: center;color: #666369;margin-left: 30px}
    .language a:hover{text-decoration: underline;}
    /*/language*/
    /*产品-2级导航*/
        .second_chil{position: absolute;overflow-y: hidden;left: 0;top: 79px;width:100%;color: #333333;overflow: auto;-moz-box-shadow:3px 15px 25px #D8D3D3 inset inset;-webkit-box-shadow:3px 15px 25px #D8D3D3 inset inset;box-shadow:3px 15px 25px #D8D3D3 inset inset;display: none;}
        .second_chil .togle>.center{padding:20px 0 17px 0;}
        .second_chil .togle{background: #fff; width:100%; overflow:hidden}
        /*.product_classification a{margin-right: 15px;padding: 5px 10px}
        .product_classification a:hover{color: #fff;background: #c80a4e}
        .product_classification{width: 90%;position: relative;}
        .product_classification .close{position: absolute;right:-100px;top: 0;border-radius: 50%;font-size: 20px;cursor: pointer;}*/
        /*新品推荐*/
        /*.new_arrivals .down{border-top:1px solid #d8d8d8; }
        .new_arrivals .button{margin:0 auto;display:block;width: 169px;height: 30px;background: #fff;position: relative;top: -1px;text-align: center;border:1px solid #d8d8d8;border-top:0;border-bottom-left-radius:15px;;border-bottom-right-radius:15px; }
        .new_arrivals .button span{width: 138px;height: 21px;display: inline-block;}
        .new_arrivals .button .show{background: url("../images/icon.png")}
        .new_arrivals .button .hide{background: url("../images/icon.png") 0 -23px;}
        .new_arrivals .top{background: #fff}
        .new_arrivals .top .title{background:url("../images/index_line2.jpg");width: 100%; height: 29px;}
        .new_arrivals .top .title .font{margin: 0 auto;text-align: center;width: 150px;color: #fff;height: 29px;line-height: 29px;font-size: 12px;letter-spacing: 2px;position: relative;}
        .new_arrivals .top .title .font .sjx{position: absolute;top: 29px;left: 65px;display: block; width: 0;height: 0;border-left: 7px solid transparent;border-top: 7px solid #969696;border-right: 7px solid transparent;}
        .new_arrivals ul{margin-top: 10px;width: 985px;padding-bottom: 20px}
        .new_arrivals ul li{width: 194px;padding-right: 20px;margin-right: 30px;border-right: 1px solid #e5e5e5;float: left;}
        .new_arrivals ul li div{text-align: center;}
        .new_arrivals ul li img{margin-bottom: 10px}*/
        .second_chil dt{font-size: 1.5em}
        .second_chil .circle{top:-1px;left:5px;position:relative;display:inline-block;width:16px;height:16px;line-height:16px;font-size:16px;border:1px solid;border-radius:20px;text-align:center;vertical-align:middle;overflow:hidden;white-space:nowrap;
        -webkit-transition: all 0.4s;transition: all 0.4s;}
        .second_chil a:hover .circle{-webkit-transform:rotate(360deg) scale(1.0);-moz-transform:rotate(360deg) scale(1.0);}
        .second_chil dd{float: left;width: 12%;margin-right: 5%;margin-top: 20px;font-size: 14px}
        .second_chil dd img{width: 100%; margin-bottom: 10px;float: left;}
        .second_chil dd:hover img{
            /*阴影*/
            -webkit-animation-name: glow;
            -webkit-animation-duration: 1s;
            -webkit-animation-iteration-count: infinite;
            -webkit-animation-direction: alternate;
            -webkit-animation-timing-function: ease-in-out;
        }
        .second_chil dd p{margin-bottom: 10px}
        .second_chil dd .con{color: #4b4d50;font-size: 12px;line-height: 18px}
        .second_chil dd p{color: #0097D4;}
        .second_chil dd p a{display: block;color: #d7003f;}
        .second_chil dd .con a{color: #333333;margin-bottom: 10px;}
        .second_chil dd p a:hover{text-decoration: underline;}
        /*/新品推荐*/
    /*/产品-2级导航*/
    /*应用-2级导航*/
    .bg_fff{background: #fff}
    #nav>li .bg_fff{padding: 20px 0 30px}
    #nav>li .bg_fff .dt{font-size: 16px;color: #333333}
    #nav>li .bg_fff .dt .circle{top:-3px;left:5px;position:relative;display:inline-block;width:20px;height:20px;line-height:20px;font-size:20px;border:1px solid;border-radius:20px;text-align:center;vertical-align:middle;overflow:hidden;white-space:nowrap;
    -webkit-transition: all 0.4s;transition: all 0.4s;}
    #nav>li .bg_fff .dt:hover .circle{-webkit-transform:rotate(360deg) scale(1.0);-moz-transform:rotate(360deg) scale(1.0);}
    .pointing_class{margin-top:15px;height: 240px;}
    .pointing_class a{width:170px;height:170px;-webkit-border-radius:3px/2px;-moz-border-radius:3px/2px;border-radius:3px/2px;background-color:#fff;-webkit-box-shadow:0 0 2px #b3b3b3;-moz-box-shadow:0 0 2px #b3b3b3;box-shadow:0 0 2px #b3b3b3; display:inline-block; margin-right:65px; padding:7px; position:relative}
    .pointing_class a .bg{background-color: #000000;width:170px;height:170px;left:7px;top:7px;filter:alpha(opacity=40);opacity:0.4; position:absolute; z-index:1}
    .pointing_class a .down_div{ position:absolute; top:80px; left:7px; text-align:center;width:166px; z-index:2; padding:0 2px}
    .pointing_class a .down_div .title{ font-size:22px; color:#fff;}
    .pointing_class a .down_div span{ font-size:14px; color:#999999; display:inline-block; margin:3px 0}
    .pointing_class a .down_div .con{ color:#646b71; text-align:left; line-height:15px;height: 30px;overflow: hidden;margin-top: 90px;font-size: 12px}
    .second_chil .footer{text-transform:uppercase;border-top:1px solid #ccc;background-color:#f3f6f7;position: absolute;bottom: 0;left: 0;color: #4b4d50;cursor: pointer;}
    /*/应用-2级导航*/
/*/header*/

/*footer*/
#footer{background: #333333;width: 100%;min-height: 100px;margin-top: 30px;padding: 45px 0 33px 0;font-size: 12px}
#footer li a{color:inherit;}
#footer li .a{display: block;color: #8c8c8c;margin-top: 12px;}
#footer li a:hover{text-decoration: underline;}
#footer li div{font: 400 16px/24px "microsoft yahei";color: #b3b3b3;}
#footer li{margin-right: 228px;float: left;position: relative;}
#footer li img{margin: 8px 10px 0 0}
#footer .line{border-top: 1px solid #424243;width: 100%;height: 1px;margin: 25px 0}
#footer .down{color: #999999}
.weixing_ewm{position: absolute;top: -240px;left: -45px;display: none;}
/*/footer*/

/*pic轮播*/
    .box_painting{ width:100%; position:relative; margin:0 auto; overflow:hidden;}
    /*.box_painting .top{height: 125px;width: 100%;top: 0;left: 0;background: #fff;filter:alpha(opacity=80);opacity:0.8;}
    .box_painting .top_font{top: 25px;left: 10%;font-size:1.5em;color: #777777}
    .box_painting  span{font-size:1.8em;color: #4b4d50}*/

    .box_painting .next{ float:right;}
    .piclist{position:relative; -webkit-transition: left 600ms ease-out; /*width:100%;*/ left:0;}
    .piclist li{display:table-cell; width:100%;/*height: 671px;*/ position:relative; float: left; vertical-align: top;}
.piclist li img{width: 100%}
    .swipe{overflow: hidden; visibility: visible; list-style: none; position: relative;width:100%;}
    #slider ul{
        -webkit-transition:left 800ms ease-in 0;
        -moz-transition:left 800ms ease-in 0;
        -o-transition:left 800ms ease-in 0;
        -ms-transition:left 800ms ease-in 0;
        transition:left 800ms ease-in 0;
    }
    .arrdiv{ position:relative; left:0; z-index:2; top:30%; display:none}
    .arrdiv b{ display:block;width:72px; height:72px; cursor:pointer; text-indent:-999em;}
    .arrdiv .pre{ background:url("../images/arrow_left.png");float:left; position:absolute; left:10px;}
    .arrdiv .next{ background:url("../images/arrow_right.png");float:right; position:absolute; right:10px;}
    .page_painting a{margin:0 3px; width:12px; height:12px; background:#666666; display:inline-block;border-radius: 10px}
    .page_painting a.active{background:#d7003f; }
    .page_painting a:hover{background:#f3f6f1;}
    .page_painting{ position:absolute; left:9px; bottom:5%;width: 100%; text-align: center;}
/*/pic轮播*/

/*行业频道*/
    /*联系我们*/
    #contact{background: #434343;padding: 45px 0;margin-top: 50px;color: #fff}
    #contact .left .title{margin-bottom: 5px}
    #contact .left .bottom{margin-top: 32px;position: relative;padding-left: 120px}
    #contact .left .bottom .icon{display: inline-block;background: #0057a4;width: 106px;height: 38px;line-height: 38px;text-align: center;position: absolute;top: 0;*top: 12px;left: 0}
    #contact .right ul li{list-style-type: disc;margin-top: 12px}
    #contact .right{margin-right: 135px}
    /*/联系我们*/

    /*行业应用场景*/
    #scenarios_list>ul>li{border:1px solid #dfdfdf;color: #555555;margin-bottom: 20px;height: 371px;overflow: hidden;}
    #scenarios_list>ul>li div{padding: 50px;width: 540px;line-height: 30px}
    #scenarios_list>ul>li div .title{color: #333333;font-size: 18px;font-weight: bold;margin-bottom: 18px}
    #scenarios_list .tags0{background:#f8f8f8;}
    #scenarios_list .tags1{background:#fffce7;}
    #scenarios_list .tags2{background:#e2f9fb;}
    #scenarios_list .tags3{background:#ffecef;}
    #scenarios_list .tags4{ background:#f2ffe8;}
    /*/行业应用场景*/

    /*行业应用首页*/
        /*分类导航*/
        .class_navigation a{display: inline-block;border: 1px solid #1b1917;width: 286px;height: 196px;float: left;position: relative;margin-right: 15px}
        .class_navigation a:hover{filter:alpha(opacity=80);opacity:0.8;}
        .class_navigation a .bg_bottom{background: #000;filter:alpha(opacity=70);opacity:0.7;width: 100%;height: 49px;position: absolute;bottom: 0;left: 0}
        .class_navigation a .font_bottom{position: absolute;bottom: 0;left: 0;height: 49px;line-height: 49px;color: #fffefe;font-size: 16px;padding-left: 20px;width: 266px}
        .class_navigation a .font_bottom span{display: inline-block;background: #d60141;border-radius:50%;width: 22px;height: 22px;line-height:20px;text-align: center;float: right;position: relative;top: 15px;right: 20px }
        /*/分类导航*/
        .img_div_pro{position:relative;}
    /*/行业应用首页*/

    /*行业应用场景内容页*/
    #content_page .title{font-size: 28px;color: #333333;margin-bottom: 10px;font-weight: bold;}
    #content_page .top_con{border: 1px solid #dfdfdf;background: #fffce7;padding: 50px}
    #content_page .bottom_con{background: #F8F5F5;padding:30px 50px}
    /*/行业应用场景内容页*/

    /*硬件产品*/
    #hardware_product .list_div{border-top: 1px solid #dfdfdf;border-left: 1px solid #dfdfdf;background: #f8f8f8}
    #hardware_product .list_div a{float: left;display:block;border-right:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf;width: 278px;height: 256px;text-align: center;padding:20px 10px}
    #hardware_product .list_div a img:hover{filter:alpha(opacity=80);opacity:0.8}
    #hardware_product .list_div a img{margin-bottom: 20px;max-width:278px;}
    #hardware_product .list_div a:hover{text-decoration: underline;background: #e6e2e2}
    #hardware_product .list_div a .name{font-size: 22px;color: #555555;margin-bottom: 9px}
    #hardware_product .list_div a .price{font-size: 22px;color: #e01d20}
    /*/硬件产品*/

    /*软件及SDK*/
    .banners .top_nav{width: 100%;background: #f3f6f7;height: 119px;z-index: 11}
    .banners .top_nav .center_{width:1198px;margin:0 auto;/*border-left: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;*/height: 119px;}
    .width980{width: 980px;margin: 0 auto;z-index: 11}
    .banners .tabs_div>div{border-left: 1px solid #e5e5e5;width: 243px;height: 119px;line-height: 119px;text-align: center;cursor: pointer;position: relative;}
    .banners .tabs_div{border-right: 1px solid #e5e5e5;height: 119px;color: #4c4d4f;font-size: 22px}
    .banners .tabs_div>div.select{background: #0097d4;color: #fff}
    .banners .tabs_div>div.select span{display: block;}
    .banners .tabs_div>div span{display: none;border-left: 10px solid transparent;border-top: 10px solid #0097d4;border-right: 10px solid transparent;position: absolute;bottom: -10px;*bottom: -129px;left:116px}
    #software .tabs_box{padding: 20px; width:100%; display:inline-block;}

    #smartFloat{/*position: absolute;*/left: 0;/* top:405px;*/}
    /*/软件及SDK*/

    /*产品最终页*/
        /*规格参数*/
        #specification .title{text-align: center;font-size: 28px;color: #323232;margin: 20px 0 30px 0}
        #specification .list .menu{height: 58px;font-size: 20px;color: #323232;line-height: 58px;background: #edf4f7;text-indent: 68px;border-bottom: 1px solid #e2e2e2}
        #specification .left{border-bottom:1px solid #e2e2e2;border-right:1px solid #e2e2e2;width: 310px}
        #specification .left,#specification .right{height: 49px;line-height: 49px;text-indent: 68px;}
        #specification .right{border-bottom:1px solid #e2e2e2;width: 849px}
        /*/规格参数*/

        /*图片切换*/
        a.abtn{display:block;height:48px;width:34px;overflow:hidden; position:absolute; top:150px; z-index:1}
        a.aleft{float:left;left:-15px}
        a.aright{float:left; position:absolute; right:0px}
        .date_abtn{display:block;height:114px;width:48px;overflow:hidden; float:left;margin-top: 170px;}
        .leftBotton_dea{background:url("../images/leftBotton.png")}
        .rightBotton_dea{background:url("../images/rightBotton.png")}
        .leftBotton_none{background:url("../images/leftBotton_none.png");cursor: default;}
        .rightBotton_none{background:url("../images/rightBotton_none.png");cursor: default;}
        .date_scrolllist{width:985px;height:452px;position:relative; margin:50px auto 0 auto}
        .date_scrolllist .imglist_w{width:750px;height:452px;overflow:hidden;float:left;position:relative; border:1px solid #E3E3E3; margin: 0 auto 0 68px;}
        .date_scrolllist .imglist_w ul{position:absolute;left:0px;top:0px; width:10000000px; }
        .date_scrolllist .imglist_w li{width:750px; height:452px;float:left; display:inline; text-align:center; position:relative}
        .bg_000{ position:absolute; bottom:0; left:0; background:#000;filter:alpha(opacity=59);opacity:0.59; height:68px; width:100%}
        .date_scrolllist .message{ position:absolute; bottom:15px; left:11px; color:#f2f2f2; font-size:14px; text-align:left;}
        .date_scrolllist .message a{ color:#f2f2f2}
        .date_scrolllist .message div{ margin-top:8px;overflow: hidden;text-overflow: ellipsis; white-space: nowrap; width:210px}
        /*/图片切换*/
    /*/产品最终页*/
/*/行业频道*/

/*学院页面跳转*/
/*#college_jump{min-height: 750px;text-align: center;padding-top: 80px;color: #fff}
.college_jump_bg{background:url("../images/jump.jpg");}
#college_jump .title{font-size: 48px;margin: 52px 0 75px 0;letter-spacing: 2px}
#college_jump .font{width: 870px;margin: 0 auto;line-height: 50px;text-align: left;}
#college_jump a{text-decoration: underline;color: #c80a4e;font-size: 16px;font-weight: bold;}*/
/*/学院页面跳转*/

/*学院*/
.hide{ display: none;}
#ps{ border: 1px solid #ebebeb;display: inline-block;  float: left; margin-bottom: 30px; width: 100%; margin-top: 60px;}
#ps .title{ margin-top: -30px;margin-left: 30px;}
#ps .title .l,#graphic .title{font-size: 24px;color: #494949;margin-bottom: 10px}
#ps .title .l{ background: #F7F7F7; color: #666; font-size: 24px; width: 220px; height: 60px; display: flex; align-items: center; justify-content: center; cursor: pointer;}
#ps .title .active{background: #c80a4e; color: #ffffff;}
#ps .title .r{color: #6b1686}
#ps .title .r:hover{text-decoration: underline;}
.to_success .right_div{border-left: 1px solid #ebebeb}
.to_success .right_div>.a_{position: relative;padding: 30px 24px 30px 189px;float: left;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;display: inline-block;height: 97px }
.to_success .right_div>.removeBorder{ border-right: none;}
.to_success .right_div>.a_ img{position: absolute;left: 24px;top: 30px}
.to_success .right_div>.a_>ul>li{width: 185px;overflow: hidden;text-overflow: ellipsis;/*white-space: nowrap; */color: #666;margin-bottom: 12px}
.to_success .right_div>.a_>ul>li .pri{color: #ff730d;display: inline-block;margin-right: 22px;font-weight: bold;}
.to_success .right_div>.a_>ul>li .old_pri{text-decoration: line-through;}
.to_success .right_div>.a_:hover{background: #fbfbfb}
#graphic{width: 100%; display: inline-block;}
#graphic>ul>li{background:url("../images/icon.png") 0 -78px; width:253px; height:336px; float:left; margin:0 3px 11px 0; padding:18px 22px; color:#444444; line-height:20px; text-align:left}
#graphic .pro_name{ color:#111111; font-size:14px; font-weight:bold; margin:9px 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; width: 90%;}
#graphic .user_name{ color:#808080; margin-bottom:9px}
#graphic>ul>li:hover img{filter:alpha(opacity=80);opacity:0.8;}
#graphic>ul>li .about{height: 80px;overflow: hidden;}
.videoPlayer{width: 100%; margin: 30px 0; display: inline-block;}
.videoPlayer .title-main{ font-size: 24px; margin-bottom: 5px;}
.videoPlayer .description{ width: 100%; float: left;margin-bottom: 10px;}
.videoPlayer .description li{ float: left; color: #999; font-size: 12px; margin-right: 30px;}
.article_search{  width:50%; padding:10% 0; text-align:center; margin: 0 auto;}
.article_search form{ width:100%; margin:0 auto; float:none;}
.article_search  .label{ float: left; width:15%; vertical-align: middle;height:44px; line-height: 44px;}
.article_search .search_text{ border: 1px solid #ccc;  border-radius:0; border-right:none; height:42px; width:60%; padding-left: 10px; float:left; background-color: #fff; }
.article_search .search_btn{ border-radius:0; height:44px; width:20%; float: left; cursor: pointer;    background: #c80a4e;  color: #ffffff; border: none;}
.article_search .formBox{ float: left; width: 100%;}
.article_search .help-block{ text-align: left; padding-left: 15%; margin-top: 5px; float: left; color: #999999; font-size: 12px;}
/*/学院*/

/*首页*/
    /*服务与支持*/
    #service_support{padding: 50px 0 30px}
    #service_support .title{font-size: 32px;color: #2e2e2e;margin-bottom: 20px}
    #service_support .down{display: flex; justify-content: space-around;align-items:flex-start;}
    #service_support .down a{text-align: center;}
    
    
    #service_support .f_title{margin: 20px 0;font-size: 24px}
    #service_support ul li{line-height: 25px;color: #272727}
    /*/服务与支持*/
    /*产品展示*/
    .product_show_in{background:url("../images/product_bg.png");width: 100%;/*min-height: 792px;*/padding: 50px 0}
    /*.product_show_in li.l{width:796px;border-bottom: 2px solid #e57462;}
    .product_show_in a img{margin-bottom: 8px}
    .product_show_in a:hover img{filter:alpha(opacity=90);opacity:0.9;}
    .product_downBg{background:url("../images/product_downBg.jpg");width: 400px;height: 274px;margin-top: 2px;position: relative;}
    .product_downBg a{position: absolute;bottom: 55px;right: 20px;font-size: 30px;color: #313131;padding: 5px;border: 1px solid #313131}
    .product_downBg a:hover{text-decoration: underline;}*/
    .product_show_in li{float: left;position: relative;width: 400px;height: 400px;overflow: hidden;}
    .product_show_in li .name{height: 50px;line-height: 50px;position: absolute;top: 45px;left: 0}
    .product_show_in li .name .font{color: #fff;font-size: 16px;padding:0 20px;position:relative;*top: 15px;z-index: 2}
    .product_show_in li .bg_{z-index: 1;background: #d70042;width: 100%;height: 100%;position: absolute;top: 0;left: 0;filter:alpha(opacity=75);opacity:0.75;}
    .product_show_in li .name>div{position: relative;}
    .product_show_in li .popup{position: absolute;top: 0;left: 0;width: 340px;height: 310px;*height: 400px;padding: 70px 30px 20px;display:none;}
    .product_show_in li .popup .font{position: relative;z-index: 1;color: #fff}
    .product_show_in li .popup .title{font-size: 24px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width:100%;margin-bottom: 32px}
    .product_show_in li .popup .box{font-size: 14px;line-height: 30px;height: 115px;overflow: hidden;margin-bottom: 8px}
    .product_show_in li .popup a{font-size: 18px;margin-left: 80px;display: inline-block;width: 177px;height: 53px;border: 1px solid #ccc;text-align: center;color: #fff;line-height: 53px}
    .product_show_in li .popup a:hover{text-decoration: underline;}
    .product_show_in li:hover .popup{display: block;}
    .product_show_in li:hover .name{display: none;}
    /*/产品展示*/
    /*资讯*/
    .consul_in{background: #fff;width: 100%;min-height: 300px;padding: 30px 0 45px}
    .consul_in .title{background: #f7f7f7;width: 100%;height: 60px;line-height: 60px;margin-bottom: 15px}
    .consul_in .left_li{width: 120px;text-align: center;background: #e4e4e4;position: relative;}
    .consul_in .r{margin-right: 25px;color: #9e9e9e;font-size: 16px}
    .consul_in .r a:hover,.consul_in li a:hover{text-decoration: underline;}
    .consul_in .left_li span{position: absolute;top:0;right: 0;background:url("../images/icon.png") -143px 0;width: 16px;height: 60px;}
    .consul_in img:hover{filter:alpha(opacity=90);opacity:0.9;}
    .consul_in img{margin-bottom: 18px}
    .consul_in .ul li{width: 370px;float: left;}
    .consul_in .f_title_{font-size: 16px;color: #333;margin-bottom: 8px;display: inline-block;}
    .consul_in .f_box_{font-size: 14px;color: #666;line-height: 25px}
    .consul_in .ul li{margin-right: 45px}
    /*/资讯*/
/*/首页*/

/*产品列表*/
    /*文字介绍*/
    #product_font{color: #2e2e2e;font-size: 16px;text-align: center;margin-top: 50px}
    #product_font .title{font-size: 32px;margin-bottom: 18px}
    #product_font .box{width: 950px;margin-left: 125px;line-height: 30px}
    /*/文字介绍*/
    #product_list>li{margin:0 61px 100px 0;width: 359px;float: left;}
	#product_list>li>a{ display:inline-block}
    #product_list>li img:hover{filter:alpha(opacity=90);opacity:0.9;}
    #product_list>li img{margin-bottom: 30px}
    #product_list .name{font-size: 16px;color: #0a0a0a;font-weight: bold;margin-bottom: 15px}
    #product_list .about{font-size: 14px;color: #666666;max-width: 100%;/*overflow: hidden;text-overflow: ellipsis;white-space: nowrap;*/padding-bottom: 15px;border-bottom: 1px solid #f5f5f5; line-height:25px; height:auto; overflow:hidden; text-align:left;}
    #product_list .name a:hover,#product_list .down a:hover{text-decoration: underline;}
    #product_list .down{margin-top: 25px;position:relative;}
    #product_list .down .a{font-size: 14px;color: #333333;border:1px solid #2e2e2e;padding: 9px 40px;margin-left: 64px;display: inline-block;}
    #product_list .down img{position: absolute;top: 0;right: 20px}
    #product_list>li li{text-align: center;}
/*/产品列表*/

/*服务*/
.bg_fa{background: #fafafa}
.service_description{padding: 40px 0}
.service_description .title{font-size: 32px;color: #2e2e2e;text-align: center;margin-bottom: 30px}
.service_description .box{color: #666666;font-size: 24px;width: 1100px;margin-left: 50px;line-height: 40px;text-indent: 48px}
/*/服务*/

/*应用*/
.product_list_ .picBig{margin-left: 60px}
.product_list_t{border-bottom: 1px solid #dfe1cd;font-size: 24px;color: #333333;padding-bottom: 10px;font-weight: bold;}
/*/应用*/

/*关于*/
    /*导航*/
    #about_nav{width: 237px;padding: 25px;background: #fcfcfc;border-right: 1px solid #ededed;min-height: 500px}
    #about_nav a{display: block;width: 210px;height: 48px;line-height: 48px;text-align: center;color: #333333;font-size: 20px;margin-bottom: 5px;position: relative;}
    #about_nav a.select{color: #fff;background: #c80a4e}
    #about_nav a.select span{display: block;}
    #about_nav a span{display: none;width: 0;position: absolute;top: 0;right: -24px;height: 0;border-top: 24px solid transparent;border-left: 24px solid #c80a4e;border-bottom: 24px solid transparent;}
    /*/导航*/
    #about_box{padding: 20px 50px;width: 812px; line-height:25px;}
/*/关于*/

/*购买网点*/
#path{background: #2e2e2e;height: 48px;line-height: 48px;width: 100%;color: #fff}
#path a{color: #fff;margin: 0 15px}
#path a:hover{text-decoration: underline;}
.purchase_outlets{padding-bottom: 20px;display: inline-block}
.purchase_outlets a{margin:0 40px 0 0;padding: 8px 10px}
.purchase_outlets a span{background:url("../images/icon.png") 0 -46px;width: 22px;height: 22px;display: inline-block;position: relative;top: 5px;*top: 2px;padding-right: 5px}
.purchase_outlets a.select{background: #c80a4e;color: #fff}
.purchase_outlets a.select span{background:url("../images/icon.png") -27px -48px;}
.outlets_two{padding: 58px 0 0 28px}
.outlets_two .logoBig_{margin: 60px 0 0 410px}
/*/购买网点*/

/*购买查询*/
.purchase_inquiry .title{font-size: 24px;color: #333333;margin-bottom: 15px}
.purchase_inquiry{margin:20px 0 0 10px }
.purchase_inquiry .font_ul li{margin-bottom: 15px;color: #555}
.purchase_inquiry select{width: 130px;height: 28px;border: 1px solid #e6e6e6;}
/*.purchase_inquiry .down_sjx{position: absolute;top: 0;right: 0;width: 26px;height: 26px;background: #dddddd;line-height: 26px}
.purchase_inquiry .down_sjx span{display: inline-block;background:url("../images/icon.png") -54px -47px;width: 14px;height: 7px;position: relative;top: 10px;left: 6px;}*/
.purchase_inquiry .submit{width: 85px;cursor: pointer;height: 28px;background: #bf0058 url("../images/cha.png") 20% 50% no-repeat;color: #fff;border: 0;text-indent: 15px;font-size: 14px}
.purchase_inquiry .submit:hover{filter:alpha(opacity=90);opacity:0.9;}
.purchase_inquiry .list{border: 1px solid #e6e6e6;padding:15px}
.purchase_inquiry .list>li{padding: 20px 30px;border-bottom: 1px solid #e6e6e6}
.purchase_inquiry .list>li:hover{background: #f8f5f5}
.purchase_inquiry .list>li img{margin-right: 20px}
.purchase_inquiry .list ul{font-size: 12px}
.purchase_inquiry .list ul li{margin-bottom: 6px;color: #666;}
/*/购买查询*/

/*产品验证*/
.verification{background: #f5f5f5;padding: 60px 35px;color: #5f5f5f;line-height: 50px;}
.verification .ewm_ugee{margin: 20px 0 0 86px}
.verification_down{margin: 50px 0 100px 40px}
.verification_down li{margin-bottom: 18px;color:#5f5f5f;font-size: 12px }
.verification_down a{color: #999;font-size: 16px}
.verification_down a:hover{text-decoration: underline;}
/*/产品验证*/

/*相关下载*/
.download_a{background: #da6a97;padding: 5px 10px;color: #fff;}
.download_a:hover{text-decoration: underline;}
.tab_box tr:hover{background: #eee}
.history_back{width: 94px;height: 30px;color: #fff;line-height: 30px;font-size: 14px;display: inline-block;background: #c12945;top: 9px;position: relative;text-indent: 42px;border-radius: 3px}
.history_back span{display: inline-block;background:url(../images/icon.png) -100px -48px;width: 16px;height: 16px;position: absolute;top: 7px;left: 20px}

.drive_box{width: 1200px}
.drive_box .title{font-size:36px;font-weight:400;color:rgba(51,51,51,1);line-height:1.2;margin: 60px 0 35px;text-align: center; }
.drive_down{width: 100%;height: auto;overflow: hidden;}
.drive_down_mac{  text-align: center; width: 500px;margin: 0 50px;float: left;border:1px solid rgba(198, 198, 198, 1);padding: 70px 50px ;box-sizing: border-box}
.drive_down_win{  text-align: center; width: 500px;margin: 0 50px;float: left; border:1px solid rgba(198, 198, 198, 1);padding: 70px 50px ;box-sizing: border-box }
.drive_down img{width: 100px;margin-bottom: 40px}
.drive_name{font-size:16px;  font-weight:400;  color:rgba(184,24,73,1);  line-height:30px;margin-bottom: 10px}
.drive_time{font-size:16px;  font-weight:400;  color:rgba(153,153,153,1);  line-height:30px;margin-bottom: 30px}
.drive_btn{background:rgba(200,10,78,1);  border-radius:3px;font-size:14px;  font-weight:400;  color:rgba(255,255,255,1);  line-height:30px;display: inline-block;padding: 0 20px}
.drive_btn a{color: #fff}
.down_img{max-width: 1920px;height: auto;margin: 0 auto;}
.down_img{width: 100%;height: auto}
.drive_product{text-align: center;width: 100%;height: auto;overflow: hidden}
.drive_product_title{font-size:36px;  font-weight:400;  color:rgba(51,51,51,1);  line-height:30px;margin-top: 80px}
.drive_list{width: 100%;height: auto;overflow: hidden}
.drive_list ul li{  float: left;  width: 260px;  height: auto;  overflow: hidden;  margin:30px 20px;text-align: center;  }
.drive_list ul li p{margin: 15px 0}

/*/相关下载*/

/*使用问答*/
#question_answer .form_top input{height: 25px;}
#question_answer .form_top select{height: 29px;position: relative;top:0}
#question_answer .form_top .submit{position: relative;top:0; background: #c12945;width: 94px;  height: 30px; color:#fff;font-size: 14px;
display: inline-block; border:none; cursor:pointer;   border-radius: 3px;}
#use_question li{border-bottom: 1px dashed #dddddd; line-height:25px;}
#use_question li:hover{background: #eee}


/*分页*/
#page{/*border-top:1px solid #5cb26c;*/padding-top: 15px}
#page a{display: inline-block;padding: 5px 10px;text-align: center;color: #333;margin: 0 3px;border-radius: 2px;  border: 1px #ccc solid;}
#page a:hover{filter:alpha(opacity=90);opacity:0.9;}
#page a.active{background:#c12945; color:#fff;}

    /*/分页*/
/*/使用问答*/

/*产品详情页*/
    /*产品tab切换*/
    #goods{color:#767676;position: fixed;top: 79px;background: #2e2e2e;width: 100%;left: 0;box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);line-height: 40px;font-size: 14px;z-index: 2;}
    #goods .tab a{display:inline;padding:5px 18px;line-height:1.5em;font-weight:300;border-radius: 4px;font-family:'Roboto',Arial;color:#fff;}
    #goods .tab .r a.sel{color: #c80a4e}
    #goods .tab .l{color: #fff}
    #goods img{margin-top: 2px;border-right: 1px solid #ccc;height: 42px;display: none;}
    /*#goods .tab .l a:hover{color: #f4f5f7;background: #adadae}*/
    #goods .tab .price a{background:#96bd0e}
    #goods .tab .price a:hover{background: #708e0a}
    #goods .tab .price span{top: 5px}
    /*/产品tab切换*/
    .goods .tab_det{padding-top: 40px;}
    .goods .tab_det>div{position: relative;}
    .goods .tab_det>div .tab_a{position:absolute;top: -119px;left: 0}
    .goods .tab_det #specification .title{margin: 20px 0 30px 0;}
    /*图片轮播*/
    .goods a.abtn_{display:block;height:41px;width:36px;overflow:hidden;position:absolute;z-index:1;bottom: 70px;}
    .goods a.aleft{float:left;left:-15px}
    .goods a.aright{float:left;right:-10px}
    .goods .leftBotton_dea_{background:url(../images/icon.png) -295px 0;}
    .goods .rightBotton_dea_{background:url(../images/icon.png) -254px 0;}
    .goods .leftBotton_none_{background:url(../images/icon.png) -164px 0;;cursor: default;}
    .goods .rightBotton_none_{background:url(../images/icon.png) -209px 0;;cursor: default;}
    .goods .scrolllist{width:1120px;height:173px;margin: 0 auto}
    .goods .scrolllist .imglist_w{width:1120px;height:173px;overflow:hidden;float:left;position:relative;margin-left: 10px;}
    .goods .scrolllist .imglist_w ul{position:absolute;left:0px;top:0px; width:10000000px; }
    .goods .scrolllist .imglist_w li{width:260px;float:left;margin-right:20px;cursor: pointer;position: relative;}
    .goods .scrolllist .imglist_w li .ila{ height:60px; width:52px;float:left;}
    .goods .scrolllist .imglist_w li a:hover img{filter:alpha(opacity=86);-moz-opacity:0.86;opacity:0.86;}
    .goods .scrolllist .imglist_w li p{float:left; width:52px; overflow:hidden;}
    .scrolllist_show{margin: 0 0 20px 50px}
    .goods .scrolllist .select{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: none;}
    .goods .scrolllist .select .bg_sel{filter:alpha(opacity=60);-moz-opacity:0.60;opacity:0.60;width: 100%;height: 100%;background: #000}
    .goods .scrolllist .select span{display: inline-block;background:url("../images/icon.png") -336px -1px;width: 42px;height: 42px;position: absolute;right: 0;top: 0}
    .goods .scrolllist .select>div{position: relative;width: 100%;height: 100%;}
    .goods .scrolllist .select .video{background:url("../images/icon.png") -386px -2px;width: 48px;height: 48px;position: absolute;right: 100px;top: 60px}
    .scrolllist_show_video{width: 1100px;height: 400px}
    /*/图片轮播*/
/*/产品详情页*/

/*产品验证*/
#product_verifi{color: #333}
#product_verifi .top .title{font-size: 24px;font-weight: bold;}
#product_verifi .top_div{border-top: 1px solid #eeeeee;border-bottom: 1px solid #eeeeee;padding: 20px 0 0 400px}
#product_verifi #form{margin: 48px 0 30px;}
#product_verifi .top_div>li>div{float: left;height: 30px;line-height: 30px;}
#product_verifi .top_div>li{margin-bottom: 24px}
#product_verifi .top_div .left{width: 120px;text-align: right;}
#product_verifi .top_div .right{padding-left: 20px}
#product_verifi .top_div .left span{color: #c52525;font-size: 20px;position: relative;top: 5px;left: 2px}
#product_verifi .top_div .right .input{height: 28px;border: 1px solid #cccccc;width: 200px;text-indent: 5px}
#product_verifi .input_yzm{height: 28px;border: 1px solid #cccccc;width: 100px;text-indent: 5px}
.product_input_div{color: #999;font-size: 12px}
#product_verifi select.select{padding: 6px 5px;border: 1px solid #cccccc;width: 202px;color: #999}
#product_verifi #submit{width: 93px;height: 39px;text-align: center;color: #fff;background: #c52525;border: 0;margin-left: 540px;cursor: pointer;border-radius: 2px;font-size: 16px;font-weight: bold;}
#product_verifi #submit:hover{background:#cb3939 }
#product_verifi form{margin-bottom: 65px}
#product_verifi .down li{list-style-type:circle;margin-left: 43px;margin-bottom: 10px }
/*/产品验证*/

/*资讯列表页*/
    .enterprice_news .title,.enterprice_news .title a,.enterprice_news .div_left li.box{color: #000}
    .enterprice_news .top_title{color: #333}
    .enterprice_news .div_left{width: 850px;padding: 15px 15px 36px 15px;background: #fff; line-height:25px;}
    .enterprice_news .div_left li ul li{margin-bottom: 10px}
    .enterprice_news .div_left li.sec{color: #999999;font-size: 12px}
    .enterprice_news .div_left li.sec span{display: inline-block;background:url("../images/icon.png") -76px -49px;width: 20px;height: 14px;position: relative;top: 3px;right: 3px;}
    .enterprice_news .div_left li.box{line-height: 30px;height: 60px;overflow: hidden;}
    .enterprice_news .read_a{color: #d7003f}
    .enterprice_news li a:hover{text-decoration: underline;}
   /* .enterprice_news .div_left>ul>li:hover{background: #faf9f9}*/
    .enterprice_news .div_left>ul>li{padding: 10px;border-bottom: 1px dashed #ccc;margin-bottom: 20px}
    /*分页*/
    .new_page{text-align: center;}
    .new_page .prev,.new_page .next{border-radius: 50%;background: #cdcdcd;color: #fff;font-size: 24px;width: 30px;height: 30px;line-height: 30px;display: inline-block;}
    .new_page .show{margin: 0 5px;cursor:default }
    .new_page .prev:hover,.new_page .next:hover{background: #e0dcdc}
    /*/分页*/
    .enterprice_news .div_right{background: #fff;width: 300px}
    .enterprice_news .tab_menu>div{width: 150px;height: 48px;line-height: 48px;text-align: center;font-size: 18px;color: #333333;cursor: pointer;}
    .enterprice_news .tab_menu>div.select{background: #d7003f;color: #fff;font-weight: bold;}
    .enterprice_news .tab_box{padding: 35px 15px 0px 15px;}
    .enterprice_news .tab_menu{border-bottom: 1px solid #eeeeee}
    .enterprice_news .tab_box img:hover{filter:alpha(opacity=80);opacity:0.8;}
    .enterprice_news .tab_box span{display: inline-block;color: #000;font-size: 14px;margin-top: 8px;line-height: 20px}
    .enterprice_news .tab_box>div a{margin-bottom: 30px;display: inline-block;}
    .enterprice_news .tab_box>div a:hover span{text-decoration: underline;}
/*/资讯列表页*/

/*翻页样式*/
.page{  line-height:25px; margin-top:20px;}
.page a{ display:inline-block; height:25px; padding:0 8px; margin:0 3px; color:#666; border:1px #e1e1e1 solid; font-size:14px;}
.page a:hover{ color:#f60}
.page span{display:inline-block; height:20px;padding:0 5px; border-radius:0px; text-align:center; color:#f60; border:1px #e1e1e1 solid;margin:0 5px;}
.page .active{  background: #b44cea;color: #fff;}

.download_class tr{ line-height:30px;}
.download_class tr td{ padding:8px 10px;}
.download_class tr th{ padding:8px 10px;}

/*新增样式*/
.show_select_product {

    width:1200px!important;

    height:auto;

    overflow:hidden;

    margin:0 auto;

    padding-bottom:5%;

    padding-top:48px

}

.show_select_product .show_left {

    width:25%;

    box-sizing:border-box;

    padding-right:50px;

    padding-bottom:20px;

    float:left

}

.show_select_product .show_left .tab-holder {

    position:relative;

    display:none;

    margin-bottom:30px;

    vertical-align:middle;

    color:#707473;

    font-size:14px;

    border:solid 1px rgba(151,151,151,0.26);

    border-radius:3px;

    padding:0 16px

}

.show_select_product .show_left .tab-holder .text {

    width:80%;

    font-size:12px;

    font-weight:400;

    float:left

}

.show_select_product .show_left .tab-holder i {

    float:right;

    margin:5px 0

}

.show_select_product .show_left ul {

    width:100%;

    height:auto;

    overflow:hidden

}

.show_select_product .show_left ul li {

    padding:0 0 20px;

    font-size:16px;

    color:#151414;

    line-height:1.2;

    cursor:pointer

}

.show_select_product .show_left ul li span {

    padding-bottom:4px;

    border-bottom:2px solid transparent;

    text-decoration:none;

    line-height:1.5

}

.show_select_product .show_left ul li:hover {

    color:#c12945

}

.show_select_product .show_left ul li:hover .line {

    background-color:#fff

}

.show_select_product .show_left ul li .on {

    border-color:#c12945;

    color:#c12945

}

.show_select_product .show_right {

    width:100%;

    height:auto;

    float:left;

    overflow:hidden

}

.show_select_product .show_right ul {

    display:none;

    width:100%;

    height:auto;

    overflow:hidden

}

.show_select_product .show_right ul li {

    height:auto;

    overflow:hidden;

    padding:0 24px;

    float:left;
    box-sizing: border-box;
}

.show_select_product .show_right ul li a {

    text-decoration:none

}

.show_select_product .show_right ul li img {

    width:100%;

    height:auto

}

.show_select_product .show_right ul li .select_product {

    width:100%;

    height:40px;

    font-size:14px;

    line-height:1.2;

    color:#151414;

    text-align:center;

    margin:20px auto 30px

}

.down_show_detail {

    padding:0 32px 10% 32px

}

.down_show_detail .product_box {

    width:100%;

    height:auto;

    overflow:hidden;

    border-bottom:1px solid #ccc

}

.down_show_detail .product_box .detail_product {

    margin:30px auto;

   /* width:200px;*/

    height:auto;

    overflow:hidden;
    
    text-align: center;

}

.down_show_detail .product_box .detail_product img {
    width:200px;
    height:auto;
}

.down_show_detail .detail_product .detail_product_text {
    text-align:center;
    height: 30px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(51,51,51,1);
    line-height: 30px;
}

.detail_info {

    width:100%;

    height:auto;

    overflow:hidden;

    padding-top:40px

}

.detail_info .info_left {

    width:50%;

    float:left

}

.detail_info .info_left .info_left_title {

    font-size:20px;

    color:#666;

    line-height:1.2;

    margin-bottom:10px

}

.info_left_main {

    width:100%;

    height:auto;

    overflow:hidden;

    margin-top:20px

}

.info_left_main p {

    margin:0

}

.info_left_main .info_left_name {

    float:left;

    width:60%

}

.info_left_main .info_left_name .name_text {

    font-size:14px;

    line-height:1.4;

    color:#656565;

    margin-bottom:5px

}

.info_left_main .info_left_name .name_text a {

    color:#c12945

}

.info_left_main .info_left_name .name_time {

    font-size:12px;

    color:#666;

    line-height:1.4

}

.info_left_main .info_left_format {

    width:40%;

    height:auto;

    float:left

}

.info_left_main .info_left_format .format_btn {

    font-size:12px;

    color:#666;

    line-height:1.4;

    padding:3px 10px;

    background-color:#f5f5f5;

    border:1px solid #ccc;

    float:left;

    cursor:pointer

}

.info_left_main .info_left_format .pdf {

    float:right;

    margin-right:90px

}

.detail_info .info_right {
    width:50%;
    float:right;
}

.detail_info .info_right .info_right_title {

    font-size:20px;

    color:#666;

    line-height:1.2;

}

.detail_info .info_right .info_right_main {

    width:100%;

    height:auto;

    overflow:hidden;

    margin-bottom:24px

}

.detail_info .info_right .info_right_main .system {

    font-size:16px;

    margin:30px auto 14px;

}

.info_right_main .right_main_logo {

    margin-top:30px

}
.right_main_logo_img{
    width: 100%;
}
.info_right_main .right_main_logo1 {

    margin-top:40px

}

.info_right_main .right_main_logo,.info_right_main .right_main_logo1 {

    width:30px;

    height:30px

}

.info_right_main .right_main_logo i,.info_right_main .right_main_logo1 i {

    width:30px;

    font-size:24px;

    color:#666;

    line-height:30px

}

.info_right_main .right_main_show {

    width:100%;

    height:auto;

    overflow:hidden;

    margin-left:5px

}

.info_right_main .right_main_show p {

    margin:0

}

.info_right_main .right_main_show .info_right_name {

    width:60%;

    height:auto;

    float:left

}

.info_right_main .right_main_show .info_right_name .name_text {

    font-size:14px;

    line-height:1.4;

    color:#c12945;

    margin-bottom:10px

}

.info_right_main .right_main_show .info_right_name .name_text a {

    color:#c12945

}

.info_right_main .right_main_show .info_right_name .name_time {

    font-size:12px;

    color:#666;

    line-height:1.4

}

.download_name_desc{

    font-size: 14px;

    color:#999;

    line-height: 1.4;

    margin-bottom: 10px !important;

}

.info_right_main .right_main_show .info_right_format {

    width:40%;

    height:auto;

    float:left;

}

.info_right_main .right_main_show .info_right_format .format_btn a {

    font-size:14px;

    color:#666;

    line-height:1.4;

    padding:3px 10px;

    background-color:#f5f5f5;

    border:1px solid #ccc;

    float:left;

    cursor:pointer

}

.info_right_main .right_main_show .info_right_format a:hover {

    background-color:#c12945;

    color:#fff;

    border:0

}

.info_right_main .right_main_show .info_right_format .pdf {

    float:right;

    margin-right:90px

}

.info_right_main .right_main_show .info_right_format .videolLink {

    margin-left:5px

}

.down_main .faq_show_detail {

    padding:0 32px

}

.faq_show_detail .product_box {

    width:100%;

    height:auto;

    overflow:hidden;

    border-bottom:1px solid #ccc

}

.faq_show_detail .product_box .detail_product {

    margin: 30px auto;

    min-width: 400px;

    height: auto;

    overflow: hidden;

    text-align: center;

}

.faq_show_detail .product_box .detail_product a{

    display: inline-block;

    vertical-align: top;

}

.faq_show_detail .product_box .detail_product img {

    width:200px;

    height:150px;

    float:left

}

.faq_show_detail .product_box .detail_product .detail_product_text {

    line-height: 150px;

    font-size: 16px;

    margin-left: 40px;

    display: inline-block;

}

.detail_info {

    width:100%;

    height:auto;

    overflow:hidden;

    margin:0 auto 10%;

}

.detail_info .info_faq {

    width:100%;

    height:auto;

    overflow:hidden;

    padding:5% 3%;

    background-color:#f5f5f5

}

.faq_show_detail .detail_info .info_faq .title{

    text-align: center;

    font-size: 18px;

    font-weight: bold;

    color: #333;

}

.faq_show_detail .detail_info .info_faq ul {

    width:100%;

    height:auto;

    overflow:hidden

}

.faq_show_detail .detail_info .info_faq ul li {

    font-size:16px;

    color:#151414;

    line-height:1.2;

    padding:30px 0 5px;

    border-bottom:1px solid #fff;

    cursor:pointer

}

.faq_show_detail .detail_info .info_faq ul li a:hover {

    color:#c12945

}

.faq_show_detail .detail_info .info_faq ul li:hover {

    color:#c12945

}

.faq_show_detail .detail_info .info_faq .faq_text_info {

    display:none;

    width:100%;

    height:auto;

    overflow:hidden;

    margin-top:30px;

    font-size:14px;

    line-height:1.5;

    color:#666

}
.down_main .down_show_detail .detail_info .info_right .info_right_main .right_main_show .info_right_name .name_time {

    font-size:12px;

    color:#666;

    line-height:1.4

}

.down_main .down_show_detail .detail_info .info_right .info_right_main .right_main_show .info_right_format {

    width:40%;

    height:auto;

    float:left;


}

.down_main .down_show_detail .detail_info .info_right .info_right_main .right_main_show .info_right_format .format_btn {

    font-size:12px;

    color:#666;

    line-height:1.4;

    float:left;

    cursor:pointer

}

.down_main .down_show_detail .detail_info .info_right .info_right_main .right_main_show .info_right_format .format_btn:hover {

    background-color:#c12945;

    color:#fff

}

.down_main .down_show_detail .detail_info .info_right .info_right_main .right_main_show .info_right_format .pdf {

    float:right;

    margin-right:90px

}

/*新增样式 end*/

#footer .down a{color:#fff;}