body{
    font-family:"Hiragino Sans GB","Microsoft Yahei",sans-serif;
}
.toggle{
    display: none;
}
a:focus{
    outline:none;
}
.banner{
   width: 100%;
    max-height: 500px;
  overflow: hidden;
}
.banner img{
    width: 100%;
    height: 500px;
}
.container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
h1+h2+h3+h4+h5+h6{
    margin: 0;
}
p{
    margin: 0;
}
header,nav,article,section,aside,footer {
    display: block;
}
header{
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    position: relative;
}
.logo{
    width: 174px;
    height: 62px;
}
.logo img{
    width: 100%;
    height: 100%;
}
.logo-title{
   height: 50px;
    line-height: 50px;
    border-left: 2px solid #e6e3e3;
    font-size: 20px;
    margin-top: 10px;
    margin-left: 5px;
    padding-left: 10px;
}
.tel{
    height:44px;
    margin-top: 10px;
    margin-left: 135px;
}
.tel-title{
    font-size:16px;
    height: 20px;
    line-height: 20px;
}
.tel-num{
    font-size: 24px;
    height: 25px;
    line-height: 25px;
}
.media{
    line-height: 25px;
    font-size: 14px;
    color: #b0b0b0;
    margin-right: 40px;
    padding: 20px 0;
}
.media a{
    display: block;
    margin: 0 5px;
}
/*导航*******************************************************/
.mb-menu{
    display: none;
}
.nav{
    height:40px;
    background: #f0f0f0;
    line-height: 40px;
    font-size: 16px;;
}
.menu>li{
    width: 133px;
    float: left;
    text-align: center;
    display: block;
}
.menu>li a{
    display: block;
}
.menu>li:hover{
    color:#818181;
    background: #fff;
}
.menu>li>ul:hover{
    color:#818181;
    background: #fff;
}
.ds{
    position: relative;
    top:0;
    display: none;
    overflow: hidden;
    min-height: 80px;
    z-index: 1000;
    background: #fff;
}
.ds li{
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    text-align: left;
    padding-left: 20px;
}
.ds li:hover{
    color:#000;
}
.menu>li:hover .ds{
    display: block;
}
.nav-active{
    color:#818181;
    background: #fff;
}
.page{
    margin: 7px auto;
    width: auto;
	text-align:center;
   /* position: relative;
    left: 50%;
    margin-left: -35%;*/
    height: 45px;
}
/*----------*/
.page a{
    padding: 5px 10px;
    height: 30px;
/*    display: block;
*/    margin: 5px;
    line-height: 30px;
    text-align: center;
/*    float: left;
*/}

.page div>span.current{
    padding: 5px 10px;
    height: 30px;
/*    display: block;
*/    margin: 5px;
    line-height: 30px;
    text-align: center;
   color: #fff;
   font-size:12px;
    background-color:#888;
    border:1px solid #CCC;
}
.page div>.num,
.page div>.prevNode,
.page div>.prev,
.page div>.next,
.page div>.first,
.page div>.end{
    font-size:12px;
    border:1px solid #CCC;
    margin-left:5px;
    line-height: 30px;
}
.page div>.prev,
.page div>.next{
    width: 38px;
}

.page div>.first,
.page div>.end{

}

.page div>.num:hover,
.page div>.prev:hover,
.page div>.next:hover,
.page div>.first:hover,
.page div>.end:hover{
    background-color: #333;
    transition: all 0.3s;
    color: #fff;

}

/*最右侧悬浮************************************************************/
.fixed{
    width: 38px;
    position: fixed;
    left: 50%;
    margin-left: 610px;
    z-index: 100;
    bottom: 25%;
    overflow: hidden;
}
.fixed a{
    float: left;
    margin-bottom: 5px;
}
.online{
    width: 38px;
    height: 38px;
    background: url("../images/online.png");
    transition: 0.5s;
}
.online:hover{
    width: 38px;
    height: 38px;
    background: url("../images/online-hover.png");
    transition: 0.5s;
}
.leaving{
    width: 38px;
    height: 38px;
    background: url("../images/leaving.png");
    transition: 0.5s;
}
.leaving:hover{
    width: 38px;
    height: 38px;
    background: url("../images/leaving-hover.png");
    transition: 0.5s;
}
.scroll{
    width: 38px;
    height: 38px;
    background: url("../images/scoll.png");
    transition: 0.5s;
}
.scroll:hover{
    width: 38px;
    height: 38px;
    background: url("../images/scoll-hover.png");
    transition: 0.5s;
}
/*底部******************************************************************/
.footer-mb{
    display: none;
}
.footer-pc{
    width: 100%;
    overflow: hidden;
    padding:40px 0 ;
    background: #323232;
}
.footer-pc img{
    width: 125px;
    height: 125px;
    margin-top: 15px;
}
.footer-pc ul li{
    width: 100px;
    margin: 0px 13px;
    float: left;
    overflow: hidden;
}
.footer-pc ul li ul li{
    font-size: 14px;
    color: #fff;
    height: 30px;
    line-height: 30px;
}
.footer-pcr ul li:first-child{
    width: 230px;
}
.footer-pc ul li ul li:first-child{
    font-weight: bolder;
}

/*获取免费资料弹窗*/

.dia-header{
    width: 100px;
    height: 70px;
    border-radius: 50px;
    background: #fff;
    display: block;
    padding:15px 0;
    margin: 0 auto;

}
.dia-header img{
    display: block;
    margin: 0 auto;
}
.dia-content{
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin-top: -50px;
    position: relative;
    z-index: -1;
}
.dia-title{
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-top: 50px;
    text-align: center;
    font-size: 24px;
}
.dia-submit {
    padding: 20px 70px 20px 70px;
    overflow: hidden;
}
.free-box{
    visibility: hidden;
    top:50%;
    left: 50%;
    margin-top: -220px;
    margin-left: -195px;
    width: 390px;
    height: 440px;
    position: absolute;
    z-index: 101;
}
.dia-submit input{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border:1px solid #bfbfbf;
    box-sizing: border-box;
    margin: 10px 0;
    outline: none;
    padding-left: 10px;
}
.free-btn{
    width: 100%;
    height: 40px;
    line-height: 40px;
    letter-spacing: 2px;
    color:#fff;
    background: #fd521d;
    margin-top: 10px;
    text-align: center;
    outline: none;
    border: none;
}
.close-reveal-modal{
    position: absolute;
    right: 15px;
    top: 45px;
    font-size: 50px;
    color: #bfbfbf;
    cursor: pointer;
}
.dia-about{
    padding: 20px 70px;
    overflow: hidden;
}
.dia-about img{
    width: 80px;
    height: 80px;
}
.dia-about-right{
    width: 150px;
    text-align: center;
}
.dia-about-right h5{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin: 0;
}
.dia-about-right p{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
/*留下你的观点***********************************/
.leave-box{
    visibility: hidden;
    top:50%;
    left: 50%;
    height: 460px;
    margin-top: -230px;
    margin-left: -195px;
    width: 390px;
    position: absolute;
    z-index: 101;
}
.dia-leave{
    padding: 20px;
    overflow: hidden;
}
.dia-leave-top{
    overflow: hidden;
}
.dia-leave-select{
    width: 165px;
    border:1px solid #bfbfbf;
    height: 40px;
    padding:0 10px;
    line-height: 35px;
    font-size: 14px;
    -webkit-appearance: none;
    outline: none;
    background: url("../images/careat.png") no-repeat 97% transparent;
}
.dia-leave-area{
    width: 100%;
    height: 100px;
    border:1px solid #bfbfbf;
    box-sizing: border-box;
    resize: none;
    padding: 5px;
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0;
    outline: none;
}
.dia-leave-btn{
    width:120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    background: #fd521d;
    margin:15px auto;
    outline: none;
    border: none;
    display: block;
}
/*获取免费资料、企业免费咨询*/
.free-more{
    width: 100%;
    border-top:1px solid #f0f0f0;
    padding: 10px 0;
    overflow: hidden;
}
.free-more img{
    width: 80px;
    height: 80px;
}
.free-more-right{
    width: 130px;
    height: 50px;
}
.free-more-title{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}
.free-more-tel{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.free{
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    padding:10px;
}
.right-top{
    overflow: hidden;
    border-bottom:1px solid #f0f0f0;
    margin-bottom: 5px;
}
.right-img{
    padding: 12px 0;
}
.right-main{
    margin-left: 40px;
    overflow: hidden;
    width: 170px;
}
.right-main-first{
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #323232;
    font-weight: bold;
}
.right-main-last{
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    color: #8f8f8f;
}
.box-right input{
    width: 99%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border:1px solid #f0f0f0;
    box-sizing: border-box;
    margin: 7px 0;
    outline: none;
    padding-left: 10px;
}
.btn{
    width: 80px;
    height: 30px;
    background: #fd521d;
    border: 0;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 15px auto;
    outline: none;
}
.dialogue{
    background: #fff;
    overflow: hidden;
    margin-bottom: 40px;
    padding: 10px;
}
.dia-select{
    width: 99%;
    border:1px solid #f0f0f0;
    height: 35px;
    padding:0 10px;
    line-height: 35px;
    font-size: 14px;
    margin: 5px 0;
    -webkit-appearance: none;
    outline: none;
    background: url("../images/careat.png") no-repeat 98% transparent ;
}
.dia-area{
    width: 100%;
    height: 80px;
    border:1px solid #f0f0f0;
    box-sizing: border-box;
    resize: none;
    padding: 5px;
    font-size: 12px;
    line-height: 20px;
    margin: 5px 0;
    outline: none;
}
/*公用其他子模块*************************************************/
.box{
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
    background: #f7f7f7;
}
.box-left{
    width: 20%;
    overflow: hidden;
    margin-right: 15px;
    min-height: 400px;
}
.box-main{
    width: 57%;
    overflow: hidden;
    background: #fff;
    min-height: 400px;
}
.box-right{
    width: 20%;
    margin-left: 15px;
    overflow: hidden;
    min-height: 400px;
}
.share{
    width: 280px;
    font-size: 14px;
    line-height: 20px;
    margin: 30px 0;
    overflow: hidden;
    padding-left: 25px;
}
.share-title{
    margin-top: -2px;
    color: #767676;
    font-size: 14px;
}
.sub-box{
    width: 100%;
    background: #f7f7f7;
    overflow: hidden;
    min-height: 400px;
    padding-bottom: 30px;
}
.sub-box-left{
    width: 73%;
    min-height: 800px;
    overflow: hidden;
    background: #fff;
}
.sub-padding{
    padding: 15px 0;
}
.sub-box-padding{
    padding: 0 30px;
}
/*列表分类模块**********************************************/
.news-big-title{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #323232;
    font-size: 18px;
    position: relative;
}
.news-big-title span{
    padding-left: 20px;
}
.news-jt{
    width:20px;
    height:20px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../images/jt-opactiy.png") no-repeat;
}
.news-nav{
    width: 100%;
    margin: 10px 0 15px 0;
    overflow: hidden;
    background: #fff;
}
.news-nav ul li{
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    color: #323232;
    font-size: 16px;
    border-top: 1px solid #f0f0f0;
}
.news-nav ul li:first-child{
    border-top: 0;
}
.news-nav-active{
    background: #f0f0f0;
}
/*标签**********************************************************/
.label{
    width: 100%;
    overflow: hidden;
    background: #fff;
}
.label-title{
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    box-sizing: border-box;
    border-bottom:  1px solid #f0f0f0;
    margin: 0 10px;
    padding-left: 10px;
    font-weight: bold;
}
.label-title-sub{
    margin: 0;
}
.label-main{
    padding: 10px;
    overflow: hidden;
}
.label-main a{
    display: block;
    height: 20px;
    line-height: 20px;
    padding:0 10px;
    font-size: 12px;
    text-align: center;
    margin-right: 1px;
    margin-bottom: 1px;
    background: #f4f4f4;
    color: #767676;
    float: left;
    margin: 2px;
}
/*热门咨讯、热门问题、*******************************************/
.hot{
    overflow: hidden;
    background: #fff!important;
    min-height:280px;
}
.hot-title{
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 16px;
    color: #323232;
    font-weight: bold;
    border-bottom: 1px solid #f0f0f0
}
.hot ul li {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #767676;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*面包屑*******************************************************/
.bread{
    width: 100%;
    height: 40px;
    font-size:16px;
    line-height: 40px;
}
.bread a{
    padding: 0 10px;
    float: left;
    color: #555;
    text-align: center;
}
.bread span{
    float: left;
    color: #b6b6b6;
}
.jiathis_style .button, .jiathis_style .jiathis_txt {
    float: left;
    font-size: 12px;
    text-decoration: none;
    line-height: 18px!important;
    margin: 0px 5px;
}



@media screen and (max-width: 414px){
    a,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}
    header{
        padding: 5px 10px;
        width: calc(100% - 20px);
        position: fixed;
        top: 0;
        overflow: hidden;
        background: #fff;
        z-index: 100;
        box-shadow:1px 1px 2px 0px #9b9b9b;
    }
    .banner{
        margin-top: 72px;
    }
    .container{
        /*padding-top: 50px;*/
        width: 100%;
    }
    .logo-title{
        display: none;
    }
    .media{
        display: none;
    }
    .tel{
        margin-left: 4%;
        margin-top: 15px;
    }
    .tel img{
        display: none;
    }
    .tel-title{
        font-size: 14px;
    }
    .tel-num{
        font-size: 14px;
    }
    .toggle{
        display: block;
        position: absolute;
        right: 15px;
        top:23px;
        font-size: 24px;
    }
    /*导航*/
    .nav{
        display: none;
    }
    .mb-menu{
        width: 100%;
        position: fixed;
        top:72px;
        background: #fff;
        z-index: 99;
        display: none;
        height: auto;
        z-index: 99;
    }
    .mb-menu{
        height: 414px;
        overflow-y: scroll;
    }
    .mb-menu>ul>li{
        width: 100%;
        min-height: 45px;
        line-height: 45px;
        text-align: left;
        display: block;
        border-bottom: 1px solid #e4e4e4;
        color: #323232;
        background: #fff;
        overflow: hidden;
    }
    .mb-menu>ul>li:hover{
        color:#bdbdbd ;
    }
    .mb-menu>ul>li a{
        width: calc(80% - 30px);
        padding-left: 30px;
        float: left;
    }
    .mb-menu ul>li span{
        width:20%;
        float: right;
        height: 45px;
        line-height: 45px;
        font-size: 24px;
        text-align: center;
        color: #bdbdbd;
    }

    .mb-ds{
        width: 100%;
        position: relative;
        top:0;
        display: none;
        height: 200px;
        overflow-y: scroll;
        z-index: 1000;
        background: #fff;
    }
    .mb-ds li{
        line-height: 45px;
        height: 45px;
        font-size: 16px;
        text-align: left;
        padding-left: 20px;
        color: #323232;
    }
    .mb-ds li:hover{
        background: #323232;
        color: #fff;
    }
    .md-li-height{
        height: auto!important;
    }
    /*底部*/
    .footer-pc{
        display: none;
    }
    .footer-mb{
        display: block;
        width: calc(100% - 60px);
        overflow: hidden;
        padding: 0 30px;
        background: #323232;
    }
    .m-online{
        padding: 10px 0;
        overflow: hidden;
    }
    .m-online-title{
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
    }
    .m-online-lab{
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        color: #fff;
    }
    .m-online input{
        width: 100%;
        border: 1px solid #fff;
        box-sizing: border-box;
        height: 40px;
        line-height: normal;
        outline: none;
        background: transparent;
        color: #fff;
    }
    .m-online textarea{
        width: 100%;
        height:80px;
        resize: none;
        outline: none;
        line-height: 25px;
        background: transparent;
        color: #fff;
        box-sizing: border-box;
        border: 1px solid #fff;
    }
    .m-submit{
        width: 80px;
        height: 30px;
        line-height: 30px;
        background: #fff;
        color: #323232;
        text-align: center;
        letter-spacing: 4px;
        outline: none;
        border: 0;
        display: block;
        margin: 10px auto;
        font-size: 16px;
    }
    .m-about-box{
        overflow: hidden;
        color: #fff;
    }
    .m-about-title{
        font-size: 20px;
        height: 30px;
        line-height: 30px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .m-about-box p{
        line-height: 20px;
        height: 20px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .m-about-box img{
        width: 100px;
        height: 100px;
        display: block;
        margin: 20px auto;
    }
    .wx-small{
        color: #fff;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        text-align: center;
    }
    .order-by{
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 12px;
    }
    .page{

        margin: 20px auto;
        width: auto;
        position: relative;
        left: 50%;
        margin-left: -5%;
    }

}











