/* 清除全局样式 */
* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

/* 背景颜色 */
body {
    background-color: #F1EFE9;
}

/* 导航栏开始 */
#nav {
    width: 100%;
    height: 380px;
    background: url(../images/bg.png);
    background-size: 100% 100%;
    background-size: cover;
}

nav {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.61);
    margin: 0 auto;
    height: 60px;
}

nav ul {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

nav ul li {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

nav ul li:hover {
    background-color: #c0a020;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 60px;
}

.first_nav {
    margin-left: 120px;
}

#logo {
    position: absolute;
    top: 5px;
}

#logo img {
    height: 50px;
}

#nav_left {
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 60px;
}

#nav_left a {
    text-decoration: none;
    color: #fff;
}

#nav_left input {
    height: 28px;
    border-radius: 14px;
    border: 0px;
    margin-right: 20px;
    padding-left: 10px;
}

/* 导航栏结束 */
/* 中间内容区域开始 */
#main {
    width: 1200px;
    margin: 0 auto;
    font-size: 0px;
    margin-top: 30px;
}

#main>div {
    font-size: 16px;
    display: inline-block;
}

h1 {
    font-size: 24px;
    color: #333333;
}

/* 左部分 */
#main_left {
    float: left;
    width: 240px;
    background: url(../images/bg2.jpg);
    border-radius: 6px;
    padding: 20px;
}

#main_left ul {
    margin-bottom: 20px;
}

#main_left ul li {
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 28px;
}

#main_left ul li a {
    color: #fff;
    text-decoration: none;
}

#main_left ul li a:hover {
    color: #FBA9CA;
}

#main_left ul li:hover {
    color: #FBA9CA;
}

.jianjie {
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    text-indent: 28px;
    margin-top: 10px;
    margin-bottom: 20px;
}

/* 中间区域 */
#main_maid {
    width: 600px;
    margin-left: 20px;
    border-radius: 6px;
    background: url(../images/bg3.jpg);
    box-sizing: border-box;
    padding: 20px;
}

#main_maid input{
    width: 300px;
    height: 40px;
    margin: 20px;
}

#shouzhang {
    font-size: 0px;
    margin-top: 20px;
}

#shouzhang li {
    margin-bottom: 10px;
    display: inline-block;
    width: 180px;
    margin-left: 10px;
}

#shouzhang li:nth-child(3n+1) {
    margin-left: 0px;
}

#shouzhang li img {
    width: 100%;
    height: 249px;
    border-radius: 6px;
}

#shouzhang li p {
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: rgb(98, 98, 98);
}

#shiting {
    font-size: 0px;
    margin-top: 20px;
}

#shiting li {
    display: inline-block;
    width: 260px;
    position: relative;
    margin-bottom: 25px;
}

#shiting li:nth-child(2n) {
    margin-left: 40px;
}

#shiting li img {
    width: 100%;
    height: 147px;
}

#shiting li p {
    position: absolute;
    width: 160px;
    right: -10px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: rgb(194, 193, 193);
    background-color: black;
    display: inline-block;
    bottom: -10px;
}

#jingdu {
    font-size: 0px;
    margin-top: 20px;
}

#jingdu li {
    display: inline-block;
    width: 260px;
    position: relative;
    margin-bottom: 25px;
}

#jingdu li:nth-child(2n) {
    margin-left: 40px;
}

#jingdu li img {
    width: 100%;
    height: 147px;
}

#jingdu li p {
    width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: rgb(98, 98, 98);
}

/* 右部分 */
#main_right {
    float: right;
    width: 240px;
    border-radius: 6px;
    padding: 20px;
    background: url(../images/bg4.jpg);
}

#gengduo:hover {
    font-size: 14px;
}

#shishen {
    margin-top: 20px;
    font-size: 0px;
    box-sizing: border-box;
    padding: 0 10px;
}

#shishen li {
    display: inline-block;
}

#shishen li:nth-child(2n) {
    margin-left: 20px;
}

#shishen li p {
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: rgb(98, 98, 98);
}

#touxiang {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

#touxiang img {
    width: 100px;
    transition: all 0.3s;
}

#touxiang img:hover {
    transition: all 0.3s;
    width: 120px;
    margin-left: -10px;
    margin-top: -10px;
    cursor: pointer;
}

#gengduo {
    width: 80px;
    font-size: 12px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
}

/* 底部导航栏 */
footer {
    width: 100%;
    position: relative;
    margin-top: 140px;
}

footer p {
    text-align: center;

    line-height: 60px;
    color: #fff;
}

footer img {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: -1;
    opacity: 0.6;
}

/* 第二页 */
#news_maid {
    width: 900px;
    margin-left: 20px;
    border-radius: 6px;
    background: url(../images/bg3.jpg);
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
}

h2 {
    text-align: center;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
}

h2 p {
    font-size: 14px;
    color: rgb(139, 138, 138);
    font-weight: 500;
    margin-top: 10px;
    line-height: 30px;
}

#news_maid video {
    width: 600px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#news_maid img {
    width: 600px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#news_maid h3 {
    text-align: left;
    margin: 20px 0px;
}

#news_maid p {
    text-align: left;
    line-height: 30px;
    text-indent: 32px;
}

/* 新闻资讯 */
/* 第san页 */
#masg_maid {
    width: 900px;
    margin-left: 20px;
    border-radius: 6px;
    background: url(../images/bg3.jpg);
    box-sizing: border-box;
    padding: 20px;
}

#masg_maid ul li {
    height: 166px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

#masg_maid ul li a {
    text-decoration: none;
}

#masg_maid ul li:hover {
    background-color: #9ec7ac;
}

#biaoqian {
    position: absolute;
    width: 80px;
    height: 32px;
    background-color: #E5F2E9;
    text-align: center;
    line-height: 32px;
    border-radius: 16px;
    top: 30px;
    left: 20px;
}

#xinwenneirong {
    margin-left: 130px;
    padding-top: 30px;
}

#xinwenneirong p:first-child {
    font-size: 18px;
    color: #333;
}

#xinwenneirong p:last-child {
    margin-top: 20px;
    font-size: 14px;
    color: rgb(146, 146, 146);
}

#fenye {
    text-align: center;
    padding-top: 20px;
}

#fenye span {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border: 1px solid #508f63;
}

#fenye span:hover {
    background-color: #508f63;
    color: #fff;
    cursor: pointer;
}

#fenye span:first-child {
    background-color: #508f63;
    color: #fff;
}

#fenye span:last-child {
    background-color: #508f63;
    color: #fff;
}