*{
    margin: 0;
    padding: 0;
}
body{
    font-size: 14px;
    font-family: "Microsoft YaHei","微软雅黑";
    color: #424242;
}
a{
    color: #424242;
    text-decoration: none;
}
.clear-fix:after{
    clear: both;
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
.fl-left{
    float: left;
}
.fl-right{
    float: right;
}
li,ol,ul{
    list-style: none;
}
.wrapper{
    max-width: 768px;
    margin: 0 auto;
}
.wrapper .header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
}
.wrapper .header .head-logo{
    margin: 23px 0 9px 20px;
    width: 260px;
}
.wrapper .header .head-logo img{
    width: 260px;
}
.wrapper .header .head-btn{
    padding: 22px 30px 20px 20px;
    box-sizing: border-box;
}

.header .head-btn span{
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}
.header .header-nav{
    padding: 10px 0;
    box-sizing: border-box;
    display: none;
}
.nav-box,.child-nav{
    width: 100%;
    background-color: rgba(0,0,0,.75);
    display: none;
}
.child-nav ul{
    display: none;
}
.child-nav .backT i{
    transform: rotate(60deg);
    -ms-transform: rotate(60deg); /* IE 9 */
    -webkit-transform: rotate(60deg); /* Safari and Chrome */
}
.header .header-nav ul li{
    border-top: 1px solid #ffffff;
    line-height: 42px;
    color: #ffffff;
}
.header .header-nav ul li:first-child{
    border-top: 0;
}
.header .header-nav ul li h3,.header .header-nav ul li .title{
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
.header .header-nav ul li a.title{
    margin: 0;
}
.header .header-nav ul li a{
    line-height: 38px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    display: inline-block;
    color: #ffffff;
    font-weight: lighter;
}
.header .header-nav ul li a i{
    line-height: 42px;
    margin-right: 16px;
}
.content{
    position: relative;
    padding-top: 80px;
    width: 100%;
}
.content .banner{
    width: 100%;
}
.content img{
    width: 100%;
}
.content .content-msg{
    padding: 25px 20px;
    background-color: #f2f2f2;
}
.content-title{
    font-size: 24px;
    color: #3d3d3d;
    font-weight: 500;
    text-align: center;
    line-height: 60px;
}
.content-nav{
    padding-bottom: 10px;
    border-bottom: 1px solid #a3a5a8;
}
.content-nav ul li{
    float: left;
    width: 31.2%;
    margin: 0 1.5% 15px;
}
.content-nav ul li a{
    display: inline-block;
    width: 100%;
    line-height: 40px;
    border: 1px solid #b2b2b2;
    text-align: center;
    font-size: 14px;
    color: #8b8b8b;
    background-color: #ffffff;
    box-sizing: border-box;
}
.content-nav ul li a.active{
    background-color: #368bd5;
    color: #ffffff;
}
.content-txt{
    line-height: 28px;
    font-size: 15px;
    color: #020202;
}

.content-msg .content-product{
    padding: 10px;
    box-sizing: border-box;
}
.content-product .content-box{
    border: 1px solid #c9c9c9;
    padding: 18px 15px 0;
    margin: 30px auto;
    font-size: 0;
    text-align: center;
    background-color: #ffffff;
}
.content-box img{
    width: 100%;
}
.content-box p{
    line-height: 50px;
    font-size: 14px;
}
.content-product-tab ul li{
    float: left;
}
.content-product-tab ul li a{
    line-height: 24px;
    font-size: 14px;
    padding: 0 5px;
}

.footer{
    padding: 30px 30px 20px;
    background-color: #292929;
    text-align: left;
    color: #a2a2a2;
}
.footer p{
    font-size: 12px;
    line-height: 24px;
}
.footer .foot-bord{
    margin-top: 10px;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid #a2a2a2;
}




.cp_view_fengye {
	line-height:26px;
	word-spacing: 2px;
}






















