/* 清除默认格式 */
* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

html {
    background-color: #f8f2d8;
}

/* 头部导航栏 */

header {
    background: url(../images/bg1.gif);
}

#title {
    position: relative;
    padding-top: 15px;
    width: 960px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.title_top img {
    float: left;
}

.title_top input {
    float: right;
    width: 122px;
    background-color: #771D0D;
    border: 2px solid #923417;
}

.title_top input::placeholder {
    font-size: 12px;
    padding: 0px 10px;
    color: #C0602F;
}

.logo {
    position: absolute;
    top: 0px;
    left: 381px;
}

nav {
    margin-top: 15px;
    padding-bottom: 10px;
}

.nav_left {
    float: left;
    margin-right: 70px;
}

.nav_right {
    float: right;
    margin-left: 70px;

}

nav>div>a {
    display: inline-block;
    text-decoration: none;
    color: #E9C96B;
    font-size: 15px;
    text-align: justify;
    text-align-last: justify;
    text-justify: distribute-all-lines;
    width: 65px;
    height: 30px;
    line-height: 30px;
    border-top: 2px solid #e9ca6b00;
    border-bottom: 2px solid #e9ca6b00;
}

nav>div>a:hover {
    border-top: 2px solid #E9C96B;
    border-bottom: 2px solid #E9C96B;
}

.indexmain {
    width: 100%;
    height: 540px;
    background: url(../images/index.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

footer {
    background: url(../images/bg1.gif);

}

.footer_title {
    padding-top: 15px;
    width: 500px;
    line-height: 30px;
    margin: 0 auto;
}

.footer_title span {
    float: left;
    font-size: 12px;
    color: #d69a3d;
    margin-right: 10px;
}

.footer_title marquee {
    display: inline-block;
    width: 420px;
    font-size: 12px;
    color: #d69a3d;
}

.footerlogo {
    text-align: center;
}

.footerlogo p {
    position: relative;
    top: -50px;
    font-size: 12px;
    color: #d69a3d;
}

#banner {
    width: 100%;
    background: url(../images/banner1.jpg) no-repeat;
    background-size: cover;
    height: 260px;
    background-position: center;
}

#banner2 {
    width: 100%;
    background: url(../images/banner2.jpg) no-repeat;
    background-size: cover;
    height: 260px;
    background-position: center;
}

#banner3 {
    width: 100%;
    background: url(../images/banner3.jpg) no-repeat;
    background-size: cover;
    height: 260px;
    background-position: center;
}

#banner4 {
    width: 100%;
    background: url(../images/banner4.jpg) no-repeat;
    background-size: cover;
    height: 260px;
    background-position: center;
}

#banner5 {
    width: 100%;
    background: url(../images/banner5.jpg) no-repeat;
    background-size: cover;
    height: 260px;
    background-position: center;
}

.little_title {
    width: 100%;
    height: 48px;
    background: url(../images/bg2.gif);
    background-size: auto 100%;
}

.little_title_box {
    width: 960px;
    margin: 0 auto;
}

.little_title_box {
    line-height: 40px;
    font-size: 12px;
}

.little_title_box a:nth-child(5) {
    padding-left: 30px;
    text-decoration: none;
    background: url(../images/bg5.gif) no-repeat;
    background-position: left;
    color: #E68340;
}

.little_title_box a:nth-child(7) {
    text-decoration: none;
    color: #E6E179;
}

.little_title_box>img {
    float: right;
    top: 0px;
}

.main_title {
    width: 960px;
    position: relative;
    margin: 0 auto;
    border: 3px solid #941200;
    margin-top: 60px;
    margin-bottom: 40px;
}

.main_title span {
    display: inline-block;
    background-color: #941200;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
    padding: 0px 20px;
}

.main_title img {
    position: absolute;
    right: 10px;
    top: 11px;
}

.main_txt {
    width: 960px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 60px;
}

.main_txt h4 {
    text-align: left;
    color: #941200;
    margin: 20px 0px;
}

.main_txt p {
    text-align: left;
    color: #555;
    font-size: 12px;
    line-height: 30px;
    text-indent: 2rem;
}

.main_txt img {
    -webkit-transform: scale(0.8);
}

.treasure {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.treasure li {
    float: left;
    width: 226px;
    box-sizing: border-box;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.2);
}

.treasure li {
    margin-left: 18px;
}

.treasure li {
    margin-left: 18px;
    margin-bottom: 20px;
}

.treasure li:nth-child(4n-3) {
    margin-left: 0px;
}

.treasure li p {
    color: #d69a3d;
    font-size: 14px;
    margin: 10px 0px;
}

.treasure li>img {
    width: 204px;
    height: 204px;
    border-radius: 4px;
}

.fenxiang {
    font-size: 14px;
}

.fenxiang img {
    position: relative;
    top: 4px;
}

.fenxiang_box a {
    float: right;
    font-size: 12px;
    line-height: 30px;
    text-decoration: none;
    padding-right: 18px;
    background: url(../images/bg13.gif) no-repeat;
    background-position: right;
    color: #555;
}

.list_box {
    width: 960px;
    margin: 0 auto;
}

.list_box>img {
    width: 600px;
    height: 600px;
    float: left;
    box-shadow: 3px 2px 5px #888;
}

.list_msg {
    float: right;
    width: 350px;
}

.list_msg>p {
    background-color: #941200;
    width: 325px;
    line-height: 24px;
    padding: 5px 10px 5px 15px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.list_right {
    position: relative;
    box-sizing: border-box;
    width: 350px;
    height: 550px;
    margin-top: 15px;
    padding: 23px 20px;
    border: 1px solid #D9C18E;
    background-color: #FEEAC9;
}

.list_right ul li {
    font-size: 0px;
    float: left;
    width: 142px;
    margin-top: 20px;
    border: 1px solid #D9C18E;
}

.list_right ul li:nth-child(2n) {
    margin-left: 20px;
}

.list_right ul li img {
    width: 100%;
}

.list_bottom {
    position: absolute;
    bottom: 20px;
    padding-right: 20px;
}

.list_bottom p:nth-child(1) {
    font-size: 14px;
    line-height: 30px;

}

.list_bottom p:nth-child(1) img {
    height: 16px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.list_bottom p {
    font-size: 14px;
    line-height: 30px;
}

.listmoretxt {
    width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px;
    background-color: #FEEAC9;
    border: 1px solid #D9C18E;
    margin-top: 40px;
    margin-bottom: 60px;
}

.listmoretxt h2 {
    font-size: 18px;
    color: #941200;
    padding: 5px 5px;
    border-bottom: 2px solid #B25540;
    margin-bottom: 30px;
}

.listmoretxt p {
    font-size: 12px;
    color: #555;
    line-height: 30px;
}

.main_title2 {
    border-right: 0px;
    border-left: 0px;
}

.main_title2 span {
    background-color: #F8F2D8;
    color: #941200;
}

.dynamicmain {
    width: 960px;
    margin: 0 auto;
}

.dynamicmain-left {
    width: 670px;
    float: left;
}

.dynamicmain-left .main_title {
    width: 670px;
}

.dy-left {
    float: left;
    width: 51px;
    height: 76px;
    text-align: center;
    border: 1px solid #d9c18e;
    box-sizing: border-box;
    padding-top: 5px;
}

.dy-left p:nth-child(1) {
    font-size: 26px;
    color: #d9c18e;
    line-height: 26px;
}

.dy-left p:nth-child(2) {
    color: #d9c18e;
    font-size: 12px;

}

.dy-right {
    float: right;
    width: 560px;
}

.dy-right p:nth-child(1) {
    color: #333;
    font-weight: bold;
}

.dy-right p:nth-child(2) {
    color: #666;
    font-size: 12px;
    margin: 10px 0px;
}

.dynamicmain-left ul li {
    cursor: pointer;
    padding: 30px 15px 25px 15px;
    border-bottom: 1px solid #d9c18e;
}

.dynamicmain-left ul {
    margin-bottom: 80px;
}

.dynamicmain-right {
    float: right;
    width: 260px;
}

.dynamicmain-right .main_title {
    width: 260px;
    margin-bottom: 10px;
}

.dynamicmain-right ul li {
    font-size: 12px;
    color: #333;
    padding-left: 10px;
    background: url(../images/bg15.gif) no-repeat;
    background-position: left;
    margin: 10px 0px;
    cursor: pointer;
}

.login_form {
    width: 960px;
    margin: 0 auto;
    margin-top: 60px;
}

.login_form_left {
    width: 440px;
    float: left;
}

.login_form_left li {
    background-color: #771D0D;
    color: #FFE179;
    line-height: 40px;
    padding-left: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.login_form_left p {
    font-size: 14px;
    line-height: 1.5rem;
    color: #5c1911;
}

.login_form_right {
    border: 1px solid #941200;
    width: 440px;
    float: right;
    margin-bottom: 60px;
}

.login_form_title {
    background-color: #FFF9DF;
    text-align: center;
    font-weight: bolder;
    color: #771D0D;
    height: 40px;
    line-height: 40px;
}

.login_form_title span {
    background: url(../images/people.png) no-repeat;
    background-position: left center;
    background-size: 12px;
    padding-left: 20px;
}

.login_form_right ul {
    text-align: center;
    padding-top: 54px;
}

.login_form_right ul li {
    width: 315px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.login_form_right ul li:nth-child(-n+2) input {
    width: 300px;
    height: 40px;
    border: 1px solid #888576;
    padding-left: 12px;
}

.login_form_right ul li:nth-child(3) input {
    float: left;
}

.login_form_right ul li:nth-child(3) {
    color: #941200;
    font-size: 12px;
    line-height: 14px;
}

.login_form_right ul li button {
    width: 162px;
    height: 46px;
    color: #F8F2D8;
    border: 0px;
    background-color: #333333;
}

.login_form_right ul li:nth-child(6) {
    background-color: #F3EBC8;
    line-height: 40px;
    margin-top: 20px;
    font-size: 12px;
}

.login_form_right ul li:nth-child(6) a {
    text-decoration: none;
    color: #941200;
}

.contact {
    width: 960px;
    margin: 0 auto;
    margin-top: 60px;
}

.contact_left {
    float: left;
    width: 440px;
    margin-bottom: 60px;
}

.contact_right {
    float: right;
    width: 440px;
}

.contact_right ul {
    margin-bottom: 60px;
}

.cotitle {
    font-size: 20px;
    border-top: 1px solid #888576;
    padding: 0px 10px;
    font-weight: bolder;
    line-height: 50px;
}

.contact_left ul li {
    border-top: 1px solid #888576;
    padding: 0px 30px;
    line-height: 40px;
}

.contact_left ul li span {
    color: #5c1911;
}

.contact_right input {
    width: 100%;
    height: 46px;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 0px 10px;
}

.contact_right textarea {
    width: 100%;
    height: 140px;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 10px;
    color: #757575;
}

.contact_right button {
    width: 162px;
    height: 46px;
    color: #F8F2D8;
    border: 0px;
    background-color: #333333;
    margin-bottom: 60px;
}

.dynamicmain_box h2 {
    text-align: center;
    margin-bottom: 20px;
}

.dynamicmain_box p {
    color: #5c1911;
    line-height: 2rem;
}

.text1 {
    text-indent: 2rem;
}

.text2 {
    text-align: right;
}

.dynamicmain_box {
    margin-bottom: 60px;
}

.dynamicmain_box img {
    width: 100%;
}

.registertitle {
    background-color: #771D0D;
    color: #FFE179;
    line-height: 40px;
    padding-left: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.register {
    border: 1px solid #C8C3B0;
    margin-bottom: 60px;
}

.register ul li {
    width: 640px;
    margin-left: 156px;
}

.register ul li {
    border-top: 1px solid #C8C3B0;
    line-height: 40px;
}

.register ul li span:nth-child(1) {
    float: left;
    width: 140px;
    text-align: right;
}

.register ul li span:nth-child(3) {
    font-size: 12px;
    color: #666666;
}

.register ul li input {
    height: 28px;
    width: 180px;
    border: 1px solid #C8C3B0;
}

.register ul li button {
    width: 162px;
    height: 46px;
    color: #F8F2D8;
    border: 0px;
    background-color: #333333;
    margin-top: 20px;
    margin-bottom: 60px;
}