/*初始设置*/
*{
    box-sizing:border-box;
}
h1,h2,h3,h4,h5,h6,button,ul,li,ol,p,div{
    list-style: none;
    margin:0;
    padding: 0;
}
#top,#header,#nav,#section,#footer{
    width:980px;
    margin:0 auto;
    background: #fff;
}
body{
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 12px;
    background-color: #fff;
    font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}
a{
    color:#000;
    text-decoration: none;
}
a:link{
    text-decoration: none;
}
a:visited{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color:#888;
}
a:active{
    text-decoration: none;
}
.clear{
    clear: both;
}

/*头部logo信息*/
#top{
    height:63px;
}
#top div.logo{
    width:200px;
    height: inherit;
    margin:0 auto;
    padding:5px 0;
}
#top>div.logo img{
    width:190px;
    height:51px;
}
/*头部导航*/
#nav{
    width: 100%;
    height: 40px;
    padding:0 10px;
    background: #fff;
}
#nav>ul.nav-pills{
    width:950px;
    height: inherit;
    background:#fff;
    margin:0 auto;
}
#nav>ul.nav-pills>li{
    width:20%;
    height: inherit;
    margin:0;
}
#nav>ul.nav-pills>li>a{
    font-size:16px;
    text-align: center;
    padding:0;
    line-height: 40px;
}
/*header滚动后变为固定定位*/
#nav.fixed{
    position: fixed;
    left:50%;
    top:0;
    transform: translate(-50%,0);
    z-index: 999;
    background:rgba(255,255,255,.5);
}

/*头部轮播模块*/
#header{
    padding-top:10px;
}
/*左右方向*/
.carousel-control.left.carousel-control.left,.carousel-control.right {
    background: none;
}
#header #carousel-example-generic{
    width: 680px;
    height: 436px;
}
/*图片宽高设置*/
#header>#carousel-example-generic div.carousel-inner>div.item>img{
    width:680px;
    height: 436px;
}

/*右侧广告区域*/
#header div.adver{
    width:300px;
    height: 436px;
    margin:-436px 0 0 680px;
    padding-left:38px;

}
#header div.adver img{
    width: 262px;
}

/*主体部分*/
#section{
    padding:50px 0 0 0;
}
#section div.title{
    width: 980px;
    height: 46px;
    border-bottom:1px solid #1D8646;
}
#section div.title h1{
    text-align: center;
    line-height: 46px;
}
/*主体信息部分*/
#section div.news-body{
    width: 680px;
    margin-top:40px;
    float: left;
}
#section div.img{
    width: 380px;
    height: 285px;
    float: left;
    overflow: hidden;
}
#section div.img img{
    width: 380px;
    height: 285px;
    -webkit-transition: transform 2s;
    -moz-transition: transform 2s;
    -ms-transition: transform 2s;
    -o-transition: transform 2s;
    transition: transform 2s;
}
#section div.img:hover img{

    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);

}
#section div.article{
    width: 270px;
    height: 285px;
    float: left;
    margin-left:30px;
    position: relative;
}
#section div.article a.title{
    width: 270px;
    font-size:18px;
    font-weight: bold;
    color:#000;
}
#section div.article a.title:hover{
    color:#666;
}
#section div.article p{
    margin-top:20px;
    color:#888;
}
#section div.article p:hover{
    color:#666;
}
#section div.article a.tip{
    position: absolute;
    left:0;
    bottom:50px;
}
#section div.news-group{
    padding:25px 0;
    border-bottom:1px dotted #1D8646;
}
#section div.news-group:last-child{
    border-bottom: none;
}
/*侧边栏信息流*/
#section div.news-aside{
    width: 300px;
    margin-top:40px;
    float: left;

}

#section div.panel-heading{
    position: relative;
    width: 270px;
    padding-left:30px;
    overflow: hidden;
    height: 39px;
    background: #fff;
}
#section div.panel-heading:hover a{
    color:#666;
}
#section div.panel-heading h4{
    overflow: hidden;
    height: 17px;
    width: 270px;
}
#section div.news-aside-title{
    width: 300px;
    height: 36px;
    text-align: center;
    padding-left:15px;
}
#section div.news-aside-title span{
    width: 50px;
    border:1px solid #000;
    display: inline-block;
    margin-bottom:7px;
}
#section div.news-aside-title a{
    font-size:26px;
    color:#000;
    line-height: 36px;
    padding:0 20px;
}


/*侧边排行折叠信息*/
#accordion,#accordion2{
    padding-left:5px;
}

#accordion div.panel-body img,#accordion2 div.panel-body img{
    width: 65px;
    height:63px;
    position: absolute;
    top:0;
    left: 0;
}
#accordion div.panel.panel-default,#accordion2 div.panel.panel-default{
    border-color:transparent;
    margin-top:0;
    padding-left:40px;
    width: 300px;
}
#section div.panel-heading{
    width: 300px;
}
#section div.panel-body{;
    height: 65px;
    overflow: hidden;
    position: relative;
}
#section div.panel-body span{
    position: absolute;
    top:0;
    left: 65px;
    display: inline-block;
    height: 63px;
    width: 195px;
    overflow: hidden;
    font-size:14px;
    color:#888;
}
#section div.panel-heading i{
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    left: 0;
    top:0;
    z-index: 800;
    font-size: 24px;
}

/*免费试用*/
.free-use{
    width: 300px;
    position: relative;
    margin-top:20px;
}
.free-use div.product img{
    width:120px;
    height:120px;
}
.free-use div.product-msg{
    position: absolute;
    top:0;
    left:120px;
    width: 180px;
    height: 120px;
}
.free-use p.product-name{
    width: 180px;
    height: 40px;
    font-size: 20px;
    color:#000;
    line-height: 40px;
    overflow:hidden;
}
.free-use p.free-time{
    width: 180px;
    height: 20px;
    font-size: 14px;
    color:#888;
    line-height: 20px;
    margin:5px 0;
}
.free-use p.product-num{
    width: 180px;
    height: 20px;
    font-size: 14px;
    color:#888;
    line-height: 20px;
}
.free-use div.product-msg button{
    width: 100px;
    height: 30px;
    background: #E50A80;
    color:#fff;
    font-size: 16px;
    margin-top:5px;
    border:1px solid transparent;
}
.free-use div.product-msg button:hover{
    background: #fff;
    color:#E50A80;
    border:1px solid #E50A80;
}
.free-use div.line{
    width: 180px;
    border:1px dotted red;
    position: absolute;
    bottom:-20px;
    left: 80px;

}



/*侧边提示*/
#aside{
    position:fixed;
    right:0;
    top:80%;
    cursor: pointer;
    display: none;
}
#aside div.wechat img{
    width: 80px;
    height: 80px;
}
#aside div.to-top span{
    color:red;
}
#aside div.to-top p{
    color:red;
}

/*返回顶部按钮*/
#aside div.to-top a{
    color:#fff;
    text-align: center;
}
#aside div.to-top a span{
    font-size: 20px;
    left: 50%;
    transform: translate(-50%);
}
#bigQR{
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
    background-color:rgba(0,0,0,.7);
    position: fixed;
    top:0;
    left: 0;
}
#bigQR>div{
    z-index: 999;
    width: 200px;
    height:250px;
    position: fixed;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 50px;
}
#bigQR p{
    color:red;
    font-size:20px;
}
#bigQR img{
    width: 200px;
    height:200px;
}

/*底部信息*/
#footer{
    padding:10px 0;

}
#footer>div.company{
    width: 980px;
}
#footer>div.company p{
    text-align: center;
    width: 980px;
    color:#666;
}

#footer div.copyright{
    text-align: center;
    width: 980px;
}
#footer div a{
    color:#666;
}