@charset "UTF-8";
/**
 * 
 * @authors yuanyang (471145945@qq.com)
 * @date    2017-01-01 
 * @version 1.3.1
 */

/* 用户协议*/
body{background: #f1f1f1;}

/*标题*/
.nav{
    width: 100%;
    height: 70px;
    background: #fff;
}
.nav>.nav_hd{
    width: 1000px;
    margin: 0 auto;
    height: 70px;
}
.nav>.nav_hd>.left{
    float: left;
    width: 160px;
    height: 40px;
    padding:15px 0 0 0;
}
.nav>.nav_hd>.left>a{
    display: inline-block;
    width: 100%;
    height: 40px;
    border-right: 1px solid #dfdfdf;
}
.nav>.nav_hd>.left>a>img{
    float: left;
    width: 30px;
    height: 30px;
    padding: 7px 5px 0 5px;
}
.nav>.nav_hd>.left>a>p{
    float: left;
    width: 120px;
    line-height: 40px;
    font-size: 24px;
    color: #000;
}
.nav>.nav_hd>.center{
    float: left;
    width: 300px;
    height: 40px;
    padding:15px 0 0 0;
}
.nav>.nav_hd>.center>p{
    line-height: 40px;
    text-indent: 1.5rem;
    font-size: 24px;
}

/*整体布局*/
.wrap{
    width: 1000px;
    margin: 0 auto;
    min-height: 400px;
    padding: 20px 0;
}
/*主题*/
.section{
    padding:20px 40px 0 40px;
    background: #fff;
}
.section>.title{height: 120px;}
.section>.title>p{height: 100px;line-height: 100px;color: #3fb2e8;font-size: 30px;font-weight: normal;text-align: center;border-bottom: 1px solid #3fb2e8;}
/*内容*/
.content{padding: 0 0 30px 0;}
.content>span{
    display: block;
    line-height: 24px;
    text-indent: 2rem;
    font-size: 14px;
    padding: 5px 0;
    font-weight: bold;
    color: #ff7b00;
}
.content>h3{
    font-size: 20px;
    padding:10px 0;
    font-weight: 500;
    letter-spacing: 2px;
}
.content>p{
    line-height: 24px;
    text-indent: 2rem;
    font-size: 14px;
    padding: 5px 0;
}